@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 12px;
    background-color: #f2f3f5 !important;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    position: relative;
}

a {
    color: #181818;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }

        a i {
            padding: 0 2px;
        }

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

.respo-scroll {
    position: relative;
    background: transparent;
    padding: 1px 2px;
    border-radius: 10px;
}

    .respo-scroll table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 5px;
    }

        .respo-scroll table thead tr th {
            font-weight: 600;
            white-space: nowrap;
            font-size: 13px;
            padding: 9px 3px;
            color: #292d32;
            border-bottom: 0.8px solid #bfbfbf;
            background: #e9e9e9;
        }

        .respo-scroll table tbody tr td {
            font-weight: 500;
            white-space: nowrap;
            font-size: 13px;
            padding: 8px 4px;
            color: #292d32;
            border: none;
            position: relative;
        }

        .respo-scroll table tbody tr:nth-child(even) {
            background-color: #fff;
        }

        .respo-scroll table tbody tr:nth-of-type(odd) {
            background-color: #f2f3f5;
        }

.respo-scroll {
    overflow-x: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 100%;
}

.main-header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

    .main-header .topbar {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

        .main-header .topbar .togal-box-man {
            display: flex;
            align-items: center;
        }

            .main-header .topbar .togal-box-man .toggle {
                position: relative;
                width: 30px;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 2.5rem;
                cursor: pointer;
            }

            .main-header .topbar .togal-box-man .logo-box {
                width: 100%;
                margin: 0 13px;
            }

        .main-header .topbar .user-noti-box {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .main-header .topbar .user-noti-box .user-detle {
                display: flex;
                justify-content: flex-start;
                margin: 0 6px;
            }

                .main-header .topbar .user-noti-box .user-detle .user-box {
                    width: 40px;
                    height: 40px;
                    min-width: 40px;
                    line-height: 39px;
                }

                .main-header .topbar .user-noti-box .user-detle .nav-link {
                    padding: 0;
                }

                .main-header .topbar .user-noti-box .user-detle .dropdown-menu[data-bs-popper] {
                    top: 87%;
                    right: 0;
                    left: auto;
                    margin-top: 0.125rem;
                    padding: 0;
                }

                .main-header .topbar .user-noti-box .user-detle .user-tsxt h5 {
                    font-size: 16px;
                    font-weight: 800;
                    text-transform: capitalize;
                    color: #292d32;
                }

                    .main-header .topbar .user-noti-box .user-detle .user-tsxt h5 span {
                        font-size: 12px;
                        font-weight: 500;
                        text-transform: capitalize;
                        color: #292d32;
                    }

            .main-header .topbar .user-noti-box .notifi-icon {
                position: relative;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background: #ebebeb;
                overflow: hidden;
                margin: 0 11px;
                cursor: pointer;
            }

                .main-header .topbar .user-noti-box .notifi-icon .ion-icon {
                    font-size: 25px;
                }

.navigation {
    position: fixed;
    top: 62px;
    width: 240px;
    height: 96vh;
    z-index: 9;
    background: #fff;
    transition: 0.5s;
    overflow: auto;
    padding: 0 0 80px;
}

    .navigation.active {
        width: 47px;
    }

    .navigation ul {
        margin: 0;
        padding: 0;
    }

    .navigation .dropdown_box .sidebar_menu_font {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .navigation .dropdown_box .sidebar_menu_font .icon {
            position: absolute;
            right: 8px;
        }

    .navigation .dropdown_box .top_menu_open {
        background: #e2e2e3;
    }

        .navigation .dropdown_box .top_menu_open li a {
            height: 45px;
            border-bottom: 1px solid #cbcbcb;
        }

    .navigation ul li:hover,
    .navigation ul li.active {
        background-color: #fff;
        border-left: 4px solid #1e6bcd;
    }

    .navigation ul li a {
        position: relative;
        width: 100%;
        display: flex;
        text-decoration: none;
        gap: 17px;
        height: 56px;
        align-items: center;
        color: #292d32;
        padding: 0 0 0 10px;
        border-bottom: 1px solid #e7e7e7;
    }

    .navigation ul li:hover a,
    .navigation ul li.active a {
        color: #1e6bcd;
    }

    .navigation ul li a .icon {
        position: relative;
        display: block;
        text-align: center;
    }

        .navigation ul li a .icon .ion-icon {
            font-size: 1.45rem;
        }

    .navigation ul li a .title {
        position: relative;
        display: block;
        padding: 0;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        text-align: start;
        white-space: nowrap;
    }

.main {
    position: absolute;
    width: calc(100% - 255px);
    left: 249px;
    top: 64px;
    padding: 8px 11px 0;
    min-height: 100vh;
    background: transparent;
    transition: 0.5s;
}

    .main.active {
        width: calc(100% - 80px);
        left: 80px;
    }

.registration-now-box {
    background-color: #3c8c95;
    color: #000;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2);
    width: 100%;
    padding: 18px 14px;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .registration-now-box::after {
        content: "";
        width: 95px;
        height: 79px;
        position: absolute;
        left: 0px;
        background: #ffffffa6;
        border-radius: 0 80px 0px 0;
    }

    .registration-now-box .icon-box {
        color: #ffff;
        font-size: 40px;
        border-radius: 50px;
        width: 34px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 20px;
        z-index: 1;
    }

    .registration-now-box.bg-color-a {
        background-color: #1593dd;
    }

    .registration-now-box.bg-color-b {
        background-color: #e37a0e;
    }

    .registration-now-box.bg-color-c {
        background-color: #15cb99;
    }

    .registration-now-box.bg-color-d {
        background-color: #9f6def;
    }

    .registration-now-box.bg-color-e {
        background-color: #5BB3B8 !important;
    }

    .registration-now-box.bg-color-f {
        background-color: #5b84b8 !important;
    }

    .registration-now-box.bg-color-a .icon-box {
        color: #1593dd;
    }

    .registration-now-box.bg-color-b .icon-box {
        color: #d96b1c;
    }

    .registration-now-box.bg-color-c .icon-box {
        color: #15cb99;
    }

    .registration-now-box.bg-color-d .icon-box {
        color: #9f6def;
    }

    .registration-now-box.bg-color-e .icon-box {
        background-color: #5BB3B8;
    }

    .registration-now-box.bg-color-f .icon-box {
        background-color: #5BB3B8;
    }

    .registration-now-box .couter-boxtext {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

        .registration-now-box .couter-boxtext p {
            font-size: 13px;
            letter-spacing: 0.2px;
            font-weight: 500;
            text-transform: capitalize;
            margin: 0;
            padding: 0;
            line-height: 19px;
            color: #ffff;
        }

        .registration-now-box .couter-boxtext h2 {
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            padding: 0;
            color: #ffff;
        }

.registration-now-cars {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 5px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .registration-now-cars .couter-boxtext {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 11px 14px;
    }

        .registration-now-cars .couter-boxtext.bg-color-e {
            background-color: #fdc70d;
        }

        .registration-now-cars .couter-boxtext.bg-color-f {
            background-color: #1eb77c;
        }

        .registration-now-cars .couter-boxtext.bg-color-g {
            background-color: #9f5c37;
        }

        .registration-now-cars .couter-boxtext h2 {
            font-size: 15px;
            font-weight: 500;
            margin: 0;
            padding: 0;
            color: #ffff;
        }

    .registration-now-cars .curecte-batt_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        padding: 13px 0;
    }

        .registration-now-cars .curecte-batt_box p {
            font-size: 13px;
            letter-spacing: 0.2px;
            font-weight: 500;
            text-transform: capitalize;
            margin: 0;
            padding: 0;
            line-height: 19px;
            color: #000;
        }

        .registration-now-cars .curecte-batt_box .button_login {
            text-decoration: none;
            display: inline-block;
            margin: 0 2px;
            padding: 5px 10px;
            font-size: 13px;
            letter-spacing: 0.5px;
            white-space: nowrap;
            border: none;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-weight: 600;
            border-radius: 2px;
        }

            .registration-now-cars .curecte-batt_box .button_login.restat_but {
                background: #ddb21d;
            }

            .registration-now-cars .curecte-batt_box .button_login.kite_but {
                background: #0d6efd;
            }

            .registration-now-cars .curecte-batt_box .button_login.ids_but {
                background: #17cfee;
            }

.row-box {
    margin: 0;
    padding: 0;
    row-gap: 19px;
}

    .row-box .ui-box-card {
        margin: 0;
        padding: 0 9px;
    }

.details {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-top: 2px;
}

    .details .form-grup {
        margin: 8px 0;
    }

    .details .filter-add {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .details .filter-add .ban-man-box {
            text-decoration: none;
            display: inline-block;
            margin: 0 2px;
            padding: 5px 5px;
            font-size: 14px;
            text-transform: capitalize;
            color: #fff;
            text-align: center;
            font-weight: bold;
            height: 2.2rem;
            border-radius: 5px;
            width: 100%;
        }

            .details .filter-add .ban-man-box.but-view {
                background-color: #1e6bcd;
            }

            .details .filter-add .ban-man-box.but-clear {
                background-color: #f12c00;
            }

    .details .box-select {
        margin: 5px 0;
    }

    .details .cardHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 10px;
        padding: 5px 1px;
        border-bottom: 1px solid #d0cde9;
    }

        .details .cardHeader h2 {
            font-weight: 500;
            text-transform: uppercase;
            font-size: 13px;
            color: #1a1a1a;
            cursor: pointer;
        }

            .details .cardHeader h2 .hed_text {
                font-weight: 600;
                text-transform: uppercase;
                font-size: 15px;
                color: #1a1a1a;
            }

        .details .cardHeader .btn {
            position: relative;
            padding: 5px 31px;
            background: #1e6bcd;
            text-decoration: none;
            color: #fff;
            border-radius: 6px;
        }

    .details .recentOrders {
        position: relative;
        background: #fff;
        padding: 1px 2px;
        box-shadow: 0 7px 25px rgb(0, 0, 0, 0.08);
        border-radius: 10px;
    }

        .details .recentOrders table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }

            .details .recentOrders table tr:last-child {
                border-bottom: none;
            }

        .details .recentOrders .teb-icon-box {
            display: flex;
            justify-content: center;
        }

            .details .recentOrders .teb-icon-box .icon-box {
                font-size: 22px;
                color: #222;
                margin: 0 8px;
            }

        .details .recentOrders .available {
            color: #16C098;
            font-weight: 900;
        }

        .details .recentOrders .not-available {
            color: #F60C0C;
            font-weight: 900;
        }

.recentOrders {
    overflow-x: auto;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 100px;
    background-clip: padding-box;
    border: transparent solid 1px;
    min-height: 10px;
    transition: all 0.3s linear;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #929292;
    }

@media screen and (max-width: 992px) {
    .navigation {
        left: -300px;
    }

        .navigation.active {
            width: 300px;
            left: 0;
        }

    .main {
        width: 100%;
        left: 0;
        top: 54px;
    }

        .main.active {
            left: 0;
            width: 100%;
        }
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 8px 0 0;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

.pdf-box-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 0;
    padding: 9px 10px;
    border-radius: 10px;
    background-color: #ececec;
}

    .pdf-box-add .imge-anditxet-box {
        display: flex;
        align-items: center;
    }

        .pdf-box-add .imge-anditxet-box img {
            width: 29px;
        }

        .pdf-box-add .imge-anditxet-box h6 {
            margin: 0 0 0 11px;
            font-size: 14px;
            font-weight: 600;
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .pdf-box-add .completed-box {
        display: flex;
    }

        .pdf-box-add .completed-box .view-box {
            width: 35px;
            height: 35px;
            font-size: 25px;
            font-weight: 900;
            padding: 0 0;
            border-radius: 50px;
            margin: 0 8px;
            background-color: #0d6efd;
            color: #fff;
            text-decoration: underline;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .pdf-box-add .completed-box .view-box:hover {
                filter: grayscale(30%);
            }

            .pdf-box-add .completed-box .view-box.delet-box {
                background-color: #fd0d41;
                color: #fff;
            }

.Placae_lable {
    position: relative;
    margin: 8px 0;
}

    .Placae_lable label {
        position: absolute;
        top: -12px;
        left: 9px;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        color: #000;
        line-height: 22px;
        padding: 0 7px;
        background-color: #f2f3f578;
        transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
        z-index: 1;
    }

.adjustable-column {
    width: auto;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .adjustable-column:hover {
        white-space: normal;
        overflow: visible;
        z-index: 1;
        position: relative;
    }

.required-label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.fc-toolbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .fc-toolbar .fc-clear,
    .fc-right {
        display: none;
    }

    .fc-toolbar .fc-center h2 {
        font-size: 18px;
        font-weight: 500;
        color: #292d32;
        text-transform: capitalize;
    }

.fc-month-view table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

    .fc-month-view table thead tr th {
        font-weight: 600;
        white-space: nowrap;
        font-size: 13px;
        padding: 9px 3px;
        color: #292d32;
        text-transform: uppercase;
        border-bottom: 0.8px solid #bfbfbf;
        background: #e9e9e9;
    }

.fc-day-grid-container {
    height: auto !important;
}

.fc-day-grid-event .fc-content .fc-title {
    font-weight: 500;
    white-space: nowrap;
    font-size: 12px;
    color: #ffff;
}

.fc-day-grid-event .fc-content {
    padding: 1px;
}

.fc-day-grid-event {
    margin: 1px !important;
    border: none !important;
}

.fc-basic-view .fc-body .fc-row {
    max-height: 6em !important;
}

.but-box-model {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 33%;
    float: right;
    margin: 0 0 7px;
}

    .but-box-model .ban-man-box {
        text-decoration: none;
        display: inline-block;
        margin: 0 2px;
        padding: 5px 5px;
        font-size: 13px;
        text-transform: capitalize;
        color: #202020;
        text-align: center;
        font-weight: 600;
        height: 2.2rem;
        border-radius: 5px;
        width: 100%;
        transition: all .5s linear;
    }

        .but-box-model .ban-man-box.but-view {
            background-color: #16d172;
        }

            .but-box-model .ban-man-box.but-view:hover {
                background-color: #1ab560;
            }

        .but-box-model .ban-man-box.but-clear {
            background-color: #fb5c6b;
        }

            .but-box-model .ban-man-box.but-clear:hover {
                background-color: #cf5439;
            }

.removeDiv {
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    padding: 13px 12px;
    font-size: 21px;
    text-transform: capitalize;
    background-color: #fff;
    border: #f12c00 dashed 1.5px;
    color: #f12c00;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    line-height: 0;
}

.addDiv {
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    padding: 13px 12px;
    font-size: 21px;
    text-transform: capitalize;
    background-color: #fff;
    border: #1e6bcd dashed 1.5px;
    color: #1e6bcd;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    line-height: 0;
}

.import_box {
    background: #fff;
    width: 100%;
    border-radius: 7px;
    padding: 19px 17px;
    box-shadow: 3px 4px 6px -1px #e1dbdb;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

    .import_box .hading_box {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        color: #174989;
        border-bottom: 1.5px dashed #a9b0b9;
        width: 100%;
        padding: 0 0 9px;
    }

.but-box-add {
    gap: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 35%;
}

    .but-box-add .btn-man-box {
        text-decoration: none;
        display: inline-block;
        margin: 0 2px;
        padding: 5px 5px;
        font-size: 14px;
        text-transform: capitalize;
        color: #fff;
        text-align: center;
        font-weight: bold;
        height: 2.2rem;
        border-radius: 2px;
        width: 100%;
    }

        .but-box-add .btn-man-box.but-add {
            background-color: #1e6bcd;
        }

        .but-box-add .btn-man-box.but-cancel {
            background-color: #f7e5df;
            color: #d9280a;
        }

.input_box_main {
    position: relative;
    width: 100%;
    margin: 12px 0;
}

    .input_box_main label {
        position: absolute;
        top: -12px;
        left: 9px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        margin: 0;
        color: #000;
        line-height: 22px;
        padding: 0 7px;
        background-color: #f2f3f578;
        transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    }

    .input_box_main .form-select {
        width: 100%;
    }


.floating-label {
    position: relative;
    margin-bottom: 10px;
}

    .floating-label input {
        width: 100%;
        padding: 5px 5px;
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .floating-label label {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 12px;
        color: #aaa;
        pointer-events: none;
        transition: 0.2s;
    }

    .floating-label input:focus + label,
    .floating-label input.not-empty + label {
        top: 0;
        font-size: 12px;
        color: #000;
        background-color: #fff;
        padding: 0 4px;
    }

.nowrap {
    white-space: nowrap;
}

.wait-cursor {
    cursor: wait !important;
}

.custom-loader {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.clear-filters {
    float: right;
    margin-top: 10px;
}

.btn-sample {
    background-color: #4b81af !important;
    color: white !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

    .btn-sample:hover {
        background-color: #40729d !important;
    }

    .btn-sample.dt-button:focus:not(.disabled) {
        color: white !important;
        background-color: #526f87 !important;
    }

.btn-danger {
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    color: white !important;
    background-color: #fb5c6b !important;
    border-color: #fb5c6b;
}

    .btn-danger:hover {
        background-color: #bb2d3b !important;
    }

    .btn-danger.dt-button:focus:not(.disabled) {
        color: white !important;
        background-color: #dd4856 !important;
    }

.btn-export {
    background-color: #3faa8f !important;
    color: white !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

    .btn-export:hover {
        background-color: #2c7664 !important;
    }

    .btn-export.dt-button:focus:not(.disabled) {
        color: white !important;
        background-color: #316e5f !important;
    }

/*IP Input */
.tag-input-container {
    border: 1px solid #ccc;
    padding: .375rem .75rem;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag {
    background-color: #007bff;
    color: white;
    padding: 3px 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

    .tag button {
        margin-left: 4px;
        background: none;
        border: none;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

        .tag button:hover {
            color: #ccc;
        }

.tag-input {
    flex: 1;
    border: none;
    outline: none;
    min-width: 150px;
}

.title .title-text {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    pointer-events: none;
}

.heding_titel {
    font-size: 20px;
    color: #177dff;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #9cc0ef;
    padding: 0px 3px 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .heding_titel h2 {
        font-size: 20px;
        color: #177dff;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
    }

.row_ui {
    margin: 0 0;
    padding: 0;
}

    .row_ui .pas_ui {
        margin: 0 0;
        padding: 2px;
    }

.filter-multi-select > .viewbar {
    height: 40px !important;
    display: flex !important;
    gap: 7px !important;
    align-items: center !important;
}

.details .btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 38px;
    letter-spacing: 1px;
    padding: 1px 15px;
    background: #9de5e5;
    margin: 0;
    cursor: pointer;
    transition: all .5s linear;
}

.details .btn-info {
    color: #000;
    background-color: #19eb81;
    border-color: #19eb81;
}

    .details .btn-info:hover {
        background-color: #16d172;
        letter-spacing: 1.5px;
    }

.details .btn-danger {
    color: #000;
    background-color: #fb5c6b;
    border-color: #fb5c6b;
}

    .details .btn-danger:hover {
        color: #000;
        background-color: #c55151;
        letter-spacing: 1.5px;
    }


.details .btn-success {
    color: #000;
    background-color: #edab15;
    border-color: #edab15;
}

    .details .btn-success:hover {
        color: #000;
        background-color: #edb027;
        letter-spacing: 1.5px;
    }


.selected-items {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto hidden;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: auto !important;
}


.respo-scroll .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.respo-scroll .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #ffff !important;
    border: 1px solid #acd0fd !important;
    background: #417eff !important;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer
}

    .respo-scroll .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #ffff !important;
        border: 1px solid #1560ff !important;
        background: #1560ff !important;
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer
    }

.respo-scroll .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.respo-scroll .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffff !important;
    border: 1px solid #acd0fd !important;
    background: #1560ff !important;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer
}


.row_grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    border: 1px solid #d4e3e3;
    background: #fff;
    padding: 6px 5px 6px;
    gap: 8px;
}

    .row_grid .col_grid {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 35%;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

    .scrollToTopBtn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
    text-shadow: 0 1px 0 #00000000 !important;
    border: 1px solid none #00000000 !important;
    background: #dc3545 !important;
    color: #000 !important;
}

.btn-info {
    color: #000 !important;
    background-color: #19eb81 !important;
    border-color: #19eb81 !important;
}

.input-group-sm .form-control {
    font-size: 0.875rem;
}

.input-group-sm .btn-light {
    font-size: 0.875rem;
    border: 1px solid #ced4da;
    padding: 0.25rem 0.5rem;
}

    .input-group-sm .btn-light i {
        color: #28a745;
    }

.spinner-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.respo-scroll {
    position: relative;
}

/*Market Picture Popup*/
.order-table {
    display: flex;
    justify-content: space-between;
}

    .order-table div {
        width: 50%;
        font-size: 13px;
    }

    .order-table span {
        display: flex;
        justify-content: center;
    }

strong {
    line-height: 17px;
}

.slip_heding_box {
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slip_heding_box .crd_bile {
        padding: 0 7px;
        height: 29px;
        margin: 0;
        background: #e9e9e9;
        border: 1px solid #e7e7e7;
        font-size: 14px;
        text-transform: capitalize;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50%;
    }

.slip_maine_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

    .slip_maine_box .crd_bile {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 33px;
        border: 1px solid #e7e7e7;
        padding: 2px 8px;
    }

.crd_bile_left {
    text-align: left;
}

.crd_bile_center {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 19px;
}

.crd_bile_right {
    text-align: right;
}

.slip_maine_box .crd_bile strong {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 19px;
}

.slip_maine_box .crd_bile span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 19px;
}

.slip_maine_box-man_llt .card_box strong {
    width: auto;
    min-width: auto;
}

.slip_footer_box {
    border: 1px solid #e7e7e7;
    padding: 2px 8px;
    margin: 0 0 10px;
}

    .slip_footer_box .buy-color strong {
        color: #1a74e7;
        font-size: 14px;
        font-weight: 600;
    }

    .slip_footer_box .sell-color strong {
        color: #f12c00;
        font-size: 14px;
        font-weight: 600;
    }

.order-table .slip_maine_box {
    flex-direction: column;
    height: auto;
    width: 50%;
    gap: 0;
}

    .order-table .slip_maine_box .crd_bile {
        width: 100%;
    }

        .order-table .slip_maine_box .crd_bile.buy-color strong {
            color: #1a74e7;
            font-size: 14px;
            font-weight: 600;
        }

        .order-table .slip_maine_box .crd_bile.sell-color strong {
            color: #f12c00;
            font-size: 14px;
            font-weight: 600;
        }

.market_opne_list {
    width: 100% !important;
    display: flex;
    align-items: center;
    margin: 2px 0 4px;
}

    .market_opne_list .crd_bile {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 55px;
        padding: 3px;
    }

.hedi_modle {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0;
    padding: 9px !important;
    background: #e9e9e9 !important;
    flex-wrap: wrap;
    flex-direction: row;
}

    .hedi_modle .heding_font {
        width: 55%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        cursor: pointer;
    }

        .hedi_modle .heding_font .modal-title {
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }

        .hedi_modle .heding_font p {
            font-size: 14px;
            font-weight: 700;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            .hedi_modle .heding_font p span {
                font-size: 14px;
                font-weight: 700;
                cursor: pointer;
            }

    .hedi_modle .slip_maine_box-man_llt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        margin: 0 0 0 auto;
        border: 1px solid #dbdbdb;
        padding: 5px 6px;
    }

        .hedi_modle .slip_maine_box-man_llt .card_box {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

            .hedi_modle .slip_maine_box-man_llt .card_box span {
                font-size: 12px;
                font-weight: 600;
                text-transform: capitalize;
                text-align: end;
            }

/*Market Picture Popup*/

.left-controls {
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-controls {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
}

.clear-filters {
    margin-left: auto;
}

.box-label {
    position: absolute;
    top: 0;
    left: 9px;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 7px;
    background-color: #f2f3f578;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin: 0;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}