@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    box-sizing: border-box;
}

a,
button,
.btn {
    transition: all .3s;
}

body {
    background: #F9FAFB;
    visibility: hidden;
}
.config-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.config-badge.full {
  background: #E6F1FB;
  color: #0C447C;
  border: 0.5px solid #85B7EB;
}

.Common_table td .action_btn .btn.enable {
    background: #4A4AF6;
    border-color: #4A4AF6;
    color: #fff;
}

.Common_table td .action_btn .btn.enable:hover {
    background: #3a3ad4;
    border-color: #3a3ad4;
    color: #fff;
}


 
.qr_code_sec .grid_box {
    grid-template-columns: 1fr 1.2fr;
    gap: 24px;
    align-items: flex-start;
}
 
.qr_code_sec {
    margin-top: 30px;
}
 
.qr_code_sec .left .top {
    background: #4B75F6;
    color: #fff;
}
 
.qr_code_sec .left {
    border-radius: 20px;
    border-top: 1px solid #ECEEF4;
    background: #fff;
    box-shadow: 0px 8px 26px 0px #1E285A0F;
}
 
.qr_code_sec .left .top {
    background: #4B75F6;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 16px;
}
 
.qr_code_sec .left .top h3 {
    color: #FFFFFFBF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
}
 
.qr_code_sec .left .top h3 span {
    font-size: 20px;
    color: #fff;
    text-transform: initial;
    letter-spacing: initial;
}
 
.qr_code_sec .left .top .badge {
    background: #FFFFFF33;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 13px 10px;
    border-radius: 50px;
    position: relative;
}
 
.qr_code_sec .left .top {
    background: #4B75F6;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
 
.qr_code_sec .left .top .badge i {
    color: #8DF0B8;
    font-size: 10px;
    margin-right: 6px;
}
 
.qr_code_sec .left .set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    padding: 16px;
}
 
.qr_code_sec .left .set h4 {
    color: #8A93B2;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
}
 
.qr_code_sec .left .set h4 span {
    text-transform: initial;
    color: #1B2138;
    font-size: 15px;
}
 
.qr_code_sec .btn {
    background: #5B5BF0;
    width: 100%;
    color: #fff;
    border-radius: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    grid-column: 1 / -1;
    margin-top: 10px;
}
 
.qr_code_sec .btn:hover {
    background: #000;
}
 
.qr_code_sec .right {
    background: #fff;
    border: 1px solid #ECEDF3;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 24px 0px #1B21380A;
    text-align: center;
}
 
