body {
    background-color: #f8f9fa;
    display: flex;
    height: 100vh;
    margin: 0;
}

.auth-container {
    max-width: 400px;
    width: 100%;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: white;
    border-radius: 10px;
}

.auth-container input.form-control {
    font-size: 1.2em;
    padding: 1.2rem;
    border-radius: 10px;
}

.auth-container button.btn {
    font-size: 1.2em;
    padding: 1.2rem;
    border-radius: 10px;
    width: 100%;
}

tr.group,
tr.group:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-align: right;
    font-weight: bold;
}

:root.dark tr.group,
:root.dark tr.group:hover {
    background-color: rgba(0, 0, 0, 0.75) !important;
    text-align: right;
}

.otchet_lo_cont, .auth-container {
    display: none;
    font-size: 1em;
}

#otchet_lo_wrapper .col-md-auto.me-auto {
    display: flex;
    flex-grow: 1;
}

#otchet_lo_wrapper .col-md-auto.me-auto .dt-length {
    display: flex;
    place-items: center;
    margin-right: 5px;
}

#otchet_lo_wrapper .col-md-auto.me-auto .dt-length label {
    white-space: nowrap;
}

#otchet_lo_wrapper .col-md-auto.ms-auto {
    flex-grow: 1;
    text-align: right;
}

#otchet_lo_wrapper .import-xlsx { display: none }