/* designer */

.btn-success {
    color: #fff;
    background-color: #5567C3;
    border-color: #5567C3;
}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    color: #fff;
    background-color: #6478dd;
    border-color: #6478dd;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgb(100 120 221 / 50%);
    box-shadow: 0 0 0 0.15rem rgb(100 120 221 / 50%);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5567c3;
    background-color: #5567c3;
}

.account-card-box .card {
    box-shadow: none;
}

.account-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-position: 0 -30%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sign-title {
    color: #fff;
    font-size: 20px;
}

.authentication-bg {
    background-color: #1C2347;
    padding-bottom: 0;
}

.account-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-position: 0 -30%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.account-card-box {
    background-color: #ffffff17;
    color: #fff;
}

.account-card-box .card {
    box-shadow: none;
}

.account-card-box .card {
    border: 0;
}

.account-card-box {
    border-radius: 0;
}

.navbar-custom,
.logo-box {
    background-color: #1C2347;
}

.nav-user img {
    object-fit: cover;
}

.rounded-circle {
    object-fit: cover;
}

.btn-primary, .page-item.active .page-link {
    color: #fff;
    background-color: #5567C3;
    border-color: #5567C3;
}
a{
color: #5567C3;
}
a:hover{
color: #677be1;
}
#sidebar-menu>ul>li>a.active, #sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover{
color: #5567C3;
}
.notification-list .noti-title{
 background-color: #5567C3;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-primary:hover{

    background-color: #677be1;
    border-color: #677be1;

}


th.hide-sorting:before {
    display: none !important;
}

th.hide-sorting:after {
    display: none!important;
}
/* designer */