﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-defult: #1c5570;
    --color-blues: #134148;
      --color-danger: #be0b0b;
    --speed: 25s;
}

.btn-danger {
    background-color: var(--color-danger) !important;
}

#logoutModal .modal-header {
    background-color: var(--color-blues) !important;
    color:#fff !important;
}
    .modal .modal-header .modal-title {
        color: #fff !important;
    }
.small_modal {
    background-color: #00000085;
}

.waves-ripple,
.waves-rippling {
    opacity: 0 !important;
    animation: none !important;
    pointer-events: none !important;
    color: none !important;
}


.text-white {
    color: #fff;
}

.brand-logo {
    width: 55px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

    .brand-logo img {
        width: 100%;
        height: 100%;
        padding: 2px 0;
    }

.navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


nav.header-navbar.navbar-dark .navbar-brand {
    display: none;
}

nav.header-navbar .navbar-brand-white {
    display: none;
}

nav.header-navbar.navbar-dark .navbar-brand-white {
    display: block;
}


.t-mobile-bg {
    padding: 10px 10px;
    text-align: -webkit-center;
    background: rgb(228 18 125 / 5%);
}

.das-img {
    width: 150px;
}

    .das-img img {
        width: 100%;
    }

a.top_bal {
    margin-right: 5px;
    font-weight: 600;
    /*border-right: 2px solid var(--color-defult);*/
    padding-right: 5px;
}

    a.top_bal span {
        color: #fff;
    }

    a.top_bal #MainContent_lblBalance {
        color: #fff;
    }

.d_down_id_nam {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--color-blues);
    font-size: 20px;
    display: grid;
    place-items: center;
    font-weight: bold;
}

.content.app-content.boom {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 35px);
    padding-top: 60px;
}
/*----------------modal-------------*/
.modal_logout .modal-header .btn-close {
    background-color: #dcdbdb;
    margin: 0;
}

.modal_logout .modal-body p {
    margin-bottom: 0;
    color: #d3c3c3;
    font-family: 'Roboto Slab' !important;
}
.modal_logout {
    background: rgb(0 0 0 / 47%);
}

.modal_logout .modal-content {
    background-color: #0d1416;
    border-radius: 5px;
}

#logoutModal .modal-header {
    background-color: var(--color-blues) !important;
    color:#fff !important;
}
.small_modal {
    background-color: #00000085;
}
.modal_logout .modal-body h4 {
    color: #fff;
    letter-spacing: 2px;
}
.modal_logout .modal-content .btn_grp {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}
.modal_logout .btn-white {
    background: #e7e2e2;
}
.modal_logout .modal-body h4 i {
    color: #c8bbbb;
}
.modal_logout .btn-white:hover {
    background: #231d1d;
    color: #fff;
}
.modal-backdrop.show {
    opacity: 0.5 !important; /* 0 = fully transparent, 1 = fully dark */
    background-color: rgba(0, 0, 0, 0.5) !important; /* you can tweak the RGBA */
}
/*---------------------extra-menu----------*/
.header-navbar.navbar-horizontal .dropdown-item {
    padding: 0.65rem 0.9rem;
}

.right_adm_side {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu-content {
    display: flex;
    justify-content: space-between;
}

.more-menu {
    position: relative;
    display: flex;
    /* flex-direction: column;
    align-items: flex-start;*/
}

    .more-menu:checked ~ .mega-menu {
        display: block;
        /*animation: fadeIn 0.4s ease forwards;*/
    }

.more-button {
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    /*color: #fff;*/
    border-radius: 4px;
    transition: background 0.3s;
}

    .more-button:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

/*.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
    color: #5e5873;
}*/

.mega-menu {
    display: none;
    position: absolute;
    top: 14px !important;
    right: -120px;
    min-width: 250px !important;
    max-width: 300px !important;
    /* flex-wrap: wrap; */
    background-color: var(--color-blues)f7 !important;
    padding: 0 0 0;
    border-top: none;
    /* z-index: 999; */
    /* min-height: 80vh !important;*/
    max-height: 80vh;
    height: auto;
    border-radius: 0.357rem 0.357rem;
    overflow-y: auto;
    cursor: pointer;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

    .mega-menu.show-mega {
        display: block;
    }
/*ul.dropdown-menu li {
    border-bottom: 1px solid #0facb9;
}*/

ul.dropdown-menu:not(.has-validation) > li {
  border-bottom: 1px solid #0facb9;
}

/* Remove border only if there are multiple items and it's the last one */
ul.dropdown-menu:not(.has-validation):has(> li + li) > li:last-child {
  border-bottom: none;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #e5e2ff;
    background-color: transparent;
}
/* .mega-menu .dropdown-menu {
        padding: 1px;
    }*/
.mega-menu::-webkit-scrollbar {
    width: 5px;
}

.mega-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3);
    border-radius: 4px;
}

