/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-24durdlygt] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-24durdlygt] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-24durdlygt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-24durdlygt] {
        margin: 0;
    }

.link[b-24durdlygt] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-24durdlygt] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-24durdlygt] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
html[b-4rl940fmlc], body[b-4rl940fmlc] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

*[b-4rl940fmlc] {
    box-sizing: border-box;
}

.container[b-4rl940fmlc] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-4rl940fmlc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background-color: black;  /*Cor de fundo preta*/ 
    min-height: 120px;  /*Altura de 140 pixels*/ 
    margin: 0;  /*Remove todas as margens (superior, inferior, esquerda e direita)*/ 
    width: 100%; /* Garante que o header ocupe toda a largura*/ 
}

    .header h1[b-4rl940fmlc] {
        margin: 0;
    }

.link[b-4rl940fmlc] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;  /*Adiciona margem automática à esquerda para empurrar o link para a direita*/ 
}

/*.main-content {
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    margin: 0;*/  /*Remove qualquer margem adicional*/ 
    /*width: 100%;*/  /*Garante que o main-content ocupe toda a largura*/ 
    /*color: black;
}*/

.main-content[b-4rl940fmlc] {
    background-color: white;
    display: flex;
    flex-direction: column;  /*Organiza os elementos verticalmente*/ 
    justify-content: flex-start;
    padding: 2rem;  /*Adiciona espaçamento interno*/ 
    flex-grow: 1;
    margin: 0;
    width: 100%;
    color: black;
}


.footer[b-4rl940fmlc] {
    text-align: center;
    padding: 10px 0;
    margin: 0;  /*Remove qualquer margem adicional*/ 
    width: 100%;  /*Garante que o footer ocupe toda a largura*/ 
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
body[b-7ya7v7rofl] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-7ya7v7rofl] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-7ya7v7rofl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-7ya7v7rofl] {
        margin: 0;
    }

.link[b-7ya7v7rofl] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-7ya7v7rofl] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-7ya7v7rofl] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
*[b-kqq0b9rkd2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-kqq0b9rkd2], body[b-kqq0b9rkd2] {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* alterado de height para min-height */
    /*height: 100%;*/
    width: 100%;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

*[b-kqq0b9rkd2] {
    box-sizing: border-box;
}

.container[b-kqq0b9rkd2] {
    display: flex;
    flex-direction: column;
    /*height: 100vh;*/
    min-height: calc(100vh - 48px); /* ajustado para considerar a altura do footer */
    justify-content: space-between;
}

.header[b-kqq0b9rkd2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background-color: black; /*Cor de fundo preta*/
    min-height: 140px; /*Altura de 140 pixels*/
    margin: 0; /*Remove todas as margens (superior, inferior, esquerda e direita)*/
    width: 100%;  /*Garante que o header ocupe toda a largura*/
}

    .header h1[b-kqq0b9rkd2] {
        margin: 0;
    }

.link[b-kqq0b9rkd2] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /*Adiciona margem automática à esquerda para empurrar o link para a direita*/
}


.main-content[b-kqq0b9rkd2] {
    background-color: white;
    display: flex;
    flex-direction: column; /*Organiza os elementos verticalmente*/
    justify-content: flex-start;
    padding: 2rem; /*Adiciona espaçamento interno*/
    /*flex-grow: 1;*/
    flex: 1;
    width: 100%;
    color: black;
}


.footer[b-kqq0b9rkd2] {
    bottom: 0;
    left: 0;
    height: 48px;
    width: 100%; /*Garante que o footer ocupe toda a largura*/
    text-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0; /* Remove qualquer margem adicional*/

    background-color: black; /* adicionado para garantir o fundo preto */
    flex-shrink: 0; /* impede que o footer encolha */
}

/* /Layout/MenuLayout.razor.rz.scp.css */
.page[b-4q4sfdhvlz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4q4sfdhvlz] {
    flex: 1;
}

