body {
    background: #d6d6d6;
    /* font-size: 90% !important; */
}

.bg-menu-theme {
    background: #ffffff;
}

.layout-navbar {
    background: #ffffff;
    padding: 20px !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
}

.table-responsive {
    margin: 20px;
    border: 1px solid #8b8b8b;
    padding: 10px;
    border-radius: 10px;
    font-size: 90%;
}

.disabled {
    background-color: #efeff0;
}

.menu-link {
    font-size: 15px !important;
}
.form-label {
    font-size: 12px !important;
}
