/* /Components/LayoutComponents/DetailsEventCMP.razor.rz.scp.css */
.gray1[b-o5946na6rj] {
    color: #828282 !important;
    font-size: 17px!important;
}

.gray2[b-o5946na6rj] {
    color: #BDBDBD !important;
    font-size: 17px !important;
}

.gray3[b-o5946na6rj] {
    color: #E0E0E0 !important;
    font-size: 17px !important;
}

.header-teams-size[b-o5946na6rj] {
    font-weight: bold !important;
    text-align: center;
    align-items: center;
    display:inline-flex;
}



/*.btn-dinamic-panel:has(.button-active) {

}*/
/* /Components/LayoutComponents/Loading.razor.rz.scp.css */
.loading-component[b-yibn13t0uu] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px;
}

.circle[b-yibn13t0uu] {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: rgba(0, 80, 168, 1);
    animation: blinking-b-yibn13t0uu 0.8s infinite;
}

.circle-1[b-yibn13t0uu] {
    animation-delay: 0.1s;
}

.circle-2[b-yibn13t0uu] {
    animation-delay: 0.3s;
}

.circle-3[b-yibn13t0uu] {
    animation-delay: 0.6s;
}

@keyframes blinking-b-yibn13t0uu {
    0% {
        background-color: rgba(0, 80, 168, 0.5);
        transform: scale(1);
    }
    50% {
        background-color: rgba(0, 80, 168, 1);
        transform: scale(1.1);
    }
    100% {
        background-color: rgba(0, 80, 168, 0.5);
        transform: scale(1);
    }
}
/* /Components/LayoutComponents/LoadingMore.razor.rz.scp.css */
.loading-component[b-zmnuavgjgm] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px;
}

.circle[b-zmnuavgjgm] {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: rgba(0, 80, 168, 1);
    animation: blinking-b-zmnuavgjgm 0.8s infinite;
}

.circle-1[b-zmnuavgjgm] {
    animation-delay: 0.1s;
}

.circle-2[b-zmnuavgjgm] {
    animation-delay: 0.3s;
}

.circle-3[b-zmnuavgjgm] {
    animation-delay: 0.6s;
}

@keyframes blinking-b-zmnuavgjgm {
    0% {
        background-color: rgba(0, 80, 168, 0.5);
        transform: scale(1);
    }
    50% {
        background-color: rgba(0, 80, 168, 1);
        transform: scale(1.1);
    }
    100% {
        background-color: rgba(0, 80, 168, 0.5);
        transform: scale(1);
    }
}
/* /Components/LayoutComponents/MainGamesCMP.razor.rz.scp.css */

/* /Components/LayoutComponents/NotFound.razor.rz.scp.css */
.notfound-component[b-7m7g3r69sc] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 350px;
}

.content[b-7m7g3r69sc] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
/* /Dialogs/ChangeEventDescriptionDialog.razor.rz.scp.css */
.container[b-34bmvotqv5] {
    width: 400px;
    margin: auto;
    text-align: center;
}

.font-home-color[b-34bmvotqv5] {
    color: white !important;
    font-weight: bold;
}

.button-container[b-34bmvotqv5] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    gap: 3rem;
    margin: 0 auto;
}

.warning-message[b-34bmvotqv5] {
    color: #ff9e48;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.header-teams-size[b-34bmvotqv5] {
    font-weight: bold !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: larger;
}

