body {
    font-family: poppins, sans-serif;
    background: hwb(46 65% 7%);
    color: #34364a;
}

.bg-primary {
    background-color: hwb(348 5% 30%) !important;
}

.icon-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #34364a;
    border: 2px solid #34364a;
    width: 18px;
    height: 18px;
    padding: 14px;
    font-size: 18px;
    border-radius: 41%;
    margin-right: 12px;
    margin-bottom: 8px;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #dd3355 !important;
    text-decoration: none;
}

.btn-primary {
    --bs-btn-color: hwb(46 65% 7%);
    --bs-btn-bg: hwb(348 5% 30%);
    --bs-btn-border-color: hwb(348 5% 30%);
    --bs-btn-hover-color: #b54242;
    --bs-btn-hover-bg: hwb(348 5% 30%);
    --bs-btn-hover-border-color: hwb(348 5% 30%);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: hwb(46 65% 7%);
    --bs-btn-active-bg: hwb(348 5% 30%);
    --bs-btn-active-border-color: hwb(348 5% 30%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: hwb(46 65% 7%);
    --bs-btn-disabled-bg: hwb(348 5% 30%);
    --bs-btn-disabled-border-color: hwb(348 5% 30%);
}

.card-header {
    background-color: var(--bs-card-bg);
}

.table {
    font-size: 15px;
    vertical-align: middle;
}

.dataTables_length,
.dataTables_filter {
    padding-top: 5px;
    padding-bottom: 20px;
}

.dataTables_info,
.dataTables_paginate {
    padding-top: 20px;
    padding-bottom: 5px;
}

.flatpickr-day {
    border-radius: 15px;
}

.page-link {
    position: relative;
    display: block;
    color: #34364A;
    text-decoration: none;
    background-color: hwb(46 65% 7%);
    border: 1px solid hwb(46 65% 7%);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    color: hwb(348 5% 30%);
    text-decoration: none;
    background-color: hwb(46 65% 7%);
    border: 2px solid hwb(348 5% 30%);
}

.page-item .page-link {
    margin: 0 7px;
}

.page-item.active .page-link {
    z-index: 3;
    color: hwb(46 65% 7%);
    font-weight: 500;
    background-color: hwb(348 5% 30%);
}

.footer .copyright a {
    color: #ee5050;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #eb2d2d;
}