@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/BoudoirsOfMary/Components/Controls/BannerControl.razor.rz.scp.css */
.bunner-label[b-e6sjynqyl1] {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 6px 16px;
    background-color: #ddd;
    border-radius: 20px;
}

.bunner-label .book-title__text[b-e6sjynqyl1] {
    flex: 1;
}

.bunner-label .delete-button[b-e6sjynqyl1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid black;
    background-color: #00aaff;
}

.bunner-button[b-e6sjynqyl1] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.bunner-button-save[b-e6sjynqyl1] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.bunner-time[b-e6sjynqyl1] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 22px;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #ddd;
    box-sizing: border-box;
    margin-left: auto;
}
/* _content/BoudoirsOfMary/Components/Controls/BookVoteControl.razor.rz.scp.css */
:root[b-sml6vb4vx3] {
    --book-vote-height: 40px;
}

.book-vote-control[b-sml6vb4vx3] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    height: var(--book-vote-height);
    border: 3px solid #1b1b1b;
    border-radius: 14px;
    background: #bdbdbd;
    color: #1b1b1b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    user-select: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.book-title[b-sml6vb4vx3] {
    flex: 1;
    min-width: 160px;
    text-align: left;
    font-size: 0.9rem;
    line-height: var(--book-vote-height);
    white-space: nowrap;
}

.vote-actions[b-sml6vb4vx3] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: var(--book-vote-height);
}

.vote-button[b-sml6vb4vx3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--book-vote-height);
    height: var(--book-vote-height);
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #0f0f0f;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.35);
    transition: transform 0.1s ease, filter 0.1s ease;
}

.vote-button img[b-sml6vb4vx3] {
    width: 18px;
    height: 18px;
}

.vote-button.dislike[b-sml6vb4vx3] {
    background: #c62828;
}

.vote-button.like[b-sml6vb4vx3] {
    background: #2e7d32;
}

.vote-button:active[b-sml6vb4vx3] {
    transform: translateY(1px);
    filter: brightness(0.95);
}
/* _content/BoudoirsOfMary/Components/Controls/ChapterTypeToggleButton.razor.rz.scp.css */
.toggle-container[b-85dssmpcmb] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10000;
    width: fit-content; /* Размер контейнера ограничен только контентом */
}

    .toggle-container[b-85dssmpcmb]::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

/* Левая и правая иконки */
.icon-left[b-85dssmpcmb], .icon-right[b-85dssmpcmb] {
    background-color: #c3c3c3;
    border: 2px solid #000000;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.icon-left.selected[b-85dssmpcmb],
.icon-right.selected[b-85dssmpcmb] {
    background-color: green;
}

    .icon-left img[b-85dssmpcmb], .icon-right img[b-85dssmpcmb] {
        width: 30px;
        height: 50px;
    }

/* Фон-подложка для слайдера */
.switch[b-85dssmpcmb] {
    width: 150px; /* ВАЖНО для точной математики */
    height: 55px;
    background-color: #c3c3c3;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
}

/* Сам кружок (ползунок) */
.circle[b-85dssmpcmb] {
    background-color: #00a2e8;
    border: 2px solid #000000;
    color: white;
    width: 50px;
    height: 51px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* Смещение по вертикали: чуть выше (на 1px) */
    top: calc(50% - 1px);
    transform: translateY(-50%);
    /* Плавное движение left */
    transition: left 0.3s ease;
    pointer-events: none;
}

    .circle img[b-85dssmpcmb] {
        width: 30px;
        height: 40px;
    }

/* Невидимый <input type="range">, чтобы пользователь мог «тянуть» */
.slider-range[b-85dssmpcmb] {
    position: absolute;
    top: 0; /* ловим события по всей высоте switch’а */
    left: 0;
    width: 100%;
    height: 100%; /* вместо 4 px */
    opacity: 0; /* полностью прозрачный, но кликабельный */
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

    /* Для Chrome/Safari/Opera */
    .slider-range[b-85dssmpcmb]::-webkit-slider-runnable-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-85dssmpcmb]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 0px; /* скрываем бегунок */
        height: 0px;
    }

    /* Firefox */
    .slider-range[b-85dssmpcmb]::-moz-range-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-85dssmpcmb]::-moz-range-thumb {
        width: 0px;
        height: 0px;
        border: none;
    }

    /* IE/Edge */
    .slider-range[b-85dssmpcmb]::-ms-track {
        background: transparent;
        height: 4px;
        border-color: transparent;
        color: transparent;
    }

    .slider-range[b-85dssmpcmb]::-ms-thumb {
        width: 0px;
        height: 0px;
    }
