body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.94), hsla(0, 0%, 95.3%, 0.94)), url("https://uploads-ssl.webflow.com/6359140b3878a7a73023f955/635934446d2865655d814bb0_noise.webp"), linear-gradient(180deg, #f3f3f3, #f3f3f3);
}
header {background: #2d2d2d;height: 60px;}
.main-logo {padding: 5px 0;text-align: center;}
.main-logo img {max-height: 50px;}
footer {background: #f79647;height: 40px;    text-align: center;}
footer p.proby {margin: 0;line-height: 40px;font-size: 16px;font-weight: 600; text-transform: uppercase;color: #000;}
#success_message{ display: none;}
.bv-form{background: #fff;border: 0;margin: 20px}
.bv-form .form-control {border-radius: 4px !important;border:1px solid #c9cbcd;box-shadow: none;background: #f9f9f9;}
.bv-form .form-control:hover, .bv-form .form-control:focus{background: #fff}
.bv-form .input-group{display: block;}

.bv-form .bsubmitbtn {background: #f69646;color: #fff;font-size: 18px;min-width: 200px;padding: 10px;}
.bv-form .bsubmitbtn:hover{background: #2d2d2d}
.bv-form h2{font-weight: 600;margin-bottom: 20px}

/*----------multiple-file-upload-----------*/
.file-upload-contain{
    position: relative;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 1px dashed #c9cbcd;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background-color: #f9f9f9;
    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: 1px dashed #e5ddd6 !important;
    background-color: #fffaf6;
}
.upload-area i {
    color: #f69646;
    font-size: 50px;
}
.upload-area p {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #f69646;
}
.upload-area p b {
    color: #1e80e8;
}
.upload-area button {
    padding: 8px 15px;
    min-width: 140px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #f69646;
    border: 2px solid #f69646;
    border-radius: 50px;
    transition: 0.3s;
}
.upload-area button:hover{
    background-color: #f69646;
    box-shadow: 0px 4px 8px rgb(246 150 70 / 48%);
}
.file-preview{
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.file-preview .fileinput-remove{
    display: none;
}
.file-drop-zone-title{
    padding: 40px 10px;
}
.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background-color: #2d2d2d;
    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;
}