@font-face {
    font-family: 'Display';
    font-style: normal;
    font-weight: 400;
    src: local('Display'), local('Display'), url('../fonts/Display.ttf') format('ttf');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
} 

body, html {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #5f5fcf;
  background:#E0F7FF;
}
 
.carousel-indicators li,
.popover-title,
.popover,
.tooltip-inner,
.modal-content,
.well-lg,
.well-sm,
.well-xs,
.well,
.panel-group .panel,
.panel,
.progress,
.alert,
.thumbnail,
.container .jumbotron,
.container-fluid .jumbotron,
.badge,
.label,
.pager li > a,
.pager li > span,
.pagination,
.breadcrumb,
.navbar-toggle,
.nav-tabs-justified > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a,
.nav-tabs > li > a,
.input-group-addon.input-lg, 
.input-group-addon.input-sm,
.input-group-addon.input-xs,
.input-group-addon,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.dropdown-menu,
.btn-xs,
.btn-group-xs > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-lg,
.btn-group-lg > .btn,
.btn-link,
.btn,
.form-group-lg .form-control,
.input-lg,
.form-group-sm .form-control,
.form-control,
.input-sm,
pre, 
kbd,
code,
.img-circle,
.img-thumbnail,
.img-rounded {
  border-radius: 0px;
}
 
#lang-select {
    width: 100% !important;
    height: 28px; 
    background: white url(../img/icons/locale.svg) no-repeat 0px left;
     background-size: 20px 20px; 
}
.p-0{padding:0!important}
.pl-0{padding-left:0!important}
.pr-0{padding-right:0!important}
.pt-0{padding-top:0!important}
.pb-0{padding-bottom:0!important}
.p-1{padding:.3em !important}
.pl-1{padding-left:.3em !important}
.pr-1{padding-right:.3em !important}
.pt-1{padding-top:.3em !important}
.pb-1{padding-bottom:.3em !important}
.m-0{margin:0!important}
.ml-0{margin-left:0!important}
.mr-0{margin-right:0!important}
.mt-0{margin-top:0!important}
.mb-0{margin-bottom:0!important}
.m-1{margin:.3em !important}
.ml-1{margin-left:.3em !important}
.mr-1{margin-right:.3em !important}
.mt-1{margin-top:.3em !important}
.mb-1{margin-bottom:.3em !important}

.table {
    min-width: 100%;
}
.table th,
.table thead td {
    vertical-align: bottom;
}
table thead, table tfoot {
    background: #e0f7ff!important; 
    color:#5f5fcf;
}

table tbody tr.selected {
  background-color: #D0D0D0 !important;
}

.dataTables_wrapper table h1 {text-align:center;}
.dataTables_paginate .pagination>li>a, .pagination>li>span{padding:5px 10px!important; font-size:13px}
div.dt-button-collection{
    margin:0;
    padding:0; 
    max-width: 185px;
    border: 1px solid rgba(0,0,0,0.4); 
    z-index: 2002;
    border-radius: 5px; 
}
div.dt-button-collection > .dropdown-menu {
    position: static;
    visibility: visible;
    opacity:1;
    padding: 0;
     -webkit-transform: scaleY(1); 
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
div.dt-button-collection > .dropdown-menu>li>a:hover, 
div.dt-button-collection > .dropdown-menu>li>a:focus {
    background: #E0F7FF;
    color: #000000;
}

  
/*PANEL SYTLE*/
.panel{border:0;}
.panel-heading {
    border-radius:0;
    background: #ffffff !important;
    color: #5f5fcf !important;
}
.panel-heading h3,
.modal-header h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}



/*--- back to top ---*/
#toTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.back-top {
    background-color: #5f5fcf;
    border: 1px solid #eee;
    padding: 7px 9px;
    height: 34px;
    width: 34px;
    border-radius: 0% !important;
    color: #fff;
}
.back-top:hover {
    background-color: #333;
    color: #fff;
}
@media (min-width: 768px) {
    #toTop {
        right: 30px;
    }
}


