/* /Layout/MobileBottomNav.razor.rz.scp.css */
.mobile-bottom-nav[b-nfioirs02b] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EDEDED;
    z-index: 1030;
}
.mobile-bottom-menu[b-nfioirs02b] {
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
[b-nfioirs02b] .nav-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #282828;
    text-decoration: none;
    transition: color 0.15s ease;
}

[b-nfioirs02b] .nav-icon-link.active {
    color: #0d6efd;
}

[b-nfioirs02b] .nav-icon {
    display: block;
}
[b-nfioirs02b] .mobile-bottom-menu a svg {
    max-height: 30px;
}
/* /Layout/MobileHeader.razor.rz.scp.css */
.mobile-header[b-m1rccurdy7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
}

.mobile-header__brand[b-m1rccurdy7],
.mobile-header__menu[b-m1rccurdy7] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    line-height: 0;
}

.mobile-header__brand img[b-m1rccurdy7] {
    display: block;
    width: 137px;
    height: 27px;
}

.mobile-header__menu img[b-m1rccurdy7] {
    display: block;
    width: 28px;
    height: 19px;
}
/* /Pages/GenerateText.razor.rz.scp.css */
.btn:disabled[b-i6iembrk5w] {
    opacity: .5;
}
/* /Shared/Fields/PasswordInput.razor.rz.scp.css */
.login-eye-btn[b-514tmhnfey] {
    position: absolute;
    right: 1rem;
    top: 28px;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
}

.login-eye-btn:hover[b-514tmhnfey],
.login-eye-btn:focus[b-514tmhnfey] {
    background: transparent;
    box-shadow: none;
}

.login-eye-btn img[b-514tmhnfey] {
    width: 1.5rem;
    height: auto;
    display: block;
}
/* /Shared/GenerateTextListResult.razor.rz.scp.css */
.btn-copy[b-4i9of6i67u] {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDED;
    color: #282828;
    &.active {
        background: var(--bs-primary);
        color: #fff;
    }
}
/* /Shared/SettingsChangeAvatar.razor.rz.scp.css */
.settings-change-avatar[b-urepu3cyvn] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    z-index: 1060;
    background: rgb(255 255 255 / 0.75);
    &.popup {
        position: static;
    }
}

.settings-change-avatar__preview[b-urepu3cyvn] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f3f4f6;
}

.settings-change-avatar__preview img[b-urepu3cyvn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.settings-change-avatar__status[b-urepu3cyvn] {
    font-size: 0.875rem;
    color: #6c757d;
}

.settings-change-avatar__status--error[b-urepu3cyvn] {
    color: #dc3545;
}

.settings-change-avatar__actions[b-urepu3cyvn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    background: #F6F6F6;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
}

.settings-change-avatar__actions a[b-urepu3cyvn],
.settings-change-avatar__actions button[b-urepu3cyvn] {
    font-size: .9rem;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-top: 1px solid #E2E2E2;
    background: transparent;
    width: 100%;
    color: #333444;
    &, &:focus, &:active, &:visited {
        text-decoration: none !important;
    }
    &:first-child[b-urepu3cyvn] {
        border-top: 0;
    }
}

.settings-change-avatar__link:hover[b-urepu3cyvn] {
    text-decoration: underline;
}

.settings-change-avatar__link--muted[b-urepu3cyvn] {
    color: #6c757d;
}
