* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff7f32;
    --deep-orange: #d73c14;
    --light-Orange: #ffaa3c;
    --black: #080809;
    --cantaloupe-grey: #63656a;
    --melonOrange-80: rgba(255, 127, 50, 0.8);
    --placeholder-clr: rgba(255, 255, 255, 0.8);
    --dark-navy: #191e55;
    --blue: #093b7b;
    --purple: #39025e;
    --green: #049b64;
    --white: #fff;
    --paraText: #c4d5f6;
}

body {
    font-family: "Rubik", sans-serif;
}

.primaryBtn {
    background: linear-gradient(to right, #d73c14, #ff7f32);
    color: var(--white);
    padding: 12px;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 5px;
    min-height: 50px;
    text-transform: uppercase;
}

    .primaryBtn:hover {
        color: var(--white);
        background: linear-gradient(to right, #ff7f32, #d73c14);
    }

.primaryOutline-btn {
    background: rgba(255, 255, 255, 10%);
    color: var(--primary);
    padding: 12px;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 5px;
    min-height: 50px;
    text-transform: uppercase;
    border: 1px solid var(--primary);
}

    .primaryOutline-btn:hover {
        color: var(--white);
        background: var(--primary);
    }

input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.loginForm input[type="checkbox"]:checked {
    accent-color: var(--primary);
}

.loginForm ::placeholder {
    color: rgba(255, 255, 255, 60%) !important;
    font-weight: 300;
}

.btn {
    text-wrap: nowrap;
}

    .btn:focus {
        box-shadow: none;
    }

/* Login Page */
.video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 100vh;
}

@media (min-aspect-ratio: 16/9) {
    .video-bg video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-bg video {
        width: auto;
        height: 100%;
    }
}

.overlay-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #093b7bd1, #39025ed1);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 40px;
}

.logo {
    max-width: 300px;
}

.form-section {
    width: 100%;
    max-width: 620px;
    padding: 30px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.form-head {
    margin-bottom: 30px;
}

    .form-head h3 {
        font-size: 22px;
        font-weight: 400;
        text-align: center;
    }

        .form-head h3:after {
            content: "";
            width: 14%;
            height: 2px;
            background: linear-gradient(to right, #d73c14, #ff7f32);
            display: block;
            margin: 10px auto;
        }

.form-content label {
    font-weight: 300;
    margin-bottom: 6px;
}

.loginForm input.form-control {
    background: rgba(255, 255, 255, 10%);
    min-height: 50px;
    border-radius: 5px !important;
    border: 1px solid rgba(255, 255, 255, 60%);
    font-weight: 300;
    color: var(--white);
    padding-left: 2.8rem;
}

.field-group .input-icon {
    max-width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.loginForm input.form-control:focus {
    box-shadow: none;
    border: 1px solid rgb(255, 255, 255);
}

.remember-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .remember-outer a {
        text-decoration: none;
        color: var(--melonOrange-80);
    }

p.bottomLink a {
    text-decoration: none;
    color: var(--melonOrange-80);
}

.eye-icon {
    max-width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 60%);
}

.bottomLink {
    font-weight: 300;
}
/* Register Page */
.form-head p {
    color: rgba(255, 255, 255, 80%);
    font-weight: 300;
    text-align: center;
}

.form-section.register {
    max-height: calc(100% - 160px);
    /*overflow-y: auto;*/
}

.custom-select {
    background: rgba(255, 255, 255, 10%);
    min-height: 50px;
    border-radius: 5px !important;
    border: 1px solid rgba(255, 255, 255, 60%);
    font-weight: 300;
    color: var(--white);
    width: 100%;
    padding: 0 5px;
}

    .custom-select option {
        color: #080809;
    }

select.custom-select:focus-visible {
    outline: 0;
    border: 1px solid rgb(255, 255, 255);
}
/* Welcome Page */
.logo.welcome {
    max-width: 550px;
}

.welcome-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 600px;
}

    .welcome-content p {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 400;
    }

        .welcome-content p a {
            color: var(--primary);
            text-decoration: underline;
        }

    .welcome-content a.btn {
        width: 130px;
    }

sup {
    color: #ff4120;
    font-weight: 700;
}

/* For Scrollbar CSS */
#scrollableDiv {
    overflow-y: hidden;
}
/*#scrollableDiv:hover {
    overflow-y: auto;          
}*/

.register-container::-webkit-scrollbar {
    width: 2px;
}

.register-container::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
}

.register-container {
    height: 620px;
    overflow-y: hidden;
}

