body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    background: #FAFAFA;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

small {
    font-size: 12px !important;
}

.bm-title {
    margin-bottom: 0;
    font-size: 1.2rem !important;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.loading {
    font-size: 12px;
    font-weight: 500;
}

.icon-menu {
    font-size: 24px;
}

.text-primary, a.text-primary {
    color: #0986FB !important;
}

.text-secondary, a.text-secondary {
    color: #434C5E !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #434C5E !important;
    border-color: #434C5E !important;
}

.btn-group .btn-primary.active {
    color: #434C5E !important;
    background-color: #FFF !important;
    border-color: #434C5E !important;
}

.btn-outline-primary {
    color: #434C5E !important;
    background-color: #FFF !important;
    border-color: #434C5E !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #434C5E !important;
        border-color: #434C5E !important;
    }

.custom-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .custom-list li {
        font-weight: bold;
    }

    .custom-list .desc {
        display: block;
        font-weight: normal;
    }
    
 /*responsive table (holerites) */
.table-results{
    width: 100%;
    border-collapse: collapse;
}

.table-results th, .table-results td{
    padding: 1rem;
}

.table-results tr:nth-of-type(2n){
    background-color: hsla(212, 17%, 83%, 0.2);
}

.table-results th{
    text-align: left;
}

@media only screen and (max-width: 767px) {

    .table-results th{
        display: none;
    }

    .table-results td{
        display: grid;
        grid-template-columns: 15ch auto;
        padding: 0.2rem 1rem;
    }

    .table-results td::before {
        content: attr(data-cell) ": ";
        font-weight: bold;
        text-align: left;
        font-size: 0.9rem;
    }

    .table-results td:first-child {
        padding-top: 1rem;
    }

    .table-results td:last-child {
        padding-bottom: 1rem;
    }

}

.nav-item i {
    font-size: 20px;
    color: #434C5E;
}

.nav-link {
    font-size: 15px;
    text-transform: none;
}

    .nav-link:hover {
        background: #f3f2f2;
    }

/* Menu off-canvas */
.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

#sidebar.active {
    margin-left: -17rem;
}

#content {
    padding-top: 50px !important;
}

    #content.active {
        width: 100%;
        margin: 0;
    }

.bg-profile {
    background: #7988a7;
    background: -moz-linear-gradient(top, #7988a7 0%, #434c5e 100%);
    background: -webkit-linear-gradient(top, #7988a7 0%,#434c5e 100%);
    background: linear-gradient(to bottom, #7988a7 0%,#434c5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7988a7', endColorstr='#434c5e',GradientType=0 );
}

.closeNav {
    font-size: 24px;
    cursor: pointer;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    left: 0px;
}


.card-home {
    min-height: 160px;
}


    .card-home p {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 16px;
    }

    .card-home .info {
        font-size: 12px;
        line-height: 16px;
    }

    .card-home a {
        display: block;
        float: right;
        margin-top: 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

        .card-home a:hover {
            color: var(--secondary);
        }

.form-sizing {
    width: 70%;
}

    .form-sizing h1 {
        font-size: 60px;
        line-height: 60px;
    }

.form-group label, .label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #474242;
}

.bordered-box {
    border: 2px solid black;
    padding: 10px;
    border-radius: 5px; /* opcional: para bordas arredondadas */
}

/* Login */

.bg-login {
    background-color: #fff;
}

.imagem-login {
    background: url('../images/login-invert.jpg');
    background-size: cover;
}

.imagem-comissoes {
    background: url('../images/login-dws.jpg');
    background-size: cover;
}

.imagem-dponto {
    background: url('../images/login-dponto.jpg');
    background-size: cover;
}

.imagem-concessonaria {
    background: url('../images/login-concessionaria.jpg');
    background-size: cover;
}

.footer {
    margin-top: 10px;
    border: none !important;
}

    .footer li {
        display: inline;
        margin: 0px 5px 0px 0px;
        padding: 0;
        font-size: 16px !important;
    }

.senha i {
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.recaptcha-center {
    max-width: 304px;
    margin: 0 auto;
}

.turnstile-center {
    max-width: 300px;
    margin: 0 auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.error-span {
    color: red;
    font-weight: 600;
}

.custom-modal-dialog {
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

.disabled {
    color: lightgray !important;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

[aria-expanded="false"] .bi-chevron-down {
    transition: transform 0.3s ease;
}