/* _content/BoudoirsOfMary/Components/Controls/GreyFlagWithIcon.razor.rz.scp.css */
.image-container[b-bv555ktu82] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7f7f7f;
    padding: 10px;
    border-radius: 38px;
    border: 2px solid #000000;
    width: 100px;
    height: 50px;
}

.image-preview[b-bv555ktu82] {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.main-container[b-bv555ktu82] {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* _content/BoudoirsOfMary/Components/Controls/LightGreyFlagWithIcon.razor.rz.scp.css */
.image-container[b-nx3pi9ko7o] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c3c3c3;
    padding: 10px;
    border-radius: 38px;
    border: 2px solid #000000;
    width: 100px;
    height: 50px;
}

.image-preview[b-nx3pi9ko7o] {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.main-container[b-nx3pi9ko7o] {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* _content/BoudoirsOfMary/Components/Controls/PopularityRatingControl.razor.rz.scp.css */
.popularity-rating[b-97smf2kjpm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 28px;
    border: 2px solid rgb(0, 0, 0);
    background: #7f7f7f;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    font-family: inherit;
}

.popularity-rating:disabled[b-97smf2kjpm] {
    opacity: 0.8;
    cursor: default;
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.popularity-rating:not(:disabled):hover[b-97smf2kjpm] {
}

.popularity-rating__content[b-97smf2kjpm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.popularity-rating__title[b-97smf2kjpm] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.popularity-rating__stars[b-97smf2kjpm] {
    display: flex;
    gap: 4px;
}

.popularity-rating__star[b-97smf2kjpm] {
    width: 23px;
    height: 23px;
}

.popularity-rating__value[b-97smf2kjpm] {
    font-size: 18px;
    font-weight: 700;
    min-width: 48px;
    text-align: right;
}

@media (max-width: 768px) {
    .popularity-rating[b-97smf2kjpm] {
        padding: 10px 16px;
        gap: 12px;
    }

    .popularity-rating__title[b-97smf2kjpm] {
        font-size: 14px;
    }

    .popularity-rating__star[b-97smf2kjpm] {
        width: 18px;
        height: 18px;
    }

    .popularity-rating__value[b-97smf2kjpm] {
        font-size: 16px;
    }
}
/* _content/BoudoirsOfMary/Components/Controls/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-mry2z6x5u4] .sortable-ghost {
    visibility: hidden;
}

[b-mry2z6x5u4] .sortable-fallback {
    opacity: 1 !important
}
/* _content/BoudoirsOfMary/Components/Controls/UserGenresToggleButton.razor.rz.scp.css */
.toggle-container[b-c36dgy8wb4] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10000; 
    width: fit-content; /* Размер контейнера ограничен только контентом */

}

    .toggle-container[b-c36dgy8wb4]::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

/* Левая и правая иконки */
.icon-left[b-c36dgy8wb4], .icon-right[b-c36dgy8wb4] {
    background-color: #7f7f7f;
    border: 2px solid #000000;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.icon-active[b-c36dgy8wb4] {
    background-color: #22b14c;
}

    .icon-left img[b-c36dgy8wb4], .icon-right img[b-c36dgy8wb4] {
        width: 30px;
        height: 50px;
    }

/* Фон-подложка для слайдера */
.switch[b-c36dgy8wb4] {
    width: 150px; /* ВАЖНО для точной математики */
    height: 55px;
    background: #7f7f7f;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
}

/* Сам кружок (ползунок) */
.circle[b-c36dgy8wb4] {
    background-color: #00a2e8;
    border: 2px solid #000000;
    color: white;
    width: 50px;
    height: 51px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* Смещение по вертикали: чуть выше (на 1px) */
    top: calc(50% - 1px);
    transform: translateY(-50%);
    /* Плавное движение left */
    transition: left 0.3s ease;
    pointer-events: none;
}

    .circle img[b-c36dgy8wb4] {
        width: 30px;
        height: 40px;
    }

/* Невидимый <input type="range">, чтобы пользователь мог «тянуть» */
.slider-range[b-c36dgy8wb4] {
    position: absolute;
    top: 0; /* ловим события по всей высоте switch’а */
    left: 0;
    width: 100%;
    height: 100%; /* вместо 4 px */
    opacity: 0; /* полностью прозрачный, но кликабельный */
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

    /* Для Chrome/Safari/Opera */
    .slider-range[b-c36dgy8wb4]::-webkit-slider-runnable-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-c36dgy8wb4]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 0px; /* скрываем бегунок */
        height: 0px;
    }

    /* Firefox */
    .slider-range[b-c36dgy8wb4]::-moz-range-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-c36dgy8wb4]::-moz-range-thumb {
        width: 0px;
        height: 0px;
        border: none;
    }

    /* IE/Edge */
    .slider-range[b-c36dgy8wb4]::-ms-track {
        background: transparent;
        height: 4px;
        border-color: transparent;
        color: transparent;
    }

    .slider-range[b-c36dgy8wb4]::-ms-thumb {
        width: 0px;
        height: 0px;
    }
/* _content/BoudoirsOfMary/Components/Controls/UserListToggleButton.razor.rz.scp.css */
.toggle-container[b-r66mjkecft] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10000;
    width: fit-content; /* Размер контейнера ограничен только контентом */
}

    .toggle-container[b-r66mjkecft]::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

/* Левая и правая иконки */
.icon-left[b-r66mjkecft], .icon-right[b-r66mjkecft] {
    background-color: #c3c3c3;
    border: 2px solid #000000;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

    .icon-left img[b-r66mjkecft], .icon-right img[b-r66mjkecft] {
        width: 30px;
        height: 50px;
    }

/* Фон-подложка для слайдера */
.switch[b-r66mjkecft] {
    width: 150px; /* ВАЖНО для точной математики */
    height: 55px;
    background-color: #c3c3c3;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
}

/* Сам кружок (ползунок) */
.circle[b-r66mjkecft] {
    background-color: #00a2e8;
    border: 2px solid #000000;
    color: white;
    width: 50px;
    height: 51px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* Смещение по вертикали: чуть выше (на 1px) */
    top: calc(50% - 1px);
    transform: translateY(-50%);
    /* Плавное движение left */
    transition: left 0.3s ease;
    pointer-events: none;
}

    .circle img[b-r66mjkecft] {
        width: 30px;
        height: 40px;
    }

/* Невидимый <input type="range">, чтобы пользователь мог «тянуть» */
.slider-range[b-r66mjkecft] {
    position: absolute;
    top: 0; /* ловим события по всей высоте switch’а */
    left: 0;
    width: 100%;
    height: 100%; /* вместо 4 px */
    opacity: 0; /* полностью прозрачный, но кликабельный */
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

    /* Для Chrome/Safari/Opera */
    .slider-range[b-r66mjkecft]::-webkit-slider-runnable-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-r66mjkecft]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 0px; /* скрываем бегунок */
        height: 0px;
    }

    /* Firefox */
    .slider-range[b-r66mjkecft]::-moz-range-track {
        background: transparent;
        height: 4px;
    }

    .slider-range[b-r66mjkecft]::-moz-range-thumb {
        width: 0px;
        height: 0px;
        border: none;
    }

    /* IE/Edge */
    .slider-range[b-r66mjkecft]::-ms-track {
        background: transparent;
        height: 4px;
        border-color: transparent;
        color: transparent;
    }

    .slider-range[b-r66mjkecft]::-ms-thumb {
        width: 0px;
        height: 0px;
    }
/* _content/BoudoirsOfMary/Components/Controls/WallpaperModeToggleButton.razor.rz.scp.css */
.wallpaper-toggle-container[b-5pbe0rir43] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 0;
    width: fit-content;
    z-index: 10000;
}