#scrollableDiv:hover .register-container {
    overflow-y: auto;
}

/* ===================================== Dashboard CSS ======================== */
.sidebar {
    position: fixed;
    width: 260px;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    background: #fff;
    transition: all 0.5s;
    overflow: hidden;
    left: 0;
    border-right: 1px solid var(--light-Orange);
    box-shadow: 2px 0 35px 0 rgba(0, 0, 0, 0.07);
}

.logo_cropped {
    display: none;
    transition: all 0.5s;
    max-width: 50px;
}

.logo_main {
    transition: all 0.5s;
}

.sidebar_toggle {
    width: 85px;
    .nav_text;

{
    transition: all 0.5s;
}

.logo_cropped {
    display: block;
}

.logo_main {
    display: none;
}

}

.logo_box {
    background: #f6f6f6;
    min-height: 84px;
    display: block;
    padding: 0px 10px;
}

.main_menu {
    padding: 20px;
    display: block;
    .nav-link;

{
    padding: 10px;
    .menu_icon;

{
    width: 30px;
}

}
}

.main_menu a.nav-link.active {
    padding: 10px;
    background: linear-gradient(90deg, #d73c14 0%, #ffaa3c 100%);
    svg path;

{
    stroke: #fff;
}

.nav_text {
    color: var(--white);
}

}

.main_menu a.nav-link:hover {
    background-color: var(--light-Orange);
}

.main_menu::-webkit-scrollbar {
    width: 2px;
    display: none;
}

.main_menu::-webkit-scrollbar-thumb {
    background-color: var(--light-Orange);
}

.main_menu:hover::-webkit-scrollbar {
    display: block;
}

li.nav-item.mb-3 {
    width: 100%;
}

.nav_text {
    color: var(--black);
    font-size: 13px;
    text-wrap: nowrap;
    transition: all 0.5s;
    overflow: hidden;
}

.nav-link .menu_icon svg path {
    stroke: var(--black);
}

.main_menu {
    max-height: 85vh;
    overflow-y: auto;
}
/* main body section */
main.dashboard-wrapper {
    width: calc(100% - 260px);
    margin-left: 260px;
    transition: all 0.5s;
}

main.main_body_expended {
    width: calc(100% - 85px);
    margin-left: 85px;
    transition: all 0.5s;
}

/*===== header section =========== */
.dashboard-header {
    width: 100%;
    background: #fff;
    padding: 9px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.manu_btn {
    display: flex;
    width: 50px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(244, 126, 57, 0.1);
    border: none;
}

.header-search {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
}

input.form-control.header-search:focus {
    box-shadow: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
}

.search_icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.user_img {
    max-width: 56px;
    height: 56px;
    border-radius: 50px;
    object-fit: cover;
}

.user_dropdown .dropdown-toggle::after {
    margin: auto;
}
/* .header_icons {
  border-right: 1px solid #f4f4f4;
} */
.line_header {
    display: block;
    width: 1px;
    height: 50px;
    border-radius: 8px;
    background: #d0d6de;
    margin: auto;
}

.chat_icon,
.bell_icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_counter,
.bell_counter {
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    border: 3px solid #fff;
    background: var(--deep-orange);
    position: absolute;
    top: -10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
}

.bell_counter {
    background-color: var(--primary);
}

.chat_icon {
    background: rgba(215, 60, 20, 0.12);
}

.bell_icon {
    background: rgba(215, 60, 20, 0.12);
}
/* main banner section */
.dashbord-body {
    padding: 20px;
    min-height: calc(100vh - 150px);
}

/* footer section */
.footer {
    background: rgba(9, 59, 123, 0.12);
    padding: 20px 15px;
    .nav_text:hover;

{
    text-decoration: underline;
    color: var(--deep-orange);
}

}

.banner_section {
    background-image: url('../Cantaloupe_images/dashboard_bg.png');
    border-radius: 10px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.dashboard_filter_wrapper {
    position: relative;
    margin-top: -165px;
    padding: 0 2.5rem;
}

.card_section {
    padding: 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffaa3c75;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 170, 60, 0.15);
}

.btn_inner {
    padding: 8px 12px;
    min-height: unset;
    width: unset;
    padding: 0.575rem 3rem;
}

.mb_30 {
    margin-bottom: 1.875rem;
}

.mb_20 {
    margin-bottom: 1.25rem;
}
/* dataTable CSS */
.col-12 table.datatable thead tr th {
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff4ee !important;
    font-weight: 500;
    font-size: 14px;
}

.col-12 table.table.dataTable > :not(caption) > * > * {
    background-color: unset;
}

.table.datatable > :not(:first-child) {
    border: none;
}

.col-12 table.datatable thead tr th,
.col-12 table.datatable tbody tr td {
    padding: 8px 12px;
    color: var(--black);
    text-wrap: nowrap;
    vertical-align: middle;
}

.col-12 table.datatable tbody tr td {
    font-size: 14px;
}

.col-12 table.datatable tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

.col-12 table.dataTable th.dt-type-numeric div.dt-column-header {
    flex-direction: unset;
    text-align: left;
}

table.dataTable tbody tr td.dt-type-numeric {
    text-align: left;
}
/* table action icons */
.view_icon,
.edit_icon,
.trash_icon,
.add_icon,
.dashboard_icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.view_icon {
    background-color: #ededed;
}

.edit_icon {
    background: #e1effa;
}

.add_icon {
    background-color: #9ffbef;
}

.dashboard_icon {
    background: rgba(4, 155, 100, 0.14);
}

.trash_icon {
    background: #fee2e2;
}

.table_action span {
    cursor: pointer;
}

.card_section table.dataTable thead > tr > th.dt-orderable-asc:hover,
.card_section table.dataTable thead > tr > th.dt-orderable-desc:hover {
    outline: 2px solid rgb(255 128 52 / 15%);
}
/* Datatable select */
.table_select thead tr th:first-child .dt-column-order {
    display: none;
}
/* pagination section */
.pagination button.page-link {
    color: var(--black);
}

    .pagination button.page-link:hover {
        background-color: rgba(255, 127, 50, 0.12);
        border-color: var(--deep-orange);
    }

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgba(255, 127, 50, 0.12);
    border-color: var(--deep-orange);
    color: var(--deep-orange);
}

.card_section .form-control,
.modal-body .form-control {
    padding: 0.475rem 0.75rem;
}
/* modal section */
.modal-content {
    border-radius: 0.8rem;
}

.modal-header {
    border-radius: 0.8rem 0.8rem 0 0;
    background-color: #efefef;
    .modal-title;

{
    color: var(--black);
    font-weight: 500;
}

}

.pop-up_btn {
    min-width: 140px;
    padding: 0.625rem 1.25rem;
    border-radius: 5px;
}

.text-gray {
    color: var(--cantaloupe-grey);
}

.delete_modal {
    max-width: 450px;
}

.primary_btn {
    background-image: linear-gradient(to right, #d73c14, #ff7f32);
    color: #fff;
    &:hover;

{
    color: #fff;
    background-image: linear-gradient(to right, #ff7f32, #d73c14);
}

}

.outline_btn {
    background-color: transperant;
    border-color: var(--primary);
    color: var(--primary);
    &:hover;

{
    background-color: var(--primary);
    color: var(--white);
}

}
/*===================== Manage Machine Type page =================*/
/* custom select icon  */
.arrow_custom_select {
    position: relative;
}

    .arrow_custom_select::before {
        position: absolute;
        content: "\25be";
        top: 0px;
        right: 5px;
        height: 100%;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn_export {
    font-size: 13px;
    background: linear-gradient( to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100% );
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    &:hover;

{
    border: 1px solid #666;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient( to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.2) 100% );
}

}
/* ==================================== Attended module styling ==================================== */
.sub_menu {
    padding: 0.5rem 0.5rem;
    background: #fef2eb63;
    border-radius: 2px;
    transition: all 0.5s;
    display: none;
}

    .sub_menu .submenu_li a.nav-link {
        font-size: 12px;
        color: var(--black);
        transition: all 0.5s;
        font-weight: 400;
        &:hover;

{
    color: var(--primary);
    background-color: transparent;
}

}

.sub_menu .submenu_li a.nav-link.active {
    background: none;
    color: var(--deep-orange);
}

.submenu_wrapper .nav-link.active + .sub_menu {
    display: block;
}

.report_btn {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    &:hover;

{
    background-color: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
}

}
/* hide Submenu in toggle state */
.sidebar_toggle .submenu_wrapper .nav-link.active + .sub_menu {
    display: none;
}

/* custom Table styling */
table.customtable thead tr th {
    background: #fff4ee;
    text-wrap: nowrap;
    font-weight: 500;
}

table.customtable tbody tr td {
    padding: 12px 12px;
    color: var(--black);
    text-wrap: nowrap;
    vertical-align: middle;
    font-size: 14px;
}
/* Tabs section styling */
.nav-pills .nav-link.tabBtn.active {
    background-image: linear-gradient(to right, #d73c14, #ff7f32);
    color: var(--white);
}

.nav-pills .nav-link.tabBtn {
    background: rgba(255, 255, 255, 10%);
    color: var(--primary);
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--primary);
    &:hover;

{
    color: var(--white);
    background: var(--primary);
}

}
/* washer Page styling */
.washer_icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(225deg, #3b82f6 14.64%, #2563eb 85.36%);
}

.washer_status {
    border-radius: 20px;
    background: #ffd9a7;
    color: var(--deep-orange);
    border: 1px solid #ff7f32;
    display: flex;
    padding: 0.25rem 1rem;
    font-size: 14px;
}

.set_alert_btn {
    border-radius: 20px;
    background-color: var(--primary);
    &:hover;

{
    background-color: var(--deep-orange);
}

}

.waher_list {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 1rem;
    .progress;

{
    width: 25%;
}

}

.spyder_watch_icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--green);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

.washer_details p {
    font-size: 14px;
    font-weight: 500;
}

.green_bar {
    background-color: var(--green);
}

.ouo_bar {
    background-color: #ef4444;
}

.busy_bar {
    background-color: #f59e0b;
}

.text-busy {
    color: #f59e0b;
}
/* Attendent User styling */
.table_select {
    max-width: 250px;
    padding: 0.175rem 2.25rem 0.175rem 0.75rem;
}

input[type="checkbox"].table_check {
    width: 15px;
    height: 15px;
}

/*20/01/2026*/
.cstm-register-container {
    overflow: auto;
    height: 100%;
}

span.red-star {
    color: #dc3545;
    margin-left: 2px;
}

div#ContentPlaceHolder1_UpdatePanel2 {
    padding: 0px 0px;
}

.cstm-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .cstm-form-btn input {
        width: 170px;
    }

div#ContentPlaceHolder1_dvButton .form-btn {
    text-align: end;
}

    div#ContentPlaceHolder1_dvButton .form-btn input {
        width: 170px;
    }