.error-type[b-34bmvotqv5] {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.input-container[b-34bmvotqv5] {
    width: 100%;
    margin: 0 auto;
}

.f-modal-alert .f-modal-icon[b-34bmvotqv5] {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-alert .f-modal-icon.f-modal-success[b-34bmvotqv5],
    .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5] {
        border-color: #a5dc86;
    }

        .f-modal-alert .f-modal-icon.f-modal-success[b-34bmvotqv5]:after,
        .f-modal-alert .f-modal-icon.f-modal-success[b-34bmvotqv5]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5]:before {
            background: transparent;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-34bmvotqv5]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5]:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-34bmvotqv5]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5]:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder[b-34bmvotqv5],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-34bmvotqv5] {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix[b-34bmvotqv5],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix[b-34bmvotqv5] {
            background-color: transparent;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line[b-34bmvotqv5],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-34bmvotqv5] {
            background-color: #a5dc86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip[b-34bmvotqv5],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip[b-34bmvotqv5] {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long[b-34bmvotqv5],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long[b-34bmvotqv5] {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-alert .f-modal-icon.f-modal-error[b-34bmvotqv5] {
        border-color: #f27474;
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark[b-34bmvotqv5] {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-34bmvotqv5] {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-34bmvotqv5] {
            background-color: #f27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left[b-34bmvotqv5] {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right[b-34bmvotqv5] {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-alert .f-modal-icon.f-modal-warning[b-34bmvotqv5] {
        border-color: #f8bb86;
    }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-34bmvotqv5]:before {
            animation: pulseWarning-b-34bmvotqv5 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-34bmvotqv5]:after {
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body[b-34bmvotqv5] {
            background-color: #f8bb86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot[b-34bmvotqv5] {
            background-color: #f8bb86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-alert .f-modal-icon + .f-modal-icon[b-34bmvotqv5] {
        margin-top: 50px;
    }

.animateSuccessTip[b-34bmvotqv5] {
    animation: animateSuccessTip-b-34bmvotqv5 0.75s;
}

.animateSuccessLong[b-34bmvotqv5] {
    animation: animateSuccessLong-b-34bmvotqv5 0.75s;
}

.f-modal-icon.f-modal-success.animate[b-34bmvotqv5]:after {
    animation: rotatePlaceholder-b-34bmvotqv5 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate[b-34bmvotqv5]:after {
    animation: rotatePlaceholder-b-34bmvotqv5 4.25s ease-in;
}

.animateErrorIcon[b-34bmvotqv5] {
    animation: animateErrorIcon-b-34bmvotqv5 0.5s;
}

.animateXLeft[b-34bmvotqv5] {
    animation: animateXLeft-b-34bmvotqv5 0.75s;
}

.animateXRight[b-34bmvotqv5] {
    animation: animateXRight-b-34bmvotqv5 0.75s;
}

.scaleWarning[b-34bmvotqv5] {
    animation: scaleWarning-b-34bmvotqv5 0.75s infinite alternate;
    width:3rem!important;
    height:3rem!important;

}

.pulseWarningIns[b-34bmvotqv5] {
    animation: pulseWarningIns-b-34bmvotqv5 0.75s infinite alternate;
}
.f-modal-body.pulseWarningIns[b-34bmvotqv5] {
    height:1rem!important;
}

@keyframes animateSuccessTip-b-34bmvotqv5 {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong-b-34bmvotqv5 {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder-b-34bmvotqv5 {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon-b-34bmvotqv5 {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft-b-34bmvotqv5 {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight-b-34bmvotqv5 {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning-b-34bmvotqv5 {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning-b-34bmvotqv5 {
    0% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns-b-34bmvotqv5 {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f8bb86;
    }
}


/* /Dialogs/ChangeFixtureDateDialog.razor.rz.scp.css */
.container[b-0dp46rndw2] {
    margin: auto;
    text-align: center;
}

.font-home-color[b-0dp46rndw2] {
    color: white !important;
    font-weight: bold;
}

.button-container[b-0dp46rndw2] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    gap: 3rem;
    margin: 0 auto;
}

.warning-message[b-0dp46rndw2] {
    color: #ff9e48;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.header-teams-size[b-0dp46rndw2] {
    font-weight: bold !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: x-large;
}

.error-type[b-0dp46rndw2] {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.input-container[b-0dp46rndw2] {
    width: 100%;
    margin: 0 auto;
}

.f-modal-alert .f-modal-icon[b-0dp46rndw2] {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-alert .f-modal-icon.f-modal-success[b-0dp46rndw2],
    .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2] {
        border-color: #a5dc86;
    }

        .f-modal-alert .f-modal-icon.f-modal-success[b-0dp46rndw2]:after,
        .f-modal-alert .f-modal-icon.f-modal-success[b-0dp46rndw2]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2]:before {
            background: transparent;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-0dp46rndw2]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2]:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-0dp46rndw2]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2]:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder[b-0dp46rndw2],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-0dp46rndw2] {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix[b-0dp46rndw2],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix[b-0dp46rndw2] {
            background-color: transparent;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line[b-0dp46rndw2],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-0dp46rndw2] {
            background-color: #a5dc86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip[b-0dp46rndw2],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip[b-0dp46rndw2] {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long[b-0dp46rndw2],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long[b-0dp46rndw2] {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-alert .f-modal-icon.f-modal-error[b-0dp46rndw2] {
        border-color: #f27474;
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark[b-0dp46rndw2] {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-0dp46rndw2] {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-0dp46rndw2] {
            background-color: #f27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left[b-0dp46rndw2] {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right[b-0dp46rndw2] {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-alert .f-modal-icon.f-modal-warning[b-0dp46rndw2] {
        border-color: #f8bb86;
    }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-0dp46rndw2]:before {
            animation: pulseWarning-b-0dp46rndw2 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-0dp46rndw2]:after {
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body[b-0dp46rndw2] {
            background-color: #f8bb86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot[b-0dp46rndw2] {
            background-color: #f8bb86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-alert .f-modal-icon + .f-modal-icon[b-0dp46rndw2] {
        margin-top: 50px;
    }

.animateSuccessTip[b-0dp46rndw2] {
    animation: animateSuccessTip-b-0dp46rndw2 0.75s;
}

.animateSuccessLong[b-0dp46rndw2] {
    animation: animateSuccessLong-b-0dp46rndw2 0.75s;
}

.f-modal-icon.f-modal-success.animate[b-0dp46rndw2]:after {
    animation: rotatePlaceholder-b-0dp46rndw2 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate[b-0dp46rndw2]:after {
    animation: rotatePlaceholder-b-0dp46rndw2 4.25s ease-in;
}

.animateErrorIcon[b-0dp46rndw2] {
    animation: animateErrorIcon-b-0dp46rndw2 0.5s;
}

.animateXLeft[b-0dp46rndw2] {
    animation: animateXLeft-b-0dp46rndw2 0.75s;
}

.animateXRight[b-0dp46rndw2] {
    animation: animateXRight-b-0dp46rndw2 0.75s;
}

.scaleWarning[b-0dp46rndw2] {
    animation: scaleWarning-b-0dp46rndw2 0.75s infinite alternate;
}

.pulseWarningIns[b-0dp46rndw2] {
    animation: pulseWarningIns-b-0dp46rndw2 0.75s infinite alternate;
}

@keyframes animateSuccessTip-b-0dp46rndw2 {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong-b-0dp46rndw2 {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder-b-0dp46rndw2 {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon-b-0dp46rndw2 {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft-b-0dp46rndw2 {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight-b-0dp46rndw2 {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning-b-0dp46rndw2 {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning-b-0dp46rndw2 {
    0% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns-b-0dp46rndw2 {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f8bb86;
    }
}
/* /Dialogs/ChangePitcherDialog.razor.rz.scp.css */
.container[b-cy3ydansqa] {
    width: 400px;
    margin: auto;
    text-align: center;
}

.font-home-color[b-cy3ydansqa] {
    color: white !important;
    font-weight: bold;
}

.button-container[b-cy3ydansqa] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    gap: 3rem;
    margin: 0 auto;
}

.warning-message[b-cy3ydansqa] {
    color: #ff9e48;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.header-teams-size[b-cy3ydansqa] {
    font-weight: bold !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: larger;
}

.error-type[b-cy3ydansqa] {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.input-container[b-cy3ydansqa] {
    width: 100%;
    margin: 0 auto;
}

.f-modal-alert .f-modal-icon[b-cy3ydansqa] {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-alert .f-modal-icon.f-modal-success[b-cy3ydansqa],
    .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa] {
        border-color: #a5dc86;
    }

        .f-modal-alert .f-modal-icon.f-modal-success[b-cy3ydansqa]:after,
        .f-modal-alert .f-modal-icon.f-modal-success[b-cy3ydansqa]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa]:before {
            background: transparent;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-cy3ydansqa]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa]:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-cy3ydansqa]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa]:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder[b-cy3ydansqa],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-cy3ydansqa] {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix[b-cy3ydansqa],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix[b-cy3ydansqa] {
            background-color: transparent;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line[b-cy3ydansqa],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-cy3ydansqa] {
            background-color: #a5dc86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip[b-cy3ydansqa],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip[b-cy3ydansqa] {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long[b-cy3ydansqa],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long[b-cy3ydansqa] {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-alert .f-modal-icon.f-modal-error[b-cy3ydansqa] {
        border-color: #f27474;
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark[b-cy3ydansqa] {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-cy3ydansqa] {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-cy3ydansqa] {
            background-color: #f27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left[b-cy3ydansqa] {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right[b-cy3ydansqa] {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-alert .f-modal-icon.f-modal-warning[b-cy3ydansqa] {
        border-color: #f8bb86;
    }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-cy3ydansqa]:before {
            animation: pulseWarning-b-cy3ydansqa 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-cy3ydansqa]:after {
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body[b-cy3ydansqa] {
            background-color: #f8bb86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot[b-cy3ydansqa] {
            background-color: #f8bb86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-alert .f-modal-icon + .f-modal-icon[b-cy3ydansqa] {
        margin-top: 50px;
    }

.animateSuccessTip[b-cy3ydansqa] {
    animation: animateSuccessTip-b-cy3ydansqa 0.75s;
}

.animateSuccessLong[b-cy3ydansqa] {
    animation: animateSuccessLong-b-cy3ydansqa 0.75s;
}

.f-modal-icon.f-modal-success.animate[b-cy3ydansqa]:after {
    animation: rotatePlaceholder-b-cy3ydansqa 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate[b-cy3ydansqa]:after {
    animation: rotatePlaceholder-b-cy3ydansqa 4.25s ease-in;
}

.animateErrorIcon[b-cy3ydansqa] {
    animation: animateErrorIcon-b-cy3ydansqa 0.5s;
}

.animateXLeft[b-cy3ydansqa] {
    animation: animateXLeft-b-cy3ydansqa 0.75s;
}

.animateXRight[b-cy3ydansqa] {
    animation: animateXRight-b-cy3ydansqa 0.75s;
}

.scaleWarning[b-cy3ydansqa] {
    animation: scaleWarning-b-cy3ydansqa 0.75s infinite alternate;
    width:3rem!important;
    height:3rem!important;

}

.pulseWarningIns[b-cy3ydansqa] {
    animation: pulseWarningIns-b-cy3ydansqa 0.75s infinite alternate;
}
.f-modal-body.pulseWarningIns[b-cy3ydansqa] {
    height:1rem!important;
}

@keyframes animateSuccessTip-b-cy3ydansqa {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong-b-cy3ydansqa {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder-b-cy3ydansqa {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon-b-cy3ydansqa {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft-b-cy3ydansqa {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight-b-cy3ydansqa {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning-b-cy3ydansqa {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning-b-cy3ydansqa {
    0% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns-b-cy3ydansqa {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f8bb86;
    }
}


/* /Dialogs/CreateContestantDialog.razor.rz.scp.css */
body[b-htpqj9boqx] {
}
/* /Dialogs/CreateFixtureDialog.razor.rz.scp.css */
.rz-grid-table[b-hm3zl4b9ll] {
    width: unset;
}
/* /Dialogs/CreatePeriodDialog.razor.rz.scp.css */

/* /Dialogs/DeleteDialog.razor.rz.scp.css */
.container[b-h6vzta8pbp] {
    width: 400px;
    margin: auto;
    text-align: center;
}

.font-home-color[b-h6vzta8pbp] {
    color: white !important;
    font-weight: bold;
}

.button-container[b-h6vzta8pbp] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    gap: 3rem;
    margin: 0 auto;
}

.warning-message[b-h6vzta8pbp] {
    color: #ff9e48;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.header-teams-size[b-h6vzta8pbp] {
    font-weight: bold !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: x-large;
}

.error-type[b-h6vzta8pbp] {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.input-container[b-h6vzta8pbp] {
    width: 100%;
    margin: 0 auto;
}

.f-modal-alert .f-modal-icon[b-h6vzta8pbp] {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-alert .f-modal-icon.f-modal-success[b-h6vzta8pbp],
    .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp] {
        border-color: #a5dc86;
    }

        .f-modal-alert .f-modal-icon.f-modal-success[b-h6vzta8pbp]:after,
        .f-modal-alert .f-modal-icon.f-modal-success[b-h6vzta8pbp]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp]:before {
            background: transparent;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-h6vzta8pbp]:before,
        .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp]:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success[b-h6vzta8pbp]:after,
        .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp]:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder[b-h6vzta8pbp],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-h6vzta8pbp] {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix[b-h6vzta8pbp],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix[b-h6vzta8pbp] {
            background-color: transparent;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line[b-h6vzta8pbp],
        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-h6vzta8pbp] {
            background-color: #a5dc86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip[b-h6vzta8pbp],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip[b-h6vzta8pbp] {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long[b-h6vzta8pbp],
            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long[b-h6vzta8pbp] {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-alert .f-modal-icon.f-modal-error[b-h6vzta8pbp] {
        border-color: #f27474;
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark[b-h6vzta8pbp] {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder[b-h6vzta8pbp] {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line[b-h6vzta8pbp] {
            background-color: #f27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left[b-h6vzta8pbp] {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right[b-h6vzta8pbp] {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-alert .f-modal-icon.f-modal-warning[b-h6vzta8pbp] {
        border-color: #f8bb86;
    }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-h6vzta8pbp]:before {
            animation: pulseWarning-b-h6vzta8pbp 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning[b-h6vzta8pbp]:after {
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body[b-h6vzta8pbp] {
            background-color: #f8bb86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot[b-h6vzta8pbp] {
            background-color: #f8bb86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-alert .f-modal-icon + .f-modal-icon[b-h6vzta8pbp] {
        margin-top: 50px;
    }

.animateSuccessTip[b-h6vzta8pbp] {
    animation: animateSuccessTip-b-h6vzta8pbp 0.75s;
}

.animateSuccessLong[b-h6vzta8pbp] {
    animation: animateSuccessLong-b-h6vzta8pbp 0.75s;
}

.f-modal-icon.f-modal-success.animate[b-h6vzta8pbp]:after {
    animation: rotatePlaceholder-b-h6vzta8pbp 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate[b-h6vzta8pbp]:after {
    animation: rotatePlaceholder-b-h6vzta8pbp 4.25s ease-in;
}

.animateErrorIcon[b-h6vzta8pbp] {
    animation: animateErrorIcon-b-h6vzta8pbp 0.5s;
}

.animateXLeft[b-h6vzta8pbp] {
    animation: animateXLeft-b-h6vzta8pbp 0.75s;
}

.animateXRight[b-h6vzta8pbp] {
    animation: animateXRight-b-h6vzta8pbp 0.75s;
}

.scaleWarning[b-h6vzta8pbp] {
    animation: scaleWarning-b-h6vzta8pbp 0.75s infinite alternate;
}

.pulseWarningIns[b-h6vzta8pbp] {
    animation: pulseWarningIns-b-h6vzta8pbp 0.75s infinite alternate;
}

@keyframes animateSuccessTip-b-h6vzta8pbp {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong-b-h6vzta8pbp {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder-b-h6vzta8pbp {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon-b-h6vzta8pbp {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft-b-h6vzta8pbp {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight-b-h6vzta8pbp {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning-b-h6vzta8pbp {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning-b-h6vzta8pbp {
    0% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns-b-h6vzta8pbp {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f8bb86;
    }
}
/* /Pages/Index.razor.rz.scp.css */

/* /Pages/MainEvent.razor.rz.scp.css */
h6[b-k04bnxb7yn] {
  font-size: 18px !important;
}

.datetimepicker-invalid[b-k04bnxb7yn] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loader-wrapper[b-k04bnxb7yn] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.white-text[b-k04bnxb7yn] {
    color: white !important;
}
/* /Pages/MainEventCustomComponents/EventTypeCreationForm.razor.rz.scp.css */
body[b-d7nax90ybf] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-za7vg7sl5b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-za7vg7sl5b], article[b-za7vg7sl5b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-myptx59ngv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-myptx59ngv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-myptx59ngv] {
    font-size: 1.1rem;
}

.oi[b-myptx59ngv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-myptx59ngv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-myptx59ngv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-myptx59ngv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-myptx59ngv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-myptx59ngv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-myptx59ngv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-myptx59ngv] {
        display: none;
    }

    .collapse[b-myptx59ngv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-myptx59ngv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