.qr_code_sec .right h3 {
    color: #5B5BF0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
.qr_code_sec .right p {
    color: #8A8FA3;
    font-size: 14px;
    margin: 0;
}
 
.qr_code_sec .right .img img {
    height: 300px;
}
 
.qr_code_sec .right .btn {
    margin-top: 0;
}
 
.qr_code_sec .right .flex_box img {
    width: 100%;
}
 
.qr_code_sec .right .flex_box a {
    width: 100%;
}
 
.qr_code_sec .right .flex_box {
    gap: 12px;
    margin-top: 20px;
}

.config-badge.light {
  background: #EAF3DE;
  color: #27500A;
  border: 0.5px solid #97C459;
}


.lookup-item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s;
}
.lookup-item:hover { background: #f5f5f5; }
.lookup-name { font-weight: 600; }
.lookup-phone, .lookup-vehicles { font-size: 13px; color: #666; }
.lookup-empty, .lookup-loading { padding: 16px; color: #999; text-align: center; }

.grid_box {
    display: grid;
}

.flex_box {
    display: flex;
}

.no_sidebar {
    padding-left: 0 !important;
}

.no_sidebar .my_container {
    width: 100%;
    max-width: 100%;
}

.create-pass-btn {
    width: 100%;
    max-width: 100% !important;
}

.phone-input-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.dial-code-select {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 0 8px;
    border-radius: 6px 0 0 6px;
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    background: #fff;
    min-width: 70px;
    cursor: pointer;
    -webkit-appearance: auto;
}

.phone-input {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 0 12px;
    border-radius: 0 6px 6px 0;
    border-left: none;         /* removes the double border seam */
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    flex: 1;
}

.phone-input:focus {
    border-color: #4A4AF6 !important;
    outline: none;
}

.dial-code-select:focus {
    border-color: #4A4AF6;
    outline: none;
}

.readonly-price {
    pointer-events: none;
}

.no_vehicle_found {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 100%;
    min-height: 30px;

    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.login_sec {
    background: #fff;
}

.login_sec .grid_box {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.login_sec h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 24px;
}

.login_sec .box {
    max-width: 470px;
    padding: 0 16px;
}

.login_sec .form-group {
    margin-top: 16px;
}

.login_sec .form-group label {
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 10px;
}

.login_sec .form-group .form-control {
    border: 1px solid #D7D7D7;
    height: 50px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    font-family: Roboto;
}

.login_sec .reset {
    text-align: end;
    margin-top: 10px;
}

.login_sec .reset a {
    color: #4A4AF6;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-family: Roboto;
}

.login_sec .form-select {
    border: 1px solid #D7D7D7;
    height: 50px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    font-family: Roboto;
    color: #494848;
}

.login_sec .form-group .form-control::placeholder {
    color: #494848;
}

.login_sec button {
    background: #4A4AF6;
    border: none;
    height: 50px;
    width: 100%;
    max-width: 185px;
    margin-top: 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto;
}

.login_sec button:hover {
    background: #000;
}

.login_sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login_sec .img {
    height: 100vh;
}

.login_sec .mobile {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.login_sec .mobile img {
    height: 45px;
}

.forget_pass h2 {
    margin-bottom: 8px !important;
}

.login_sec .register {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-family: Roboto;
    color: #494848;
}

.login_sec .register a {
    color: #4A4AF6;
    font-weight: 500;
    text-decoration: none;
}

.login_sec .back-link {
    margin-top: 20px;
    font-size: 15px;
    font-family: Roboto;
}

.login_sec .back-link a {
    color: #4A4AF6;
    font-weight: 500;
    text-decoration: none;
}

.forget_pass p {
    color: #494848;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px;
}

.forget_pass .back {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.forget_pass .back a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.sidebar {
    background: linear-gradient(168.24deg, #73C2FB 0%, #1C1CF0 102.15%);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    transition: all .2s;
    overflow: auto;
    padding-bottom: 20px;
    z-index: 99;
}

.main_sec.main .sidebar {
    max-width: 75px;
    padding: 20px 0;
}

.sidebar_overlay {
    display: none;
}

.sidebar .logo {
    text-align: center;
    padding: 24px 24px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar .logo img {
    height: 50px;
}

.sidebar .logo span {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: Nunito Sans;
    white-space: nowrap;
}

.sidebar .logo span b {
    font-weight: 700;
    color: #39eae9;
}

.sidebar .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: Nunito Sans;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    min-width: 290px;
}

.sidebar .menu ul li a img {
    height: 20px;
    width: 24px;
    object-fit: contain;
    object-position: left center;
}

.sidebar .menu ul li a i {
    width: 24px;
    font-size: 19px;
    text-align: center;
}

.sidebar .menu {
    margin-top: 30px;
}

.sidebar .menu ul li a:hover {
    background: #7E84F080;
    font-weight: 600;
}

.sidebar .menu ul li a.active {
    background: #7E84F080;
    font-weight: 600;
}

.sidebar .menu ul li a:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 6px;
    height: 100%;
    left: 2px;
    top: 0;
    opacity: 0;
    transition: all .3s;
}

.sidebar .menu ul li a.active:before {
    opacity: 1;
}

.sidebar .menu ul li a:hover:before {
    opacity: 1;
}

.sidebar .menu.menu_disabled ul li a {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.ops_no_location {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 60px 20px;
    margin-top: 20px;
}

.ops_no_location i {
    font-size: 40px;
    color: #7E84F0;
}

.ops_no_location h3 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
}

.ops_no_location p {
    color: #6b7280;
    margin-top: 6px;
    margin-bottom: 20px;
}

.ops_no_location .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 44px;
    padding: 0 24px;
    background: #4A4AF6;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.ops_no_location .btn:hover {
    background: #000;
    color: #fff;
}


header {
    box-shadow: 0px 0px 4px 0px #11000040;
    padding: 16px 20px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}

.main_sec {
    padding-left: 300px;
    transition: all .2s;
    width: 100%;
    min-height: 600px;
}

.main_sec.main {
    padding-left: 75px;
}

header .flex_box {
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
}

/* Icons must stay full size, never get squeezed into ovals when the
   row runs out of room — .location is the one allowed to shrink/truncate. */
header .flex_box>.menu,
header .flex_box>.notification,
header .flex_box>.profile {
    flex-shrink: 0;
}

header .location {
    min-width: 0;
}

header .profile .pro {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

header .profile .dropdown-menu {
    right: 35px !important;
    top: 35px !important;
    left: inherit !important;
    min-width: 260px;
    padding: 0;
    background: transparent;
    border: none;
    opacity: 0;
    transform: translate3d(22px, 4px, 0);
    animation: animdropdown 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes animdropdown {
    0% {
        opacity: 0;
        transform: translate3d(22px, 52px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(22px, 40px, 0);
    }
}

header .profile_notify {
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 10px;
    background: #fff;
}

header .menu i {
    color: #000;
    line-height: 0;
    font-size: 27px;
    -webkit-text-stroke: .5px;
    cursor: pointer;
}

header .menu svg {
    width: 28px;
    height: 28px;
    display: none;
    cursor: pointer;
}

.main_sec.main header .menu svg {
    display: block;
}

.main_sec.main header .menu i {
    display: none;
}

header .menu {
    display: flex;
    align-items: center;
}

header .profile_notify .label {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #afafaf;
    padding: 15px;
}

header .profile_notify .img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

header .profile_notify .label h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 3px;
    font-family: Poppins;
}

header .profile_notify .label span {
    font-size: 14px;
    color: #808080;
    font-family: Poppins;
}

header .profile_notify ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    flex-direction: column;
}

header .profile_notify ul li a {
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: Poppins;
    font-weight: 500;
}

.main_sec {
    padding-left: 300px;
    transition: padding-left 0.3s ease;
}

.multi-select-wrapper {
    min-height: 48px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; /* Reduced gap for stacking feel */
    background: #fff;
    position: relative;
}

/* The Tags */
.multi-tag {
    background: #e8e5ff; /* Light purple like image */
    color: #4a4af6;
    border-radius: 12px; /* Less rounded than 20px */
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

/* Small Circle Avatar for Initials */
.tag-avatar {
    width: 24px;
    height: 24px;
    background: #4a4af6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    margin-right: -4px; /* Slight overlap effect */
}

/* The Dropdown List */
.multi-dropdown {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f0f0ff;
    color: #4a4af6;
}

.multi-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 50px;
    padding: 8px 0;
}
.multi-select-wrapper {
    min-height: 48px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; /* Reduced gap for stacking feel */
    background: #fff;
    position: relative;
}

/* The Tags */
.multi-tag {
    background: #e8e5ff; /* Light purple like image */
    color: #4a4af6;
    border-radius: 12px; /* Less rounded than 20px */
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

/* Small Circle Avatar for Initials */
.tag-avatar {
    width: 24px;
    height: 24px;
    background: #4a4af6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    margin-right: -4px; /* Slight overlap effect */
}

/* The Dropdown List */
.multi-dropdown {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f0f0ff;
    color: #4a4af6;
}

.multi-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 50px;
    padding: 8px 0;
}

header .location {
    margin-left: auto;
}
.main_sec.main {
    padding-left: 75px;
}

/* === NO SIDEBAR FIX === */
.main_sec.no_sidebar {
    padding-left: 0 !important;
}

.main_sec.no_sidebar .sidebar {
    display: none !important;
}

.main_sec.no_sidebar header .menu_toggle {
    display: none !important;
}

.no_sidebar .my_container {
    padding: 20px;
}
header .profile_notify ul li a:hover {
    background: #4a4af61c;
}

header .profile_notify ul li a i {
    font-size: 15px;
}

header .profile_notify ul li:last-child a {
    border-top: 1px solid #8080804F;
    margin-top: 7px;
    color: #FF0000 !important;
    margin-bottom: 6px;
    cursor: pointer;
}

header .profile_notify ul li a img {
    height: 13px;
}

.main_sec.main .sidebar .logo span {
    display: none;
}

.main_sec.main .sidebar .logo {
    padding: 0 12px;
}

/* width */
.sidebar::-webkit-scrollbar {
    width: 3px;
}

/* track (background) */
.sidebar::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* handle (scroll thumb) */
.sidebar::-webkit-scrollbar-thumb {
    background: #000000d5;
    border-radius: 20px;
}

/* hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.main_sec.main .sidebar ul li a span {
    display: none;
}

.main_sec.main .sidebar .logo img {
    height: 50px;
}


.main_sec.main .sidebar .menu ul li a:before {
    width: 4px;
}

.sidebar .toggle_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.sidebar .toggle_close i {
    color: #fff;
    -webkit-text-stroke: .5px;
}

.my_container {
    padding: 20px;
}

.common_heading .title h2 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.common_heading .flex_box {
    gap: 15px;
    justify-content: space-between;
}

.common_heading .title p {
    font-size: 18px;
    color: #00000080;
    font-family: Poppins;
    margin: 0;
}

.common_tab .nav-link {
    font-family: Nunito Sans;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 8px;
}

.common_tab .nav-link:hover {
    background: #4a4af6;
    color: #fff;
}


.common_tab .nav {
    box-shadow: 0px 2px 4px 0px #00000024;
    background: #fff;
    border-radius: 8px;
    gap: 4px;
    max-width: fit-content;
}

.common_tab .nav-link.active {
    background: #4A4AF6;
    font-weight: 600;
}

.dashboard_box .grid_box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.dashboard_box .box {
    background: #E5EFFC;
    border-radius: 10px;
    padding: 20px 15px;
    transition: all .3s;
}

.dashboard_box .box h3 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dashboard_box .box h3 img {
    height: 21px;
}

.dashboard_box .box h4 {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.dashboard_box .box .blue {
    color: #155DFC;
}

.dashboard_box .box span {
    font-family: Nunito Sans;
    color: #000000B2;
    font-size: 16px;
    font-weight: 500;
}

.dashboard_box .box .red {
    color: #FF0000;
}

.dashboard_box .box .green {
    color: #008000;
}

.dashboard_box .box ul {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: Nunito Sans;
}

.dashboard_box .box ul li {
    color: #000000B2;
    font-size: 15px;
    font-weight: 500;
}

.dashboard_box .box ul li b {
    color: #000;
    font-weight: 500;
}

.dashboard_box {
    margin-top: 30px;
}

.dashboard_box .box:nth-child(2) {
    background: #FFF3F3;
}

.dashboard_box .box:nth-child(3) {
    background: #FFFEF0;
}

.dashboard_box .box:nth-child(4) {
    background: #FCEFEE;
}

.dashboard_box .box:nth-child(5) {
    background: #FEF2FF;
}

.dashboard_box .box:nth-child(6) {
    background: #FFF3F3;
}

.dashboard_box .box:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.breakdown_sec {
    margin-top: 16px;
}

.breakdown_sec .grid_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.breakdown_sec .box {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.breakdown_sec .box .flex_box {
    justify-content: space-between;
    align-items: center;
}

.breakdown_sec .box h3 {
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 500;
    color: #000000B2;
    margin: 0;
}

.breakdown_sec .box span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}

.Common_table {
    margin-top: 40px;
}

.Common_table h2 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}


.Common_table .table th {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
}

.Common_table .table td {
    color: #000000CC;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 20px;
    border: none;
}

.Common_table .table-responsive {
    box-shadow: 0px 2px 4px 0px #00000029;
    border-radius: 10px;
    background: #fff;
}

.Common_table .table thead tr {
    box-shadow: 0px 2px 2px -1px #00000029;
}

.Common_table .table {
    margin-bottom: 0;
}

.Common_table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #D9D9D940;
}

.pagination {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
    margin: 20px 0 0;
}

.pagination a {
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    font-family: 'Poppins';
    font-size: 15px;
}

.pagination a:hover {
    background: #4A4AF6;
    color: #fff;
    border-color: #4A4AF6;
}

.pagination a.active {
    background: #4A4AF6;
    color: #fff;
    border-color: #4A4AF6;
}



/* width */
.Common_table .table-responsive::-webkit-scrollbar {
    height: 5px;
}

/* track (background) */
.Common_table .table-responsive::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* handle (scroll thumb) */
.Common_table .table-responsive::-webkit-scrollbar-thumb {
    background: #4A4AF6;
    border-radius: 20px;
}

/* hover */
.Common_table .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #000;
    cursor: grab;
}

.sessions .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
}

.tab_table {
    margin-top: 40px;
}

.tab_table .Common_table {
    margin-top: 20px;
}

.Common_table .table td .time {
    color: #00000080;
    display: block;
    font-family: 'Poppins';
}

.Common_table .table td .vech {
    background: #F1F7FF;
    border-radius: 10px;
    padding: 5px 18px;
    font-size: 14px;
}

/* Operations listing — vehicle name and plate share a single line, so keep
   them from wrapping and give the plate pill room to breathe. */
.Common_table .table td.vehicle_cell {
    white-space: nowrap;
}

.Common_table .table td.vehicle_cell .vech {
    margin-left: 8px;
}

.Common_table .table td .paid {
    border: 1px solid #000000;
    background: #fff;
    border-radius: 10px;
    padding: 5px 22px;
    color: #008000;
    font-size: 14px;
}

.add_btnn .btn {
    background: #4A4AF6;
    color: #fff;
    border-radius: 5px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
}

.add_btnn .btn:hover {
    background: #000;
}

.add_btnn .btn i {
    line-height: 0;
    -webkit-text-stroke: .6px;
    font-size: 16px;
}

.search_filter {
    margin-top: 40px;
}

.search_filter .grid_box {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
}

.search_filter .form-group {
    position: relative;
}

.search_filter .form-group .form-control {
    width: 100%;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 4px 0px #00000029;
    height: 50px;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 15px;
    padding: 0 12px 0 38px;
    color: #000;
}

.search_filter .form-group button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    width: 45px;
    background: transparent;
}

.search_filter .form-group .form-control::placeholder {
    color: #000000B5;
}

.search_filter .form-group button img {
    height: 18px;
}

.search_filter .form-select {
    width: 100%;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 4px 0px #00000029;
    height: 50px;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 15px;
    color: #000000B5;
    cursor: pointer;
}

.search_filter .form-group span {
    position: absolute;
    top: 18px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_filter .form-group .form-select {
    padding-left: 36px;
}

.search_filter .form-group span i {
    -webkit-text-stroke: .5px;
    color: #000000B2;
    font-size: 17px;
}

.Common_table .table td .range_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Common_table .table td .range_bar {
    width: 120px;
    height: 6px;
    background: #4A4AF65C;
    border-radius: 20px;
    overflow: hidden;
}

.Common_table .table td .range_bar span {
    display: block;
    height: 100%;
    background: #4A4AF6;
    border-radius: 20px;
}

.location_table {
    min-width: 1300px !important;
}

.Common_table .table td .range_box p {
    margin: 0;
    font-family: Poppins;
}

.Common_table td .action_btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Common_table td .action_btn a.detele {
    background: #4a4af62e;
    color: #4a4af6;
    font-weight: 600;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Common_table td .action_btn a.detele i {
    font-size: 15px;
}

.Common_table td .action_btn a.detele.green {
    background: #dcfce7;
    color: #008236;
}

.Common_table td .action_btn a.detele.red {
    background: #ffe2e2;
    color: #c10007;
}

.Common_table .table td .type {
    border: 1px solid #4A4AF6;
    background: #fff;
    border-radius: 10px;
    padding: 5px 22px;
    color: #4A4AF6;
    font-size: 14px;
}

.location_form .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.location_form .section_title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.location_form .grid_box+.section_title {
    margin-top: 25px;
}

.location_form .checkin_note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #EEF6FF;
    border: 1px solid #CFE4FB;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.5;
    color: #33475B;
}

.location_form .checkin_note i {
    font-size: 16px;
    color: #4A4AF6;
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .location_form .checkin_note {
        padding: 10px 12px;
        font-size: 12.5px;
        gap: 8px;
    }
}

.location_form .form-group label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}

.location_form {
    box-shadow: 0px 2px 4px 0px #00000029;
    background: #fff;
    padding: 30px;
    margin-top: 18px;
    border-radius: 10px;
}

.location_form .form-group .form-control {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 0 12px;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    box-shadow: none;
}

.location_form .form-group .form-control::placeholder {
    color: #878A99;
}

.location_form .form-group .form-select {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 0 12px;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    box-shadow: none;
}

.location_form .button {
    display: flex;
    justify-content: end;
    margin-top: 25px;
    gap: 15px;
}

.location_form .button .btn {
    background: #4A4AF6;
    color: #fff;
    height: 45px;
    min-width: 120px;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}


.location_form .button .btn.back-btn {
    border: 1px solid #4A4AF6;
    background: transparent;
    color: #4A4AF6;
}

.location_form .button .btn.back {
    border: 1px solid #4A4AF6;
    background: transparent;
    color: #4A4AF6;
}

.location_form .button .btn.back-btn:hover {
    background: #4A4AF6;
    color: #fff;
}

.location_form .button .btn.back:hover {
    background: #4A4AF6;
    color: #fff;
}

.location_form .button .btn:hover {
    background: #000;
}


.location_form .valet_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #D9D9D9;
}

.location_form .valet_box span {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.location_form .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

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

.location_form .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    border-radius: 30px;
    border: 2px solid #4A4AF6;
    background: #fff;
    transition: .3s;
}

.location_form .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #4A4AF6;
    border-radius: 50%;
    transition: .3s;
}

/* ON State */
.location_form .switch input:checked+.slider {
    background: #4A4AF6;
}

.location_form .switch input:checked+.slider:before {
    transform: translate(18px, -50%);
    background: #fff;
}

.Common_table .table td .Pending {
    border: 1px solid #FFA500;
    background: #fff;
    border-radius: 10px;
    padding: 5px 22px;
    color: #FFA500;
    font-size: 14px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.Common_table .table td .Pending.green {
    color: #008000;
    border-color: #008000;
}

.user_table {
    min-width: 1550px !important;
}

.revenue_sec {
    border: 1px solid #FF0000;
    border-radius: 10px;
    background: #FFF5EE;
    padding: 24px;
    margin-top: 20px;
}

.revenue_sec .flex_box {
    gap: 20px;
    justify-content: space-between;
}

.revenue_sec .cont {
    display: flex;
    gap: 20px;
    /* align-items: center; */
}

.revenue_sec .cont h3 {
    font-family: Nunito sans;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.revenue_sec .cont p {
    margin: 0;
    color: #00000080;
    font-family: Nunito sans;
    font-size: 18px;
    font-weight: 600;
}

.revenue_sec .total h4 {
    font-family: Nunito sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.revenue_sec .total span {
    color: #FF0000;
    font-family: Nunito sans;
    font-size: 24px;
    font-weight: 700;
}

.revenue_sec .cont .img img {
    height: 60px;
}

.Revenue_report {
    margin: 30px 0;
}

.Revenue_report .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.Revenue_report .box {
    box-shadow: 0px 2px 4px 0px #00000029;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: all .3s;
}

.Revenue_report .box:hover {
    background: #d1e5fe61;
}

.Revenue_report .box .cont {
    display: flex;
    gap: 16px;
}

.Revenue_report .box .img {
    background: #D1E5FE82;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s;
}

.Revenue_report .box:hover .img {
    background: #d1e5fe;
}

.Revenue_report .box .img img {
    height: 16px;
}

.Revenue_report .box h3 {
    color: #000000C4;
    font-size: 18px;
    font-family: Poppins;
    margin-bottom: 6px;
}

.Revenue_report .box p {
    font-size: 15px;
    color: #7D7D7E;
    font-family: Poppins;
}

.Revenue_report .box .btn {
    border: 1px solid #7D7D7E;
    border-radius: 10px;
    font-size: 15px;
    font-family: Poppins;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
    color: #000000C4;
}

.Revenue_report .box .btn i {
    -webkit-text-stroke: .4px;
    color: #000000C4;
    line-height: 0;
    font-size: 15px;
    transition: all .3s;
}

.Revenue_report .box .btn:hover {
    background: #4A4AF6;
    color: #fff;
}

.Revenue_report .box .btn:hover i {
    color: #fff;
}

.Common_table .table td .paid.red {
    color: #FF0000;
    border-color: #FF0000;
}

.Common_table .table td .paid.orange {
    color: #E67E00;
    border-color: #E67E00;
}

.Common_table .table td .paid.gray {
    color: #888888;
    border-color: #888888;
}

.profile_sec .form-group label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}

.profile_sec .form-group .form-control {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 0 12px;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    box-shadow: none;
}

.profile_sec .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.profile_sec .box {
    box-shadow: 0px 2px 4px 0px #00000029;
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
}

.profile_sec .avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 10px auto 30px;
    text-align: center;
}

.profile_sec .avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: 12px;
}

.profile_sec .avatar-upload .avatar-edit input {
    display: none;
}

.profile_sec .avatar-upload .avatar-edit input+label {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #EBEBEB;
    border: 1px solid #00000030;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_sec .avatar-upload .avatar-edit input+label img {
    height: 15px;
}

.profile_sec .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profile_sec .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #cccccc;
}