/*21/01/2026*/
section#ContentPlaceHolder1_divMachineInfo {
    padding: 0px 40px;
}

div#ContentPlaceHolder1_fldAddProperty {
    padding: 0px 40px;
}

div#ContentPlaceHolder1_pnlAddMachineProperty input {
    margin-top: 8px;
}

}

.cstm-form-btn .btn:disabled {
    background: linear-gradient(to right, #d73c14, #ff7f32) !important;
    color: #fff;
    pointer-events: unset;
    cursor: no-drop;
}

td#ContentPlaceHolder1_readioFreeWash .readioFreeWash label {
    margin-left: 6px;
}

.checkbox-btn input[type="checkbox"]::after {
    border-width: 2px;
    border-radius: 4px;
}

.checkbox-btn input[type="checkbox"]:disabled + label::after {
    border-width: 2px !important;
    border-radius: 4px;
}

div#ContentPlaceHolder1_divpromolocation select option {
    padding-bottom: 8px;
}

select#ContentPlaceHolder1_lstPromotionalLocation option {
    padding-bottom: 8px;
}
/*17/02/2026*/
.btnpriceconf {
    height: 42px;
    min-height: unset;
    padding: 10px;
}

.cycle-modifier-table tbody tr td {
    border-color: #d9d9d9;
}

