:root {
    --admin-bg: #f5f6fa;
    --admin-surface: #ffffff;
    --admin-surface-soft: #fbfcff;
    --admin-text: #2a3547;
    --admin-muted: #6c7a92;
    --admin-primary: #5d87ff;
    --admin-primary-strong: #3f6df0;
    --admin-accent: #49beff;
    --admin-success: #13deb9;
    --admin-warning: #ffae1f;
    --admin-danger: #fa896b;
    --admin-border: #e6ebf1;
    --admin-hover: #f2f6ff;
    --admin-shadow: 0 14px 34px rgba(42, 53, 71, 0.08);
    --admin-shadow-soft: 0 8px 22px rgba(42, 53, 71, 0.05);
}

body.admin-shell {
    background: radial-gradient(circle at 10% 12%, #eef3ff 0%, rgba(238, 243, 255, 0) 36%),
    radial-gradient(circle at 88% 10%, #eef9ff 0%, rgba(238, 249, 255, 0) 34%),
    var(--admin-bg);
    color: var(--admin-text);
    font-family: "Noto Sans Arabic", "Rubik", "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--admin-text);
    font-family: "UKIJ Tor", "Rubik", sans-serif;
}

.nav-header {
    background: #ffffff;
    border-right: 1px solid var(--admin-border);
}

.nav-header .brand-logo {
    gap: 12px;
    padding-left: 22px;
    padding-right: 22px;
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #5d87ff 0%, #49beff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-header .brand-logo .logo-tabib {
    max-width: 24px;
    filter: brightness(0) invert(1);
}

.brand-title-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.nav-header .brand-logo .brand-title {
    margin-left: 0;
    margin-top: 0;
    max-width: 120px;
}

.brand-subtitle {
    color: #8090ab;
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-top: 6px;
}

.left-panel {
    background: #ffffff;
    border-right: 1px solid var(--admin-border);
}

.navigation {
    margin-top: 0;
    padding-top: 18px;
}

.menu-caption {
    color: #90a0bb;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0 24px 12px;
}

.navigation .main-menu {
    padding-top: 6px;
}

.navigation .main-menu .has-submenu {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
}

.navigation .main-menu .has-submenu a {
    border-radius: 12px;
    color: #2a3547;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 12px 14px;
    transition: all 0.22s ease;
}

.navigation .main-menu .has-submenu a i {
    width: 30px;
    padding-right: 8px;
    color: #7e8aa3;
}

.navigation .main-menu .has-submenu:hover a {
    background: #f5f8ff;
    border-color: #e3ecfb;
}

.navigation .main-menu .has-submenu:hover .nav-label,
.navigation .main-menu .has-submenu:hover i {
    color: var(--admin-primary);
}

.navigation .main-menu .has-submenu.active a {
    background: linear-gradient(90deg, #5d87ff 0%, #49beff 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(93, 135, 255, 0.3);
}

.navigation .main-menu .has-submenu.active a i,
.navigation .main-menu .has-submenu.active a .nav-label {
    color: #ffffff;
}

.menu-toggle .menu-caption {
    display: none;
}

.menu-toggle .navigation .main-menu .has-submenu a {
    background: transparent;
    border-color: transparent;
}

.menu-toggle .navigation .main-menu .has-submenu.active a {
    background: linear-gradient(90deg, #5d87ff 0%, #49beff 100%);
}

.header {
    background: transparent;
}

.header .top-head {
    margin: 10px 18px 0;
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    box-shadow: var(--admin-shadow-soft);
    backdrop-filter: blur(8px);
    padding: 12px 18px;
}

.top-head-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.head-title h5 {
    margin-bottom: 2px;
    font-size: 16px;
    color: var(--admin-text);
}

.head-title small {
    color: var(--admin-muted);
    font-size: 12px;
}

.header .top-head .nav-control .hamburger {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #edf3ff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.header .top-head .nav-control .hamburger .line {
    background: var(--admin-primary);
    margin-top: 3px;
    margin-bottom: 3px;
    height: 2px;
}

.header .top-head .header-right .fullscreen .full a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf3ff;
    color: #3d5d9a;
}

.header .top-head .header-right .my-account-wrapper {
    background: #ffffff;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
}

.header .top-head .header-right .my-account-wrapper .account-control .header-profile img {
    border-radius: 10px;
    border: 2px solid #eef3ff;
}

.header .top-head .header-right .my-account-wrapper .account-control .header-profile .header-info {
    text-align: right;
}

.header .top-head .header-right .my-account-wrapper .account-control .header-profile .header-info span {
    color: var(--admin-muted);
    font-size: 12px;
    line-height: 1.1;
}

.content-body {
    background: transparent;
}

.content-body .container-fluid {
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 22px;
}

.page-titles {
    background: #ffffff;
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    box-shadow: var(--admin-shadow-soft);
    padding: 16px 18px;
}

.page-titles h4,
.page-titles .text-primary {
    color: var(--admin-primary) !important;
}

.card {
    border-radius: 14px;
    border: 1px solid var(--admin-border);
    box-shadow: var(--admin-shadow-soft);
    overflow: hidden;
}

.card-header {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-bottom: 1px solid var(--admin-border);
    padding: 20px 22px;
}

.card-header .card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--admin-text);
}

.card-body {
    padding: 22px;
}

.dashboard-welcome {
    position: relative;
}

.welcome-showcase {
    border: none;
    box-shadow: var(--admin-shadow);
    overflow: hidden;
}

.welcome-showcase .card-body {
    position: relative;
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--admin-border);
    border-radius: 14px;
}

