/* vue search select */
.form-group .ui.fluid.dropdown {
    border-radius: 0px !important;
    min-height: 0px !important;
    height: 34px !important;    
    padding-top: 8.2px !important;
}

.form-group .ui.dropdown .menu > .item {
    font-size: 13px !important;
}

.form-group .ui.selection.dropdown .menu > .item {
    padding: 3.5px 15px !important;
}

.form-group .ui.fluid.dropdown .menu > .item.current {
    background-color: #1e90ff !important;
    color: #fff !important;
}
/* vue search select */

/* swal */
.swal2-popup {
    width: 44em;
    padding: 5em 1.25em;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 15px;
}
/* swal */

.sidebar-toggle{
    display:none;
}

.tox-notification--in{
    display:none !important;
}

@media (max-width: 767px) {
    .sidebar-toggle{
        display:inline;
    }
}