.wallpaper-toggle-container__icon[b-5pbe0rir43] {
    background-color: #c3c3c3;
    border: 2px solid #000000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.wallpaper-toggle-container__icon img[b-5pbe0rir43] {
    width: 32px;
    height: 32px;
}

.wallpaper-toggle-container__icon--active[b-5pbe0rir43] {
    background-color: #4caf50;
}

.wallpaper-toggle-container__switch[b-5pbe0rir43] {
    width: 150px;
    height: 55px;
    background-color: #c3c3c3;
    border-radius: 28px;
    position: relative;
    border: 2px solid #000000;
}

.wallpaper-toggle-container__circle[b-5pbe0rir43] {
    background-color: #00a2e8;
    border: 2px solid #000000;
    width: 50px;
    height: 51px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s ease;
    pointer-events: none;
}

.wallpaper-toggle-container__range[b-5pbe0rir43] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.wallpaper-toggle-container__range[b-5pbe0rir43]::-webkit-slider-thumb,
.wallpaper-toggle-container__range[b-5pbe0rir43]::-moz-range-thumb,
.wallpaper-toggle-container__range[b-5pbe0rir43]::-ms-thumb {
    width: 0;
    height: 0;
}
/* _content/BoudoirsOfMary/Components/Controls/WallpaperSelector.razor.rz.scp.css */
.wallpaper-selector[b-owyy8p64jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 120px;
    padding: 8px;
}