/*Display Style*/
#fullscreen {
    width: 100%;
    height: 100%;
}
.queue {
    font-family: 'Display';
    position: relative;
    height: 120px;
    z-index: 1;
    background: #e3e3e3;
}
.queue .token {
    padding: 0px;
    margin: 0px;
}
.queue.active {
    background: #222222!important;
    color: white!important;
}
.queue.active:after {
    display: none;
}
.queue-box {
    float: left;
    margin: 0 2px;
    font-family: 'Display';
}
.queue-box-status {
    width: 120px !important;
}
.queue-box-element {
    width: 11%;
    /*max-width: 20%;*/
    display: inline-block
}
.queue-box .deprt {
    color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #222222;
}
.queue-box-status .item {
    margin: 0px;
    height: 118px;
    font-size:16px;
    font-weight:bolder;
}
.queue2 {
    width: 100%;
    height: 118px;
    padding:5px 0;
    float: left;
    z-index: 1;
    position: relative;
    background: #5f5fcf;
    color: #fff;
    border: 1px solid #222222;
}
.queue2 .title {
    padding: 0px;
    margin: 0 0 0 5px;
    font-size: 28px;
}
.queue2.active {
    background: #222222!important;
    color: white!important;
}
.queue2.active:after {
    display: none;
}


/*select2 custom*/
.select2{width:100%!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
.has-error .select2-container--default .select2-selection--single{
    border-color: #a94442
}

.mg-btm {
    margin-bottom: 20px;
}
@media print {
    .no-print {
        display: none;
    }
    body.modalprinter * {
        visibility: hidden;
    }
    body.modalprinter .modal-dialog.focused {
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }
    body.modalprinter .modal-dialog.focused .modal-content {
        border-width: 0;
    }
    body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body * {
        visibility: visible;
        width: 100%;
    }
    body.modalprinter .modal-dialog.focused .modal-content .modal-header,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body {
        padding: 0;
        width: 100%;
    }
    body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title {
        margin-bottom: 20px;
    }
    .dl-horizontal dt {
        float: left;
        width: 280px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 300px;
    }
}

/*header title*/
.cm-navbar h1{font-size:24px}
/* customize menu */
#cm-menu li.cm-submenu ul {display:none;position:relative;}
#cm-menu li.open ul {display:block;}
.cm-menu-toggled #cm-menu .cm-submenu ul{
    display: none;
}
.cm-menu-toggled #cm-menu  li.cm-submenu.open{
    border-left:3px solid #5f5fcf;
    color: #333;
}
.cm-menu-toggled #cm-menu .cm-submenu ul li a{
    width: 8ch;
    overflow: hidden;
    padding:10px;
}
.cm-menu-items a {
    font-size: 16px; /*  Change this size as needed */
}

/* Sidebar collapse styles */
body.sidebar-collapsed #cm-menu {
    width: 60px !important;
    transition: width 0.3s cubic-bezier(.4,0,.2,1);
}
body.sidebar-collapsed #cm-menu .sidebar-user-info span {
    display: none;
}
body.sidebar-collapsed #cm-menu .cm-menu-items a {
    font-size: 0;
    transition: font-size 0.2s;
}
body.sidebar-collapsed #cm-menu .cm-menu-items i.fa {
    font-size: 1.3rem;
}
body.sidebar-collapsed #cm-menu .cm-menu-items li > a {
    padding: 12px 10px;
    justify-content: center;
}

/* Sidebar submenu animation */
.cm-submenu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
}
.cm-submenu.open ul {
    max-height: 500px;
}

/* Sidebar active state */
.cm-menu-items li.active > a,
.cm-menu-items li > a:hover {
    background: #5f5fcf;
    color: #fff !important;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

/* Sidebar user info modern look */
.sidebar-user-info {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    transition: background 0.2s;
}
.sidebar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #5f5fcf;
    transition: border-color 0.2s;
}
.sidebar-user-info span {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

/* Custom scrollbar for sidebar */
#cm-menu #cm-menu-scroller {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #5f5fcf #f8f9fa;
}
#cm-menu #cm-menu-scroller::-webkit-scrollbar {
    width: 6px;
    background: #f8f9fa;
}
#cm-menu #cm-menu-scroller::-webkit-scrollbar-thumb {
    background: #5f5fcf;
    border-radius: 3px;
}

/* Navbar avatar improvements */
.navbar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.3);
    transition: border-color 0.2s ease;
}
.navbar-user-dropdown:hover .navbar-avatar {
    border-color: #f1c40f;
}

