/* /Layout/MainLayout.razor.rz.scp.css */
/* Estilos específicos para páginas públicas */
.public-layout[b-nhmxtfr76m] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 1rem;
}

    .public-layout main[b-nhmxtfr76m] {
        width: 100%;
    }
/* /Pages/Private/ConfigPanel.razor.rz.scp.css */
.config-logo-container[b-1aeygtxp1o] {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.config-logo-preview[b-1aeygtxp1o] {
    max-width: 100%;
    max-height: 100%;
}

.config-logo-placeholder[b-1aeygtxp1o] {
    font-size: 3rem;
}
/* /Pages/Private/ContactPanel.razor.rz.scp.css */
/* Extracted from embedded <style> block */
.custom-contacts-button[b-9g2xgd1qqs] {
    border: 1px solid var(--success-text);
    color: var(--success-text);
    background-color: transparent;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-contacts-button:hover[b-9g2xgd1qqs] {
    background-color: var(--success-text);
    color: var(--white);
}

.btn-custom-success[b-9g2xgd1qqs] {
    background-color: var(--success-text);
    color: var(--white);
    transition: background-color 0.3s ease;
}

.btn-custom-success:hover[b-9g2xgd1qqs] {
    background-color: var(--success-text);
    color: var(--white);
}

/* Additional scoped classes for inline style replacement */
.filter-dropdown[b-9g2xgd1qqs] {
    width: 200px;
}

.coi-textarea[b-9g2xgd1qqs] {
    height: 120px;
}

.coi-cell-preline[b-9g2xgd1qqs] {
    white-space: pre-line;
}
/* /Pages/Private/ContractPanel.razor.rz.scp.css */
/* ContractPanel-specific styles */
/* /Pages/Private/HomePanel.razor.rz.scp.css */
/* Extracted from embedded <style> block */
.cursor-pointer[b-va4efcms5l] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.cursor-pointer:hover[b-va4efcms5l] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.card[b-va4efcms5l] {
    transition: all 0.2s ease;
}

.alert[b-va4efcms5l] {
    transition: all 0.2s ease;
}

.alert:hover[b-va4efcms5l] {
    transform: translateX(4px);
}

/* Additional scoped classes for inline style replacement */
.spinner-green[b-va4efcms5l] {
    color: var(--green-base);
}

/* Alert type: success */
.alert-type-success[b-va4efcms5l] {
    border-color: var(--green-base) !important;
    background-color: rgba(0, 159, 55, 0.1) !important;
}

.alert-type-success .alert-icon-success[b-va4efcms5l] {
    color: var(--green-base);
}

/* Priority badge: Low */
.badge-priority-low[b-va4efcms5l] {
    background-color: var(--green-base);
    border-color: var(--green-base);
}

/* Status badge: Approved */
.badge-status-approved[b-va4efcms5l] {
    background-color: var(--green-base);
    color: white;
}
/* /Pages/Private/ProfilePanel.razor.rz.scp.css */
.profile-role-badge[b-dp4hi7q4jy] {
    background-color: var(--green-base);
    color: white;
}

.profile-section-title[b-dp4hi7q4jy] {
    color: var(--vino-title);
}

.profile-text-wrap[b-dp4hi7q4jy] {
    max-width: 300px;
    display: inline-block;
}

.profile-modal--sm[b-dp4hi7q4jy] {
    max-width: 600px;
}

.profile-modal--xs[b-dp4hi7q4jy] {
    max-width: 500px;
}
/* /Pages/Public/ForgotPassword.razor.rz.scp.css */
.auth-card[b-a001eb3uvh] {
    width: 350px;
}
/* /Pages/Public/Login.razor.rz.scp.css */
.login-container[b-7o6y1uh1zf] {
    background: url('/images/bg-fruits.jpg') center/cover no-repeat fixed;
    font-family: 'Noto Sans', sans-serif;
}

.login-card[b-7o6y1uh1zf] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 420px;
    width: 100%;
}

.form-control[b-7o6y1uh1zf], .form-select[b-7o6y1uh1zf] {
    background-color: rgba(28, 173, 75, 0.15);
    border: 2px solid rgba(28, 173, 75, 0.3);
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

    .form-control:focus[b-7o6y1uh1zf], .form-select:focus[b-7o6y1uh1zf] {
        background-color: rgba(28, 173, 75, 0.2);
        border-color: #007E36;
        box-shadow: 0 0 0 0.2rem rgba(0, 126, 54, 0.15);
    }

    .form-control[b-7o6y1uh1zf]::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

.password-wrapper[b-7o6y1uh1zf] {
    position: relative;
}

.password-toggle[b-7o6y1uh1zf] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #007E36;
    cursor: pointer;
    padding: 5px;
    transition: opacity 0.3s ease;
}

    .password-toggle:hover[b-7o6y1uh1zf] {
        opacity: 0.7;
    }

.form-label[b-7o6y1uh1zf] {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.login-btn[b-7o6y1uh1zf] {
    background-color: #007E36;
    border: none;
    border-radius: 10px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%;
}

    .login-btn:hover[b-7o6y1uh1zf] {
        background-color: #006b2f;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 126, 54, 0.3);
    }

    .login-btn:active[b-7o6y1uh1zf] {
        transform: translateY(0);
    }

.form-check-input:checked[b-7o6y1uh1zf] {
    background-color: #007E36;
    border-color: #007E36;
}

.alert[b-7o6y1uh1zf] {
    border-radius: 10px;
    font-size: 14px;
}

.logo-container[b-7o6y1uh1zf] {
    text-align: center;
    margin-bottom: 30px;
}

.welcome-text[b-7o6y1uh1zf] {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.subtitle-text[b-7o6y1uh1zf] {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.divider[b-7o6y1uh1zf] {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(28, 173, 75, 0.3), transparent);
    margin: 25px 0;
}

.loading-spinner[b-7o6y1uh1zf] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin-b-7o6y1uh1zf 0.8s linear infinite;
    margin-right: 8px;
}

@keyframes spin-b-7o6y1uh1zf {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Public/ResetPassword.razor.rz.scp.css */
.auth-card[b-txh5zwhk91] {
    width: 350px;
}
/* /Shared/NotFound.razor.rz.scp.css */
.notfound-image[b-adhec3ldnb] {
    max-width: 300px;
}
/* /Shared/Sidebar.razor.rz.scp.css */
/* Desktop sidebar */
.sidebar-desktop[b-v6wdlc6d13] {
    background: var(--green-base);
    font-family: var(--font-family-base);
    transition: width 0.2s;
}

.sidebar-logo[b-v6wdlc6d13] {
    cursor: pointer;
    transition: max-height 0.2s;
}

.sidebar-toggle-position[b-v6wdlc6d13] {
    font-size: 1.25rem;
    transform: translate(50%, -50%);
}

/* Desktop nav links */
.sidebar-nav-link[b-v6wdlc6d13] {
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    background: var(--green-dark);
}

.sidebar-nav-link.active[b-v6wdlc6d13] {
    background: var(--yellow-sidebar-active);
}

/* Mobile overlay */
.sidebar-overlay[b-v6wdlc6d13] {
    background-color: var(--overlay-dark);
    z-index: 1049;
}

/* Mobile sidebar container */
.sidebar-mobile-container[b-v6wdlc6d13] {
    width: 280px;
    z-index: 1050;
    background-color: var(--green-base) !important;
}

.sidebar-mobile-header[b-v6wdlc6d13] {
    background-color: var(--green-base) !important;
    height: 56px;
}

.sidebar-close-btn[b-v6wdlc6d13] {
    font-size: 1.5rem;
}

.sidebar-mobile-menu[b-v6wdlc6d13] {
    background-color: var(--green-base) !important;
    height: calc(100vh - 56px);
    overflow-y: auto;
}

.sidebar-mobile-logo[b-v6wdlc6d13] {
    max-height: 60px;
    cursor: pointer;
}

/* Mobile nav links */
.sidebar-mobile-link[b-v6wdlc6d13] {
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    background-color: var(--green-dark) !important;
}

.sidebar-mobile-link.active[b-v6wdlc6d13] {
    background-color: var(--yellow-sidebar-active) !important;
}

/* Profile/logout buttons */
.sidebar-profile-btn[b-v6wdlc6d13] {
    border-color: rgba(255, 255, 255, 0.5);
}

.sidebar-logout-btn[b-v6wdlc6d13] {
    border-color: rgba(220, 53, 69, 0.5);
    color: #ff6b6b;
}
