/* /Components/AuthenticationMethods/FaceLogin.razor.rz.scp.css */
.face-authentication-grid[b-8shxunxn8r] {
    display: grid;
    grid-template-columns: 10% auto 10%;
    grid-template-rows: repeat(2, 1fr);
    place-content: center;
}
/* /Components/Camera/Camera.razor.rz.scp.css */
.center-photo[b-r97daqswx4] {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
/* /Components/Keyboard/Keyboard.razor.rz.scp.css */
.top-keyboard-container[b-jqdid904eo] {
    margin:auto;
    width: 50%;
    padding: 10px;
}
.keyboard[b-jqdid904eo] {
    display: grid;
    grid-template-columns: repeat(23, 2em);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 5px;
    column-gap: 5px;
    margin: auto;
    position: relative;
    place-content: center;
}
.sensitive[b-jqdid904eo] {
    box-shadow: 5px 5px 5px lightgrey !important;
}
/* /Components/NumberEntry/CodePad.razor.rz.scp.css */
.top-numberpad-container[b-3gvbnt4azp] {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.numberpad[b-3gvbnt4azp] {
    display: grid;
    grid-template-columns: repeat(3, 4em);
    grid-template-rows: repeat(4, 4em);
    row-gap: 10px;
    column-gap: 10px;
    margin: auto;
    position: relative;
    place-content: center;
}

.sensitive[b-3gvbnt4azp] {
    box-shadow: 5px 5px 5px lightgrey !important;
}
/* /Components/RegisterUser/CaptureFace.razor.rz.scp.css */
.face-grid[b-hp18d2u5md] {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    grid-template-rows: 200px;
    grid-column-gap: 5px;
    place-content: center;
}
.example-face[b-hp18d2u5md] {
    width: 200px;
    height: 200px;
}
/* /Components/Screen/ScreenCaption.razor.rz.scp.css */
.action-button[b-9t43d6gyeo] {
    outline: none !important;
    box-shadow: 5px 5px 5px purple !important;
}
/* /Components/Shifts/ShiftAction.razor.rz.scp.css */
.shift-action-container[b-sf4s78tvdv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    place-items: center;
}
/* /Components/Shifts/ShiftArrow.razor.rz.scp.css */
.shift-arrow-grid[b-ws0ug0tq1t] {
    display: grid;
    grid-template-columns: auto 14em auto;
    grid-template-rows: 7em 4em 5em 4em 3em 2em auto auto;
    place-items: center;
    margin-top: 20px;
}

.shift-final-container[b-ws0ug0tq1t] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 5em 5em 5em;
    place-items: center;
    margin-top: 20px;
}

.shift-column-title[b-ws0ug0tq1t] {
    font-size: 2em;
}

.shift-arrow-time[b-ws0ug0tq1t] {
    font-size: 2.5em;
}

.shift-arrow-date[b-ws0ug0tq1t] {
    font-size: 2em;
}

.shift-arrow-day[b-ws0ug0tq1t] {
    font-size: 1.5em;
}
/* /Components/Shifts/ShiftDetailsCard.razor.rz.scp.css */
.shift-details-card-container[b-5zzysgbs8p] {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem;
    grid-template-columns: 5% 90% 5%;
}

.pagination[b-5zzysgbs8p] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    gap: 0.5rem;
}

.dot[b-5zzysgbs8p] {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .dot.active[b-5zzysgbs8p] {
        background-color: #009CA6;
    }

/* Navigation Buttons */
.nav-button[b-5zzysgbs8p] {
    background-color: #009CA6; /* Button background */
    border: none;
    border-radius: 8px; /* Square with rounded corners */
    padding: 1rem;
    height: 80px;
    width: 80px; /* Square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

    .nav-button.disabled[b-5zzysgbs8p] {
        background-color: #dddddd; /* Disabled state */
        cursor: not-allowed;
    }

    .nav-button:hover:not(.disabled)[b-5zzysgbs8p] {
        background-color: #009CA6;
    }

    /* Triangle Arrows */
    .nav-button[b-5zzysgbs8p]::before {
        content: ''; /* Triangle shape */
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
    }

    /* Left Arrow (Previous Button) */
    .nav-button.prev[b-5zzysgbs8p]::before {
        border-width: 20px 25px 20px 0; /* Top Right Bottom Left */
        border-color: transparent white transparent transparent;
    }

    /* Right Arrow (Next Button) */
    .nav-button.next[b-5zzysgbs8p]::before {
        border-width: 20px 0 20px 25px; /* Top Right Bottom Left */
        border-color: transparent transparent transparent white;
    }
/* /Components/Shifts/ShiftTitle.razor.rz.scp.css */
.shift-title-grid[b-zi7k5ihl23] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    place-items: center;
}
/* /Components/Shifts/ShiftWithVariation.razor.rz.scp.css */
.btn-variation-reason[b-0hwymgze43] {
    min-height: 120px;
    box-shadow: 10px 10px 5px grey;
}