/* Navbar dropdown accessibility focus */
.navbar-dropdown:focus {
    outline: 2px solid #5f5fcf;
    outline-offset: 2px;
}

/* Responsive sidebar toggle */
@media (max-width: 900px) {
    #cm-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 2001;
        background: #fff;
        box-shadow: 2px 0 12px rgba(25,118,210,0.08);
        transition: transform 0.3s cubic-bezier(.4,0,.2,1);
        transform: translateX(-100%);
    }
    body.sidebar-collapsed #cm-menu {
        transform: translateX(0);
        width: 220px !important;
    }
    .main-navbar {
        z-index: 2100;
    }
}

/* ===== IMPROVED NAVBAR STYLES ===== */

/* Main Navbar Container */
.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5f5fcf !important;
    height: 64px;
    padding: 0 32px;
    font-family: 'Poppins', Arial, sans-serif;
    box-shadow: 0 2px 12px rgba(46,166,223,0.10);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
    white-space: nowrap;
}

.main-navbar::-webkit-scrollbar {
    height: 6px;
    background: #5f5fcf;
}
.main-navbar::-webkit-scrollbar-thumb {
    background: #5f5fcf;
    border-radius: 3px;
}

/* Navbar Left Section */
.main-navbar .navbar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-navbar .navbar-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.navbar-logo-img {
    width: 220px !important;
    height: 60px !important;
    object-fit: contain;
}

/* SIDEBAR LOGO */
.cm-logo img {
    width: 240px !important;
    height: 60px !important;
    object-fit: contain;
}
.main-navbar .navbar-menu-btn {
    margin-left: 15px !important;   /* Small gap between logo and button */
    margin-right: 10px;
    background: #fff;
    border: none;
    color: #2ea6df;
    font-size: 2.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 55px;
    height: 60px;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(46,166,223,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.main-navbar .navbar-menu-btn.active,
.main-navbar .navbar-menu-btn:focus,
.main-navbar .navbar-menu-btn:hover {
    background: #e3f3fa;
    color: #5f5fcf;
    outline: none;
    box-shadow: 0 4px 16px rgba(46,166,223,0.18);
}

.main-navbar .navbar-title {
    font-size: 2.2rem !important;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    margin-left: 100px !important;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

/* Navbar Right Section */
.main-navbar .navbar-right {
    display: flex;
    align-items: center;
    gap: 8px; /* Decreased from 22px or 20px */
    justify-content: flex-end;
}

/* Notification Icon */
.main-navbar .navbar-icon {
    color: #fff;
    font-size: 2.0rem;
    position: relative;
    cursor: pointer;
    transition: color 0.2s;
}
.main-navbar .navbar-icon:hover,
.main-navbar .navbar-icon:focus {
    color: #f1c40f;
    outline: none;
}

.main-navbar .navbar-notification {
    position: relative;
    display: flex;
    align-items: center;
}

/* Notification Badge */
.navbar-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #bc5048;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 8px;
    padding: 0 5px;
    font-weight: 700;
}

/* Language Dropdown */
.main-navbar .navbar-lang {
    background: #f44336;
    color: #fff;
    font-size: 0.95rem;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 700;
    margin-left: 2px;
}

/* User Dropdown */
.main-navbar .navbar-user-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.main-navbar .navbar-user-dropdown:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.main-navbar .navbar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.3);
    transition: border-color 0.2s ease;
}

.main-navbar .navbar-user-dropdown:hover .navbar-avatar {
    border-color: #f1c40f;
}

