/* Content */
textarea {
    resize: none;
}

.cursor-pointer {
    cursor: pointer;
}

.form-floating .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    /* height: calc(3.5rem + 2px); */
    line-height: 1.25;
}
