#billing_country_field .select2-container--default .select2-selection--single,
#billing_state_field .select2-container--default .select2-selection--single {
    padding: 0 7px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}

#select2-billing_country-container,
#select2-billing_state-container {
    padding: 5px;
}

#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow,
#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px
}

.page-id-25613 .main-page-wrapper {
    height: calc(100vh - 180px);
}

/* .iscu_inquiry_from_wrapper> :nth-child(-n+3) {
    display: none;
} */

.iscu_view_cashex_pdf_btn.btn.btn-color-primary.btn-style-round {
    white-space: nowrap;
}

.iscu_send_order_summary_mail {
    background-color: rgb(252, 124, 21) !important;
    color: white !important;
}

.iscu_fire_time {
    white-space: nowrap;
}

.iscu_show_rate_alert {
    border: 2px solid var(--wd-form-brd-color);
    padding: 9px;
    margin: unset;
    width: 90px;
}

.iscu_hide {
    display: none;
}

.iscu_counters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.iscu_sort_by_sajath_form {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    margin-right: 50px;
}

.iscu_upload_telex_tr,
.iscu_upload_receipt_tr {
    min-width: 300px;
}

.iscu_buyers_address {
    min-width: 225px;
}

.page-id-23777 .main-page-wrapper,
.page-id-23775 .main-page-wrapper {
    padding-top: 5px !important;
}

.page-id-23775 .iscu_loader_wrapper {
    padding: 2px !important;
}

.iscu_upload_telex_wrap .iscu_upload_telex_btn,
.iscu_upload_receipt_wrap .iscu_upload_receipt_btn {
    color: #fff !important;
    background-color: rgb(252, 124, 21) !important;
    font-size: 13px;
    padding: 2px 10px !important;
    height: unset;
    border-radius: 50px;
    margin-top: 10px;
    white-space: nowrap;
    width: 125px;
}

.iscu_links_wrap a {
    white-space: nowrap;
}

body.page {
    overflow: auto;
}

td,
th {
    min-width: max-content;
    width: max-content !important;
}

#iscu_desc_msg {
    text-align: center;
    font-size: 19px;
    background: #ff6900;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    border-radius: 23px;
}

body {
    overflow: auto !important;
}

th.iscu_product_title,
td.iscu_product_title,
th.iscu_sellers_address,
td.iscu_sellers_address {
    min-width: 450px;
}

.page-id-24082 .container th.iscu_product_title,
.page-id-24082 .container td.iscu_product_title {
    min-width: 225px;

}


.page-id-24280 .container,
.page-id-24013 .container,
.page-id-23775 .container,
.page-id-24082 .container,
.page-id-23777 .container,
.page-id-22521 .container,
.page-id-24027 .container {
    max-width: unset;
    width: 99vw;
}

.iscu_buy_rate {
    width: 150px !important;
}

.iscu_allocate button {
    background: rgb(252, 124, 21) !important;
    color: white !important;
    border-radius: 35px;
    width: 125px;
}

.iscu_allocate button:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

#iscu_ngn_trading_data_spool1_filter input,
#iscu_ngn_trading_data_spool1_length select,
#iscu_ngn_trading_data_spool_filter input,
#iscu_ngn_trading_data_spool_length select {
    width: unset;
}

#iscu_filter_form {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.iscu_filter_row {
    margin-right: 15px;
}

#iscu_filter_submit {
    padding: 5px 10px;
    background: white;
    border: 1px solid #4183c4;
    color: #4183c4;
    font-weight: bold;
    cursor: pointer;
}

#iscu_filter_submit:hover {
    background: #4183c4;
    color: white;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    padding: 0 24px 0 8px !important;
}

.iscu_loader_wrapper .loader {
    position: absolute;
    right: 12px;
    height: 14px;
    width: 14px;
    top: 25px;
}

.iscu_loader_wrapper {
    position: relative;
}

#iscu_ngn_trading_data_spool1_length,
#iscu_ngn_trading_data_spool_length {
    margin-bottom: 15px;
}