.main-navbar .navbar-username {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

/* Dropdown Menus */
.navbar-notification-menu,
.navbar-lang-menu,
.navbar-dropdown-menu {
    display: none;
    position: relative;
    right: 0;
    top: 50px;
    background: #fff;
    color: #333;
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(52,152,219,0.2);
   
    z-index: 1000;
    animation: slideDown 0.3s ease;
    border: 1px solid rgba(52,152,219,0.1);
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-notification-dropdown:hover .navbar-notification-menu,
.navbar-lang-dropdown:hover .navbar-lang-menu,
.navbar-user-dropdown:hover .navbar-dropdown-menu {
    display: block;
}

.navbar-notification-menu li,
.navbar-lang-menu li,
.navbar-dropdown-menu li {
    border-bottom: 1px solid #0a0505;
    transition: background 0.2s ease;
}

.navbar-notification-menu li:last-child,
.navbar-lang-menu li:last-child,
.navbar-dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-notification-menu li:hover,
.navbar-lang-menu li:hover,
.navbar-dropdown-menu li:hover {
    background: #f8f9fa;
}

.navbar-notification-menu a,
.navbar-lang-menu a,
.navbar-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.navbar-notification-menu a:hover,
.navbar-lang-menu a:hover,
.navbar-dropdown-menu a:hover {
    background: #f5faff;
    color: #2196f3;
    transform: translateX(5px);
}

/* Mobile Drawer */
.navbar-mobile-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff;
    z-index: 2000;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 4px 0 20px rgba(52,152,219,0.2);
}

.navbar-mobile-drawer.open {
    transform: translateX(0);
}

.drawer-content {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
}

.drawer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: rgba(255,255,255,0.1);
}

.drawer-link:hover, 
.drawer-link.active {
    background: rgba(255,255,255,0.2);
    color: #f1c40f;
    transform: translateX(5px);
}

.navbar-mobile-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1999;
    opacity: 0;
    transition: opacity 0.3s;
    backdrop-filter: blur(5px);
}

.navbar-mobile-backdrop.open {
    display: block;
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 900px) {
    .main-navbar {
        padding: 0 8px;
        height: 56px;
    }
    .navbar-title {
        font-size: 1.1rem;
        margin-left: 12px;
    }
    .navbar-logo-img {
        width: 90px;
        height: 32px;
    }
    .navbar-menu-btn {
        width: 36px;
        height: 36px;
        font-size: 1.3rem;
        margin-left: 10px;
    }
    .navbar-right {
        gap: 10px;
    }
}
    .navbar-title {
        font-size: 1.1rem;
    }
    .navbar-logo-img {
        width: 80px;
        height: 36px;
    }
/* Sticky Navbar */
.navbar-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* Responsive Design */
@media (max-width: 900px) {

.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5f5fcf;
    height: 70px;
    padding: 0 20px;
    font-family: 'Poppins', Arial, sans-serif;
    box-shadow: 0 2px 12px rgba(46,166,223,0.10);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* === LEFT SECTION (Logo + Button) === */
.main-navbar .navbar-left {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0; /* Far left */
}

/* === LOGO === */
.main-navbar .navbar-logo-link {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.main-navbar .navbar-logo-img {
    width: 60px !important;    /* Changed from 300px or 250px to 60px */
    height: 60px !important;   /* Set height to 60px for a square logo */
    object-fit: contain;
    margin: 0 !important;      /* Remove any margin around the logo */
    padding: 0 !important;
    display: block;
}

.main-navbar .navbar-left {
    width: 60px !important;    /* Changed from 915.08px or auto to 60px */
    min-width: 60px !important;
    max-width: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 !important;         /* Remove gap between logo and title */
}

.main-navbar .navbar-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* === PRIMARY BUTTON (next to logo) === */
.main-navbar .btn.btn-primary {
    width: 60px !important;
    height: 60px !important;
    margin-left: 0px;
    margin-right: 0;
    background: #ffffff !important;
    border: 2px solid #5f5fcf !important;
    color: #5f5fcf !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.main-navbar .btn.btn-primary:hover,
.main-navbar .btn.btn-primary:focus,
.main-navbar .btn.btn-primary.active {
    background: #5f5fcf !important;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.25);
    outline: none;
}

/* === RIGHT SECTION === */
.main-navbar .navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-right: 20px;
}

/* === Responsive Adjustments === */
@media (max-width: 900px) {
    .main-navbar {
        padding: 0 12px;
        height: 64px;
    }

    .main-navbar .navbar-logo-img {
        width: 160px !important;
        height: 50px !important;
    }

    .main-navbar .btn.btn-primary {
        width: 48px !important;
        height: 48px !important;
        font-size: 1.2rem;
        margin-left: 10px;
    }

    .main-navbar .navbar-left {
        margin-left: 0;
    }

    .main-navbar .navbar-right {
        margin-right: 10px;
        gap: 10px;
    }
}
}

/* Navbar Dropdown Improvements */
.navbar-right {
    display: flex;
    align-items: center;
    gap: 8px; /* Decreased from 28px */
    padding-right: 16px;
}

.navbar-dropdown {
    position: relative;
    cursor: pointer;
}

.navbar-dropdown-menu {
    min-width: 240px;
    background: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(52,152,219,0.18);
    border: 1px solid #e0e0e0;
    padding: 0;
    margin-top: 12px;
    overflow: hidden;
    z-index: 1001;
    animation: slideDown 0.2s ease;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px);}
    to   { opacity: 1; transform: translateY(0);}
}

