html, body {
  width: 100%;
  height: auto;
  max-width: 100%;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 13px;
  }
}

.dropdown-menu.show {
  min-width: 250px;
  width: 100%;
}

.square {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.div-loading {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: url("images/GIF/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  text-align: center;
  margin-left: -12px;
  margin-top: -12px;
}
.div-loading.percent {
  width: 60px;
  background-color: black;
  background-position: right;
  color: white;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 0.9em;
  padding-right: 20px;
}

.topbar .logo-profile {
  max-height: 3.125rem;
  border-radius: 5px;
}

.element-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.element-mask:after {
  position: absolute;
  content: "";
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background-image: url("/images/GIF/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-orange {
  color: orange;
}

@media screen and (max-width: 610px) {
  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
  }
}
form.user .btn-user, form.user .form-control-user {
  font-size: 0.9em;
}
@media screen and (max-width: 610px) {
  form.user .btn-user, form.user .form-control-user {
    font-size: 1em;
  }
}

/*# sourceMappingURL=app.css.map */
