html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background: #fafafa;
    color: #566573;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.040em;
}

.h1,
h1 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}


#global-main {
    margin: 0 auto;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.666667% !important;
        max-width: inherit !important;
        margin: 14px 0;
    }

    .view-group>.row>.col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-md-12 {
        margin: 14px 0;
    }
}


.select2-container {
    min-width: 507px !important;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    text-align: left;
}

#detalheConsulta h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#detalheConsulta h4:after {
    content: "";
    border-bottom: 2px solid #ffc029;
    width: 40px;
    margin-top: 10px;
    display: block;
}


#mainSite {
    padding-top: 2.5rem;
}

.txtMaior {
    font-family: roboto_bold;
    font-size: 1.25rem;
}

.heroCustom {
    padding: 1.25rem;
    background: #fafafa;
    border-radius: 3px;
}


button {
    cursor: pointer;
}

audio {
    width: 100%;
}

.bgBs {
    background: #436fbe;
}


.w-auto {
    width: auto;
}

b,
strong,
.font-weight-bold {
    font-weight: normal;
    font-family: 'roboto_bold';
}

/* Colors */

.bg-light {
    background-color: #f0f0f0 !important;
}

.text-primary {
    color: #ffc029 !important;
}

.text-dark {
    color: #566573;
}

h1,
h2,
h3,
h4,
h5 {
    color: #566573;
}

/* Cores Produtos */

.colorYellow {
    color: #ffc029;
    border-color: #ffc029;
}


.bgYellow {
    background-color: #ffc029;
}

.bgWhatsappgrey {
    background: #436FBE;
}

.bgLightgrey {
    background: #6D9FE9;
}

.bgCoolgrey {
    background: #4B80D6;
}

.bgGrey {
    background: #A7C5F4;
}

label[for="inlineRadio1"],
label[for="inlineRadio3"],
label[for="inlineRadio4"],
label[for="inlineRadio6"],
label[for="inlineRadio8"],
label[for="plan4"] {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Cores Status */

.colorEnviadas {
    color: #4bc0c0;
}

.colorInvalidas {
    color: #ff9f40;
}

.colorErro {
    color: #ff6384;
}

.colorPendente {
    color: #36a2eb;
}

.colorBlacklist {
    color: #ffcd56;
}


/* Links */

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #007ac1;
    text-decoration: none;
}

a:hover {
    color: #007ac1;
    text-decoration: none;
}

a:focus {
    outline: none;
}


/* Menu Créditos */
#menuCreditos {}

#menuCreditos {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: inline-block;
}

#menuCreditos ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

#menuCreditos li {
    display: inline-block;
    margin: 0 0.5rem;
    text-align: left;
}


#menuCreditos i {
    font-size: 1.25rem;
    vertical-align: top;
    margin-top: 0.15rem;
}

#menuCreditos h5 {
    font-size: 0.65rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

#menuCreditos .infoCrdt {
    display: inline-block;
    margin-left: 5px;
}

#menuCreditos .valCrdt {
    color: #fff;
    font-size: 0.9rem;
    line-height: 0.9rem;
    display: block;
}

.labelExtratomenu {
    display: none;
    color: #fff;
    text-align: left;
}


/* Navbar principal */

.navbar-toggler {
    margin: .5rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

#navPrincipal {
    font-family: roboto_bold;
}

.navbar .nav-link {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    padding: 1rem 1rem;
}

.navbar .navbar-nav .active>.nav-link {
    border-bottom-color: #ffc029;
    color: #ffc029;
}

.navbar .fa-home {
    font-size: 24px;
}

.navbar-nav .nav-link {
    padding: 1rem 1.25rem;
}

#navHome a.nav-link {
    padding-bottom: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #436FBE;
    color: white;
}


.navbar .dropdown-menu .nav-link {
    color: #000;
    /* Cor do texto do link */
}

.navbar-dark .navbar-nav .nav-link.active {
    color: gree
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.navbar .nav-item.show .dropdown-toggle::after {
    content: "\f0d8";
    transform: rotate(0deg);
}

.navbar .dropdown-menu {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .nav-item {
        margin: 0 5px;
    }

    .nav-link {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }

    .navbar-toggler {
        margin: 0.25rem;
        width: auto;
    }

    .navbar-collapse {
        flex-grow: 1;
    }

    .navbar .nav-link {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .nav-link {
        font-size: 12px;
        padding: 0.5rem 1rem;
    }

    .navbar-toggler {
        margin: 0.25rem;
    }
}

.dropdown .dropdown-menu .dropdown-item {
    color: #777;
}

/* Dropdowns */

#balanceMenuLink .dropdown-item:hover {
    background: none;
}

#balanceMenuLink .dropdown-item:hover span {
    color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(29, 29, 29, 0.15);
}

