

.form-section{
    background-color: rgba(0, 0, 0, 0.02);
    padding-top: 125px;
}

.form-section .card{
    border: none;
    background-color: white;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.01);
    border-radius: 15px;
}

.form-section h1{
    font-weight: 600;
    font-size: 2rem;
    color: #333333;
}

.form-section .form-label{
    font-weight: 500;
}

.form-section .form-control{
    font-size: 0.9rem;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.01);
}

.form-section .form-control:focus{
    border: 2px solid #721b65;
    box-shadow: 0px 0px 20px #721b6518;

}

.file-upload-contain{
    position: relative;
    margin-bottom: 40px;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 2px dashed #1e80e8;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background-color: #f1f8fe;
    min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
    border: 2px dashed #1e80e8 !important;
    background-color: #dfedfc;
}
.upload-area i {
    color: #1e80e8;
    font-size: 50px;
}
.upload-area p {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #2580e8;
}
.upload-area p b {
    color: #1e80e8;
}
.upload-area button {
    padding: 8px 16px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1e80e8;
    border: 2px solid #1e80e8;
    border-radius: 50px;
    transition: 0.3s;
}
.upload-area button:hover{
    background-color: #1e80e8;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}
.file-preview{
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.file-preview .fileinput-remove{
    display: none;
}

.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background : none;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.file-preview-frame .kv-file-content{
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-preview-image {
    border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
    padding-top: 0;
}
.file-preview-frame .file-footer-caption{
    text-align: left;
    margin-bottom: 0;
}
.file-detail{
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}
.file-detail .file-caption-name{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.file-detail .file-size{
    color: #f1f8fe;
    font-size: 12px;
}
.kv-zoom-cache {
    display: none;
}
.file-preview-frame .file-thumbnail-footer{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
    float: none;
}
.file-preview-frame .file-footer-buttons{
    float: none;
    display: flex;
    align-items: center;
}
.file-preview-status.text-center {
    display: none;
}
.kv-file-remove.file-remove {
    border: none;
    background-color: #ef2f2f;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-drag-handle.file-drag {
    border: none;
    background-color: #fff;
    color: #2580e8;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.kv-file-upload.file-upload{
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-thumb-loading{
    background: none !important; 
}
.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none!important;
}


.fileinput-upload-button{
    display: none;
}

.krajee-default.file-preview-frame {
    margin: 0px;
}

.file-drop-zone {
    min-height: 180px;
    margin: 0px;
}

.krajee-default.file-preview-frame {
    box-shadow: none;
    border: none;
}
.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    margin-top: 0px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: none;
    box-shadow: none;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info{
    font-size: 0.9rem;
    height: auto;
    color: #333333;
}
.file-drop-zone-title{
    padding: 100px 10px 40px 10px;
    position: relative;
}

.file-drop-zone-title::after{
    font-family: "Font Awesome 5 Free";
    content: "\f03e";
    font-size: 3rem;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    
}

.form-btn{
    border-radius: 5px;
    padding: 12px 10px;
}

.form-select{
    font-size: 0.9rem;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.01);
}

.form-select:focus{
    border: 2px solid #721b65;
    box-shadow: 0px 0px 20px #721b6518;

}
