html, body { /* ensure the available document space is the full height of the viewport */
    position: relative;
    height:100%;
    padding:0;
    margin:0;
}
body {
    background: #fff !important;
    overflow-y:hidden;
}
/*BEGIN: SIDERBAR*/
.user-details{
    background-image: url("../images/header-profile.png");
}
.user-name{
    padding:10px 5px;
    color: #DFE4ED;
}
.user-rol{
	color: #8095a8;
}
.navbar-nav {
    padding: 0px !important;
    list-style: none !important;
}
/*END: SIDEBAR*/

/*BEGIN: Widget*/
/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 30px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
/*END: WIDGET*/

/*BEGIN: Navy*/
/* BACKGROUNDS */
.gray-bg,
.bg-muted {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
}
.blue-bg,
.bg-success {
  background-color: #1c84c6 !important;
  color: #ffffff;
}
.navy-bg,
.bg-primary {
  background-color: #1ab394 !important;
  color: #ffffff;
}
.lazur-bg,
.bg-info {
  background-color: #23c6c8 !important;
  color: #ffffff;
}
.yellow-bg,
.bg-warning {
  background-color: #f8ac59 !important;
  color: #ffffff;
}
.red-bg,
.bg-danger {
  background-color: #ED5565 !important;
  color: #ffffff;
}
.green-bg-sales {
  background-color: green !important;
  color: #ffffff;
}
.red-bg-sales {
  background-color: red !important;
  color: #ffffff;
}
.received-bg-sales {
  background-color: #029de8 !important;
  color: #ffffff;
}
.completed-bg-sales {
  background-color: #188f0b !important;
  color: #ffffff;
}
.pending-bg-sales {
  background-color: #e68102 !important;
  color: #ffffff;
}
.canceled-bg-sales {
  background-color: #e80202 !important;
  color: #ffffff;
}
.app-bg-sales {
  background-color: #040404b3 !important;
  color: #ffffff;
}
.web-bg-sales {
  background-color: #000000 !important;
  color: #ffffff;
}
.mxn-bg-sales {
  background-color: #0b808f !important;
  color: #ffffff;
}
.usd-bg-sales {
  background-color: #23c6c8 !important;
  color: #ffffff;
}
.orange-bg-sales {
  background-color: orange !important;
  color: #ffffff;
}
.blue-bg-sales {
  background-color: blue !important;
  color: #ffffff;
}
.gray-bg-sales {
  background-color: gray !important;
  color: #ffffff;
}
.black-bg-sales {
  background-color: black !important;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
/*END: Navy*/

/*BEGIN: Dash*/
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 2px 2px 0 0;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4 !important;
}
.ibox-tools a.btn-primary {
  color: #fff !important;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
  color: #676a6c !important;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.ibox-tools .dropdown-toggle::after {
  display: none;
}
.ibox .label {
  font-size: 10px;
}
.badge {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
  white-space: nowrap;
}
.label {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 0.25em;
  line-height: 1;
  white-space: nowrap;
}
.label-primary,
.badge-primary {
  background-color: #1ab394;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ED5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}
/*END: Dash*/
#wpgt-loader-main{
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

#reservations_wrapper,#zonas_wrapper{
    overflow-x: auto;
}
#content-wrapper {
    background: #f2f6f9 !important;
}
input[type="text"]{
    font-size: 1rem !important;
}
#direccion{
    font-size: 1rem;
}
#total-usd,#total-mxn{
    display: initial;
}
.shadow {
    box-shadow: 0px 10px 10px 20px rgba(176, 184, 214, 0.09), 10px 10px 15px -5px rgba(204, 210, 236, 0.32);
    border-right: 1px solid #eff0f6;
    transition: left 0.3s ease, width 0.3s ease;
}
.select2-dropdown--below {
    margin-top: 0px !important;
}
#sidebarToggleTop {
    color: gray;
    z-index: 1;
}

#reservations_info,
#reservations_paginate span,
#reservations_paginate a.paginate_button {
    color: gray;
}

table.dataTable.no-footer {
    border-bottom: 1px solid gray !important;
}

#sidebarToggleTop:target,
#sidebarToggleTop:focus {
    background-color: gainsboro;
}

#logo-short {
    margin-top: -10px;
    margin-left: 30px;
}


.user-details .user-name,
.user-details .user-rol {
    text-align: center;
    display: block !important;

}

.user-details .user-rol {
    margin-top: -17px;
    margin-bottom: 20px;
}