#iscu_ngn_trading_data_spool_wrapper {
    background: white;
    padding: 20px;
    overflow: scroll;
    border: 1px solid;
}

#iscu_ngn_trading_data_spool1_wrapper {
    background: white;
    padding: 20px;
    overflow: scroll;
    border: 1px solid;
}

.single-product .total-cost-input-prefix {
    display: none;
}

.page-id-17379 .container {
    max-width: unset;
}

.page-id-17379 .main-page-wrapper {
    padding-top: unset;
}

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

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

.iscu_table_head_margin {
    margin-top: 30px;
}



#file-input-container {
    display: inline-block;
}

.image .iscu_input_field {
    margin-top: 5px;
}

.loader,
.iscu_allocate_loader {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #2196F3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: donut-spin 1.2s linear infinite;
    position: absolute;
    margin-left: 60px;
}

.iscu_allocate_loader {
    margin: unset;
}

.loader1 {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #2196F3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: donut-spin 1.2s linear infinite;
}

.iscu_rate_field {
    display: flex;
    align-items: center;
    position: relative;
    width: 90px;
}

.iscu_rate_field .loader {
    right: 5px;
}

.iscu_two_fields {
    display: flex;
}

.iscu_two_one {
    width: 400px;
}

#iscu_ngn_trading_data_spool1_wrapper .iscu_add_to_trades,
#iscu_ngn_trading_data_spool1_wrapper .iscu_update_trades,
#iscu_ngn_trading_data_spool_wrapper .iscu_add_to_trades,
#iscu_ngn_trading_data_spool_wrapper .iscu_update_trades {
    width: max-content;
    opacity: 1 !important;
}

.iscu_allocated_table_wrapper {
    display: flex;
}

.iscu_view,
.iscu_add_to_trades,
.iscu_update_trades,
.iscu_view_pdf {
    border-radius: 20px !important;
    background: #fc7c15 !important;
    color: white !important;
}

.iscu_view:hover,
.iscu_update_trades:hover,
.iscu_add_to_trades:hover,
.iscu_view_pdf:hover {
    background-color: black !important;
}

.iscu_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.iscu_container label {
    font-weight: bold;
    font-size: 16px;
}

.iscu_container h2 {
    margin: unset;
}

.search-form-wrapper {
    display: none;
    margin-top: 10px;
}

.search-form-container {
    display: flex;
    flex-direction: column;
    float: right;
    justify-content: end;
    width: 300px;
}

td.iscu_inr_amount {
    font-weight: bold;
    color: #00b050;
    font-size: 16px;
}

.iscu_success {
    font-size: 24px;
    color: green;
}

.iscu_login_error {
    color: red;
    text-align: center;
    font-size: 20px;
}

.search-form-toggle {
    width: 100%;
    background: #fc7c15 !important;
    color: white !important;
    border-radius: 25px !important;
}

.search-form-toggle:hover,
#iscu_search_submit:hover {
    background: black !important;
}

#iscu_search_submit {
    margin-top: 15px;
    background: #fc7c15;
    color: white;
    border-radius: 25px;
}

.product-wrapper .wrap-price {
    display: block !important;
    /* margin-top: unset !important; */
}

.product-wrapper .iscu_total_data {
    margin: 15px 0;
    font-size: 13px;
}

.woocommerce-table--order-details tfoot tr:last-child th {
    text-transform: uppercase;
    font-size: 20px;
}

.iscu_button_primary {
    background: #fc7c15 !important;
    border-radius: 25px !important;
    color: white !important;
}

#iscu_order_again {
    background: #fc7c15;
    color: white;
    border-radius: 25px;
}

.iscu_button_primary:hover {
    background-color: black !important;
}

#iscu_order_again:hover {
    background-color: black;
}

.woocommerce-customer-details--phone {
    margin: unset;
}

.page-id-16061 .woocommerce-Address-title.title {
    display: flex;
}

.page-id-16061 .u-column1.woocommerce-Address {
    max-width: unset;
}

.page-id-16061 .edit {
    margin-left: 10px;
    font-weight: normal;
}

.product-wrapper.iscu_p_product_wrapper:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .0s ease, transform .3s ease;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateZ(0);
}

