* {
    box-sizing: border-box;
}

:root {
    --color-primary: #05373C;
    --bg-color: #EBEBEB;
    --bg-primary: #002D2D;
    --transition: 0.4s;
    --bs-border-radius: 40px;
    --bs-border-color: #B7B7B7;
}

@font-face {
    font-family: 'graphikblack';
    src: url("/assets/graphikblack-ba5dcece.woff2") format('woff2'), url("/assets/graphikblack-f1f4e727.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphiksuper';
    src: url("/assets/graphiksuper-3d6fddee.woff2") format('woff2'), url("/assets/graphiksuper-1e9b964a.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphikbold';
    src: url("/assets/graphikbold-227d6fb2.woff2") format('woff2'), url("/assets/graphikbold-66437616.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphikextralight';
    src: url("/assets/graphikextralight-b32b8b76.woff2") format('woff2'), url("/assets/graphikextralight-c9a679ec.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphiklight';
    src: url("/assets/graphiklight-e8384de6.woff2") format('woff2'), url("/assets/graphiklight-a1202fd0.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphik_regularregular';
    src: url("/assets/graphikregular-877c1845.woff2") format('woff2'), url("/assets/graphikregular-69d25c7c.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphiksemibold';
    src: url("/assets/graphiksemibold-1eb6fefd.woff2") format('woff2'), url("/assets/graphiksemibold-fa533d19.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphikthin';
    src: url("/assets/graphikthin-d5233b33.woff2") format('woff2'), url("/assets/graphikthin-9e60f141.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-black {
    font-family: 'graphikblack';
}

.font-super {
    font-family: 'graphiksuper';
}

.font-bold {
    font-family: 'graphikbold';
}

.font-extralight {
    font-family: 'graphikextralight';
}

.font-semibold {
    font-family: 'graphiksemibold';
}

.font-thin {
    font-family: ' graphikthin';
}

.opacity-75 {
    opacity: 75;
}

body {
    font-family: 'graphik_regularregular';
    color: var(--body-font-color);
    background-color: #F6FAFB;
}

a, p, span, div, li, td {
    font-weight: 300 !important;
}

::placeholder {
    color: #ccc !important;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 300;
}

input {
    border-color: #d8e0e5;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #224555;
}

.form-control {
    padding: 0.75rem;
}

.btn {
    border-radius: 20px !important;
    box-shadow: none !important;
    font-family: 'graphik_regularregular';
    border-width: 2px;
}

.btn-outline-secondary {
    color: var(--color-primary);
}

.btn-primary {
    background-color: #224555 !important;
    border-color: #224555;
}

.btn-primary:hover, .btn-outline-secondary:hover {
    background-color: #6FA131 !important;
    border-color: #6FA131;;
}

.px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.text-link {
    color: #575555;
}

#left-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background-color: #224555;
    overflow-y: auto;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 9;
}

.barcode-img {
    border: 4px solid #D9D9D9;
    margin: 15px;
    border-radius: 10px;
}

.barcode-img img {
    border-radius: 10px;
}

.small-left-menu a.nav-link {
    font-size: 0;
}

#left-menu > ul li a svg {
    margin-right: 10px;
}

.big-logo {
    width: 250px;
    display: block;
    padding: 20px;
}

.big-logo img {
    width: 100%;
}

.card {
    border-radius: 10px;
}

@media only screen and (max-width: 992px) {
    #left-menu {
        width: 60px;
    }

    #left-menu.small-left-menu {
        width: 250px !important;
    }

    #page-container, #header .header-left {
        padding-left: 80px;
    }

    .big-logo {
        display: none !important;
    }

    #header .header-left {
        transition: all 0.5s;
    }

    #header .header-left.small-left-menu {
        position: absolute;
        transition: all 0.5s;
        left: 180px;
    }

    #logo {
        width: 230px;
    }

    #left-menu.small-left-menu .big-logo {
        width: 80%;
        display: inline-block !important;
    }

    #left-menu .nav-link {
        font-size: 0;
    }

    #left-menu.small-left-menu .nav-link {
        font-size: 17px;
    }
}

#left-menu.small-left-menu, #logo.small-left-menu {
    width: 60px;
}

img {
    width: auto;
    max-width: 100%;
}

