@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/BigOps/KlatchComponent.razor.rz.scp.css */
.grid[b-d3zzd3q43x] {
    height: 100%;
    overflow-y: auto;
}

.footer[b-d3zzd3q43x] {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

[b-d3zzd3q43x] #nav-tabs {
      padding-top:  8px;
  }

.member-items-container[b-d3zzd3q43x] {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
}
/* /Components/BigOps/MemberSearchComponent.razor.rz.scp.css */

[b-seccez2c01] .col-options-button::before, [b-seccez2c01] .quickgrid[theme=default] .sort-indicator::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[b-seccez2c01] .quickgrid[theme=default] .sort-indicator {
    background-image: none;
    transform: none !important;
}

[b-seccez2c01] .col-sort-asc .sort-indicator::before {
    content: "\F571";
}

[b-seccez2c01] .col-sort-desc .sort-indicator::before {
    content: "\F570";
    transform: none !important;
}

[b-seccez2c01] .col-sort-desc .sort-indicator {
    height: 1em;
}

[b-seccez2c01] .quickgrid[theme=default] .col-options-button::before {
    content: "\F5D3";
    background: none;
}

[b-seccez2c01] .col-options {
    padding:0;
    width:fit-content;
    font-size:0.8em;
}

[b-seccez2c01] thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    border-bottom: 1px solid var(--bs-card-border-color) !important;
}

[b-seccez2c01] tr {
    height: 30px;
}

/* /Components/BigOps/NowNextComponent.razor.rz.scp.css */

progress[b-ve9arb46b6] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    vertical-align: top;
}

    progress[value][b-ve9arb46b6]::-webkit-progress-bar {
        background-image: none;
        background-color: transparent;
        height: 5px;
        transition: all 0.5s ease;
    }

    progress[value][b-ve9arb46b6]::-webkit-progress-value {
        padding: 0;
        border-width: 0px;
        font-family: bootstrap-icons !important;
        height: 5px;
        transition: all 0.5s ease;
    }

a[b-ve9arb46b6] {
    cursor: help;
    text-decoration: none;
    background-color: transparent;
    color: var(--bs-body-color) !important;
}

.nav-tabs[b-ve9arb46b6] {
    height: 48px;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

[b-ve9arb46b6] .now-next .row {
    background: var(--bs-body-bg);
}

[b-ve9arb46b6] .now-next > .d-flex {
    font-weight: bold;
    border-bottom: 1px solid var(--bs-border-color);
}

[b-ve9arb46b6] .now-next .row {
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0.1rem;
}
    [b-ve9arb46b6] .now-next .row:nth-child(odd) {
        color: var(--bs-emphasis-color);
        background-color: rgba(var(--bs-emphasis-color-rgb), 0.05);
        border-bottom: 1px solid var(--bs-border-color);
    }
/* /Components/Home/AnalogueClockComponent.razor.rz.scp.css */

.clock-container[b-25779722w2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100px;
}

.clock[b-25779722w2] {
    position: relative;
    overflow: hidden;
    background-color: inherit;
    height: 10vmin;
    width: 10vmin;
    border-radius: 50%;
}

    .clock div[b-25779722w2] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
    }

        .clock div div[b-25779722w2] {
            left: 50%;
            width: 0;
        }

    .clock span[b-25779722w2] {
        position: absolute;
        font-family: "Share Tech Mono", monospace;
        font-size: 1.5vmin;
        font-weight: bold;
        color: var(--bs-heading-color);
    }

    .clock .h12[b-25779722w2] {
        left: 50%;
        top: 3%;
        transform: translateX(-50%);
    }

        .clock .h12[b-25779722w2]::before {
            content: "12";
        }

    .clock .h3[b-25779722w2] {
        left: 97%;
        top: 50%;
        transform: translate(-100%, -50%);
    }

        .clock .h3[b-25779722w2]::before {
            content: "3";
        }

    .clock .h6[b-25779722w2] {
        left: 50%;
        top: 97%;
        transform: translate(-50%, -100%);
    }

        .clock .h6[b-25779722w2]::before {
            content: "6";
        }

    .clock .h9[b-25779722w2] {
        left: 3%;
        top: 50%;
        transform: translateY(-50%);
    }

        .clock .h9[b-25779722w2]::before {
            content: "9";
        }

    .clock .ctr[b-25779722w2] {
        width: 3%;
        height: 3%;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #daf6ff;
    }

    .clock .hour div[b-25779722w2] {
        top: 20%;
        height: 30%;
        border: 2px solid var(--bs-body-color);
        margin-left: -2px;
    }

    .clock .minute div[b-25779722w2] {
        top: 10%;
        height: 40%;
        border: 2px solid var(--bs-body-color);
        margin-left: -2px;
    }

    .clock .second div[b-25779722w2] {
        top: 5%;
        height: 65%;
        border: 1px solid var(--bs-danger);
        margin-left: -1px;
    }