.product-wrapper.iscu_p_product_wrapper {
    border: 1px solid var(--brdcolor-gray-300);
    padding: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}


.product-image-link.iscu_p_product-image-link img {
    /* max-width: 252px; */
    max-width: -moz-available !important;

}

.billing-name-fields {
    display: flex;
    justify-content: space-between;
}

#billing_first_name_field,
#billing_last_name_field {
    width: 49%;
}

.product-element-bottom.iscu_p_product-element-bottom {
    text-align: left;
}

.iscu_p_product-element-bottom .wd-entities-title a {
    font-size: 14.5px !important;
}

#iscu_save_changes {
    background: rgb(252, 124, 21);
    color: white;
    border-radius: 25px;
}

#iscu_save_changes:hover {
    background: black;
}

.iscu_p_view_button a {
    width: 100%;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
}

.order_column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iscu_order_2 {
    width: 100%;
    border-radius: var(--btn-accented-brd-radius) !important;
    color: var(--btn-accented-color) !important;
    box-shadow: var(--btn-accented-box-shadow) !important;
    background-color: var(--btn-accented-bgcolor) !important;
}

.iscu_previous_changes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iscu_previous_changes address {
    margin: 5px;
    border: 1px solid;
    padding: 10px;
    width: 178px;
}

.product-grid-item.iscu_p_product-grid-item {
    flex: unset;
    width: 290px;
    max-width: 290px;
}

.wd-add-btn.wd-add-btn-replace.iscu_p_view_button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.iscu_p_wd-product-sku {
    margin-bottom: 0px !important;
}

#iscu_order_list tr .iscu_order_number::before {
    content: "ORDER";
}

#iscu_order_list tr .iscu_order_date::before {
    content: "DATE";
}

#iscu_order_list tr .iscu_order_status::before {
    content: "STATUS";
}

#iscu_order_list tr .iscu_order_products::before {
    content: "PRODUCTS";
}

#iscu_order_list tr .iscu_order_total::before {
    content: "TOTAL";
}

#iscu_order_list tr .iscu_order_actions::before {
    content: "ACTIONS";
}

#iscu_order_list tr .iscu_border_remove {
    border: unset;
}

#iscu_order_list tr.iscu_border_add {
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

#iscu_order_list .product {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.iscu_clear {
    background: unset;
    text-decoration: underline;
    padding: unset;
    color: red;
}

.select2-container--default .select2-selection--single {
    padding-top: 4px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    font-size: 15px;
    transition: border-color .5s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

#iscu_order_list span {
    text-align: end;
}

/* Form CSS Start */

/* .iscu_inquiry_form_wrapper .iscu_form_input {
     border: 2px solid #e5e5e5; 
} */

#transaction_amnt {
    text-align: left;
    padding-left: 15px;
}

.iscu_inquiry_form_wrapper .iscu_form_lable {
    font-size: 15px;
}

/* .iscu_inquiry_form_wrapper #firstname,
#lastname,
#email {
    border: none;
} */

.iscu_inquiry_form_wrapper .middle_section {
    color: #777;
    font-size: 15px;
    margin: 50px auto;
}

.iscu_inquiry_form_wrapper .iscu_form_middle_down_section p {
    margin: 0px;
    padding: 9px 20px;
    border: 2px solid #e5e5e5;
}

.iscu_inquiry_form_wrapper .iscu_form_middle_up_section p {
    margin: 0px;
}

.iscu_inquiry_form_wrapper .iscu_form_other_section_footer {
    display: flex;
}

.iscu_inquiry_form_wrapper .iscu_form_other_section_footer_wrapper {
    margin: 25px auto;
}

.iscu_inquiry_form_wrapper .iscu_form_other_section_footer label {
    margin-left: 5px;
    line-height: 20px;
    color: black;
}

.iscu_inquiry_form_wrapper .iscu_form_other_section_footer input {
    height: 25px;
    width: 25px;
}

.iscu_inquiry_form_wrapper .image_wrapper {
    color: black;
}

.iscu_inquiry_form_wrapper .image {
    border: none;
}