.wallpaper-selector__preview[b-owyy8p64jt] {
    width: 100%;
    aspect-ratio: 3 / 5;
    border-radius: 26px;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wallpaper-selector__preview img[b-owyy8p64jt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wallpaper-selector__placeholder[b-owyy8p64jt] {
    font-size: 12px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    color: #333;
}

.wallpaper-select-button[b-owyy8p64jt] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #00a2e8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .2s ease;
}

.wallpaper-select-button img[b-owyy8p64jt] {
    width: 24px;
    height: 24px;
}

.wallpaper-select-button--selected[b-owyy8p64jt] {
    background-color: #2ecc71;
}

.wallpaper-selector__label[b-owyy8p64jt] {
    font-size: 14px;
    text-align: center;
    color: #fff;
    max-width: 100%;
}
/* _content/BoudoirsOfMary/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mksrrz2r2j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

main[b-mksrrz2r2j] {
    flex: 1;
    width: 100%;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    article[b-mksrrz2r2j] {
        padding: 1rem 0.85rem !important;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .content[b-mksrrz2r2j] {
        padding-top: 0.75rem;
    }
}

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

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

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

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

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

#blazor-error-ui[b-mksrrz2r2j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mksrrz2r2j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BoudoirsOfMary/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-boq0th5k7i] {
    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-boq0th5k7i] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-boq0th5k7i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-boq0th5k7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-boq0th5k7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-boq0th5k7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-boq0th5k7i]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

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

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

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

    .nav-scrollable[b-boq0th5k7i] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BoudoirsOfMary/Components/Pages/AdminPages/StatisticsChart.razor.rz.scp.css */
.statistics-chart-container[b-3hj2f8sgir] {
    width: 100%;
    padding: 24px 32px 140px;
    box-sizing: border-box;
}

.statistics-chart-container canvas[b-3hj2f8sgir] {
    width: 100% !important;
    height: auto !important;
}
/* _content/BoudoirsOfMary/Components/Pages/Chat.razor.rz.scp.css */
body[b-5tmos9elyu], html[b-5tmos9elyu] {
    margin: 0;
    padding: 0;
    height: 100%; /* Позволяет контейнеру заполнять всю страницу */
    overflow: hidden; /* Убирает лишний скролл страницы */
}
/* _content/BoudoirsOfMary/Components/Pages/UserPages/BookAwards.razor.rz.scp.css */

.menu-wrapper[b-8yw3l4jm4x] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* При необходимости можно добавить отступы между элементами */
}
/* _content/BoudoirsOfMary/Components/Pages/UserPages/ChapterPlayer.razor.rz.scp.css */
[b-3rzbifpekn] .footer-btn.autoplay-button {
    background: #d9534f;
}

