html,
body {
    height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    overflow: hidden;
    vertical-align: baseline;
}

.nav-custom>li {
    cursor: pointer;
}

.nav-custom>li:hover {
    background-color: #0200664f;
}

.nav-custom>li>a {
    font-size: 18px;
    width: 225px;
    color: #FFF;
}

.nav-custom>li.ativo {
    background-color: #020066;
    color: #fff;
}

.nav-custom>.ativo>a>i {
    color: #fff;
}

.nav-custom>li>a:hover {
    font-size: 18px;
    width: 225px;
    color: #FFF;
}

.nav-custom>li>a>i {
    margin-right: 10px;
    color: #fff;
}

.nav-custom>li>a:hover>i {
    color: #fff;
}


/*=============================== SELECT 2 =============================== */
.select2-container .select2-selection--single {
    height: calc(3.5rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

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

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

/*=============================== NAV SIDEBAR =============================== */
/* @keyframes navclose {
    from{
        transform: translateX(0px);
    }
    to{
        transform: translateX(-229px);
    }
}
@keyframes navopen {
    from{
        transform: translateX(-229px);
    }
    to{
        transform: translateX(0px);
    }
} */

#ctrl_hide {
    position: absolute;
    left: 229px;
    transition-property: left, width;
    /* transition-duration: 1s; */
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#nav-sidebar {
    left: 0px;
    transition-property: left;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#btn-voltar {
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-weight: bold;
    border-radius: 50%;
    background-color: white;
    color: #c3c3c3;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border: 0.5px solid #d3d3d3;
}

#btn-voltar:hover {
    background-color: #51ade2;
    border-color: #51ade2;
    color: #FFF;
}

.nav>li {
    cursor: pointer;
}

.nav>li:hover {
    background-color: #0200664f;
}

.nav>li>a {
    font-size: 18px;
    width: 225px;
    color: #FFF;
}

.nav>li.ativo {
    background-color: #020066;
    color: #fff;
}

.nav>.ativo>a>i {
    color: #fff;
}

.nav>li>a:hover {
    font-size: 18px;
    width: 225px;
    color: #FFF;
}

.nav>li>a>i {
    margin-right: 10px;
    color: #fff;
}

.nav>li>a:hover>i {
    color: #fff;
}



/*=============================== (RESERVE) =============================== */