/* /Components/AutomaticTestsPath.razor.rz.scp.css */

[b-fo57p1k9ta].auto-tests-path {
    display: unset;
}
/* /Components/DeleteModal.razor.rz.scp.css */
[b-mu85iahpv1] .delete-highlight {
    color: #1b6ec2;
    font-weight: bold;
}
/* /Components/OpenDoorPanel.razor.rz.scp.css */
[b-w8oayqm4fz] .card {
    width: unset;
    margin-top: 0 !important;
}

.container[b-w8oayqm4fz] {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.container span[b-w8oayqm4fz] {
    align-content: center;
    margin-right: 10px;
}
/* /Components/ReservationsGrid.razor.rz.scp.css */
[b-ae6adyfyr8] .modal-dialog {
    width: 23.8rem;
}

/* weird setup of the Blazority data grid inline filters - top: 37px is set implicitly in the th element inline style, so only important helps */
[b-ae6adyfyr8] th {
    top: 0 !important;
}

/* On smaller resolutions, hide the text for Large screens */
@media only screen and (max-width: 420px) {
    .largeScreen[b-ae6adyfyr8] {
        display: none;
    }
}

/* On larger resolutions, hide the text for Small screens */
@media only screen and (min-width: 420px) {
    .smallScreen[b-ae6adyfyr8] {
        display: none;
    }
}
/* /Pages/Details.razor.rz.scp.css */
.top-row[b-rtvf1vb807] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buttons[b-rtvf1vb807] {
    display: flex;
    flex-direction: row;
}
/* /Pages/MainPageComponents/SportBoxList.razor.rz.scp.css */
[b-7mt946pepc] .sportbox-list-item-button {
    float: right;
    margin-top: 0.6rem;
    margin-right: 0.5em;
}

[b-7mt946pepc] .header-panel {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 415px) {
    :: deep .card-title[b-7mt946pepc], [b-7mt946pepc] .card-text {
        text-align: center;
    }

    [b-7mt946pepc] .sportbox-list-item-button {
        float: inherit;
        margin-top: 0.6rem;
    }
}
/* /Pages/ObjectSettings.razor.rz.scp.css */
.top-row[b-ul3eck6439] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buttons[b-ul3eck6439] {
    display: flex;
    flex-direction: row;
}

.spacer[b-ul3eck6439] {
    height: 40px;
}

[b-ul3eck6439] .longer-input input {
    width: 320px;
}
/* /Pages/ObjectSettingsComponents/ChangesPreview.razor.rz.scp.css */
[b-ol3co9edy4].preview-changes-panel h5,
[b-ol3co9edy4].preview-changes-panel p {
    margin-top: 0.1em;
}

[b-ol3co9edy4].text-danger {
    color: #ae0000;
}
/* /Pages/ObjectSettingsComponents/LocationSettings.razor.rz.scp.css */
[b-nmgj8l7kiv].spacer {
    height: 20px;
}
/* /Pages/ObjectSettingsComponents/ObjectStatusExplaination.razor.rz.scp.css */

.card-container[b-icouv0k6xq] {
    padding: 6px;
}
/* /Pages/UsersManagement.razor.rz.scp.css */
[b-yyyt9ff6z3] .new-user-email-input input {
    width: 400px;
}
/* /Pages/WebTexts.razor.rz.scp.css */
.web-text-item-edit-preview-section[b-auda0x6b9b] {
    display: flex;
    align-items: center;
    gap: 1em;
}

.web-text-item-edit-preview-section:not(:last-child)[b-auda0x6b9b] {
    margin-bottom: 1em;
}

[b-auda0x6b9b].accordion clr-accordion {
    margin-top: 1.2rem;
    margin-bottom: 0;
}
/* /Pages/WebTextsComponents/WebTextEditor.razor.rz.scp.css */



/* STYLES COPIED FROM BOOKING SITE */

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .container {
    margin: 0px auto;
    max-width: 1000px;
    padding: 10px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .point {
    cursor: pointer
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .center {
    position: relative;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .middle-align {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .vmiddle-align {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .vmiddle-align-relative {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


[b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    border: 1px solid #f8f9fc;
    padding: 10px;
    color: #fff
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box h1 {
        font-size: 3.5rem
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box span {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 25px;
        background: rgba(0,0,0,0.3);
        font-size: 12px;
        transition: all 0.5s
    }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box span img {
            margin-right: 10px
        }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 25px;
        background: rgba(0,0,0,0.3);
        font-size: 12px;
        transition: all 0.5s;
        color: #fff;
        float: right
    }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box a:hover {
            background: rgba(0,0,0,0.6);
            transition: all 0.5s
        }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dashboard-box a i {
            font-size: 10px
        }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .flexselect {
    width: 100%
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content tr.paid {
    background: #B7FFBF
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .smalltable {
    font-size: 12px !important;
    border: none !important;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .smalltable td,
    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .smalltable th {
        border: none !important;
        padding: 2px 5px !important;
    }
/*Menu*/
[b-yfr4evnujz]#editor-scope .rz-html-editor-content .main_menu {
    background: #0F0F0F;
    margin: 0;
    color: #fff;
    min-height: 82px;
    max-height: 82px;
    display: flex;
    align-items: center;
    padding: 0
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .main_menu a {
        color: #fff;
        text-decoration: none;
        margin: 0 3px;
        display: inline-block;
        border-bottom: 2px solid #0F0F0F;
        transition: all 300ms;
        text-transform: uppercase
    }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .main_menu a:hover {
            border-bottom: 2px solid #fff;
            transition: all 300ms
        }

/* Hero */
[b-yfr4evnujz]#editor-scope .rz-html-editor-content .hero {
    background: url("../img/herobackground.jpg") center center;
    background-size: cover;
    height: 477px;
    position: relative;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .hero h2.title {
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        font-size: 66px;
        line-height: 66px;
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content h2 {
    font-weight: 700;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content h4 {
    font-size: 20px;
    line-height: 28px;
}

/*General*/
[b-yfr4evnujz]#editor-scope .rz-html-editor-content .bluetext {
    color: #1B73E1
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .whiteText {
    color: #fff
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .centerText {
    text-align: center
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .rightText {
    text-align: right
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .activeLang {
    background: #1B73E1;
    color: #fff;
    border-radius: 50%;
    padding: 5px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: fit-content;
    width: -moz-fit-content;
    /* Multisport-plava */
    background: #1B73E1;
    border-radius: 20px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    transition: all 300ms;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta a {
        color: #fff;
        text-decoration: none;
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta:hover {
        color: #fff;
        background: #165CB4;
        transition: all 300ms;
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .select {
    min-width: 455px;
    max-width: 100% !important;
    height: 50px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .bluebackground {
    background-color: #1B73E1;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .darkbluebackground {
    background-color: #165CB4;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .graybackground {
    background-color: #EBEBEB;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .blackbackground {
    background-color: #0F0F0F;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .lighblue {
    background-color: #e8f1fc;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .fullbackground {
    background-size: cover;
    background-position: center center
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .l2 {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .halfwidth {
    max-width: 500px;
    margin: 0 auto
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .fullheight {
    height: 100%;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .heigh500 {
    height: 500px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .fullwidth {
    width: 100%;
    max-width: 100%;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .footer_links {
    text-transform: uppercase;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .footer_links a {
        color: #1B73E1;
        text-decoration: none;
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content h2.subtitle {
    font-size: 36px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .day {
    font-size: 20px;
    font-weight: 700;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 auto
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dot.green {
        background: #00AD6F
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dot.orange {
        background: #FFA800
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .dot.red {
        background: #C80000
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .shadow {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .relative {
    position: relative
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .icon-120-container {
    max-width: 120px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .p-10 {
    padding: 10px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .p-20 {
    padding: 20px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .pt-10 {
    padding-top: 10px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .pt-20 {
    padding-top: 20px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .pb-10 {
    padding-bottom: 10px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .pb-20 {
    padding-bottom: 20px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .pb-60 {
    padding-bottom: 60px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .strong {
    font-weight: 700
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .nomarginpadding {
    margin: 0;
    padding: 0
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .nomarginpadding li {
        margin-top: 5px
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-content {
    border: none
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-title {
    font-width: 700;
    font-size: 24px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-body label.form-label,
[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-body
::deep#editor-scope .rz-html-editor-content .form-check-label {
    font-size: 14px;
    margin-bottom: 0;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-footer {
    border: 0
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta-white {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: 174px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    color: #0F0F0F;
    text-decoration: none;
    margin: 0 auto;
    transition: all 300ms;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta-white:hover {
        transition: all 300ms;
        color: #0F0F0F;
        background: #EBEBEB
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta-blue {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: 174px;
    height: 40px;
    background: #fff;
    border: 1px solid #165CB4;
    border-radius: 20px;
    color: #165CB4;
    text-decoration: none;
    margin: 0 auto;
    transition: all 300ms;
    font-size: 14px;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cta-blue:hover {
        transition: all 300ms;
        color: #165CB4;
        background: #EBEBEB
    }


[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-footer
::deep#editor-scope .rz-html-editor-content .cta {
    min-width: 175px;
    height: 40px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .modal-body
::deep#editor-scope .rz-html-editor-content .form-error {
    font-size: 12px;
    color: #C80000;
    position: relative;
    top: -3px;
    display: none;
    font-style: italic;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content input.error {
    border: 1px solid #C80000;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content input::placeholder {
    font-size: 14px;
    color: #7f7f7f;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content #generalError {
    display: none;
    border: 1px solid #C80000;
    background: #ffdcdc;
    color: #C80000;
    font-size: 14px;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .closeSuccessModal {
    position: absolute;
    right: 5px;
    top: 5px
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .rotate {
    transform: rotate(0);
    transition: all 300ms;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .rotate:hover {
        transform: rotate(-5deg);
        transition: all 300ms;
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .zoom {
    overflow: hidden;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .zoom:hover img {
        position: relative;
        width: 105%
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .blueornaments {
    background: url(../img/bluebackground.png) center center repeat-y;
    background-color: #1B73E1;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .whiteBox {
    border-radius: 10px;
    background: #fff;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content h3.subtitle {
    font-size: 20px;
    line-height: 25px;
    font-width: 700;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content input#city {
    display: none;
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content input#user {
    width: 0;
    height: 0;
    border: none
}

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .mobilemenu {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 100%;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .mobilemenu a {
        display: block;
        padding: 10px 0;
        background: #1B73E1;
        border: 0
    }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .mobilemenu a:hover {
            border: 0
        }

@media(min-width: 576px) {

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .showonmobile {
        display: none;
    }
}

@media (max-width: 576px) {

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .select {
        min-width: 100%;
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .hideonmobile {
        display: none;
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .showonmobile {
        display: block;
    }
}


[b-yfr4evnujz]#editor-scope .rz-html-editor-content * {
    margin: 0;
    padding: 0;
}

/* Icon 1 */

[b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3 {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3)[b-yfr4evnujz] {
            top: 9px;
        }

        [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3 span:nth-child(4) {
            top: 18px;
        }

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3.open span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    [b-yfr4evnujz]#editor-scope .rz-html-editor-content #nav-icon3.open span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .cookie-warning {
    font-weight: 200;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-sizing: border-box;
    padding: 20px;
    background: #0F0F0F;
    color: #fff;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cookie-warning
    ::deep#editor-scope .rz-html-editor-content .btn {
        border: 1px solid #1B73E1;
        padding: 6px 20px;
        border-radius: 20px;
        color: #fff;
        margin: 0 10px
    }


        [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cookie-warning
        ::deep#editor-scope .rz-html-editor-content .btn.agree {
            background: #1B73E1;
        }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .cookie-warning
    ::deep#editor-scope .rz-html-editor-content .rightContainer {
        float: right
    }

[b-yfr4evnujz]#editor-scope .rz-html-editor-content .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57%;
    }


    [b-yfr4evnujz]#editor-scope .rz-html-editor-content .video-container::after {
        padding-top: 100%;
        display: block;
        content: '';
    }
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-nvjzz91p0o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* /Shared/LoginDisplay.razor.rz.scp.css */
.menu-option[b-4d6ftuwasp] {
    cursor: pointer;
}