.user-details img {
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

#accordionSidebar.toggled .user-details img {
    width: 50%;
    margin-bottom: 20px;
}

#accordionSidebar.toggled .user-details .user-name,
#accordionSidebar.toggled .user-details .user-rol {
    display: none !important;
}

#accordionSidebar {
    background: #2f4050 !important;
    height: max-content;
}

#accordionSidebar .sidebar-brand-icon #logo-large {
    display: block;
}

#accordionSidebar .sidebar-brand-icon #logo-short {
    display: none;
}

#accordionSidebar.toggled .sidebar-brand-icon #logo-large {
    display: none;
}

#accordionSidebar.toggled .sidebar-brand-icon #logo-short {
    display: block;
}
.circle-fa{
    background: #f2f6f9;
    padding: 10px;
    color: gray;
    text-align: center;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.sidebar .nav-item .nav-link i {
    font-size: 1.25rem;
    color: #a7b1c2;
}

.sidebar-light .nav-item .nav-link {
    padding: 10px 20px;
}

.sidebar-light .nav-item.active .nav-link>i {
    color: #fff;
}

.sidebar-light .nav-item .nav-link:hover>i {
    color: #fff;
}

.sidebar-light .nav-item.active .nav-link>span {
    color: #fff;
}

.sidebar-light .nav-item:hover .nav-link>span {
    color: #fff;
}

#reservations_wrapper {
    padding: 10px;
    font-size: .9em !important;
}

#reservations_wrapper table {
    background: #FFF !important;
    border-radius: 0px;
    margin-top: 40px;
    text-align: center;
    font-size: .9em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}



#reservations_wrapper th {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    text-align: center;
}

input,
select {
    color: #444;
    border: .5px gainsboro solid !important;
    border-radius: 0px !important;
    background: #FFF;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.form-group>.select2-container {
    position: relative;
    width: 100% !important;
    border: .5px gainsboro solid !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.select2-selection--single {
    height: 38px !important;
    padding: 5px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container::after {
    width: 1rem;
    position: absolute;
    right: 0;
    top: 8px;
    color: #000;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}
#select2-metodo-pago-edit-results, #select2-metodo-pago-agregar-results, #select2-estatus-pago-edit-results, #select2-estatus-edit-, #select2-metodo-pago-agregar-,  #select2-tipo-servicio-results, #select2-moneda-agregar-results, #select2-tipo-transporte-agregar-results,#select2-sillas-texto-agregar-results{
    margin-top: -10px;
}
input[aria-controls="select2-tipo-servicio-agregar-results"],
input[aria-controls="select2-retorno-agregar-results"],
input[aria-controls="select2-sillas-agregar-results"],
input[aria-controls="select2-metodo-pago-results"], 
input[aria-controls="select2-metodo-pago-edit-results"],
input[aria-controls="select2-estatus-edit-results"],
input[aria-controls="select2-estatus-pago-edit-results"], 
input[aria-controls="select2-metodo-pago-agregar-results"], 
input[aria-controls="select2-moneda-agregar-results"],
input[aria-controls="select2-tipo-transporte-agregar-results"],
input[aria-controls="select2-sillas-texto-agregar-results"]{
    display: none;
}

#select2-retorno-agregar-results,
#select2-sillas-agregar-results,
#select2-tipo-servicio-agregar-results,
#select2-metodo-pago-results {
    margin-top: -7px;
}

#select2-tipo-servicio-agregar-results {
    max-height: 300px;
}

label {
    font-weight: 500;
}

.dt-buttons {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}


/*

#reservations_length {
    position: absolute;
    top: 98px;

}
*/
.dtr-details {
    text-align: left;
    width: 100%;
}

.dt-buttons button {
    border: none;
    padding: 4px;
    font-weight: bold;
    width: 100px;
    font-weight: bold;
    font-size: 1em;
    color: #FFF;
    background: #1cc88a;
    border: none;
}

.close {
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;
}

.close:hover {
    background-color: transparent !important;
}


.tipo-busqueda {
    position: relative;
    text-align: right;
    font-size: 1em;
    padding-left: 0;
    margin-right: 0;
}

.botones-rango {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 30px;
    text-align: right;
}

#btn-view-modal,
#btn-buscar {
    border-radius: 0 !important;
    padding: 5px 10px !important;
    font-size: .9rem !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.botones-rango .input-group,
.tipo-busqueda .input-group {
    display: inline-block;
    margin-right: 12px;
    width: 152px
}