.profile_sec .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #CCCCCC;
}


.profile_sec .button button {
    background: #4A4AF6;
    border: none;
    height: 46px;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    min-width: 160px;
    border-radius: 6px;
    border: 2px solid #4A4AF6;
}

.profile_sec .button button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.profile_sec .button {
    text-align: end;
    margin-top: 30px;
}

header .location {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .location .form-group .form-control {
    border-radius: 50px;
    height: 40px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #000;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 4px 0px #00000029;
    padding: 0 12px 0 30px;
}

header .location .form-group .form-control::placeholder {
    color: #878A99;
}

header .location .form-group {
    min-width: 250px;
    width: 100%;
    position: relative;
}

header .location .form-group i {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #878A99;
    font-size: 16px;
    line-height: 0;
}

.change_pass .grid_box {
    grid-template-columns: 1fr;
}

.form-control:focus {
    border-color: #4A4AF6 !important;
}


.login_popup .modal-body {
    padding: 60px 20px 40px;
    text-align: center;
}

.login_popup .modal-body h3 {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.login_popup .modal-body p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    max-width: 250px;
    margin: 0 auto 20px;
}

.login_popup .modal-body .flex_box {
    justify-content: center;
    gap: 10px;
}

.login_popup .modal-body .btn {
    background: #4A4AF6;
    height: 47px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #4A4AF6;
    border-radius: 8px;
}

.login_popup .modal-body .btn:hover {
    background: transparent;
    color: #4A4AF6;
}

.login_popup .modal-body .btn.cancel {
    background: transparent;
    color: #4A4AF6;
}

.login_popup .modal-body .btn.cancel:hover {
    background: #4A4AF6;
    color: #fff;
}

.login_popup .modal-body .img {
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.expired_sec .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.expired_sec .box {
    box-shadow: 0px 2px 4px 0px #00000029;
    background: #fff;
    padding: 20px 0;
    border-radius: 8px;
}

.expired_sec .box h3 {
    font-size: 24px;
    font-family: Nunito sans;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 0 20px;
}

.expired_sec .box .set h4 {
    font-size: 16px;
    font-family: Nunito sans;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
}

.expired_sec .box .flex_box {
    justify-content: space-between;
    gap: 12px;
    padding: 0 20px;
}

#page-loader {
  display: flex;
  visibility: visible;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Top progress bar for navigation */
#nav-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #3b82f6;
  z-index: 99999;
  transition: width 0.1s ease;
  display: none;
}

#nav-progress.running {
  display: block;
  animation: nav-fill 2.5s ease-out forwards;
}