/* /Components/Home/BackgroundComponent.razor.rz.scp.css */
body[b-tb1owtnz18] {
}
/* /Components/Home/DigitalClockComponent.razor.rz.scp.css */

.digital-clock[b-wbc25idk4p] {
    font-family: "Share Tech Mono", monospace;
    color:  var(--bs-body-color);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .digital-clock .time[b-wbc25idk4p] {
        letter-spacing: 0.05em;
        font-size: 40px;
        padding: 5px 0;
    }

    .digital-clock .date[b-wbc25idk4p] {
        letter-spacing: 0.1em;
        font-size: 24px;
    }

    .digital-clock .text[b-wbc25idk4p] {
        letter-spacing: 0.1em;
        font-size: 12px;
        padding: 20px 0 0;
    }
/* /Components/Home/FooterComponent.razor.rz.scp.css */


progress[b-0buvnfvk48] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
}


    progress[value][b-0buvnfvk48]::-webkit-progress-bar {
        background-image: none;
        background-color: transparent;
    }

    progress[value][b-0buvnfvk48]::-webkit-progress-value {
        background: rgba(var(--bs-dark-rgb),0.5) !important;
        position: relative;
        padding: 0.5rem;
        border-color: rgba(var(--bs-dark-rgb),1) !important;
        border-width: 1px;
        font-family: bootstrap-icons !important;
        box-shadow: var(--bs-box-shadow) !important;
    }


