body, h1, h2, h3, h4, h5, h6, p, span, a{
    font-family: 'Opun Mai SemiCondensed' !important;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
.text-blue{
    color: #022fb6 !important;
}
.btn-blue{
    background-color: #022fb6 !important;
    color: #ffffff !important;
}

.menu-vertical .menu-inner > .menu-item.active > .menu-link:not(.menu-toggle){
    background-color: #ccd8ff !important;
    color: #022fb6 !important;
}
.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner > .menu-item.active::before{
    background-color: #022fb6 !important;
}
.menu-vertical .menu-item.active > .menu-toggle{
    background-color: #ccd8ff !important;
    color: #022fb6 !important;
}
.menu-vertical .menu-item.active:not(.open) > .menu-link:not(.menu-toggle)::before{
    background-color: #022fb6 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #ffffff !important;
    background-color: #022fb6 !important;
}
.nav-pills .nav-item .nav-link:not(.active):hover{
    background-color: #ccd8ff !important;
    color: #022fb6 !important;
}

.authentication-wrapper {
    --bs-auth-basic-inner-max-width: 900px !important;
}
.required{
    color:red;
}