.iscu_inquiry_form_wrapper .submit {
    font-size: 15px;
    border-radius: 25px;
}

.iscu_inquiry_form_wrapper .error {
    color: red;
}

.iscu_inquiry_form_wrapper .submit {
    background-color: #fc7c15;
    color: white;
    opacity: 0.6;
}

.iscu_inquiry_form_wrapper .submit:hover {
    background-color: #000000;
    color: white;
}

.iscu_loader {
    border: 3px solid #666464;
    border-top: 3px solid #fc7c15;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: iscu_spin 2s linear infinite;
    margin-left: 10px;
}

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

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

.order-again {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.iscu_downloads thead tr:first-child {
    display: none;
}

.iscu_downloads tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iscu_downloads tbody tr td {
    display: flex;
    justify-content: space-between;
}

.iscu_downloads tbody tr .download-product::before {
    content: 'PRODUCT';
}

.iscu_downloads tbody tr .download-file::before {
    content: 'DOWNLOADS';
}

/* .iscu_margin_top {
    margin-top: 42px !important;
} */

.iscu_wrap-price {
    margin-top: auto !important;
}

p.wd-product-stock.stock.wd-style-default.in-stock::before {
    margin-inline-end: 5px;
    color: var(--wd-primary-color);
    content: "\f107";
    font-family: "woodmart-font";
}

.wd-product-sku.iscu_p_wd-product-sku span.wd-label {
    color: #000000 !important;
}

.iscu_wd-entities-title {
    margin-bottom: 0px !important;
}

.iscu_main_arc_div {
    align-items: stretch !important;
}

.iscu_p_product-grid-item {
    display: flex !important;
}

.iscu_p_product-element-bottom {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.iscu_product_btn:hover {
    color: var(--btn-accented-color-hover) !important;
    box-shadow: var(--btn-accented-box-shadow-hover) !important;
    background-color: var(--btn-accented-bgcolor-hover) !important;
}

.iscu_brand_text {
    color: #777777 !important;
}

.iscu_brand_text:hover {
    color: #000000 !important;
}

.iscu_two_one.iscu_two_one_boc {
    width: 388px;
}

/* Form CSS End */

.iscu_backend_page th {
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0.7;
    width: 0;
    height: 0;
}

.slider.round::before {
    border-radius: 50%;
}

.slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider::before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}


.iscu_email {
    word-break: break-word;
}

.iscu_counters span {
    cursor: pointer;
}

.iscu_counters .iscu_this_month {
    color: #2196F3;
}

.iscu_archive_filter_wrapper {
    display: flex;
    justify-content: end;
}

.iscu_archive_products_wrapper>div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.iscu_archive_filter_wrapper .search-form-container {
    width: 300px;
    display: unset;
    float: unset;
}

.iscu_archive_products_wrapper {
    margin-top: 30px;
}

.iscu_archive_filter_wrapper label {
    display: unset;
}

.iscu_archive_filter_wrapper #iscu_search_submit {
    display: block;
}

.iscu_backend_page body {
    overflow: scroll;
    height: 68vh;
}

tr td.iscu_transaction_amnt {
    font-weight: bold;
    color: #00b050;
    font-size: 16px;
}

@media screen and (max-width:800px) {
    .iscu_allocated_table_wrapper {
        display: unset;
    }
}


@media screen and (max-width:748px) {

    .iscu_inquiry_form_wrapper .iscu_form_other_section_footer input {
        width: 30px !important;
    }

}

@media screen and (max-width:603px) {
    .product-grid-item.iscu_p_product-grid-item {
        flex: 0 0 50%;
        width: 50% !important;
    }

    .iscu_inquiry_form_wrapper .iscu_form_other_section_footer input {
        width: 35px !important;
    }

    .product-image-link.iscu_p_product-image-link img {
        max-width: -moz-available !important;
    }
}

@media screen and (max-width:550px) {
    .iscu_two_one.iscu_two_one_boc {
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    .iscu_container {
        flex-direction: column;
    }

    .search-form-container {
        width: 100%;
        margin-top: 20px;
    }

    .iscu_two_one {
        width: 60%;
    }

    .iscu_two_two {
        width: 40%;
    }

    .iscu_inquiry_form_wrapper .iscu_form_other_section_footer input {
        width: 45px !important;
    }

    .iscu_archive_filter_wrapper {
        flex-direction: column;
    }

    .iscu_archive_filter_wrapper .search-form-container {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width:450px) {
    .iscu_two_one.iscu_two_one_boc {
        width: 60%;
    }
}

@media screen and (max-width:400px) {

    .iscu_inquiry_form_wrapper .iscu_form_other_section_footer input {
        width: 55px !important;
    }
}

@media screen and (max-width:350px) {
    .iscu_two_one.iscu_two_one_boc {
        width: 50%;
    }

    .iscu_two_two.iscu_two_two_boc {
        width: 50%;
    }
}

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

.iscu_backend_table thead {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

/* Default styles for the table */
.iscu_backend_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

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

.iscu_backend_table th {
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.rate_column,
.iscu_invoice_sajath_out_rate,
.iscu_invoice_sajath_in_rate {
    width: 90px !important;
    padding: 0 5px !important;
}

/* Default styles for the table End */

.iscu_post_attachment {
    min-width: 300px;
}

.iscu_transaction_amnt {
    min-width: 100px;
}

.iscu_buy_price_wap {
    min-width: 100px;
}

td.iscu_rate {
    min-width: 110px;
}


@media screen and (max-width: 1680px) {
    .iscu_backend_table td {
        word-break: break-word;
    }

    .iscu_post_id {
        word-break: unset !important;
    }
}


@media screen and (max-width: 1100px) {
    .iscu_backend_table {
        border: 1px solid #c1c1c1;
    }

    .iscu_backend_table thead {
        display: none;
    }

    .iscu_backend_table tbody,
    .iscu_backend_table tr,
    .iscu_backend_table th,
    .iscu_backend_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .iscu_backend_table td {
        border-bottom: 1px solid #ddd;
        min-height: 42px;
        width: 100% !important;
    }

    .iscu_backend_table td::before {
        content: attr(data-label);
        font-weight: bold;
        float: left;
        text-transform: uppercase;
        margin-right: 15px;
        width: 125px;
    }

    .iscu_backend_table td {
        word-break: unset;
    }

    .iscu_backend_table tr {
        border: 1px solid #000;
        margin-bottom: 5px;
        border-bottom: 5px solid #000;
    }

    .product_2_id {
        margin-left: 140px;
    }

    .rate_column {
        width: 200px !important;
    }

    .iscu_fees {
        width: 200px !important;
    }
}

@media screen and (max-width: 480px) {
    .iscu_backend_table td::before {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .iscu_backend_table td::before {
        width: 100%;
        margin-bottom: 2px;
    }

    .product_2_id {
        margin-left: unset;
    }

    .iscu_backend_table td {
        padding: 10px;
        text-align: left;
        flex-direction: column;
        display: flex !important;
    }
}

/* @media screen and (max-width: 400px) {
    .iscu_backend_table td {
        word-break: break-word;
    }
} */

.page-id-17379 .color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    z-index: 99999;
}

.page-id-17379 .iscu_backend_table.wp-list-table.widefat.fixed.striped thead {
    z-index: 99 !important;
}

.iscu_view_order_address {
    display: flex;
    gap: 10px;
    margin-top: 97px;
}

.iscu_order_details h2 {
    margin: 0;
}

.iscu_order_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.iscu_view_order_address section {
    flex: 1;
}

.iscu_analytical_row td {
    background: black;
    color: white;
}


.red .currency-sign {
    color: red;
}

.green .currency-sign {
    color: green;
}

.green {
    color: green;
}

.red {
    color: red;
}


.iscu_analytical_row .green {
    color: lime;
}

.iscu_analytical_row .green .currency-sign {
    color: lime;
}

.iscu_analytical_row [data-field="Master Cost"] .currency-sign,
.iscu_analytical_row [data-field="Gross Earning USDT"] .currency-sign {
    color: white;
}