.step-progress > div:first-child[b-0buvnfvk48] {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.step-progress > div:last-child[b-0buvnfvk48] {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}


@keyframes animate-stripes-b-0buvnfvk48 {
    to {
        background-position: -50px 0;
    }
}
/* /Components/Home/HeaderComponent.razor.rz.scp.css */

.logo[b-4sfua74nua] {
    user-select: none;
    height: 60px;
}

.discworld[b-4sfua74nua] {
    font-weight: 900;
    font-family: 'Cinzel Decorative', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

.convention[b-4sfua74nua] {
    font-weight: 400;
    font-family: 'Alegreya', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    font-size: 66%;
}
/* /Components/Home/KlatchComponent.razor.rz.scp.css */
.page-item[b-oaa1zde23r] {
    min-height: 100%;
    height: 0;
}


.fade-out[b-oaa1zde23r] {
    animation: out-b-oaa1zde23r 0.8s linear;
    opacity: 0;
}

.fade-in[b-oaa1zde23r] {
    animation: in-b-oaa1zde23r 1s linear;
    opacity: 1;
}

@keyframes in-b-oaa1zde23r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-oaa1zde23r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.member-items-container[b-oaa1zde23r] {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
}
/* /Components/Home/KlatchItemComponent.razor.rz.scp.css */

.fade-out[b-axq8a127ac] {
    animation: out-b-axq8a127ac 0.8s linear;
    opacity: 0;
}

.fade-in[b-axq8a127ac] {
    animation: in-b-axq8a127ac 1s linear;
    opacity: 1;
}

@keyframes in-b-axq8a127ac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-axq8a127ac {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.member-items-container[b-axq8a127ac] {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
}
/* /Components/Home/NotificationHistoryComponent.razor.rz.scp.css */
.page-item[b-ypilnbxu3k] {
    min-height: 100%;
    height: 0;
}


.card-img-top[b-ypilnbxu3k] {
    width: 100%;
    height: 15vw;
    object-fit: contain;
}
/* /Components/Home/PageComponent.razor.rz.scp.css */
.page-item[b-vgobu788hu] {
    min-height: 100%;
    height: 0;
}


.fade-out[b-vgobu788hu] {
    animation: out-b-vgobu788hu 0.8s linear;
    opacity: 0;
}

.fade-in[b-vgobu788hu] {
    animation: in-b-vgobu788hu 1s linear;
    opacity: 1;
}

@keyframes in-b-vgobu788hu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-vgobu788hu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Home/PhotoFeedComponent.razor.rz.scp.css */
.page-item[b-mdaqfsko3i] {
    min-height: 100%;
    height: 0;
}


.fade-out[b-mdaqfsko3i] {
    animation: out-b-mdaqfsko3i 0.8s linear;
    opacity: 0;
}

.fade-in[b-mdaqfsko3i] {
    animation: in-b-mdaqfsko3i 1s linear;
    opacity: 1;
}

@keyframes in-b-mdaqfsko3i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-mdaqfsko3i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Home/RoomItemComponent.razor.rz.scp.css */
.page-body[b-ynw4ks3895] {
    min-height: 100%;
    height: 0;
}

.page-item[b-ynw4ks3895] {
    min-height: 100%;
    height: 0;
}

.room-item[b-ynw4ks3895] {
    height: 170px;
}


.fade-out[b-ynw4ks3895] {
    animation: out-b-ynw4ks3895 0.8s linear;
    opacity: 0;
}

.fade-in[b-ynw4ks3895] {
    animation: in-b-ynw4ks3895 1s linear;
    opacity: 1;
}

@keyframes in-b-ynw4ks3895 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-ynw4ks3895 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Home/ScheduleComponent.razor.rz.scp.css */
.page-body[b-390fn1u4ap] {
    min-height: 100%;
    height: 0;
}

.page-item[b-390fn1u4ap] {
    min-height: 100%;
    height: 0;
}

.fade-out[b-390fn1u4ap] {
    animation: out-b-390fn1u4ap 0.8s linear;
    opacity: 0;
}

.fade-in[b-390fn1u4ap] {
    animation: in-b-390fn1u4ap 1s linear;
    opacity: 1;
}

@keyframes in-b-390fn1u4ap {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes out-b-390fn1u4ap {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Home/SheepComponent.razor.rz.scp.css */

.sheep[b-ikrf24yblj] {
    position: absolute;
    bottom: -5px;
    z-index: 0;
    left: -10%;
}
.sheep-animate[b-ikrf24yblj] {
    animation: sheep-animation-b-ikrf24yblj 15s ease-in forwards, MoveUpDown-b-ikrf24yblj 1s linear infinite;
}

.sheep img[b-ikrf24yblj] {
    width: 125px;
    height: 87px;
}


@keyframes MoveUpDown-b-ikrf24yblj {
    0%, 100% {
        transform: translateY(0);
    }

    17%, 67% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-3px);
    }

    83% {
        transform: translateY(1px);
    }
}

@keyframes sheep-animation-b-ikrf24yblj {
    0% {
        left: 110%;
    }

    100% {
        left: -10%;
    }
}
/* /Components/Home/ToastComponent.razor.rz.scp.css */
body[b-707074dlno] {
}
/* /Pages/BigOps.razor.rz.scp.css */
.roboto-thin[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic[b-4fcwje2im8] {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.logo[b-4fcwje2im8] {
    user-select: none;
    height: 60px;
}

.discworld[b-4fcwje2im8] {
    font-weight: 900;
    font-family: 'Cinzel Decorative', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

.convention[b-4fcwje2im8] {
    font-weight: 400;
    font-family: 'Alegreya', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    font-size: 66%;
}

.bo-header[b-4fcwje2im8] {
    height: 80px !important;
    position: absolute;
    top: 0;
    width: 100%;
    margin-bottom: 10px !important;
}

.bo-footer[b-4fcwje2im8] {
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bo-body[b-4fcwje2im8] {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 90px;
    bottom: 220px;
}

svg .logo[b-4fcwje2im8] {
    fill:turquoise;
}
/* /Pages/Home.razor.rz.scp.css */

.valid.modified:not([type=checkbox])[b-p1hp9qqgbc] {
    outline: 1px solid #26b050;
}

.invalid[b-p1hp9qqgbc] {
    outline: 1px solid red;
}

.validation-message[b-p1hp9qqgbc] {
    color: red;
}


code[b-p1hp9qqgbc] {
    color: #c02d76;
}

.blazored-toast-component[b-p1hp9qqgbc] {
    width: 75rem !important;
    border-radius: var(--bs-border-radius-lg) !important;
    padding: 10px 10px 10px 10px;
}

