/* _content/FBC.VoteScrum/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vql0s3s4au] {
    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-vql0s3s4au] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FBC.VoteScrum/Components/UC/UCComboButtons.razor.rz.scp.css */
.btn:focus[b-4zojwsmypz] {
    box-shadow: none;
    outline: none;
}

.btn-group[b-4zojwsmypz] {
    display: flex;
    flex-wrap: wrap; /* Wrap the buttons to a new line */
    justify-content: center; /* Center the buttons */
}
/*btn group in phone screens*/
@media (max-width: 768px) {
    .btn-group[b-4zojwsmypz] {
        /*flex-direction: column; /* Make the buttons stack vertically */
        flex-wrap: wrap; /* Wrap the buttons to a new line */
        align-items: center; /* Center the buttons */
        margin-right: 50px;
    }
}

.btn[b-4zojwsmypz] {
    flex: 1 1 auto; /* Make the buttons grow to fill the space */
    margin: 5px; /* Add some space between the buttons */
}
