.hour-step {
  height: var(--stepHeight);
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
.hour-step .hour-txt {
  padding-left: 5px;
  display: flex;
  margin-bottom: auto;
}
.hour-step:hover {
  background-color: var(--bs-gray-200);
}

.custom-timeline {
  border: 1px solid red;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.barber-card {
  width: 100%;
}
.barber-card .card-header {
  height: 48.5px !important;
}

.appointment {
  font-size: 0.85em;
  padding: 2px 4px;
  background-color: var(--bs-primary);
  color: white !important;
  text-decoration: none !important;
  border-radius: 5px;
  height: var(--stepHeight);
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  transition: all 0.3s;
  position: absolute;
  top: 46.5px;
  margin-left: 60px;
  width: calc(100% - 65px);
}
.appointment * {
  padding: 0 !important;
  margin: 0 !important;
}
.appointment.confirmed-0 {
  background-color: var(--bs-danger);
}
.appointment.confirmed-1 {
  background-color: var(--bs-success);
}
.appointment:hover {
  cursor: pointer;
  opacity: 0.7;
}

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;
  }
}

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

.dropdown-menu.show {
  min-width: 200px;
}

.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;
  }
}

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

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