.hidden {
  display: none !important;
}

.tehuelche-form-group {
  padding-top: 2px !important;
  padding-bottom: 5px !important;
}

.tehuelche-form-control {
  border-color: #c45182 !important;
  border-radius: 0;
  -webkit-appearance: none;
}

.tehuelche-label {
  margin-bottom: 0.05rem;
}

.btn-tehuelche {
  background-color: #c45182 !important;
  border-color: #c45182 !important;
  padding: 0.5rem 2rem !important;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  font-weight: bold !important;
}

.btn-tehuelche-secondary {
  background-color: #c4c5d6 !important;
  border-color: #c4c5d6 !important;
  padding: 1rem 2rem !important;
  border-radius: 0;
  font-weight: bold;
}

.modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.swal2-popup {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-weight: bold !important;
}

.swal2-popup .btn {
  border-radius: 0;
  font-weight: bold !important;
}

.btn-success {
  background-color: #c45182!important;
  border-color: #c45182!important;
  font-weight: bold !important;
}

.swal-button {
  background-color: #c45182!important;
  border-color: #c45182!important;
  font-weight: bold !important;
}

@media (min-width: 1025px) {
  .m-grid.m-grid--ver-desktop.m-grid--desktop>.m-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
  }
}

.registration-girl {
  height: 100%;
  padding-top: 48px;
}

@media (max-width: 728px) {
  .registration-girl {
    height: 100%;
    padding-top: 0px;
  }
}

.swal2-popup {
  font-weight: bold !important;
  color: black !important;
}

.swal2-popup #swal2-content {
  font-weight: bold;
}

.swal-text {
  font-weight: bold !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0.20, 0.50) !important;
}

.btn-tehuelche-coupon {
  max-height: 31px;
  background-color: #c45182 !important;
  border-color: #c45182 !important;
  padding: 0.5rem 2rem 0.1rem 1rem !important;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  font-weight: bold !important;
}

.m-datatable.m-datatable--default > .m-datatable__table {
  min-height: 0px!important;
}

.m-datatable__pager {
  display: none!important;
}

