.header-menu .menu-nav>.menu-item>.menu-link .menu-text {
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: initial;
}

footer.sticky-footer {
    padding: 2rem 0 !important;
    flex-shrink: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}

/* .text-center {
    text-align: center !important;
} */

.w-half {
    width: 50% !important;
}

.w-full {
    width: 100% !important;
}

.h-full {
    width: 100% !important;
}

.w-10rem {
    width: 10rem !important;
}

.h-10rem {
    height: 10rem !important;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.badge-circle {
    border-radius: 50% !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.w-90p {
    width: 90px !important;
}

.w-100p {
    width: 100px !important;
}

.w-125p {
    width: 125px !important;
}

.w-175p {
    width: 175px !important;
}

.w-200p {
    width: 200px !important;
}

.w-210p {
    width: 210px !important;
}

.w-235p {
    width: 235px !important;
}

.h-40p {
    height: 40px !important;
}

/* Dashed border */

hr.custom-separator-dashed {
    border-top: 3px dashed #bbb;
}

/* Dotted border */

hr.custom-separator-dotted {
    border-top: 3px dotted #bbb;
}

/* Solid border */

hr.custom-separator-solid {
    border-top: 3px solid #bbb;
}

/* Rounded border */

hr.custom-separator-rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.container-mw-none {
    max-width: none !important;
}

.symbol.symbol-light-success .symbol-label {
    background-color: #C9F7F5;
    color: #1BC5BD;
}

.mpb-login-wrapper {
    background-color: #fff;
    padding: 50px !important;
    border-radius: 10px;
}

.mpb-crs-not-allowed {
    cursor: not-allowed !important;
}

input[readonly].mpb-crs-not-allowed {
    cursor: not-allowed !important;
    background-color: #bbb !important;
}

.divider-custom {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px dashed #EBEDF3;
}