body {
    overflow: hidden;
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: gray lightgray;   /* scroll thumb and track */
}

.full-width{
    width: 100%;
}

.layout-geral {
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: auto;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-group {
    padding: 4px;
}
