@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Sade.CSM/Sade.CSM.bundle.scp.css';
@import '_content/SadeYourSalesAssistant.Shared/SadeYourSalesAssistant.Shared.bundle.scp.css';

/* _content/SadeYourSalesAssistant.Web/Components/HomePage.razor.rz.scp.css */
.mainpage-content[b-ibi2bwjh0f]
{
}

.mainpage-intro-content[b-ibi2bwjh0f] {
    padding-right: 0px;
}

.accept-policy-box[b-ibi2bwjh0f] {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align:center;
}

.registration-page[b-ibi2bwjh0f]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /*background: linear-gradient(to bottom, #0d0d0d, #1a1a1a);*/
    /*color: white;*/
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
}

.description[b-ibi2bwjh0f]
{
    opacity: 0.8;
    max-width: 600px;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    /*color: #ccc;*/
}

.card-container[b-ibi2bwjh0f]
{
    display: flex;
    gap: 2rem;
    margin-bottom: 2em;
    flex-wrap: wrap;
    justify-content: center;
}

.register-card[b-ibi2bwjh0f]
{
    /*background: #111;*/
    border-radius: 1rem;
    padding: 2rem;
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid white;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .register-card:hover[b-ibi2bwjh0f]
    {
        transform: translateY(-5px);
        box-shadow: 0 0 20px black;
    }

    .register-card h3[b-ibi2bwjh0f]
    {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: white;
    }

    .register-card button[b-ibi2bwjh0f]
    {
        background-color: black;
        color: white;
        border: 1px solid white;
        margin-top: auto;
        padding: 0.75rem 1.5rem;
        border-radius: 999px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .register-card button:hover[b-ibi2bwjh0f]
        {
            background-color: darkgray;
            opacity: 0.9;
        }

.decline-button.selected[b-ibi2bwjh0f]
{
    background-color: darkred !important;
}

.accept-button.selected[b-ibi2bwjh0f]
{
    background-color: darkgreen !important;
}

.privacy-expander summary[b-ibi2bwjh0f]
{
    font-size: 25px;
}

.register-buttons[b-ibi2bwjh0f]
{
    text-align: center;
}

.privacy-consent[b-ibi2bwjh0f]
{
    margin-bottom: 40px;
}

.privacy-actions[b-ibi2bwjh0f]
{
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content:center;
}

.gdpr[b-ibi2bwjh0f],
.privacy-consent[b-ibi2bwjh0f],
.gdpr p[b-ibi2bwjh0f]
{
    background-color: transparent;
    color: white;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
}

    .gdpr a[b-ibi2bwjh0f]
    {
        background-color: red;
        color: red;
    }
/* _content/SadeYourSalesAssistant.Web/Components/LandingPages/CustomerPanel.razor.rz.scp.css */
.card-list[b-dc0saw1d7e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

@media (max-width: 575.98px) {
    .card-list[b-dc0saw1d7e] {
        grid-template-columns: 1fr;
    }
}
/* _content/SadeYourSalesAssistant.Web/Components/Layout/DefaultLayout.razor.rz.scp.css */
.sade-body[b-gfxx37l1xb]
{
    min-height: 100vh;
    height:100vh;
    width: 100%;
    display:block;
    overflow:auto;
    margin: 0;
}

.navbar[b-gfxx37l1xb] {
    background-color: black;
    color: white;
}
/* _content/SadeYourSalesAssistant.Web/Components/Layout/MainPageLayout.razor.rz.scp.css */
.sade-body[b-oe1wkbqunw]
{
    background-color: black;
    min-height: 100vh;
    height:100vh;
    width: 100%;
    display:block;
    overflow:auto;
    margin: 0;
}

.navbar[b-oe1wkbqunw] {
    background-color: black;
    color: white;
}
/* _content/SadeYourSalesAssistant.Web/Components/Layout/SADELayout.razor.rz.scp.css */
body[b-ralkev2ux6] {
}

.navbar[b-ralkev2ux6] {
    background-color: black;
    color: white;
}
/* _content/SadeYourSalesAssistant.Web/Components/PageNotFound.razor.rz.scp.css */
.page-not-found[b-gfygj4rn5d] {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  background: var(--background-light);
  color: var(--text-light, #1f2937);
}

.page-not-found__card[b-gfygj4rn5d] {
  width: min(480px, 100%);
  background: var(--background-light);
  border-radius: calc(var(--border-radius, 0.5rem) * 3);
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.page-not-found__code[b-gfygj4rn5d] {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  font-weight: 700;
  color: var(--accent-color, #6366f1);
}

.page-not-found__title[b-gfygj4rn5d] {
  margin: 1rem 0 0.75rem;
  font-size: 2rem;
  color: var(--text-light, #101828);
}

.page-not-found__description[b-gfygj4rn5d] {
  margin: 0 0 1.8rem;
  color: var(--text-light, #475467);
  line-height: 1.6;
}

.page-not-found__actions[b-gfygj4rn5d] {
  margin-top: 1rem;
}

.page-not-found__link[b-gfygj4rn5d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  background: var(--buttonPrimaryBg, #1f2937);
  color: var(--buttonPrimaryText, #fff);
  font-weight: 600;
  text-decoration: none;
  border: var(--buttonPrimaryBorder, 1px solid #fff);
  transition: background 0.2s ease;
}

.page-not-found__link:hover[b-gfygj4rn5d] {
  filter: brightness(1.1);
}

body.dark-theme .page-not-found[b-gfygj4rn5d] {
  background: var(--background-dark);
  color: var(--text-dark);
}

body.dark-theme .page-not-found__card[b-gfygj4rn5d] {
  background: var(--card-dark);
  border-color: var(--text-dark);
}

body.dark-theme .page-not-found__description[b-gfygj4rn5d],
body.dark-theme .page-not-found__title[b-gfygj4rn5d] {
  color: var(--text-dark);
}

body.dark-theme .page-not-found__link[b-gfygj4rn5d] {
  background: var(--buttonSecondaryBg, #1f2937);
  color: var(--text-dark);
  border: var(--buttonPrimaryBorder, 1px solid #fff);
}
/* _content/SadeYourSalesAssistant.Web/Components/Pages/ContactPersonel.razor.rz.scp.css */
.contact-content[b-ui63wbzv6j]
{
    max-width: 100%;
}
/* _content/SadeYourSalesAssistant.Web/Components/Pages/ServiceProvider/Cvs.razor.rz.scp.css */
body[b-pu9yv48266] {
}

.cvBox-selected[b-pu9yv48266]
{
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px 10px #00bfff55;
}

.cvBox[b-pu9yv48266] {
    height: 300px;
    width: 200px;
    margin: 1em;
}
