.material-symbols-outlined {
    vertical-align: top;
    user-select: none;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.login-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    justify-content: center;
    align-items: center;

    padding: 3rem;
}

.range-with-value {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.range-with-value input[type=range] {
    width: 90%;
}

.range-with-value span {
    width: 10%;
    text-align: end;
}

.btn-icon:has(.material-symbols-outlined) {
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-padding-y: 0.25rem;
}

.btn .material-symbols-outlined {
    vertical-align: middle;
}

.btn-dropdown {
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-active-border-color: var(--bs-border-color);
    --bs-btn-hover-border-color: var(--bs-border-color);
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: start;
}

.was-validated .invalid-feedback {
    display: block;
}