.d_down_id_nam span {
    padding-right: 0 !important;
}


.extra_menus {
    width: 100%;
    min-width: 250px !important;
    max-height: 80vh;
    height: auto;
    border-radius: 0.357rem 0.357rem;
    overflow-y: auto;
    left: -50px !important;
}
    /*.extra_menus .dropdown-menu {
        width: 100%;
        position: static !important;
        padding: 0;
    }*/


    .extra_menus li.dropdown.nav-item {
        display: flex;
        justify-content: center;
        transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
        width: 100%;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none;
        flex-direction: column !important;
        position: relative;
        line-height: 3 !important;
    }

    .extra_menus li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1), background-color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
        /*background: #0d9bb2d9 !important;*/
        color: #e6e6e6;
        min-height: 40px;
        /* font-family: "Raleway"; */
        /*font-weight: 600;*/
    }

    .extra_menus li .dropdown-item:hover {
        color: #fedf57;
    }

.mega-menu .column a:hover {
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scrollbar for WebKit browsers */
.extra_menus::-webkit-scrollbar {
    width: 8px;
}

.extra_menus::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.extra_menus::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

    .extra_menus::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* Scrollbar for Firefox */
.extra_menus {
    scrollbar-width: thin;
    scrollbar-color: var(--color-blues) #f1f1f1;
}

.amt_bal .dropdown-menu {
    padding: 0;
    background-color: var(--color-blues);
}

    .amt_bal .dropdown-menu a#logoutBtn {
        color: #fff;
        font-size: 15px;
        /* padding-top: 0.68rem; */
        /* padding-bottom: 0.68rem; */
        display: flex;
        align-items: center;
        white-space: normal;
    }

.menu-toggle {
    font-weight: 500;
    background-color: none;
    color: #e6e6e6;
    font-size: 14px;
    border: none;
    margin: 0 0 0px 0px;
    padding: 0px 5px;
    border-radius: 2px;
}

    .menu-toggle span {
        padding-right: 5px;
    }

    .menu-toggle:hover {
        color: var(--color-blues);
    }


.submenu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease-in-out, padding 0.4s ease;
    padding-top: 0;
    padding-bottom: 0;
}

    .submenu.show {
        max-height: 1000px;
        opacity: 1;
        display: block;
        padding: 0px;
    }

.arrow {
    transition: transform 0.2s;
    font-size: 10px;
}

    .arrow.rotate {
        transform: rotate(90deg);
    }

.extra_menus li ul.submenu li a {
    justify-content: flex-start;
    padding-left: 20px;
    align-items: normal;
}

.extra_menus li {
    /*border-bottom: 1px solid #0facb9;*/
    animation: fadeIn 0.5s ease forwards;
}

    .extra_menus li ul.submenu li {
        border-bottom: 1px solid #c4cfd152;
        list-style: none;
    }

    .extra_menus li.show > a.nav-link {
        color: #0facb9;
    }

    .extra_menus li ul.submenu li a::before {
        content: "<<";
        margin-right: 6px;
        color: #ffffff;
        /* font-weight: bold; */
        font-size: 12px;
        display: inline-block;
        vertical-align: text-top;
    }
/*-------------------header-bg----------*/


