/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0ug1uoio3z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ug1uoio3z] {
    flex: 1;
}

.sidebar[b-0ug1uoio3z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0ug1uoio3z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0ug1uoio3z]  a, .top-row[b-0ug1uoio3z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0ug1uoio3z]  a:hover, .top-row[b-0ug1uoio3z]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0ug1uoio3z]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 768px) {
    #header-divider[b-0ug1uoio3z]{
        display: none;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-0ug1uoio3z] {
        justify-content: space-between;
    }

        .top-row[b-0ug1uoio3z]  a, .top-row[b-0ug1uoio3z]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-0ug1uoio3z] {
        flex-direction: row;
    }

    .sidebar[b-0ug1uoio3z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0ug1uoio3z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-0ug1uoio3z]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0ug1uoio3z], article[b-0ug1uoio3z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0ug1uoio3z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-0ug1uoio3z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/UserMenu.razor.rz.scp.css */
a[b-h66x97bv35] {
    text-decoration: none;
}

.dropdown-menu[b-h66x97bv35] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-h66x97bv35] {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 8rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item[b-h66x97bv35] {
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    color: #000;
}

    .dropdown-item:hover[b-h66x97bv35] {
        background-color: #ddd;
    }

.dropdown-menu:hover .dropdown-content[b-h66x97bv35] {
    display: block;
}

.dropdown-item button[b-h66x97bv35] {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: left;
}
/* /Components/Pages/EventRequests/Detail.razor.rz.scp.css */
.card[b-hcsosxrr3z] {
    border-radius: 8px;
    border: 1px solid var(--rkv-light-grey);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.hover-label[b-hcsosxrr3z] {
    margin-top: -30px;
}

.field-value[b-hcsosxrr3z] {
    font-weight: 500;
    font-size: 1.2rem;
}

.submit-button[b-hcsosxrr3z] {
    margin-left: auto;
}

.download-button[b-hcsosxrr3z] {
    color: var(--rkv-text-blue);
    text-decoration: none;
}

/*PHA panel*/
.info-alert[b-hcsosxrr3z] {
    background-color: var(--rkv-bg-light-blue);
    max-width: 400px;
    margin-left: auto;
    color: var(--rkv-text-blue);
    min-width: fit-content;
    padding: 15px;
}

.info-icon[b-hcsosxrr3z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin-right: 0;
}

.info-text[b-hcsosxrr3z] {
    font-size: 1.23rem;
    line-height: 1.32;
    font-weight: 400;
}

.info-link[b-hcsosxrr3z] {
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.12s;
}

    .info-link:hover[b-hcsosxrr3z] {
        text-decoration: underline;
    }

.info-ref[b-hcsosxrr3z] {
    font-weight: 700;
    letter-spacing: 0.03em;
}

/*buttons*/
.btn-link[b-hcsosxrr3z] {
    color: var(--rkv-text-blue);
    width: auto;
}

.info-block[b-hcsosxrr3z] {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* /Components/Pages/EventRequests/Feedback.razor.rz.scp.css */
@media (max-width: 768px) {
    #wizardcontent[b-ppe9tgz010] {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) {
    #wizardcontent[b-ppe9tgz010] {
        margin-left: 20%;
        margin-right: 20%;
    }
}

#feedbackFormPanel[b-ppe9tgz010] {
    min-height: 85vh;
}

/*Modal*/
.modal-content[b-ppe9tgz010] {
    border-radius: 15px;
    font-size: 1.1rem;
}

.modal-header[b-ppe9tgz010] {
    border-bottom: none !important;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center !important;
}

.modal-subheader[b-ppe9tgz010] {
    border-bottom: none !important;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center !important;
    margin-top: -10px;
}

.modal-body[b-ppe9tgz010] {
    background-color: var(--rkv-bg-light-blue);
    border: 1px solid var(--rkv-border-light-blue);
    border-radius: 15px;
    margin: 1rem;
}

.modal-content-header[b-ppe9tgz010] {
    font-weight: 700;
    font-size: 1.2rem;
}

.modal-action[b-ppe9tgz010] {
    text-align: center !important;
}

.modal-dialog[b-ppe9tgz010] {
    min-width: 25vw;
}

/* /Components/Pages/EventRequests/New.razor.rz.scp.css */
#eventRequestFormPanel[b-aenorm4kpm]
{
    min-height: 85vh;
}
/* /Components/Pages/EventRequests/Partials/EventDetailFileCardComponent.razor.rz.scp.css */
.file-card[b-zls0lwwd9u] {
    min-height: 165px;
}

.card[b-zls0lwwd9u] {
    border: none;
}
/* /Components/Pages/EventRequests/Partials/EventRequestEdit/EditEventCommunicationEmail.razor.rz.scp.css */
[b-pgru0btxxa] .btn-outline-secondary {
    border-color: var(--rkv-dark-grey) !important;
}
/* /Components/Pages/EventRequests/Partials/EventRequestOverview/EventRequestCard.razor.rz.scp.css */
.text-truncate-container[b-jjiv81idss] {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/EventRequests/Partials/EventRequestOverview/EventRequestFilter.razor.rz.scp.css */

.card[b-wnu2zmuxn4] {
    background-color: var(--rkv-bg-light-blue);
    border-color: var(--rkv-border-light-blue);
}

.btn-filter[b-wnu2zmuxn4] {
    background-color: var(--rkv-light-grey) !important;
    font-weight: 500;
    border-radius: 1.5em;
    box-shadow: none;
    border: 0.05em solid var(--rkv-medium-grey);
    padding: 0.5em;
}

.modal-content[b-wnu2zmuxn4] {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.modal-header[b-wnu2zmuxn4] {
    border-bottom: none;
}

.modal-title[b-wnu2zmuxn4] {
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.form-select[b-wnu2zmuxn4] {
    border: 1px solid var(--rkv-medium-grey);
    border-radius: var(--rkv-button-radius);
    padding: 12px 16px;
}
    .form-select:hover[b-wnu2zmuxn4] {
       cursor:pointer;
    }

.date-input-container[b-wnu2zmuxn4] {
    position: relative;
}


.organiser-buttons[b-wnu2zmuxn4] {
    display: flex;
    gap: 8px;
}

.organiser-btn[b-wnu2zmuxn4] {
    background: var(--rkv-medium-grey);
    border: 1px solid var(--rkv-dark-grey);
    border-radius: var(--rkv-border-radius);
    padding: 8px 20px;
}

.checkbox-btn[b-wnu2zmuxn4] {
    position: relative;
    display: inline-block;
    margin: 0.2em;
}

    .checkbox-btn input[type="checkbox"][b-wnu2zmuxn4] {
        display: none;
    }

    .checkbox-btn label[b-wnu2zmuxn4] {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid var(--rkv-medium-grey);
        border-radius: var(--rkv-button-radius);
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
        position: relative;
    }

        .checkbox-btn label:hover[b-wnu2zmuxn4] {
            border-color: var(--rkv-dark-grey);
        }

    .checkbox-btn input[type="checkbox"]:checked + label[b-wnu2zmuxn4] {
        background-color: var(--rkv-border-light-blue);
        border-color: var(--rkv-border-light-blue);
        font-weight: 500;
    }

        .checkbox-btn input[type="checkbox"]:checked + label:hover[b-wnu2zmuxn4] {
            background-color: var(--rkv-border-light-blue);
            border-color: var(--rkv-dark-grey);
        }

    /* Checkmark styling */
    .checkbox-btn label[b-wnu2zmuxn4]::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 2px;
    }

    .checkbox-btn input[type="checkbox"]:checked + label[b-wnu2zmuxn4]::before {
        content: '✓';
        color: var(--rkv-black);
        font-weight: bold;
        border: none;
        padding-right: 0.5em;
    }


.cancel-btn[b-wnu2zmuxn4] {
    background: none;
    border: none;
    color: var(--rkv-white);
    font-size: 14px;
    padding: 8px;
    cursor: pointer !important;
    text-decoration: none;
    pointer-events: all !important;
}
    .cancel-btn:hover[b-wnu2zmuxn4] {
        text-decoration: underline;
    }
/* /Components/Pages/EventRequests/Partials/EventRequestOverview/EventRequestOverview.razor.rz.scp.css */

.btn-filter[b-j62jnpq97v] {
    background-color: var(--rkv-light-grey) !important;
    font-weight: 400;
    border-radius: 1.5em;
    box-shadow: none;
    border: 0.05em solid var(--rkv-medium-grey);
    padding: 0.5em;
}
/* /Components/Pages/EventRequests/Partials/EventRequestWizard.razor.rz.scp.css */
@media (max-width: 768px) {
    #wizardcontent[b-0ra13215gu] {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) {
    #wizardcontent[b-0ra13215gu] {
        margin-left: 20%;
        margin-right: 20%;
    }
}

#incompleteSaveContainer[b-0ra13215gu] {
    display: grid;
}
/* /Components/Pages/EventRequests/Partials/SubmitEventRequestModal.razor.rz.scp.css */
.modal-content[b-98ygq84dgk] {
    border-radius: 15px;
    font-size: 1.1rem;
}

.modal-header[b-98ygq84dgk] {
    border-bottom: none !important;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center !important;
}

.modal-subheader[b-98ygq84dgk] {
    border-bottom: none !important;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center !important;
    margin-top: -10px;
}

.modal-body[b-98ygq84dgk] {
    background-color: var(--rkv-bg-light-blue);
    border: 1px solid var(--rkv-border-light-blue);
    border-radius: 15px;
    margin: 1rem;
}

.modal-content-header[b-98ygq84dgk] {
    font-weight: 700;
    font-size: 1.2rem;
}

.modal-action[b-98ygq84dgk] {
    text-align: center !important;
}

.modal-dialog[b-98ygq84dgk] {
    min-width: 25vw;
}
/* /Components/Pages/Home/Faq.razor.rz.scp.css */
.rkv-faq-title[b-6kwcunku5d] {
    font-size: 1.286rem;
    font-weight: 500;
}

.accordion-item[b-6kwcunku5d] {
    margin-top: 1rem;
    border-radius: var(--rkv-border-radius) !important;
}

.accordion-button[b-6kwcunku5d], .accordion-button:not(.collapsed)[b-6kwcunku5d] {
    font-size: 1.143rem;
    font-weight: 500;
    color: var(--rkv-black);
    background-color: var(--rkv-white);
    border-bottom: none;
    box-shadow: none;
    outline: none;
    border-top-left-radius: var(--rkv-border-radius) !important;
    border-top-right-radius: var(--rkv-border-radius) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .accordion-button.collapsed[b-6kwcunku5d] {
        border-bottom-left-radius: var(--rkv-border-radius) !important;
        border-bottom-right-radius: var(--rkv-border-radius) !important;
    }

.accordion-body[b-6kwcunku5d] {
    padding-top: 0;
    font-weight: 300;
    border-bottom-left-radius: var(--rkv-border-radius) !important;
    border-bottom-right-radius: var(--rkv-border-radius) !important;
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
#hero-image[b-3v6wabb7a4] {
    object-fit: cover;
    object-position: top -45px right 0;
    height: 420px;
    width: 100%;
}

main[b-3v6wabb7a4] {
    background-color: var(--rkv-light-grey) !important;
}

@media (min-width: 768px) {
    #hero-image[b-3v6wabb7a4] {
        border-radius: var(--rkv-border-radius);
        object-position: center;
    }

    .fa-hand-holding-heart[b-3v6wabb7a4] {
        font-size: 3rem; /* Adjust the size as needed */
    }

    .dashboard-btn[b-3v6wabb7a4] {
        min-height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h2[b-3v6wabb7a4] {
        font-size: 1.714rem;
    }
}

@media (max-width: 768px) {
    #hero-image[b-3v6wabb7a4] {
        margin-left: calc(-1 * var(--rkv-mobile-side-padding));
        margin-right: calc(-1 * var(--rkv-mobile-side-padding));
        display: block;
        width: 100vw;
        max-width: 100vw;
        height: 220px;
        object-position: top -15px right 0;
    }

    h2[b-3v6wabb7a4] {
        font-size: 1.286rem;
    }
}
/* /Components/Pages/Organisations/New.razor.rz.scp.css */
#organisationFormPanel[b-wydakgp0qs] {
    min-height: 85vh;
}
/* /Components/Pages/Organisations/Partials/OrganisationWizard.razor.rz.scp.css */
@media (max-width: 768px) {
    #wizardcontent[b-pvkii3ywio] {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) {
    #wizardcontent[b-pvkii3ywio] {
        margin-left: 20%;
        margin-right: 20%;
    }
}