.variation-button-container[b-0hwymgze43] {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem;
    grid-template-columns: 5% 90% 5%;
}

/* Navigation Buttons */
.nav-button[b-0hwymgze43] {
    background-color: #009CA6; /* Button background */
    border: none;
    border-radius: 8px; /* Square with rounded corners */
    padding: 1rem;
    height: 80px;
    width: 80px; /* Square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

    .nav-button.disabled[b-0hwymgze43] {
        background-color: #ccc; /* Disabled state */
        cursor: not-allowed;
    }

    .nav-button:hover:not(.disabled)[b-0hwymgze43] {
        background-color: #009CA6;
    }

    /* Triangle Arrows */
    .nav-button[b-0hwymgze43]::before {
        content: ''; /* Triangle shape */
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
    }

    /* Left Arrow (Previous Button) */
    .nav-button.prev[b-0hwymgze43]::before {
        border-width: 20px 25px 20px 0; /* Top Right Bottom Left */
        border-color: transparent white transparent transparent;
    }

    /* Right Arrow (Next Button) */
    .nav-button.next[b-0hwymgze43]::before {
        border-width: 20px 0 20px 25px; /* Top Right Bottom Left */
        border-color: transparent transparent transparent white;
    }

.variations-grid[b-0hwymgze43] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.pagination[b-0hwymgze43] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    gap: 0.5rem;
}

.dot[b-0hwymgze43] {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .dot.active[b-0hwymgze43] {
        background-color: #009CA6;
    }

.variation-button-wrapper[b-0hwymgze43] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* /Components/Shifts/UnplannedReasonSelection.razor.rz.scp.css */
.btn-unplanned-reason[b-l8hw5i1pkd] {
    min-height: 120px;
    box-shadow: 10px 10px 5px grey;
}

.reason-button-container[b-l8hw5i1pkd] {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem;
    grid-template-columns: 5% 90% 5%;
}

/* Navigation Buttons */
.nav-button[b-l8hw5i1pkd] {
    background-color: #009CA6; /* Button background */
    border: none;
    border-radius: 8px; /* Square with rounded corners */
    padding: 1rem;
    height: 80px;
    width: 80px; /* Square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

    .nav-button.disabled[b-l8hw5i1pkd] {
        background-color: #dddddd; /* Disabled state */
        cursor: not-allowed;
    }

    .nav-button:hover:not(.disabled)[b-l8hw5i1pkd] {
        background-color: #009CA6;
    }

    /* Triangle Arrows */
    .nav-button[b-l8hw5i1pkd]::before {
        content: ''; /* Triangle shape */
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
    }

    /* Left Arrow (Previous Button) */
    .nav-button.prev[b-l8hw5i1pkd]::before {
        border-width: 20px 25px 20px 0; /* Top Right Bottom Left */
        border-color: transparent white transparent transparent;
    }

    /* Right Arrow (Next Button) */
    .nav-button.next[b-l8hw5i1pkd]::before {
        border-width: 20px 0 20px 25px; /* Top Right Bottom Left */
        border-color: transparent transparent transparent white;
    }

.reasons-grid[b-l8hw5i1pkd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.pagination[b-l8hw5i1pkd] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    gap: 0.5rem;
}

.dot[b-l8hw5i1pkd] {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .dot.active[b-l8hw5i1pkd] {
        background-color: #009CA6;
    }

.reason-button-wrapper[b-l8hw5i1pkd] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b0rkaxf4ng] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b0rkaxf4ng] {
    flex: 1;
}

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

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

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

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

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


.btn-day[b-b0rkaxf4ng] {
    padding: 10px 10px;
    font-size: 26px;
    border-radius: 10px;
    width: 200px;
}


@media (max-width: 1200px) {
    .btn-day[b-b0rkaxf4ng] {
        padding: 10px 10px;
        font-size: 26px;
        border-radius: 10px;
        width: 200px;
    }
}

@media (min-width: 1200.1px) {
    .btn-day[b-b0rkaxf4ng] {
        padding: 10px 20px;
        font-size: 26px;
        border-radius: 10px;
        width: 320px;
    }
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b0rkaxf4ng] {
        display: none;
    }

    .top-row.auth[b-b0rkaxf4ng] {
        justify-content: space-between;
    }

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

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

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

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

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

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