/* Header Style --------->>>>>> START */
.header-profile-user{
    width: 45px;
    height: 45px;
}
/* Header Style --------->>>>>> END */
/* Page Style --------->>>>>> START */
@media (max-width: 600px) {
    .page-content{
        padding: calc(70px + 24px) calc(10px * .75) 60px calc(10px * .75);
    }
    .container-fluid{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
/* Page Style --------->>>>>> END */
/* Sidebar New Design --------->>>>>> START */
#sidebar-menu ul.metismenu li a{
    font-size: 13px;
}
.vertical-collpsed .vertical-menu #sidebar-menu ul.metismenu li a{
    font-weight: 600;
}
#sidebar-menu ul.metismenu li a.waves-effect.active, 
#sidebar-menu ul.metismenu li a.waves-effect.mm-active{
    position: relative;
    background-color: #f5f4ff;
}
#sidebar-menu ul.metismenu li a.waves-effect.active::before, 
#sidebar-menu ul.metismenu li a.waves-effect.mm-active::before
{
    position: absolute !important;
    content: "" !important;
    width: 4px !important;
    height: 35px !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #f74f22 !important;
    border-radius: 5px 0px 0px 5px !important;
}
#sidebar-menu ul.metismenu li a.waves-effect:hover{
    background-color: #f5f4ff;
    color: #f74f22;
}
#sidebar-menu ul.metismenu li a.waves-effect:hover i{
    color: #f74f22;
}
#sidebar-menu ul li ul.sub-menu{
    position: relative;
    /* padding-left: 15px; */
}
#sidebar-menu ul li ul.sub-menu::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: rgba(117, 117, 138, 0.4);
    top: 0px;
    left: 32px;
    height: calc(100% - 16px);
    transition: height 0.5s;
}
#sidebar-menu ul li ul.sub-menu li a::after{
    position: absolute;
    content: "";
    top: 48%;
    width: 8px;
    left: 32px;
    border-top: 1px solid rgba(117, 117, 138, 0.4);
}
#sidebar-menu ul li ul.sub-menu li a:hover{
    color: #f74f22;
    background-color: transparent;
}

#sidebar-menu ul li ul.sub-menu li a.active::before, #sidebar-menu ul li ul.sub-menu li a:hover::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border-radius: 100%;
    background: #f74f22;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu{
    padding-left: 10px;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu::before{
    left: 15px;
    height: calc(100% - 24px);
}
/* ul.sub-menu li a::after */
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu li a::after{
    left: 5px;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu li a:hover{
    color : #f74f22;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu li a.active::before,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li ul.sub-menu li a:hover::before{
    left: 3px;
}
/* Sidebar New Design --------->>>>>> END */
/* Dashboard Design --------->>>>>> START */
.mini-stats-wid{
    background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url("../assets/images/widget-bg.webp");
    background-size: cover;
    background-position: center;
}
/* Dashboard Design --------->>>>>> END */
/* Bootstrap-style Light Background Utilities --------->>>>>> START */
.bg-light-primary {
    background-color: rgba(13, 110, 253, 0.15) !important; /* Bootstrap Primary (#0d6efd) */
    color: #0d6efd !important;
}

.bg-light-secondary {
    background-color: rgba(108, 117, 125, 0.15) !important;
    color: #6c757d !important;
}

.bg-light-success {
    background-color: rgba(25, 135, 84, 0.15) !important;
    color: #198754 !important;
}

.bg-light-danger {
    background-color: rgba(220, 53, 69, 0.15) !important;
    color: #dc3545 !important;
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, 0.2) !important;
    color: #ffc107 !important;
}

.bg-light-info {
    background-color: rgba(13, 202, 240, 0.15) !important;
    color: #0dcaf0 !important;
}

.bg-light-dark {
    background-color: rgba(33, 37, 41, 0.15) !important;
    color: #212529 !important;
}

.bg-light {
    background-color: rgba(248, 249, 250, 1) !important;
    color: #000 !important;
}
/* Bootstrap-style Light Background Utilities --------->>>>>> END */
/* Tiny MCE Editor Custom CSS ------>>>>>> START */
.tox-promotion, .tox-statusbar__branding{
    display: none !important;
}
/* Tiny MCE Editor Custom CSS ------>>>>>> END */ 
/* Swal CSS ------>>>>>> START  */
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom{
    z-index: 9999; 
}
/* Swal CSS ------>>>>>> END  */
/* Select2 CSS ------>>>>>> START  */
.select2-container{
    width: 100% !important;
}
.select2-sm-container .select2-container{
    display: block;
}
.select2-sm-container .select2-container .select2-selection--single{
    height: 30px;
}
.select2-sm-container .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 30px;
}
.select2-sm-container .select2-container .select2-selection--single .select2-selection__arrow{
    height: 25px;
}
/* Select2 CSS ------>>>>>> END  */

fieldset{
    border: 1px solid #ddd !important;
    padding: 0px 10px !important;
    border-radius: 5px;
}
legend{
    width: auto;
    font-size: 18px;
    font-weight: 600;
    float: unset;
}
.form-group label span{
    color: red;
}
.disabled{
    background-color: #f2f2f5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.badge{
    font-size: 12px;
}
#modal_loader{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.pointer{
    cursor: pointer;
}
.img_preview{
    max-width: 100px;
    max-height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.nowrap{
    white-space: nowrap;
}

.mini-stats-wid{
    transition: all 0.3s ease-in-out;
}
.mini-stats-wid:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