.navbar-dark .navbar-nav .show>.nav-link {
    background: #fff;
    color: #566573;
    z-index: 9999;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.dropdown-item {
    color: #aaaaaa;
    padding: .25rem 1.75rem;
    font-family: roboto;

}

.dropdown-item.active,
.dropdown-item:active {
    color: #566573;
    background-color: #f0f0f0;
    ;
}

.dropdown-menu {
    padding: 1.5rem 0;
}

.dropdown-divider {
    margin: 1rem 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #566573;
}


/* Alerts */

.alert {
    border: none;
}

a.alert {
    display: block;
    text-decoration: none;
}

.alert-primary {
    color: #6c91c8;
    background-color: #e6eef9;
}

.alert-secondary {
    color: #8995a1;
    background-color: #f0f0f0;
}

.alert-success {
    color: #29c287;
    background-color: #e9fdf2;
}

.alert-danger {
    color: #e14b46;
    background-color: #ffd6d6;
    border-color: #dddfe2;
}

.alert-warning {
    color: #fcb813;
    background-color: #fff0e1;
}

.alert-info {
    color: #6c91c8;
    background-color: #ddffff;
}

#ajudaMenu {
    color: #fcb813;
    text-transform: uppercase;
    margin: -0.5rem 1rem 1rem;
    font-size: 0.7rem;
}

#ajudaMenu i {
    font-size: 1.5rem;
    display: block;
    float: left;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}




/* CARDS */

.card {
    border: none;
    border-radius: 0.15rem;
    box-shadow: 0px 1px 2px 0px rgba(29, 29, 29, 0.1);
}

.card .card {
    box-shadow: none;
    border: 1px solid #e9ecef;
    font-size: 0.85rem;
}

.card-title {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/*  Chamadas home */

/*#homeContent .jumbotron i {
	font-size: 3rem;
	position: absolute;
	top: 2rem;
	left:3rem;
}*/

.contentJbtr {
    padding-left: 4rem;
}

.jumbotron {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#cardUltimas table {
    margin-bottom: 0;
    border-bottom: none;
}

#cardUltimas table tr:first-child td {
    border-top: none;
}

#cardUltimas i.colorYellow {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

#cardUltimas td:nth-child(4) {
    text-align: right;
    vertical-align: middle;
}


/* Botões */

.btn {
    border-width: 2px;
    padding: .375rem 1.5rem;
    border-radius: 100px;
}

.btn.borderAlternative {
    border-radius: 4px;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1.1rem;
    padding: .5rem 2rem;

}


.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -2px;
}


.btn-primary {
    background-color: #ffc029;
    border-color: #ffc029;
}

.btn-outline-primary {
    background-color: #ffc029;
    border-color: #ffc029;
    color: white;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled):active {
    background-color: #e5a40b;
    border-color: #e5a40b;

}

.btn-success {
    background-color: #339999;
    border-color: #339999;
}

.btn-info {
    background-color: #436fbe;
    border-color: #436fbe;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #365f9d;
    border-color: #365f9d;
}

.btn-info:hover,
.btn-info:not([disabled]):not(.disabled):active {
    background-color: #2955A6;
    border-color: #2955A6;
}


.btn-info.collapsed {
    background-color: transparent;
    border-color: transparent;
    color: #566573;
}

.btn-light {
    color: #4d4d4d;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light {
    color: #4d4d4d;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light:hover,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #dbdfdc;
    color: #566573;
    border-color: #dbdfdc;
}

.btn-outline-primary {
    color: #566573;
    border-color: #ffc029;
}

.btn-outline-primary i {
    color: white;
}

.btn-outline-primary:hover i {
    color: #fff;
}

.btn-outline-primary:hover,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active {
    background-color: #ffc029;
    border-color: #ffc029;
    z-index: 9999;
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #FFF;
    background-color: #436fbe;
    border-color: #436fbe;
    box-shadow: none;
}

.show>.btn-outline-light.dropdown-toggle {
    box-shadow: none;
}

.btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.btn-link {
    color: #007ac1;
}

.btn-link:hover {
    text-decoration: none;
}




/* Forms default */

.form-check-label {
    padding-left: 0;
    cursor: pointer;
    font-size: 0.85rem;
}

