a:hover{
    text-decoration: inherit !important;
    /* color: inherit !important; */
}

header.dashboard .collapse:not(.show){
    display: inline-flex;
}
header.dashboard .navbar-collapse{
    flex-basis: auto;
    flex-grow: inherit;
}
header.dashboard .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute !important;
}
header.dashboard .navbar-nav.ms-auto{
    display: flex;
    flex-direction: row;
}
header.dashboard .nav-item.dropdown{
    margin-left: 20px;
}

header.dashboard .navbar-toggler.navbar-toggler-right:focus{
    box-shadow: none;
}

.show-on-mobile{
    display: none;
}

#menu_desktop div.list-group .list-group-item{
    border-radius: 0 !important;
    transition: all ease-in .2s;
}
#menu_desktop div.list-group .list-group-item:hover,
#menu_desktop div.list-group .list-group-item.active{
    text-decoration: none !important;
    color: inherit;
    background-color: #dc3545;
    color: #fff;
    border-color: transparent;
}

.tox .tox-promotion{
    display: none;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ced4db !important;
}
.select2-container .select2-selection--single{
    height: 32.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 30px !important;
}

input:read-only {
    background-color: #ddd;
}

@media screen and (max-width: 1200px){
    .show-on-mobile{
        display: flex;
    }
    #menu_desktop{
        display: none;
    }
}