@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}

.page-title-data {
    display: none;
}

.page-content a {
    color: #9c3700!important;
}

.w-100 {
    width: 100%;
}

.mt-25 {
    margin-top: 25px;
}

.h-70 {
    height: 70px!important;
}

.pointer {
    cursor: pointer;
}

.reportBtn {
    width: 100px;
    margin-bottom: 3px;
}

table.dataTable td.dt-type-numeric, table.dataTable th.dt-type-numeric {
    text-align: left !important;
}

.w-80 {
    max-width: 80%!important;
}

.text-strong {
    font-weight: bold;
}

.app-topbar {
    border: 0px!important;
    height: 100px!important;
}

@media (min-width: 768px) {
    html:not([data-layout=topnav]) .app-topbar.topbar-active {
        height: 100px!important;
    }
}

.side-nav .side-nav-item .side-nav-link {
    color: #1a1919!important;
}

.side-nav>.side-nav-item.active .side-nav-link.active, .side-nav>.side-nav-item.active>a {
    color: #b85d4c!important;
}

.logo-lg {
    img {
        height: 70px!important;
    }
}

.logo-sm {
    img {
        height: 70px!important;
        margin-top: 15px;
    }
}

.logo {
    display: block;
    top: 15px;
    position: sticky;
    line-height: 70px!important;
    padding: 0 22px;
    text-align: center;
    height: 100px;

    .logo-lg {
        display: block;
    }

    .logo-sm {
        display: none;
    }

    .logo-light {
        display: none;
    }

    .logo-dark {
        display: block;
    }
}

.page-content {
    padding-top: 15px;
}

.btn-bolyhus {
    background-color: #ae4b3c!important;
    color: #FFFFFF!important;
    border-radius: 25px;
}

.side-nav-link {
    color: inherit;
}

.side-nav-link .menu-link-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

.side-nav-link .menu-arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    padding-left: 10px;
}

.side-nav-link .menu-arrow-link .menu-arrow {
    pointer-events: none;
}

.card {
    border: 1px solid #dbdedf!important;
}

.widget-card {
    padding: 10px!important;
}

.widget-footer {
    background: #f6f5f1!important;
    padding: 10px!important;
    border-top: 1px solid #dbdedf!important;
}

.widget-text {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 28px;
}

.primary-bg-color {
    background: #e6e3d8!important;
}

.secondary-bg-color {
    background: #f6f5f1!important;
}

.no-border {
    border: 0px!important;
}

.month-grid {
    display: grid;
    grid-template-columns: repeat(7, 40px);
    gap: 16px 18px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.month-grid .day {
    text-align: center;
}

.month-grid .today {
    color: #b94a2b;
}

.news-preview {
    margin-bottom: 30px;
}