.alert {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 30px;
}

#max,
#min,
#select-search,
#reservations_length>label>select {
    border-radius: 0px;
    display: inline-block !important;
    margin-bottom: 10px;
    background: #FFF;
    height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#reservations_length>label {
    display: inline-flex;
    gap: 10px;
    align-items: baseline;
}

#max,
#min {
    width: 104px;
    font-size: 1em !important;
    padding-left: 10px;
}

#tipo-busqueda>label {
    font-size: 1em;
}

#reservations_filter label input {
    width: auto;
}

.opciones-tabla.dropdown .dropdown-toggle {
    border-radius: 0;
    padding: 0px 10px;
    color: gray;
    border: none;
}

.opciones-tabla.dropdown .dropdown-toggle:hover,
.opciones-tabla.dropdown .dropdown-toggle:target,
.opciones-tabla.dropdown .dropdown-toggle:active {
    background: transparent !important;
}

.sidebar hr.sidebar-divider {
    margin: 0;
    width: 100%;
}

.modal-body h4 {
    border-bottom: 1px gainsboro solid;
    color: #282828 !important;
}
.modal-body .select2-container .select2-selection--single .select2-selection__rendered, input {
    padding-right: 30px;
    font-size: 1rem;
    color: #444 !important;
}

.sidebar .nav-item:hover {
    background: #293846;
}

.btn-purple {
    background: #6f42c1 !important;
    color: #FFF !important;
    height: 24px;
    width: 24px;
    padding: 0;
}

#editar-operador,
#agregar-operador-btn,
#actualizar-operador {
    display: none;
}

.btn-purple:hover {
    background: #3a2462;
}

.sidebar-brand-icon {
    width: 150px;
    margin: 0 auto;
}

.row {
    gap: 0;
}

.sidebar-dark .sidebar-brand {
    color: #590090;
    background: #FFF;
    border-right: 3px solid #590090;
}

#enviar-correo-modal .modal-footer .btn,
#borrar-reservacion .modal-footer .btn,
#logoutModal .modal-footer .btn {
    width: 40px;
}

#wpgt-loader {
    text-align: center;
}

#hora-salida,
#hora-llegada,
#direccion,
#metodo-pago {
    color: #6e707e;
}

#direccion-input-agregar {
    display: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

#direccion,
#direccion-agregar {
    padding-left: 10px !important;
}

textarea {
    resize: none !important;
}

h4 {
    text-align: left;
    padding: 3px !important;
    display: block;
    width: 100%;
    color: gray !important;
}

.disabled {
    pointer-events: none;
    background: #f8f8f8;
}

.enviar-email {
    font-size: 1.2em;
}

#reservations_wrapper table td {
    padding: 4px 10px !important;
    vertical-align: middle !important;
    border: .5px gainsboro solid !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
}

.campo-btn-agregar {
    width: 98%;
    margin: 10px;
    padding: 20px;
    border-radius: 0px;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

#reservations,
#reservations_wrapper {
    display: none;
}

#wpptr-loader {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.lds-ripple {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #0d8494;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

#monto-mostrar {
    text-align: center;
    font-weight: 900;
    color: #17a673;
}

.navbar-expand .navbar-nav {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.navbar-expand .navbar-nav {
    height: 60px;
    width: auto;
}

#header-top .img-logo {
    width: 130px;
}

.modal-footer .btn {
    width: auto;
    padding: 6px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none !important;
}

table td,
table th {
    border: none !important;
}

#reservations_wrapper table td {
    border: none !important;
}
#dashboard, #footer-dashboard{
    display: none;
}
#metodo-pago {
    text-transform: capitalize;
}

h6,h3{
    color: #333333 !important;
}
#capital{
    color:#1cc88a !important;
}
#detalles-reservaciones i, #detalles-totales i{
    text-shadow: gainsboro 1px 1px 10px !important;
}

.modal-content input[type=number]{
    padding: 5px !important;
}
/**
* Extras
*/
#agregar-reservacion-modal .title {
    text-align: left;
    border-bottom: 1px gainsboro solid;
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 50%;
}

#section-extras {
    display: flex;
    text-align: center;
    margin-top: 15px;
    height: 185px;
    overflow: auto;
    gap: 10px;
    width: 98%;
}

#agregar-reservacion-modal .extra {
    display: inline-block;
    padding: 10px;
    font-size: .6rem;
    width: 167px;
    height: 144px;
    border: 1px gainsboro solid;
    margin-bottom: 10px;
}

