/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ptpcfzefct] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-ptpcfzefct] {
    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-ptpcfzefct] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/NoteAccount.razor.rz.scp.css */
.note-form-container[b-adg7urjury] {
    width: 100%;
}

[b-adg7urjury] form {
    width: 100%;
}

.submit-button[b-adg7urjury] {
    padding: 0.7rem;
    border: none;
    background-color: blue;
    color: azure;
    border-radius: 1rem;
}

[b-adg7urjury] textarea {
    width: 100%;
}
/* /Components/Pages/Accounts.razor.rz.scp.css */
.page[b-37a85mfcpk] {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1rem;

}

.form-container[b-37a85mfcpk] {
    display: flex;
    justify-content: center;
}

[b-37a85mfcpk] .big-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 43rem;
    align-items: center;
}

[b-37a85mfcpk] .big-form label {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    min-width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-37a85mfcpk] .big-form input {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.1rem;
}

[b-37a85mfcpk] .big-form select {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.1rem;
}

[b-37a85mfcpk] .big-form button {
    padding: 1rem;
    border: none;
    background-color: blue;
    color: azure;
    border-radius: 1rem;
    font-size: 1.1rem;
    width: 15rem;
}

.date-select[b-37a85mfcpk] {
    display: flex;
}

.grid[b-37a85mfcpk] {
    padding: 4rem;
}

[b-37a85mfcpk] .search-button {
    padding: 0.7rem;
    border: none;
    background-color: blue;
    color: azure;
    border-radius: 1rem;
}
/* /Components/Pages/Admin.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.page[b-6b2rayvi2o] {
    display: grid;
    place-items: center;
    padding-top: 20vh;
}

.form-container[b-6b2rayvi2o], .sent-notification[b-6b2rayvi2o] {
    max-width: 20rem;
    display: flex;
    flex-direction: column;
}

[b-6b2rayvi2o] .form-container > form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-6b2rayvi2o] .form-container > form > input {
    border: 1px solid black;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.submit-button[b-6b2rayvi2o] {
    background-color: blue;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.error-text[b-6b2rayvi2o] {
    color: red;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.page[b-ipd634oxsa] {
    display: grid;
    place-items: center;
    padding-top: 20vh;
}

.form-container[b-ipd634oxsa] {
    max-width: 20rem;
    display: flex;
    flex-direction: column;
}

[b-ipd634oxsa] .form-container > form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-ipd634oxsa] .form-container > form > input {
    border: 1px solid black;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

button[type=submit][b-ipd634oxsa] {
    background-color: blue;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.error-text[b-ipd634oxsa] {
    color: red;
}
/* /Components/ReportPayment.razor.rz.scp.css */
[b-xxyh84ljv0] form {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

button[b-xxyh84ljv0] {
    padding: 0.7rem;
    border: none;
    background-color: blue;
    color: azure;
    border-radius: 1rem;
}