.form-check-label[b-pvkii3ywio] {
    white-space: normal;
    word-break: break-word;
    display: inline-block;
}
/* /Components/Pages/RequestManagement/Detail/Detail.razor.rz.scp.css */

/*PHA panel*/
.info-alert[b-bn12sgyr9l] {
    background-color: var(--rkv-bg-light-blue);
    max-width: 400px;
    margin-left: auto;
    color: var(--rkv-text-blue);
    padding: 15px;
    min-width: fit-content;
    text-align: initial;
}

.info-icon[b-bn12sgyr9l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin-right: 0;
}

.info-text[b-bn12sgyr9l] {
    font-size: 1.23rem;
    line-height: 1.32;
    font-weight: 400;
}

.info-link[b-bn12sgyr9l] {
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.12s;
}

    .info-link:hover[b-bn12sgyr9l] {
        text-decoration: underline;
    }

.info-ref[b-bn12sgyr9l] {
    font-weight: 700;
    letter-spacing: 0.03em;
}

.info-block[b-bn12sgyr9l]  {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* /Components/Pages/RequestManagement/Detail/Partials/Actions.razor.rz.scp.css */
.form-check-label[b-rbs5l8gwrx]
{
    font-size: 1.3rem;
}
/* /Components/Pages/RequestManagement/Detail/Partials/EventRequestActionModal.razor.rz.scp.css */
.modal-content[b-hrrnv5r9qe] {
    border-radius: 15px;
    font-size: 1.1rem;
}

.modal-header[b-hrrnv5r9qe] {
    border-bottom: none !important;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center !important;
}

.modal-subheader[b-hrrnv5r9qe] {
    border-bottom: none !important;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center !important;
    margin-top: -10px;
}

.modal-body[b-hrrnv5r9qe] {
    background-color: var(--rkv-bg-light-blue);
    border: 1px solid var(--rkv-border-light-blue);
    border-radius: 15px;
    margin: 1rem;
}

.modal-content-header[b-hrrnv5r9qe] {
    font-weight: 700;
    font-size: 1.2rem;
}

.modal-action[b-hrrnv5r9qe] {
    text-align: center !important;
}

.modal-dialog[b-hrrnv5r9qe] {
    min-width: 25vw;
}

.cancel-btn[b-hrrnv5r9qe] {
    background: none;
    border: none;
    color: var(--rkv-white);
    font-size: 14px;
    padding: 8px;
    cursor: pointer !important;
    text-decoration: none;
    pointer-events: all !important;
}

    .cancel-btn:hover[b-hrrnv5r9qe] {
        text-decoration: underline;
    }

.btn-refuse[b-hrrnv5r9qe] {
    background-color: var(--rkv-red) !important;
    font-size: 1.143rem;
    font-weight: 500;
    color: var(--rkv-white);
}
/* /Components/Pages/RequestManagement/EventRequestOverview/EventRequestOverview.razor.rz.scp.css */
.text-truncate-container[b-hpvbpgmkia] {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Shared/ErrorModal/ErrorModal.razor.rz.scp.css */
.modal-content[b-n5e9x8p1jc]{
    border-radius: 15px;
}

.modal-header[b-n5e9x8p1jc] {
    border-bottom: none !important;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center !important;
}

.modal-body[b-n5e9x8p1jc] {
    background-color: var(--rkv-bg-light-blue);
    border: 1px solid var(--rkv-border-light-blue);
    border-radius: 15px;
    margin: 1rem;
}

.error-message[b-n5e9x8p1jc] {
    font-weight: 700;
    font-size: 1.2rem;
}

.traceId[b-n5e9x8p1jc]{
    font-size: xx-small;
}
/* /Components/Shared/FileDetailCard.razor.rz.scp.css */
.filename[b-z39g3yh4gm] {
    margin-top: 5px;
    margin-left: 5px;
    font-weight: 400;
}

.file-button[b-z39g3yh4gm] {
    padding: 0;
    margin-bottom: 10px;
}

.btn-link[b-z39g3yh4gm] {
    color: var(--rkv-text-blue);
}
/* /Components/Shared/RkEmailChip.razor.rz.scp.css */
.email-chip[b-hent3g9p23] {
    display: flex;
    align-items: center;
    border: 1px solid var(--rkv-black);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    min-width: 0;
    font-family: inherit;
    margin: 0.7rem 0;
    min-height: 4.5rem;
    position: relative;
}

.email-chip-label[b-hent3g9p23] {
    margin-right: 0.5rem;
    align-self: flex-start;
    padding-top: 2px;
    flex-grow: 1;
}

.email-chip-divider[b-hent3g9p23] {
    width: 1px;
    height: 2.5rem;
    background: #dde3d8;
    margin: 0 0.5rem;
}

.extended-divider[b-hent3g9p23] {
    height: 5.5rem !important;
}

@media (max-width: 600px) {
    .email-chip[b-hent3g9p23] {
        font-size: 1rem;
        height: 4rem;
        padding: 0.25rem 0.8rem;
    }
}

.email-chip-actions[b-hent3g9p23] {
    padding-top: 0.3rem;
}

.btn-close[b-hent3g9p23] {
    filter: invert(18%) sepia(100%) saturate(7481%) hue-rotate(0deg) brightness(100%) contrast(119%);
    font-size: 12px !important;
}

.btn-save[b-hent3g9p23] {
    color: var(--rkv-text-green);
    width: 50px;
    padding-top: 0.75rem;
}

.form-floating > .form-control[b-hent3g9p23] {
    padding-top: 0.5rem !important;
}
/* /Components/Shared/RkFileUpload.razor.rz.scp.css */
[b-2pmk9uk7ce] .custom-file-input {
    display: none;
}

.custom-upload-label[b-2pmk9uk7ce] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rkv-light-grey);
    border: 2px solid var(--rkv-light-grey);
    border-radius: 16px;
    color: var(--rkv-dark-grey);
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1.2rem 2rem;
    cursor: pointer;
    transition: border-color 0.2s;
    width: 100%;
    max-width: 500px;
    margin: 0.5rem 0;
    box-sizing: border-box;
}

    .custom-upload-label:hover[b-2pmk9uk7ce] {
        border-color: #90a4ae;
        background: #f0f4f8;
    }

