.accueil-menu-item{
    font-size:50px;
}
.color-info{
    color:#028ee1;
}
.color-success{
    color:#1eacbe;
}
.color-warning{
    color:#e9ab2e;
}
.color-primary{
    color:#6352ce;
}
.color-danger{
    color:#e6294b;
}
.btn-add{
    padding: 10px 10px 10px 10px;
    font-size:16px;
}
.style-carac{
    background:#fff;
    padding:10px 10px 6px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
    margin-top:20px;
}
.style-carac-textaera{
    background:#fff;
    padding:5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
}
.style-carac-type{
    border: 1px solid #eeeeee;
    background: #eeeeee;
    padding:10px 10px 6px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.171);
    margin-top:20px;
}
.label-detail-title{
    font-weight: bold;
}

:root {
    --bibiip-yellow: #ffc316;
    --bibiip-yellow-dark: #f4ad00;
    --bibiip-brown: #5a2b16;
    --bibiip-brown-soft: #74401f;
    --bibiip-brown-deep: #432012;
    --bibiip-ink: #201713;
    --bibiip-muted: #8f8b86;
    --bibiip-surface: #ffffff;
    --bibiip-soft: #f5f3f1;
    --bibiip-field: #eeeeee;
    --bibiip-sidebar-width: 252px;
    --bibiip-sidebar-mini-width: 70px;
}

body,
html body {
    background: #fbfaf9;
    color: var(--bibiip-ink);
    font-family: "Nunito", "Cairo", "Tahoma", sans-serif;
}

a,
a:hover,
a:focus {
    color: var(--bibiip-brown);
}

.topbar {
    background: linear-gradient(180deg, #ffc722 0%, #ffbf10 100%);
    box-shadow: 0 14px 30px rgba(90, 43, 22, 0.12);
    border-bottom: 1px solid rgba(90, 43, 22, 0.08);
}

.topbar .top-navbar,
.topbar .top-navbar .navbar-header {
    background: var(--bibiip-yellow);
}

.topbar .top-navbar {
    min-height: 64px;
    padding: 0 18px !important;
}

.header-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(96px, 1fr) auto minmax(220px, 1fr);
    grid-template-areas: "start center end";
    align-items: center;
    width: 100%;
    min-height: 64px;
    gap: 16px;
}

