.custom-bg-primary,
.custom-navbar-primary {
    background-color: #f3d09f !important;
}

.custom-bg-primary .nav-link,
.custom-bg-primary .brand-link,
.custom-bg-primary .nav-header,
.custom-navbar-primary .navbar-nav .nav-link {
    color: #75563e !important;
}

.custom-bg-primary .nav-link:hover {
    background-color: #e2c18d !important;
    color: #75563e !important;
}

.nav-link.active {
    background-color: #75563e !important;
    color: #f3d09f !important;
}

.brand-link {
    height: 3rem;
}

body {
    color: #1f2937;
}

.content-wrapper {
    /* background-color: #f3d09f !important; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* .main-footer {
    background-color: #f3d09f !important;
    color: #75563e !important;
    border-top: 1px solid #75563e !important;
} */

.preloader {
    background-color: #f3d09f !important;
}

.nav-header {
    color: #75563e !important;
    font-weight: 550;
}

a {
    color: #75563e;
}

a:hover {
    color: #1f2937;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 550 !important;
}

.btn-primary {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
}

.btn-primary:hover {
    background-color: #634731 !important;
    border-color: #634731 !important;
}

.btn-secondary {
    background-color: #f3d09f !important;
    border-color: #f3d09f !important;
    color: #75563e !important;
}

.btn-secondary:hover {
    background-color: #e2c18d !important;
    border-color: #e2c18d !important;
}

.swal2-styled.swal2-confirm {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #f3d09f !important;
    border-color: #f3d09f !important;
    color: #75563e !important;
}

.paginate_button.page-item.active a {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
}

.paginate_button.page-item.active a:hover {
    background-color: #634731 !important;
    border-color: #634731 !important;
}

.text-primary {
    color: #75563e !important;
}

.text-secondary {
    color: #f3d09f !important;
}

.menu-open a {
    background-color: #f3d09f !important;
    color: #75563e !important;
}

.select2-selection__choice {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #75563e !important;
    color: #f3d09f !important;
}

.btn-outline-secondary {
    color: #75563e !important;
    border-color: #75563e !important;
}

.btn-outline-secondary:hover {
    background-color: #f3d09f !important;
    color: #75563e !important;
    border-color: #f3d09f !important;
}

.page-link {
    color: #75563e !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.pagination .page-item.active .page-link {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
}

.list-group-item.active {
    background-color: #75563e !important;
    border-color: #75563e !important;
    color: #f3d09f !important;
    text-align: center;
}

.select2-container {
    width: 100% !important;
}

.label-top {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0.2em 0.6em 0.3em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    background-color: #6c757d;
}

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    content: "";
    background-color: #f3d09f;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-item:before,
.timeline-item:after {
    content: " ";
    display: table;
}

.timeline-item:after {
    clear: both;
}

.timeline-body {
    padding: 10px 20px;
    background-color: #f3d09f;
    border-radius: 6px;
    position: relative;
}

.timeline-body:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 20px;
    left: -15px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #f3d09f;
}

.timeline-body:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 20px;
    left: -16px;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fff;
}

.timeline-body:after {
    border-right-width: 15px;
    left: 6px;
    margin-left: 0;
}

.timeline-body:before {
    border-right-width: 14px;
    left: 5px;
    margin-left: 0;
}

.timeline-body-content-date {
    font-size: 12px;
    font-weight: 600;
    color: #75563e;
}

.timeline-body-note {
    font-size: 12px;
    font-weight: 400;
    color: #75563e;
}

.btn-outline-primary {
    color: #75563e !important;
    border-color: #75563e !important;
}

.btn-outline-primary:hover {
    background-color: #75563e !important;
    color: #f3d09f !important;
    border-color: #f3d09f !important;
}
