/* @import url(//db.onlinewebfonts.com/c/3fd733c31d3061b81b15a2c7d8ddec56?family=KiroW01-Regular); */
/* @import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); */

/* body {
  font-family: 'Muli', sans-serif;
} */

#menuEsquerda {
  background-color: #514f9d !important;
}

.whiteFont {
  color: white !important;
}

.userh-font {
  font-family: 'Asap', sans-serif;
}

.normalUpperCase {
  text-transform: none !important;
}

a {
  text-transform: none !important;
}

label {
  text-transform: none !important;
}

input::placeholder {
  text-transform: none !important;
}

textarea::placeholder {
  text-transform: none !important;
}


h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

p {
  text-transform: none !important;
}

li {
  text-transform: none !important;
}

button {
  text-transform: none !important;
}

button span {
  text-transform: none !important;
}

.add-remove-student {
    width: 160px !important;
}

.btn-primary {
  background-color: #5dc5ed !important;
  border-color: #5dc5ed !important;
}

.panel-primary > .panel-heading {
  /* background-color: #5dc5ed !important; */
}

.badge-primary {
  background-color: #5dc5ed !important;
}

.label-primary {
  /* background-color: #5dc5ed !important; */
}

.icon-white {
  color: white !important;
}

.tab-struct > ul > li > .active > a {
  border-bottom: white !important;
}

.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #51d4db;
  height: 50px;
  width: 50px;
  display: none;
  margin: 0 auto;
  margin-top: 25%;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}