#ModalArcade .modal-dialog .modal-content .cycle-modifier-table tbody tr th {
    border-color: #d9d9d9;
}

#ModalArcade .modal-dialog .modal-content .cycle-modifier-table tbody tr td {
    border-color: #d9d9d9;
    vertical-align: middle;
}

    #ModalArcade .modal-dialog .modal-content .cycle-modifier-table tbody tr td input, #ModalArcade .modal-dialog .modal-content .cycle-modifier-table tbody tr td select {
        width: 150px !important;
    }

div#AddOptionModal .modal-content .modal-body label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

div#AddOptionModal .modal-content .modal-body .btn-sec {
    margin-bottom: 10px;
}

#ContentPlaceHolder1_gvArcadePriceSetup tbody {
    gap: 20px;
    margin-bottom: 20px;
    max-width: 420px !important;
    height: 100%;
}

#ModalArcade .modal-content .modal-body .pricesetup-table {
    border-right: 1px solid #d9d9d9;
}

div#ContentPlaceHolder1_updatepanel7 {
    padding-right: 16px;
}
/*18/02/2026*/
div#ContentPlaceHolder1_DivUpdate {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

    div#ContentPlaceHolder1_DivUpdate input {
        width: 150px !important;
        min-height: 43px !important;
    }

    div#ContentPlaceHolder1_DivUpdate .primaryBtn {
        background: linear-gradient(to right, #d73c14, #ff7f32);
        color: var(--white);
        padding: 12px;
        text-align: center;
        width: auto;
        border: none;
        border-radius: 5px;
        min-height: 50px;
        text-transform: uppercase;
    }

