.fileUploadPg {
    font-family: "Rubik", serif;
    max-width: 960px;
    margin: 0 auto;
}

.bg-white {
    background: #fff;
}



.pageTopTitile {
    text-align: center;
    padding-top: 15px;
}

    .pageTopTitile h3 {
        color: #333232
    }

.pmtalert {
    text-align: center;
    border: 1px solid #FFAF14;
    background: #FFAF1412;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .pmtalert p {
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0px;
        color: #333232;
        font-size: 12px;
    }



.uploadDocSec {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.uploadDocHdr {
    background: #F6F6F6;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.docTypeTitle {
    align-items: center;
    display: flex;
}

    .docTypeTitle p {
        color: #333232;
        margin-bottom: 0px;
        font-weight: 600;
    }

.border-radius-10 {
    border-radius: 10px;
}


.uploadBtnWrap {
    position: relative;
}

    .uploadBtnWrap label {
        display: inline-block;
        background-color: #fff;
        color: #909090;
        padding: 7px 0px 5px 0px;
        font-family: sans-serif;
        border-radius: 20px;
        cursor: pointer;
        font-size: 11px;
        border: 1px solid #AAA9A9;
        font-family: 'Poppins', sans-serif;
        width: 110px;
        text-align: center;
    }

    .uploadBtnWrap input {
        display: inline-block;
        background-color: #fff;
        color: #909090;
        padding: 7px 0px 5px 0px;
        font-family: sans-serif;
        border-radius: 20px;
        cursor: pointer;
        font-size: 11px;
        border: 1px solid #AAA9A9;
        font-family: 'Poppins', sans-serif;
        width: 110px;
        text-align: center;
    }

.uploadDocBdy {
    padding: 10px 15px;
}

.uploadedFileRow {
    display: flex;
    justify-content: space-between;
}

.upFileName {
    font-size: 14px;
    color: #3faf20;
    font-family: "Poppins", serif;
}

.upFileExtra {
    display: flex;
    gap: 15px;
    align-items: center;
}

.upFileSize {
    font-size: 14px;
    color: #606060;
}

.upFileView {
    cursor: pointer;
}

.upFileDelete {
    cursor: pointer;
}


.UploadedFailedFileRow {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.upFileFName {
    font-size: 13px;
    color: #E31111;
    font-family: "Poppins", serif;
}

.upFileTryAgain {
    font-size: 12px;
    color: #E31111;
    font-family: "Poppins", serif;
    cursor: pointer;
}


.uploadDocBdy .uploadedFileRow {
    padding: 5px 0px
}

.buttonAbsolute {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.fileupload-btn.buttonAbsolute::before {
    content: 'Upload';
    display: inline-block;
    background-color: #ffffff !important;
    border: none;
    color: #909090;
    padding: 7px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.totalFileCheckbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 14px;
    border-bottom: 1px solid #efefef;
    /* margin-bottom: 15px; */
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 3px 8px #efefef;
}

.tfc-box {
    font-size: 14px;
    color: #333232;
    font-weight: 400;
    display: flex;
    align-items: self-start;
    gap: 5px;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
}

    .tfc-box input[type="checkbox"] {
        margin-top: 4px
    }

.uDocsCheckbx {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
}

.tfc-txt {
}

    .tfc-txt p {
        margin-bottom: 0px;
        color: #333232
    }


.otherDoc {
}

    .otherDoc .uploadDocBdy {
    }


.chooseKycDocType {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .chooseKycDocType label {
        font-size: 14px;
        color: #333232;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

    /*.chooseKycDocType select{max-width: 424px;    width: 100%;    height: 40px;    border: 1px solid #B4B4B4;    border-radius: 4px;}*/
    .chooseKycDocType select {
        max-width: 441px;
        width: 120px;
        height: 40px;
        border: 1px solid #B4B4B4;
        border-radius: 4px;
        font-size: 12px;
        padding-left: 5px;
    }

.downldInputWrap {
    display: flex;
    gap: 10px;
}

.downloadSampleBtnWrap {
    display: inline-block;
    background-color: #fff;
    color: #FFAF15;
    padding: 7px 0px 5px 0px;
    font-family: sans-serif;
    border-radius: 20px;
    cursor: pointer;
    font-size: 11px;
    border: 1px solid #FFAF15;
    font-family: 'Poppins', sans-serif;
    width: 160px;
    text-align: center;
}


.kycDocImg {
    margin: 30px 0px 0px 0px;
}

    .kycDocImg p {
        font-size: 14px;
        margin-bottom: 0px;
        color: #333232;
        font-weight: 400;
    }


.kycDocImgRow {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.upload-icon {
    margin-bottom: 5px;
}

    .upload-icon img {
        width: 50px;
        height: 50px;
    }

.upload-text {
    font-size: 12px;
    margin-bottom: 0px;
    color: #333232;
    font-weight: 400;
}

.kycUpload-box {
    width: 272px;
    border: 1px dashed #B8B8B8;
    text-align: center;
    border-radius: 5px;
    padding: 0px 50px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



  .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.tooltip-text {
    visibility: hidden;
    width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    white-space: nowrap;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.upFileRange {
    min-width: 250px;
}
/*.upFileRange input[type="range"]{width:100%;  background: #b5b5b5;    border-radius: 10px;    height: 4px;}
.upFileRange input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none; }
.upFileRange input[type="range"]::-webkit-slider-progress{-webkit-appearance:none;background:#f00  } */


/* General range input styling */
.range_ab {
    -webkit-appearance: none; /* Remove default styling */
    width: 270px;
    height: 4px;
    background: #ddd; /* Background color for the track */
    border-radius: 5px;
    outline: none;
}

    /* For WebKit browsers (like Chrome, Safari, Edge) */
    .range_ab::-webkit-slider-runnable-track {
        background: linear-gradient(to right, #4CAF50 0%, #ddd 0%); /* Progress color */
        border-radius: 5px;
        height: 4px;
    }

    .range_ab::-webkit-slider-thumb {
        -webkit-appearance: none;
        display: none;
        height: 0px;
        /* height: 20px;
  width: 20px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer; */
    }

    /* For Firefox */
    .range_ab::-moz-range-track {
        background: #ddd; /* Full track color */
        border-radius: 5px;
        height: 0px;
    }

    .range_ab::-moz-range-progress {
        background: #4CAF50; /* Progress color */
        border-radius: 5px;
    }

    .range_ab::-moz-range-thumb {
        height: 0px;
        width: 20px;
        background: #4CAF50;
        border-radius: 50%;
        cursor: pointer;
    }


.track_ab {
    width: 0;
    height: 4px;
    background-color: #4CAF50;
    border-radius: 5px;
    position: absolute;
    top: 13px;
    left: 0px;
}

.rangeFldWrp {
    position: relative;
}



.upFileRangeSize {
    font-size: 14px;
    color: #606060;
    font-family: "Poppins", serif;
}


.tooltipAB {
    display: flex;
    margin-left: 5px;
    position: relative;
}

.i_icon {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.tooltipTxt {
    display: none;
    position: absolute;
    background: #818181;
    color: #fff;
    font-size: 12px;
    width: 220px;
    min-height: 37px;
    padding: 10px 10px;
    border-radius: 10px;
    left: -10px;
    top: 22px;
    font-family: 'Poppins', sans-serif;
}

    .tooltipTxt:before {
        content: '';
        position: absolute;
        left: 13px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #818181;
    }

.i_icon:hover ~ .tooltipTxt {
    display: block;
}


.footer-ab {
    background: #fff;
    width: 100%;
    padding: 20px 0px 25px 0px;
}

.footerFix-inner {
    padding: 0px 15px;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.singleRgtBtn {
    justify-content: end;
}

.footerFix-rightBtn { 
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerFix-rightBtn button {
    background: #FFAF14;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.bkBtn {
    background: #fff !important;
    border: 1px solid #FFAF14 !important;
    color: #FFAF14 !important;
    margin-right: 10px;
}


.docRowSingle {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.drTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.docTypeTitle {
}



.chooseKycDocType small {
    font-size: 11px;
    color: #E31111
}



.chooseKycDocRow {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cktRgt .uploadBtnWrap label {
    display: inline-block;
    background-color: #fff;
    color: #909090;
    padding: 7px 0px 5px 0px;
    font-family: sans-serif;
    border-radius: 20px;
    cursor: pointer;
    font-size: 11px;
    border: 1px solid #AAA9A9;
    font-family: 'Poppins', sans-serif;
    width: 110px;
    text-align: center;
}



@media (max-width:1024px) {


    .tooltipTxt {
        width: 150px;
        left: -70px;
        bottom: -70px;
    }

        .tooltipTxt:before {
            left: 73px;
        }
}

@media (max-width:768px) {

    .pmtalert {
        text-align: left;
    }

        .pmtalert p {
            font-size: 11px;
        }

    .UploadedFailedFileRow {
        flex-direction: column
    }

    .uDocsCheckbx, .totalFileCheckbx, .kycDocImgRow {
        flex-wrap: wrap;
    }


    .uploadDocHdr, .uploadedFileRow {
        flex-wrap: wrap;
    }

    .downldInputWrap {
        align-items: center;
    }

    .upFileRange {
        min-width: 200px;
    }

    .docTypeTitle {
        margin-bottom: 10px;
    }

        .docTypeTitle p, .upFileName, .upFileSize, .chooseKycDocType select {
            font-size: 12px;
        }

    .chooseKycDocType select {
        height: 30px;
    }


    .footerFix-ab {
        padding: 10px 0px;
    }

    .footerFix-rightBtn button {
        padding: 7px 25px;
        font-size: 14px;
    }
}



@media (max-width:480px) {


    .tfc-box {
        font-size: 11px;
        font-family: 'Poppins', sans-serif;
    }

    .uploadBtnWrap {
        margin-top: 0px;
        margin-left: 0px;
    }

    .footerFix-rightBtn, .footerFix-rightBtn button {
        width: 100%;
    }

    .bkBtn {
        margin-bottom: 10px;
    }

    .upFileRangeSize {
        display: none;
    }
}

.upload-head-main {
    padding-top: 25px;
}