.social-form-check-label {
    cursor: default !important;
}

.card .form-group:not(:last-child),
.card .view-group:not(:last-child) {
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.75rem;
}

.form-group {
    margin-bottom: 0.5 !important;
}

/*
.view-content {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}
*/
.view-content .linkVermais {
    float: right;
    line-height: 1.75rem;
}

/*
.col-form-label,
label:not(.form-check-label) {
	font-size: 0.75rem;
	font-family: 'roboto_bold';
	color: #566573;
}*/

.view-group label,
#detalheFiliais label,
#detalheCompanies label,
label {
    font-family: roboto;
    margin-bottom: 0;
    font-size: 0.75rem;
}

label.btn,
.view-group .form-check-label {
    font-size: 0.9rem;
}


fieldset input[type="date"],
fieldset input[type="datetime-local"],
fieldset input[type="text"],
fieldset select {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 0.75rem;
    display: inline-block;
    cursor: pointer;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .2rem;
    ;
    border-bottom-right-radius: .2rem;
    height: 100%;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.form-control-plaintext {
    color: #8995a1;
    width: 100%;
}

.form-control {
    padding: .438rem .75rem;
    cursor: pointer;
}

.form-control:disabled {
    cursor: not-allowed !important;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .32rem .5rem;
    height: calc(1.8125rem + 2px)
}

textarea.form-control-plaintext {
    min-height: 100%;
}


.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check {
    padding-left: 1.25rem;
}

.view-group .btn {
    margin-bottom: 0.5rem;
}

.form-check-inline {
    /*display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    padding-left: 0;
    margin-right: .75rem;
}

.checkInputs select,
.checkInputs input.dateField {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 0.75rem;
    width: auto;
    display: inline-block;
    cursor: pointer;
}


/* Filter Tables */

.checkInputs select,
.checkInputs input.dateField {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 0.75rem;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.checkInputs .form-check {
    margin-bottom: 1rem;
}

.menuForm {
    min-width: 555px;
}

.menuForm .dropdown-header {
    padding-left: 0;
    text-transform: uppercase;
}

/* Badges */

.badge {
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal !important;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
}

.badge-warning {
    background-color: #ffc107;
    color: #000;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}

.badge:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


/* Media */

.card .media:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
}

.card .media:first-child {
    border-top: none;
}



/* Footer */

footer {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
}

footer p {
    margin-bottom: 0;
}

footer img {
    margin-right: 0.5rem;
    height: 1.5rem;
}

.helpFooter {
    float: right;
    /*margin-bottom: 1.5rem;*/
}

.avisoRodape {
    margin-bottom: 30px;
    font-size: 0.875rem;
}

/* Jumbotron */

.jumbotron {
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
}

.jumbotron .card-title {
    font-family: roboto_bold_italic;
}

.jumbotron {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(29, 29, 29, 0.1);
    margin-bottom: 10px;
}

/* Tooltips */

.tooltip {
    font-size: 0.75rem;
    line-height: 1rem;

}

.tooltip-inner {
    background: #3c444d;
    text-align: left;
    padding: 0.75rem;
    max-width: 180px;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #3c444d;
}



/* Drop File */

.dropFile {
    position: relative;
    background: #f0f0f0;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
}

.dropFile:hover {
    background: #dddddd;
}

.dropFile label {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #8995a1;
}

.dropFile i {
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 1rem;
}

.dropFile input {
    text-indent: 999999px;
    color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.drop-group {
    margin-bottom: 0;
}

/* Select Empresa */


.selectEmpresa .dropdown-menu {
    width: 400px;
}

/* Select Menu */

.selectMenu {
    width: 100%;
}

.selectMenu .btn {
    text-align: left;
}

.selectMenu .dropdown-toggle::after {
    float: right;
    margin: 0.6rem 0;
}


.selectMenu .dropdown-menu {
    min-width: 100%;
    z-index: 9999;
}

.dropdown-menu .list-group {
    max-height: 190px;
    overflow-y: scroll;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.dropdown-menu .list-group-item {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.dropdown-menu .list-group-item:first-child {
    border-top: none;
}

.dropdown-menu .list-group-item:first-child,
.dropdown-menu .list-group-item:last-child {
    border-radius: 0;
}



/* TABS */

.nav-tabs {
    width: fit-content;
    margin: 0 1px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-radius: 0.15rem 0.15rem 0 0;
    z-index: 9;
}

.nav-tabs .nav-link.active {
    box-shadow: 0px 1px 2px -5px rgba(29, 29, 29, 0.1);
}


/* Tables */

.table td,
.table th {
    vertical-align: middle;
}

/*.table thead th {
	font-size:0.75rem;
	font-weight: normal;
	color: #566573;
    padding: 0.15rem 0.5rem;
}*/

.table {
    border-bottom: 2px solid #e9ecef;
    color: #4F6D7A !important;
}

.table-content tbody td,
.table-content thead th {
    padding-right: 0;
    padding-left: 0;
    border-top-style: dotted;
}

.table-content {
    border-width: 1px;
    border-bottom: none;
    margin-bottom: 0;
}

.table-content thead th {
    border: none;
}

.table-content tr:first-child td {
    border-top: none;
    padding-top: 0;
}



/* Pager */

.page-link {
    color: #8995a1;
}

.pagination-sm .page-link {
    padding: .25rem .75rem;
}

.page-link:focus,
.page-link:hover {
    background: #8995a1;
    color: #fff;
    border-color: #8995a1;
}

.page-link-elipses {
    color: #8995a1;
    border: 1px solid #ddd;
    padding-top: 2px !important;
    padding-bottom: 15px !important;
}

.pagination-sm .page-link-elipses {
    padding: 0 0.62rem;
    margin: 3px;
}

.labelPager {
    font-size: .9rem;
    color: #566573;
}


/* Modal */

.modal-header,
.modal-footer,
.modal-content {
    border-radius: 0 !important;
    border: none;
}

.modal-header,
.modal-footer,
.modal-body {
    padding: 1.5rem;
}


/* toogle panels */

.toglePanels a[aria-expanded="true"] {
    background: #566573;
    color: #fff;
    border-color: #566573;
}


/* Calendar Picker*/

.datepicker {
    padding-left: 1rem;
    padding-right: 1rem;
}


.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background: #ffc029 !important;
    border: none;
    border-radius: 2px;
}


.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #f0f0f0;
}

.datepicker th {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #566573;
}

.text-muted {
    font-family: roboto_italic;
}

/* Loading */

.popup_box {
    width: 40%;
    margin: 10% auto;
    padding: 40px;
    position: relative;
    background-color: #FFF;
    text-align: center;
}


#loadingFull,
.loadingFull {
    z-index: 999;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(219, 40%, 20%, 0.95);
}

.sk-fading-circle.loading-sm {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}

.sk-fading-circle {
    margin: auto;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 8%;
    height: 8%;
    background-color: #ffc029;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

/* Login */

.logoLogin {
    width: 50%;
}

#loginSite .btn-link {
    color: #566573;
}

#loginSite .card .form-group:not(:last-child),
#loginSite .card .view-group:not(:last-child) {
    border: none;
    padding-bottom: 0;
}

#loginSite .card {
    box-shadow: 0px 1px 20px 0px rgba(29, 29, 29, 0.1);
    border-radius: .5rem;
}

#loginSite blockquote {
    font-size: 1.1rem;
    color: #ffc029;
}

.logoMaior {
    width: 50%;
}

#telaLogin {
    background: #436fbe;
}

