/*.btn.btn-primary{*/
    /*background-color: #f58f20;*/
/*}*/
/*.btn.btn-primary:hover{*/
    /*background-color: #00237d;*/
/*}*/
.form-control.form-control-solid{
    background-color: #f2f6ff;
}
.border {
    border: 1px dashed #dadada !important;
}
.form-select.form-select-solid{
    background-color: #f2f6ff;
    border-color: #f2f6ff;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active){
    background-color: white!important;
}

.card>.card-header{
    justify-content: center!important;
    align-items: center!important;
}

/*loader*/
.infinity-loader{
}
#outline {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px;
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px;
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px;
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px;
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px;
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px;
    }
}
/*loader*/


/*@media (min-width: 992px){*/
/*    .header-fixed.toolbar-fixed .toolbar {*/
/*         top: 0px !important;*/
/*    }*/
/*    .header-fixed .wrapper {*/
/*        padding-top: 55px !important;*/
/*    }*/
/*}*/
/*@media (max-width: 991.98px){*/
/*    .toolbar .page-title {*/
/*        display: block !important;*/
/*    }*/
/*    .header-fixed.toolbar-fixed .toolbar {*/
/*        top: 0px !important;*/
/*    }*/
/*    .header-fixed .wrapper {*/
/*        padding-top: 55px !important;*/
/*    }*/
/*}*/
.btn.btn-primary{
    background-color: #0E3692!important;
    color: #fff!important;
}
.btn.btn-primary:hover{
    background-color: #062670!important;
    color: #fff!important;
}
.btn.btn-light-primary{
    background-color: #81a2ef4d!important;
    color: #0e3692!important;
}
.btn.btn-light-primary:hover{
    background-color: #e0e8f9!important;
    color: #0e3692!important;
}
.btn.btn-light-primary i{
    background-color: #e0e8f9!important;
    color: #0e3692!important;
}
.btn.btn-outline-primary{
    color: #0e3692!important;
    border-color: #0e3692!important;
}
.btn-outline-primary:hover{
    background-color: #cedaf5!important;
}
.btn.btn-outline-primary i{
    color: #0e3692!important;
}
.btn .btn-active-light-primary{

}