#left-menu > ul {
    padding: 0;
    margin: 110px 0 0 0;
}

#left-menu > ul li {
    display: block;
    position: relative;
}

#left-menu > ul li a.active {
    color: #fff !important;
}

#left-menu > ul li a.active {
    background: rgba(255, 255, 255, 0.1)
}

#left-menu > ul li a {
    color: #99abb4;
    width: 100%;
    display: flex;
    padding: 15px 15px 10px 15px;
    align-items: center;
    position: relative;
}

#left-menu > ul li a:hover {
    background: var(--bg-primary);
}

#left-menu > ul li:hover a span {
    color: #0e9aee;
}

#left-menu > ul li:hover a i {
    color: #0e9aee;
}

#left-menu > ul li a span {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    color: #99abb4;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu > ul li.active a span {
    color: #fff;
}

#left-menu > ul li.active a i {
    background-color: #0e9aee;
    color: #fff;
}

#left-menu li.has-sub ul {
    background-color: #454e62;
    margin: 0 -10px;
    padding-left: 45px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu li ul.open {
}

#left-menu li.has-sub ul > li {
    padding-top: 10px;
}

a:hover {
    text-decoration: none;
}

#logo {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    background-color: #224555;
    border-color: #224555;
    width: 280px;
    font-size: 30px;
    line-height: 2em;
    z-index: 4;
    color: #fff;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

#header {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-logo img {
    width: 60%;
    display: block;
    align-items: center;
    margin: 10px auto;
}

#header .header-left {
    padding-left: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .header-right {
    padding-right: 40px;
    display: flex;
    align-items: center;
}

#header .header-right i, #header .header-left i {
    font-size: 30px;
    line-height: 2em;
    padding: 0 5px;
    cursor: pointer;
}

#main-content {
    min-height: calc(100vh - 60px);
    clear: both;
}

#page-container {
    padding-left: 300px;
    padding-top: 80px;
    padding-right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#page-container.small-left-menu, #header .header-left.small-left-menu {
    padding-left: 80px;
}

.card {
    border: 1px solid #e6ecf5;
    margin-bottom: 1em;
    font-weight: 300;
}

.card .title {
    padding: 15px 20px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

#show-lable {
    opacity: 0;
    visibility: hidden;
    left: 80px;
    font-weight: 300;
    padding: 6px 15px;
    background-color: #0e9aee;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#left-menu.small-left-menu li.has-sub::after {
    content: '';
}

#left-menu.small-left-menu li.has-sub ul {
    position: fixed;
    width: 280px;
    z-index: 123;
    height: 0;
    left: 69px;
    padding-left: 15px;
}

@media only screen and (max-width: 992px) {
    #left-menu, #logo {
        width: 60px;
    }

    #page-container, #header .header-left {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 992px) {
    #left-menu li.has-sub::after {
        font-family: "Ionicons";
        content: "\f3d3";
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #left-menu li.has-sub.rotate:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .small-logo {
        display: none;
    }
}

.login-signup-container {
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100%;
}

.login-signup-card-left {
    max-width: 500px;
    margin: auto;
    width: 100%;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.login-bg {
    background: url("/assets/login-bg-cf978881.png") no-repeat center center !important;
}

.gradient {
    position: relative;
    z-index: 1;
}

.text-primary {
    color: var(--color-primary) !important;
}

a.text-primary:hover {
    color: #232831 !important;
}

.gradient-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
}

.gradient-warning {
    background-color: #daba21;
}

.login-shadow {
    background-color: #EDFADC !important;
    width: 210px;
    position: absolute;
    height: 210px;
    display: block;
    filter: blur(70px);
    z-index: -1;
    right: 0;
}

.gradient-warning, .gradient-primary, .gradient-secondary {
    width: 50%;
    position: absolute;
    height: 60vh;
    display: block;
    filter: blur(70px);
    z-index: 0;
}

.gradient-warning.gradient-primary {
    background-color: #6537ca;
    width: 50%;
    height: 50vh;
    display: block;
    right: 0;
    top: 0;
}

.gradient-secondary {
    background-color: #05c68e;
    width: 50%;
    height: 50vh;
    display: block;
    right: 0;
    bottom: 0;
}

.gradient-bg:after {
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: .9;
    box-shadow: inset 4px 0 19px #e6e6e6;
}