.chamadaConta {
    color: #fff;
}

.chamadaConta a {
    color: #fff;
    text-decoration: underline;
}

/* Cadastro */

.passoCadastro {
    font-size: 1rem;
    text-transform: uppercase;
    color: #8995a1;
    padding: .5rem 0;
}

/* Helpers */

.btn-help {
    padding: 0.15rem 0;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #8995a1;
    border: 1px solid #8995a1;
    display: inline-block;
}

.btn-help:hover {
    color: #fff;
    background-color: #8995a1;
}



/* Ajuda */

.listaPerguntas {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listaPerguntas li {
    border-top: 1px solid #f0f0f0;
    padding: 1.5rem 0;
}

.listaPerguntas li:first-child {
    border-top: none;
    padding-top: 1rem;
}

/* Cosulta Form */

#formConsulta .btn-group.toglePanels {
    width: 100%;
    margin-bottom: 1rem;
}

#formConsulta .btn-group.toglePanels a {
    font-size: 0.9rem;
    width: 50%;
}

.modal-body img {
    max-width: 100%;
}


/* Consulta Detalhe */

.legendaContent {
    padding: 0.85rem;
    background: #f5f5f5;
    font-size: 0.75rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.legendaContent i {
    font-size: 1rem;
    margin-right: 7px;
}

#detalheConsulta .table-content .fa-whatsapp,
#detalheConsulta .table-content .fa-address-card {
    margin-right: 10px;
    font-size: 20px;
}

