@import '_content/IS.Blazor/IS.Blazor.bundle.scp.css';

/* /Chat/ChatPage.razor.rz.scp.css */
.textarea-container[b-4yl06rhkez] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.reaction-textarea-container[b-4yl06rhkez] {
    padding: 17px;
    border: none;
    background-color: #dae9ff;
    font-size: 16px;
    width: 100%;
    max-height: 150px;
    min-height: 58px;
    resize: none;
}

.styled-textarea[b-4yl06rhkez] {
    padding: 17px;
    border: none;
    background-color: #dae9ff;
    font-size: 16px;
    width: 90%;
    max-height: 150px;
    min-height: 58px
}

.textarea-footer[b-4yl06rhkez] {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    width: 90%;
    box-sizing: border-box;
}

.reaction-textarea-footer[b-4yl06rhkez] {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    width: 100%;
    box-sizing: border-box;
}

.right-aligned[b-4yl06rhkez] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.text-count[b-4yl06rhkez] {
    font-size: 0.875rem;
    color: #333;
    padding: 5px 10px;
}

.submit-button[b-4yl06rhkez] {
    padding: 6px 12px;
    font-size: 14px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin: 2px;
}

.submit-button:disabled[b-4yl06rhkez] {
    background-color: #cccccc;
    cursor: default;
}

.chat-unit .chat-answer p[b-4yl06rhkez] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.btn i[b-4yl06rhkez] {
    margin-right: 5px;
}

.dialog-content[b-4yl06rhkez] {
    width: 100%;
}
/* /PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
h4[b-q71j17at1s] {
    margin-top: 25px;
}

p[b-q71j17at1s] {
    margin-bottom: 0;
}

.last-updated[b-q71j17at1s] {
    font-style: italic;
    margin: 15px 0;
}

#privacy-policy .innov-btn[b-q71j17at1s] {
    padding: 17px 20px;
}

button.link-like[b-q71j17at1s] {
    background: none;
    color: var(--primary-color);
    padding: 0px 0px 5px 5px;
    border: none;
    text-decoration: underline;
}

    /* Hover effect */
    button.link-like:hover[b-q71j17at1s],
    button.link-like:focus[b-q71j17at1s] {
        color: var(--primary-hover);
        text-decoration: none;
        cursor: pointer;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jv7fr5d83d] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-jv7fr5d83d] {
    flex: 1;
}

.sidebar[b-jv7fr5d83d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

a.admin-nav-button[b-jv7fr5d83d] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background-color: white;
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
}

    a.admin-nav-button[b-jv7fr5d83d], a.admin-nav-button > *[b-jv7fr5d83d] {
        color: var(--primary-color);
        transition: color 0.3s ease, background-color 0.3s ease;
    }

        a.admin-nav-button:hover[b-jv7fr5d83d] {
            background-color: var(--primary-color);
        }

            a.admin-nav-button:hover[b-jv7fr5d83d], a.admin-nav-button:hover > *[b-jv7fr5d83d] {
                color: white;
            }

.top-row[b-jv7fr5d83d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jv7fr5d83d]  a, .top-row[b-jv7fr5d83d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jv7fr5d83d]  a:hover, .top-row[b-jv7fr5d83d]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jv7fr5d83d]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jv7fr5d83d] {
        display: none;
    }

    .top-row.auth[b-jv7fr5d83d] {
        justify-content: space-between;
    }

    .top-row[b-jv7fr5d83d]  a, .top-row[b-jv7fr5d83d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-jv7fr5d83d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jv7fr5d83d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jv7fr5d83d]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jv7fr5d83d], article[b-jv7fr5d83d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .footer[b-jv7fr5d83d] {
        display: flex;
        justify-content: flex-start;
        gap: 10px;

    }

    .footer-text[b-jv7fr5d83d] {
        margin: 0;
        padding: 0 0 5px 5px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h6556j5bo0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-h6556j5bo0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h6556j5bo0] {
    font-size: 1.1rem;
}

.oi[b-h6556j5bo0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-h6556j5bo0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h6556j5bo0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h6556j5bo0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h6556j5bo0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-h6556j5bo0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-h6556j5bo0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h6556j5bo0] {
        display: none;
    }

    .collapse[b-h6556j5bo0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-h6556j5bo0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