.login-img {
    position: absolute;
    bottom: 0;
}

.login-form {
    padding: 20px 40px;
    background-color: #F7FCF8;
}

.Mtop-25 {
    margin-top: 25%
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 22px;
    opacity: 0.8;
}

.close {
    background: none;
    border: none;
    outline: none;
    font-size: 30px;
    opacity: 0.6;
    right: 10px;
    position: absolute;
}

.custom-gender-radio {
  padding-left: 0;
}

.custom-gender-radio input[type="radio"] {
  display: none !important;
}

.custom-gender-radio input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;
}

.custom-gender-radio input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 50%;
}

.custom-gender-radio input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bg-primary, #b7b7b7);
}

.form-check {
  padding-left: 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em !important
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #224555;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #224555;
    border-color: #224555
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #224555;
    border-color: #224555;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.or {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888;
    text-align: center; /* This centers the text horizontally */
}


.form-switch .form-check-input[type=checkbox] {
    border-radius: 1.25em !important;
    margin-left: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-primary) !important;
}

.card-block-body {
    display: flex;
    height: 100%;
    align-items: center;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

.statics-blocks .h2, h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.info-num {
    font-size: 30px;
}

.no-data {
    font-size: 15px;
    opacity: 0.5;
}

.bg-blue {
    background: #EBF7FF;
    border: 1px solid #51B6FF;
}

.bg-green {
    background: #E9FDF3;
    border: 1px solid #83CEA8;
}

.bg-yellow {
    background: #FFFDEB;
    border: 1px solid #F3D294;
}

.bg-pink {
    background: #FAF3FE;
    border: 1px solid #CC90EF;
}

.Sblocks {
    padding: 20px 20px 12px 20px;
    border-radius: 10px;
    height: 100%;
}

.form-check-label {
    font-size: 14px;
    margin-left: 6px;
}

.user-login-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8E8E8E;
    margin-left: 15px;
}

.appointment-container {
    margin-top: 50px;
    position: relative;
    padding-bottom: 20px;
}

.current-token {
    background-color: #d1c104;
    color: white;
    border-radius: 12px 12px 0 0;
    width: 95px;
    text-align: center;
    padding: 8px 8px 0 8px;
    position: absolute;
    top: -28px;
    left: 20px;
    line-height: 1.2;
}

.token-label {
    display: block;
    font-size: 10px;
}

.token-number {
    font-size: 38px;
    font-weight: bold;
}

.section-title {
    padding-left: 80px;
    font-size: 20px;
    color: #2f4858;
    margin-bottom: 15px;
    margin-left: 40px;
}

.table-wrapper {
    overflow-x: auto;
    padding: 0 10px;
}

.appointment-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.appointment-table thead {
    background-color: #f0f4f8;
}

.appointment-table th, .appointment-table td {
    padding: 12px 15px;
    text-align: left;
    color: #2f4858;
    font-size: 14px;
}

.appointment-table tbody tr {
    border-top: 1px solid #e0e6ed;
}

.appointment-table tbody tr:hover {
    background-color: #f9f9f9;
}

.actions i {
    cursor: pointer;
    margin-right: 8px;
    font-size: 16px;
    transition: color 0.3s;
}

.actions i:hover {
    color: #0077cc;
}

.green-token {
    background-color: #6FA131;
    border-color: #6FA131;
}

.blue-token {
    background-color: #4396E4;
    border-color: #4396E4;
}

.brown-token {
    background-color: #BFB49A;
    border-color: #BFB49A;
}

@media only screen and (max-width: 1024px) {
    .statics-blocks .h2, h2 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .row.statics-blocks {
        row-gap: 10px;
    }
}

