main {
    background: #fff;
}
.popup-b2b {
    min-width: 450px;
}
.box-login {
    padding: 30px;
    text-align: center;
}
.item-hidden {
    display: none !important;
}
#conteudo {
    display: none;
}
#conteudo.active {
    display: block;
}
#conteudo {
    padding: 20px 10px 20px;
}
.box-filter {
    display: none;
}
.box-filter.active {
    display: block;
}
.btn-blue {
    background: #1D337A !important;
    border-color: #1D337A !important;
    color: #fff !important;
}
.div-button-buscar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.btn-hidden {
    display: none !important;
}
.btn-visible {
    display: block;
}

.painel_dashboard {
    position: fixed;
    width: 100%;
    background: rgb(204 212 255 / 40%);
    z-index: 9999;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.painel_dashboard.active {
    display: flex !important;
}
label {
    color: #1c1e21 !important;
}
.box_form_filter {
    display: none;
    margin-top: 15px;
}
.box_form_filter.active {
    display: block !important;
}
.box_dashboard {
    color: #1c1e21 !important;
    width: 90%;
    height: 90%;
    background: #f4f4f4;
    border-radius: 10px;
}

.box_header {
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    background: #fff;
}
.box_header .btn-close {
    padding: 10px;
}
.box_header .btn-close:hover {
    background-color: #b6b6b6;  
    padding: 10px;
}

.text-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.box-text-header {
    margin-top: 15px;
    display:none;
}
.box-text-header.active {
    display:block !important;
}
.box-text-header p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #666;
}
.description-title {
    margin-top: 2px !important;
}
.box_list_contas {
    display: none;
    margin-top: 25px;
    height: 55vh;
    position: relative;
}
.box_list_contas.active {
    display: block !important;
}
.div-button-header {
    text-align: right;
    margin-top: 15px;
}
.button_painel {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
}
img.picture-profile-user {
    width: auto;
    height: auto;
    max-width: 40px;
    margin-right: 5px;
}
.is_loading {
    position: absolute;
    width: 100%;
    display: none;
    justify-content: center;
    height: 100%;
    align-items: center;
    background-color: #c9c9c963;
}
.is_loading.active {
    display: flex !important;
}

.menu {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    border-right: 1px solid #c9c9c9;
}
.text-title-menu {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
}
ul.lista_buscas {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.lista_buscas li {
    font-size: 12px;
    font-weight: 600;
}

ul.lista_buscas li:hover {
    cursor: pointer;
}

.div-table {
    overflow: auto;
    height: 100%;
}
button#btn-dashboard {
    position: absolute;
    bottom: 60px;
    right: 100px;
}

.btn-b2b {
    background: #1D337A !important;
    border-color: #1D337A !important;
}
header {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
}
.bg-blue {
    background: #1D337A;
}

.box-login {
    padding: 50px 30px;
    text-align: center;
    font-size: 19px;
    color: #616161;
}
.logo img {
    max-width: 40px;
}
td.td_avatar_user {
    display: flex;
    padding: 10px;
}
.nav-item button {
    border-radius: 7px 7px 0px 0px !important;
}
.nav-item button.active {
    background: #1D337A !important;
}
.nav-pills {
    border-bottom: 1px solid #ddd;
}
.w-100 {
    width: 100% !important;
}
.link_continuar {
    text-decoration: underline;
    color: #3262f7;
    font-weight: 600;
}
.link_continuar:hover{
    cursor: pointer;
}