body {
    margin: 0;
    /*background-color: var(--blue);*/
}

.ul-menu {
    margin-top: 3.6rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 14rem;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a.active {
    background-color: #dbc00f;
    color: white;
}

li ul {
    list-style-type: none;
    background-color: #c9c9c9;
    margin-left: 0px;
}

li a:hover:not(.active) {
    background-color: rgba(224, 224, 224, 0.73);
    color: white;
}

.dv-header {
    display: block;
    float: top;
    position: fixed;
    background: white;
    margin-top: -3.6rem;
    overflow: auto;
}

.dv-main {
    margin-left:14rem;
    margin-top:3.6rem;
    padding:1px 16px;
    overflow: auto;
}
.vw-20{
    width: 18vw;
}

.vw-30{
    width: 30vw;
}
.vw-35{
    width: 35vw;
}
.vw-40{
    width: 40vw;
}

.vw-80{
    width: 80vw;
}

.bd-yellow {
    border: 1px solid #dbc00f;
    border-radius: 20px;
}

.bd-el {
    border: 1px solid var(--primary-700);
    border-radius: 20px;
}

.bg-list {
    background-color: rgba(236, 236, 236, 0.46);
    border-radius: 20px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

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

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: calc(1.5em + 0.75rem + 2px) !important;
    margin-right: 25px !important;
}

.dataTables_length {
    float: right !important;
}

