/* /Components/BaseControls/BoolSlider.razor.rz.scp.css */
/* Container styling */


.slider-container[b-mgj4omucy9] {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    position: relative;  
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.container-red[b-mgj4omucy9] {
    background-color: #ffcccc; /* Light red shade */
}

.container-green[b-mgj4omucy9] {
    background-color: #ccffcc; /* Light green shade */
}

/* Slider styling */
.slider[b-mgj4omucy9] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s ease, background-color 0.3s ease;
}

.slider-left[b-mgj4omucy9] {
    left: 3px;
}

.slider-right[b-mgj4omucy9] {
    left: 32px;
}

.slider-red[b-mgj4omucy9] {
    background-color: red;
}

.slider-green[b-mgj4omucy9] {
    background-color: green;
}
/* /Components/BaseControls/SearchableDropDown.razor.rz.scp.css */
.dropdown-menu[b-os8tufm18r] {
    max-width: 800px;
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dropdown-item[b-os8tufm18r] {
    padding: 8px 12px;
    cursor: pointer;
}

    .dropdown-item:hover[b-os8tufm18r] {
        background-color: #f1f1f1;
    }

.form-control[b-os8tufm18r] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u5oi5a07m6] {
    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-u5oi5a07m6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-g0hvhhszfa] {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle[b-g0hvhhszfa] {
    outline: 0;
}

.nav-flush .nav-link[b-g0hvhhszfa] {
    border-radius: 0;
}

.btn-toggle[b-g0hvhhszfa] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover[b-g0hvhhszfa],
.btn-toggle:focus[b-g0hvhhszfa] {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle[b-g0hvhhszfa]::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"][b-g0hvhhszfa] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"][b-g0hvhhszfa]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a[b-g0hvhhszfa] {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover[b-g0hvhhszfa],
.btn-toggle-nav a:focus[b-g0hvhhszfa] {
    background-color: #d2f4ea;
}

.scrollarea[b-g0hvhhszfa] {
    overflow-y: auto;
}

.fw-semibold[b-g0hvhhszfa] {
    font-weight: 600;
}

.lh-tight[b-g0hvhhszfa] {
    line-height: 1.25;
}

/* /Components/Pages/Anonymous/Confirm.razor.rz.scp.css */
.custom-jumbotron[b-q4ypaj997h], .custom-card-header[b-q4ypaj997h] {
    background-color: #28a745; /* Bootstrap success color */
    color: white;
    border-radius: 0.25rem;
}

.custom-card-body[b-q4ypaj997h] {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 0.25rem;
    border-top: 3px solid #28a745;
}

.container[b-q4ypaj997h] {
    max-width: 900px;
}
/* Responsive styles for mobile devices */
@media (max-width: 576px) {
    .custom-jumbotron[b-q4ypaj997h] {
        padding: 1.5rem;
    }

        .custom-jumbotron h1[b-q4ypaj997h] {
            font-size: 1.75rem; /* Smaller font size on mobile */
        }

    .custom-card-body[b-q4ypaj997h] {
        padding: 1rem;
    }
}
/* /Components/Pages/Anonymous/RegistratieFormulier.razor.rz.scp.css */
 h3[b-8sfs88r56h], h4[b-8sfs88r56h], h5[b-8sfs88r56h]{
     padding-top: 1em;
     padding-bottom: 0.5em;
 }

/* /Components/Pages/Authorized/HouseSale.razor.rz.scp.css */
.image-container img[b-scjhwscxfa] {
    height: 200px; /* Set your fixed height here */
    width: auto; /* Maintain aspect ratio */
}

.d-flex[b-scjhwscxfa] {
    white-space: nowrap; /* Prevent wrapping of images */
}

.overflow-auto[b-scjhwscxfa] {
    overflow-x: auto; /* Enable horizontal scrolling */
}