.navbar-dropdown.open .navbar-dropdown-menu {
    display: block;
}

.navbar-dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
    padding: 0;
}

.navbar-dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-dropdown-menu a,
.navbar-dropdown-menu button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.navbar-dropdown-menu a:hover,
.navbar-dropdown-menu button:hover,
.navbar-dropdown-menu .active {
    background: #5f5fcf;
    color: #5f5fcf;
}

.navbar-dropdown-menu .dropdown-header {
    background: #5f5fcf;
    color: #fff;
    font-weight: 700;
    padding: 14px 22px;
    font-size: 1.08rem;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-dropdown-menu .dropdown-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0 10px 0;
    background: #f7fafd;
}

.navbar-dropdown-menu .dropdown-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    border: 2px solid #5f5fcf;
}

.navbar-dropdown-menu .dropdown-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.navbar-dropdown-menu .dropdown-role {
    background: #43a047;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 8px;
    font-weight: 600;
    display: inline-block;
}

.navbar-dropdown-menu .dropdown-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0;
    border: none;
}
.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #0d47a1; /* Dark blue */
    height: 100vh;
    width: 220px;
    overflow-y: auto;
    font-family: 'Segoe UI', sans-serif;
}

.sidebar-menu {
    background: linear-gradient(135deg, #f8faff 80%, #e6eaff 100%);
    box-shadow: 2px 0 12px rgba(95,95,207,0.04);
    border-radius: 16px 0 0 16px;
    padding: 18px 0;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
}
.sidebar-menu::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    border-radius: 8px;
    background: linear-gradient(180deg, #5f5fcf 0%, #2ea6df 100%);
    opacity: 0.18;
    z-index: 0;
}

.sidebar-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Main list items */
.sidebar-menu li > a {
    display: flex;
    align-items: center;
    padding: 8px 22px;
    text-decoration: none;
    color: #333;
    font-size: 1.08rem;
    font-weight: 500;
    border-radius: 7px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    gap: 13px;
    position: relative;
    justify-content: flex-start;
}

/* Submenu container: only this is indented */
.sidebar-menu .submenu {
    display: none;
    flex-direction: column;
    padding-left: 32px; /* Indent all submenu items as a group */
    border-left: 2px solid #e0e0e0;
    background: none;
    margin-left: 0;
}

/* Submenu items: NO extra left padding */
.sidebar-menu .submenu li > a {
    display: flex;
    align-items: center;
    padding: 8px 0; /* No left/right padding, inherits from .submenu */
    color: #333;
    font-size: 1.08rem;
    font-weight: 500;
    border-radius: 7px;
    background: none;
    gap: 13px;
    justify-content: flex-start;
    position: relative;
}

.sidebar-menu .submenu li > a:hover,
.sidebar-menu .submenu li.active > a {
    background: #e6eaff;
    color: #5f5fcf;
}

/* Caret icon for submenu */
.sidebar-menu .has-submenu > a::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 0.9em;
    transition: transform 0.2s;
}
.sidebar-menu .has-submenu.open > a::after {
    transform: rotate(180deg);
}

.sidebar-menu li a:hover,
.sidebar-menu li.active > a {
    background-color: #1565c0;
}

.sidebar-menu li a i {
    font-size: 25px;
    width: 22px;
    text-align: center;
    margin-right: 15px;
    color: #fff;
}

.sidebar-menu li a span {
    flex: 1;
    color: #fff;
}

.sidebar-menu .sidebar-heading {
    font-size: 0.93rem;
    color: #7a7a9d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 18px 24px 6px 32px;
    font-weight: 700;
    background: none;
    border: none;
    margin-top: 12px;
    margin-bottom: 2px;
}

