/*Login*/
.login-site {
    position: relative;
    background: transparent linear-gradient(180deg, #213b82 0%, #005bab 100%) 0%
        0% no-repeat padding-box;
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

p b {
    font-weight: bold;
}

table.dataTable thead > tr > th.sorting {
    padding-left: 0.75rem;
}

.table td.row-actions {
    font-size: 20px;
}

.table-responsive table {
    border-bottom: 20px solid #fff;
}

.login-site:before {
    background: url(../images/young-woman-pharmacist.jpg) right top no-repeat;
    width: 50%;
    height: 100%;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0;
}

.login-site .container-fluid {
    position: relative;
    z-index: 2;
}

.login-site .box-login {
    max-width: 350px;
    margin: 0 auto;
}

.login-site .btn-cadastrar {
    background: transparent linear-gradient(96deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000004d;
    width: 300px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.login-site .acessar {
    background: transparent linear-gradient(275deg, #00b5b5 0%, #008484 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 35px auto 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
}

.login-site .recaptcha {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.login-site img {
    margin-bottom: 20px;
}

.login-site h2 {
    color: #fff;
    font-size: 28px;
}

.login-site p {
    color: #fff;
    margin-bottom: 30px;
}

.login-site .text-center h2 {
    font-size: 32px;
    font-weight: bold;
    color: #213b82;
    margin-bottom: 20px;
}

.login-site .form-control {
    border-color: #fff;
    height: 40px;
    line-height: 40px;
}

.login-codigo {
    background: url(../images/background-login.jpg) right top no-repeat;
    background-size: cover;
    padding: 165px 0;
    min-height: 100vh;
}

.login-codigo .box-senha {
    max-width: 440px;
    margin: 0 auto;
    padding: 40px 30px;
    background: #fff;
}

.login-codigo img {
    margin-bottom: 20px;
}

.login-codigo .form-control {
    height: 40px;
    line-height: 38px;
    border: 1px solid #3e3e3e;
    margin-bottom: 10px;
}

.login-codigo a {
    color: #213b82;
    font-size: 16px;
    font-weight: 400;
}

.login-codigo .btn-confirmar {
    background: transparent linear-gradient(95deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 35px auto 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    border: 0;
}

@media (max-width: 767.8px) {
    .login-site {
        padding: 100px 0;
    }

    .login-site:before {
        width: 100%;
        bottom: 0;
        background-position: center top;
        height: 300px;
        top: initial;
    }

    .login-site .box-login {
        margin-bottom: 150px;
    }

    .login-site .text-center h2 {
        margin-top: 100px;
    }

    div.treino_style > div:nth-child(2) > div.row {
        flex-direction: column-reverse;
    }

    div.treino_style .certificado img.banner-img {
        height: 110px;
        width: 100%;
        object-fit: cover;
        object-position: 0 15%;
    }

    div.treino_style .mini-box img {
        height: 110px;
        width: 100%;
        object-fit: cover;
        object-position: 0;
        margin: 0 0 0 5%;
    }
}

@media (max-width: 767.8px) {
    .desktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }

    .mm-buttons {
        display: none;
    }

    .associado .item-cart div > h4 {
        margin-left: 50px;
    }
}

body.menu-position-side .layout-w {
    min-height: 100vh;
}

.title-blue {
    color: #469fff;
}

.btn {
    font-size: 16px;
    border-radius: 6px;
    min-height: auto;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid transparent;
}

.btn.danger {
    color: red;
}

.btn.btn-rounded {
    border-radius: 4px;
}

.btn.btn-gray {
    background: #667587;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.btn.btn-next {
    background: #71c21a;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.coletive-shopping .btn-next {
    font-weight: bold;
}

.btn.btn-salvar {
    box-shadow: 0px 0px 6px #00000029;
    /* background: transparent linear-gradient(99deg, #00CC51 0%, #75C36F 100%) 0% 0% no-repeat padding-box; */
    background: #71c21a;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-aprovar {
    box-shadow: 0px 0px 6px #00000029;
    background: transparent linear-gradient(98deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-cancelar {
    box-shadow: 0px 0px 6px #00000029;
    background: #dc3545;
    color: #fff;
    width: 100%;
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.btn.btn-adicionar {
    background: #fff;
    color: #3e3e3e;
    width: 100%;
    border: 2px solid #3e3e3e;
    border-radius: 4px;
}

.btn.btn-editar {
    background: #667587;
    color: #fff;
    width: 100%;
    border-color: transparent;
}

.btn.btn-preview {
    background: #fff;
    color: #667587;
    border: 1px solid #3e3e3e;
    width: 100%;
    margin: 0;
}

.btn.btn-download {
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    color: #3c5391;
    width: 100%;
    border: 1px solid #3c5391;
    border-radius: 4px;
}

.btn.btn-vermelho {
    box-shadow: 0px 0px 6px #00000029;
    background: red;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.element-wrapper .btn + .btn.btn-preview {
    margin: 0 auto;
}

.btn.btn-saiba-mais {
    background: transparent linear-gradient(279deg, #3e3e3e 0%, #707070 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-pdf {
    background: #71c21a;
    color: #fff;
}

.btn.btn-dashboard {
    background: transparent linear-gradient(107deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    margin: 0 auto;
}

.funcionarios .btn.btn-dashboard {
    max-width: 160px;
    margin: 0 auto;
    display: block;
}

.element-box.funcionarios {
    min-height: 185px;
    padding: 2rem;
}

.element-box.funcionarios.assitance {
    min-height: 0;
}

.btn.btn-dashboard.special {
    max-width: 100%;
    display: block;
}

.funcionarios ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 15px;
}

.funcionarios ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    color: #999999;
    padding-bottom: 15px;
}

.funcionarios ul li b {
    font-weight: bold;
    color: #0a7df8;
}

.mini-box .btn {
    height: 47px;
    line-height: 47px;
    border-radius: 6px;
}

.mini-box-2 {
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
}

.mini-box-2 h5 {
    background: #667587;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}

.mini-box-2 p {
    padding: 10px;
    min-height: 63px;
}

.mini-box-2 .btn {
    margin: 0 auto 20px;
    max-width: 130px;
    display: block;
}

.mini-box h6 {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 10px;
}

.mini-box span.event {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
    min-height: 35px;
    line-height: 35px;
    padding-left: 45px;
    padding-right: 10px;
}

.mini-box .date-event {
    color: #02b21d;
}

.mini-box .date-event.ended {
    color: #f43737;
}

.mini-box span.event i {
    position: absolute;
    font-size: 30px;
    left: 10px;
    color: #999;
}

.mini-box span.local {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #999999;
    min-height: 60px;
    height: auto;
}

.btn i {
    margin-right: 4px;
}

.top-bar.color-scheme-white {
    padding: 10px 0;
}

.top-bar.color-scheme-white .form-group {
    margin-bottom: 0;
    max-width: 250px;
    position: relative;
}

.form-group label {
    width: 100%;
    display: block;
}

.form-group label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.top-bar.color-scheme-white .form-group i {
    left: 14px;
    color: #999999;
    font-size: 17px;
    top: 7px;
    position: absolute;
}

.top-bar.color-scheme-white .form-control {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    background: transparent;
    padding-left: 40px;
}

.menu-w.selected-menu-color-light,
.mm-logo-buttons-w,
.menu-and-user {
    background: #434343;
}

.associado .menu-w.selected-menu-color-light,
.associado .mm-logo-buttons-w,
.associado .menu-and-user {
    background: transparent linear-gradient(270deg, #4b609a 0%, #111e42 100%) 0%
        0% no-repeat padding-box;
}

.menu-mobile {
    z-index: 1000000000000000;
}

.menu-mobile .menu-and-user {
    border-color: #fff;
}

.menu-w.menu-layout-compact ul.main-menu li.active {
    background: #469fff;
}

.menu-w.color-scheme-dark .logged-user-w {
    border-bottom: 1px solid #8e8e8f;
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 0;
}

.menu-w.menu-layout-compact ul.main-menu li {
    border-bottom: 1px solid #555555;
    padding: 0 1.5rem;
}

.menu-w.color-scheme-dark ul.main-menu .icon-w {
    color: #fff;
}

.menu-w.sub-menu-style-over ul.main-menu > li.active {
    border-left: 0;
    border-right: 0;
    border-bottom-color: #555555;
}

.menu-w.sub-menu-style-over ul.main-menu > li.active > a {
    background: none;
}

.menu-w.sub-menu-style-over .sub-menu-w {
    background: #434343;
}

.associado .menu-w.sub-menu-style-over .sub-menu-w {
    background: #0a7df8;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    color: #667587;
    font-size: 30px;
}

.associado .menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    color: #469fff;
}

.menu-w .logged-user-w .logged-user-i:hover .logged-user-menu {
    background: #667587;
}

.main-menu li:last-child {
    border-bottom: 0;
}

.menu-w.color-scheme-dark .logged-user-w .avatar-w {
    border: 0;
    flex-basis: 65px;
}

.menu-w.menu-layout-compact
    .logged-user-w.avatar-inline
    .logged-user-i
    .logged-user-info-w {
    padding: 5px 40px 5px 10px;
}

.breadcrumb {
    background: #667587;
    border-radius: 0;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb li span {
    color: #fff;
    text-decoration: underline;
}

.title-bar {
    width: 100%;
    background: #0a7df8;
    padding: 15px 0;
}

.title-bar .icon-w {
    display: inline;
    color: #fff;
    font-size: 16px;
    padding-right: 5px;
}

.title-bar span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.title-bar a {
    color: #fff;
    text-decoration: none;
}

.title-bar a.remover {
    color: #000;
}

.title-bar a i {
    font-size: 20px;
}

footer {
    background: #ebebeb;
    padding: 30px;
}

footer p {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline-block;
    margin-left: 47px;
}

footer ul li a {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 13px;
}

.btn.btn-criar {
    width: 100%;
    background: transparent linear-gradient(180deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    padding: 0;
    line-height: 47px;
    height: 47px;
    font-size: 16px;
}

.btn.btn-primary {
    background: #667587;
    border-color: #667587;
}

.btn.btn-primary:hover {
    background: #fff;
    border-color: #667587;
    color: #667587;
}

.btn.btn-outline-primary {
    background: #fff;
    border-color: #667587;
    color: #667587;
}

.btn.btn-outline-primary:hover {
    background: #667587;
    border-color: #667587;
    color: #fff;
}

.form-control {
    height: 40px;
    line-height: 40px;
    border: 1px solid #999999;
}

.no-radius {
    border-radius: 0;
}

label {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.table-responsive table {
    min-width: 100% !important;
}

.table-responsive table th {
    background: #667587;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 768px) {
    .table-responsive table tr {
        width: 200px !important;
    }
}

.dataTables_wrapper.form-inline.dt-bootstrap {
    display: block;
}

.page-item .page-link {
    padding: 0 0.75rem;
    height: 40px;
    line-height: 38px;
    color: #667587;
    border: 0;
}

.page-item.active .page-link {
    color: #fff;
}

.pagination .page-item {
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0;
}

.pagination li:first-child {
    border-left: 1px solid #999;
    border-radius: 4px 0 0 4px;
}

.pagination li:last-child {
    border-right: 1px solid #999;
    border-radius: 0 4px 4px 0;
}

div.dataTables_wrapper div.dataTables_info,
.text-gray-999 {
    color: #999999;
}

.element-box,
.invoice-w,
.big-error-w {
    margin-bottom: 2rem;
}

.element-wrapper .element-header {
    color: #707070;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
    border-color: #0a7df8;
}

/* .element-wrapper .element-box .element-header {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
} */

.element-box p:last-child {
    margin-bottom: 0;
}

.element-wrapper .element-header:after {
    background-color: #0a7df8;
    width: 83px;
}

.element-actions .btn.btn-info {
    background: #71c21a;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

.banner-img {
    margin-bottom: 30px;
}

.certificado {
    border: 1px solid #999999;
    padding: 5px;
    position: relative;
    margin: 15px 0;
}

.certificado .btn {
    width: 100%;
}

.mini-box {
    padding: 10px;
    position: relative;
    margin: 15px 0;
    border-radius: 6px;
    background: #fff;
}

a.mini-box {
    color: #3e4b5b;
}

a.mini-box:hover {
    text-decoration: none;
}

.mini-box h5 {
    padding-bottom: 10px;
    margin: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #223c83;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px #dedede solid;
    text-decoration: none !important;
}

.mini-box p {
    width: 100%;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #565758;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none !important;
}

.custom-switch .custom-control-label::before {
    width: 37px;
    height: 24px;
    border-radius: 12px;
    background: red;
    border: 3px solid red !important;
}

.custom-switch .custom-control-label::after {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid red !important;
    border-radius: 12px;
    top: 3px;
    left: -55px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1dbf8c !important;
    background-color: #1dbf8c !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    border-color: #1dbf8c !important;
    background: #fff;
    left: -51px;
}

.custom-switch {
    min-height: 30px;
    line-height: 30px;
}

.form-group.inside-button {
    position: relative;
}

.align-self-end .form-group {
    min-height: 35px;
}

.form-group.inside-button .btn {
    background: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-radius: 0 4px 4px 0;
    min-width: 85px;
}

.form-group.inside-button .form-control {
    padding-right: 90px;
}

.status-pill.dark-gray {
    background: #667587;
}

.status-pill.blue {
    background: blue;
}

.box-dados-associado {
    background: transparent linear-gradient(113deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}

.box-dados-associado .percent-value {
    color: #fff;
}

.element-wrapper .box-dados-associado .element-header {
    border-bottom-color: #fff;
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-weight: bold;
}

.element-wrapper .box-dados-associado .element-header:after {
    background: #fff;
}

.element-wrapper .box-dados-associado p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.box-dados-associado .progress-bar {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
}

.box-dados-associado .progress-bar .percent {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    color: #fff;
    /* background: #00B5B5; */
    border-radius: 8px;
    height: 100%;
}

.element-wrapper .box-dados-associado img {
    border-radius: 8px;
    margin-bottom: 5px;
}

.funcionarios .progress-bar {
    width: 100%;
    background: rgba(102, 117, 135, 0.2);
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
    max-width: 160px;
    margin: 0 auto;
}

.funcionarios .percent-value {
    max-width: 160px;
    margin: 0 auto;
    color: #005bab;
}

.funcionarios .progress-bar.disabled {
    opacity: 0;
}

.funcionarios .progress-bar .percent {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    color: #fff;
    /* background: transparent linear-gradient(270deg, #213B82 0%, #005BAB 100%) 0% 0% no-repeat padding-box; */
    border-radius: 8px;
    height: 100%;
}

.progress-bar {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #999999;
}

.mini-box .progress-bar {
    width: calc(100% - 20px);
    margin-bottom: 20px;
}

.value-percent {
    width: 100%;
    font-weight: bold;
    margin: 0 auto;
}

.mini-box .value-percent {
    width: calc(100% - 20px);
}

.mini-box .tag {
    position: absolute;
    min-width: 120px;
    max-width: 95%;
    background: transparent linear-gradient(180deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    line-height: 22px;
    display: block;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    top: 5px;
    padding: 5px 5px;
    font-size: 14px;
}

.mini-box .tag:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #75c36f transparent transparent transparent;
    right: 15px;
    bottom: -7px;
    position: absolute;
}

.mini-box .publish-date {
    color: #667587;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    padding: 0 10px;
    display: block;
}

.progress-bar .percent {
    text-align: right;
    font-size: 12px;
    color: #fff;
    background: #71c21a;
    border-radius: 8px;
    height: 100%;
}

.funcionarios .box-dados-associado img {
    border-radius: 8px;
    margin-bottom: 5px;
}

.funcionarios span,
.status-certificado span {
    font-size: 17px;
    color: #667587;
    text-align: left;
    display: block;
    max-width: 160px;
    margin: 0 auto;
    line-height: 50px;
}

.funcionarios.special span {
    max-width: 100%;
}

.funcionarios span b,
.status-certificado span b {
    font-size: 60px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
}

.status-certificado span b.borderred {
    height: 80px;
    line-height: 80px;
    width: 80px;
    border: 2px solid #667587;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-certificado span b.borderred i {
    font-size: 45px;
    position: relative;
}

.status-certificado span b.status {
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 80px;
    top: -5px;
    position: relative;
}

.status-certificado span b.status.positivo {
    color: #71c21a;
}

.status-certificado span b.status.negativo {
    color: red;
}

.funcionarios h6:not(.element-header),
.status-certificado h6 {
    color: #005bab;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.print-certidao {
    color: #000000;
    padding: 35px 0;
    border: 1px solid #999999;
    display: block;
    background: #fff;
    max-width: 125px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #0000004d;
}

.print-certidao i {
    font-size: 30px;
}

.certidao img {
    margin-bottom: 40px;
}

.certidao h6 {
    margin-bottom: 40px;
}

.certidao p {
    margin-bottom: 30px;
}

.element-box.border-gray {
    border: 1px solid #707070;
}

.element-box.border-gray ul {
    padding-left: 0;
    list-style: none;
}

.bg-gray {
    background: #707070;
}

.item-treinamento a {
    color: #707070;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    display: flex;
    margin-bottom: 20px;
    min-height: 32px;
    align-items: center;
    line-height: 16px;
}

.item-treinamento a:last-child {
    margin-bottom: 0;
}

.item-treinamento a i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-treinamento.item-video a {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.item-video span.time {
    color: #0a7df8;
}

.dropzone {
    min-height: 40px;
    padding: 0 10px;
}

.dropzone .dz-message {
    margin: 10px 0;
}

.dropzone .dz-message h4 {
    font-size: 16px;
}

.ficha-referencia h2 {
    color: #0a7df8;
    font-size: 20px;
}

.ficha-referencia h2 {
    margin: 0;
}

@media (min-width: 767.8px) {
    .ficha-referencia .separator {
        border-right: 1px solid #ccc;
    }
}

.ficha-referencia h3 {
    color: #667587;
    margin: 0;
}

.ficha-referencia h4 {
    font-size: 16px;
    color: #213b83;
}

.ficha-referencia h5 {
    font-size: 14px;
}

.ficha-referencia .bg-gray {
    background: #667587;
    border-radius: 4px;
    margin-bottom: 5px;
}

.ficha-referencia .bg-gray h6 {
    color: #fff;
    margin: 0;
    padding: 4px 0;
}

.ficha-referencia .btn {
    width: 100%;
}

.ficha-referencia.element-wrapper .btn + .btn {
    margin: 10px auto 0px;
}

.btn.btn-bordered-blue {
    height: auto;
    border: 1px solid #278af1;
    line-height: 129%;
    padding: 8px 0;
}

.share {
    margin-bottom: 30px;
}

.share b {
    color: #278af1;
    margin-right: 40px;
}

.share a {
    color: #586a7a;
    font-size: 22px;
    line-height: 26px;
}

.share i {
    margin-left: 5px;
}

.bg-modal.modal-content {
    background: url(../templates/ligth_admin/img/onboarding-gradient-hor.png)
        bottom center #fff no-repeat;
}

.fornecedores .element-wrapper {
    padding-bottom: 20px;
}

.fornecedores .btn-criar {
    margin: 0 auto;
    max-width: 150px;
    border-radius: 10px;
}

.fornecedores i {
    font-size: 60px;
    margin-bottom: 25px;
}

.tipo-associado .step-layout .element-wrapper .element-header::after {
    /* top: 13px; */
    bottom: initial;
}

.element-wrapper.m-auto .btn-outline-primary {
    background: #fff;
    position: relative;
    padding-left: 15px;
    padding-top: 15px !important;
}

.el-tablo.smaller .value {
    color: #469fff;
    font-size: 22px;
}

.el-tablo.smaller:hover .value {
    color: #fff;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-content .element-wrapper {
    padding-bottom: 0;
}

@media (max-width: 767.8px) {
    footer ul li {
        margin-left: 0;
        display: block;
        margin-top: 15px;
    }

    .item-favorito {
        display: block;
        margin-top: 20px;
    }

    .table {
        width: 100% !important;
        border: 0 !important;
    }

    .dataTables_wrapper .row:first-child {
        border: 0;
    }

    .table tr {
        display: block;
        padding: 15px;
        box-shadow: 0px 0px 6px #0000004d;
        margin-bottom: 20px;
        border: 0;
        background: #fff !important;
        border-radius: 5px;
    }

    .table td {
        display: block;
        text-align: left !important;
        border: 0;
        border-bottom: 1px solid #1f78b4 !important;
    }

    .table td a i {
        font-size: 22px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    .table tr td:last-child {
        border-bottom: 0 !important;
    }

    .table td span.mobile {
        color: #1f78b4;
        font-weight: bold;
        font-size: 16px;
    }

    .table td span.mobile.status {
        display: inline;
    }

    .fav .table td span.mobile.status {
        display: none;
    }

    .table tbody {
        width: 100%;
        display: block;
    }

    .table thead {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
        margin-bottom: 10px;
    }

    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

.bg-modal .btn {
    margin-top: 30px;
    max-width: 160px;
}

.no-list-style {
    list-style: none;
    padding-left: 0;
}

.dados-fornecedor {
    min-height: 185px;
}

.dados-fornecedor ul li:nth-child(8),
.dados-fornecedor ul li:nth-child(2) {
    word-break: break-all;
}

.ver-notificacao {
    color: #213b83;
    font-weight: bold;
}

.element-header .data-notificacao {
    float: right;
}

.ver-notificacao i {
    margin-right: 5px;
}

.dados-fornecedor ul li {
    color: #999999;
}

.dados-fornecedor ul li b {
    color: #213b82;
    font-weight: bold;
}

.dados-fornecedor h3 {
    color: #0a7df8;
}

.barra-avaliacao {
    background: #ebebeb;
    border-radius: 2px;
    padding: 5px;
    display: flex;
}

.barra-avaliacao .progress-bar {
    background: #dedfe0;
    width: calc(100% - 30px);
    margin: 0 0 0 15px;
}

.barra-avaliacao .progress-bar .percent {
    background: #ec5252;
    display: block;
    height: 21px;
}

.barra-avaliacao a {
    color: #686f7a;
}

.barra-avaliacao .quantidade {
    width: 30px;
}

.barra-avaliacao .infos {
    width: 100px;
}

.pergunta {
    padding-top: 20px;
}

.pergunta h3 {
    font-size: 22px;
    font-weight: bold;
    color: #00bf8c;
    margin-bottom: 0;
}

.pergunta h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.box-resposta {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 7px;
    border: 2px solid #d5d5d5;
    position: relative;
}

.box-resposta .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 15px;
}

.box-resposta .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.box-resposta .control_indicator {
    position: absolute;
    top: 3px;
    left: -5px;
    height: 26px;
    width: 26px;
    background: #fff;
    border: 3px solid #999999;
    border-radius: 0px;
}

.box-resposta .control:hover input ~ .control_indicator,
.box-resposta .control input:focus ~ .control_indicator {
    background: #cccccc;
}

.box-resposta .control input:checked ~ .control_indicator {
    background: #0a7df8;
}

.box-resposta .control:hover input:not([disabled]):checked ~ .control_indicator,
.box-resposta .control input:checked:focus ~ .control_indicator {
    background: #0a7df8;
}

.box-resposta .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none;
}

.box-resposta .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.box-resposta .control input:checked ~ .control_indicator:after {
    display: block;
}

.box-resposta .control-radio .control_indicator {
    border-radius: 50%;
}

.box-resposta .control-radio .control_indicator:after {
    left: 0px;
    top: 0px;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}

.box-resposta .control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.box-resposta .control-radio .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.box-resposta .control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.box-resposta .control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.avaliacao .btn.btn-next {
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

.sidebar-avaliacao .pergunta h3 {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 0;
}

.sidebar-avaliacao .pergunta h4 {
    font-size: 16px;
    color: #999999;
}

.element-box.sidebar-avaliacao hr:last-child {
    display: none;
}

.box-especialista {
    max-width: 300px;
    margin: 0 auto 20px;
}

.box-especialista h4 {
    color: #667587;
    font-size: 20px;
    font-weight: bold;
}

.box-especialista img {
    border-radius: 50%;
}

.resultado-avaliacao h6.titulo-resultado {
    font-size: 30px;
    font-weight: bold;
    color: #469fff;
}

.resultado-avaliacao h5 {
    font-size: 100px;
    color: #667587;
    font-weight: bold;
    letter-spacing: -3px;
}

.user-buttons .form-group {
    margin-bottom: 0;
}

.user-buttons .danger {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    display: inline-block;
}

.user-buttons .danger i {
    font-size: 24px;
    color: red;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.log {
    padding-left: 0;
    list-style: none;
}

#modalEnvio .bg-modal .btn {
    margin: 0;
}

.input-group-btn .btn-file {
    border-radius: 0 4px 4px 0;
}

.data-pedido {
    font-size: #667587;
    font-size: 16px;
}

.item-pedido {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 20px;
}

.item-pedido ul {
    list-style: none;
    padding: 0;
}

.item-pedido ul b {
    font-weight: bold;
}

.item-pedido .quantidade,
.item-pedido .status,
.item-pedido .valor {
    font-weight: bold;
}

.item-pedido .status span {
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.item-pedido .status {
    height: 25px;
    line-height: 25px;
}

.item-pedido .status.red {
    color: red;
}

.item-pedido .status.red span {
    background: red;
}

.item-pedido .status.green {
    color: green;
}

.item-pedido .status.green span {
    background: green;
}

.item-pedido .status.green {
    color: gray;
}

.item-pedido .status.green span {
    background: gray;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.file-caption-name {
    position: relative;
    top: -6px;
    height: 38px !important;
}

.ajax_loader.hidden {
    display: none;
}

.ajax_loader i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: #fff;
}

.step-layout {
    font-family: Helvetica;
}

.timeline-steps {
    max-width: 540px;
}

.timeline-steps div {
    width: 25%;
}

.timeline-steps:after {
    width: calc(100% - 140px);
    left: 90px;
    margin-top: 0;
    top: 30px;
}

.circle-border-primary span {
    font-size: 21px;
    line-height: 20px;
    font-weight: bold;
}

.circle-border-primary.active,
.circle-border-primary.complete {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border: 3px solid #fff;
}

.circle-border-primary:not(.active, .complete) {
    margin-top: 15px;
    width: 35px;
    height: 35px;
    line-height: 24px;
}

.timeline-steps:after {
    height: 5px;
}

.timeline-steps h4 {
    font-size: 16px;
    font-weight: bold;
}

.bg-gradient h2 {
    font-size: 26px;
}

.element-wrapper.m-auto {
    max-width: 475px;
}

.element-wrapper.m-auto .value.bolder {
    font-size: 22px;
    color: #469fff;
    font-weight: bold;
}

.element-wrapper.m-auto .btn-outline-primary:hover {
    background: #469fff;
}

.element-wrapper.m-auto .btn-outline-primary:hover .value.bolder {
    color: #fff;
}

.element-wrapper.m-auto i {
    color: #469ffb;
}

.element-wrapper.m-auto .btn-outline-primary:hover i {
    color: #fff;
}

.element-wrapper.m-auto label {
    font-size: 14px;
}

.element-wrapper.m-auto .col-10 {
    padding: 0;
}

.step-layout .element-wrapper span.element-header:after {
    height: 7px;
    bottom: initial;
}

.element-wrapper.m-auto .icon.col-2.my-auto.text-center {
    padding-left: 0;
    text-align: right !important;
}

.element-wrapper.m-auto .mb-5:hover .element-header:after {
    background: #fff;
}

.step-layout .element-box.m-auto {
    max-width: 660px;
    box-shadow: 0px 3px 6px #00000029;
}

.step-layout .element-box.m-auto.checkout {
    max-width: 900px;
}

.step-layout .element-box.m-auto.checkout h4,
.text-bold-dark-blue {
    color: #213b82;
    font-weight: bold;
}

.step-layout .element-box.m-auto.checkout .summary-dotted {
    padding-left: 0;
}

.step-layout .element-box.m-auto h5 {
    font-size: 26px;
    margin-bottom: 0;
}

.step-layout .element-box.m-auto .form-desc {
    border-bottom: 1px solid #999;
}

.step-layout .element-box.m-auto .form-control {
    border-radius: 2px;
}

.step-layout form p {
    font-size: 14px;
}

.step-layout .input-code-code {
    height: 62px;
    line-height: 62px;
    border-radius: 4px;
    border: 1px solid #3e3e3e;
    margin: 0 7px;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
}

.step-layout .send-cod {
    font-weight: bold;
    color: #213b82;
}

.step-layout .row.mx-0.mb-2 input:first-child {
    margin-left: 0;
}

.step-layout .row.mx-0.mb-2 input:last-child {
    margin-right: 0;
}

.step-layout label a {
    color: #999999;
    text-decoration: underline;
    font-weight: bold;
}

.obrigado {
    font-size: 60px;
}

.form-group.inside-button .btn {
    background-color: #667587;
}

.top-bar.color-scheme-white .form-control {
    display: none !important;
}

body.associado .menu-w.menu-layout-compact ul.main-menu li {
    border-bottom: 1px solid #4b609a;
}

body.associado .menu-w.color-scheme-dark .logged-user-w {
    border-bottom: 1px solid #9ac7f9;
}

div.treino_style .certificado img.banner-img {
    width: 100%;
    object-fit: cover;
    object-position: 0 15%;
}

@media (max-width: 767.8px) {
    .timeline-steps:after {
        width: calc(100% - 90px);
        left: 50px;
    }

    .step-layout .element-box.col-lg-5.col-md-6.m-auto {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .step-layout .element-box.col-lg-5.col-md-6.m-auto h5 {
        font-size: 22px;
    }

    .obrigado {
        font-size: 30px;
    }
}

.file-caption-main .btn + .btn {
    margin-left: 0;
}

@media (max-width: 1249px) and (min-width: 768px) {
    .category-box .col-md-4.column4,
    .event-box .column3 {
        display: none;
    }
}

.tooltip-message {
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1561px) {
    b.float-right > i.fas {
        font-size: 1.8rem;
    }

    .funcionarios span b {
        font-size: 40px;
        line-height: 30px;
        height: 30px;
    }

    .funcionarios span b.status {
        top: -20px;
    }

    body
        > div.all-wrapper.with-side-panel.solid-bg-all
        > div.layout-w
        > div.content-w
        > div.content-i
        > div
        > div.element-wrapper
        > div
        > div:nth-child(3)
        > div
        > div.col-md-12
        > a
        > div
        > div
        > div:nth-child(1)
        > h6 {
        margin-top: 1.5rem;
    }
}

/* @media(min-width:1025px) and (max-width:1280px){
    .element-box.funcionarios{
        padding: 1rem;
    }
    b.float-right > i.fas{
        font-size: 1.5rem;
    }
    .funcionarios span b.status{
        top: -30px
    }
} */

@media (min-width: 768px) and (max-width: 1400px) {
    .funcionarios span b.borderred {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .funcionarios span b.borderred i {
        font-size: 30px;
        top: 0;
    }

    .funcionarios span b.borderred {
        margin-top: 25px;
    }

    .funcionarios .btn.btn-dashboard {
        margin-top: 10px;
    }

    div.content-i
        div
        div.element-wrapper
        div
        div:nth-child(3)
        div
        div.col-md-12
        a
        div {
        min-height: 95px !important;
        justify-content: center;
    }

    .funcionarios span b.status {
        top: -10px;
        font-size: 23px;
    }

    .funcionarios h6:not(.element-header) {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    div div:nth-child(n) div div.col-md-12 a div div div {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }
}

@media (max-width: 918px) and (min-width: 769px) {
    .funcionarios span b.status.negativo {
        font-size: 30px;
    }
}

.faq a.element-box h4 {
    color: #469fff;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    margin: 0;
}

.faq a.element-box {
    transition: 0.4s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq a.element-box div {
}

.faq a.element-box:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.btn-pagamento {
    border: 1px solid #000;
    padding: 7px;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #000;
}

.btn-pagamento:hover {
    text-decoration: none;
}

.btn-pagamento h6 {
    margin: 0;
}

@media (min-width: 1025px) {
    .with-side-panel .content-i {
        display: block;
        max-width: 100%;
    }

    .all-wrapper.solid-bg-all .content-w {
        max-width: calc(100% - 260px);
    }
}

.carousel-fornecedor div.item {
    padding: 0 10px;
}

.carousel-fornecedor div.item img {
    max-width: 250px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.carousel-fornecedor button {
    border: 0;
    position: absolute;
    top: 38%;
    font-size: 32px;
    background: transparent;
    border: 0;
    z-index: 5;
}

.carousel-fornecedor {
    padding: 0 30px 0 20px;
}

.carousel-fornecedor button.slick-prev {
    left: 0px;
}

.carousel-fornecedor button.slick-next {
    right: 0px;
}

.menu-w.sub-menu-style-over ul.main-menu > li.active .sub-menu-w {
    max-height: 322px;
    overflow: hidden;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i {
    max-height: 230px;
    overflow-y: scroll;
}

/* width */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar-track {
    background: #434343;
}

/* Handle */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu-w.sub-menu-style-over
    .sub-menu-w
    .sub-menu-i::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

.dataTables_length select {
    margin-left: 0;
}

#data-table-events .tbody {
    border-bottom: 20px solid #fff;
}

.table .row-actions a,
.table .row-actions button {
    color: #3e4b5b;
    display: inline-block;
}

.status-atendimento b {
    font-weight: bold;
}

.carousel-banner img {
    margin: 0 auto;
}

.accordion > .card {
    border: 0;
}

.accordion .card-header {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .collapse.show {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.pagination-item nav {
    display: flex;
    justify-content: end;
}

.share span {
    display: none;
}

.menu-w.menu-layout-compact .logged-user-w .avatar-w img {
    background: #fff;
}

.accordion .card .btn {
    height: auto;
    line-height: 129%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.breadcrumb {
    margin-bottom: 0;
}

.resultado-avaliacao i {
    font-size: 50px;
    color: #469fff;
}

.item-cart {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 5px 20px;
}

.header-cart {
    padding: 0 20px;
}

.special-mobile-cart {
    color: #fff;
}

.special-mobile-cart .price {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.special-mobile-cart .element-box {
    background: transparent linear-gradient(113deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
}

.special-mobile-cart label {
    color: #fff;
}

.pedido.element-wrapper .item b {
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 767.8px) {
    .status-pill + span {
        margin-left: 5px;
    }

    .table .row-actions a {
        margin-left: 5px;
        margin-right: 0;
    }

    .table td a i {
        margin-left: 5px;
        margin-right: 0;
    }

    .hide-bg-mobile {
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .table td span.status {
        position: relative;
        top: -3px;
    }

    .table .status-pill {
        top: -3px;
        position: relative;
    }

    .special-mobile-cart {
        position: fixed;
        bottom: 0;
        width: calc(100% - 30px);
        left: 15px;
        z-index: 10000;
        color: #fff;
    }

    .special-mobile-cart .element-box {
        margin-bottom: 0;
    }

    .special-mobile-cart .element-box br,
    .special-mobile-cart h6 {
        display: none;
    }

    .special-mobile-cart .price {
        display: block;
        text-align: center;
        color: #fff;
    }

    .funcionarios span b {
        font-size: 45px;
    }

    .element-box.funcionarios span {
        text-align: center;
    }

    .element-box.funcionarios.special span {
        text-align: initial;
    }

    .funcionarios .d-none-icon {
        display: none;
    }

    .funcionarios span {
        text-align: center;
    }

    .toggle-menu {
        margin-top: 12px;
        color: #213b82;
    }

    .carousel-fornecedor button.slick-prev {
        left: -15px;
    }

    .carousel-fornecedor button.slick-next {
        right: -15px;
    }

    .carousel-fornecedor button {
        top: 31%;
    }

    .header-cart {
        display: none;
    }

    .page-item .page-link {
        padding: 0 10px;
    }
}

.element-box p:last-child {
    margin-bottom: 0;
}

table td span + span.mobile {
    display: none;
}

.sub-menu-perfil li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
}

.sub-menu-perfil li a {
    color: #fff;
    font-size: 16px;
}

.sub-menu-perfil li a i {
    margin-right: 10px;
}

.text-blue-ligth {
    color: #005bab;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .sub-menu-perfil {
        padding-left: 0;
        margin-top: 15px;
    }

    .sub-menu-perfil li {
        padding-left: 0;
    }

    .sub-menu-perfil span {
        display: none;
    }

    .sub-menu-perfil i {
        font-size: 40px;
    }

    .associado .menu-mobile.color-scheme-dark {
        background: transparent
            linear-gradient(270deg, #4b609a 0%, #111e42 100%) 0% 0% no-repeat
            padding-box;
    }
}

.erro {
    max-width: 895px;
    padding: 60px 0 75px 450px;
    margin: 0 auto;
}

.erro404 {
    background: url(../images/bg-404.png) left top no-repeat;
}

.erro500 {
    background: url(../images/bg-500.png) left top no-repeat;
}

.erro h2 {
    font-size: 200px;
    font-weight: bold;
    color: #213b82;
}

.erro h3 {
    font-size: 50px;
    font-weight: bold;
    color: #213b82;
}

.erro p {
    color: #667587;
    font-size: 20px;
    font-weight: bold;
    max-width: 538px;
}

.erro .btn {
    max-width: 200px;
}

@media (max-width: 991.8px) {
    .erro404 {
        background-size: contain;
        padding-left: 335px;
    }

    .erro500 {
        background-size: contain;
    }

    .erro500 h2 {
        font-size: 150px;
    }

    .erro .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767.8px) {
    .erro404 {
        padding-left: 165px;
    }

    .erro500 {
        padding-left: 0;
        padding-top: 350px;
    }

    .erro h2 {
        font-size: 90px;
    }

    .erro h3 {
        font-size: 30px;
    }
}

.text-20 {
    font-size: 20px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-350 {
    max-width: 350px;
}

.dotted {
    width: auto;
    overflow: hidden;
}

.dotted:before {
    content: ".........................................................................";
}

@media (max-width: 991.8px) {
    .btn {
        height: auto;
        line-height: 100%;
        padding: 10px 10px;
    }

    .mini-box .btn,
    .mini-box-2 .btn {
        height: auto;
        line-height: 100%;
        border-radius: 6px;
        padding: 15px 10px;
    }

    .mini-box h5,
    .mini-box-2 h5 {
        max-height: none;
    }
}

/* Desativando tooltips page favorities */
.tooltip-hide {
    display: none !important;
}

/* Publicações - Posição do botão "Ver todas" */
.element-wrapper .element-actions.btn_seeAll {
    float: unset;
    position: absolute;
}

#financialDetails .description {
    width: 500px;
    white-space: pre-line !important;
}

/* Ajuste borda carrinho 20/09*/

.associado div.input-group.controller_cart .input-group-append .btn,
div.input-group.controller_cart .input-group-prepend .btn {
    background: #223c83 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    border: #999999 solid 1px !important;
}

.associado div.input-group.controller_cart .input-group-append .btn {
    border-left: none !important;
}

.associado div.input-group.controller_cart .input-group-prepend .btn {
    border-right: none !important;
}

.code-send {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* TSK-12619 */

.border_down,
.border_down:hover {
    filter: saturate(0) brightness(1) !important;
    font-weight: bolder !important;
    font-size: 14px !important;
    color: #707070 !important;
}

.hr_blue {
    background: #469fff !important;
    border: none;
    height: 1px;
    margin: 0;
}

.prices_t {
    font-size: 14px;
    color: #707070;
}

.taxa_ade {
    font-weight: bolder;
    font-size: 18px;
}

/* #data-table-audit_wrapper>div:nth-child(2)>div>div.dataTables_scroll>div.dataTables_scrollHead>div>table>thead>tr>th:nth-child(4),
#data-table-audit>tbody>tr:nth-child(n)>td:nth-child(4)>* {
    display: none;
} */

/* #data-table-audit>tbody>tr:nth-child(n)>td {
    width: 37%;
} */

/* TSK-16341 */
.associado .coletive-shopping .value-percent,
.associado .coletive-shopping .progress-bar,
body.associado
    > div.all-wrapper.with-side-panel.solid-bg-all
    > div.layout-w
    > div.content-w
    > div.content-i
    > div
    > div
    > div:nth-child(2)
    > div
    > div.col-md-6
    > h6.element-header:nth-child(7),
body.associado
    > div.all-wrapper.with-side-panel.solid-bg-all
    > div.layout-w
    > div.content-w
    > div.content-i
    > div
    > div
    > div:nth-child(2)
    > div
    > div.col-md-6
    > div.element-box:nth-child(8) {
    display: none;
}

.mini-box {
    margin-bottom: 20px;
    max-width: 100%;
    width: 337px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    position: relative;
}

.mini-box img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: top;
}

/* .mini-box .tag {
    background: transparent linear-gradient(180deg, #223C83 0%, #223C83 100%) 0% 0% no-repeat padding-box;
    width: max-content;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: block;
    position: absolute;
    top: 202px;
    left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 14px;
    padding-right: 41px;
    font-size: 14px;
    color: #FFFFFF;
} */

.status-pill {
    display: inline-block;
    min-width: fit-content;
    min-height: 20px;
    padding: 0.25em 0.4em;
    font-size: 0.81rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.status-pill:after,
.badge:after {
    position: relative;
    content: attr(data-title);
    color: #fff;
}

.status-name.text-success,
.status-name.gray,
.status-name.text-danger {
    color: #fff !important;
    display: inline-block;
    min-width: fit-content;
    min-height: 20px;
    padding: 0.25em 0.4em;
    font-size: 0.81rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 12px;
    height: 12px;
}

.badge.badge-danger,
.status-name.gray {
    background-color: #c21a1a;
}

.badge.badge-success,
.status-pill.green,
.status-name.text-success {
    background-color: green;
}

.status-pill.yellow,
.status-name.text-danger,
.badge.badge-warning {
    background-color: goldenrod;
    color: #fff;
}

.btn-outline-secondary {
    background-color: transparent;
    border: 1px #047bf8 solid;
    color: #047bf8;
}

.btn-outline-secondary:hover {
    background-color: #047bf8;
    border: 1px #047bf8 solid;
    color: #ffffff;
}

.btn-sm,
.btn-group-sm > .btn,
.all-wrapper .btn-group-sm > .fc-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.775rem;
    line-height: 1.5;
    border-radius: 4px;
    height: min-content;
}

.progress {
    border-radius: 50vw;
}

.progress-bar-associate {
    min-width: 50px;
}

.btn-absolute {
    position: absolute;
    right: 10px;
    z-index: 10;
}

.associado__box-icon {
    background: #e9ecef;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: inline-flex;
}

.element_height {
    min-height: calc(100% - 75px);
}

.dataTables_filter > label {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 0px;
    margin-right: 0.5rem;
}

.dataTables_filter > label::after {
    content: "Pesquisar";
    background: #667587;
    padding: 0 10px;
    color: #fff;
    border-radius: 0 6px 6px 0;
    position: absolute;
    right: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin-right: 0;
}

.dataTables_filter > label > input {
    border-radius: 6px 0 0 6px;
    min-width: 100%;
}

.dataTables_wrapper > div.row:first-child {
    border: 0;
}

.progress-bar .percent {
    background-color: #0a7df8;
}

#dropFormHeader .input-group > div.input-group-append > button {
    border-radius: 0 4px 4px 0 !important;
    padding-left: 15px;
}

table .fa,
table .fas {
    color: #3e4b5b;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    font-size: 20px;
}

.fa-trash-alt {
    color: #c21a1a !important;
}

#address-mailing > div > form {
    width: 100%;
}

b.float-right > i.fa-user {
    font-size: 0.75rem;
    margin-left: 0.25rem;
}

/* Revisão */

.content-informacoes_rapidas a.el-tablo {
    min-height: 100%;
}

.modal-content {
    padding: 0 !important;
}

.fa.fa-search {
    color: #808080;
}

@media (max-width: 1200px) {
    .content-informacoes_rapidas > div > div:nth-child(n) {
        margin-top: 5px;
    }

    .tags-container {
        text-align: center;
    }

    .tags-container .btn-sm {
        margin-left: 0 !important;
        margin-top: 5px !important;
        min-width: 100%;
    }

    .grid_cards {
        grid-template-columns: repeat(auto-fit, minmax(186px, 1fr)) !important;
        grid-auto-flow: row !important;
    }
}

@media (max-width: 991px) {
    .dataTables_filter > label > input {
        min-width: -webkit-fill-available;
    }
}

@media (max-width: 767px) {
    .prices_t {
        font-size: 12px;
        color: #707070;
    }

    .border_down,
    .border_down:hover {
        font-size: 12px !important;
    }

    .taxa_ade {
        font-size: 14px;
    }

    #data-table-audit > tbody > tr:nth-child(1) > td:nth-child(4) {
        display: none;
    }

    #data-table-audit > tbody > tr:nth-child(n) > td {
        width: 100%;
    }
}
