.mini-charts-item .icon {
  padding: 12px 33px 0;
  float: left;
  display: inline-block;
  width: 105px;
  height: 35px;
  vertical-align: top;
  font-size: 38px;
  color: #ffffff;
}

.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.is-loading svg {
  opacity: 0;
}

.is-loading::after {
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

button,
label {
  position: relative;
}

.spin {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.loading-panel {
  padding-top: 80px;
  padding-bottom: 80px;
}

.loading-panel .is-loading::after {
  height: 5em;
  position: relative;
  width: 5em;
}

.loading-panel .is-loading::after {
  position: absolute;
  left: calc(50% - (5em / 2));
  top: calc(50% - (5em / 2));
  position: absolute !important;
}

.form-control {
  border-radius: 5px;
}

.espera-item {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 2px 12px;
  margin-bottom: 1rem;
  display: block;
}

.espera-item .info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.espera-item .details {
  display: flex;
  align-items: center;
}

.espera-item .details .nome {
  font-weight: bold;
  font-size: 13px;
}

.espera-item .details .servico {
  font-size: 11px;
  margin-left: 10px;
}

.espera-item .details .empregado {
  font-size: 11px;
  margin-left: 10px;
  font-weight: bold;
}

.espera-item .marcar-panel {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  height: 0px;
}

.espera-item .marcar-panel form {
  display: none;
}

.espera-item .marcar-panel.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.espera-item .marcar-panel.show form {
  display: block;
}

.d-flex {
  display: flex;
}

.mb-0 {
  margin-bottom: 0px;
}

.btn-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.btn-list button {
  margin-left: 0px;
}

.btn-list button.active {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00a5bb;
  transition: all 0.3s ease-out;
}

.btn-list button.active:hover {
  color: #fff;
  background-color: #F44336;
  border-color: #f32c1e;
}

.add-espera-panel {
  padding-top: 15px;
  width: 100%;
  display: block;
}

.add-espera-panel .toogle-btn {
  margin-bottom: 15px;
}

.lista-espera-list {
  display: block;
  width: 100%;
}

.lista-espera-list .phone {
  color: #797979;
  font-weight: 400;
}

.modal .minimize {
  position: absolute;
  right: 61px;
  top: 21px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 19.5px;
  line-height: 1;
  color: #000;
}

.btn:focus {
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
  outline: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.btn-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.btn-info.active {
  outline: 1px solid rgba(0, 0, 0, 0.3) !important;
}