/* Detalhe Filiais */

#detalheFiliais #detalheCompanies .view-group {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}


/* Ícones nas listas */
.iconList {
    font-size: 1.5rem;
}


.dropItem {
    padding: .25rem 1.75rem;
    cursor: pointer;
}

.dropItem:hover {
    background: #eee;
}

/* Filtro PF */

.scrollForm {
    overflow-y: scroll;
    max-height: 170px;
    background: #f5f5f5;
    padding: 0.5rem .8rem;
}

#filtroPF .btn-info i {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.1rem;
}

#filtroPF #accordion .heroCustom {
    min-height: 170px;
}

#filtroPF .btn-group-toggle {
    margin-bottom: 1rem;
}


/* Resultado PF */

.totalResultado {
    font-size: 2.1225rem;
    margin-bottom: 2rem;
    text-align: center;
    font-family: roboto_bold;
}

#headResultado {
    margin: 0;
}

#headResultado .col-md-4 {
    background: #fafafa;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#headResultado .col-md-4.resultadoMeio {
    background: #f5f5f5;
}

#headResultado table {
    height: 100%;
}

#headResultado table tr td:first-child {
    text-align: center;

    color: #436fbe;
    font-size: .65rem;
}

#headResultado i {
    font-size: 2.25rem;
    display: block;
    margin-bottom: 0.5rem;

}

.doisDados,
.tresDados {
    font-size: 0.75rem;
}

.doisDados strong,
.tresDados strong {
    font-size: 1.5rem;
}

.tresDados strong {
    display: block;
}

/* Checkout Extração */

.table-checkout thead th {
    color: #fff;
    padding: 1rem;
    text-align: center;
    border: none;
}

.table-checkout thead th .form-check-inline .form-check-label {
    font-size: 1rem;
    text-transform: uppercase;
}

.table-checkout tbody th {
    text-align: center;
}

.table-checkout thead th i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.table-checkout .form-check {
    margin-bottom: 0;
}

.table-checkout td,
.table-checkout th {
    vertical-align: middle;
}

.table-checkout td {
    border: 1px solid #e9ecef;
}

.table-checkout .fa-check-circle {
    color: #29c287;
    font-size: 2rem;
}

.footerExtracao {
    font-family: roboto_italic;
}

/* MAPA */

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Treeview */

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

#arvoreCNAE input[type="checkbox"] {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}


.home-card-operation-icon {
    font-size: 3rem !important;
}


@media (max-width: 1200px) {
    .navbar-nav .nav-link {
        padding: 1rem .5rem;
    }

    #menuCreditos {
        padding: 1rem 0.5rem;
    }

}

@media (max-width: 992px) {

    .labelExtratomenu,
    #menuCreditos {
        display: block;
    }

    #menuCreditos ul {
        display: none;
    }

    .card-body {
        padding: 1rem;
    }

}

/* Non zero letter-spacing. Ensures space between words on PDF */
.letter-spacing {
    letter-spacing: 0.01px;
}

@media (max-width: 768px) {
    .page-link-elipses {
        padding-top: 1px !important;
        padding-bottom: 12px !important;
    }

    body {
        font-size: 14px;
    }

    .navbar {
        padding: 0;
    }

    ul#menuCreditos {
        padding: 1rem 0;
    }

    ul#menuCreditos li {
        margin: 0 .25rem;
    }

    #ajudaMenu i {
        margin-top: 0;
        font-size: 1rem;
    }

    .selectEmpresa .dropdown-menu {
        width: 375px;
    }

    .nav-tabs .nav-link {
        padding: .8rem .5rem;
        font-size: 0.9rem;
    }

    h1.my-4 {
        margin: .5rem 0 !important;
        font-size: 2rem;
    }

    .btn-lg.my-5 {
        margin: 2rem 0 !important;
    }

    .col-md-8 {
        -ms-flex: none;
        flex: none;
        max-width: none;
    }

    .borderRight {
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .form-check select,
    .form-check input[type="text"],
    .form-check input.dateField {
        margin: 0;
        display: block;
        width: 100%;
    }

    .checkInputs span {
        margin: 0;
    }

    .dropInputTxt {
        width: 100%;
    }

    .modal-footer {
        display: block;
        text-align: right;
    }

    #modalDelete .modal-footer .btn:first-child {
        margin-bottom: 1rem;
    }

    /*#homeContent .jumbotron i {*/
    @media (min-width: 768px) {
        .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .contentJbtr {
            padding-left: 3rem;
        }

        footer img {
            height: 1rem;
        }

        .copyRight {
            font-size: 0.75rem;
        }

        #destaquesLogin {
            display: none;
        }

        .btn {
            white-space: normal;
            margin-bottom: 0.5rem;
        }

        #formConsulta .btn-group.toglePanels a {
            padding: .375rem .5rem;
        }

        .form-row>.col,
        .form-row>[class*=col-] {
            margin-bottom: 1rem;
        }
    }

    /*
	.table-responsive-md tr td {
		display: block;
		border:none;
	}
	.table-responsive-md tr:first-child {
		border-top: none;
	}
	.table-responsive-md tr {
		border-top: 1px solid #e9ecef;
	}
	.table-responsive-md thead {
		display: none;
	}*/
    .menuForm {
        min-width: 310px;
    }

    #btnPgto a {
        font-size: .75rem;
        padding-left: 0.5rem;
        white-space: nowrap;
        padding-right: .5rem;
    }

    .btnsForm .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .filterTable>input[type="text"] {
        max-width: 135px;
        vertical-align: top;
    }

}


