.select2-selection {
    border: 1px solid #ced4da !important;
}

.text-small {
    font-size: 14px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.link-sortable {
    color: #54667a;
    text-decoration: none;
}

.link-sortable:hover {
    text-decoration: none;
    color: #54667a;
    opacity: 0.8;
}

.logo-md {
    display: none;
}

.logo-sm {
    display: inline-block;
    width: 90%;
}

.mini-sidebar .top-navbar .navbar-header .navbar-brand .logo-md {
    display: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.25;
}

@media (min-width: 768px) {
    .logo-md {
        display: inline-block;
        width: 65%;
    }

    .logo-sm {
        display: none;
    }

    .mini-sidebar .top-navbar .navbar-header .navbar-brand .logo-sm {
        display: inline-block;
        width: 90%;
    }
}

.login-register {
    padding: 4% 0;
}

.login-logo {
    width: 85%;
}

.vs__search, .vs__search:focus {
    padding: .07rem 7px;
}

.dropdown-not-after.dropdown-toggle::after {
    content: none;
}

.icon-md {
    font-size: 14px
}

.dropdown-menu {
    padding: 2px;
}

.readonly-undecorate[readonly] {
    opacity: 1;
    background-color: #fff;
}

.select2-container {
    width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff888;
}
