.iscuk_backend_page2_table td[data-label="Product title"],
.iscuk_backend_page2_table td[data-label="Buyer’s address"],
.iscuk_backend_page2_table td[data-label="Supplier’s address"] {
    width: 600px !important;
    max-width: 600px !important;
    min-width: 600px !important;
}

.iscuk_backend_page2_table td[data-label="Due for Pymt"] {
    color: green;
    font-weight: bold;
}

.iscuk_fullfillment_invoice {
    cursor: pointer;
}

.iscuk_backend_page2_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.iscuk_backend_page2_container {
    overflow: scroll;
    height: 700px;
}

body .iscuk_backend_page2_table thead {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99 !important;
}

.iscuk_backend_page2_table th {
    padding: 10px 10px 10px 10px;
    text-align: left;
    font-size: 14px;
}

.iscuk_backend_page2_table td {
    padding: 10px;
    text-align: left;
}

.iscuk_approve_etxug_td {
    position: relative;
}

.iscuk_second_site_payment_methods {
    position: absolute;
    z-index: 1;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 5px;
    display: none;
    width: 205px;
}

.iscuk_second_site_payment_methods label:first-child {
    margin-bottom: 10px;
}

.iscuk_second_site_payment_methods label:last-child {
    margin-bottom: 0px;
}

/* Bank Details Modal Start */

.iscuk_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.iscuk_modal_content {
    position: relative;
    background-color: #FFF;
    text-align: center;
    border-radius: 15px;
    transition: all .3s;
    transform: translateY(200%);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 600px;
    max-height: 90vh;
}

.iscuk_modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #242424;
    border: 1px solid #242424;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iscuk_show_modal {
    visibility: visible;
    opacity: 1;
}

.iscuk_show_modal .iscuk_modal_content {
    transform: translateY(0);
}

.iscuk_modal_heading {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
}

.iscuk_modal_header {
    padding: 15px;
    position: relative;
    border-bottom: 0.13rem solid #242424;
}

.iscuk_modal_details {
    padding: 15px;
}

#iscuk_modal_container * {
    font-family: var(--wd-title-font);
}

.iscuk_modal_loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #242424;
    margin: auto;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

.iscuk_modal_details {
    max-height: calc(90vh - 64px);
    overflow: auto;
    scrollbar-width: none;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}


#iscuk_modal_container.iscuk_ajaxing .iscuk_bank_details_content,
#iscuk_modal_container:not(.iscuk_ajaxing) .iscuk_modal_loader {
    display: none;
}

.iscuk_backend_page2_table.iscu_backend_table [data-unconfirmed=""] .switch,
.iscuk_backend_page2_table.iscu_backend_table [data-unconfirmed=""] .iscuk_usdc_rate_input,
.iscuk_backend_page2_table.iscu_backend_table [data-unconfirmed=""] .iscuk_allocate_payment,
.iscuk_backend_page2_table.iscu_backend_table [data-unconfirmed=""] .iscuk_rate_input {
    pointer-events: none;
}

.iscuj_upload_receipt_btn,
.iscuj_upload_telex_btn {
    height: 35px;
    width: 120px;
}

.iscuj_upload_receipt_btn:not(.iscuc_ajaxing) .loader1,
.iscuj_upload_receipt_btn.iscuc_ajaxing .iscuc_btn_text,
.iscuj_upload_telex_btn:not(.iscuc_ajaxing) .loader1,
.iscuj_upload_telex_btn.iscuc_ajaxing .iscuc_btn_text {
    display: none;
}

.iscuj_upload_receipt_btn.iscuc_ajaxing,
.iscuj_upload_telex_btn.iscuc_ajaxing {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iscuj_upload_receipt_btn .loader1,
.iscuj_upload_telex_btn .loader1 {
    border: 3px solid #ffff;
    border-left-color: transparent;
    height: 22px;
    width: 22px;
}

@media screen and (max-width: 1100px) {
    .iscu_backend_table td {
        word-break: unset;
        display: flex;
    }

    .iscu_counters {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }
}

/* Bank Details Modal End */