.amt_bal a.nav-link {
    padding-right: 0 !important;
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
    color: #e6e6e6;
    padding: 0.2rem 6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.header-navbar ul li a.dropdown-toggle span {
    padding: 0 10px 0 0;
}

.main-menu-content .navbar-nav > li:first-child > a {
    padding-left: 0 !important;
}

.navbar-nav > li:first-child > a {
    padding-left: 0 !important;
}

.mega-menu .navbar-nav > li:first-child > a {
    padding: 0.2rem 5px !important;
}

ul.navbar-nav li:hover > a, ul.navbar-nav li:hover > a::before {
    color: #5bc0de;
}

.mega-menu ul.navbar-nav li > a.nav-link svg {
    margin-right: 5px;
}

.toggle_img {
    width: 20px;
    height: 20px;
}

    .toggle_img img {
        width: 100%;
        height: 100%;
    }
/*------------------refresh-button--------------------*/
.refresh-btn {
    align-items: center;
    gap: 0px;
    padding: 4px 8px;
    background-color: var(--color-defult);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .refresh-btn:hover {
        background-color: #0b5ed7;
    }

.fa-refresh {
    width: 15px;
    height: 15px;
}

    /* Only spin when spinning class is present */
    .fa-refresh.spinning {
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*----------------loader--------------*/
.loader {
    position: relative;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 46%) !important;
    opacity: 9;
    display: none;
}

.shape {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 5px solid;
    transform-origin: center;
    top: 50%;
    left: 50%;
    animation: rotateShape 1.5s infinite ease-in-out, neonGlow 1.5s infinite alternate;
}

.triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.square {
    transform: rotate(45deg);
}

.hexagon {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

@keyframes rotateShape {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.6;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

@keyframes neonGlow {
    0% {
        border-color: #03679b;
        box-shadow: 0 0 8px #03679b;
    }

    50% {
        border-color: #000;
        box-shadow: 0 0 12px #000;
    }

    100% {
        border-color: var(--color-yellow);
        box-shadow: 0 0 8px var(--color-yellow);
    }
}

/*---------------------marquee logo -----------*/
.marquee {
    width: 100%;
    position: relative;
    margin: 0px auto;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.track {
    padding-inline: 8px;
    display: flex;
    column-gap: 16px;
    align-items: center;
    animation: scroll 10s linear infinite;
}

.scroll {
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.career-bd {
    padding: 0px 17px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 8px;
    box-shadow: 0px -1px 10px rgb(17 180 189 / 23%);
    border: 1px solid #fff;
    background: #222;
    transition: .25s all;
    flex-shrink: 0;
}

    .career-bd img {
        width: 140px;
        height: auto;
        display: block;
    }

    .career-bd:hover {
        transform: translateY(4px) translateX(4px);
        box-shadow: 3px 3px 1px #6e6e6e;
    }

.att-bg {
    background: rgb(0 157 210 / 5%);
}

.veri-bg {
    background: rgb(235 0 0 / 5%);
}

.t-mobile-bg {
    background: rgb(228 18 125 / 5%);
}

.boom-bg {
    background: rgb(34 61 123 / 5%);
}
/*---------------------dashboard-----------------*/

.detail_activation {
    display:flex;
    align-items:baseline;
}
.card {
    box-shadow: 0px -1px 28px rgb(17 180 189 / 29%);
}

.icon.icn_primary {
    padding: 1px 6px 2px;
    border-radius: 5px;
    display: inline-block;
    background-color: #134148f7;
    color: #fff;
    margin-right: 5px;
}

.col-lg-4:nth-child(1) .icon.icn_primary {
    background-color: #d4edda;
    color: #155724;
}

.col-lg-4:nth-child(2) .icon.icn_primary {
    background-color: #fff3cd;
    color: #856404;
}

.col-lg-4:nth-child(3) .icon.icn_primary {
    background-color: #d1ecf1;
    color: #0c5460;
}

.icon.icn_primary i {
    font-size: 12px;
}

.pie_chart {
    width: 100%; /* fills the column */
    height: 16em; /* fixed height */
    position: relative; /* needed for Chart.js responsive sizing */
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
 margin: auto;
}
    /*div#dashboard-ecommerce .pie_first {
    height: calc(82vh - 400px);
}*/

.pie_chart canvas {
  display: block;
  margin: 0 auto;
height:100% !important;
width:100% !important;
}


    div#dashboard-ecommerce .card {
        margin-bottom: 1rem;
    }

/*div#dashboard-ecommerce .pie_fifth {
    height: calc(82vh - 400px);
}*/

    .pie_chart label {
        margin-top: 10px
    }
.pie_chart_detail {
    width: 100%;
    height: 16em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

div#dashboard-ecommerce {
    margin: 0px 0;
    /*  height: 82vh;*/
    position: relative;
}
.card_height {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    /*height: calc(82vh - 400px);*/
    align-items: stretch;
}
div#dashboard-ecommerce .dash_card {
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
div#dashboard-ecommerce .detail_activation {
    display: flex;
    align-items: baseline;
}
.dash_card h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-blues);
}

.dash_card label {
    font-size: 18px;
    font-weight: 600;
    color: #0087af;
    /* text-decoration: underline; */
    padding: 0 0;
    letter-spacing: 1px;
    margin-bottom:0px;
}
.card.card_dtail {
    background-color: transparent !important;
    box-shadow: none; /* optional: remove shadow if you want */
    border: none; /* optional: remove border if needed */
}
/*---------------------boom panel-----------------*/
.filter_right {
    background: var(--color-blues);
    display: inline-block;
    float: right;
    padding: 5px 0px 0px 5px;
    color: #fff;
    border-radius: 5px;
}

a.text_white {
    color: #fff;
}

    a.text_white i {
        padding-right: 5px;
    }

.tooltip {
    position: relative;
}

.text-align-right {
    text-align: end;
}

.boom h1.Heading_panel {
    font-size: 20px;
    font-weight: 500;
    color: #535c5e;
    margin: 10px 0 0px;
    z-index: 99;
    border-bottom: 1px solid #13414840;
    padding-bottom: 5px;
}

    .boom h1.Heading_panel a {
        font-weight: 600;
        color: var(--color-blues);
    }

.boom .content-body {
    width: 100%;
}

.bs-stepper-content {
    /* min-height: 530px;
    max-height: 560px;*/
    /* overflow-y: auto !important;
    overflow-x: hidden;*/
    box-sizing: border-box;
    margin-top: 0px;
    padding: 20px 0rem 0 !important;
    position: relative;
    height: calc(100vh - 135px);
}
/*-------------------------forms-------------*/
        #d_down_id_nam svg {
  font-weight: 700; /* bold */
}

/*---------------login-input-form----------*/
.form-control:focus, select.form-select:focus {
    border-color: var(--color-blues);
}

.form-group {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    -ms-flex-align: stretch;
}
textarea.form-control {
    min-height: 6rem;
}
.input-group-prepend {
    color: var(--color-blues);
    text-align: center;
    white-space: nowrap;
    margin-right: -1px;
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    /* border-radius: 0 0 0.357rem 0.357rem; */
    border: 1px solid #ced4da;
    border-radius: 0.357rem 0 0 0.357rem;
    background-color: #f7f7f7;
    width: 3em;
    justify-content: center;
    align-items: baseline;
}

.input-group-text {
    padding: 0.571rem 0.571rem;
    color: var(--color-blues);
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.form-control, .form-select {
    color: var(--color-blues);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 0.571rem 1rem 0.571rem 8px;
    border-radius: 0 0.357rem 0.357rem 0;
    margin-bottom: 0;
}

.input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-left: -1px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    margin-right: -1px;
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    background-color: #f7f7f7;
    /* border-radius: 0 0 0.357rem 0.357rem; */
    border: 1px solid #ced4da;
    border-radius: 0 .357rem .357rem 0;
}

.form-group > .form-control:not(:first-child), .form-group > .form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*.form-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}*/

