@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Estagio_25991/Components/Layout/EmailTemplateLayout.razor.rz.scp.css */
.email-templates-container[b-rh13xmnblf] {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    height: calc(100vh - 60px);
    width: 100%;
}

.template-sidebar[b-rh13xmnblf] {
    width: 320px;
    background-color: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    padding: 1.5rem;
    height: 100%;
    overflow-y: auto;
}

.template-list[b-rh13xmnblf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template-group[b-rh13xmnblf] {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.group-header[b-rh13xmnblf] {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    font-weight: 500;
    text-align: center;
}

.group-name[b-rh13xmnblf] {
    color: #495057;
    font-size: 1rem;
}

.language-list[b-rh13xmnblf] {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.language-item[b-rh13xmnblf] {
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #495057;
    transition: background-color 0.2s;
    display: flex;
    justify-content: flex-end;
}

.language-item:hover[b-rh13xmnblf] {
    background-color: #f1f3f5;
    color: #2c3e50;
}

.language-item.active[b-rh13xmnblf] {
    background-color: #e2e6ea;
    color: #212529;
    font-weight: 500;
}

.language-name[b-rh13xmnblf] {
    font-size: 0.90rem;
    color: #6c757d;
}

.template-editor[b-rh13xmnblf] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background-color: #fff;
}
/* _content/Estagio_25991/Components/Layout/Footer.razor.rz.scp.css */
body[b-h1ikl1xyq6] {
}

.flag-button[b-h1ikl1xyq6] {
    padding: 0px; 
    border: none; 
    background: transparent; 
    cursor: pointer; 
}

.flag-container[b-h1ikl1xyq6] {
    display: flex; 
    justify-content: flex-start; 
    padding: 10px; 
}
/* _content/Estagio_25991/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4s0z2l9b9h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-4s0z2l9b9h] {
    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;
}

.header[b-4s0z2l9b9h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; 
}

.footer[b-4s0z2l9b9h] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.page[b-4s0z2l9b9h] {
    min-height: 100vh;
}

main[b-4s0z2l9b9h] {
    margin-top: 30px; 
    margin-bottom: 30px; 
    flex-grow: 1; 
}
/* _content/Estagio_25991/Components/Pages/Contacts.razor.rz.scp.css */
body[b-fk1cc00xi0] {
}

.custom-rounded[b-fk1cc00xi0] {
    border-radius: 20px !important;
}

.contacts-container[b-fk1cc00xi0] {
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
}

.social-icon[b-fk1cc00xi0] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.facebook[b-fk1cc00xi0] {
    background-color: #3b5998;
}

.instagram[b-fk1cc00xi0] {
    background: linear-gradient(45deg, #F77737, #C13584, #405DE6);
}

.grey-bg[b-fk1cc00xi0] {
    background-color: rgb(240 240 240);
}
/* _content/Estagio_25991/Components/Pages/EmailTemplates.razor.rz.scp.css */
.template-editor[b-ye78hnse9f] {
}

.email-template-container[b-ye78hnse9f] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
}

.template-header[b-ye78hnse9f] {
    border-radius: 0.375rem;
    padding: 1rem;
}

.template-title[b-ye78hnse9f] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.editor-container[b-ye78hnse9f] {
    flex: 1;
    overflow: hidden;
}
/* _content/Estagio_25991/Components/Pages/Home.razor.rz.scp.css */
.toggle-button[b-hvym5reonf] {
    background-color: #4086C2;
    color: #fff;
}

.toggle-button:hover[b-hvym5reonf] {
    background-color: #0F5A99;
}

.toggle-button.selected[b-hvym5reonf] {
    background-color: #045090;
}

.blue-header[b-hvym5reonf] {
    --bs-table-bg: #4086C2;
    color: #fff;
    border-color: #045090;
}

#filters[b-hvym5reonf] {
    background-color: #4086C2;
    color: #fff;
    border: 1px solid #045090;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    width: 100%;
    max-width: 250px;
    text-align: left;
}

#filters:hover[b-hvym5reonf] {
    background-color: #0F5A99; 
}

#filters:focus[b-hvym5reonf] {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#giftCategoryFilter[b-hvym5reonf] {
    font-weight: bold;
    background-color: #4086C2;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-align: left;
}

.btn-container[b-hvym5reonf] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left-buttons[b-hvym5reonf] {
    display: flex;
    gap: 10px;
}

.right-buttons[b-hvym5reonf] {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .btn-container[b-hvym5reonf] {
        flex-direction: column;
        align-items: flex-start;
    }

    .right-buttons[b-hvym5reonf] {
        order: -1;
        margin-bottom: 10px;
    }
}
/* _content/Estagio_25991/Components/Pages/login.razor.rz.scp.css */
html[b-noaa3o1xou], body[b-noaa3o1xou] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.card-body[b-noaa3o1xou] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .login-box[b-noaa3o1xou] {
        width: 80%; 
        height: auto;
        margin: 2vh; 
        padding: 15px;
    }

    .session-title[b-noaa3o1xou] {
        font-size: 28px;
    }

    .login-container[b-noaa3o1xou] {
        height: auto; 
    }
}

@media (max-width: 480px) {
    .login-box[b-noaa3o1xou] {
        width: 90%; 
        height: auto;
        margin: 5vh 0;
    }

    .session-title[b-noaa3o1xou] {
        font-size: 24px; 
    }

    .login-container[b-noaa3o1xou] {
        height: auto;
        padding: 10px; 
    }

    .card-body[b-noaa3o1xou] {
        padding: 10px; 
    }
}
/* _content/Estagio_25991/Components/Pages/Register.razor.rz.scp.css */
html[b-cc61i61w5h], body[b-cc61i61w5h] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.card-body[b-cc61i61w5h] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .login-box[b-cc61i61w5h] {
        width: 80%;
        height: auto;
        margin: 2vh;
        padding: 15px;
    }

    .session-title[b-cc61i61w5h] {
        font-size: 28px;
    }

    .login-container[b-cc61i61w5h] {
        height: auto;
    }
}

@media (max-width: 480px) {
    .login-box[b-cc61i61w5h] {
        width: 90%;
        height: auto;
        margin: 5vh 0;
    }

    .session-title[b-cc61i61w5h] {
        font-size: 24px;
    }

    .login-container[b-cc61i61w5h] {
        height: auto;
        padding: 10px;
    }

    .card-body[b-cc61i61w5h] {
        padding: 10px;
    }
}
