
html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    color: #b0b7bd;
    font-family: Inter, sans-serif, verdana;
}

.content {
    flex-grow: 1 !important; /* Força este elemento a ocupar todo o espaço restante */
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.label2 {
    font-weight: 500;
    color: hsl(200 25% 15%);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.375rem;
    font-family: Inter, sans-serif, verdana;
}


.hide {
    display: none
}

.no-wrap {
    white-space: nowrap;
}

.float-left {
    float: left;
    width: fit-content;
}

.float-right {
    float: right;
    width: fit-content;
}

.float-left-pad20 {
    float: left;
    width: fit-content;
    margin-left: 20px;
}

.margin_bottom {
    margin-bottom: 20px !important;
}

.align-contentV {
    align-items: center;
    align-content: center;
}

.margin_bottom_block {
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
    height: fit-content;
}


.text-right {
    text-align: right;
}

.font-medium {
    font-weight: 500;
}

select::picker(select) {
    border-radius: 10px;
}

.dados-obrigatorios {
    font-weight: bold;
    margin-left: 4px;
    color: #ff0000;
    width: fit-content;
}

.btn-primary {
    background-color: #0c6259 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: hsl(174deg 78% 22% / 90%) !important;
    }

    .btn-primary:focus {
        border: none !important;
        border-color: none !important;
        box-shadow: none !important;
    }

.btn-secondary {
    background-color: #f3f5f6;
    color: #9ea8ad;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-secondary2 {
    background-color: hsl(160 35% 94%);
    color: #9ea8ad;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn_round {
    border-radius: 18px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: .375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.75rem;
    margin-right: 10px;
}

    .btn_round:hover {
        background-color: hsl(200deg 15% 96% / 80%);
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        color: hsl(200 10% 45%);
    }

.page_header {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -.025em;
    font-family: Plus Jakarta Sans, sans-serif;
    color: hsl(200 25% 15%);
}

.button_group {
    width: fit-content;
    float: right;
}

.menu-link {
    color: hsl(0deg 0% 100% / 70%);
    font-family: Inter, sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

    .menu-link:hover {
        color: white;
    }


.lineseparator {
    background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px) );
}

legend {
    font-size: 1rem !important;
    font-weight: bold;
}

/* Estilo para o modo escuro */

.linktext {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

.sublabel {
    font-size: 0.65rem !important;
    color: gray !important;
}



.toggle-switch {
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 30px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

    .toggle-switch .toggle-thumb {
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        transition: left 0.3s ease, background-color 0.3s ease;
    }

    .toggle-switch.active {
        background-color: #4c4c4c;
    }

        .toggle-switch.active .toggle-thumb {
            left: 32px;
            background-color: #222;
            color: white;
        }

.form-control-group {
    margin-top: calc(1.25rem * calc(1));
    margin-bottom: 0;
}


.form-control {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem 12px;
    background-color: hsl(0 0% 100%);
    border-width: 1px;
    border-radius: 0.75rem;
    width: 100%;
    margin: 0;
    font-family: Inter, sans-serif, verdana;
}


form-control::placeholder {
    color: #c1c5cd;
}

.form-control:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0 #FFFFFF;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px) hsl(174deg 78% 22% / 30%);
    box-shadow: 0 0 0 0px #FFFFFF, 0 0 0 calc(2px + 0px) hsl(174 78% 22% / .3), 0 0 #0000;
}

.btn:focus, .btn:active:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.dragdropfilesarea {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: hsl(200deg 15% 96% / 30%);
    border-style: dashed;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    border-radius: .75rem;
    font-family: Inter, sans-serif;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}



/*Efeitos de transicao*/

/* === Transição Suave Geral === */
body,
.navbar,
.sidebar,
nav,
.card,
input,
textarea,
button,
.modal-content,
.form-control,
.alert,
.chat-container,
.chat-message,
.chat-bubble {
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}


.tabContainer {
    border-bottom: #f0f0f0 2px solid;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.selectedTab {
    border-bottom: #0c6259 2px solid;
    background-color: whitesmoke;
    color: #5a5a5a;
    cursor: default !important;
    margin-bottom: -2px;
}

.unselectedTab {
    border-bottom: #f0f0f0 2px solid;
    background-color: white;
    color: #5a5a5a;
    cursor: pointer !important;
    margin-bottom: -2px;
}


.animimage {
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
    /*margin: -60px 0 0 -60px;*/
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btnClose {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: right;
    background: url(/css/images/x_gray.png);
    cursor: pointer;
}

.fieldOK {
    color: black;
}

.fieldNotOK {
    color: red;
}


.caixa_filtro {
    /*
        width: 100%;
        height: fit-content;
        border: #e5eaeb 1px solid;
        margin-bottom: 2px;

    */

    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background-color: hsl(200deg 15% 96% / 50%);
    padding: 0.75rem;
    border: hsl(200 15% 90%) 1px solid;
    display: inline-block;
    height: fit-content;
    width: 100%;
}


.caixa_indicador {
    display: inline-block;
    width: 100%;
    height: fit-content;
    border: #e5eaeb 1px solid;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 2px;
}

.row_header_indicador {
    align-content: center;
    align-items: center;
    display: flex;
}

.ico_indicador {
    display: inline-block;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.header_indicador {
    display: inline-block;
    line-height: 1.25rem;
    margin-left: 3px;
    font-size: 0.875rem;
    color: hsl(200 10% 45%);
    -webkit-font-smoothing: antialiased;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.row_total_indicador {
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: 100%;
    display: inline-block;
}

.total_indicador {
    display: inline-block;
    width: fit-content;
    color: hsl(200 25% 15%);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: Plus Jakarta Sans, sans-serif;
}

.total_indicador2 {
    display: inline-block;
    width: fit-content;
    color: hsl(200 25% 15%);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Plus Jakarta Sans, sans-serif, verdana;
}

.total_indicador_green2 {
    display: inline-block;
    width: fit-content;
    color: hsl(142 71% 45%);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: Plus Jakarta Sans, sans-serif;
}

.label_total_indicador {
    display: inline-block;
    width: fit-content;
    margin-left: 4px;
    color: hsl(200 10% 45%);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.label_total_indicador2 {
    display: inline-block;
    width: fit-content;
    margin-left: 4px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    border-color: hsl(200 15% 90%);
    color: hsl(200 25% 15%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, sans-serif, verdana;
}

.label_text_periodo {
    display: inline-block;
    width: fit-content;
    color: hsl(200 10% 45%);
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    font-family: Inter, sans-serif, verdana;
}

.footer_indicador {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    color: hsl(174 78% 22%);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.footer2_indicador {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    color: hsl(200 10% 45%);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
}


.input-with-ico {
    background-position: 6px 9px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.input-with-ico2 {
    background-position: 6px 9px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.input-with-ico3 {
    padding-left: 30px !important;
}

.input-ico-hotel {
    display: inline-block;
    width: 200px;
    color: #9ea8ad;
    background-image: url(/css/images/ico-casa.png);
}

.input-ico-lang {
    background-image: url(/css/images/ico-globe.png);
}

.input-ico-email {
    background-image: url(/css/images/ico-email.png);
}


.input-ico-password {
    background-image: url(/css/images/ico-lock.png);
}


.ico_casa {
    background-image: url(/css/images/ico-casa.png);
}


.ico_saida {
    background-image: url(/css/images/ico-saida.png);
}

.ico_entrada {
    background-image: url(/css/images/ico-entrada.png);
}

.ico_fatura {
    background-image: url(/css/images/faturas.png);
}

.seta_progresso {
    background-image: url(/css/images/seta_progresso.png);
}

.ico-sem-movimento {
    background-image: url(/css/images/ico-sem-movimento.png);
}

.ico_entrega {
    background-image: url(/css/images/ico-entrega.png);
}

.ico_sineta {
    background-image: url(/css/images/ico-sineta.png);
}

.caixa_i_red {
    border-left: #dc2828 4px solid;
}

    .caixa_i_red .total_indicador {
        color: #dc2828;
    }

.caixa_i_yellow {
    border-left: #e89709 4px solid;
}

    .caixa_i_yellow .total_indicador {
        color: #e89709;
    }

.caixa_i_green {
    border-left: #0c645b 4px solid;
}

    .caixa_i_green .total_indicador {
        color: #000000;
    }

    .caixa_i_green .footer_indicador {
        color: #0c645b;
    }



.grupo_header {
    line-height: 15px;
}



.listagem {
    font-size: .875rem;
    line-height: 1.25rem;
    width: 100%;
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

    .listagem .headerrow {
        color: hsl(200 10% 45%);
        text-align: left;
        border-bottom-width: 1px;
        border-color: hsl(200 15% 90%);
    }

        .listagem .headerrow .headercell {
            font-weight: 500;
            padding-bottom: .75rem;
            border-color: hsl(200 15% 90%);
        }

    .listagem .bodyrow {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        border-bottom-width: 1px;
        border-color: hsl(200 15% 90%);
    }

        .listagem .bodyrow:hover {
            background-color: hsl(200deg 15% 96% / 30%);
        }

        .listagem .bodyrow:last-child {
            border-width: 0px;
        }

        .listagem .bodyrow .bodycell {
            padding-top: .75rem;
            padding-bottom: .75rem;
            border-color: hsl(200 15% 90%);
            font-weight: 500;
            font-size: .875rem;
            line-height: 1.25rem;
            color: hsl(200 25% 15%);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: Inter, sans-serif, verdana;
        }

.header_grafico {
    display: inline-block;
    font-weight: 600;
    font-size: 1.125rem;
    color: hsl(200 25% 15%);
    width: fit-content;
    /*line-height: 1.75rem;*/
    font-family: Plus Jakarta Sans, sans-serif;
}

.subheader_grafico {
    display: inline-block;
    font-size: 0.7rem;
    width: fit-content;
}

.grupo_legenda {
    display: inline-block;
    width: fit-content;
    float: right;
}

.ponto_legenda {
    display: inline-block;
    margin: 0px;
    border-radius: calc(0.75rem - 4px);
    width: 0.75rem;
    height: 0.75rem;
}

.ponto_legenda_verde {
    background-color: #0c645b;
}

.ponto_legenda_amarelo {
    background-color: #e89709;
}

.text_legenda {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: fit-content;
    margin-right: 15px;
    color: hsl(200 25% 15%);
    font-family: Inter, sans-serif, verdana;
}


@media (max-width: 768px) {
    h2 {
        font-size: 1.4rem;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }
}
