﻿.apex-charts text {
    display: none !important;
}

#sidebar-menu .menuitem-active .active {
    color: #44cf9c;
}

.form-control:disabled, .form-control[disabled] {
    background-color: #d3d3d3 !important;
    opacity: 1;
}

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
    color: #44cf9c;
}

.nav-second-level li a:focus, .nav-second-level li a:hover {
    color: #44cf9c;
}

#sidebar-menu .menuitem-active > a {
    color: #44cf9c;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 11111 !important;
}

.fc-body .fc-row {
    height: 45px;
}

.share-holder {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.social-media .social {
    height: 37px;
    width: 37px;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    transition: all .3s ease-in-out !important;
    text-align: center;
    color: #fff;
}


    .social-media .social.social-fb {
        background: #3b5998;
    }

    .social-media .social.social-tw {
        background: #00acee;
    }
    .social-media .social:hover {
        background: #aaa;
    }