@import '_content/QI.Service.Web.Razor/QI.Service.Web.Razor.4aa7abvphx.bundle.scp.css';

/* /Components/Shared/CookieConsent2.razor.rz.scp.css */
.cookie-consent[b-mz3yzdh8vl] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    color: #212529;
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

    .cookie-consent p[b-mz3yzdh8vl] {
        margin: 0;
        font-size: 0.9rem;
    }

    .cookie-consent button[b-mz3yzdh8vl] {
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        cursor: pointer;
        border-radius: 0.25rem;
        margin-left: 0.5rem;
    }

        .cookie-consent button:hover[b-mz3yzdh8vl] {
            background-color: #0056b3;
        }

        .cookie-consent button:focus[b-mz3yzdh8vl] {
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
        }

.cookie-options[b-mz3yzdh8vl] {
    margin-top: 1rem;
}

    .cookie-options label[b-mz3yzdh8vl] {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .cookie-options input[type="checkbox"][b-mz3yzdh8vl] {
        margin-right: 0.5rem;
    }