#nav-progress.done {
  display: block;
  width: 100% !important;
  animation: none;
  transition: opacity 0.3s ease 0.1s;
  opacity: 0;
}

@keyframes nav-fill {
  0%   { width: 0%; }
  30%  { width: 40%; }
  60%  { width: 65%; }
  80%  { width: 80%; }
  100% { width: 90%; }
}


.expired_sec .box .btn {
    background: #4A4AF6;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: Nunito sans;
    border: 1px solid #4A4AF6;
    font-weight: 500;
    margin-top: 10px;
}

.expired_sec .box .btn:hover {
    background: #000;
    border-color: #000;
}

.expired_sec .box .set {
    width: 50%;
}

.expired_sec .box .btn.outline {
    background: transparent;
    color: #000000;
}

.expired_sec .box .btn.outline:hover {
    background: #000;
    color: #fff;
}

.expired_sec .box .set h4 span {
    color: #00000080;
    font-size: 14px;
}

.expired_sec {
    margin-top: 40px;
}

.expired_sec .box .flex_box+.flex_box {
    border-top: 1px solid #00000040;
    padding-top: 16px;
    margin-top: 16px;
}

.expired_sec .box .set .online {
    color: #008000;
    font-family: Nunito sans;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: end;
}

.expired_sec .box .set .online.red {
    color: #FF0000;
}

