:root {
    --bs-primary: #205781 !important;
    --bs-primary-rgb: 32, 87, 129;
    --bs-success-rgb: 61, 174, 129;
    --bs-warning-rgb: 244, 201, 93;
    --bs-danger-rgb: 225, 85, 84;
    --bs-info-rgb: 77, 168, 218;
}
body{
    font-family: "Inter", sans-serif !important;
    background: #ffffff;
}
#page-topbar{
    box-shadow: none !important;
}
.navbar-header{
    border-bottom: 1px solid #e1e1e1;
}
.card{
    border: 1px solid #e1e1e1;
}
.navbar-brand-box {
    background-color: #f8f8fa;
}
.vertical-menu {
    box-shadow: none;
    background: #f7f7f7;
}
.mm-active>a{
    border-radius: 5px !important;
    box-shadow: none !important;
    background-color: #e2e6f0;
    color: #205781 !important;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mm-active>a>i {
    color: #205781 !important;
}
#sidebar-menu ul li a:hover {
    border-radius: 5px !important;
    background-color: #e2e6f0;
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
#sidebar-menu ul li a i {
    color: #4f5158;
}
.footer {
    box-shadow: none !important;
    border-top: 1px solid #e1e1e1 !important;
}
.btn.btn-success {
    background-color: #3DAE81 !important;
    border-color: #3DAE81 !important;
}
.btn.btn-danger {
    background-color: #E15554 !important;
    border-color: #E15554 !important;
}
.btn.btn-wdarning {
    background-color: #F4C95D !important;
    border-color: #F4C95D !important;
}
.search-box .form-control {
    background: #f4f7f9 !important;
}
.breadcrumb-item.home{
    background: #205781;
    border-radius: 18px !important;
}
.breadcrumb-item{
    border-radius: 14px !important;
}
.breadcrumb-item.active{
    background: #F4C95D; 
    border-radius: 14px !important;
}
.circle.done {
    background-color: #205781;
    border: none;
    color: #ffffff;
}
.card.card-border-sb{
    border-top: 5px solid #205781 !important;
}
.form-login{
    border-radius: 8px;
    height: 45px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}
.card.login{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border-radius: 30px !important;
    border: none !important;
}
.btn-login{
    border-radius: 8px;
    background: #205781;
    border-color: #205781;
    height: 45px;
}