/* BASE */
.base-dark{
    background: #2B4552 !important;
}
.base-light{
    background: #F4F5F4 !important;
}

/* BACKGROUNDS */
.bg-color-1{
    background: #4DB3A7 !important;
}
.bg-color-2{
    background: #F6A623 !important;
}

/* BORDERS */
.border-color-1{
    border: 2px solid #4DB3A7 !important;
}
.border-top-color-1{
    border: 2px solid #4DB3A7 !important;
}
.border-bottom-color-1{
    border: 2px solid #4DB3A7 !important;
}
.border-left-color-1{
    border: 2px solid #4DB3A7 !important;
}
.border-right-color-1{
    border: 2px solid #4DB3A7 !important;
}

/* TEXTS */
.text-color-1{
    color: #4DB3A7 !important;
}
.text-color-2{
    color: #F6A623 !important;
}

/* MENU */
aside {
    height: 100vh;
    position: fixed;
    width: 90px;
    background: #2B4552 !important;
    top: 0;
    left: 0;
}
aside .logo {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 65%;
    background-image: url("../odonto/logotipo.svg");
    background-color: #2B4552 !important;
}
aside .logo a {
    width: 5em;
    text-align: center;
}
aside .menu {
    top: 0;
    left: 0;
    height: calc(100% - 100px);
    padding-bottom: 20px;
}
aside .menu .collapsible {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
aside .menu .collapsible-header {
    color: #FFFFFF;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /* -webkit-tap-highlight-color: #2c4551; */
    min-height: 4.5rem;
    padding: 0 1rem;
    background: #2B4552 !important;
    border: none;
    margin: 0;
    border-left: 2px solid transparent;
    border-top: 1px solid #ffffff1c !important;
}
aside .menu .collapsible-header i {
    margin: 0;
}
aside .menu .collapsible-header:hover {
    color: #4DB3A7 !important;
    background-color: #0000004f !important;
    border-left: 2px solid #4DB3A7 !important;
}
aside .menu .collapsible-header.active {
    color: #4DB3A7 !important;
    background-color: #0000004f !important;
    border-left: 2px solid #4DB3A7 !important;
}
aside .menu .collapsible-body {
    display: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: #2B4552 !important;
    border: none;
}

header {
    top: 0px;
    height: 50px;
    width: calc(100% - 90px);
    left: 90px;
    position: absolute;
    position: fixed;
    z-index: 999;
}
header nav {
    background-color: transparent !important;
}
header nav .navbar-item {
    font-size: 18pt;
    position: relative;
}
header nav .navbar-item .notification-counter {
    width: 23px;
    height: 23px;
    background: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 4px;
    z-index: 9;
    border: 1px solid #23939f;
    left: 5px;
}
header nav .navbar-item .notification-counter .notification-counter-text {
    color: #23939f;
    height: auto;
    font-size: 8pt;
    font-family: "Roboto",sans-serif;
}
header nav .nav-dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 300px;
    max-height: auto;
    margin-left: -1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 9999;
    will-change: width, height;
}
header nav .nav-dropdown-content li .divider {
    height: 1px;
    width: 100%;
}
header nav .collection-item.avatar-user {
    min-height: 64px !important;
}
