/* /Components/FullPageSpinner.razor.rz.scp.css */
.wrapper[b-aqhpqyrl5o] {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: unset;
    background-color: rgb(255, 255, 255, .7);
    backdrop-filter: blur(2px);
}

.spinner-container[b-aqhpqyrl5o] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* /Components/SettingsDropdown.razor.rz.scp.css */
.contractor-name[b-0ujz58bazl] {
    color: var(--cc-gray-darkest);
    font-weight: 500;
    font-size: 16px;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .contractor-name[b-0ujz58bazl] {
        display: none;
    }
}

.notification-icon[b-0ujz58bazl] {
    color: var(--cc-primary-purple);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-colors[b-0ujz58bazl] {
    color: var(--cc-gray-darker);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/CreateCrewMembers.razor.rz.scp.css */
.custom-card[b-i5uy6c2izf] {
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
}

.back-button[b-i5uy6c2izf] {
    font-weight: 700;
    font-size: 16px;
    color: var(--cc-gray-darker);
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-button:hover[b-i5uy6c2izf] {
    color: var(--cc-primary-purple);
}