.login .input-group-text i {
    color: var(--color-defult);
}




.form-label {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #495057;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease all;
    z-index: 1;
    font-weight: 500;
    background: #fff;
    padding: 0 3px;
    margin-bottom: 0;
   width:80%;
}

input:focus ~ .form-label,
input.filled ~ .form-label,
textarea:focus ~ .form-label,
textarea.filled ~ .form-label,
select:focus ~ .form-label,
select.filled ~ .form-label,
input[type="file"].filled ~ .form-label, textarea.filled ~ .form-label {
    top: -8px;
    font-size: 10px;
    color: var(--color-defult);
    font-weight: 600;
    left: 45px;
width:auto;
}


/*.form-control, .form-select {
    border-color: #0088b0;
}*/

.cus-p-set-heading p {
    font-size: 14px;
    color: var(--color-defult);
    /*font-weight: 600;*/
    letter-spacing: 2px;
}

.boom .valid-imei {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

hr {
    margin: 0.5rem 0;
}

input[type=file]::file-selector-button {
    border: 1px solid var(--color-defult);
    padding: 0.5em 0.6em;
    border-radius: .2em;
    background-color: var(--color-defult);
    transition: 1s;
    color: white;
    /*font-size:12px;*/
}

input.form-control[type="file"]::file-selector-button:hover,
input[type="file"]::file-selector-button:focus {
    cursor: pointer;
    background-color: blue;
    border: 1px solid blue;
}
/*------------------datatable-----------*/
.dataTables-scroll table tbody tr td a {
    padding: 6px;
    border-radius: 5px;
}

    .dataTables-scroll table tbody tr td a:hover {
        background-color: #134148;
    }

        .dataTables-scroll table tbody tr td a:hover svg {
            background-color: #134148;
            color: #fff !important;
        }

div#TblValidSIMdetail_wrapper button.dt-button.buttons-excel {
    position: sticky;
}

