
.refund_title_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bulk_vendor_refund_title_sec {
    margin: 1px 0px 18px 0px;
}

.live_search_title {
    margin-bottom: 10px;
    font-size: clamp(0.78125rem, 0.7545rem + 0.1339vw, 0.875rem);
    color: #17181A;
    text-align:left;
    font-weight: 400;
}

.live_search_wrap {
    margin-bottom: 16px;
}

.button_d_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button_d_flex i{
    font-size: 16px;
}

.select_kyc_title {
    color: #17181A;
    font-size: clamp(0.78125rem, 0.7545rem + 0.1339vw, 0.875rem);
    margin-bottom: 16px;
    text-align:left;
    font-weight: 400;
}

.bulk_vendor_refunds_uplaod_section {
    background-color: #fff;
    padding: 24px;
}

.drop_zone_container.bulk_vendor_drop_zone_container {
    padding: 0;
}

.refund_download_btn img {
    width: 24px;
    height: 24px;
}

.refund_title_sec h4 {
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
    margin: 0;
    font-weight: 400;
    text-align: left;
}


.drop_zone_container {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.drop-zone {
    padding: 20px;
    text-align: center;
    border: 2px dashed #04AA61;
    background-color: #04aa610d;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drop-zone label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.drp_uplaod_icon {
    width: 40px;
    height: 40px;
    max-width: 100%;
    margin-bottom: 12px;
}

.drop-zone p {
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
    margin: 0;
    cursor: default;
    pointer-events: none !important;
}

.drop-zone .browse-files-text {
    color: #04AA61;
    cursor: pointer;
}

.drop-zone .sm_text {
    font-size: 12px;
    cursor: default;
}

#fileList {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

#fileInput {
    opacity: 0;
    display: none;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    background-color: #fbfbfb;
    border: 1px solid #939393;
    height: 67px;
    border-radius: 7px;
    padding: 0px 10px;
}

.file_delete_button {
    width: 28px;
    height: 28px;
    cursor: pointer;
    padding: 0;
}

.fileIconfileNamefileDate {
    width: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.file-item img {
    width: 24px;
    height: 24px;
}

.fileNamefileDate span:first-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 40%;
    font-size: 16px;
    color: #010047;
}

.fileNamefileDate span:last-child {
    font-size: 14px;
    color: #666E80;
    max-width: 50%;
}

.upload_button {
    background-color: #FBB016;
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 24px;
    max-width: max-content;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
}

.file-progress {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #3498db;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 7px solid #fff;

}

.progress-circle .percentage {
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    max-width: 100% !important;
}

.fileIconImg {
    width: 30px;
    height: auto;
}

.fileNamefileDate {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.uploaded_fileItem_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.uploaded_fileItem {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #fff;
    width: 300px;
    border-radius: 8px;

}

.file_name_file_date {
    display: flex;
    flex-direction: column;
}


.file_name_file_date span:first-child {
    font-size: clamp(0.8125rem, 0.7589rem + 0.2679vw, 1rem);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.file_name_file_date span:last-child {
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}

.upload_file_icon img {
    width: 24px;
    height: 24px;
}

.live-search-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #60606033;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    color: #17181A;
    display: none;
    padding: 5px 0px;
    margin-top: 5px;
}

.live-search-box {
    width: 100%;
    display: block;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px #60606033;
}

.live-search-box:focus {
    border: 0;
    outline: none;
}

.live-search-list li {
    list-style: none;
    padding: 10px 12px;
    margin: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.live-search-list li:hover {
    background-color: #F7FCFA;
}

.refund_download_btn {
    padding: 8px 10px;
    background-color: #04AA61;
    color: #FFFFFF;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    width: max-content;
}

.refund_download_btn.document_btn {
    background-color: #FBB016;
}

.refund_sub_title_sec h4 {
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 20px;
    text-align: left;
}
@media only screen and (max-width:550px){
    .bulk_vendor_refunds_uplaod_section{
        padding: 24px 10px;
    }
}
@media only screen and (max-width:767px){
    .file-item{
        width:100% !important;
    }
    .fileNamefileDate span:first-child{
        max-width: 70% !important;
    }
    
}
@media only screen and (max-width:479px) {
    .uploaded_fileItem{
        width:100%;
    }
    .file_name_file_date span:first-child{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
    }
}
@media only screen and (max-width:1025px) {
    .file-item{
        width: 50%;
    }
}