.box {
    border-radius: 20px;
    background: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-content {
    background-color: #F6F6F6;
    border: 1px solid #BEB9B9;
}

.confirm-modal-bg {
    background-color: #eaf1ed;
}

ul.list-unstyled.mb-0.info-booking li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.list-unstyled.mb-0.info-booking li span {
    text-align: left;
    width: 50%;
    font-weight: 700 !important;
}

.btn-close-absoulate {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.bg-highlight {
    background-color: #1f4344 !important;
}

.token-card, .token-card-sm {
    border-radius: 1rem;
}

.token-table td, .token-table th {
    vertical-align: middle;
    padding: 0.75rem;
}

.yellow-card {
    border: 1px solid #F3D294;
    background-color: #FFFDEB;
}

.blue-card {
    background-color: #EFFAFF;
    border: 1px solid #A2C6D7;
}

.green-card {
    background-color: #F0FFF4;
    border: 1px solid #A3D9B1;
}
tr.current-record {
    background: var(--bg-primary);
}

tr.current-record td {
    color: #fff !important;
}

.pl-3 {
    padding-left: 30px;
}

.w-200 {
    width: 200px;
}

.px-6 {
    padding-left: 60px;
    padding-right: 60px;
}

/*.cmp-logo {*/
/*    border-radius: 20px;*/
/*    width: 150px;*/
/*    margin-left: 20px;*/
/*    border: 1px solid #eee;*/
/*}*/

#left-menu .nav-link {
    color: #fff;
    padding: 10px 15px;
}

#left-menu .nav-link:hover, #left-menu .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

#left-menu ul .nav .nav-link {
    padding-left: 25px;
}

#left-menu .form-check-input:checked {
    background-color: #6b9c33;
    border-color: #6b9c33;
}

.dropdown-toggle-icon {
    transition: transform 0.2s ease;
    position: absolute;
    right: 15px;
    font-size: 20px;
}

a[aria-expanded="true"] .dropdown-toggle-icon {
    transform: rotate(180deg);
}

.note {
    font-family: 'Noto Sans Gujarati';
}

.cmp-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 120px;
    max-width: 25vw;
    padding: 8px;
    background-color: #fff;
    z-index: 10;
}

/* Hide logo on screen width < 800px */
@media (max-width: 800px) {
    .cmp-logo {
        display: none;
    }
}

tr.current-record:hover td {
    color: #0c0c0c !important;
}

.medical-cross-spinner {
    width: 60px;
    height: 60px;
    background-color: #6FA131; /* Bootstrap blue */
    position: relative;
    animation: pulse 1.2s infinite ease-in-out;
    clip-path: polygon(
            40% 0%, 60% 0%, 60% 40%,
            100% 40%, 100% 60%, 60% 60%,
            60% 100%, 40% 100%, 40% 60%,
            0% 60%, 0% 40%, 40% 40%
    );
    box-shadow: 0 0 15px rgba(13, 110, 253, 0.4);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.hero-banner {
    background: #CAEBFA;
    width: 100%;
    max-height: 410px;
    overflow: hidden;
    display: flex;
}

.hero-banner img {
    width: 100%;
}

.location-block {
    background: #EDF8FE;
    padding: 80px 20px;
    border: 1px solid #D1EEFB;
    border-radius: 20px;
}

.token-block {
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .location-block {
        padding: 10px 20px;
    }

    .token-block {
        padding: 30px 20px;
    }
}

.tooltip-wrapper {
    position: relative;
}

.custom-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    width: max-content;
    max-width: 400px; /* Adjust as needed */
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tooltip-wrapper:hover .custom-tooltip {
    display: block;
}

.notice-box {
    background-color: #fff4cc;
    border: 1px solid #e57373;
    border-radius: 30px;
    padding: 20px 25px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.notice-title {
    color: #d32f2f;
    font-weight: bold !important;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.notice-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 6px;
}

.notice-english {
    font-size: 0.95em;
    font-weight: 600 !important;
    color: #333;
}

#page-container {
    padding-left: 40px;
}

.fixed-top, #header, #logo {
    position: relative;
}

#header .header-left {
    padding-left: 0;
}

#logo {
    width: 250px;
    padding-left: 0;
}

#page-container {
    padding-top: 110px;
}

#header .header-right {
    padding-right: 0;
}

.dropdown-toggle-icon {
    top: 10px;
}

.nav-item {
    position: relative;
}

.small-logo img {
    margin: 20px auto 20px 20px;
}

#page-container.small-left-menu, #header .header-left.small-left-menu {
    padding-left: 0;
}

/*replace*/
.mobile-burger-flex {
    display: flex;
    align-items: center;
}

.mobile-burger-flex .mobile-logo-top {
    margin-left: 10px;
}

.mobile-burger {
    display: none;
}

.desktop-burger {
    display: block;
}

#sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #224555;
    transition: all 0.3s ease;
    z-index: 1050;
}

