body {
    font-family: 'Gotham Rounded Book';
}

.nav-back {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    color: #b7b5b5 !important;
    background-color: #fff;
    font-family: 'Gotham Rounded Book';
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.text-right {
    text-align: right !important;
}

.titulo-card {
    color: #2b2b2b;
    text-align: left;
    font-size: 24px;
    font-family: 'Gotham Rounded Book';
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .titulo-card {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.centrar-div {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

small {
    color: red;
}

form {
    margin-bottom: 0 !important;
}

.multiselect {
    width: 100%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.multiselect-tarifa {
    width: 100%;
    height: 8em;
    font-size: 12px;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.multiselect label {
    display: block;
}

.multiselect-on {
    color: #ffc107;

}

.multiselect-tarifa-on {
    color: #ffc107;
}

.multiselect-tarifa label {
    display: block;
}

.multiple-select {
    width: 100%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.no-flecha-select {
    --bs-form-select-bg-img: unset !important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0d6efd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3285ff;
}