.sidebar-menu .submenu {
    display: none;
    flex-direction: column;
    margin-left: 18px;
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
}
.sidebar-menu .has-submenu.open > .submenu {
    display: flex;
}
.sidebar-menu .has-submenu > a::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 0.9em;
    transition: transform 0.2s;
}
.sidebar-menu .has-submenu.open > a::after {
    transform: rotate(180deg);
}

.sidebar-menu .sidebar-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 24px 12px 24px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(95,95,207,0.06);
}
.sidebar-menu .sidebar-profile img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #5f5fcf;
}
.sidebar-menu .sidebar-profile .profile-info {
    display: flex;
    flex-direction: column;
}
.sidebar-menu .sidebar-profile .profile-info .name {
    font-weight: 600;
    color: #222;
    font-size: 1.08rem;
}
.sidebar-menu .sidebar-profile .profile-info .role {
    color: #5f5fcf;
    font-size: 0.95rem;
    font-weight: 500;
}

.sidebar-menu .sidebar-logout {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding: 0 24px;
}
.sidebar-menu .sidebar-logout .btn {
    width: 100%;
    background: #fff;
    color: #e74c3c;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 0;
    transition: background 0.2s, color 0.2s;
}
.sidebar-menu .sidebar-logout .btn:hover {
    background: #e74c3c;
    color: #fff;
}

.cm-menu-items li > a, .sidebar-menu li a {
  font-weight: normal !important;
  color: #333;
  font-size: 1.25rem;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.cm-menu-items li > a .sidebar-label, .sidebar-menu li a span {
  font-weight: normal !important;
  color: #333;
  font-size: 1.5rem; 
}
.cm-menu-items li > a .sidebar-icon, .sidebar-menu li a i {
  font-size: 1.25rem;
  color: #5f5fcf;
}
.cm-menu-items li > a:hover, .cm-menu-items li.active > a, .sidebar-menu li a:hover, .sidebar-menu li.active > a {
  background: #e3f0ff;
  color: #5f5fcf !important;
}
.cm-menu-items li > a:hover .sidebar-label, .cm-menu-items li.active > a .sidebar-label, .sidebar-menu li a:hover span, .sidebar-menu li.active > a span {
  color: #5f5fcf !important;
}
.cm-menu-items li > a:hover .sidebar-icon, .cm-menu-items li.active > a .sidebar-icon, .sidebar-menu li a:hover i, .sidebar-menu li.active > a i {
  color: #5f5fcf !important;
}
.cm-menu-items li > a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#cm-menu {
  margin-right: 8px;
  margin-bottom: 8px;
}
.cm-navbar {
    text-align: left; /* force left alignment */
}
.navbar-logo-link {
    position: relative;
    left: 0;
}
.navbar-dropdown.open > .navbar-icon {
    color: #5f5fcf !important;
    background: #e3f0ff;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.navbar-dropdown.open > .navbar-icon[title="Language"] {
    color: #5f5fcf !important;
    background: #e3f0ff;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

#cm-menu,
.sidebar-menu {
    width: 200px;
}

.cm-menu-items li, .sidebar-menu li {
    margin-bottom: 0px !important;
}
.cm-menu-items li > a,
.sidebar-menu li a,
.cm-menu-items li ul li > a,
.sidebar-menu li ul li a {
    justify-content: flex-start;
}
.cm-menu-items li > a .sidebar-label,
.cm-menu-items li ul li > a .sidebar-label,
.sidebar-menu li a span,
.sidebar-menu li ul li a span {
    text-align: left !important;
    width: 100%;
}
.cm-menu-items li > a i,
.sidebar-menu li a i,
.cm-menu-items li ul li > a i,
.sidebar-menu li ul li a i {
    margin-right: 8px !important;
    font-size: 1.25rem !important;
}
.cm-menu-items li:first-child > a {
    padding-left: 10px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.cm-menu-items li:first-child > a i {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.cm-menu-items li,
.sidebar-menu li {
    margin-bottom: 0px !important;
}

.main-navbar {
    height: 64px !important;
}
.main-navbar .navbar-logo-img {
    height: 54px !important;
    width: 210px !important;
}
.main-navbar .navbar-icon {
    font-size: 2.0rem !important;
    color: #222 !important;
}

#cm-menu-content, #cm-menu-items-wrapper, .cm-menu-items {
    margin-top: 5px !important;
}

#cm-menu-items-wrapper {
    width: 261px !important;
    min-width: 261px !important;
    max-width: 286px !important;
    height: auto !important;
    overflow: hidden;
}

#cm-menu {
    width: 261px !important;
    min-width: 261px !important;
    max-width: 286px !important;
}