.upload-icon[b-2pmk9uk7ce] {
    font-size: 1.5rem;
    margin-right: 1rem;
    display: inline-block;
}

.selectedFile[b-2pmk9uk7ce] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--rkv-white);
    border: 2px solid var(--rkv-light-grey);
    border-radius: 16px;
    color: var(--rkv-dark-grey);
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1.2rem 2rem;
    transition: border-color 0.2s;
    width: 100%;
    max-width: 500px;
    margin: 0.5rem 0;
    box-sizing: border-box;
    gap: 1rem;
}

.close-btn[b-2pmk9uk7ce] {
    color: var(--rkv-red) !important;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.file-name[b-2pmk9uk7ce] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid var(--rkv-light-grey);
}
/* /Components/Shared/RkLookup.razor.rz.scp.css */
.list-group[b-tof13rlc7d]
{
    position:absolute; 
    top:100%; 
    left:0; 
    right:0; 
    z-index:40; 
    max-height:240px; 
    overflow:auto;
    margin-top: 20px;
    border: 1px solid var(--rkv-dark-grey);
    background: #fff;
    border-radius: var(--bs-border-radius);
}

.list-group-item[b-tof13rlc7d] {
    height: 56px;
    line-height: 56px; 
    padding: 0 16px; 
    position: relative;
    border: none;
    box-shadow: none;
    background: transparent;
    transition: background 0.2s;
}

