[data-bs-theme=light] {
    --bs-body-bg: #eaf0f8;
}

.printable-only {
    display: none;
}

.page-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100dvh - 160px);
}

.btn-floating {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    z-index: 9999;
}

.sidebar {
    flex: 0 0 auto;
    transition: 0.5s;
}

.hidden{
    display: none !important;
}

.txtbox {
    border: 1px solid #a2a2a2;
    border-radius: 15px 0px 0px 15px;
    padding: 5px;
    padding-right: 10px;
    text-align: justify;
    background: #FFFEF0;
    margin: auto;
    width: 85%;
    overflow: auto;
}

#txtbox-problema {
    height: 15vh;
    margin-bottom: 20px;
}

#txtbox-observacoes {
    height: 10vh;
}

.card{
    border-radius:16px;
    height: 100%;
}

.form-control,
.form-select {
    --bs-body-bg: #FFF;
}

.form-select:invalid {
    color: #595c5f;
}

/* Medias */
/* Mobile - Vertical */
/* @media screen and (max-width: 768px) and (orientation: portrait) {
    .page-container {
        height: 75dvh;
    }
} */

/* Mobile - Horizontal */
/* @media screen and (max-width: 768px) and (orientation: landscape) {
    .page-container {
        height: 54dvh;
    }
} */