/* /Cards/SessionTittle.razor.rz.scp.css */
/* /Cards/ShotSessionCard.razor.rz.scp.css */
span.one-line[b-uj9ss6sdft] {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
    font-size: 16px;
    font-weight: 500;
}
h6.one-line[b-uj9ss6sdft] {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
    font-size: 16px;
    font-weight: 500;
}
.one-line[b-uj9ss6sdft]:after { /*закрываем флоат*/
    content: "";
    display: block;
    clear: both;
}
.card-time[b-uj9ss6sdft]{
    text-align:left;
    font-size:14px;
    font-weight:400;
}
/*div.card-stars {
    --bb-rate-font-size: 1.7rem;
    --bb-rate-height: 15px;
    --bb-rate-width: 15px;
    --bb-rate-active-color: var(--bs-primary);
}
.rate {
    --bb-rate-height: 10px!important;
    --bb-rate-width: 10px;
}*/
/* /Components/HeuristicTable.razor.rz.scp.css */

div.inline-left[b-tazq4gwq6d] {
    float: left;
}

div.inline-right[b-tazq4gwq6d] {
    float: right;
}

.cell-index[b-tazq4gwq6d]{

}

.cell-name[b-tazq4gwq6d]{

}

.cell-value[b-tazq4gwq6d] {
    font-size:16px;
    font-weight:500;
}

.cell-stars[b-tazq4gwq6d]{

}

.cell-label[b-tazq4gwq6d]{

}

.score-tittle[b-tazq4gwq6d]{
    font-size: 28px;
    font-weight:400;
}
.category-tittle[b-tazq4gwq6d] {
    font-size: 16px;
    font-weight: 400;
}

.plyr-wrapper[b-tazq4gwq6d]{
    margin-top:1rem;
    display: flex;
    justify-content: center;
    position:relative;
    width: 720px;
    height: 405px;
    background-color: transparent;
}

.plyr__video-wrapper[b-tazq4gwq6d] {
    height: 100%;
}

    .plyr__video-wrapper iframe[b-tazq4gwq6d] {
        width: 100%;
        height: 100%;
    }
/* /Components/Session.razor.rz.scp.css */
h6.one-line[b-a2hps3awop] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
}
/* /Controls/HintAlert.razor.rz.scp.css */
.mud-alert-text-normal .hint-alert-error[b-1c0jban96p] {
    
}
/* /Controls/VideoPlayer.razor.rz.scp.css */
.player-box[b-lii6hbeteo] {
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.nails-box[b-lii6hbeteo] {
    margin: 10px;
}

img[b-lii6hbeteo] {
    width: 100%;
    border-radius: 8px;
    cursor:pointer;
}
/* /Controls/VideoPlayerVertical.razor.rz.scp.css */
.player-box[b-rvfp10bq8g] {
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.nails-box[b-rvfp10bq8g] {
    margin: 10px;
}

img[b-rvfp10bq8g] {
    width: 100%;
    border-radius: 8px;
    cursor:pointer;
}
/* /Dialogs/HintDialog.razor.rz.scp.css */
.plyr-wrapper[b-ty7oblj6gn] {
    /*margin-top: 1rem;*/
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    /*height: 480px;*/
    height: 100%;
    background-color: transparent;
}
.plyr-wrapper-2[b-ty7oblj6gn] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 480px;
    background-color: transparent;
}

.plyr__video-wrapper[b-ty7oblj6gn] {
    height: 100%;
}

    .plyr__video-wrapper iframe[b-ty7oblj6gn] {
        width: 100%;
        height: 100%;
    }
/* /Filters/LibraryFilter.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-yf54knh8t1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.navbar-brand[b-yf54knh8t1] {
    font-size: 1.1rem;
    color: white;
}

.top-row[b-yf54knh8t1] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: var(--mud-palette-appbar-background);
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-yf54knh8t1] {
        justify-content: space-between;
    }

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

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

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

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

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

.navbar-toggler[b-yf54knh8t1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-yf54knh8t1] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.nav-scrollable[b-yf54knh8t1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yf54knh8t1] {
    display: block;
}

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

    .nav-scrollable[b-yf54knh8t1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/RegisterLayout.razor.rz.scp.css */
.wrapper[b-21bl1nz16l] {
    background: #ececec;
    padding: 0 20px 0 20px;
}

.main[b-21bl1nz16l] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100%;
}

.side-image[b-21bl1nz16l] {
    background-image: url("/images/app/signup-bg.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 0;
    position: relative;
}

.right[b-21bl1nz16l] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.input-box[b-21bl1nz16l] {
    width: 420px;
    box-sizing: border-box;
    border-radius:16px;
    background-color: !important #FCFAF9;
}

@media only screen and (max-width: 768px) {
    .side-image[b-21bl1nz16l] {
        border-radius: 0 0 0 0;
    }

    img[b-21bl1nz16l] {
        width: 35px;
        position: absolute;
        top: 20px;
        left: 47%;
    }

    .row[b-21bl1nz16l] {
        width: 100%;
        height: 100%;
    }
}
/* /Pages/Account.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}*/

/*.group-tittle {
    font-size: 20px;
    font-weight: 500;
}*/

.nav-profile[b-r7aob6kecy] {
    min-width: 300px;
}

.nav-profile button .nav-link[b-r7aob6kecy] {
    background-color: darkgrey;
    border-radius: 10px;
}
/* /Pages/Analize.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}
*/
/* /Pages/Index.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}
*/
/* /Pages/Library.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}
*/
/* /Pages/Signup.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}*/

/*.group-tittle {
    font-size: 20px;
    font-weight: 500;
}*/

.brand-image[b-g44asrm7dr] {
    height: 96px;
    width: 108px;
    text-align: center;
}

.brand-header[b-g44asrm7dr]{
    font-size:24px;
    font-weight: 500;
}
.brand-text[b-g44asrm7dr] {
    font-size: 14px;
    font-weight: 500;
}

.nav-profile[b-g44asrm7dr] {
    min-width: 300px;
}

.nav-profile button .nav-link[b-g44asrm7dr] {
    background-color: darkgrey;
    border-radius: 10px;
}
/* /Pages/Teams.razor.rz.scp.css */
/*.page-tittle {
    font-size: 28px;
    font-weight: 500;
}
*/
.nav-profile[b-oli0q3gnka] {
    min-width: 300px;
}

    .nav-profile button .nav-link[b-oli0q3gnka] {
        background-color: darkgrey;
        border-radius: 10px;
    }
.text-left[b-oli0q3gnka] {
    text-align: left !important;
    padding-left: 1rem;
}

/*style="text-align:left; padding-left:1rem"*/

/*.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(1.8rem + 2px) !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}*/

.form-floating > .form-control[b-oli0q3gnka], .form-floating > .form-control-plaintext[b-oli0q3gnka], .form-floating > .form-select[b-oli0q3gnka] {
    height: calc(2.5rem + calc(var(--bs-border-width) * 2)) !important;
    min-height: calc(2.5rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25
}