.header-start,
.header-end {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.header-start {
    grid-area: start;
    justify-content: flex-start;
}

.header-center {
    grid-area: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    justify-self: center;
}

.header-end {
    grid-area: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    max-width: none;
    gap: 10px;
}

.header-center .navbar-brand {
    margin: 0;
    pointer-events: auto;
}

.header-center .navbar-brand b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(90, 43, 22, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.header-center .light-logo {
    display: none !important;
}

.header-menu-btn {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(90, 43, 22, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-start .nav-toggler,
.header-start .sidebartoggler {
    margin: 0 !important;
}

.header-start .nav-toggler {
    display: none !important;
}

.header-start .sidebartoggler {
    display: inline-flex !important;
}

.header-menu-btn:hover {
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-1px);
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 46px;
    min-width: 46px;
    max-width: 220px;
    flex: 0 0 46px;
    padding: 0 10px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(90, 43, 22, 0.1);
    box-shadow: 0 8px 18px rgba(90, 43, 22, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    overflow: hidden;
    transition: width 0.22s ease, flex-basis 0.22s ease, padding 0.22s ease, background-color 0.22s ease;
}

.header-search.is-open {
    width: 228px;
    flex-basis: 228px;
    padding: 0 14px;
    justify-content: flex-start;
}

.header-search-toggle {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: rgba(90, 43, 22, 0.58);
    border-radius: 50%;
    flex: 0 0 28px;
}

.header-search i {
    color: rgba(90, 43, 22, 0.58);
    font-size: 14px;
    line-height: 1;
}

.header-search-input {
    width: 100%;
    opacity: 0;
    border: 0 !important;
    background: transparent !important;
    color: var(--bibiip-brown) !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    box-shadow: none !important;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.header-search.is-open .header-search-input {
    opacity: 1;
    pointer-events: auto;
}

.header-search-input::placeholder {
    color: rgba(90, 43, 22, 0.48);
}

.header-search-input:focus {
    box-shadow: none !important;
}

.header-profile-nav {
    margin-left: 0 !important;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.header-profile-link {
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 8px !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(90, 43, 22, 0.06);
}

.header-profile-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.05;
}

.header-profile-name {
    color: var(--bibiip-brown);
    font-size: 13px;
    font-weight: 800;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-profile-role {
    color: rgba(90, 43, 22, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.header-profile-link .profile-pic,
.profile-pic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(90, 43, 22, 0.12);
}

.profile-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #ffe596 100%) !important;
    color: var(--bibiip-brown);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: 2px solid rgba(90, 43, 22, 0.08);
}

.dropdown-profile-initial {
    width: 45px;
    height: 45px;
    font-size: 17px;
}

.dropdown-currency-item {
    min-width: 220px;
}

.dropdown-language-item {
    min-width: 220px;
}

.dropdown-currency-label {
    color: var(--bibiip-brown);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dropdown-language-label {
    color: var(--bibiip-brown);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--bibiip-soft);
    color: var(--bibiip-brown);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid rgba(90, 43, 22, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.language-chip:hover {
    transform: translateY(-1px);
    color: var(--bibiip-brown);
    background: rgba(255, 229, 150, 0.65);
}

.language-chip.is-active {
    background: linear-gradient(135deg, var(--bibiip-yellow) 0%, #ffd34e 100%);
    color: var(--bibiip-brown-deep);
    box-shadow: 0 10px 18px rgba(217, 160, 23, 0.18);
}

.dropdown-currency-item .form-control {
    height: 40px;
    background: var(--bibiip-soft) !important;
    color: var(--bibiip-brown) !important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.topbar .top-navbar .navbar-header .navbar-brand img,
#logo_web {
    width: 54px !important;
    max-height: 54px;
    object-fit: contain;
    border-radius: 10px;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link,
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link i {
    color: var(--bibiip-brown) !important;
}

.left-sidebar,
.fix-sidebar .left-sidebar {
    background: linear-gradient(180deg, var(--bibiip-brown) 0%, var(--bibiip-brown-deep) 100%);
    box-shadow: 18px 0 34px rgba(32, 23, 19, 0.12);
    width: var(--bibiip-sidebar-width);
}

.scroll-sidebar,
.sidebar-nav {
    background: transparent;
}

.left-sidebar {
    overflow: hidden;
}

.scroll-sidebar {
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(255, 195, 22, 0.7) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
}

.scroll-sidebar::-webkit-scrollbar {
    width: 7px;
}

.scroll-sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.scroll-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 195, 22, 0.72);
    border: 2px solid var(--bibiip-brown);
    border-radius: 999px;
}

.scroll-sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--bibiip-yellow);
}

.left-sidebar .slimScrollDiv {
    overflow: visible !important;
}

.left-sidebar .slimScrollBar {
    width: 4px !important;
    left: auto !important;
    right: 3px !important;
    background: var(--bibiip-yellow) !important;
    border-radius: 999px !important;
    opacity: 0.55 !important;
    box-shadow: none !important;
}

.left-sidebar .slimScrollBar:hover {
    opacity: 0.9 !important;
}

.left-sidebar .slimScrollRail {
    display: none !important;
    width: 0 !important;
    opacity: 0 !important;
}

.sidebar-nav {
    overflow: visible !important;
    height: auto !important;
    padding: 14px 12px 22px 0;
}

.sidebar-nav > ul > li > a {
    border-radius: 0 18px 18px 0;
    margin: 4px 12px 4px 0;
}

.sidebar-nav ul li a,
.sidebar-nav > ul > li > a,
.sidebar-nav ul li a i {
    color: rgba(255, 255, 255, 0.82) !important;
}

.sidebar-nav ul li a {
    padding: 12px 20px 12px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sidebar-nav ul li a i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 16px;
}

.sidebar-nav ul li ul li a {
    padding: 9px 18px 9px 64px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78) !important;
}

.sidebar-nav ul li ul li a::before {
    left: 42px;
}

.sidebar-nav ul li ul li a::after {
    left: 45px;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.active,
.sidebar-nav > ul > li.active > a,
.sidebar-nav > ul > li > a.active {
    background: linear-gradient(90deg, rgba(255, 195, 22, 0.22) 0%, rgba(255, 195, 22, 0.08) 100%) !important;
    color: #ffffff !important;
    border-left: 4px solid var(--bibiip-yellow);
    transform: translateX(2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.sidebar-nav ul li a:hover i,
.sidebar-nav ul li a.active i,
.sidebar-nav > ul > li.active > a i {
    color: var(--bibiip-yellow) !important;
    background: rgba(255, 195, 22, 0.14);
}

.sidebar-nav > ul > li.nav-subtitle .nav-subtitle-span,
.sidebar-nav > ul > li.nav-subtitle {
    color: rgba(255, 255, 255, 0.55) !important;
    letter-spacing: 0.08em;
}

.sidebar-nav > ul > li.nav-subtitle {
    margin: 18px 12px 8px 0;
}

.sidebar-nav > ul > li.nav-subtitle .nav-subtitle-span {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0 12px 12px 0;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 800;
}

.sidebar-nav ul li ul {
    margin: 2px 12px 8px 0;
    padding: 6px 0 6px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-wrapper,
main.py-4 {
    background: #fbfaf9;
}

@media (min-width: 1024px) {
    .page-wrapper {
        padding-left: var(--bibiip-sidebar-width);
    }

    .footer {
        left: var(--bibiip-sidebar-width);
    }
}

@media (min-width: 768px) {
    .navbar-header {
        width: var(--bibiip-sidebar-width);
    }

    .mini-sidebar .page-wrapper {
        padding-left: var(--bibiip-sidebar-mini-width);
    }

    .mini-sidebar .footer {
        left: var(--bibiip-sidebar-mini-width);
    }

    .mini-sidebar .left-sidebar {
        width: var(--bibiip-sidebar-mini-width);
    }

    .mini-sidebar .sidebar-nav #sidebarnav > li > a {
        width: var(--bibiip-sidebar-mini-width);
        padding: 10px 21px;
    }

    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        width: calc(var(--bibiip-sidebar-width) + 10px);
    }
}

@media (max-width: 767px) {
    .left-sidebar,
    .fix-sidebar .left-sidebar {
        width: min(var(--bibiip-sidebar-width), 82vw);
    }

    .mini-sidebar .left-sidebar,
    .mini-sidebar .sidebar-footer {
        left: calc(min(var(--bibiip-sidebar-width), 82vw) * -1);
    }

    .mini-sidebar.show-sidebar .left-sidebar,
    .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0;
    }
}

.card,
.white-box,
.table-responsive,
.modal-content,
.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(32, 23, 19, 0.07);
}

body.is-rtl,
body.is-rtl .page-wrapper,
body.is-rtl main,
body.is-rtl .container-fluid,
body.is-rtl .card,
body.is-rtl .white-box,
body.is-rtl .table-responsive,
body.is-rtl .modal-content,
body.is-rtl .dropdown-menu {
    direction: rtl;
    text-align: right;
}

body.is-rtl .header-shell {
    direction: ltr;
    grid-template-areas: "end center start";
}

body.is-rtl .header-start {
    justify-content: flex-end;
}

body.is-rtl .header-end {
    justify-content: flex-start;
}

body.is-rtl .header-profile-meta {
    align-items: flex-end;
    direction: rtl;
    text-align: right;
}

body.is-rtl .header-profile-nav {
    justify-content: flex-end;
}

body.is-rtl .header-profile-link {
    direction: ltr;
    padding: 0 0 0 8px !important;
}

body.is-rtl .header-search {
    direction: ltr;
}

body.is-rtl .header-search-input {
    direction: rtl;
    text-align: right;
}

body.is-rtl .language-switcher {
    justify-content: flex-start;
}

body.is-rtl .left-sidebar,
body.is-rtl .fix-sidebar .left-sidebar {
    left: auto;
    right: 0;
    box-shadow: -18px 0 34px rgba(32, 23, 19, 0.12);
}

body.is-rtl .left-sidebar .slimScrollBar {
    right: auto !important;
    left: 3px !important;
}

body.is-rtl .sidebar-nav {
    padding: 14px 0 22px 12px;
}

body.is-rtl .sidebar-nav > ul > li > a {
    border-radius: 18px 0 0 18px;
    margin: 4px 0 4px 12px;
}

body.is-rtl .sidebar-nav ul li a {
    padding: 12px 18px 12px 20px;
}

body.is-rtl .sidebar-nav ul li a i {
    margin-right: 0;
    margin-left: 10px;
}

body.is-rtl .sidebar-nav ul li ul {
    margin: 2px 0 8px 12px;
    padding: 6px 12px 6px 0;
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.is-rtl .sidebar-nav ul li ul li a {
    padding: 9px 64px 9px 18px;
}

body.is-rtl .sidebar-nav ul li ul li a::before {
    left: auto;
    right: 42px;
}

body.is-rtl .sidebar-nav ul li ul li a::after {
    left: auto;
    right: 45px;
}

body.is-rtl .sidebar-nav ul li a:hover,
body.is-rtl .sidebar-nav ul li a.active,
body.is-rtl .sidebar-nav > ul > li.active > a,
body.is-rtl .sidebar-nav > ul > li > a.active {
    border-left: 0;
    border-right: 4px solid var(--bibiip-yellow);
    transform: translateX(-2px);
}

body.is-rtl .sidebar-nav > ul > li.nav-subtitle {
    margin: 18px 0 8px 12px;
}

body.is-rtl .sidebar-nav > ul > li.nav-subtitle .nav-subtitle-span {
    border-radius: 12px 0 0 12px;
}

@media (min-width: 1024px) {
    body.is-rtl .page-wrapper {
        padding-left: 0;
        padding-right: var(--bibiip-sidebar-width);
    }

    body.is-rtl .footer {
        left: 0;
        right: var(--bibiip-sidebar-width);
    }
}

@media (min-width: 768px) {
    body.is-rtl .navbar-header {
        right: 0;
        left: auto;
    }

    body.is-rtl.mini-sidebar .page-wrapper {
        padding-left: 0;
        padding-right: var(--bibiip-sidebar-mini-width);
    }

    body.is-rtl.mini-sidebar .footer {
        left: 0;
        right: var(--bibiip-sidebar-mini-width);
    }
}

@media (max-width: 767px) {
    body.is-rtl.mini-sidebar .left-sidebar,
    body.is-rtl.mini-sidebar .sidebar-footer {
        left: auto;
        right: calc(min(var(--bibiip-sidebar-width), 82vw) * -1);
    }

    body.is-rtl.mini-sidebar.show-sidebar .left-sidebar,
    body.is-rtl.mini-sidebar.show-sidebar .sidebar-footer {
        left: auto;
        right: 0;
    }
}

@media (max-width: 991px) {
    .header-shell {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .header-end,
    .header-start {
        width: auto;
    }
}

body.is-rtl .business-analytics .card-box {
    padding: 20px 20px 20px 68px;
    text-align: right;
}

body.is-rtl .business-analytics .card-box h5,
body.is-rtl .business-analytics .card-box h2,
body.is-rtl .order_stats_header h4 {
    text-align: right;
}

body.is-rtl .business-analytics .card-box i {
    left: 16px !important;
    right: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: 16px !important;
}

body.is-rtl .business-analytics .card-body .row {
    justify-content: flex-start;
}

.card-header,
.modal-header {
    background: var(--bibiip-surface);
    border-bottom: 1px solid #f0ece8;
    color: var(--bibiip-ink);
}

.card-title,
.box-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bibiip-ink);
    font-weight: 700;
}

.btn,
button,
input,
select,
textarea,
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 22px;
}

.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.bootstrap-tagsinput,
.chosen-container-single .chosen-single {
    background-color: var(--bibiip-field) !important;
    border-color: transparent !important;
    color: var(--bibiip-ink);
    box-shadow: none !important;
}

.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--bibiip-yellow) !important;
    box-shadow: 0 0 0 3px rgba(255, 195, 22, 0.2) !important;
}

.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-add,
.dt-button,
button[type="submit"] {
    background: var(--bibiip-yellow) !important;
    border-color: var(--bibiip-yellow) !important;
    color: #111111 !important;
    box-shadow: 0 10px 22px rgba(255, 195, 22, 0.28);
}

.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-add:hover,
.dt-button:hover,
button[type="submit"]:hover {
    background: var(--bibiip-yellow-dark) !important;
    border-color: var(--bibiip-yellow-dark) !important;
    color: #111111 !important;
}

.btn-danger {
    border-color: #d94d3f;
    background: #d94d3f;
}

.btn-secondary,
.btn-default {
    background: var(--bibiip-soft);
    border-color: var(--bibiip-soft);
    color: var(--bibiip-brown);
}

.label-primary,
.badge-primary,
.bg-primary,
.progress-bar,
.pagination .page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > span {
    background-color: var(--bibiip-yellow) !important;
    border-color: var(--bibiip-yellow) !important;
    color: #111111 !important;
}

.text-primary,
.color-info,
.color-warning,
.color-primary {
    color: var(--bibiip-brown) !important;
}

.table thead th,
table.dataTable thead th {
    background: #fff8df;
    color: var(--bibiip-brown);
    border-bottom: 1px solid #f1dfac !important;
}

.table td,
.table th,
table.dataTable.no-footer {
    border-color: #f0ece8 !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: var(--bibiip-field);
    border: 0;
    border-radius: 18px;
    padding: 7px 12px;
}

.profile-pic {
    border: 2px solid rgba(90, 43, 22, 0.16);
}

.dropdown-user li a:hover,
.dropdown-menu .dropdown-item:hover {
    background: #fff8df;
    color: var(--bibiip-brown) !important;
}

.footer {
    background: #fbfaf9;
    color: var(--bibiip-muted);
    border-top: 1px solid #f0ece8;
}

@media (max-width: 767px) {
    .topbar .top-navbar {
        padding: 0 12px !important;
    }

    .header-shell {
        gap: 10px;
    }

    .header-center {
        position: static;
        transform: none;
        flex: 1 1 auto;
        justify-content: center;
    }

    .header-start .nav-toggler {
        display: inline-flex !important;
    }

    .header-start .sidebartoggler {
        display: none !important;
    }

    .header-search {
        min-width: 42px;
        width: 42px;
        flex-basis: 42px;
        padding: 0;
        justify-content: center;
    }

    .header-search-input {
        display: none;
    }

    .header-profile-meta {
        display: none;
    }

    .header-end {
        gap: 8px;
    }

    .topbar .top-navbar .navbar-header {
        min-width: 64px;
    }

    .topbar .top-navbar .navbar-brand img,
    #logo_web {
        width: 44px !important;
        max-height: 44px;
    }

    .header-profile-link {
        padding-left: 0 !important;
        background: transparent;
        border: 0;
    }
}

.login-register {
    background: var(--bibiip-yellow) !important;
    min-height: 100vh;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-logo {
    margin-bottom: 18px;
}

.login-logo a {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.login-logo img.dark-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 12px;
}

.login-box.card {
    width: min(430px, 100%);
    max-width: 430px;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(90, 43, 22, 0.16);
}

.login-box .card-body {
    padding: 32px 28px;
}

.login-box .box-title {
    color: var(--bibiip-ink);
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.login-box .form-material .form-control {
    background: var(--bibiip-field) !important;
    border: 0 !important;
    border-radius: 22px !important;
    padding: 0 18px;
}

.login-box .btn-primary {
    width: 100%;
    border-radius: 24px;
    font-weight: 700;
}

.form-group.default-admin {
    background: #fff8df;
    border: 1px solid rgba(255, 195, 22, 0.45);
    box-shadow: none !important;
    color: var(--bibiip-brown) !important;
}


