.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e3192;
    --bs-btn-border-color: #1e2061;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c40c3;
    --bs-btn-hover-border-color: #2e3192;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c40c3;
    --bs-btn-active-border-color: #2e3192;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #42458f;
    --bs-btn-disabled-border-color: #2e3192;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #16528a;
    --bs-btn-border-color: #103e69;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #185b9a;
    --bs-btn-hover-border-color: #16528a;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #185b9a;
    --bs-btn-active-border-color: #16528a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #278eee;
    --bs-btn-disabled-border-color: #278eee;
}
.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #00ff06;
    --bs-btn-border-color: #00ff06;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #00ff06;
    --bs-btn-disabled-border-color: #00ff06;
}
.bg-info {
    background-color: #002A57 !important;
}
.dropdown-item:active{
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active{
    background-color: var(--bs-dropdown-link-hover-bg);
}
.text-success {
    color: #00ff06;
}
.w-10 {
    width: 10%;
}
.h-p-200 {
    height: 200px;
}
.h-p-300 {
    height: 300px;
}
.clientGroupBg {
    background-size: 111% !important;
    background-position: center !important;
}
.clientGroupTitle {
    width: fit-content;
}
.mt--5 {
    margin-top: -3.64rem;
}
.maxImg {
    max-width: 77%;
    max-height: 50%;
    margin-top: 10px;
}
.custom-rounded {
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%;
    overflow: hidden;
}
b, strong {
    font-weight: bold !important;
}
.max-w-kpx {
    max-width: 1000px;
}
.fs-2em {
    font-size: 2em;
}
.accordion-collapse {
    transition: all 0.3s ease 0s;
}
/* md */
@media only screen and (min-width : 992px) {
    .border-md-1 {
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color) !important;
    }
    .mt--5 {
        margin-top: -3.8rem;
    }
}