.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;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.custom-timeline:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: red;
  position: absolute;
  border-radius: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

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

.appointment {
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
  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;
  width: calc(100% - 65px);
}
.appointment *:not(.appointment-actions *) {
  padding: 0 !important;
  margin: 0 !important;
}
.appointment:hover .appointment-actions {
  display: block;
}
.appointment.confirmed-0 {
  background-color: var(--bs-danger);
}
.appointment.confirmed-1 {
  background-color: var(--bs-success);
}
.appointment:hover {
  cursor: pointer;
  opacity: 0.7;
}

:root {
  --bg-booky: #6528F7;
}

.bg-booky {
  background-color: var(--bg-booky);
}

html {
  overflow-x: hidden;
}

html, body {
  width: 100%;
  max-width: 100%;
  height: auto;
  color: #333;
}

.card.download-file {
  border-color: #ccc;
  transition: border-color 0.3s;
}
.card.download-file:hover {
  border-color: var(--bs-info);
}

.modal.fade.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.horizontal-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* imposta gli <li> in orizzontale */
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.horizontal-tabs li {
  white-space: nowrap;
}

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

.swiper, .swiper-wrapper {
  z-index: auto !important;
}

.dropdown-menu.show {
  min-width: 200px;
  max-width: 100%;
  z-index: 9999;
}

.badgeable {
  position: relative;
  min-width: 1.9rem;
  text-align: left;
}
.badgeable .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 0.25rem;
  margin-top: -0.25rem;
}

.topbar .dropdown .dropdown-menu {
  max-width: 95vw;
}

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

.sidebar .sidebar-brand-icon .logo-extended {
  display: inline-block;
}
.sidebar .sidebar-brand-icon .logo-ico {
  display: none;
}
.sidebar.toggled .sidebar-brand-icon .logo-extended {
  display: none;
}
.sidebar.toggled .sidebar-brand-icon .logo-ico {
  display: inline-block;
}

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

/*
 * Le select usano form-control (SB Admin/Bootstrap 4) insieme a form-select
 * (Bootstrap 5). Il padding di form-control viene caricato dopo e rimuove lo
 * spazio che Bootstrap 5 riserva alla freccia.
 */
select.form-control.form-select {
  padding-right: 2.25rem;
}

.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 */
