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

/* /Components/App.razor.rz.scp.css */
/* /Components/Layouts/MainLayout.razor.rz.scp.css */
.theme-switcher-dropdown .dropdown-menu[b-6750eqla99] {
    position: absolute !important;
    top: 100% !important;
    right: 0; /* Выравнивание справа */
    z-index: 1050;
}

.navbar-nav .dropdown-menu[b-6750eqla99] {
    position: absolute !important;
    top: 100% !important;
    right: 0; /* Выравнивание справа */
    z-index: 1050;
}

/* Убираем стандартную иконку Bootstrap */
.custom-toggler .navbar-toggler-icon[b-6750eqla99] {
    display: none; /* Прячем стандартную иконку */
}

/* Стили для кастомного бургера */
.burger-icon[b-6750eqla99] {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger-icon span[b-6750eqla99] {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--bs-navbar-color);
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Анимация бургера при раскрытии */
.custom-toggler[aria-expanded="true"] .burger-icon .line1[b-6750eqla99] {
    transform: translateY(10px) rotate(45deg);
}

.custom-toggler[aria-expanded="true"] .burger-icon .line2[b-6750eqla99] {
    opacity: 0;
}

.custom-toggler[aria-expanded="true"] .burger-icon .line3[b-6750eqla99] {
    transform: translateY(-10px) rotate(-45deg);
}
/* /Components/Layouts/PostsLayout.razor.rz.scp.css */
.class1 tbody tr:nth-child(2n)[b-b0amx2o31x] {
    background: #f9f9f9;
}

.class2 thead tr th[b-b0amx2o31x], .class2 tbody tr td[b-b0amx2o31x]  {
    border-style: solid;
}
/* /Components/Pages/Private/Posts/PrivateCreateOrUpdatePostPage.razor.rz.scp.css */
/* Убираем ширину у редактора EditorJS */
.ce-block__content[b-idme5ksipv], .ce-toolbar__content[b-idme5ksipv] {
    max-width: unset;
}
/* /Components/Pages/Private/Posts/PrivatePostsPage.razor.rz.scp.css */
/* /Components/Pages/Private/Users/CreateOrUpdateUserPage.razor.rz.scp.css */
/* /Components/Pages/Private/Users/PrivateProfilePage.razor.rz.scp.css */
/* /Components/Pages/Public/Auth/PublicSignInPage.razor.rz.scp.css */
/*html, body {*/
/*    overflow: hidden; !* Убирает прокрутку *!*/
/*    height: 100%; !* Фиксируем высоту *!*/
/*    margin: 0; !* Убираем лишние отступы *!*/
/*    padding: 0;*/
/*}*/
/* /Components/Pages/Public/PublicWelcomePage.razor.rz.scp.css */
/* /Components/Shared/PostComponent.razor.rz.scp.css */