.Common_table td .action_btn .btn {
    background: #4A4AF6;
    border: 1px solid #4A4AF6;
    color: #fff;
    padding: 0 8px;
    height: 30px;
    font-family: 'Poppins';
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border-radius: 8px;
}

.Common_table td .action_btn .btn:hover {
    background: #fff;
    color: #4A4AF6;
}

.Common_table td .action_btn .btn.outline {
    background: #fff;
    color: #4A4AF6;
}

.Common_table td .action_btn .btn.outline:hover {
    background: #4A4AF6;
    color: #fff;
}

.back_location .btn {
    padding: 0;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.back_location .btn i {
    -webkit-text-stroke: .4px;
    transition: all .3s;
}

.back_location .btn:hover {
    color: #4A4AF6;
}

.back_location {
    margin-top: 10px;
    border-bottom: 1px solid #11000040;
    padding: 30px;
}

.back_location .common_heading {
    margin-top: 20px;
}

.back_location .common_heading .label {
    border: 1px solid #4A4AF6;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4AF6;
    font-family: roboto;
    font-size: 17px;
    font-weight: 500;
    border-radius: 8px;
    height: 50px;
    letter-spacing: .5px;
}

.back_location .common_heading .flex_box {
    align-items: end;
}

.location_container {
    padding: 0px 30px 40px;
}

.expired_sec .box .set ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: end;
    font-family: 'Nunito Sans';
}

.expired_sec .box .set ul li {
    color: #008000;
    font-size: 16px;
    font-weight: 600;
}

.expired_sec .box .set ul li+li {
    color: #FF0000;
}

.expired_sec .box .set .online.black {
    color: #000;
}

.expired_sec .box .set .wrap {
    flex-direction: column;
    align-items: inherit;
}

.expired_sec .box .set .online.yellow {
    color: #FFA500;
}