.list-group-item:hover[b-tof13rlc7d] {
    background: var(--rkv-bg-light-blue);
    cursor: pointer;
}

/* Divider line between items */
.list-group-item:not(:last-child)[b-tof13rlc7d]::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: var(--rkv-medium-grey);
}
/* /Components/Shared/RkMultiSelect.razor.rz.scp.css */
.rk-multiselect[b-bmz4xj1t8f] {
    position: relative;
}

.rk-multiselect-select > .form-control[b-bmz4xj1t8f] {
    /* copied from bootstrap to get matching size: .form-floating > .form-control*/
    padding: 1rem .75rem;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    border-color: var(--rk-dark-grey); 
}


/* Label */
.rk-multiselect-label[b-bmz4xj1t8f] {
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 100%;
    text-align: start;
    text-overflow: ellipsis;
    pointer-events: none;
    transform-origin: 0px 0px;
    padding: 1rem 0.75rem;
    overflow: hidden;
    white-space: nowrap;
    border: var(--bs-border-width) solid transparent;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: var(--rkv-dark-grey);
    
}

    .rk-multiselect-label.has-value[b-bmz4xj1t8f] {
        color: rgba(var(--bs-body-color-rgb), .65);
        transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    }

    .rk-multiselect-label .rk-label-required[b-bmz4xj1t8f] {
        color: var(--rkv-red);
    }


