/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

:root {
    --menu-primary: #091827;
    --menu-secondary: #21CDD8;

    --menu-other: #022C49;    
    --menu-active-bg-color: #F8F8F8;
    --menu-main-text-color: #898989;
}

html,
body,
input,
button {
    height: 100%;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Nunito Sans', sans-serif !important;
    margin: 0;
}

body {
    overflow: hidden;
}

.sb-d-none {
    display: none !important;
}

.sb-d-show {
    display: block !important;
}

.sb-d-flex {
    display: flex;
}

.sb-container {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
}

.sb-flex-row {
    flex-direction: row;
}

.sb-navbar {
    display: flex;
    /* flex-direction: row; */
    height: 100%;
    /* flex: 1; */
    max-width: 284px;
    min-width: 64px;
}

.sb-navbar-itens {
    max-width: 64px;
    flex-direction: column;
    flex: 1;
    height: 100%;
    background-color: var(--menu-primary);
}

.sb-navbar-itens::-webkit-scrollbar {
    display: none;
}

.sb-navbar-itens .active {
    /* color: #000; */
    background-color: var(--menu-active-bg-color);
    background-color: #F8F8F8;
}

.sb-navbar-itens .active:after,
.sb-navbar-itens .active:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0px;
}

.sb-navbar-itens .active:after {
    top: -10px;
    background: radial-gradient(circle at top left, var(--menu-primary) 10px, white 12px);
}

.sb-navbar-itens .active:before {
    bottom: -10px;
    background: radial-gradient(circle at bottom left, var(--menu-primary) 10px, white 12px);
}

.sb-navbar-itens .active img {
    -webkit-filter: invert(89%) sepia(18%) saturate(6249%) hue-rotate(138deg) brightness(89%) contrast(90%);
    -moz-filter: invert(89%) sepia(18%) saturate(6249%) hue-rotate(138deg) brightness(89%) contrast(90%);
    -ms-filter: invert(89%) sepia(18%) saturate(6249%) hue-rotate(138deg) brightness(89%) contrast(90%);
    -o-filter: invert(89%) sepia(18%) saturate(6249%) hue-rotate(138deg) brightness(89%) contrast(90%);
    filter: invert(89%) sepia(18%) saturate(6249%) hue-rotate(138deg) brightness(89%) contrast(90%);
}

.sb-navbar-itens ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sb-navbar-itens li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    position: relative;
}

.sb-navbar-itens .logo {
    width: 34px;
    max-height: 40px;
    display: block;
    margin: auto;
    filter: none;
}

.sb-navbar-itens img {
    width: 26px;
    display: block;
    margin: auto;

    -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(99%) contrast(112%);
    -moz-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(99%) contrast(112%);
    -ms-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(99%) contrast(112%);
    -o-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(99%) contrast(112%);
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(99%) contrast(112%);
}

.sb-navbar-list {
    overflow-y: auto;
    width: 250px;
    flex-direction: column;
    flex: 1;
    height: 100%;
    background-color: var(--menu-active-bg-color);
    background-color: #F8F8F8;
}

.sb-navbar-list h2 {
    margin: 0;

    padding-left: 32px;
    padding-top: 22px;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;

    align-items: center;

    color: var(--menu-other);

    margin-bottom: 40px;
}

.sb-navbar h3 {
    color: var(--menu-other);

    font-size: 12px;
    margin: 15px 0;
}

.sb-content {
    display: flex;
    height: 100vh;
    width: 100vw;
    flex: 1;
}

.sb-container iframe {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.menu-list {
    padding-left: 32px;
}

.menu-list li {
    min-height: 20px;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    /* padding-right: 8px; */
    cursor: pointer;
    transition: all 0.5s ease;
}

.menu-list .active {
    border-right: 3px solid var(--menu-secondary);
    border-color: var(--menu-secondary);
}


.menu-list a {
    font-style: normal;
    text-decoration: none;
    color: var(--menu-main-text-color);
    color: #898989;
    transition: all 0.5s ease;
}

.menu-list a:hover {
    font-style: normal;
    text-decoration: none;
    color: var(--menu-main-text-color);
    color: var(--menu-secondary);
    transition: all 0.5s ease;
}

.menu-list .active a {
    color: var(--menu-secondary);
}

.submenu {
    cursor: pointer;
}

/* .submenu a:before {
    display: table-cell;
    vertical-align: middle;
}

.submenu a:after {
    background: url("/imgs/advisor/arrow-down.svg") no-repeat;
    background-position: center;
    width: 20px;
    height: 21px;
    content: '';
    float: right;
    margin-right: 38px;
} */

.submenu svg {
    height: 21px;
    float: right;
    margin-right: 38px;
}

.submenu-icon {
    color: var(--menu-secondary);
}

.children-menu {
    padding-left: 0 !important;
}

.children-menu li {
    font-size: 12px;

    color: var(--menu-main-text-color);
    color: #898989;

    font-weight: 500;
    line-height: 18px;
}

.menu-others {
    position: absolute;
    bottom: 0;
    width: 64px;
    background-color: var(--menu-primary);
}

.menu-others a {
    text-decoration: none;
}

.circle {
    height: 40px;
    width: 40px;

    background: var(--menu-secondary);
    background-color: var(--menu-secondary);

    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

#menu li {
    cursor: pointer;
}

@media screen and (max-width: 1440px),
screen and (max-height: 710px) {
    .sb-navbar-itens li {
        height: 54px;
    }

    .sb-navbar-itens img {
        width: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .sb-navbar-itens li {
        height: 44px;
    }

    .sb-navbar-itens img {
        width: 20px;
    }
}