.welcome-showcase .card-body::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle, rgba(93, 135, 255, 0.24) 0%, rgba(93, 135, 255, 0) 74%);
}

.welcome-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.welcome-kicker {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #3b63c8;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.welcome-content h4 {
    margin-top: 14px;
    margin-bottom: 8px;
    color: #2a3547;
    font-size: 31px;
    font-weight: 700;
}

.welcome-content p {
    margin-bottom: 16px;
    color: #6c7a92;
    line-height: 1.72;
}

.welcome-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.welcome-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3d5f9f;
    font-size: 12px;
}

.welcome-orb {
    position: absolute;
    right: 24px;
    bottom: -28px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(93, 135, 255, 0.2) 0%, rgba(93, 135, 255, 0) 72%);
}

.stat-grid > div {
    margin-top: 18px;
}

.kpi-card {
    --kpi-accent: #5d87ff;
    --kpi-soft: #ecf2ff;
    --kpi-soft-border: #d6e2ff;
    border: 1px solid var(--admin-border) !important;
    background: #ffffff !important;
    color: var(--admin-text) !important;
    position: relative;
    transition: all 0.22s ease;
}

.dashboard-welcome .kpi-card.card-primary {
    --kpi-accent: #5d87ff;
    --kpi-soft: #ecf2ff;
    --kpi-soft-border: #d6e2ff;
}

.dashboard-welcome .kpi-card.card-success {
    --kpi-accent: #13b9ac;
    --kpi-soft: #e8faf7;
    --kpi-soft-border: #cbf1eb;
}

.dashboard-welcome .kpi-card.card-danger {
    --kpi-accent: #fa896b;
    --kpi-soft: #fff1ec;
    --kpi-soft-border: #ffdccc;
}

.dashboard-welcome .widget.card.kpi-card {
    border-top: 1px solid var(--admin-border) !important;
}

.kpi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(42, 53, 71, 0.12);
}

.kpi-card::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--kpi-accent);
}

.kpi-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.kpi-dot {
    width: 34px;
    height: 8px;
    border-radius: 999px;
    background: var(--kpi-soft);
    border: 1px solid var(--kpi-soft-border);
    position: relative;
}

.kpi-dot::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--kpi-accent);
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--kpi-soft-border);
    background: var(--kpi-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    color: var(--kpi-accent);
    font-size: 18px;
}

.stat-title {
    color: #8090ab;
    font-size: 13px;
}