/* Selected items */
.rk-multiselect-selecteditems[b-bmz4xj1t8f] {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    word-wrap: break-word;
    white-space: nowrap;
    padding-top: .75rem;
}

.rk-multiselect-button[b-bmz4xj1t8f] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rk-multiselect-button-caret[b-bmz4xj1t8f] {
    padding-left: 10px;
    border-left: 1px solid var(--rkv-neutral-300);
}

    .rk-multiselect-button-caret[b-bmz4xj1t8f]::after {
        content: 'keyboard_arrow_down';
        font-family: 'Material Symbols Rounded';
        font-size: 1.4em;
    }

[aria-expanded="true"] > .rk-multiselect-button-caret[b-bmz4xj1t8f]::after {
    content: 'keyboard_arrow_up';
}


/* Dropdown */
.rk-multiselect-dropdown[b-bmz4xj1t8f] {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--rkv-white);
    border: 1px solid var(--rkv-dark-grey);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

    .rk-multiselect-dropdown[aria-hidden="false"][b-bmz4xj1t8f] {
        display: block;
    }


/* Dropdown options */
.form-check[b-bmz4xj1t8f] {
    display: flex;
    align-items: center;
    margin: 0;
}

    .form-check:hover[b-bmz4xj1t8f],
    .form-check:focus[b-bmz4xj1t8f] {
        background-color: var(--rkv-dark-grey);
        color: var(--rkv-white);
        outline: none;
    }

    .form-check:focus[b-bmz4xj1t8f] {
        box-shadow: inset 0 0 0 2px var(--rkv-blue-500);
    }

    .form-check input[type="checkbox"][b-bmz4xj1t8f] {
        width: 1.2rem;
        height: 1.2rem;
    }

    .form-check .form-check-label[b-bmz4xj1t8f] {
        cursor: pointer;
        margin: 0;
        flex: 1;
        font-size: 1rem;
    }


