@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

.text {
  display: block;
  margin-top: 22px;
  color: #515050;
  font-family: "Nunito-Bold";
  font-size: 14px;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    width: 0px;
  }
  50% {
    left: 150px;
    width: 150px;
  }
  100% {
    left: 300px;
    width: 0px;
  }
}

@keyframes load {
  0% {
    left: 0;
    width: 0px;
  }
  50% {
    left: 150px;
    width: 150px;
  }
  100% {
    left: 300px;
    width: 0px;
  }
}
.loader {
  width: 78%;
  min-height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 16%;
  margin-top: -11px;
}

.loader::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 8px;
  background-color: #0e504b;
}

.loader::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 8px;
  background-color: #F48540;
  -webkit-animation: load 1.5s linear infinite;
  animation: load 1.5s linear infinite;
}

.message-not-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-not-result p {
  font-family: "Nunito-Bold";
  font-size: 16px;
}

.fc-toolbar-title, .fc-resourceTimelineDay-button {
  font-family: "Nunito-Bold";
}

.fc .fc-button-primary {
  font-family: "Nunito-Bold";
}

.fc-button {
  background-color: #4BAD6C !important;
  border-color: #fff !important;
}

.fc-toolbar-title {
  color: #4BAD6C !important;
}

html, body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.accept_supplier {
  z-index: 100;
  position: absolute;
  width: auto;
}

.swal2-container.swal2-center {
  z-index: 100000;
}

.focus-input:focus {
  border: solid 1px #489E55;
  border-radius: 41px;
}

select[readonly], input[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}/*# sourceMappingURL=admin.css.map */