[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-on {
    background: #5cb85c;
}

[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-off {
    background: #d9534f;
}

[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-on:hover,
[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-on:focus {
    background: #4cae4c;
}

[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-off:hover,
[b-3rzbifpekn] .footer-btn.autoplay-button.autoplay-off:focus {
    background: #c9302c;
}

.center-overlay[b-3rzbifpekn] {
    position: fixed; /* привязываемся к viewport’у */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* выводим поверх PDF-просмотра и навигации */
    display: flex; /* чтобы потом можно было легко выравнивать дочерние элементы */
    align-items: center; /* вертикальное выравнивание внутри обёртки */
    justify-content: center; /* горизонтальное выравнивание внутри обёртки */
}

    .center-overlay > *[b-3rzbifpekn] {
        pointer-events: auto; /* …но сама кнопка кликаема */
    }
/* _content/BoudoirsOfMary/Components/Pages/UserPages/ChapterView.razor.rz.scp.css */
/* Индивидуальная ширина слайдера для просмотра PDF */
.slider-container[b-opk5twjn9w] {
    width: 200px;
}
/* _content/BoudoirsOfMary/Components/Pages/UserPages/UserCabinet.razor.rz.scp.css */
:root[b-s4on1lum8o] {
    --time: 10s;
}

body[b-s4on1lum8o] {
    background-image: radial-gradient(#fff, #09f);
    height: 100vh;
    margin: 0;
}

/* Часы-песочные */
.hourglass[b-s4on1lum8o] {
    animation: flip-b-s4on1lum8o var(--time) ease-in-out infinite;
    border-bottom: solid 1vmin #630;
    border-top: solid 1vmin #630;
    left: 50%;
    margin-left: -6vmin;
    margin-top: -11vmin;
    padding: 0 1vmin;
    position: fixed;
    top: 50%;
}

    .hourglass .top[b-s4on1lum8o],
    .hourglass .bottom[b-s4on1lum8o] {
        background-color: #def;
        box-shadow: 0 0 1vmin 1vmin #bcd inset;
        height: 10vmin;
        overflow: hidden;
        position: relative;
        width: 10vmin;
    }

    /* Верхняя часть */
    .hourglass .top[b-s4on1lum8o] {
        border-radius: 0 0 50% 50%;
    }

        .hourglass .top[b-s4on1lum8o]:before {
            animation: top-b-s4on1lum8o var(--time) linear infinite;
            background-color: #fc6;
            border-radius: 50%;
            content: "";
            display: block;
            height: 10vmin;
            left: 0;
            position: absolute;
            top: 0;
            transform: translateY(50%);
            width: 10vmin;
        }

        .hourglass .top[b-s4on1lum8o]:after {
            animation: top-drip-b-s4on1lum8o var(--time) linear infinite;
            background-color: #fc6;
            content: "";
            display: block;
            height: 100%;
            left: 45%;
            position: absolute;
            top: 0;
            transform: translateY(100%);
            width: 10%;
        }

    /* Нижняя часть */
    .hourglass .bottom[b-s4on1lum8o] {
        border-radius: 50% 50% 0 0;
    }

        .hourglass .bottom[b-s4on1lum8o]:before {
            animation: bottom-b-s4on1lum8o var(--time) linear infinite;
            background-color: #fc6;
            border-radius: 50%;
            content: "";
            display: block;
            height: 10vmin;
            left: 0;
            position: absolute;
            top: 0;
            transform: translateY(100%);
            width: 10vmin;
        }

        .hourglass .bottom[b-s4on1lum8o]:after {
            animation: bottom-drip-b-s4on1lum8o var(--time) linear infinite;
            background-color: #fc6;
            content: "";
            display: block;
            height: 100%;
            left: 45%;
            position: absolute;
            top: 0;
            width: 10%;
        }

/* Анимации */
@keyframes flip-b-s4on1lum8o {
    0%, 45% {
        transform: rotate(0);
    }

    50%, 95% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bottom-b-s4on1lum8o {
    0% {
        transform: translateY(100%);
    }

    50% {
        transform: translateY(50%);
    }

    51% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes top-b-s4on1lum8o {
    0% {
        transform: translateY(50%);
    }

    50% {
        transform: translateY(100%);
    }

    51% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes bottom-drip-b-s4on1lum8o {
    0% {
        left: 45%;
        transform: translateY(-100%);
        width: 10%;
    }

    5% {
        transform: translateY(0);
    }

    45%, 100% {
        left: 50%;
        transform: translateY(0);
        width: 0;
    }
}

@keyframes top-drip-b-s4on1lum8o {
    0%, 50% {
        left: 45%;
        transform: translateY(100%);
        width: 10%;
    }

    55% {
        left: 45%;
        transform: translateY(0);
        width: 10%;
    }

    100% {
        left: 50%;
        transform: translateY(0);
        width: 0;
    }
}
/* _content/BoudoirsOfMary/Components/Pages/UserPages/WallpaperSelection.razor.rz.scp.css */
.wallpaper-selection[b-yrfm3lzgq6] {
    padding-top: 80px;
    width: 100%;
}

.wallpaper-selection__mode-switch[b-yrfm3lzgq6] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.wallpaper-selection__mode-button[b-yrfm3lzgq6] {
    border-radius: 30px;
    border: 2px solid #000;
    padding: 10px 18px;
    text-transform: uppercase;
    background: #b0c4de;
    color: #000;
    font-weight: bold;
}

.wallpaper-selection__mode-button--active[b-yrfm3lzgq6] {
    background: #00a2e8;
    color: #fff;
}

.wallpaper-selection__list[b-yrfm3lzgq6] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
