/* Estrutura Geral */
.sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background-color: #FFFFFF;
    border-right: 1px solid var(--anti-flash-white);
    z-index: 999 !important;
}

.content {
    margin-left: 250px;
}

.topbar {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0px;
    height: 80px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 998 !important;
}

.bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    z-index: 998 !important;
}

/* Fim Estrutura Geral */

/* Menu */
.menu-item {
    list-style-type: none;
    padding-bottom: 10px;
}

.menu-item a {
    font-weight: 300;
    font-size: 18px;
}

.menu-item-active {
    list-style-type: none;
}

.menu-item-active,
.menu-item-active a {
    color: var(--royal-blue) !important;
}

/* Fim Menu */

/* Abas */
.nav-tabs {
    border: 0px !important;
}

.nav-tabs .nav-line {
    position: absolute !important;
    width: 100% !important;
    top: 39px !important;
    z-index: -1 !important;
    border-bottom: 3px solid var(--anti-flash-white) !important;
}

.nav-tabs .nav-link {
    border: 0px !important;
    border-bottom: 3px solid var(--anti-flash-white) !important;
    color: var(--slate-gray) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 140px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0px !important;
    border-bottom: 3px solid var(--royal-blue) !important;
    color: var(--raisin-black) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: none !important;
}

/* Fim Abas */

/* Listagens */
.list-item {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.profile-empty {
    width: 42px;
    height: 42px;
    background-image: url('../img/photo-profile-empty-blue.svg');
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-pagination {
    background-color: var(--seasalt) !important;
    width: auto !important;
    color: var(--royal-blue) !important;
}

.page-number {
    padding: 5px 10px 5px 10px;
}

.page-number-active {
    background-color: var(--royal-blue) !important;
    color: #FFFFFF !important;
}

/* Fim Listagens */

/* Alertas */
.x-alert {
    position: absolute;
    top: 99px;
    right: 19px;
    width: 350px;
    height: 90px;
    background-color: #DAE9FC;
    border-radius: 10px;
    align-items: center;
    display: none;
}

.x-alert .x-alert-icon {
    width: 96px;
    text-align: center;
}

.x-alert .x-alert-text {
    font-size: 18px;
    color: var(--raisin-black);
    font-weight: 500;
}

.load{
      width:200px;
      height:200px;
      position:absolute;
      top:30%;
      left:45%;
      color:red;
      text-align: center;
      z-index: 99;
      display: flex;
      justify-content: center;
 }

/* Fim Alertas */