#app input{
    border: none !important;
}
#app .v-autocomplete input{
    background: none !important;
}
.com-cm-reservas-sala .body-innerwrapper{
    overflow: hidden !important;
}
#app .paginador_superior_socios{
    border: none;
    height: 70px;
    padding: 3rem!important;
}
.paginador_superior_socios .v-data-footer__select{
    display: none;
}

.v-toolbar__content > div:first-child {
    margin-top: -38px;
}

.v-toolbar__content > button {
    margin-top: -20px;
}

.v-toolbar__content {
    margin-top: 35px;
}

.v-data-footer.paginador_superior_socios {
    flex-direction: row-reverse;
}

.v-data-footer__pagination {
    order: 3;
}

.v-data-footer__icons-before {
    order: 2;
}

.v-data-footer__icons-after {
    order: 1;
}