.file-upload {
  	background-color: #ffffff;
  	/*width: 600px;
  	margin: 0 auto;
  	padding: 20px;*/
}

.file-upload-btn {
  	width: 100%;
  	margin: 0;
  	color: #fff;
  	background: #2698fa;
  	border: none;
  	padding: 10px;
  	/*border-radius: 4px;*/
  	transition: all .2s ease;
  	outline: none;
  	text-transform: uppercase;
  	font-weight: 600;
  	font-size: 14px;
}

.file-upload-btn:hover {
  	background: #2698fa;
  	color: #ffffff;
  	transition: all .2s ease;
  	cursor: pointer;
}

.file-upload-btn:active {
  	border: 0;
  	transition: all .2s ease;
}





.file-upload-content {
  	display: none;
  	text-align: center;
}

.file-upload-content-1 {
  	display: none;
  	text-align: center;
}





.file-upload-input {
  	position: absolute;
  	margin: 0;
  	padding: 0;
  	width: 100%;
  	height: 100%;
  	outline: none;
  	opacity: 0;
  	cursor: pointer;
}

.file-upload-input-1 {
  	position: absolute;
  	margin: 0;
  	padding: 0;
  	width: 100%;
  	height: 100%;
  	outline: none;
  	opacity: 0;
  	cursor: pointer;
}




.image-upload-wrap {
  	/*margin-top: 10px;*/
  	border: 1px solid #2698fa;
  	position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  	background-color: #2698fa;
  	border: 1px solid #2698fa;
}

.image-upload-wrap-1 {
  	/*margin-top: 10px;*/
  	border: 1px solid #2698fa;
  	position: relative;
}

.image-dropping-1,
.image-upload-wrap-1:hover {
  	background-color: #2698fa;
  	border: 1px solid #2698fa;
}





.image-title-wrap {
  	padding: 0 15px 15px 15px;
  	color: #222;
}

.drag-text {
  	text-align: center;
}

.drag-text h4 {
  	font-weight: 100;
  	text-transform: uppercase;
  	color: #777;
  	padding: 60px 0;
}

.drag-text h4:hover {
  	font-weight: 100;
  	text-transform: uppercase;
  	color: #fff;
  	padding: 60px 0;
}




.file-upload-image {
  	max-height: 200px;
  	max-width: 200px;
  	margin: auto;
  	padding: 20px;
}

.file-upload-image-1 {
  	max-height: 200px;
  	max-width: 200px;
  	margin: auto;
  	padding: 20px;
}




.remove-image {
  	margin: 0;
  	color: #fff;
  	background: #cd4535;
  	border: none;
  	padding: 10px;
  	border-radius: 4px;
  	transition: all .2s ease;
  	outline: none;
  	text-transform: uppercase;
  	font-weight: 600;
  	font-size: 14px;
}

.remove-image:hover {
  	background: #c13b2a;
  	color: #ffffff;
  	transition: all .2s ease;
  	cursor: pointer;
}

.remove-image:active {
  	border: 0;
  	transition: all .2s ease;
}




::-webkit-file-upload-button {
    background: #2698fa;
    color: #fff;
    padding: 1em;
    border: 1px solid #2698fa !important;
    font-size: 14px;
}

.btn-file-upload {
    width: 100% !important;
    background: #f1f1f1 !important;
    color: #777 !important;
    font-size: 14px;
    margin-top: 5px;
    line-height: 16px;
}


.button-upload {
    /*background: #2698fa !important;
    color: #fff !important; */
padding: 12.5px 20px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
}










 /*Popup Profile*/
@media (max-width: 389px) {
    /* .modal {
        display: none; 
        position: fixed; 
        z-index: 1; 
        padding-top: 30%; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgb(217 209 195); 
        background-color: rgb(217 209 195); 
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    } */
    
    .modal_2 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 15%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(217 209 195); /* Fallback color */
        background-color: rgb(217 209 195); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
    
    .modal_3 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 15%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(241,249,255); /* Fallback color */
        background-color: rgba(241,249,255,1); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
    
    .modal_4 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 15%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(217 209 195); /* Fallback color */
        background-color: rgb(217 209 195); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
}
@media (min-width: 390px) {
      /* .modal {
        display: none; 
        position: fixed; 
        z-index: 1; 
        padding-top: 30%; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgb(217 209 195); 
        background-color: rgb(217 209 195); 
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    } */
    
    .modal_2 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 40%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(217 209 195); /* Fallback color */
        background-color: rgb(217 209 195); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
    
    .modal_3 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 40%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(217 209 195); /* Fallback color */
        background-color: rgb(217 209 195); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
    
    .modal_4 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 40%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(241,249,255); /* Fallback color */
        background-color: rgba(241,249,255,1); /* Black w/ opacity */
        animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    }
}


/* Modal Content */
/* .modal-content {
    background-color: transparent !important;
    margin: auto;
    padding: 20px;
    border: none !important;
    width: 80%;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 999;
} */

.modal-content-2 {
    background-color: transparent !important;
    margin: auto;
    padding: 20px;
    border: none !important;
    width: 80%;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 999;
}

.modal-content-3 {
    background-color: transparent !important;
    margin: auto;
    padding: 20px;
    border: none !important;
    width: 80%;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 999;
}

.modal-content-4 {
    background-color: transparent !important;
    margin: auto;
    padding: 20px;
    border: none !important;
    width: 80%;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 999;
}


/* The Close Button */
@media (max-width: 389px) {
    /* .close {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        top: -15px;
        position: relative;
    }

    .close:hover,
    .close:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
     */
    .close_2 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -60px;
        position: relative;
    }

    .close_2:hover,
    .close_2:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
    
    .close_3 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -60px;
        position: relative;
    }

    .close_3:hover,
    .close_3:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
    
    .close_4 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -60px;
        position: relative;
    }

    .close_4:hover,
    .close_4:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
}


@media (min-width: 390px) {
    /* .close {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        top: -15px;
        position: relative;
    }

    .close:hover,
    .close:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    } */
    
    .close_2 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -145px;
        position: relative;
    }

    .close_2:hover,
    .close_2:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
    
    .close_3 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -145px;
        position: relative;
    }

    .close_3:hover,
    .close_3:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
    
    .close_4 {
        color: #2698fa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        font-size: 40px;
        top: -145px;
        position: relative;
    }

    .close_4:hover,
    .close_4:focus {
        color: #777;
        text-decoration: none;
        cursor: pointer;
    }
}