.cm-menu-items {
    width: 100% !important;
    min-width: 261px !important;
    max-width: 286px !important;
}
li.cm-submenu {
    min-height: 45px !important;
    max-height: 45px !important;
    height: 45px !important;
}

.cm-menu-items li ul li > a,
.sidebar-menu li ul li > a {
    min-height: 45px !important;
    max-height: 45px !important;
    height: 45px !important;
}

.cm-flex {
    width: 60px !important;
    height: 60px !important;
}
.cm-logo {
    width: 60px !important;
    height: 60px !important;
}
.cm-navbar .cm-logo img {
    width: 100% !important;
    height: 60px !important;
    object-fit: contain !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.cm-menu-items li.active,
.sidebar-menu li.active {
    min-height: 45px !important;
    max-height: 45px !important;
    height: 45px !important;
}

.cm-menu-items li ul li > a .sidebar-label {
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    display: block;
}

.cm-menu-items li.department > a .sidebar-label {
  margin-left: 30px !important;
}

.navbar-dropdown-menu.display-dropdown-menu {
    min-width: 270px;
    background: #fff;
    color: #222;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(52,152,219,0.18);
    border: 1px solid #e0e0e0;
    padding: 0;
    margin-top: 12px;
    overflow: hidden;
    z-index: 1001;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
}
.navbar-dropdown.open .display-dropdown-menu {
    display: block;
}
.display-dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
    padding: 0;
}
.display-dropdown-menu li:last-child {
    border-bottom: none;
}
.display-dropdown-menu a {
    display: block;
    padding: 12px 18px;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    background: none;
    transition: background 0.2s, color 0.2s;
}
.display-dropdown-menu li:hover > a,
.display-dropdown-menu li.active > a {
    background: #5f5fcf;
    color: #fff;
}
.navbar-dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}

.navbar-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 220px;
    z-index: 9999;
    display: none;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
    border-radius: 4px;
}

.navbar-dropdown-menu li {
    list-style: none;
}

.navbar-dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.navbar-dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

.navbar-dropdown-menu li.active a {
    background-color: #5f5fcf;
    color: #fff;
}

.main-navbar {
    background: #fff !important;
}

.main-navbar .navbar-title {
    color: #222 !important;
    margin-left: 2px !important;
    padding-left: 0 !important;
}

.main-navbar .navbar-logo-link {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    display: flex !important;
}

.main-navbar .navbar-logo-img {
    width: 300px !important;
    height: 60px !important;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

.container, .container-fluid, .panel {
    border-radius: 18px !important;
    overflow: hidden;
}

.dashboard-stat, .dashboard-card, .stat-card, .stat-box, .info-box, .panel-info, .panel-primary, .panel-success, .panel-warning, .panel-danger {
    border-radius: 16px !important;
    overflow: hidden;
    border: none !important;
}

.panel-primary {
    margin-top: 0 !important;
}

.container-fluid {
    padding-top: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 0 !important;
}

/* Ensure navbar dropdown menus show when .open is present */
.navbar-dropdown.open > .navbar-dropdown-menu {
    display: block !important;
    z-index: 9999;
}

@media (max-width: 900px) {
    .sidebar-menu {
        position: fixed;
        left: -260px;
        top: 0;
        width: 220px;
        height: 100vh;
        z-index: 2001;
        transition: left 0.3s;
        border-radius: 0 16px 16px 0;
    }
    .sidebar-menu.open {
        left: 0;
    }
}

/* For all navbar dropdowns */
.navbar-dropdown-menu a:hover,
.navbar-dropdown-menu button:hover,
.navbar-lang-menu a:hover,
.display-dropdown-menu li:hover > a {
    color: #5f5fcf !important;
}
/* ==========================================
   IMPERAQ DISPLAY IMPROVEMENTS
   ========================================== */

/* Modern gradient backgrounds */
.display-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-radius: 12px;
    margin-bottom: 20px;
}

