/* _content/Ballot/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a6drw2n5sp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a6drw2n5sp] {
    flex: 1;
}



.sidebar[b-a6drw2n5sp] {
    background-color: #4073A5;
}

h1[b-a6drw2n5sp] {
    text-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.logo-container-content[b-a6drw2n5sp] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container[b-a6drw2n5sp] {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
    max-width: 130px; 
    max-height: 118px;     
}

.logo-text-wrapper[b-a6drw2n5sp] {
    display: flex;
    justify-content: center; /* Centers the text horizontally within the container */
    position: fixed;
    bottom: 20px; /* Positions the text 20px from the bottom of the screen */
    left: 55%; /* Horizontally centers the text */
    transform: translateX(-50%); /* Centers the text horizontally */
    z-index: 1000; /* Ensures it stays above other content if needed */
}
.logo-wrapper[b-a6drw2n5sp] {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.text-and-second-logo[b-a6drw2n5sp] {
    display: flex;
    align-items: center; /* Ensures text and second logo are centered vertically */
    margin-right: 10px; /* Space between this group and the main logo */
}
.text-and-logo[b-a6drw2n5sp] {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Space between the text/second logo and the main logo */
}

.logo-text[b-a6drw2n5sp] {
    margin: 0;
    font-size: 14px; /* Adjust font size as needed */
    color: black; /* Change to your preferred text color */
}

.second-logo[b-a6drw2n5sp] {
    position: fixed;
    bottom: 20px;
    left: 300px;
    
    max-width: 130px;
    max-height: 118px;
}

.top-row[b-a6drw2n5sp] {       
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a6drw2n5sp]  a, .top-row[b-a6drw2n5sp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a6drw2n5sp]  a:hover, .top-row[b-a6drw2n5sp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a6drw2n5sp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a6drw2n5sp] {
        justify-content: space-between;
    }

    .top-row[b-a6drw2n5sp]  a, .top-row[b-a6drw2n5sp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a6drw2n5sp] {
        flex-direction: row;
    }

    .sidebar[b-a6drw2n5sp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a6drw2n5sp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a6drw2n5sp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a6drw2n5sp], article[b-a6drw2n5sp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a6drw2n5sp] {
    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-a6drw2n5sp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@keyframes pulse-b-a6drw2n5sp {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.2);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}