.stat-value {
    color: #2a3547;
    margin-top: 6px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.form-control,
.form-select,
textarea {
    border-radius: 10px;
    border: 1px solid var(--admin-border);
    background-color: #f9fbff;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #a6c3ff;
    box-shadow: 0 0 0 3px rgba(93, 135, 255, 0.15);
    background: #ffffff;
}

.table-responsive {
    border-radius: 12px;
    border: 1px solid var(--admin-border);
}

table.dataTable thead th,
.display thead th,
.table thead th {
    background: #f4f8ff;
    color: #31508a;
    border-bottom: 1px solid var(--admin-border) !important;
}

table.dataTable tbody td,
.display tbody td {
    border-top: 1px solid #e8eef7;
    vertical-align: middle;
}

table.dataTable tbody tr:hover,
.display tbody tr:hover,
.table tbody tr:hover {
    background: var(--admin-hover);
}

.btn {
    border-radius: 10px;
    font-weight: 600;
    border: 0;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(90deg, #7397f5 0%, #8cb7ff 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 14px rgba(115, 151, 245, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(90deg, #678be8 0%, #81abf2 100%);
    color: #ffffff !important;
}

.btn-secondary {
    background: linear-gradient(90deg, #7b879d 0%, #68758c 100%);
    color: #f8fafc !important;
}

.btn-success {
    background: linear-gradient(90deg, #63bfa8 0%, #88d2c2 100%);
    color: #f8fffe !important;
}

.btn-danger {
    background: linear-gradient(90deg, #ed9ba5 0%, #e7aab6 100%);
    color: #ffffff !important;
}

.btn-warning {
    background: linear-gradient(90deg, #f2ca8c 0%, #f7ddae 100%);
    color: #1f2937 !important;
}

.btn-info {
    background: linear-gradient(90deg, #86b6ff 0%, #9cc8ff 100%);
    color: #ffffff !important;
}

.btn-dark {
    background: linear-gradient(90deg, #6b7790 0%, #5b677f 100%);
    color: #f8fafc !important;
}

.btn-light {
    background: #eef4ff;
    color: #31508a !important;
    border: 1px solid var(--admin-border);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-success:hover,
.btn-success:focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-warning:hover,
.btn-warning:focus,
.btn-info:hover,
.btn-info:focus,
.btn-dark:hover,
.btn-dark:focus {
    filter: brightness(0.96);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #f8fafc !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-info:hover,
.btn-info:focus,
.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus {
    color: #1f2937 !important;
}

.btn-light:hover,
.btn-light:focus {
    color: #25457d !important;
}

a.btn:hover,
a.btn:focus {
    text-decoration: none !important;
}

.btn-outline-primary {
    color: #3f67c0 !important;
    border: 1px solid #c8dafb !important;
    background: #f6f9ff !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #3056aa !important;
    border-color: #acc7f7 !important;
    background: #eaf2ff !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active {
    color: #ffffff !important;
    border-color: transparent !important;
    background: linear-gradient(90deg, #7397f5 0%, #8cb7ff 100%) !important;
    box-shadow: 0 7px 14px rgba(115, 151, 245, 0.2);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    gap: 8px;
}

.breadcrumb li {
    margin-bottom: 6px;
}

.breadcrumb .btn {
    min-height: 38px;
    border-radius: 10px;
    padding: 8px 14px;
}

.breadcrumb .btn.text-aqua {
    color: #3f67c0 !important;
    background: #edf3ff;
    border: 1px solid #d8e6ff;
}

.breadcrumb .btn.text-aqua:hover,
.breadcrumb .btn.text-aqua:focus {
    color: #2e57af !important;
    background: #e3edff;
    border-color: #bfd4fb;
}

.breadcrumb .btn.badge-secondary.text-white {
    color: #ffffff !important;
    border: 0;
    background: #7397f5;
    box-shadow: 0 8px 14px rgba(115, 151, 245, 0.2);
}

.breadcrumb .btn.badge-secondary.text-white:hover,
.breadcrumb .btn.badge-secondary.text-white:focus {
    color: #ffffff !important;
    background: linear-gradient(90deg, #678be8 0%, #81abf2 100%);
}

.btns2 {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf3ff;
    color: #31508a;
    margin-right: 8px;
}

.btns2:hover {
    background: #dfeaff;
    color: #25457d;
}

.badge {
    border-radius: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
}

.badge-primary,
.badge-success,
.badge-info {
    background: #e9f2ff;
    color: #25529c;
    border-color: #cddff8;
}

.badge-secondary,
.badge-dark {
    background: #eef2f7;
    color: #3f4b5f;
    border-color: #d8e0ea;
}

.badge-danger {
    background: #feefef;
    color: #d25461;
    border-color: #f6d3d8;
}

.badge-warning {
    background: #fff7e8;
    color: #a36a15;
    border-color: #f6e0b9;
}

.badge.text-primary {
    color: #25529c !important;
    background: #e9f2ff;
    border-color: #cddff8;
}

.badge.text-dark {
    color: #4b5563 !important;
    background: #eef2f7;
    border-color: #d8e0ea;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 10px;
    margin: 0 3px;
    border: 1px solid var(--admin-border);
    color: #31508a;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #25457d;
    background: #eaf1ff;
    border-color: #d5e3fb;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: linear-gradient(90deg, #7397f5 0%, #8cb7ff 100%);
    border-color: transparent;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 10px !important;
    border: 1px solid var(--admin-border) !important;
    background: #ffffff !important;
    color: #31508a !important;
    margin: 0 3px !important;
    transition: all 0.2s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #d5e3fb !important;
    background: #eaf1ff !important;
    color: #25457d !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    border-color: transparent !important;
    background: linear-gradient(90deg, #7397f5 0%, #8cb7ff 100%) !important;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    opacity: 0.55;
    cursor: not-allowed !important;
    border-color: #e5ebf3 !important;
    background: #f7f9fc !important;
    color: #95a3bb !important;
}

.text-primary,
.text-aqua {
    color: #5d87ff !important;
}

.text-success {
    color: #0ea57f !important;
}

.text-danger {
    color: #d25461 !important;
}

.text-warning {
    color: #b07418 !important;
}

.text-dark {
    color: #2a3547 !important;
}

.text-black-50 {
    color: #7f8ba3 !important;
}

.bg-primary {
    background: linear-gradient(90deg, #7397f5 0%, #8cb7ff 100%) !important;
}

.bg-success {
    background: linear-gradient(90deg, #63bfa8 0%, #88d2c2 100%) !important;
}

.bg-warning {
    background: linear-gradient(90deg, #f2ca8c 0%, #f7ddae 100%) !important;
}

.bg-danger {
    background: linear-gradient(90deg, #ed9ba5 0%, #e7aab6 100%) !important;
}

.bg-secondary,
.bg-info,
.bg-dark {
    background: linear-gradient(90deg, #47526a 0%, #2a3547 100%) !important;
}

.dashboard-welcome .widget.card.card-primary {
    background: #ffffff !important;
    color: inherit !important;
    border-top: 4px solid #5d87ff;
}

.dashboard-welcome .widget.card.card-success {
    background: #ffffff !important;
    color: inherit !important;
    border-top: 4px solid #13b9ac;
}

.dashboard-welcome .widget.card.card-danger {
    background: #ffffff !important;
    color: inherit !important;
    border-top: 4px solid #fa896b;
}

.btn.text-aqua {
    color: #31508a !important;
    background: #edf3ff;
    border: 1px solid var(--admin-border);
}

.btn.text-aqua:hover,
.btn.text-aqua:focus {
    color: #25457d !important;
    background: #dfeaff;
}

.btn.badge-secondary.text-white {
    color: #ffffff !important;
}

.login-tabib.login-premium {
    padding: 30px 18px;
    background-image: radial-gradient(circle at 14% 14%, rgba(93, 135, 255, 0.12) 0%, rgba(93, 135, 255, 0) 40%),
    radial-gradient(circle at 86% 14%, rgba(73, 190, 255, 0.1) 0%, rgba(73, 190, 255, 0) 38%),
    linear-gradient(165deg, #f7f9ff 0%, #edf3ff 60%, #eaf2ff 100%) !important;
}

.auth-shell {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--admin-border);
    box-shadow: 0 24px 52px rgba(42, 53, 71, 0.14);
    min-height: 620px;
    background: #ffffff;
}

.auth-side {
    position: relative;
    padding: 44px;
    background: linear-gradient(170deg, #f7faff 0%, #edf4ff 62%, #e8f1ff 100%);
    color: var(--admin-text);
    border-right: 1px solid var(--admin-border);
}

.auth-side::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(93, 135, 255, 0.18) 0%, rgba(93, 135, 255, 0) 72%);
}

.auth-side::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    left: -100px;
    bottom: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(73, 190, 255, 0.16) 0%, rgba(73, 190, 255, 0) 72%);
}

.auth-side-inner {
    position: relative;
    z-index: 2;
}

.auth-logo {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(145deg, #5d87ff 0%, #49beff 100%);
    padding: 11px;
    margin-bottom: 20px;
    box-shadow: 0 10px 24px rgba(93, 135, 255, 0.28);
}

.auth-side h3 {
    font-size: 32px;
    line-height: 1.28;
    margin-bottom: 14px;
    color: #23354e;
}

.auth-side p {
    color: #6a7a93;
    line-height: 1.7;
    font-size: 15px;
    max-width: 390px;
}

.auth-points {
    margin-top: 34px;
    display: grid;
    gap: 14px;
}

.auth-point {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dbe6f8;
    box-shadow: 0 8px 20px rgba(42, 53, 71, 0.06);
    width: fit-content;
    color: #40546f;
}

.auth-point i {
    color: var(--admin-primary);
}

.auth-panel {
    padding: 38px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-tabib.login-premium .login-main {
    width: 100%;
    max-width: 430px;
    margin: 0;
    border: 1px solid var(--admin-border);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(42, 53, 71, 0.1);
    background: #ffffff;
    padding: 32px 30px;
}

.auth-form-head {
    margin-bottom: 18px;
}

.auth-chip {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #3158ae;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.login-tabib.login-premium .theme-form h4 {
    margin-bottom: 7px;
    color: var(--admin-text);
    font-size: 27px;
    font-weight: 700;
}

.auth-form-head p {
    color: var(--admin-muted);
    margin-bottom: 0;
}

.auth-form .form-group {
    margin-bottom: 16px;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #5e80ba;
    font-size: 14px;
}

.login-tabib.login-premium .theme-form .form-group input {
    background-color: #f9fbff;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    height: 46px;
    padding-left: 40px;
}

.login-tabib.login-premium .theme-form .form-group input:focus {
    border-color: #9fc4ff;
    box-shadow: 0 0 0 3px rgba(93, 135, 255, 0.14);
}

.auth-submit {
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media only screen and (max-width: 1199px) {
    .brand-subtitle,
    .brand-title-wrap,
    .head-title {
        display: none;
    }

    .header .top-head {
        margin-right: 12px;
        margin-left: 12px;
        padding: 10px 14px;
    }

    .welcome-showcase .card-body {
        padding: 22px;
    }

    .welcome-content h4 {
        font-size: 27px;
    }

    .welcome-orb {
        width: 120px;
        height: 120px;
        right: 14px;
        bottom: -22px;
    }

    .auth-shell {
        grid-template-columns: 1fr;
        max-width: 620px;
        min-height: auto;
    }

    .auth-side {
        padding: 30px 26px;
        border-right: 0;
        border-bottom: 1px solid var(--admin-border);
    }

    .auth-side h3 {
        font-size: 27px;
    }

    .auth-panel {
        padding: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content-body .container-fluid {
        padding-top: 20px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .card-header,
    .card-body {
        padding: 16px;
    }

    .menu-caption {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navigation .main-menu .has-submenu {
        padding-right: 8px;
        padding-left: 8px;
    }

    .welcome-showcase .card-body {
        padding: 18px;
    }

    .welcome-content h4 {
        font-size: 23px;
    }

    .welcome-content p {
        line-height: 1.55;
    }

    .welcome-tags {
        gap: 8px;
    }

    .welcome-tags span {
        font-size: 11px;
        padding: 7px 10px;
    }

    .welcome-orb {
        display: none;
    }

    .kpi-card .card-body {
        padding: 18px;
    }

    .stat-value {
        font-size: 25px;
    }

    .login-tabib.login-premium {
        padding: 12px;
    }

    .auth-shell {
        border-radius: 14px;
    }

    .auth-side {
        padding: 24px 18px;
    }

    .auth-side p {
        font-size: 14px;
        line-height: 1.6;
    }

    .auth-points {
        margin-top: 20px;
        gap: 10px;
    }

    .auth-point {
        width: 100%;
    }

    .auth-panel {
        padding: 14px;
    }

    .login-tabib.login-premium .login-main {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .login-tabib.login-premium .theme-form h4 {
        font-size: 23px;
    }
}