.sidebar[b-4q4sfdhvlz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4q4sfdhvlz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4q4sfdhvlz]  a, .top-row[b-4q4sfdhvlz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4q4sfdhvlz]  a:hover, .top-row[b-4q4sfdhvlz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4q4sfdhvlz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4q4sfdhvlz] {
        justify-content: space-between;
    }

    .top-row[b-4q4sfdhvlz]  a, .top-row[b-4q4sfdhvlz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4q4sfdhvlz] {
        flex-direction: row;
    }

    .sidebar[b-4q4sfdhvlz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4q4sfdhvlz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4q4sfdhvlz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4q4sfdhvlz], article[b-4q4sfdhvlz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r6neheaifo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r6neheaifo] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r6neheaifo] {
    font-size: 1.1rem;
}

.bi[b-r6neheaifo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-r6neheaifo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-r6neheaifo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-r6neheaifo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-r6neheaifo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r6neheaifo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r6neheaifo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r6neheaifo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r6neheaifo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-r6neheaifo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r6neheaifo] {
        display: none;
    }

    .collapse[b-r6neheaifo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-r6neheaifo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/BudgetsRequests/BudgetResquestOpen.razor.rz.scp.css */
/*.page-content {
    min-height: calc(100vh - 264px);*/ /* 140px do header + 48px do footer */
    /*padding: 20px;
    background-color: white;
}

hr {
    height: 1px;*/ /* Ajuste a espessura conforme necessário */
    /*background-color: black;*/ /* Cor da linha */
    /*border: none;*/ /* Remove a borda padrão */
/*}

h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.form-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-label {
    width: 100%;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 15px;
    background-color: white;
}

select.form-control,
::deep select.form-control,
::deep .form-control {
    color: #333;
    appearance: auto;*/ /* Usa a aparência padrão do navegador */
    /*background-color: white;
    padding-right: 10px;
    min-width: 350px;*/ /* Largura mínima para os dropdowns */
    /*flex: 1;
}*/

/* Estilo específico para o InputSelect do Blazor */
/*::deep select,
::deep .input-select {
    appearance: auto !important;*/ /* Força a aparência padrão */
    /*background-color: white !important;
    background-image: none !important;*/ /* Remove qualquer imagem de fundo */
    /*min-width: 350px;
    height: 36px;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

textarea.form-control {
    height: 80px;
    padding: 8px 10px;
    resize: none;
}

.form-control:focus {
    outline: none;
    border-color: #FF8C00;
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.1);
}*/

/* Links */
/*.link-new {
    color: #FF8C00;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

    .link-new:hover {
        text-decoration: underline;
    }*/

/* Botões */
/*.form-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: background-color 0.2s;
}

.btn-cancel {
    background-color: white;
    color: #333;
    border: 1px solid #e0e0e0;
}

    .btn-cancel:hover {
        background-color: #f0f0f0;
    }

.btn-submit {
    background-color: #FF8C00;
    color: white;
    border: 1px solid #FF8C00;
}

    .btn-submit:hover {
        background-color: #e67e00;
    }*/

/* Alertas */
/*.alert {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}*/

/* Validação */
/*.text-danger {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}*/

/* Ajustes para d-flex usado no Blazor */
/*.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.mr-2 {
    margin-right: 10px;
}

.mt-1 {
    margin-top: 5px;
}*/

.page-content[b-mnnnaydo9l] {
    min-height: calc(100vh - 264px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
}

hr[b-mnnnaydo9l] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}

h5[b-mnnnaydo9l] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.form-divider[b-mnnnaydo9l] {
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 15px;
}

.form-group[b-mnnnaydo9l] {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-label[b-mnnnaydo9l] {
    width: 100%;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.form-control[b-mnnnaydo9l] {
    width: 100%;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 15px;
    background-color: white;
}

select.form-control[b-mnnnaydo9l],
[b-mnnnaydo9l] select.form-control,
[b-mnnnaydo9l] .form-control {
    color: #333;
    appearance: auto; /* Usa a aparência padrão do navegador */
    background-color: white;
    padding-right: 10px;
    min-width: 350px; /* Largura mínima para os dropdowns */
    flex: 1;
}

/* Garantir que todos os InputSelect tenham a mesma altura */
[b-mnnnaydo9l] .valid,
[b-mnnnaydo9l] .invalid,
[b-mnnnaydo9l] select.valid,
[b-mnnnaydo9l] select.invalid,
[b-mnnnaydo9l] .input-select,
[b-mnnnaydo9l] InputSelect {
    height: 36px !important;
    min-height: 36px !important;
    line-height: 1.5 !important;
}

textarea.form-control[b-mnnnaydo9l] {
    height: 80px;
    padding: 8px 10px;
    resize: none;
}

.form-control:focus[b-mnnnaydo9l] {
    outline: none;
    border-color: #FF8C00;
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.1);
}

/* Links */
.link-new[b-mnnnaydo9l] {
    color: #FF8C00;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

    .link-new:hover[b-mnnnaydo9l] {
        text-decoration: underline;
    }

/* Botões */
.form-buttons[b-mnnnaydo9l] {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn[b-mnnnaydo9l] {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: background-color 0.2s;
}

.btn-cancel[b-mnnnaydo9l] {
    background-color: white;
    color: #333;
    border: 1px solid #e0e0e0;
}

    .btn-cancel:hover[b-mnnnaydo9l] {
        background-color: #f0f0f0;
    }

.btn-submit[b-mnnnaydo9l] {
    background-color: #FF8C00;
    color: white;
    border: 1px solid #FF8C00;
}

    .btn-submit:hover[b-mnnnaydo9l] {
        background-color: #e67e00;
    }

/* Alertas */
.alert[b-mnnnaydo9l] {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.alert-danger[b-mnnnaydo9l] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Validação */
.text-danger[b-mnnnaydo9l] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

/* Ajustes para d-flex usado no Blazor */
.d-flex[b-mnnnaydo9l] {
    display: flex;
    align-items: center;
    width: 100%;
}

.mr-2[b-mnnnaydo9l] {
    margin-right: 10px;
}

.mt-1[b-mnnnaydo9l] {
    margin-top: 5px;
}
/* /Pages/BudgetsRequests/BudgetsRequestsHub.razor.rz.scp.css */
.page-content[b-0espw271lv] {
    min-height: calc(100vh - 264px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
}

hr[b-0espw271lv] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}
/* /Pages/Dashboard.razor.rz.scp.css */
.page-content[b-uto8hj9whi] {
    min-height: calc(100vh - 264px);
    padding: 20px;
    background-color: white;
    font-family: Arial, sans-serif;
}

hr[b-uto8hj9whi] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}

.welcome-message[b-uto8hj9whi] {
    font-size: 20px;
    margin-bottom: 30px;
    color: #444;
}

.balance-box[b-uto8hj9whi] {
    background-color: #eaeaea;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.balance-label[b-uto8hj9whi] {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.balance-amount[b-uto8hj9whi] {
    font-size: 42px;
    font-weight: bold;
    color: darkorange;
}

/*.action-background {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 50px;
    margin-bottom: 40px;
    width: 100%;
}*/

.action-background[b-uto8hj9whi] {
    position: relative;
    background-image: url('/images/bkgBottons.png');
    background-repeat: repeat-x;
    height: 50px;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden; /* Para manter a imagem dentro do border-radius */
}

.action-buttons[b-uto8hj9whi] {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    gap: 20px;
    height: 100%;
}

.action-button[b-uto8hj9whi] {
    width: 160px;
    height: 50px;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .action-button:hover[b-uto8hj9whi] {
        background-color: #ff7b00;
    }

.recent-payments h4[b-uto8hj9whi] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.payments-list[b-uto8hj9whi] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-item[b-uto8hj9whi] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
}

    .payment-item:nth-child(odd)[b-uto8hj9whi] {
        background-color: #f8f8f8;
    }

.payment-store[b-uto8hj9whi] {
    font-size: 16px;
    color: #333;
}

.payment-date[b-uto8hj9whi] {
    font-size: 14px;
    color: #777;
}

.payment-amount[b-uto8hj9whi] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.see-all-link[b-uto8hj9whi] {
    display: block;
    text-align: right;
    color: darkorange;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
}

.no-payments[b-uto8hj9whi] {
    color: #777;
    font-style: italic;
}
/* /Pages/ECatalog.razor.rz.scp.css */
.page-content[b-w3mpokxczw] {
    min-height: calc(100vh - 264px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
}

hr[b-w3mpokxczw] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}

/* Estilos gerais */
.page-content[b-w3mpokxczw] {
    padding: 20px;
    background-color: white;
}

.page-title[b-w3mpokxczw] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.divider[b-w3mpokxczw] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 15px 0 25px 0;
}

.welcome-message[b-w3mpokxczw] {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
}

.companies-title[b-w3mpokxczw] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Estados de loading e erro */
.loading-container[b-w3mpokxczw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.loading-spinner[b-w3mpokxczw] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-w3mpokxczw 1s linear infinite;
}

@keyframes spin-b-w3mpokxczw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-container[b-w3mpokxczw] {
    background-color: #ffeeee;
    padding: 16px;
    border-radius: 6px;
    color: #e74c3c;
}

.empty-container[b-w3mpokxczw] {
    text-align: center;
    padding: 32px 0;
    color: #777;
}

/* Lista de empresas */
.companies-list[b-w3mpokxczw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-row[b-w3mpokxczw] {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 20px;
    min-height: 160px;
}

.company-info-container[b-w3mpokxczw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.company-name[b-w3mpokxczw] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.company-details[b-w3mpokxczw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-info[b-w3mpokxczw] {
    font-size: 14px;
    color: #666;
}

.info-label[b-w3mpokxczw] {
    font-weight: 500;
    margin-right: 5px;
}

.company-logo-container[b-w3mpokxczw] {
    width: 120px;
    height: 120px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    align-self: center;
}

.company-logo-placeholder[b-w3mpokxczw] {
    color: #999;
    font-size: 14px;
}

.store-link[b-w3mpokxczw] {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background-color: darkorange;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
    width: 160px;
    text-align: center;
}

    .store-link:hover[b-w3mpokxczw] {
        background-color: #e67e00;
    }

/* Responsividade */
@media (max-width: 768px) {
    .company-row[b-w3mpokxczw] {
        flex-direction: column;
    }

    .company-logo-container[b-w3mpokxczw] {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}


/* Nova caixa de pesquisa de lojas */
.new-store-container[b-w3mpokxczw] {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.input-label[b-w3mpokxczw] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.input-group[b-w3mpokxczw] {
    display: flex;
    gap: 20px;
}

.store-input[b-w3mpokxczw] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
}

    .store-input:focus[b-w3mpokxczw] {
        outline: none;
        border-color: #FF8C00;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.2);
    }

.insert-button[b-w3mpokxczw] {
    padding: 10px 20px;
    background-color: #FF8C00;
    color: white;
    border: none;
    border-radius: 10px !important; /* Valor ajustado para 10px em todos os cantos */
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    min-width: 120px;
    transition: background-color 0.2s;
}

    .insert-button:hover[b-w3mpokxczw] {
        background-color: #e67e00;
    }

/* Ajuste para responsividade */
@media (max-width: 768px) {
    .input-group[b-w3mpokxczw] {
        flex-direction: column;
        gap: 10px;
    }

    .insert-button[b-w3mpokxczw] {
        width: 100%;
    }
}
/* /Pages/LoginByPhone.razor.rz.scp.css */

.page-content[b-lj831byhk1] {
    min-height: calc(100vh - 480px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
    font-family: Arial, sans-serif;
}

h3[b-lj831byhk1] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

hr[b-lj831byhk1] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}

.container[b-lj831byhk1] {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px;
}

/* Main content styles */
.main-content[b-lj831byhk1] {
    padding-bottom: 20px;
}

.intro-text[b-lj831byhk1] {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* Estilos base para formulários (mesclados de forms.css) */
.login-form[b-lj831byhk1] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.form-group[b-lj831byhk1] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label[b-lj831byhk1] {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }

    [b-lj831byhk1] .form-control,
    .form-group .form-control[b-lj831byhk1] {
        width: 100%;
        height: 35px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #f9f9f9;
        box-sizing: border-box;
    }

        [b-lj831byhk1] .form-control:focus,
        .form-group .form-control:focus[b-lj831byhk1] {
            outline: none;
            border-color: #FF8C00;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25);
        }

/* Estilo para as mensagens de validação do Blazor */
[b-lj831byhk1] .validation-message,
.validation-message[b-lj831byhk1] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Estilo para o container do botão */
.button-container[b-lj831byhk1] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* Estilo dos botões */
.buttonAction[b-lj831byhk1],
.buttonEfect[b-lj831byhk1] {
    width: 130px;
    height: 35px;
    background-color: #FF8C00;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .buttonAction:hover[b-lj831byhk1],
    .buttonEfect:hover[b-lj831byhk1] {
        background-color: #e67e00;
    }

    .buttonAction:focus[b-lj831byhk1],
    .buttonEfect:focus[b-lj831byhk1] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

/* Alerta para mensagens de erro */
.alert[b-lj831byhk1] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger[b-lj831byhk1] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Estilos para o link de assinatura */
.centralizar-link[b-lj831byhk1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 10px;
}

[b-lj831byhk1] .nav-link {
    color: #FF8C00;
    font-size: 14px;
    text-decoration: none;
}

    [b-lj831byhk1] .nav-link:hover {
        color: #e67e00;
        text-decoration: underline;
    }

/* Responsividade */
@media (max-width: 768px) {
    .login-form[b-lj831byhk1] {
        width: 100%;
        padding: 0;
    }

    .button-container[b-lj831byhk1] {
        justify-content: center;
    }

    .buttonAction[b-lj831byhk1],
    .buttonEfect[b-lj831byhk1] {
        width: 100%;
        max-width: 250px;
    }
}

/* /Pages/PayBox/PayBoxBalance.razor.rz.scp.css */
.page-content[b-k8ktonw3h7] {
    min-height: calc(100vh - 264px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
}

hr[b-k8ktonw3h7] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}
/* /Pages/PayBox/PayBoxReload.razor.rz.scp.css */
.page-content[b-jpwqfo53yo] {
    min-height: calc(100vh - 264px); /* 140px do header + 48px do footer */
    padding: 20px;
    background-color: white;
}

hr[b-jpwqfo53yo] {
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
    border: none; /* Remove a borda padrão */
}
/* /Pages/Subscriber/SubscriberConfirmation.razor.rz.scp.css */
/* Estilo global do container */
.confirmation-container[b-x9y9k19woa] {
    background-color: white;
    color: #333333;
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Estilo do card de confirmação */
.confirmation-card[b-x9y9k19woa] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}

/* Estilo do cabeçalho */
.confirmation-header[b-x9y9k19woa] {
    text-align: center;
    margin-bottom: 20px;
}

    .confirmation-header h1[b-x9y9k19woa] {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }

/* Estilo da linha separadora */
hr[b-x9y9k19woa] {
    border: none;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: black;
}

/* Estilo do ícone de confirmação */
.confirmation-icon[b-x9y9k19woa] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

    .confirmation-icon svg[b-x9y9k19woa] {
        width: 250px;
        height: 150px;
    }

/* Estilo do corpo da mensagem */
.confirmation-body[b-x9y9k19woa] {
    padding: 0 20px;
}

.confirmation-message[b-x9y9k19woa] {
    text-align: center;
    margin-bottom: 30px;
}

    .confirmation-message h2[b-x9y9k19woa] {
        font-size: 22px;
        color: #FF8C00;
        margin-bottom: 15px;
    }

    .confirmation-message p[b-x9y9k19woa] {
        font-size: 16px;
        line-height: 1.5;
        color: #555555;
    }

/* Estilo dos detalhes do cadastro */
.confirmation-details[b-x9y9k19woa] {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

    .confirmation-details h3[b-x9y9k19woa] {
        font-size: 18px;
        color: #333333;
        margin-bottom: 15px;
    }

.details-item[b-x9y9k19woa] {
    display: flex;
    margin-bottom: 10px;
    font-size: 15px;
}

    .details-item .label[b-x9y9k19woa] {
        font-weight: bold;
        width: 150px;
        color: #555555;
    }

    .details-item .value[b-x9y9k19woa] {
        color: #333333;
        flex: 1;
    }

/* Estilo do rodapé */
.confirmation-footer[b-x9y9k19woa] {
    margin-top: 20px;
}

/* Estilo do container de botões */
.button-container[b-x9y9k19woa] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

/* Estilo dos botões */
.btn[b-x9y9k19woa] {
    min-width: 150px;
    height: 40px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-primary[b-x9y9k19woa] {
    background-color: #FF8C00;
    color: white;
}

    .btn-primary:hover[b-x9y9k19woa] {
        background-color: #e07e00;
    }

.btn-secondary[b-x9y9k19woa] {
    background-color: #e0e0e0;
    color: #333333;
}

    .btn-secondary:hover[b-x9y9k19woa] {
        background-color: #d0d0d0;
    }

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .confirmation-details[b-x9y9k19woa] {
        padding: 15px;
    }

    .details-item[b-x9y9k19woa] {
        flex-direction: column;
        margin-bottom: 15px;
    }

        .details-item .label[b-x9y9k19woa] {
            width: 100%;
            margin-bottom: 5px;
        }

    .button-container[b-x9y9k19woa] {
        flex-direction: column;
    }

    .btn[b-x9y9k19woa] {
        width: 100%;
    }
}
/* /Pages/Subscriber/SubscriberRegister.razor.rz.scp.css */

/* Estilo global do container */
.business-register-container[b-0tg9eddor8] {
    background-color: white;
    color: #333333;
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Estilo dos títulos */
h1[b-0tg9eddor8] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}

h2[b-0tg9eddor8] {
    font-size: 18px;
    color: #FF8C00;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Estilo da linha separadora */
hr[b-0tg9eddor8] {
    border: none;
    /*border-top: 2px solid #e0e0e0;*/
    margin-bottom: 30px;
    width: 100%;
    height: 1px; /* Ajuste a espessura conforme necessário */
    background-color: black; /* Cor da linha */
}

/* Estilo dos grupos de formulário */
.form-group[b-0tg9eddor8] {
    margin-bottom: 20px;
    width: 100%;
}

/* Estilo das labels */
label[b-0tg9eddor8] {
    display: block;
    font-size: 14px;
    color: #555555;
    margin-bottom: 5px;
}

/* Estilo dos campos de entrada */
[b-0tg9eddor8] .form-control {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

/* Ajuste para campos de data em Blazor */
[b-0tg9eddor8] input[type=date] {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

[b-0tg9eddor8] .form-control:focus,
[b-0tg9eddor8] input[type=date]:focus {
    outline: none;
    border-color: #FF8C00; /* Dark Orange */
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25);
}

/* Estilo das linhas em flex */
.row[b-0tg9eddor8] {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
}

/* Estilo das colunas */
.col[b-0tg9eddor8] {
    flex: 1;
    min-width: 0; /* Permite que a coluna seja menor que seu conteúdo */
}

.col-75[b-0tg9eddor8] {
    flex: 3;
    min-width: 0;
}

.col-25[b-0tg9eddor8] {
    flex: 1;
    min-width: 0;
}

    /* Forçar overflow de texto */
    .col input[b-0tg9eddor8], .col-75 input[b-0tg9eddor8], .col-25 input[b-0tg9eddor8] {
        width: 100%;
        box-sizing: border-box;
    }

/* Estilo do container de botões */
.button-container[b-0tg9eddor8] {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
}

/* Estilo dos botões */
.btn[b-0tg9eddor8] {
    width: 130px;
    height: 40px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.btn-primary[b-0tg9eddor8] {
    background-color: #FF8C00;
    color: white;
}

.btn-secondary[b-0tg9eddor8] {
    background-color: #e0e0e0;
    color: #333333;
}

/* Estilo para as mensagens de validação do Blazor */
[b-0tg9eddor8] .validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Estilo para os erros de validação */
[b-0tg9eddor8] .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

[b-0tg9eddor8] .invalid {
    outline: 1px solid #dc3545;
}


/* Estilo para mensagens de alerta */
.alert[b-0tg9eddor8] {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 500;
}

.alert-danger[b-0tg9eddor8] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .row[b-0tg9eddor8] {
        flex-direction: column;
        gap: 0;
    }

    .button-container[b-0tg9eddor8] {
        flex-direction: column;
        gap: 10px;
    }

    .btn[b-0tg9eddor8] {
        width: 100%;
    }
}
/* /Pages/Subscriber/SubscriberWelcome.razor.rz.scp.css */
/*.welcome-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}*/

/* Área do conteúdo SEM padding lateral */
/*.content-area {
    padding: 40px 0;
    width: 100%;
}*/

/* Título principal */
/*.title {
    font-size: 32px;
    font-weight: bold;
    color: #FF8C00;
    margin-bottom: 20px;
}*/

/* Subtítulo */
/*.subtitle {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 30px;
}*/

/* Bloco de texto principal */
/*.content-text {
    width: 100%;
    text-align: justify;
    color: #444;
    font-size: 16px;
}

    .content-text p {
        margin-bottom: 15px;
    }

    .content-text strong {
        font-weight: bold;
    }*/

/* Wrapper para o container secundário */
/*.input-wrapper {
    width: 100%;
    background-color: #eaeaea;
    margin-top: 30px;
}*/

/* Seção do input - com a mesma largura do container principal */
/*.input-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}*/

/* Conteúdo do input com padding interno */
/*.input-content {
    padding: 30px 50px;
}*/

/* Label para o input */
/*.input-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}*/

/* Container para o input e botão */
/*.input-container {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 15px;
}*/

/* Estilo do input */
/*.access-key-input {
    flex: 1;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}*/
/*.access-key-input {
    flex: 1;
    height: 40px;*/ /* Altura fixa de 40 pixels */
    /*min-height: 40px;*/ /* Garantir altura mínima */
    /*max-height: 40px;*/ /* Garantir altura máxima */
    /*padding: 0 15px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;*/ /* Garantir que padding não afete a altura */
/*}

    .access-key-input::placeholder {
        color: #888888;
    }

    .access-key-input:focus {
        outline: none;
        border-color: #FF8C00;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.2);
    }*/

/* Estilo do botão */
/*.proceed-button {
    width: 130px;
    height: 45px;
    background-color: #FF8C00;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}*/
/*.proceed-button {
    width: 130px;
    height: 40px;*/ /* Mesma altura do input */
    /*min-height: 40px;
    max-height: 40px;
    background-color: #FF8C00;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

    .proceed-button:hover {
        background-color: #e67e00;
    }

    .proceed-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

    .proceed-button:disabled {
        background-color: #ffba66;
        cursor: not-allowed;
    }*/

/* Texto de ajuda */
/*.help-text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}*/

/* Mensagem de erro */
/*.error-message {
    color: #d9534f;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}*/

/* Responsividade */
/*@media (max-width: 768px) {
    .input-content {
        padding: 20px;
    }

    .title {
        font-size: 28px;
    }

    .subtitle {
        font-size: 18px;
    }

    .input-container {
        flex-direction: column;
        gap: 10px;
    }

    .proceed-button {
        width: 100%;
    }
}*/

.welcome-container[b-h04353z4vb] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Área do conteúdo SEM padding lateral */
.content-area[b-h04353z4vb] {
    padding: 40px 0;
    width: 100%;
}

/* Título principal */
.title[b-h04353z4vb] {
    font-size: 24px; /* Reduzido de 32px para 24px */
    font-weight: bold;
    color: #FF8C00;
    margin-bottom: 10px; /* Reduzido de 20px para 10px */
}

/* Subtítulo */
.subtitle[b-h04353z4vb] {
    font-size: 18px; /* Reduzido de 20px para 18px */
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px; /* Reduzido de 30px para 20px */
}

/* Bloco de texto principal */
.content-text[b-h04353z4vb] {
    width: 100%;
    text-align: justify;
    color: #444;
    font-size: 14px; /* Reduzido de 16px para 14px */
}

    .content-text p[b-h04353z4vb] {
        margin-bottom: 15px;
    }

    .content-text strong[b-h04353z4vb] {
        font-weight: bold;
    }

/* Wrapper para o container secundário */
.input-wrapper[b-h04353z4vb] {
    width: 100%;
    background-color: #eaeaea;
    margin-top: 30px;
}

/* Seção do input - com a mesma largura do container principal */
.input-section[b-h04353z4vb] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* Conteúdo do input com padding interno */
.input-content[b-h04353z4vb] {
    padding: 30px 50px;
}

/* Label para o input */
.input-label[b-h04353z4vb] {
    display: block;
    font-size: 14px; /* Reduzido de 16px para 14px */
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

/* Container para o input e botão */
.input-container[b-h04353z4vb] {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 15px;
}

/* Estilo do input */
.access-key-input[b-h04353z4vb] {
    flex: 1;
    height: 35px; /* Reduzido de 40px para 35px */
    min-height: 35px; /* Reduzido de 40px para 35px */
    max-height: 35px; /* Reduzido de 40px para 35px */
    padding: 0 15px;
    font-size: 14px; /* Reduzido de 16px para 14px */
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box; /* Garantir que padding não afete a altura */
}

    .access-key-input[b-h04353z4vb]::placeholder {
        color: #888888;
    }

    .access-key-input:focus[b-h04353z4vb] {
        outline: none;
        border-color: #FF8C00;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.2);
    }

/* Estilo do botão */
.proceed-button[b-h04353z4vb] {
    width: 130px;
    height: 35px; /* Reduzido de 40px para 35px */
    min-height: 35px; /* Reduzido de 40px para 35px */
    max-height: 35px; /* Reduzido de 40px para 35px */
    background-color: #FF8C00;
    color: white;
    font-size: 14px; /* Reduzido de 16px para 14px */
    font-weight: bold;
    border: none;
    border-radius: 8px; /* Alterado de 4px para 8px para corresponder ao outro formulário */
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

    .proceed-button:hover[b-h04353z4vb] {
        background-color: #e67e00;
    }

    .proceed-button:focus[b-h04353z4vb] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

    .proceed-button:disabled[b-h04353z4vb] {
        background-color: #ffba66;
        cursor: not-allowed;
    }

/* Texto de ajuda */
.help-text[b-h04353z4vb] {
    font-size: 12px; /* Reduzido de 14px para 12px */
    color: #666666;
    margin-top: 10px;
}

/* Mensagem de erro */
.error-message[b-h04353z4vb] {
    color: #d9534f;
    font-size: 12px; /* Reduzido de 14px para 12px */
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
    .input-content[b-h04353z4vb] {
        padding: 20px;
    }

    .title[b-h04353z4vb] {
        font-size: 22px; /* Ajustado para versão mobile */
    }

    .subtitle[b-h04353z4vb] {
        font-size: 16px; /* Ajustado para versão mobile */
    }

    .input-container[b-h04353z4vb] {
        flex-direction: column;
        gap: 10px;
    }

    .proceed-button[b-h04353z4vb] {
        width: 100%;
    }
}