/* Validation */
.invalid-feedback[b-bmz4xj1t8f] {
    display: block
}
/*
.rk-multiselect:not(:has(.invalid-feedback:empty)) > .rk-multiselect-select {
    border: 1px var(--bs-form-invalid-border-color) solid;
    border-radius: var(--bs-border-radius);
    box-shadow: none !important;
}
*/
/* /Components/Shared/RkNumericTextInput.razor.rz.scp.css */
.rk-label-required[b-68xr83pi2l] {
    color: var(--rkv-red);
}

/* Chrome, Safari, Edge, Opera */
input[b-68xr83pi2l]::-webkit-outer-spin-button,
input[b-68xr83pi2l]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-68xr83pi2l] {
    height: 4rem !important;
    -moz-appearance: textfield;
}

.rkv-range-input[b-68xr83pi2l] {
    height: 4rem;
}
/* /Components/Shared/RkPhoneNumberInput.razor.rz.scp.css */
.rk-label[b-qx4sqn7ajc] {
    color: var(--rkv-dark-grey);
}

.rk-label-required[b-qx4sqn7ajc] {
    color: var(--rkv-red);
}

.form-control:focus + label[b-qx4sqn7ajc],
.form-control:not(:placeholder-shown) + label[b-qx4sqn7ajc] {
    font-size: 0.90rem;
}

.form-control.is-invalid[b-qx4sqn7ajc] {
    background-image: none;
}

.input-group > .form-select[b-qx4sqn7ajc] {
    flex: none;
}

input.form-control[b-qx4sqn7ajc] {
    border-color: var(--rkv-dark-grey);
}

select.form-select[b-qx4sqn7ajc] {
    border-color: var(--rkv-dark-grey);
}
/* /Components/Shared/RkRangeInput.razor.rz.scp.css */
.rkv-range-input[b-grcce4h1fg] {
    width: 4rem;
    height: 4rem;
    text-align: center;
}

.form-range[b-grcce4h1fg]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--rkv-bg-blue) var(--value), var(--rkv-medium-grey) var(--value));
}

.form-range[b-grcce4h1fg]::-moz-range-track {
    background: linear-gradient(to right, var(--rkv-bg-blue) var(--value), var(--rkv-medium-grey) var(--value));
}

.form-range[b-grcce4h1fg]::-webkit-slider-thumb {
    background-color: var(--rkv-bg-blue);
}

