@font-face {
    font-family: "GiftPoppins";
    src: url("../fonts/poppins/poppins-v5-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --brand: #7a0612;
    --brand-dark: #57040d;
    --ink: #1f2933;
    --muted: #697586;
    --line: #e5e7eb;
    --page: #f5f7fb;
    --panel: #ffffff;
    --success: #15803d;
    --danger: #b91c1c;
    --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: GiftPoppins, Arial, sans-serif;
    color: var(--ink);
    background: var(--page);
    line-height: 1.5;
}

a {
    color: var(--brand);
    text-decoration: none;
}

a:hover {
    color: var(--brand-dark);
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.page-wrapper {
    min-height: 100vh;
}

.page-container2 {
    min-height: 100vh;
    padding-left: 280px;
}

.page-content--bgf7 {
    background: var(--page);
    min-height: calc(100vh - 70px);
}

.section__content {
    width: 100%;
}

.section__content--p30 {
    padding: 0 30px;
}

.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    max-width: 1140px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class^="col-"],
[class*=" col-"] {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-4,
.col-md-6,
.col-md-12,
.col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.m-t-75 {
    margin-top: 75px;
}

.text-center {
    text-align: center;
}

.rounded-circle,
.img-cir {
    border-radius: 999px;
}

.img-120 {
    width: 120px;
    height: 120px;
}

.img-40 {
    width: 40px;
    height: 40px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.menu-sidebar2 {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    background: var(--panel);
    border-right: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.menu-sidebar2 .logo {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 26px;
}

.menu-sidebar2__content {
    padding-bottom: 24px;
}

.account2 {
    padding: 28px 20px;
    text-align: center;
    border-bottom: 1px solid var(--line);
}

.account2 .image {
    margin: 0 auto 12px;
}

.account2 .name {
    margin: 8px 0 4px;
    font-size: 17px;
}

.navbar-sidebar2 {
    padding: 18px 0;
}

.navbar__list {
    margin: 0;
}

.navbar__list li a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 0 24px;
    color: #334155;
    font-weight: 500;
}

.navbar__list li a:hover {
    background: #fff1f2;
    color: var(--brand);
}

.header-desktop2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 280px;
    z-index: 900;
    min-height: 70px;
    color: #fff;
}

.header-wrap2 {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-button2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-button-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    color: #fff;
    cursor: pointer;
}

.has-noti::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 9px;
    height: 9px;
    background: #fbbf24;
    border-radius: 999px;
}

.notifi-dropdown,
.js-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: min(360px, calc(100vw - 24px));
    background: var(--panel);
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.show-dropdown > .notifi-dropdown,
.show-dropdown > .js-dropdown,
.notifi-dropdown.is-open,
.js-dropdown.is-open {
    display: block;
}

.notifi__title,
.notifi__footer {
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
}

.notifi__footer {
    border-top: 1px solid var(--line);
    border-bottom: 0;
}

.notifi__item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
}

.notifi__item .content p {
    margin: 0;
}

.date {
    color: var(--muted);
    font-size: 12px;
}

.bg-c1 {
    background: #fee2e2;
    color: var(--brand);
    display: grid;
    place-items: center;
}

.au-breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.au-breadcrumb-content {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.au-breadcrumb-left {
    margin-right: auto;
}

.au-breadcrumb-right {
    color: #475569;
    font-weight: 600;
}

.welcome,
section {
    padding-right: 0;
    padding-left: 0;
}

.title-4 {
    font-size: 26px;
    margin: 0;
}

.line-seprate {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 20px 0;
}

.copyright {
    color: var(--muted);
    text-align: center;
    font-size: 14px;
}

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

.control-label,
label {
    display: block;
    margin-bottom: 6px;
    color: #334155;
    font-weight: 600;
}

.form-control,
.form-control-lg,
.au-input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.form-control:focus,
.au-input:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(122, 6, 18, 0.18);
    border-color: var(--brand);
}

.btn,
.au-btn,
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary,
.au-btn--green {
    background: var(--brand);
    color: #fff;
}

.btn-secondary {
    background: #475569;
    color: #fff;
}

.btn:hover,
.au-btn:hover,
button:hover {
    filter: brightness(0.96);
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    inset: 0;
    overflow: auto;
    padding: 30px 15px;
    background: rgba(15, 23, 42, 0.55);
}

.modal.show {
    display: block;
}

.modal-dialog {
    width: min(100%, 560px);
    margin: 30px auto;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.modal-header,
.modal-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
}

.modal-footer {
    justify-content: flex-end;
    border-top: 1px solid var(--line);
    border-bottom: 0;
}

.modal-title {
    margin: 0;
    font-size: 18px;
}

.modal-body {
    padding: 18px;
}

.close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    min-height: auto;
    padding: 0;
}

body.modal-open {
    overflow: hidden;
}

.table,
table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 10px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.service-name {
    margin-top: 8px;
    font-weight: 700;
}

i[class*="fa-"],
i[class*="zmdi-"],
i.fas,
i.far,
i.fa {
    display: inline-flex;
    width: 1.25em;
    min-width: 1.25em;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

i[class*="fa-"]::before,
i[class*="zmdi-"]::before,
i.fas::before,
i.far::before,
i.fa::before {
    content: "*";
}

.fa-arrow-circle-left::before { content: "<"; }
.fa-info-circle::before { content: "i"; }
.fa-star::before { content: "*"; }
.fa-eye::before { content: "show"; font-size: 11px; width: auto; }
.fa-tachometer-alt::before { content: "D"; }
.fa-window-restore::before { content: "G"; }
.fa-shopping-basket::before { content: "T"; }
.fa-bell::before,
.zmdi-notifications::before { content: "!"; }
.fa-user::before,
.zmdi-account::before { content: "U"; }
.fa-trophy::before { content: "R"; }
.fa-building::before { content: "B"; }
.fa-code::before { content: "</>"; font-size: 11px; }
.zmdi-plus::before { content: "+"; }
.zmdi-menu::before { content: "menu"; font-size: 11px; }
.zmdi-email-open::before,
.zmdi-email::before { content: "@"; }
.zmdi-settings::before { content: "*"; }
.zmdi-money-box::before { content: "$"; }
.zmdi-globe::before { content: "o"; }
.zmdi-pin::before { content: "v"; }

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .page-container2 {
        padding-left: 0;
    }

    .header-desktop2 {
        left: 0;
    }

    .menu-sidebar2 {
        transform: translateX(-105%);
        transition: transform 0.2s ease;
    }

    .menu-sidebar2.is-open {
        transform: translateX(0);
    }

    .header-button2 .js-sidebar-btn {
        display: inline-flex;
    }

    .section__content--p30 {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .au-breadcrumb-content {
        justify-content: flex-start;
        padding: 10px 0;
    }

    .title-4 {
        font-size: 22px;
    }
}
