.btn-primary {
    -webkit-box-shadow: none! important; 
    box-shadow: none! important; 
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #070e0b;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #070e0b !important;
}

.auth-bg {
    background-image: url(/assets/img/casting.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.invalid-feedback {
    display: block;
}

.notify {
    z-index: 1000! important;
}

.page-title-box-exception{
    padding-bottom:3px! important;
}

#sidebar-menu ul li a {
    display: flex;
}

#sidebar-menu ul li a svg{
    margin-top: 2px! important;    
}

.progress-bar{
    background-color: #048f30;
}

.progress, .progress-stacked {
    --bs-progress-height: 1.625rem;
}