/*variables*/
/*General*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap");
*::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 4px;
}

/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
  background-color: transparent;
}

/* scrollbar itself */
*::-webkit-scrollbar-thumb {
  background-color: #d2d2d8;
  border-radius: 16px;
  border: none;
}

/* set button(top and bottom of the scrollbar) */
* ::-webkit-scrollbar-button {
  display: none;
}

* {
  font-family: 'Nunito Sans', sans-serif;
}

body {
  background-color: #F5F5F5;
}

a i {
  font-size: 1.3rem;
}

/*Elementos*/
.alert {
  border-radius: 40px 20px 30px 20px !important;
}

.alert-warning {
  color: #665217;
  background-color: #ffcd39;
  border-color: #fff0c4;
}

.push {
  height: 57px;
}

.btn-logout {
  color: #C9004E;
}

.btn-input {
  background-color: #FEFEFE;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.btn {
  border-radius: 30px 10px 20px 10px !important;
}

.btn-footer-ait {
  background-color: #C9004E !important;
  color: #FEFEFE;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  max-height: 46px;
}

.btn-ait {
  background-color: #C9004E !important;
  color: #FEFEFE;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.btn-ait:hover {
  color: #FEFEFE;
  -webkit-box-shadow: 0px 0px 2px 5px #c9698e;
          box-shadow: 0px 0px 2px 5px #c9698e;
}

.note-btn {
  border-radius: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 15px !important;
}

.btn-secondary {
  color: #2E2E2E;
  background-color: #D6D5D5;
  border-color: #D6D5D5;
}

.btn-light {
  color: #2E2E2E;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-modificar-ticket {
  font-size: 1.5rem;
}

.btn-circle {
  border-radius: 50% !important;
}

.card a {
  text-decoration: none;
  color: #2E2E2E;
}

.card-machine {
  border-radius: 20px !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.card-machine > * {
  display: contents;
}

.card-machine > div img {
  max-width: 56px;
}

.card-machine-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 10px;
}

.card-machine-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 10px;
}

.card-value {
  border-radius: 10px !important;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border: 0;
  line-height: 29px !important;
  padding: 5px;
}

.card-value > * {
  margin-top: auto;
  margin-bottom: auto;
}

.card-value img {
  max-width: 50px;
}

.card-ticket {
  border-radius: 20px !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.card-ticket > * {
  display: contents;
}

.card-ticket > *:first-child img {
  max-width: 54px;
}

.card-ticket-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 10px;
}

.card-ticket-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 10px;
}

.card-cliente {
  border-radius: 30px 10px 20px 10px;
  border: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.card-cliente-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-ait {
  background-color: #C9004E;
}

footer {
  height: 57px;
  border-radius: 40px 40px 0 0;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

footer i {
  font-size: 2rem;
}

footer.login {
  color: #F5F5F5;
  background-color: #C9004E;
}

footer.logout {
  background-color: #FEFEFE;
}

.footer-3-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.container-btn-crear-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input, textarea {
  padding-left: 20px !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

input {
  border-radius: 90px 20px 40px 20px !important;
}

input, textarea::-webkit-input-placeholder {
  font-weight: 600 !important;
}

input, textarea:-ms-input-placeholder {
  font-weight: 600 !important;
}

input, textarea::-ms-input-placeholder {
  font-weight: 600 !important;
}

input, textarea::placeholder {
  font-weight: 600 !important;
}

.input-icon {
  text-align: right !important;
}

.input-icon > i {
  position: relative;
  top: -32px;
  right: 18px;
  font-size: 1.3rem;
  color: #C9004E;
}

.form-control:focus {
  border-color: #f9e5ed;
  -webkit-box-shadow: 0 0 0 0.25rem #f9e5ed;
          box-shadow: 0 0 0 0.25rem #f9e5ed;
}

nav {
  height: 57px;
  border-radius: 0 0 40px 40px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.navbar-brand > img {
  max-width: 80px;
}

.navbar-usuario {
  padding-left: 30px;
  padding-right: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.navbar-admin {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.3rem;
}

.navbar-admin a {
  text-decoration: none;
}

.navbar-usuario *:last-child {
  text-align: right;
}

.navbar-usuario *:first-child {
  text-align: left;
}

.logo-cliente-navbar {
  max-height: 20px;
}

.text-ait {
  color: #C9004E !important;
}

.text-dark {
  color: #6D6D6D !important;
}

.small-text {
  font-size: 1rem !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C9004E;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  background: #FEFEFE;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loader > * {
  display: block;
  margin: auto;
}

.bandeja {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bandejas {
  overflow-x: auto;
}

.bandejas > div {
  width: 550px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
}

.miniatura-estado-ticket {
  width: 35px;
  height: 35px;
  font-size: 1.5rem;
}

.tickets-bandeja {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

.ticket-bandeja {
  border-radius: 40px 10px 30px 10px;
}

.tickets-bandeja-admin {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.25fr 2fr;
      grid-template-columns: 1.25fr 2fr;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.columna-tickets-admin {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.box-cliente-ticket {
  max-width: 400px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*Plugins*/
.owl-carousel {
  width: 80px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */