html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

:root {
    --rz-primary: rgb(22, 102, 165) !important;
    --rz-primary-light: rgb(27, 125, 203) !important;
    --rz-primary-lighter: rgb(32, 148, 241) !important;
    --rz-primary-dark: rgb(15, 70, 114) !important;
    --rz-primary-darker: rgb(8, 38, 63) !important;
    --rz-on-primary-lighter: rgb(255, 255, 255) !important;
    --mud-palette-primary: rgb(22, 102, 165) !important;
}

.resizeDialogContent .rz-dialog-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dialogTitleBarLeft .rz-dialog-titlebar {
    text-align: start !important;
}

.fixHeader {
    flex-shrink: 0;
    justify-content: start;
    display: flex;
    z-index: 10;
    position: sticky;
    top: 0;
    background: white;
}

.bordaBranca {
    border-color: white !important;
}

.dataListReformulada li {
    padding-bottom: 0 !important;
}

.marginTop10px {
    margin: 10px 0 0 0 !important;
}

.centralizar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.rzDatePickerMod {
    border: none !important;
    box-shadow: none !important;
    border-radius: 20px !important;
}

.notificacao {
    background-color: red !important;
    color: white !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 10px !important;
}

.rzDatePickerMod .rz-inputtext {
    border-radius: 20px !important;
}

/*.rzDatePickerMod .rz-datepicker:focus-within {
    border-color: none !important;
    box-shadow: none !important;
}*/

.rzDialogContentMod .rz-dialog-content{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
}

.rzDialogContentMod .rz-dialog-content .rz-stack{
    height: 100% !important;
}

.widthAdaptativo{
    width: 30% !important;
}

@media (max-width: 1500px) {
    .widthAdaptativo {
        width: 40% !important;
    }
}

@media (max-width: 1120px) {
    .widthAdaptativo {
        width: 50% !important;
    }
}

    .disabledSemDesfoque .rz-state-disabled {
        color: #424242 !important;
    }

    .fixTextToStart {
        vertical-align: top;
        text-align: start !important
    }

        .fixTextToStart .rz-cell-data {
            white-space: normal !important;
            word-break: break-word;
            font-size: 13px !important;
        }

    .organizeDataList .rz-datalist-data {
        padding: 0 !important;
    }

        .organizeDataList .rz-datalist-data > li {
            margin: 0 !important;
            border: none !important;
        }

    .textoComBackground {
        color: white !important;
        width: 100%;
        border-radius: 10px;
        text-align: center;
    }

    .fixFooter {
        flex-shrink: 0;
        display: flex;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 10;
        justify-content: end;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content {
        padding-top: 1.1rem;
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    .removerBackground li {
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

    .removerBackground ul {
        padding: 0 !important;
    }

    .colunaAdaptavel {
        max-width: 33% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    @media (max-width: 808px) {
        .colunaAdaptavel {
            max-width: 50% !important;
        }
    }

    @media (max-width: 560px) {
        .colunaAdaptavel {
            max-width: 100% !important;
        }
    }

    .smallFontSize {
        font-size: 11px !important;
        text-align: center !important;
    }

    .fw-500 {
        font-weight: 500 !important;
    }

    .botaoRosa {
        background-color: #FF13FD !important;
        color: white !important
    }

    .botaoVerde {
        background-color: #28A745 !important;
        color: white !important
    }

    #blazor-error-ui {
        color-scheme: light only;
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        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."
        }

    .liGray li {
        background: #EEEEEE !important;
    }

    .normalizarTexto {
        text-transform: none !important;
    }

    .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;
    }

    .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: var(--bs-secondary-color);
        text-align: end;
    }

    .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    .resizeTextBox {
        width: 100% !important;
    }

    .bordaTexto {
        border: 1px solid darkgray;
        padding: 1px;
        border-radius: 5px;
        text-align: center;
        min-width: 70px;
        height: 30px;
    }

    .resizeTextBoxAlone {
        width: 30% !important;
        text-align: center !important;
        margin: 30px;
    }

    .buttonPosition {
        justify-content: center !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }



    .rz-panel-menu .rz-navigation-item-link-active,
    .rz-panel-menu .rz-navigation-item-link.active {
        background-color: #e3f2fd !important; /* azul bem claro (exemplo) */
        color: #0d47a1 !important; /* azul forte no texto */
        border-radius: 8px !important; /* opcional: arredondar */
    }
    /* Fundo do item ativo */
    .rz-panel-menu .rz-navigation-item-link.active {
        background-color: var(--rz-info-lighter) !important; /* seu azul claro */
        border-radius: 8px !important;
    }

        /* Texto do item ativo */
        .rz-panel-menu .rz-navigation-item-link.active .rz-navigation-item-label {
            color: var(--rz-info-darker) !important; /* azul escuro */
        }

        /*  cone do item ativo */
        .rz-panel-menu .rz-navigation-item-link.active .rz-navigation-item-icon {
            color: var(--rz-info-darker) !important; /* azul escuro */
        }
    /* Remove a borda inferior do RadzenTabView */
    .rz-tabview-nav {
        border-bottom: none !important;
        cursor: pointer;
    }

        /* Remove qualquer borda ou linha aplicada nos itens */
        .rz-tabview-nav > li[role="tab"] {
            border: none !important;
            box-shadow: none !important;
            cursor: pointer;
        }

        /* Remove borda/linha quando a aba est  selecionada */
        .rz-tabview-nav > li.rz-tabview-selected {
            border: none !important;
            box-shadow: none !important;
            cursor: pointer;
        }


    .tab-active {
        background: #2196F3 !important; /* Azul Radzen */
        color: white !important;
        font-weight: bold;
        border-radius: 20px;
    }

    .tab-inactive {
        background: transparent !important;
        color: black !important;
        border-radius: 20px;
        cursor: pointer;
    }


    .rz-navigation-item-text {
        line-height: 1 !important;
        cursor: pointer !important;
    }

        .rz-navigation-item-text :hover {
            cursor: pointer !important;
        }


    .rz-DataGrid-Cursor table tbody tr {
        cursor: pointer;
    }

        .rz-DataGrid-Cursor table tbody tr:hover {
            background-color: rgba(0, 174, 254, 0.05) !important;
        }

    .rz-DataGrid-Cursor .rz-grid-table-striped tbody > tr:hover > td {
        background-color: rgba(0,0,0,0) !important;
    }

    .my-scheduler-header {
        background-color: white;
        position: absolute;
        width: fit-content;
        text-wrap: nowrap;
        top: 110px;
        left: 35%;
        padding: 5px 50px;
        z-index: 999;
    }

    .my-scheduler-header-days-day {
        position: absolute;
        display: flex;
        justify-content: space-between;
        background-color: white;
        width: 89%;
        text-wrap: nowrap;
        top: 65px;
        left: 3px;
        padding-left: 38%;
        z-index: 1000;
    }

    .my-scheduler-header-days-week {
        position: absolute;
        display: flex;
        justify-content: space-between;
        background-color: white;
        width: 90%;
        text-wrap: nowrap;
        top: 65px;
        left: 2px;
        padding-left: 150px;
        padding-right: 10px;
        z-index: 1000;
    }

    .my-scheduler-header-days-month {
        position: absolute;
        display: flex;
        justify-content: space-between;
        background-color: white;
        width: 90%;
        text-wrap: nowrap;
        top: 65px;
        left: 3px;
        padding-left: 75px;
        padding-right: 10px;
        z-index: 1000;
    }

    @media (max-width: 768px) {

        /* 1) Zera o striped padr o do Radzen (anula qualquer background aplicado por ele) */
        .minha-grid .rz-grid-table-striped tbody > tr > td {
            background: transparent !important;
            border: none !important;
        }

        /* 2) Aplica o striped custom   nota: aplicar em <td> garante sobrepor estilos do Radzen */
        .minha-grid table.rz-grid-table tbody > tr:nth-child(odd) > td {
            background-color: #ffffff !important; /* cor para linhas  mpares */
            border: none !important;
        }

        .minha-grid table.rz-grid-table tbody > tr:nth-child(even) > td {
            background-color: #ffffff !important; /* cor para linhas pares (ex: #f8f9fa) */
            border: none !important;
        }

        /* 3) Hover (aplica em <td> tamb m para ficar consistente) */
        .minha-grid table.rz-grid-table tbody > tr:hover > td {
            background-color: rgba(27, 110, 194, 0.12) !important; /* ajuste a opacidade se quiser */
            border: none !important;
        }

        /* Fundo escuro somente na coluna dos bot es ( ltima coluna) */
        .minha-grid table.rz-grid-table tbody > tr > td:last-child {
            background-color: var(--rz-base-300) !important; /* fundo escuro */
            color: white !important; /* texto/ cones brancos */
            border-bottom: 10px solid var(--rz-base-100) !important;
        }

        /* Tamb m aplica no header da coluna "A  es" */
        .minha-grid table.rz-grid-table thead > tr > th:last-child {
            background-color: var(--rz-base-300) !important; /* fundo escuro */
            color: white !important;
            border-bottom: 10px solid var(--rz-base-100) !important;
        }

        .my-scheduler-header {
            top: 170px;
            left: 35px;
            padding: 0 20px;
            z-index: 999;
        }

        .my-scheduler-header-days-day {
            width: 80%;
            text-wrap: nowrap;
            top: 106px;
            padding-left: 20px;
        }

        .my-scheduler-header-days-week {
            width: 80%;
            top: 112px;
            left: 6px;
            padding-left: 50px;
        }

        .my-scheduler-header-days-month {
            width: 80%;
            top: 112px;
            left: 6px;
            padding-left: 3px;
        }
    }

    .rz-button {
        text-transform: none !important;
    }

    .tabs-wrapper {
        position: relative;
        padding: 10px 0;
    }

    /* Scroll */
    .tabs-scroll {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        padding: 0 45px; /* espa o das setas */
    }

        .tabs-scroll::-webkit-scrollbar {
            display: none;
        }

    /* Setas flutuantes */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 3px 8px rgba(0,0,0,.25);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
    }

        /* posi  es */
        .arrow.left {
            left: 6px;
        }

        .arrow.right {
            right: 6px;
        }

    .d-none {
        display: none !important;
    }

    .cursor-pointer {
        cursor: pointer !important;
    }
    /* container (debug opcional) */
    .rz-datepicker.datepicker-base-200 {
        border: 0; /* ou remova depois */
    }

        /* input */
        .rz-datepicker.datepicker-base-200 > input {
            background-color: var(--rz-base-200) !important;
            border-color: transparent !important; /* ou remova depois */
        }

    .fundoinput {
        background-color: var(--rz-base-200) !important;
        border-color: transparent !important; /* ou remova depois */
    }
    /* Cor do c rculo quando marcado */
    .rz-radiobutton-box.rz-state-active {
        border-color: #258cfb !important; /* borda */
        background-color: #258cfb !important; /* preenchimento */
    }

    /* Cor do ponto interno */
    .rz-radiobutton-icon {
        color: white !important;
    }

    .rz-radiobutton-box .rzi-circle-on {
        border-radius: var(--rz-radio-border-radius);
        background-color: #258cfb !important; /* preenchimento */
    }

    /* --- CONFIGURA  O PARA DESKTOP (992px para cima) --- */

    @media (min-width: 992px) {
        .rz-sidebar {
            width: 340px !important;
        }

        .hide-on-desktop {
            display: none !important;
        }

        /* No Desktop, a sidebar empurra o conte do (padr o) */
        .custom-sidebar {
            width: 250px !important;
            position: relative !important;
        }
    }

    /* --- CONFIGURA  O PARA CELULAR E TABLET (abaixo de 992px) --- */
    @media (max-width: 991px) {
        .rz-sidebar {
            width: 370px !important;
        }

        .hide-on-mobile {
            display: none !important;
        }

        /* No Mobile, a sidebar vira um overlay (fica por cima de tudo) */
        .custom-sidebar {
            position: fixed !important;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 1000 !important;
            width: 380px !important;
            box-shadow: 5px 0 15px rgba(0,0,0,0.3);
        }

        /* Garante que o corpo n o quebre quando a sidebar abrir no mobile */
        .rz-body {
            margin-left: 0 !important;
        }
    }

    .checkbox-ball .rz-chkbox-box {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #6c757d;
        transition: all 0.15s ease-in-out;
    }

        .checkbox-ball .rz-chkbox-box.rz-state-active {
            background-color: #258cfb;
            border-color: #258cfb;
        }

            .checkbox-ball .rz-chkbox-box.rz-state-active::after {
                width: 8px;
                height: 8px;
                background: #258cfb;
                border-radius: 50%;
                display: block;
                margin: auto;
                margin-top: 3px;
            }

    :root {
        --rz-switch-checked-background-color: #fff;
        --rz-switch-checked-circle-background-color: #258cfb !important;
    }

    .rz-dialog-alert .rz-button {
        background-color: var(--rz-info) !important;
        color: white !important;
    }


    .rz-textbox:focus-within,
    .rz-dropdown:focus-within,
    .rz-autocomplete:focus-within,
    .rz-datepicker:focus-within,
    .rz-numeric:focus-within,
    .rz-textarea:focus-within {
        border-color: var(--rz-info) !important;
        box-shadow: 0 0 0 0.1rem var(--rz-info) !important;
    }
    /* Fundo do dia selecionado */
    .rz-datepicker-calendar .rz-state-active {
        background-color: #007bff !important;
        margin: 2px !important;
    }

        /* Texto dentro do dia selecionado */
        .rz-datepicker-calendar .rz-state-active .rz-state-default {
            color: #ffffff !important;
        }

    /* C rculo rosa que aparece em volta do n mero */
    .rz-calendar .rz-state-active {
        background-color: #007bff !important;
        box-shadow: 0 0 0 2px #007bff !important;
    }

    .rz-calendar .rz-state-active {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .fundoinput .rz-inputtext {
        background-color: var(--rz-base-200) !important;
        border-color: transparent !important; /* ou remova depois */
    }

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none; /* Remove o estilo padr o em alguns sistemas */
        height: 16px;
        width: 16px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='gray'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
        background-repeat: no-repeat;
        cursor: pointer;
        filter: grayscale(100%); /* Garante que fique cinza */
        opacity: 1.5; /* Deixa um cinza mais suave */
    }

        /* Se quiser apenas mudar a opacidade ou escala */
        input[type="search"]::-webkit-search-cancel-button:hover {
            opacity: 0.5;
        }

    .rz-pager .rz-pager-page.rz-state-active {
        background-color: var(--rz-info-lighter); /* azul */
        color: #1976d2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 600;
    }


    .rz-pager .rz-pager-page:hover {
        background-color: #e3f2fd;
        color: #1976d2;
        border-radius: 50%;
    }
    /* Item selecionado no dropdown */
    .rz-dropdown-item.rz-state-highlight {
        background-color: var(--rz-info-lighter) !important; /* azul */
        color: #1976d2 !important;
        font-weight: 600;
    }


    /* container inteiro cinza (input + clear button) */
    .auto-fundobranco .mud-input.mud-input-outlined {
        background: #fff;
        border-radius: 6px;
        position: relative;
    }

        /* borda sempre invisível */
        .auto-fundobranco .mud-input.mud-input-outlined .mud-input-outlined-border {
            border-color: transparent !important;
            z-index: 2; /* FICA ACIMA DO FUNDO */
            pointer-events: none;
        }

        /* ===== FOCUS ===== */
        .auto-fundobranco .mud-input.mud-input-outlined.mud-input-focused .mud-input-outlined-border {
            border: 1px solid #1976d2 !important;
        }

        /* glow material */
        .auto-fundobranco .mud-input.mud-input-outlined.mud-input-focused {
            box-shadow: 0 0 0 2px rgba(25,118,210,.18);
        }



    /* padding compacto */
    .auto-fundobranco .mud-input-slot {
        padding: 4px 6px !important;
        min-height: 34px;
    }

    /* container inteiro cinza (input + clear button) */
    .auto-cliente .mud-input.mud-input-outlined {
        background: #eeeeee;
        border-radius: 6px;
        position: relative;
    }

        /* borda sempre invisível */
        .auto-cliente .mud-input.mud-input-outlined .mud-input-outlined-border {
            border-color: transparent !important;
            z-index: 2; /* FICA ACIMA DO FUNDO */
            pointer-events: none;
        }

        /* ===== FOCUS ===== */
        .auto-cliente .mud-input.mud-input-outlined.mud-input-focused .mud-input-outlined-border {
            border: 1px solid #1976d2 !important;
        }

        /* glow material */
        .auto-cliente .mud-input.mud-input-outlined.mud-input-focused {
            box-shadow: 0 0 0 2px rgba(25,118,210,.18);
        }

    /* remove fundo branco interno */
    .auto-cliente .mud-input-slot {
        background: transparent !important;
    }

    /* padding compacto */
    .auto-cliente .mud-input-slot {
        padding: 4px 6px !important;
        min-height: 34px;
    }


    /* remove apenas a seta lateral do MudAutocomplete */
    .sem-botao .mud-input-adornment-end {
        display: none !important;
    }


    /* remove fundo roxo do item selecionado */
    .sem-botao .mud-selected-item {
        background-color: transparent !important;
        color: inherit !important;
    }

    /* remove hover roxo */
    .sem-botao .mud-primary-hover:hover {
        background-color: rgba(33, 150, 243, 0.2) !important; /* azul */
        color: #1976d2 !important;
    }

    /* remove texto roxo */
    .sem-botao .mud-primary-text {
        color: inherit !important;
    }
    /* remove fundo roxo do item selecionado */
    .mud-popover .mud-selected-item {
        background-color: transparent !important;
        color: inherit !important;
    }

    /* hover cinza */
    .mud-popover .mud-list-item:hover {
        background-color: rgba(33, 150, 243, 0.2) !important;
        color: #1861ac !important;
    }

    /* remove texto roxo */
    .mud-popover .mud-primary-text {
        color: inherit !important;
    }

    .login-container {
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f4f6f9; /* ou seu fundo */
    }

    .login-page {
        height: 100vh;
        width: 100vw;
        display: flex;
        overflow: hidden;
    }

    .btn-google {
        height: 44px;
        border-radius: 12px !important;
        background: white !important;
        border: 1px solid #dadce0 !important;
    }

    .google-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        font-weight: 500;
    }

        .google-content img {
            width: 18px;
        }

    .btn-google:hover {
        background: #f7f7f7 !important;
        box-shadow: 0 4px 14px rgba(0,0,0,.08);
    }

    /* links */
    .login-links {
        text-align: right;
        margin-bottom: 5px;
    }

    .link-muted {
        font-size: 13px;
        color: #777 !important;
        cursor: pointer;
    }

        .link-muted:hover {
            color: #5b5bd6 !important;
            text-decoration: underline;
        }

    /* divisor */
    .divider {
        display: flex;
        align-items: center;
        margin: 18px 0 10px 0;
    }

        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #e5e7eb;
        }

        .divider span {
            padding: 0 10px;
            font-size: 12px;
            color: #999;
        }

    /* criar conta */
    .register-area {
        margin-top: 18px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }

    .link-primary {
        margin-left: 6px;
        font-weight: 600;
        color: #5b5bd6 !important;
        cursor: pointer;
    }

        .link-primary:hover {
            text-decoration: underline;
        }




    /* LADO DO FORM */
    .login-left {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        padding: 40px;
    }

    /* LADO DA IMAGEM */
    .login-right {
        width: 50%;
        background: url('/img/Logo.png') center center / cover no-repeat;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .login-right .overlay {
            position: relative;
            z-index: 2;
            max-width: 420px;
            text-align: center;
            padding: 40px;
        }

    /* Remove a cor das linhas concluídas para manter o padrão */
    .mud-stepper-nav .mud-stepper-line.mud-stepper-line-completed {
        background-color: var(--mud-palette-divider) !important;
    }


    .mud-list-item-icon .mud-checkbox .mud-icon-root.mud-svg-icon {
        fill: var(--mud-palette-info) !important;
    }

    .mud-checkbox .mud-button-root.mud-icon-button {
        color: var(--mud-palette-info) !important;
    }

    /* Troca cor do texto Placeholder */
    .rz-ph-black::placeholder {
        color: black !important;
        opacity: 1 !important;
    }

    .ph-black {
        --rz-input-placeholder-color: black !important;
    }

    .clickable-slot {
        cursor: pointer;
    }

        .clickable-slot:hover {
            background-color: rgba(0, 120, 215, 0.1) !important;
        }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(25px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* MOBILE */
    @media (max-width: 900px) {
        .login-right {
            display: none;
        }

        .login-left {
            width: 100%;
        }

        .on-mobile-agendamento-online {
            margin-left: 20px !important;
        }

        .on-mobile-agendamento-parcelas {
            width: 6rem !important;
        }
    }

    .rz-scheduler-nav-views .rz-button.rz-primary.rz-state-active {
        background-color: var(--rz-scheduler-view-selected-background-color);
        border-color: var(--rz-scheduler-view-selected-border-color);
        color: white !important;
    }

    .rz-panel-menu .rz-navigation-item-link.active .rz-navigation-item-icon {
        color: white !important;
    }


    .rz-panel-menu .rz-navigation-item-link-active, .rz-panel-menu .rz-navigation-item-link.active {
        color: white !important;
        border-radius: 8px !important;
    }

    .link-home {
        max-width: 120px;
        /*    text-spacing: space-first;*/
        /*    font-size: 24px;*/
        /*    font-weight: bold !important;*/
        /*    color: #ffffff !important;*/
        /*    text-decoration: none !important;*/
        transition: opacity 0.3s ease !important;
    }

        .link-home:hover {
            cursor: pointer !important;
            opacity: 80%;
            /*color: #ffffff80 !important;*/ /* Cor ao passar o mouse */
            /*        text-decoration: none !important;*/
            transition: opacity 0.3s ease !important;
        }

    .rz-badge-primary.rz-shade-lighter {
        background-color: var(--rz-primary-lighter);
        color: white !important;
    }

    /* Garante que o menu flutue sobre as outras linhas da grid */
    .rz-datatable-data td .rz-menu {
        overflow: visible !important;
        z-index: 999;
    }

    .menu-direita {
        border: none !important;
        background: none !important;
    }

    /* Linha selecionada */
    .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
        background-color: #d3d3d3 !important;
    }

        .rz-selectable tbody tr.rz-data-row.rz-state-highlight > td * {
            color: black !important;
        }
    /* Hover da linha selecionada */
    .rz-selectable tbody tr.rz-data-row.rz-state-highlight:hover > td {
        background-color: #d3d3d3 !important;
    }

    .grid-linhas .rz-datatable-table tbody tr {
        border-bottom: 3px solid black !important;
    }

    .mud-avatar {
        background-color: transparent !important;
    }

    .mud-avatar-filled {
        background-color: transparent !important;
    }

    .somente-seta > button:first-child {
        display: none;
    }

    .agendamentos-detalhes-fechado {
        background-color: var(--rz-primary-lighter);
    }

    .vertical-rotate {
        display: inline-block; /* Necessário para permitir rotação */
        transform: rotate(90deg); /* Gira 90 graus no sentido horário */
        transform-origin: left bottom; /* Ajusta o ponto de rotação */
    }