.display-panel {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: none;
}

/* Enhanced display tables */
.display-table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.display-table th {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border: none;
}

.display-table td {
    padding: 20px 15px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.display-table tr:hover td {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    transform: scale(1.02);
}

/* Token number styling */
.token-number {
    font-size: 36px;
    font-weight: 800;
    color: #dc2626;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 2px;
}

.waiting-number {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
}

/* Now Serving section */
.now-serving {
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.now-serving h2 {
    font-size: 28px;
    color: #ef4444;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.current-token {
    font-size: 72px;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 20px rgba(255,255,255,0.5);
    margin: 20px 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Clock styling */
#clock {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Improved logo styling */
.navbar-logo-img, .display-logo {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

.navbar-logo-img:hover, .display-logo:hover {
    transform: scale(1.05);
}

/* Fullscreen button improvement */
.fullscreen-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.fullscreen-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Panel header improvements */
.panel-heading {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    border: none;
}

.panel-heading h3 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

/* Status indicators */
.status-waiting {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.status-serving {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .current-token {
        font-size: 48px;
    }
    
    .token-number {
        font-size: 24px;
    }
    
    .display-table td {
        font-size: 18px;
        padding: 15px 10px;
    }
    
    .display-table th {
        font-size: 16px;
        padding: 12px 8px;
    }
}

/* Scrolling text improvements */
.scrolling-message {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-message marquee {
    animation: smooth-scroll 30s linear infinite;
}

@keyframes smooth-scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Modern card styling for displays */
.display-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 30px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

.display-card h4 {
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Counter information styling */
.counter-info {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0;
    border-left: 5px solid #3b82f6;
}

.counter-name {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.counter-status {
    font-size: 14px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==========================================
   NAVBAR LOGO POSITIONING
   ========================================== */

.main-navbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.navbar-left {
    display: flex !important;
    align-items: center !important;
    padding-left: 20px !important;
}

.navbar-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 15px;
}

.navbar-logo-img {
    height: 40px !important;
    width: auto !important;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-logo-img:hover {
    transform: scale(1.05);
}

.navbar-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* Sidebar logo adjustments */
.cm-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
}

.cm-logo img {
    height: 35px !important;
    width: auto !important;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-title {
        font-size: 20px !important;
    }
    
    .navbar-logo-img {
        height: 35px !important;
    }
    
    .navbar-left {
        padding-left: 10px !important;
    }
}

@media (max-width: 480px) {
    .navbar-title {
        display: none;
    }
    
    .navbar-logo-link {
        margin-right: 0;
    }
}


/* ==========================================
   ADDITIONAL NAVBAR FIXES
   ========================================== */

/* Ensure proper navbar structure */
.main-navbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.main-navbar .navbar-left {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
}

.main-navbar .navbar-right {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Logo container styling */
.navbar-logo-link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    margin-right: 20px !important;
}

.navbar-logo-link:hover {
    text-decoration: none !important;
}

/* Logo image specific styling */
.navbar-logo-img {
    height: 45px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
    transition: transform 0.2s ease !important;
}

.navbar-logo-img:hover {
    transform: scale(1.02) !important;
}

/* Title styling next to logo */
.navbar-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin: 0 !important;
    letter-spacing: -0.5px !important;
}

/* Sidebar logo adjustments */
.cm-navbar .cm-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 15px !important;
}

.cm-navbar .cm-logo img {
    height: 40px !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
}

/* Mobile responsive */
@media (max-width: 992px) {
    .main-navbar {
        padding: 8px 15px !important;
    }
    
    .navbar-title {
        font-size: 22px !important;
    }
    
    .navbar-logo-img {
        height: 40px !important;
    }
}

@media (max-width: 768px) {
    .navbar-title {
        font-size: 20px !important;
    }
    
    .navbar-logo-img {
        height: 35px !important;
    }
    
    .navbar-logo-link {
        margin-right: 15px !important;
    }
}

@media (max-width: 576px) {
    .navbar-title {
        display: none !important;
    }
    
    .navbar-logo-link {
        margin-right: 0 !important;
    }
    
    .main-navbar {
        padding: 5px 10px !important;
    }
}