.dataTables-scroll {
    position: relative;
    margin: 0px 0 0px;
}

div.dataTables_wrapper .dataTables_info {
    padding-top: 0rem !important;
    color: #fff;
    background: var(--color-blues);
    padding: 2px 5px 0;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    top: -10px;
    right: 0;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    border-radius: 5px;
    z-index: 99;
    margin: 10px 0;
}

.dataTables-scroll .form-control {
    border-radius: 5px;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 1.6rem;
    margin-bottom: 0;
}
table.dataTable td, table.dataTable th{
text-align: center;
    white-space: nowrap;
}

/*--------buton-expro-------*/
.header_bar_btn {
    display: inline-flex; /* Flexbox use kar rahe */
    /*justify-content: space-between;*/ /* New left, Excel right */
    align-items: center; /* Vertically align center */
    margin-bottom: 10px; /* Niche space */
    /*flex-wrap: wrap;*/
    position: absolute;
    width: auto;
    z-index: 9;
}
.btn_new + .dt-buttons {
    margin-left: 10px; /* New aur Excel ke beech gap */
}



.dataTables-scroll .dt-buttons {
    display: inline-flex;
    gap: 8px; /* multiple export buttons ke liye spacing */
}



.filter_btn {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    width: auto;
}


/*--------buton-expro-------*/

.filter_custom_table {
    position: absolute;
    left: 5px;
    /* display: contents; */
    top: 70px;
    width: auto;
    z-index: 999;
}

.modal-body button.dt-button.buttons-excel {
    position: relative;
    left: 0;
}

.btn_tarif_new {
    position: absolute;
    margin-top: 10px;
}


.dataTables-scroll table {
    width: 100%;
    border-collapse: collapse;
}

    .dataTables-scroll .dataTables_scrollHead table thead th, .dataTables-scroll table thead th {
        position: sticky;
        top: 0;
        background-color: var(--color-blues) !important;
        z-index: 2;
        border-bottom: 1px solid #dee2e6;
        color: #fff;
    }


table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    bottom: 0.9em !important;
}



.dataTables-scroll .dataTables_scrollBody {
    max-height: calc(100vh - 305px) !important;
    height: auto;
}



.dataTables-scroll div.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.tbl_dropdown.show {
    position: absolute;
    top: 0;
    z-index: 9999;
    overflow: visible;
}

.tbl_dropdown .dropdown-menu[data-popper-placement='bottom-end'], .tbl_dropdown.show {
    margin-top: auto !important;
}