.expired_sec .box p {
    color: #000;
    font-family: Nunito sans;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.expired_sec .box p span {
    color: #FF0000;
}

.Common_table td .action_btn .btn.disable {
    background: #FF0000;
    border-color: #FF0000;
}

.Common_table td .action_btn .btn.disable:hover {
    background: #4A4AF6;
    border-color: #4A4AF6;
    color: #fff;
}

header .location .fix_location {
    border: 1px solid #4A4AF6;
    background: #4A4AF61A;
    border-radius: 10px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #4A4AF6;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    cursor: pointer;
    min-width: 0;
    max-width: 100%;
}

header .location .fix_location span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .location .fix_location i {
    font-size: 17px;
    -webkit-text-stroke: .3px;
}


/* Customizing Bootstrap's dropdown menu specifically for notification */
.notification .notification-dropdown {
    width: 350px;
    padding: 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    background-color: #fff;
    overflow: visible; 
    margin-top: 26px !important; 
}


.bell-trigger i {
    font-size: 18px;
    color: #64748b;
    vertical-align: middle;
     text-align: center;
}


.notification .notification-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 15px; 
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #4A4AF6 transparent; 
}
.notification .bell-trigger {
    width: 40px;
    height: 40px;
    background: #e3edff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
}
.dropdown-header-box {
    background-color: #4A4AF6; 
    color: #fff;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.dropdown-header-box h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

.dropdown-header-box p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.notification-list-content {
    max-height: 320px;
    overflow-y: auto;
}


.notification-row {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.2s;
    text-align: left;
}

.notification-row:hover {
    background-color: #f8fafc;
}


.row-icon-circle {
    background-color: #f1f5f9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Inside Row Icon Size & Color */
.row-icon-circle i {
    font-size: 1.1rem;
    color: #64748b;
}

/* Inner Texts layout */
.row-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.row-title {
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.2;
}

.row-sub {
    font-size: 13px;
    color: #64748b;
    margin-top: 3px;
    line-height: 1.2;
     font-weight: 600;

}

/* Time counter stamp */
.row-time {
       font-size: 12px;
    color: #94a3b8;
    white-space: nowrap;
    align-self: flex-start;
    margin-top: 2px;
    font-weight: 600;
}

/* Footer Box styling */
.dropdown-footer-box {
    padding: 12px;
    text-align: center;
    border-top: 1px solid #f1f5f9;
}

.dropdown-footer-box a {
    text-decoration: none;
    color: #4A4AF6;
    font-size: 14px;
    font-weight: bold;
}



@media (max-width: 1399.98px) {

    .regions_table {
        min-width: 1100px !important;
    }

    .expired_sec .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .violations_table {
        min-width: 1000px !important;
    }

    .dashboard_box .grid_box {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }

    .common_tab .nav-link {
        font-size: 15px;
        padding: 7px 15px;
    }

    .common_heading .title p {
        font-size: 15px;
    }

    .common_heading .title h2 {
        font-size: 24px;
    }

    .login_sec .grid_box {
        gap: 50px;
    }

}


@media (max-width: 1199.98px) {

     .qr_code_sec {
        margin-top: 20px;
    }
 
    .qr_code_sec .grid_box {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    

    .device_table {
        min-width: 900px !important;
    }

    .expired_sec .box h3 {
        font-size: 22px;
    }

    .expired_sec {
        margin-top: 30px;
    }

    .profile_sec .grid_box {
        gap: 16px;
    }

    .profile_sec .box {
        padding: 20px;
        margin-top: 20px;
    }

    .Revenue_report .grid_box {
        gap: 16px;
    }

    .Revenue_report .box .btn {
        font-size: 14px;
    }

    .Revenue_report .box p {
        font-size: 14px;
    }

    .Revenue_report .box .cont {
        gap: 10px;
    }

    .Revenue_report .box {
        padding: 16px;
    }

    .revenue_sec .total span {
        font-size: 22px;
    }

    .revenue_sec .total h4 {
        font-size: 16px;
    }

    .revenue_sec .cont {
        gap: 14px;
    }

    .revenue_sec {
        padding: 16px;
    }

    .revenue_sec .cont p {
        font-size: 16px;
        line-height: 22px;
    }

    .revenue_sec .cont h3 {
        font-size: 20px;
    }

    .location_form .button .btn {
        font-size: 15px;
    }

    .location_form .form-group label {
        font-size: 15px;
    }

    .location_form .grid_box {
        gap: 16px;
    }

    .location_form {
        padding: 20px 15px;
    }

    .search_filter .grid_box {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 10px;
        align-items: center;
    }

    .search_filter {
        margin-top: 24px;
    }

    .add_btnn .btn i {
        font-size: 14px;
    }

    .add_btnn .btn {
        padding: 10px 12px;
        font-size: 14px;
        gap: 3px;

    }

    .common_heading .no_wrap {
        flex-direction: row !important;
    }

    .session_table {
        min-width: 900px !important;
    }

    .Common_table .table-responsive {
        border-radius: 5px;
    }

    .Common_table h2 {
        font-size: 22px;
    }

    .Common_table .table td {
        font-size: 14px;
        padding: 15px;
    }

    .Common_table .table th {
        padding: 15px;
        font-size: 15px;

    }

    .my_container {
        padding: 20px 16px;
    }

    .breakdown_sec .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .dashboard_box .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    .common_tab .nav {
        border-radius: 4px;
    }

    .common_tab .nav-link {
        padding: 10px 15px;
        border-radius: 4px;
    }

    .common_heading .flex_box {
        flex-direction: column;
    }

    header {
        padding: 12px 16px;
    }

    .sidebar .logo img {
        height: 52px;
    }

    .sidebar .logo span {
        font-size: 24px;
    }

    .sidebar .logo {
        padding: 20px 15px 10px;
    }

    .sidebar .menu ul li a:before {
        width: 4px;
    }

    .sidebar .menu ul li a {
        font-size: 15px;

    }
}

@media (max-width: 991.98px) {

    .Active_session_table {
        min-width: 900px !important;
    }

    .back_location .common_heading .label {
        font-size: 15px;
        height: 46px;
    }

    .back_location .btn {
        font-size: 16px;
    }

    .expired_sec .box .set ul {
        gap: 8px;
        flex-direction: column;
        align-items: end;
    }

    .location_container {
        padding: 0px 20px 30px;
    }

    .back_location {
        padding: 20px;
    }

    header .location {
        gap: 8px;
    }

    .profile_sec .button {
        margin-top: 20px;
    }

    .profile_sec .button button {
        font-size: 15px;
        min-width: 140px;
    }

    .profile_sec .form-group label {
        font-size: 15px;
    }

    .revenue_sec .cont .img img {
        height: 50px;
    }

    .location_table {
        min-width: 1200px !important;
    }

    .tab_table {
        margin-top: 30px;
    }

    .pagination {
        margin: 15px 0 0;
    }

    .pagination a {
        font-size: 14px;
    }

    .Common_table {
        margin-top: 30px;
    }

    .main_sec.main .sidebar .logo {
        padding: 0 16px;
    }

    .sidebar .logo img {
        height: 50px;
    }

    .sidebar .toggle_close {
        display: block;
    }

    .sidebar .menu ul li a {
        padding: 12px 16px;
    }

    .main_sec .sidebar .logo {
        padding: 0 16px;
        justify-content: start;
    }

    .main_sec.main .sidebar ul li a span {
        display: block;
    }

    .main_sec.main .sidebar .logo span {
        display: block;
    }

    .main_sec.main {
        padding-left: 0;
    }

    .main_sec {
        padding-left: 0;
    }

    .sidebar {
        left: -400px;
    }

    .main_sec.main .sidebar {
        max-width: 300px;
        left: 0px;
    }

    /* Blocks clicks/taps/scroll on the page behind the off-canvas sidebar
       while it's open — sits above content (header z-index: 9) but below
       the sidebar itself (z-index: 99) so the sidebar stays clickable. */
    .main_sec.main .sidebar_overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 90;
    }

    .login_sec .reset {
        margin-top: 6px;
    }

    .login_sec .reset a {
        font-size: 14px;
    }

    .login_sec h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .login_sec button {
        height: 45px;
        max-width: 145px;
        margin-top: 20px;
        font-size: 16px;
    }

    .login_sec .form-select {
        height: 45px;
        padding: 0 12px;
        font-size: 14px;
    }

    .login_sec .form-group label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .login_sec .form-group .form-control {
        height: 45px;
        padding: 0 12px;
        font-size: 14px;

    }

    .login_sec .grid_box {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {

    .expired_sec .box h3 {
        padding: 0 15px;
    }

    .expired_sec .box .flex_box {
        padding: 0 15px;
    }

    .expired_sec .grid_box {
        grid-template-columns: 1fr;
    }

    .profile_sec .box {
        padding: 20px 16px;
    }

    .Revenue_report .box {
        padding: 20px;
    }

    .Revenue_report .grid_box {
        grid-template-columns: 1fr;
    }

    .search_filter .grid_box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .search_filter .form-group.one {
        grid-column: 1 / -1;
    }

    .sessions .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    .pagination {
        justify-content: center;
    }

    .Common_table .table {
        min-width: 620px;
    }

    .dashboard_box .box span {
        font-size: 15px;
    }

    .dashboard_box .box h4 {
        font-size: 20px;
    }

    .dashboard_box .box h3 {
        font-size: 15px;
    }

    .common_heading .title h2 {
        font-size: 22px;
    }

    .forget_pass .back svg path {
        fill: #ffffff;
        stroke: #ffffff;
    }

    .forget_pass .back {
        margin-bottom: 16px;
        justify-content: center;
    }

    .forget_pass .back a {
        font-size: 15px;
        color: #fff;
    }

    .forget_pass p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .login_sec button {
        max-width: 100%;
        margin-top: 16px;
        font-size: 15px;
    }

    .login_sec .reset a {
        color: #fff;
        letter-spacing: .5px;
    }

    .login_sec .form-group {
        margin-top: 12px;
    }

    .login_sec .form-group label {
        color: #fff;
        font-weight: 500;
        letter-spacing: .5px;
    }

    .login_sec h2 {
        color: #fff;
        text-align: center;
    }

    .login_sec .mobile {
        display: block;
    }

    .login_sec {
        background-image: url(../images/login-mobile.jpg);
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .login_sec .box {
        margin: auto;
        width: 100%;
        padding: 20px;
        max-width: 540px;
    }

    .login_sec .img {
        display: none;
    }

    .login_sec .grid_box {
        gap: 0;
        grid-template-columns: 1fr;
        width: 100%;
    }
    /* operator code  */
   
  .crd_table .table-responsive {
    overflow-x: hidden !important;
  }

 
  .crd_table .table-responsive .volate_table {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 0 !important;
  }

 
 .crd_table .table-responsive .volate_table thead {
    display: none !important;
  }


 .crd_table .table-responsive .volate_table tbody,
 .crd_table .table-responsive .volate_table tbody tr,
 .crd_table .table-responsive .volate_table tbody td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  
 .crd_table .table-responsive .volate_table tbody tr {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 12px 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  }

  
 .crd_table .table-responsive .volate_table tbody td {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px !important;
    border-bottom: 1px dashed #eef2f6;
    text-align: right;
     gap: 5px;
  }


  .crd_table .table-responsive .volate_table tbody td:last-child {
    border-bottom: none;
    
  }

 
  .crd_table .table-responsive .volate_table tbody td:nth-child(1)::before { content: "Missing Status"; }
 .crd_table .table-responsive .volate_table tbody td:nth-child(2)::before { content: "Vehicle"; }
 .crd_table .table-responsive .volate_table tbody td:nth-child(3)::before { content: "Action"; }


  .crd_table .table-responsive .volate_table tbody td::before {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.85rem;
    text-align: left;
    margin-right: 8px;
  }
 .crd_table  .paid {
    min-width: 120px !important;
    width: auto !important;
    display: block;
    text-align: center;
}

}

@media (max-width: 575.98px) {

    .back_location .common_heading .flex_box {
        align-items: inherit;
    }

    .profile_sec .grid_box {
        grid-template-columns: 1fr;
    }

    .revenue_sec .total {
        text-align: end;
    }

    .revenue_sec .flex_box {
        gap: 18px;
        flex-direction: column;
    }

    .add_btnn .btn {
        width: max-content;
    }

    .common_heading .no_wrap {
        flex-direction: column !important;
    }

    .common_tab .nav {
        max-width: inherit;
    }

    .location_form .grid_box {
        grid-template-columns: 1fr;
    }

    .search_filter .form-group button {
        width: 35px;
        padding: 0;
    }

    .search_filter .form-group button img {
        height: 15px;
    }

    .search_filter .form-group .form-control {
        height: 45px;
        font-size: 14px;
        padding: 0 12px 0 30px;
    }

    .search_filter .form-group .form-select {
        padding-left: 28px;
    }

    .search_filter .form-group span {
        top: 16px;
        left: 8px;
    }

    .search_filter .form-group span i {
        font-size: 15px;
    }

    .search_filter .form-select {
        font-size: 14px;
        height: 45px;

    }

    .forget_pass p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .search_filter .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    .common_tab .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }

    .dashboard_box .grid_box {
        grid-template-columns: 1fr;
    }

    .breakdown_sec .grid_box {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .breakdown_sec .box {
        padding: 14px 16px;
    }

    .breakdown_sec .box h3 {
        font-size: 13px;
    }

    .breakdown_sec .box span {
        font-size: 15px;
    }
}

/* ===================================================================
   MARKETING-SITE AUTH PAGE (from the PHP create-account reference) —
   not currently wired to any view. driver/register.ejs today builds on
   .login_sec/authShellOpen.ejs instead, so nothing above uses these
   classes yet. Kept under the same names as the source file in case
   the driver auth pages get rebuilt against this design.
   =================================================================== */
.auth-page-light {
  min-height: 100vh;
  background: #fff;
  color: #000;
}

.auth-shell {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.auth-panel-brand {
  height: 100%;
  background-color: #4a4af6;
  /* Source file pointed at admin-bakrround.png, which doesn't exist in this
     project — reusing the existing login.jpg asset instead. */
  background-image: url('../images/login.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.auth-panel-form {
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  padding: 40px 90px;
}

.auth-form-inner {
  width: 100%;
  max-width: 448px;
  margin: auto 0;
}

.auth-form-inner h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
}

.auth-form-inner .auth-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #595959;
  margin-top: 8px;
}

.auth-form {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.auth-form .form-field {
  margin-top: 24px;
}

.auth-form .form-field:first-child {
  margin-top: 0;
}

.auth-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.auth-form .form-row:first-child {
  margin-top: 0;
}

.auth-form .form-row .form-field {
  margin-top: 0;
}

.auth-form .form-field label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.auth-form .form-field input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 0 20px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.auth-form .form-field input::placeholder {
  color: #494848;
}

.auth-form .form-field input:focus {
  outline: none;
  border-color: #4a4af6;
}

.auth-form .password-field {
  position: relative;
}

.auth-form .password-field input {
  padding-right: 46px;
}

.auth-form .toggle-password {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.auth-forgot {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #4a4af6;
  text-decoration: none;
}

.auth-submit-btn {
  margin-top: 20px;
  width: 183px;
  height: 50px;
  border-radius: 5px;
  background: #4a4af6;
  color: #fff;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s ease;
}

.auth-submit-btn:hover {
  opacity: .9;
}

.auth-submit-btn-wide {
  width: 220px;
}

.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4a4af6;
  text-decoration: none;
}

.auth-signup {
  text-align: center;
  margin-top: 56px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
}

.auth-signup a {
  color: #4a4af6;
  text-decoration: none;
}

.auth-submit-btn-full {
  width: 100%;
}

/* Country code picker (flag trigger + searchable dropdown) — shared by
   register, and the driver/admin profile pages so the phone field looks and
   behaves identically everywhere it appears. No longer scoped to .auth-form:
   it was originally register-only, but is now reused outside auth forms too. */
.phone-field {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.phone-field input {
  flex: 1;
  min-width: 0;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 0 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.phone-field input::placeholder {
  color: #494848;
}

.phone-field input:focus {
  outline: none;
  border-color: #4a4af6;
}

.country-code-picker {
  position: relative;
  flex-shrink: 0;
}

.cc-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  padding: 0 12px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.country-code-picker.open .cc-trigger,
.cc-trigger:focus {
  outline: none;
  border-color: #4a4af6;
}

.cc-trigger .cc-flag {
  font-size: 16px;
  line-height: 1;
}

.cc-trigger .cc-caret {
  flex-shrink: 0;
}

.country-code-picker .cc-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
  z-index: 20;
  overflow: hidden;
}

.country-code-picker.open .cc-dropdown {
  display: block;
}

.cc-search-wrap {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.cc-search {
  width: 100%;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
}

.cc-search:focus {
  outline: none;
  border-color: #4a4af6;
}

.cc-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 220px;
  overflow-y: auto;
}

.cc-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
}

.cc-option:hover {
  background: #f2f3ff;
}

.cc-option .cc-flag {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.cc-option .cc-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-option .cc-code {
  flex-shrink: 0;
  color: #595959;
  font-size: 13px;
}

.auth-legal-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #595959;
  margin-top: 20px;
}

.auth-legal-text a {
  color: #4a4af6;
  text-decoration: none;
}

.auth-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.auth-checkbox input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #4a4af6;
  flex-shrink: 0;
  cursor: pointer;
}

.auth-checkbox a {
  color: #4a4af6;
  text-decoration: none;
}

/* Mobile-only single-card login (shown below the split-screen breakpoint) —
   from the source file, unused here: driver pages make .auth-shell itself
   responsive (below) instead of duplicating the whole form for mobile. */
.auth-mobile-card {
  display: none;
  background-image: url('../images/MOB-AMDIN.png');
}

.auth-mobile-logo {
  display: none;
  text-align: center;
  margin-bottom: 24px;
}

.auth-mobile-logo img {
  height: 45px;
  margin: 0 auto;
}



@media (max-width: 900px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-panel-brand {
    display: none;
  }

  .auth-panel-form {
    justify-content: center;
    padding: 40px 24px;
  }

  .auth-mobile-logo {
    display: block;
  }

  .auth-page-light {
    background-image: url('../images/login-mobile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .auth-form-inner h1,
  .auth-form .form-field label,
  .auth-checkbox,
  .auth-signup {
    color: #fff;
  }

  .auth-form-inner .auth-subtitle {
    color: #e5e7f7;
  }

  .auth-forgot,
  .auth-signup a,
  .auth-checkbox a {
    color: #fff;
  }
}

/* iOS Safari auto-zooms into any form field whose font-size is under 16px and
   never zooms back out. Bump form controls to 16px on touch devices only -
   desktop keeps the original sizing. */
@media (hover: none) and (pointer: coarse) {

  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]),
  select,
  textarea,
  .form-control,
  .form-select {
    font-size: 16px !important;
  }

  input[type="date"]::-webkit-date-and-time-value,
  input[type="time"]::-webkit-date-and-time-value,
  input[type="datetime-local"]::-webkit-date-and-time-value {
    font-size: 16px !important;
  }
}
/* ── Two-factor login steps (admin login) ─────────────────────────────────
   Step 2/3 of the sign-in flow. Reuses .login_sec's button/form-control
   styling; these classes only cover what the base login form has no
   equivalent for — a secondary button, the GIS button host, and the
   hint/back links under it. */

.login_sec button.twofa_secondary {
    background: #fff;
    color: #1F2937;
    border: 1px solid #D7D7D7;
    margin-top: 12px;
}

.login_sec .twofa_google_host {
    margin-top: 16px;
    /* GIS renders a fixed-width iframe button — keep it on the same left edge
       as the buttons above instead of centering it in the column. */
    display: flex;
    justify-content: flex-start;
}

.login_sec .twofa_hint {
    margin-top: 18px;
    font-size: 14px;
    color: #6B7280;
    font-family: Roboto;
}

.login_sec .twofa_hint a {
    color: #4A4AF6;
    text-decoration: none;
    font-weight: 500;
}

.login_sec .twofa_back {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #6B7280;
    text-decoration: none;
    font-family: Roboto;
}

.login_sec .twofa_back:hover {
    color: #4A4AF6;
}

/* The code field reads as a code: wide tracking, centered, monospace-ish. */
.login_sec #otpInput {
    letter-spacing: 8px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

/* ── Scheduled retrieval ("leave in 5/10/15 minutes") ──────────────────
   Shared by the Operations board and the Sessions table. The vehicle stays
   parked and the session keeps billing until the countdown reaches zero and
   the server-side sweeper sends the real retrieval request. */
.sched_countdown {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 6px;
    padding: 3px 9px;
    border-radius: 12px;
    background: #EFF6FF;
    color: #1D4ED8;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.sched_modal_backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 23, 42, .45);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.sched_modal {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 18px;
    padding: 26px 22px 22px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
}

.sched_modal_close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: none;
    font-size: 20px;
    line-height: 1;
    color: #64748B;
    cursor: pointer;
}

.sched_modal_icon { font-size: 30px; color: #2563EB; margin-bottom: 10px; }
.sched_modal h4 { font-size: 17px; font-weight: 700; color: #0F172A; margin: 0 0 6px; }
.sched_modal p.sched_modal_sub { font-size: 13px; color: #64748B; margin: 0 0 16px; }

.sched_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 4px;
    border: 0;
    border-top: 1px solid #E2E8F0;
    background: none;
    font-size: 14px;
    color: #0F172A;
    cursor: pointer;
}
.sched_option:last-child { border-bottom: 1px solid #E2E8F0; }

/* Radio dot — filled blue when that option is the current choice. */
.sched_radio {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #CBD5E1;
    flex: 0 0 auto;
}
.sched_option.selected .sched_radio {
    border-color: #2563EB;
    background: radial-gradient(circle, #2563EB 45%, #fff 48%);
}

.sched_confirm_btn {
    width: 100%;
    margin-top: 18px;
    padding: 13px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #3B82F6 0%, #1E3AF0 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
