@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* common css */
.roboto-600 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.upload-text{
    color: #2077C1
}
.upload-btn {
    min-width: 176px;
}

.btn-app {
    color: #fff;
    background-color: #0034D1;
    border-color: #0034D1;
}

.btn-app:hover {
    color: #fff;
    background-color: #1944c7;
    border-color: #1944c7;
}

.icon-xs svg {
    min-height: 10px;
    min-width: 10px;
}

.icon-sm svg {
    min-height: 12px;
    min-width: 12px;
}

.icon-gray svg {
    fill: #A098AE;
}

.icon-sidebar svg {
    fill: #9197B3;
}
.icon-pimary svg {
    fill: #2077C1;
}
.icon-hover:hover svg {
    fill: #fff;
}
.icon-white svg {
    fill: #fff;
}   
.btn:hover .icon-hover svg,
.btn:focus .icon-hover svg {
    fill: #fff;
}

.icon-sidebar-transparent svg,
.icon-sidebar-transparent:hover svg {
    fill: transparent;
}

.icon-sidebar-stroke svg {
    stroke: #9197B3;
}

.icon-theme-color svg {
    fill: #2077C1;
}   

.form-control {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    box-shadow: 0px 1px 2px 0px rgba(55, 65, 81, 0.08);
    border: 1px solid rgba(227, 232, 238, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border-width: 1px;
    padding: 8px;
    gap: 10px;
}
.form-select {
    box-shadow: 0px 1px 2px 0px #37415114;
    border: 1px solid #E3E8EE;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #697386;
}
.customdropdown{
     background-color: #e9ecef;
}
.form-check-label {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.textarea {
    width: 100%;
    height: 185px;
    padding: 10px;
    border-radius: 4px;
    border-width: 1px;
    padding: 16px;
    border: 1px solid #E3E8EE;
    box-shadow: 0px 1px 2px 0px #37415114;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    outline: none;
    color: #4F566B;
}

.body-wrapper {
    background: rgba(250, 251, 255, 1);
    min-height: 100vh;
}
/* user profile dropdown */
.user-profile .user-profile-drop-down{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.user-profile .user-profile-drop-down::after {
    display: none;
}

.user-profile .user-profile-img {
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    width: 42px;
    height: 42px;
}

.user-profile .user-info .user-name{
    font-family: Lora;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #151D48;
    text-transform: capitalize;
}

.user-profile .user-info .user-type {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #737791;
    text-transform: capitalize;
}

/* lang dropdown css */
.lang-dropdown .lang-drop-down {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.lang-dropdown .lang-drop-down::after {
    display: none;
}
.lang-dropdown .lang-img {
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    width: 24px;
    height: 24px;
}
/* login css */
.login-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.login-container .login-card {
    box-shadow: 0px 1px 2px 0px rgba(55, 65, 81, 0.08);
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 5px;
    border-width: 1px;
}

.login-container .login-card .card-header {
    background-color: #fff;
    border-bottom: 0px;

}

.login-container .login-card .form-label {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
}

.login-container .login-card .form-control::placeholder {
    color: #697386;
}

.login-container .sidebar-logo {
    min-width: 100px;
    min-height: 70px;
}

.login-container .lang-dropdown {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

/* Sidebar css */
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    color: rgba(145, 151, 179, 1);
    padding-top: 1rem;
}

.sidebar a {
    color: rgba(145, 151, 179, 1);
    text-decoration: none;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: rgba(0, 52, 209, 1);
    color: #ffffff;
}

.sidebar .nav-link {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 1px;
    border-radius: 8px;
    color: rgba(145, 151, 179, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .nav-link span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar .nav-link:hover .icon-sidebar svg,
.sidebar .nav-link.active .icon-sidebar svg,
.sidebar .nav-link.active .icon-pimary svg {
    fill: #ffffff;
}

.sidebar .nav-link:hover .icon-sidebar-stroke svg,
.sidebar .nav-link.active .icon-sidebar-stroke svg,
.sidebar .nav-link.active .icon-pimary-stroke svg {
    stroke: #ffffff;
}

.sidebar .nav-link .menu-arrow {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.sidebar .nav-link.collapsed .menu-arrow {
    transform: rotate(0deg);
}

.sidebar .logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar .logo-container .sidebar-logo {
    min-width: 60px;
    max-height: 80px;
}

.mini-sidebar.sidebar {
    width: 80px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    padding-top: 1rem;
}

.mini-sidebar.sidebar .nav-link {
    color: rgba(145, 151, 179, 1);
    text-align: center;
    padding: 1rem 0;
}

.mini-sidebar.sidebar .nav-link:hover,
.mini-sidebar.sidebar .nav-link.active {
    background-color: rgba(0, 52, 209, 1);
    color: #ffffff;
}

.mini-sidebar.sidebar .collapse .nav-link {
    font-size: 0.8rem;
    padding: 0.5rem 0;
}

.login-container .sidebar.mini-sidebar .logo-container {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.login-container .mini-sidebar.sidebar .sidebar-logo {
    justify-content: center;
    min-width: 100px;
    min-height: 65px;
}

/* MAin Container */
.main-container {
    margin-left: 250px;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

/* top header */
.main-container .top-header {
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 250px;
    width: calc(100% - 250px);
    padding: 10px 20px;
    z-index: 1000;
}
.main-container.scroll .top-header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px 0px rgba(55, 65, 81, 0.08);
}
.main-container .main-content {
    margin-top: 70px;
    margin-bottom: 10px;
    background: rgba(250, 251, 255, 1);
    min-height: calc(100vh - 70px);
}

.main-container .top-header .right-content {
    gap: 20px;
}

.main-container .top-header .left-content {
    gap: 10px;
}

.main-container .top-header .left-content .title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
/* card css */
.card {
    border-radius: 30px;
    box-shadow: 0px 10px 60px 0px #E2ECF980;
    padding: 20px;
    height: 100%;
}
.card.card-doctor {
    border-radius: 30px;
    box-shadow: 0px 10px 60px 0px #E2ECF980;
    height: 25%;
}
.card .card-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    padding: 1rem 1rem;
}
.card .card-body .info {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

/* button */
.btn-theme-color {
    border-color: #2077C1;
    color: #2077C1;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #37415114;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    height: 45px;
    letter-spacing: 0px;
}

.btn-theme {
    border-radius: 4px;
    background-color: #0034D1;
    color: #ffffff;
    box-shadow: 0px 1px 2px 0px #37415114;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    height: 45px;
    letter-spacing: 0px;
}

.btn-theme:hover {
    background-color: #1944c7;
    color: #ffffff;
}

.btn-theme-color:hover {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:focus {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:active {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled {
    background-color: #E2ECF9;
    color: #A098AE;
}
.btn-theme-color:disabled:hover {
    background-color: #E2ECF9;
    color: #A098AE;
}
.btn-theme-color:disabled:focus {
    background-color: #E2ECF9;
    color: #A098AE;
}
.btn-theme-color:disabled:active {
    background-color: #E2ECF9;
    color: #A098AE;
}
.btn-theme-color:disabled:not(:disabled):active {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):focus {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):hover {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:active:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):focus {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):hover {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:hover:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}
.btn-theme-color:disabled:not(:disabled):active:focus:not(:disabled) {
    background-color: #2077C1;
    color: #ffffff;
}

.btn-theme-color:hover svg {
    fill: #ffffff !important;
}

.btn-save-color {
    border-color: #1944c7;
    color: #1944c7;
    background: #ffffff;
}
.btn-save-color:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #1944c7;
}
/* Form css */
.form-label {
    font-family: Roboto;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
}
.form-control {
    height: 40px;
    border-radius: 4px;
    gap: 10px;
    border-width: 1px;
    padding: 8px;
    border: 1px solid #E3E8EE;
    box-shadow: 0px 1px 2px 0px #37415114;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #697386;
}
.form-control::placeholder {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #697386;
}
.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid {
    border: 1px solid #E3E8EE;
}

.invalid-tooltip, .valid-tooltip {
    position: relative;
    width: fit-content;
}

.product .table-info{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #000000;
}
.product table thead {
    background-color: #0034D1;
    color: #ffffff;
    font-family: Roboto;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    border: 1px solid #0034D1;
    margin-bottom: 20px;
}
.product table thead tr th {
    padding: 10px 25px;
}
.product table thead tr th:first-child,
.product table tbody tr td:first-child {
    width: 60%;
}
.product table tbody tr:last-child td {
    padding-bottom: 25px;
}
.product table tbody tr td:not(:first-child) {
    padding-right: 25px;
    padding-top: 20px;
}
.product table tbody tr td:first-child{
    padding: 20px 25px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.product table tbody tr:first-child td {
    padding-top: 30px;
}
.product table thead tr th:not(:first-child),
.product table tbody tr td:not(:first-child) {
    width: 20%;
}
.product table tbody {
    border: 1px solid #E8E8E8
}

.delivery-info {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.5px;
    color: #4F566B;
}

/* Datepicker fixed */
.ui-datepicker {
    z-index: 10 !important;
}
.inline-datepicker {
    width: 320px;
    height: 310px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E3E8EE;
    box-shadow: 0px 1px 2px 0px #37415114;
}
.inline-datepicker .ui-datepicker-inline {
    width: 100%;
    height: 100%;
    border: none;
}
.ui-datepicker-header{
    background: none;
    border: none;
}

.ui-datepicker-header .ui-datepicker-title {
    text-align: start;
    margin: 0px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-left: 10px;

}
.ui-datepicker-prev span {
    background-image: url('../images/icons/arrow-left.svg') !important;
    background-position: 0px 0px !important;
}
.ui-datepicker-next {
    right: -10px !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: unset;
    right: 10px !important;
}
.ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker-next.ui-datepicker-next-hover,
.ui-state-hover {
    background: none;
    border: none;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    cursor: pointer;
}
.ui-datepicker-next span {
    background-image: url('..//images/icons/arrow-right.svg') !important;
    background-position: 0px 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #A0A0A0;
}
.ui-datepicker-week-end {
    height: 35px;
}
.ui-datepicker-calendar thead tr th{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
}
.ui-datepicker-calendar tbody tr td:first-child a,
.ui-datepicker-calendar tbody tr td:last-child a,
.ui-datepicker-calendar thead tr th:first-child span,
.ui-datepicker-calendar thead tr th:last-child span{
    color: #FF7070;
}
.ui-datepicker-calendar tbody tr td.ui-state-available a {
    background-color: #F1F2FF;
}
.ui-datepicker-calendar tbody tr td.ui-state-available a {
    color: #5865F2;
}
.ui-datepicker-calendar tbody tr td:hover a, 
.ui-datepicker-calendar tbody tr td:has(> a.ui-state-active) a {
    
    background-color: #5865F2;
    color: #ffffff;
}
.ui-datepicker-calendar tbody tr td:has(> a.ui-state-active) a,
.ui-datepicker-calendar tbody tr td:hover a {
    border-radius: 8px;
}
.ui-datepicker-calendar tbody tr td a{
    padding: 10px 0px;
    gap: 2px;
}

.ui-datepicker-calendar tbody tr td:hover a,
.ui-datepicker-calendar tbody tr td:has(> a.ui-state-active) a {
    color: #ffffff;
}
.section-one {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.signature-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
.section-two {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}
.section-three {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
.form-group {
    flex: 1;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 0.85rem;
    color: #000;
}
select.custom-select-bg{
    background-color: #f0f2f5;
}
input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 8px;
    background-color: #f0f2f5;
    color: #6b7280;
    font-size: 1rem;
}

input[type="email"] {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 8px;
    background-color: #f0f2f5;
    color: #6b7280;
    font-size: 1rem;
}

input[type="text"]:read-only {
    background-color: #f0f2f5;
    cursor: not-allowed;
}

.sign-info {
    border: 1px solid #007BFF;
    color: #007BFF;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.95rem;
}

.sign-info span {
    display: block;
    font-size: 0.9rem;
    color: #007BFF;
}

.sign-button {
    background-color: #a3a3c2;
    color: white;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: not-allowed;
    opacity: 0.8;
}

.button svg {
    width: 12px;
    height: 12px;
}

.button-edit {
    background-color: #003cd1;
    color: white;
}

.button-edit:hover {
    background-color: #002db2;
}

.button-save {
    background-color: white;
    color: #003cd1;
    border: 2px solid #003cd1;
}

.button-save:hover {
    background-color: #e7edff;
}

.min-height-300 {
    min-height: 300px !important;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

input.error {
    border-color: red;
}

/* Home section css */
.home-section {
    width: 70%;
}

.home-section .top-banner {
    width: 100%;
    margin-bottom: 30px;
}

.home-section .subtitle, .home-section .description {
    font-weight: 400;
}
.home-section .description a {
    color: #2077C1;
}
.home-section .action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-section .action-buttons .action-button {
    background-color: #003cd1;
    color: #ffffff;
    text-align: center;
    color: white;
    padding: 0px 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-section svg {
    fill: #ffffff;
}

/* new order */
.new-order-card {
    width: 100%;
}
.new-order-card > .card {
    padding-left:30px;
}
.new-order-card .description {
    font-weight: 400px;
}
.new-order-card .order-card {
    display: flex;
    justify-content: center;
    gap: 150px;
    align-items: center;
    margin: 70px 0px;
}
.new-order-card .order-card .mini-card {
    width: 350px;
    min-height: 450px;
    box-shadow: 9px 10px 20px 0px #00000070;
    text-align: center;
    flex-shrink: 1;
}

.new-order-card .order-card .mini-card .mini-card-title {
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.new-order-card .order-card .mini-card .mini-card-img {
    margin: auto;
    min-height: 170px;
}
.new-order-card .order-card .mini-card .mini-card-description {
    font-weight: 400;
}

.overview-detail-tab .nav-tabs {
    border-bottom: 4px solid #dee2e6;
    inline-size: fit-content;
}

.overview-detail-tab  .tab-title {
    font-weight: bold;
    font-size: 0.85rem;
    display: block;
}

.overview-detail-tab  .tab-subtitle {
    font-size: 0.85rem;
    color: gray;
}

.overview-detail-tab .nav-tabs .nav-link {
    border: none;
    padding: 0.75rem 1rem;
    margin-right: 1rem;
}

.overview-detail-tab .nav-tabs .nav-link.active {
    border-bottom: 4px solid #0d6efd;
    /* same thickness as nav-tabs border */
    margin-bottom: -4px;
    /* pull it over the bottom border */
    z-index: 2;
}

.overview-detail-tab .nav-tabs .nav-link.active .tab-title,
.nav-tabs .nav-link.active .tab-subtitle {
    color: #0d6efd;
    font-weight: bold;
}

.overview-detail-tab .custom-translate-middle-y {
    transform: translateY(30%) !important;
}

.copy-btn{
    cursor: pointer;
}

.review-btn svg{
    margin-top: -4px;
}
.review{
    padding-left: 20px;
}

.order-success {
    background: #0EB280;
}

.order-warning {
    background: #BBCF23;
}
.checkbox-green {
    border: 1px solid #0EB280;
}

.checkbox-yellow {
    border: 1px solid #BBCF23;
}

.order-overview th {
    vertical-align: middle !important;
    white-space: nowrap;
}

.order-overview th .btn-group {
    display: inline-flex;
    align-items: center;
}

.order-overview th .dropdown-toggle {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.order-overview .dropdown-menu {
    min-width: 150px;
}

.order-th-actions {
    display: none;
}

/* Show buttons only when hovering over the TH */
.order-profile-th:hover .order-th-actions {
    display: flex;
    gap: 0.5rem;
    background-color: white;
    padding: 4px;
    z-index: 10;
}
/* Hide buttons and prepare spans */
.order-th-actions {
    display: none;
}

/* On hover: show buttons, dim or hide spans */
.order-profile-th:hover .order-th-actions {
    display: flex;
    gap: 0.5rem;
    background-color: white;
    padding: 4px;
    z-index: 10;
}

.order-profile-th:hover .treatment-types {
    opacity: 0.2; /* Or use display: none if you want to hide completely */
    transition: opacity 0.3s ease;
}

#order-detail-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 600px;
}

.jqx-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
}

.loader-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px #999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

.loader-text {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

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

.customerHref {
    color: black;
    text-decoration: none;
}
.hin-class {
    font-weight: 900;
    color: inherit; 
}

/* Prevent body scroll when mobile menu is open */
body.overflow-hidden {
    overflow: hidden !important;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Sidebar - Hidden by default on mobile */
    .sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        z-index: 1050;
        transition: left 0.3s ease;
        background: #fff;
        width: 100%;
        overflow-y: auto;
    }

    /* Show sidebar when active */
    .sidebar.show {
        left: 0;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
}

/* Tablet and larger mobile devices - narrower sidebar */
@media (min-width: 481px) and (max-width: 768px) {
    .sidebar {
        left: -250px;
        width: 250px;
    }
}

/* All mobile devices styles */
@media (max-width: 768px) {
    /* Overlay backdrop */
    .sidebar-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .sidebar-backdrop.show {
        display: block;
    }

    /* Main container adjustments */
    .main-container {
        margin-left: 0 !important;
        padding: 10px;
    }

    /* Top header adjustments */
    .main-container .top-header {
        left: 0 !important;
        width: 100% !important;
        padding: 10px 15px;
    }

    /* Hamburger menu button */
    .hamburger-menu {
        display: block !important;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        color: #2077C1;
        line-height: 1;
        border-radius: 6px;
        transition: all 0.2s ease;
        width: 40px;
        height: 40px;
    }

    .hamburger-menu:hover {
        background: rgba(32, 119, 193, 0.1);
        color: #1a5a92;
    }

    .hamburger-menu:active {
        transform: scale(0.95);
    }

    .hamburger-menu svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Hide mini sidebar on mobile */
    .mini-sidebar {
        display: none !important;
    }

    /* Main content adjustments */
    .main-container .main-content {
        margin-top: 60px;
        padding: 10px;
    }

    /* Cards and tables responsive */
    .card {
        margin-bottom: 15px;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Form elements */
    .form-control,
    .form-select {
        font-size: 16px; /* Prevents zoom on iOS */
    }

    /* Buttons */
    .btn {
        padding: 10px 15px;
    }

    /* Top header title */
    .main-container .top-header .left-content .title {
        font-size: 18px;
    }

    /* Language dropdown and user profile adjustments */
    .lang-dropdown,
    .user-profile {
        font-size: 14px;
    }

    /* Order overview table adjustments */
    .order-overview table {
        font-size: 12px;
    }

    .order-overview th,
    .order-overview td {
        padding: 8px 4px;
        white-space: nowrap;
    }

    /* Login container */
    .login-container {
        padding: 20px 15px;
    }

    .login-container .logo {
        max-width: 150px;
    }

    /* Order form steps */
    .stepper {
        padding: 15px;
    }

    /* Fix any vertical text issues */
    * {
        writing-mode: horizontal-tb !important;
    }

    /* Ensure text doesn't break vertically */
    span, p, div, label {
        display: inline-block;
        vertical-align: middle;
    }
}

/* Desktop - Show hamburger hidden */
@media (min-width: 769px) {
    .hamburger-menu {
        display: none !important;
    }

    .sidebar-backdrop {
        display: none !important;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .main-container {
        margin-left: 200px;
    }

    .sidebar {
        width: 200px;
    }

    .main-container .top-header {
        left: 200px;
        width: calc(100% - 200px);
    }
}