.form-range[b-grcce4h1fg]::-moz-range-thumb {
    background-color: var(--rkv-bg-blue);
}
/* /Components/Shared/RkStatusBadge.razor.rz.scp.css */
.badge-transparent[b-76ye6vnymk] {
    background: transparent;
    border: 1.5px solid #e7eaf0;
    color: var(--rkv-black);
}

.badge-blue[b-76ye6vnymk] {
    background: var(--rkv-badge-bg-blue);
    border: 1.5px solid var(--rkv-badge-border-blue);
    color: var(--rkv-black);
}

.badge-green[b-76ye6vnymk] {
    background: var(--rkv-badge-bg-green);
    border: 1.5px solid var(--rkv-badge-border-green);
    color: var(--rkv-black);
}

.badge-red[b-76ye6vnymk] {
    background: var(--rkv-badge-bg-red);
    border: 1.5px solid var(--rkv-badge-border-red);
    color: var(--rkv-black);
}

.badge-orange[b-76ye6vnymk] {
    background: var(--rkv-badge-bg-orange);
    border: 1.5px solid var(--rkv-badge-border-orange);
    color: var(--rkv-black);
}

.badge-grey[b-76ye6vnymk] {
    background: var(--rkv-badge-bg-grey);
    border: 1.5px solid var(--rkv-badge-border-black);
    color: var(--rkv-black);
}

.badge[b-76ye6vnymk] {
    border-radius: 5px !important;
    padding: 0.45em 0.8em !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.call-to-action-orange[b-76ye6vnymk] {
    color: var(--rkv-badge-border-orange);
}

.call-to-action-red[b-76ye6vnymk] {
    color: var(--rkv-badge-border-red);
}
/* /Components/Shared/RkTextInput.razor.rz.scp.css */
.rk-input-text[b-341u176h8y] {
    --input-label-color: var(--rkv-bg-blue);
    --input-border-color: var(--rkv-bg-blue);
}

.rk-label[b-341u176h8y] {
    color: var(--rk-light-grey);
}

.rk-label-required[b-341u176h8y] {
    color: var(--rkv-red);
}

.form-control:focus + label[b-341u176h8y],
.form-control:not(:placeholder-shown) + label[b-341u176h8y] {
    font-size: 0.90rem;
}

.form-control.is-invalid[b-341u176h8y] {
    background-image: none;
}

.input-group:has(.form-control.is-invalid) > .btn[b-341u176h8y] {
    border-color: var(--bs-form-invalid-border-color);
}

.btn-outline-secondary[b-341u176h8y] {
    border-color: var(--bs-border-color);
}
/* /Components/Shared/RkToggle.razor.rz.scp.css */
.segmented-toggle[b-baiapzj6hl] {
    display: flex;
    background: var(--rkv-light-grey);
    border-radius: 12px;
    padding: 4px;
    gap: 10px;
    width: 100%;
    align-items: stretch;
}

    .segmented-toggle .segment[b-baiapzj6hl] {
        flex: 1 1 0;
        text-align: center;
        padding: 0.7em 0;
        font-size: 1.15em;
        font-weight: 500;
        color: var(--rkv-dark-grey);
        background: transparent;
        border: none;
        cursor: pointer;
        border-radius: 8px;
        position: relative;
        z-index: 1;
        transition: color 0.1s, background 0.1s, box-shadow 0.2s;
    }

        .segmented-toggle .segment:not(:last-child)[b-baiapzj6hl]::after {
            content: "";
            position: absolute;
            right: -2%;
            top: 25%;
            bottom: 25%;
            width: 1px;
            background: var(--rkv-medium-grey);
            z-index: 0;
            pointer-events: none;
        }

    .segmented-toggle input[type="radio"][b-baiapzj6hl] {
        display: none;
    }

        .segmented-toggle input[type="radio"]:checked + .segment[b-baiapzj6hl] {
            background: #fff;
            color: var(--rkv-black);
            font-weight: 700;
            border: 2px solid var(--rkv-light-grey);
            box-shadow: 0 4px 12px 0 var(--bs-box-shadow-sm);
            z-index: 2;
        }

        .segmented-toggle input[type="radio"]:checked + .segment[b-baiapzj6hl] {
            border-radius: 8px;
        }

.rk-label-required[b-baiapzj6hl] {
    color: var(--rkv-red);
}
/* /Components/Shared/WizardHeader.razor.rz.scp.css */
.step-title[b-pmv8xr6cpa] {
    color: var(--rkv-bg-blue);
    text-transform: uppercase;
}