.div-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
    white-space: nowrap;
}

.div-scroll-300 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
}

.mrt-5 {
    margin-top: 5px;
}

.loading {
    width: 100%;
    text-align: center;
}

.loading>div {
    color: red;
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 6px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 1.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 1.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1.5em 0 0;
    }
}

.pdt-20 {
    padding-top: 20px;
}

.w-datetime {
    width: 124px;
}

.error-password {
    display: none !important;
}

.errorlist {
    padding-left: 0px;
}

.errorlist li {
    color: #e14b46;
    list-style-type: none;
}

nav.pagination {
    padding-left: 20px;
}

[v-cloak] {
    display: none
}

#initialDate,
#finalDate {
    width: 150px;
    display: inline-block;
}

.center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.btn-right {
    float: right;
}

.users {
    margin: 0 auto;
}

.form-error {
    color: #ff0000;
}

.pdl-5 {
    padding-left: 5px;
}

pre {
    background-color: #e9ecef;
    color: #000;
    border-color: #e9ecef;
    padding: 1em;
    font-size: 0.7em;
    margin: 0 2em;
}

.select2-container .select2-choice>.select2-chosen {
    white-space: normal !important;
}

@media print {
    .btnView {
        display: none;
    }
}


@media print {
    jdiv {
        display: none !important;
    }
}

.nao-me-ligue-icon {
    color: red !important;
}

.custom-icon {
    color: #FCBD26;
}

.btn.btn-range {
    border-color: #566573;
}

.btn.btn-range:hover {
    background-color: #566573;
    color: whitesmoke;
    content: "sdfsdfsaf";
}

#searchDetail h4 {
    font-family: roboto_bold;
    font-size: 14px;
    margin-bottom: 10px;
}

#searchDetail::first-letter {
    text-transform: uppercase;
}

#searchDetail h4:after {
    content: "";
    border-bottom: 2px solid #436FBE;
    width: 40px;
    margin-top: 10px;
    display: block;
}

#lowercaseCompanyDetail h4 {
    font-family: roboto_bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

#lowercaseCompanyDetail::first-letter {
    text-transform: lowercase;
}

#lowercaseCompanyDetail h4:after {
    content: "";
    border-bottom: 2px solid #436FBE;
    width: 40px;
    margin-top: 10px;
    display: block;
}

.company-detail {
    font-family: roboto;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .company-info-component {
        font-size: 0.7em;
    }
}

.bronze-button {
    background-color: #BF8970;
    color: black;
}

.bronze-button:hover {
    background-color: #916957;
    color: white;
}

.prata-button {
    background-color: #C9CCCB;
    color: black;
}

.prata-button:hover {
    background-color: #C0C0C0;
    color: white;
}

.dourado-button {
    background-color: #FFD700;
    color: black;
}

.dourado-button:hover {
    background-color: #DAA520;
    color: white;
}

