	.colorbox1{
			border-radius: .5rem;
			padding: .5rem;
			margin: 0 0 1rem 0;
			display: flow-root;
		}
		
		body {
    background: #e8edf0 !important;
}
		
		.left-uploader{
			
			background-color:#fff;
			padding: 1rem;
			border-radius: .5rem;
			min-height: 350px;
		}
		
		.right-uploader{
			
			background-color:#fff;
			padding: 1rem;
			border-radius: .5rem;
			min-height: 350px;
		}
		
		#uploadImage{
			border:none;
		}
		
			#uploadArea {
            width: 100%;
            height: 200px;
            border: 2px dashed #ccc;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            color: #888;
            position: relative;
        }



        /* Hide the file input element */
        #uploadImage {
            display: none;
        }
		
		
		.fade-in {
            opacity: 0;
            animation: fadeIn 0.5s forwards;
        }

        .fade-out {
            animation: fadeOut 0.5s forwards;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
		
		
		.copy-text{
		}
			