/* _content/BasinBeautyProject/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-00t6c4zdv7] {
    --mainBlack: #000000;
    --mainWhite: white;
    --primeColor: #6ba66b; /*Green*/
    --secondColor: #add468; /*Lime Green*/
    --outlineColor: #dddddd;
}
.webpage[b-00t6c4zdv7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}
.main-content[b-00t6c4zdv7] {
    flex: 1;
}
header[b-00t6c4zdv7] {
    background-color: white;
}
.site-footer[b-00t6c4zdv7] {
    color: white;
    font-size: 0.9rem;
}
    .site-footer .row[b-00t6c4zdv7] {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

.footer-logo[b-00t6c4zdv7] {
    max-width: 200px;
    margin-top: 1.2rem;
}
    .footer-logo img[b-00t6c4zdv7] {
        border-radius: 5px;
    }

.footer-title[b-00t6c4zdv7] {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--secondColor);
}

.footer-link[b-00t6c4zdv7] {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 0.25rem;
    transition: color 0.3s;
}

    .footer-link:hover[b-00t6c4zdv7] {
        color: var(--secondColor);
    }

.social-link[b-00t6c4zdv7] {
    color: white;
    transition: color 0.3s;
}

    .social-link:hover[b-00t6c4zdv7] {
        color: var(--secondColor);
    }

@media (max-width: 768px) {
    .footer-logo[b-00t6c4zdv7] {
        max-width: 120px;
    }
}
#blazor-error-ui[b-00t6c4zdv7] {
    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;
}

    #blazor-error-ui .dismiss[b-00t6c4zdv7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