div#pagination ul.pagination {
    margin-bottom: 0;
}
.pagination {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    scrollbar-width: thin;
}
.pagination li {
    flex: 0 0 auto;
    margin: 0 2px;
}
.pagination li:first-child {
   position: sticky;
   left: 0;
   z-index: 10;
   background: white;
}
.pagination li:last-child {
    position: sticky;
    right: 0;
    z-index: 10;
    background: white;
}

/*----------------------datepicker/ datatatable-------------*/
.dataTables-scroll .dataTables_scrollHead {
    position: sticky;
    top: 0;
}

.dataTables-scroll tr td i {
    color: #302727;
}

.btn_grp {
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

    .btn_grp input {
        margin: 0 0;
    }
/*-----------------------boom-check-status--------*/
.cust_info {
    border-radius: 10px;
    margin-top: 0em;
    background: #ffffff;
    padding: 10px 10px 3px;
    box-shadow: 2px 0px 15px 0px rgb(4 137 159 / 70%);
    /* border: 4px;*/
}

.check_status h4 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    font-family: math;
    color: var(--color-defult);
}

.cust_info p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0d9bb2;
    margin-bottom: 10px;
}

    .cust_info p:last-child {
        border-bottom: none;
    }

    .cust_info p strong {
        color: #00444e;
    }

    .cust_info p span {
        color: #026400;
        word-break: break-word;
        overflow-wrap: break-word;
    }

span.pass_condi {
    font-size: 12px;
    color: #ff2828;
}

.dropdown-item:hover .fa-eye, .dropdown-item:hover img {
    color: #fff;
}
/*-----------------------------------------toggle-checkbox----------------*/

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

    .slider-toggle:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

/* ✅ Checked = blue */
.toggle-switch input:checked + .slider-toggle {
    background-color: #03679b;
}

    .toggle-switch input:checked + .slider-toggle:before {
        transform: translateX(26px);
    }

/* ✅ Disabled behavior */
.toggle-switch input:disabled + .slider-toggle {
    cursor: not-allowed;
    opacity: 1; /* keep original brightness */
}

/* ✅ Disabled + checked = active blue, still disabled */
.toggle-switch input:checked:disabled + .slider-toggle {
    background-color: #03679b;
    opacity: 0.6; /* slightly dim but still blue */
}

/* ✅ Disabled + unchecked = grey inactive */
.toggle-switch input:not(:checked):disabled + .slider-toggle {
    background-color: #ccc;
    opacity: 0.6;
}

/*-----------------------print-invoice-*/
p .note {
    /* font-size: 14px; */
    color: #f34b3f !important;
    padding: 10px 0;
}

.topup_bg {
    padding: 20px;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    background-color: #f8f7fa;
}

.invoice-print * tr td {
    padding: 10px 0 0;
}

.invoice-print {
    min-width: 768px;
    font-size: 15px;
}

    .invoice-print .invoice-date-wrapper {
        display: flex;
        align-items: center;
    }

        .invoice-print .invoice-date-wrapper .invoice-date-title {
            width: 8rem;
        }

    .invoice-print i,
    .invoice-print svg {
        fill: #6e6b7b !important;
    }

    .invoice-print .invoice-total-wrapper {
        width: 100%;
        max-width: 12rem;
    }

        .invoice-print .invoice-total-wrapper .invoice-total-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .invoice-print .invoice-total-wrapper .invoice-total-item .invoice-total-title {
                margin-bottom: 0.35rem;
            }

            .invoice-print .invoice-total-wrapper .invoice-total-item .invoice-total-amount {
                margin-bottom: 0.35rem;
                font-weight: 600;
            }

    .invoice-print * {
        border-color: rgba(34, 41, 47, 0.5) !important;
        color: #6e6b7b !important;
    }

@media print {
    .invoice-print {
        padding: 0px !important;
    }

    .invoice-header {
        border-bottom: 1px solid #ebe9f1;
        flex-direction: row !important;
        margin-bottom: 3rem;
        padding-right: 5rem;
    }

    .table-responsive {
        overflow-x: hidden;
    }

    hr {
        display: none;
    }
}
/*-----------------card-form---------------*/
h1.Summary_reprot {
    position: absolute;
    background-color: #005f6e;
    /* justify-content: center; */
    /* align-items: center; */
    left: 50px;
    right: 50px;
    top: -28px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    /*box-shadow: 0px -1px 28px rgb(19 65 72 / 34%);*/
    font-size: 15px;
    letter-spacing: 2px;
}