#agregar-reservacion-modal .extra .extra-image {
    width: 49px;
    height: 81px;
    margin-bottom: 5px;
}

#agregar-reservacion-modal .extra .extra-image img {
    height: 100% !important;
}

#agregar-reservacion-modal .extra .extra-title {
    color: var(--purple-color);
    font-weight: 600;
    font-size: .7rem;
    text-align: center;
    height: 40px;
}

#agregar-reservacion-modal .extra .extra-description {
    text-align: center;
}

#agregar-reservacion-modal .extra .extra-precio {
    color: var(--light-blue-color);
    font-weight: 700;
    font-size: .83rem;
    text-align: center;
}

#agregar-reservacion-modal .extra>.row {
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    margin-left: 0;
    margin-right: 0;
    width: 156px;
}

#agregar-reservacion-modal .extra>.row>div {
    padding-right: 0;
}

#agregar-reservacion-modal .title {
    width: 100%;
}

#agregar-reservacion-modal .extra select {
    padding: 5px !important;
    background-color: #FFF;
    width: 50px;
}
#chaty-widget-0 .chaty-widget {
    display: none !important;
}
@media (max-width: 767px) {
    #reservations_wrapper {
        padding: 0;
    }
   #detalles-reservaciones{
        font-size: .61rem !important;
    }
.modal-content input,.modal-content select, .modal-content label, .modal-content textarea{
    font-size: .8rem !important;
}
.modal-content h4{
    font-size: 1.2rem !important;
}
.modal-content h3{
    font-size: 1.28rem !important;
}
.modal-content h5{
    font-size: .9rem !important;
}

 #wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
}
#accordionSidebar{
    position: absolute;
    width: 270px;
margin-bottom: -5000px;
padding-bottom: 5000px;
z-index: 2;
}
#header-top > img{
    border-style: none;
    height: 39px;
    margin-top: 10px !important;
    max-width: 100%;
}
.topbar .nav-item .nav-link .img-profile {
    margin-top: -10px !important;
}
.topbar #sidebarToggleTop {
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.label-transfer{
    margin-bottom: 7px;
    margin-top:10px
}
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 10px;
        padding-right: 10px;
    }

    #reservations_filter>label {
        width: 100% !important;
    }

    #reservations_filter label input {
        width: 100%;
    }

    .botones-rango {
        margin-top: 52px;
        text-align: center;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 1rem;
    }

    #top-bar {
        z-index: 13;
    }

    .sidebar .nav-item .nav-link {
        display: flex;
        gap: 5px;
        align-items: baseline;
    }

    #logo-large {
        display: none;
    }

    #logo-short {
        display: block;
    }

    .botones-rango {
        display: flex;
    }

    #header-top .img-logo {
        width: 90px;
    }

    #reservations_wrapper table td:first-child {
        padding-left: 30px !important;
    }

    .chaty-widget.desktop_active.mobile_active {
        display: none !important;
    }

    #reservations_filter {
        float: right;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
    }

    #reservations_filter label {
        display: inline-block;
    }

    #mostrar-estatus {
        top: 60px;
        right: 20px;
    }


    .dt-buttons {
        top: 160px;
        right: -40px;
        left: 0;
    }


    .tipo-busqueda {
        width: 100%;
    }

    .tipo-busqueda .input-group {
        width: 100%;
        margin: 0 auto;
        margin-left: 10px;
    }

    .dt-buttons {
        display: none;
    }

    .tipo-busqueda div {
        width: 100%;
    }

    #reservations_wrapper>div.row.space-between.tipo-busqueda>div.input-group>label,
    #reservations_filter>label {
        float: left;
        text-align: left;
    }

    #reservations_filter>label>input[type=search] {
        margin: 0;
    }

    .tipo-busqueda div button {
        border-radius: 50%;
    }

    .tipo-busqueda .busqueda-texto {
        display: none;

    }

    #max,
    #min {
        width: 80px;
        padding: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .chaty-widget.desktop_active.mobile_active {
        display: none !important;
    }

    .sidebar .nav-item .nav-link {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    #max,
    #min {
        width: 80px;
        padding: 5px;
        display: inline-block;
    }
#userDropdown > span{
    display: none !important;
}
    #content-wrapper{
height: 1000px
}
    .dt-buttons {
        display: none;
    }
    #detalles-reservaciones > div.card-body.pt-2.pt-sm-4{
        font-size: .61rem !important;
    }

}