div#ContentPlaceHolder1_ceRegisteredFrom_container {
    background-color: #fff;
    z-index: 2;
}

div#ContentPlaceHolder1_ceToDate_container {
    background-color: #fff;
    z-index: 2;
}

.assigncategory-sec {
    margin: 0px 230px;
}

    .assigncategory-sec .form-group input {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }

    .assigncategory-sec .form-group select {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }

    .assigncategory-sec .form-group select {
        margin-bottom: 15px;
        width: 100%;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 10px;
    }

    .assigncategory-sec .managecategory-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        height: 100%;
        flex-direction: column;
        padding-top: 70px;
    }


.managecategory-button input[type="button"] {
    background: linear-gradient(to right, #d73c14, #ff7f32) !important;
    color: var(--white);
    text-align: center;
    width: 100%;
    max-width: 100px;
    border: none;
    border-radius: 5px;
    height: 40px;
}


.editdevice-input .form-control {
    padding: 0.375rem 0.75rem;
}

table.loyaltycard-tbl tr td {
    text-align: center;
}

/*23/02/2026*/
.operatorsidebar-menu {
    height: 85vh !important;
    padding-top: 0px;
}

    .operatorsidebar-menu ul li {
        display: contents;
    }

        .operatorsidebar-menu ul li a {
            font-size: 14px;
            color: #080809;
            padding: 10px !important;
            border-radius: 4px;
            position: relative;
        }

            .operatorsidebar-menu ul li a.active {
                background: linear-gradient(90deg, #d73c14 0%, #ffaa3c 100%) !important;
                color: #fff !important;
            }

            .operatorsidebar-menu ul li a:hover {
                background-color: #ffaa3c;
            }

        .operatorsidebar-menu ul li .dynamic {
            position: unset !important;
            padding-left: 10px !important;
            padding: 0.5rem 0.5rem;
            background: #fef2eb63;
            border-radius: 2px;
            transition: all 0.5s;
        }

            .operatorsidebar-menu ul li .dynamic .level2 {
                font-size: 12px;
            }

                .operatorsidebar-menu ul li .dynamic .level2:hover {
                    color: #ff7f32;
                    background-color: transparent !important;
                }

    .operatorsidebar-menu .menuitem .has-popup .level1::after {
        flex-shrink: 0;
        width: 1rem;
        height: 1rem;
        margin-left: auto;
        content: "";
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1rem;
        transition: transform 0.2s ease-in-out;
        display: block;
        position: absolute;
        top: 13px;
        right: 10px;
    }

#menuAttendant a.popout {
    background-image: unset !important;
}
/*10/03/2026*/
input#ContentPlaceHolder1_btnSubmitAccountDelete {
    position: absolute;
    bottom: -35px;
}
/*14/03/2026*/
#sidebar.sidebar_toggle .sub_menu.collapse.show {
    display: block !important;
}

.recharge-table {
    overflow: auto;
    position: relative;
}

    .recharge-table table thead {
        position: sticky;
        top: 0px;
    }

/*@media screen and (min-device-width: 768px) and (max-device-width: 875px) {
    input#btnConfigArcadeMachine {
        padding: 10px 4px;
        font-size: 12px;
    }
}*/
@media screen and (min-device-width: 1024px) and (max-device-width:1140px) {
    input#btnConfigArcadeMachine {
        width: 50% !important;
    }
}

@media only screen and (max-device-width: 500px) {
    input#btnConfigArcadeMachine {
        width: 100% !important;
    }

    .CstmMobileWrap {
        flex-wrap: wrap;
    }
}

@media only screen and (max-device-width: 950px) {
    div#ContentPlaceHolder1_pnlGrids > div {
        overflow-x: auto;
    }
}

@media only screen and (max-device-width: 570px) {
 div#ContentPlaceHolder1_dvAddMachineToLocation .cstm-form-btn {
        flex-wrap: wrap;
       row-gap:10px;
    }
   div#ContentPlaceHolder1_dvButton  .cstm-form-btn {
        flex-wrap: wrap;
       row-gap:10px;
    }
    div#ContentPlaceHolder1_dvAddMachineToLocation input{
        width:100%;
    }
   div div#ContentPlaceHolder1_dvButton .form-btn input{
        width:100%;
    }
}
