/* fallback */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v83/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
input.login {
  margin: 11px 0px 11px 0px;
  font-weight: bolder !important;
}
.input-field {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.input-field > input {
  font-size: 1rem;
  padding-top: 2rem;
}
.input-field > label {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin-top: -17px;

  color: rgba(0, 0, 0, 0.75) !important;
}
body {
  background-color: #ffffff;
}
/* width */
.datatable::-webkit-scrollbar {
  width: 13px;
}

/* Track */
.datatable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.datatable::-webkit-scrollbar-thumb {
  background: #ee6e73;
  border-radius: 10px;
}

/* Handle on hover */
.datatable::-webkit-scrollbar-thumb:hover {
  background: #aa3a53;
}
.datatable {
  height: auto;
  overflow: scroll !important;
  scrollbar-color: magenta !important;
  height: 19rem;
}
.opacity-display-anim {
  animation-duration: 1s;
  animation-name: entrar;
}

@keyframes entrar {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}
.loader {
  position: fixed !important;
  bottom: 50%;
  left: 40%;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

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

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

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

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

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

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
