/* #iscui_dfp_amount_field::before {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 10px;
    font-weight: bold;
}

#iscui_dfp_amount_field input {
    padding-left: 50px;
} */

.iscuk_backend_page2_table.iscu_backend_table .red[data-label="Gross Earning EXTUG"],
.iscuk_backend_page2_table.iscu_backend_table .red[data-label="Gross Earning USDT"],
.iscuk_backend_page2_table.iscu_backend_table [data-label="Total Cost EXTUG"],
.iscuk_backend_page2_table.iscu_backend_table [data-label="Master Cost"] {
    color: red;
}

.iscuk_backend_page2_table.iscu_backend_table .green[data-label="Gross Earning EXTUG"],
.iscuk_backend_page2_table.iscu_backend_table .green[data-label="Gross Earning USDT"] {
    color: green;
}

#ui-datepicker-div {
    margin-left: 0px !important;
    background-color: var(--wd-primary-color);
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
    font-size: 13px;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a.ui-state-active {
    background: black;
    color: white;
    border-color: black;
}

.iscui_dfp_form_row {
    margin-bottom: 15px;
}

.iscui_dfp_form_field {
    position: relative;
}

.iscui_order_table_wrap {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-height: 226px;
    overflow-x: auto;
    /* table-layout: fixed; */
}

#iscui_order_table {
    margin: 0px !important;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100% !important;
}

#iscui_order_table th,
#iscui_order_table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    width: 19% !important;
    max-width: unset;
    min-width: unset;
    white-space: nowrap;
}

#iscui_order_table th:nth-child(4),
#iscui_order_table td:nth-child(4),
#iscui_order_table th:nth-child(3),
#iscui_order_table td:nth-child(3) {
    width: 120px !important;
}

#iscui_order_table th:nth-child(5),
#iscui_order_table td:nth-child(5) {
    width: 80px !important;
}

#iscui_order_table tr:hover {
    background-color: #f2f2f2;
}

#iscui_order_search {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

/* #iscui_order_table tbody {
    display: block;
    max-height: 187px;
    overflow-y: auto;
    width: 100%;
} */

/* #iscui_order_table thead {
    display: block;
    width: 100%;
} */

#iscui_order_table tbody tr.selected {
    background: #ebebeb;
}

/* #iscui_order_table tbody tr,
#iscui_order_table thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
} */

/* #iscui_order_table th,
#iscui_order_table td {
    width: 25%;
} */

#iscui_loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #fc7c15;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 10px;
    top: 9px;
}

#iscui_loader_1 {
    display: none;
    border-top: 4px solid #fc7c15;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    right: 19px;
    top: 12px;
    z-index: 1;
    background: white !important;
    border: 4px solid #d4c9c9;
    border-top: 4px solid #fc7c15;
}

body .btn.btn-color-primary {
    background-color: rgb(252, 124, 21) !important;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}

#iscui_dfp_submit_btn {
    width: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#iscui_dfp_amount {
    text-align: left;
    padding-left: 4px;
}

#iscui_order_table tbody {
    cursor: pointer;
}

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

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

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

    #iscui_order_table th,
    #iscui_order_table td {
        font-size: 11px;
    }
}