.card.form_sumry {
    margin-top: 20px;
}

    .card.form_sumry p {
        margin-bottom: 0px !important;
        margin: 6px 0;
    }

.price-highlight p {
    margin: 0px 0 !important;
}

.form_sumry .row.cus-row-flex {
    margin: 10px 0 0;
}

.card.form_sumry .valid-imei {
    margin-top: 10px;
}


p.plan_txt {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--color-blues);
    margin: 5px 10px 0;
    font-size: 18px;
}

.price-highlight {
    background: #58bdcc59;
    border-radius: 5px;
    padding: 10px 0px;
    margin: auto;
}

/*-----------------add-dealer-panel----------*/
/*.add_dealer .form-control, .add_dealer .form-select {
    width: 85%;
}*/
.add_dealer .form-group {
    position: relative;
    margin-bottom: 18px;
}

.file_upload .form-label {
    left: 9em;
    position: absolute;
    top: 10px;
    color: #495057;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease all;
    z-index: 1;
    font-weight: 500;
    background: #fff;
    padding: 0 3px;
    margin-bottom: 0;
        width: calc(100% - 130px);
}

.file_upload input[type="file"]:focus + .form-label,
.file_upload input[type="file"].filled + .form-label {
    left: 13em;
    top: -8px;
    font-size: 10px;
    color: var(--color-defult);
    font-weight: 600;
}
/*.form-group.file_upload {
    margin-top: 10px;
}*/
select.form-select {
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='%234a90e2' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
}
/*
    select.form-select:focus {
        box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
        outline: none;
    }

    select.form-select option {
        background-color: #ffffff; 
        color: #333333; 
    }*/

/*----------------------tooltip-icon--------------------*/
.tooltip-input {
    position: relative;
    z-index: 1;
}

/* Tooltip element */
.input-tooltip {
    position: absolute;
    top: -200%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background-color: var(--color-blues);
    color: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    font-size: 12px;
    width: 400px;
    white-space: normal;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

    /* Tooltip arrow */
    .input-tooltip::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -6px;
        border-width: 6px;
        border-style: solid;
        border-color: var(--color-blues) transparent transparent transparent;
    }

/* Show on hover only (not focus/click) */
.tooltip-input:hover + .input-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Hide on focus */
.tooltip-input:focus + .input-tooltip {
    display: none !important;
}

/*----------------toggle-mode------------*/
.mode-toggle {
    border: 2px solid var(--color-blues);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: inline-flex;
    background-color: #cdcfd0;
    /*gap: 5px;*/
}

    .mode-toggle label:hover {
        background-color: #fff;
        color: var(--color-blues);
    }

    .mode-toggle label {
        margin: 0;
        cursor: pointer;
        font-weight: 600;
        color: var(--color-blues);
        padding: 8px 20px;
        transition: all 0.2s ease;
        user-select: none;
    }

    .mode-toggle input[type="radio"], .single-toggle input[type="radio"] {
        display: none;
    }


        .mode-toggle input[type="radio"]:checked + span,
        .mode-toggle input[type="radio"]:checked ~ * {
            color: #fff;
            background-color: var(--color-blues);
        }

        .mode-toggle input[type="radio"]:checked + label,
        .mode-toggle label:has(input[type="radio"]:checked) {
            background-color: var(--color-blues);
            color: #fff;
        }
.single-toggle label {
    background: #005f6e;
    padding: 5px 25px 3px;
    /* border: 3px solid var(--color-blues); */
    color: #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 2px;
}
        /*----------boom-wifi-------------*/
.boom_wifi .btn_grp {
    gap: 10px;
    margin: auto;
    width: fit-content;
}

.boom_wifi .btn-success, .boom_wifi .btn-primary {
    color: #fff !important;
    width: auto;
}