.skeleton-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skeleton-gradient {
    width: 33.4%;
    height: 48vh;
    background: linear-gradient(90deg, rgba(230, 230, 230, 0.3), rgba(255, 255, 255, 0.7), rgba(230, 230, 230, 0.3));
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.loading-messages {
    position: inherit;
    z-index: 1100;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 80%;
    word-wrap: break-word;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.loading-message {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.loading-message::after {
    content: '...';
    display: inline-block;
    animation: dotsLoading 1.5s infinite;
}

@keyframes dotsLoading {
    0% {
        content: '...';
    }

    33% {
        content: '.  ';
    }

    66% {
        content: '.. ';
    }

    100% {
        content: '...';
    }
}

.glowing-icon {
    color: #436fbe;
    font-size: 16px;
    animation: pulseGlow 1.5s infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(67, 111, 190, 0.5), 0 0 10px rgba(67, 111, 190, 0.4), 0 0 15px rgba(67, 111, 190, 0.3);
    }

    50% {
        transform: scale(1.3);
        text-shadow: 0 0 20px rgba(67, 111, 190, 0.6), 0 0 30px rgba(67, 111, 190, 0.5), 0 0 40px rgba(67, 111, 190, 0.4);
    }

    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(67, 111, 190, 0.5), 0 0 10px rgba(67, 111, 190, 0.4), 0 0 15px rgba(67, 111, 190, 0.3);
    }
}

.b-toast {
    opacity: 1;
    position: relative;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #856404;
    height: auto;
}

.b-toast-warning {
    border-left: 6px solid #ffc107;
}

.b-toast-warning .toast-icon {
    color: #ffc107;
}

.b-toast .b-toast-close {
    color: #856404;
    opacity: 0.9;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.4rem;
    transition: color 0.3s ease-in-out;
}

.b-toast .b-toast-close:hover {
    color: #f44336;
}

.b-toast.fade-out {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

figcaption,
footer,
main,
nav,
section {
    display: block;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

dfn {
    font-style: italic;
}

a {
    text-decoration: none;
    color: #4d7bca;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #233dd2;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

h2,
h3,
.h2,
.h3 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d;
}

h2,
.h2 {
    font-size: 1.25rem;
}

h3,
.h3 {
    font-size: 1.0625rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col,
.col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}

@media (min-width: 1200px) {
    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table .thead-light th {
    color: #8898aa;
    border-color: #e9ecef;
    background-color: #f6f9fc;
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none;
    cursor: not-allowed;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), none;
}

a.btn.disabled {
    pointer-events: none;
}

.btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .375rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

.card-footer {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

.pagination {
    display: flex;
    padding: 1rem 0 0.1rem 0;
    list-style: none;
    border-radius: .375rem;
}

.page-link {
    line-height: 1.25;
    position: relative;
    display: block;
    margin-left: -1px;
    padding: .5rem .75rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #4d7bca;
    background-color: #4d7bca;
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;
}

.badge {
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .35rem .375rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .375rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    font-size: .75rem;
    display: flex;
    overflow: hidden;
    height: 1rem;
    border-radius: .375rem;
    background-color: #e9ecef;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #4d7bca;
    justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1 1;
}

.tooltip {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .arrow {
    position: absolute;

    display: block;

    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: .4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;

    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    left: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;

    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    right: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;

    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;

    text-align: center;

    color: #fff;
    border-radius: .375rem;
    background-color: #000;
}

.bg-success {
    background-color: #2dce89 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #24a46d !important;
}

.bg-info {
    background-color: #11cdef !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0da5c0 !important;
}

.bg-warning {
    background-color: #fb6340 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fa3a0e !important;
}

.bg-danger {
    background-color: #f5365c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ec0c38 !important;
}

.bg-default {
    background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #0b1526 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 1200px) {

    .justify-content-xl-between {
        justify-content: space-between !important;
    }
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    color: #adb5bd !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #919ca6 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

figcaption,
main {
    display: block;
}

main {
    overflow: hidden;
}

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

[class*='shadow'] {
    transition: all .15s ease;
}

.text-sm {
    font-size: .875rem !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-light {
    color: #ced4da !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #b1bbc4 !important;
}

.badge {
    text-transform: uppercase;
}

.badge a {
    color: #fff;
}

.btn .badge:not(:first-child) {
    margin-left: .5rem;
}

.btn .badge:not(:last-child) {
    margin-right: .5rem;
}

.badge-dot {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    background: transparent;
}

.badge-dot strong {
    color: #32325d;
}

.badge-dot i {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-right: .375rem;
    vertical-align: middle;
    border-radius: 50%;
}

.btn {
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn:not(:last-child) {
    margin-right: .5rem;
}

.btn i:not(:first-child) {
    margin-left: .5rem;
}

.btn i:not(:last-child) {
    margin-right: .5rem;
}

.btn-sm {
    font-size: .75rem;
}

[class*='btn-outline-'] {
    border-width: 1px;
}

.btn-icon-only {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
}

a.btn-icon-only {
    line-height: 2.5;
}

.btn-icon-only .btn-sm {
    width: 2rem;
    height: 2rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ffd54f;
    border-color: #ffd54f;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu .dropdown-item {
    font-size: .975rem;
    padding: .5rem 1rem;
}

.dropdown-menu .dropdown-item>i {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%;
}

.dropdown-menu a.media>div:first-child {
    line-height: 1;
}

.dropdown-menu a.media p {
    color: #8898aa;
}

.dropdown-menu a.media:hover p {
    color: #172b4d !important;
}


@media (min-width: 768px) {

    @keyframes show-navbar-dropdown {
        0% {
            transition: visibility .25s, opacity .25s, transform .25s;
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }

        to {
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
}

@keyframes show-navbar-collapse {
    0% {
        transform: scale(.95);
        transform-origin: 100% 0;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hide-navbar-collapse {
    from {
        transform: scale(1);
        transform-origin: 100% 0;
        opacity: 1;
    }

    to {
        transform: scale(.95);
        opacity: 0;
    }
}

.page-item.active .page-link {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.page-item .page-link,
.page-item span {
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.table thead th {
    font-size: .90rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #eae9ef;
}

.table th {
    font-weight: 600;
}

.table td .progress {
    width: 120px;
    height: 3px;
    margin: 0;
}

.table td,
.table th {
    font-size: 0.9825rem;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.table .thead-dark th {
    color: #4d7bca;
    background-color: #1c345d;
}

.table .thead-light th {
    color: #8898aa;
    background-color: #f6f9fc;
}

td,
th {
    border-right: 0;
    border-left: 0;
}

tbody tr:first-child td,
tbody tr:first-child th {
    border-top: 0;
}

tbody tr:last-child td,
tbody tr:last-child th {
    border-bottom: 0;
}

.card .table {
    margin-bottom: 0;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .btn {
        margin-bottom: 10px;
    }
}

.btn-uniform {
    width: 3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-container {
    display: flex;
    align-items: center;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.no-m-right {
    margin-right: 0 !important;
}

/* Sobrescrevendo estilos para modais com a classe modal-custom */
.modal-custom {
    width: auto !important;
    height: auto !important;
    background-color: initial !important;
    border: none !important;
    padding: 0 !important;
    top: auto !important;
    transform: translate(-50%, -22%) !important;
}

.badge-purple-light {
    background-color: #d1a6d1;
    color: #000;
}

.badge-orange {
    background-color: #ff8c00;
    color: #f5f5f5;
}

.dataTables_processing {
    background-color: transparent !important;
    background-position: center;
    position: absolute;
    border: none !important;
    box-shadow: none !important;
}

table thead {
    border: none !important;
    background-color: transparent !important;
}

table th {
    border: none !important;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-checkbox input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
}

.stat-card {
    border-radius: 12px;
    transition: transform 0.2s ease-in-out;
}

.stat-card:hover {
    transform: scale(1.05);
}

.swal-compact {
    max-width: 600px !important;
    padding: 20px !important;
    font-size: 14px !important;
}

.swal-title-small {
    font-size: 16px !important;
    line-height: 1.4;
    text-align: left;
}
.animated-badge {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 0.62rem;
    padding: 0.5em 1em;
    min-width: 100px;
    text-align: center;
    border-radius: 12px;
    animation: pulseBorder 3s infinite ease-in-out;
    height: 1.8em;
    line-height: 1.2em;
}

.animated-badge .text-1,
.animated-badge .text-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.animated-badge .text-1 {
    animation-name: fadeWaterfall;
}

.animated-badge .text-2 {
    animation-name: fadeRealtime;
}

.animated-badge .text-1,
.animated-badge .text-2 {
    top: 50%;
    transform: translateY(-50%);
}

@keyframes fadeWaterfall {

    0%,
    45% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes fadeRealtime {

    0%,
    45% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}

@keyframes pulseBorder {

    0%,
    100% {
        box-shadow: 0 0 0px rgba(255, 193, 7, 0.6);
        transform: translateY(0);
    }

    50% {
        box-shadow: 0 0 12px rgba(255, 193, 7, 1);
        transform: translateY(-1px);
    }
}

#registration-banner {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: bold;
}
#registration-banner .alert-link {
  font-weight: 600;
}

.btn-refazer {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    transition: background-color .2s, border-color .2s, color .2s;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.alert-banner {
  background-color: #fff3f3;
  border-bottom: 3px solid #dc3545;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.alert-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
}

.icon {
  font-size: 1.8rem;
  color: #dc3545;
}