#sidebar.collapsed {
    width: 80px;
}

#sidebar .nav-link {
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
}

#sidebar .nav-link svg {
    width: 24px;
}

#sidebar.collapsed .nav-link span {
    display: none;
}

#sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#sidebar .nav-item .nav-item .nav-link {
    font-size: 13px;
    padding-left: 40px;
}

@media (max-width: 767.98px) {
    #sidebar {
        left: -250px;
    }

    #sidebar.active {
        left: 0;
    }

    .mobile-burger {
        display: block;
    }

    .desktop-burger {
        display: none;
    }

    #page-container {
        padding-left: 0;
        padding-top: 80px;
        padding-right: 0;
    }

    #logo {
        display: none;
    }

    .nav {
        margin-top: 80px;
    }

    nav.navbar.fixed-top {
        z-index: 1060;
    }

    #header {
        background-color: #224555 !important;
        position: fixed;
        left: 0;
        padding: 0 10px;
    }

    .nav ul {
        margin-top: 0
    }

    /*div.mobile-logo-top {*/
    /*    display: block !important;*/
    /*}*/
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}

.overlay.show {
    display: block;
}

.navbar {
    z-index: 1060;
    margin-bottom: 30px;
}

nav.navbar.fixed-top {
    padding-left: 290px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    position: fixed;
}

#main-content {
    transition: margin-left 0.3s ease;
    margin-left: 250px;
    padding: 0 20px 20px 20px;
}

#sidebar.collapsed ~ #main-content {
    margin-left: 80px;
}

@media (max-width: 1000px) {
    #page-container {
        padding-left: 0;
    }

    .statics-blocks .col-md-3 {
        width: 50%;
    }

    .statics-blocks {
        row-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    #main-content {
        margin-left: 0;
    }

    .user-status-photo {
        color: #ffffff;
    }

    .user-status-photo .form-check-input:checked {
        border-color: #fff;
    }

    #page-container {
        padding-top: 80px;
    }
}

#zen-mode-container {
    min-height: 100vh;
    transition: all 0.3s ease-in-out;
    width: 570px;
    margin: 0 auto;
}

body.zen-mode {
    overflow: hidden;
}

.sidebar, .header, .main-appointment-section {
    display: none !important;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.small-left-menu .big-logo, .mobile-logo-top {
    display: none !important;
}

#zen-toggle {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    border: 2px solid #47626C;
    border-radius: 12px !important;
    background-color: transparent;
    color: #0d3e4f;
    font-weight: 500;
    cursor: pointer;
}

.zen-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #eee;
    padding: 10px 70px;
    margin: 0 -16px -16px;
    justify-content: center;
}

#zen-toggle i {
    margin-right: 8px;
    font-size: 20px !important;
}

#zen-mode-container p {
    text-align: left;
    margin-bottom: 3px;
    display: flex;
    font-weight: 600 !important;
}

#zen-mode-container p strong {
    display: block;
    width: 110px;
    font-weight: 400;
}

#zen-token {
    text-align: left;
}

.action-require {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.zen-token {
    background: #224555;
    width: 70px;
    height: 58px;
    border-radius: 50%;
    font-size: 30px !important;
}

.zen-appointment-card {
    transform: scale(2.25);
    border-radius: 20px;
    margin-top: 120px;
}

.nav-link.active {
    color: #fff;
    background-color: #2f5c70; /* or whatever matches your theme */
    font-weight: bold;
}

@media (max-width: 1450px) {
    .zen-appointment-card {
        transform: scale(1.5);
    }
}

@media (max-width: 1090px) {
    .zen-appointment-card {
        transform: scale(1.25);
    }
}

@media (max-width: 767px) {
    #zen-mode-container {
        width: 100%;
    }

    .zen-buttons {
        padding: 10px 10px;
    }

    .zen-appointment-card {
        margin-top: 30px;
    }
}

.btn-default {
  border-radius: 0.375rem !important;
}

.btn-outline-darkblue, .btn-outline-darkblue:hover {
  color: #224555;
  border: 1px solid #224555 !important;
  background-color: transparent;
}

.btn-check:checked + .btn-outline-darkblue, .btn-outline-darkblue.active {
  background-color: #224555;
  color: #fff;
  border-color: #224555;
}