.em-hidden {
  display: none !important;
}

.em-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-icon-button {
  cursor: pointer;
}

.em-flex {
  display: flex;
  align-items: center;
}
.em-flex > *:not(:last-child) {
  margin-right: 10px;
}

.em-expand {
  width: 100%;
}

.em-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  z-index: 10;
}

.em-toast.show,
.toast.show {
  z-index: 1060;
}

.em-input[required] {
  border: 2px solid var(--bs-warning);
}

.em-fit-content {
  height: fit-content;
}

.em-autocomplete {
  position: relative;
}
.em-autocomplete__group:focus-within ~ .em-autocomplete__results--visible, .em-autocomplete__results--visible:hover {
  display: flex;
  flex-direction: column;
}
.em-autocomplete__results {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  width: 100%;
  z-index: 2000;
  background-color: var(--bs-white);
  max-height: 50vh;
  overflow: auto;
  border-radius: 0 0;
}
.em-autocomplete__option {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.em-autocomplete__option:hover, .em-autocomplete__option--selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.em-cardSelection {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
  width: 300px;
  margin: 30px;
  transition: all 0.4s;
  cursor: pointer;
}
.em-cardSelection__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.em-cardSelection__icon {
  display: flex;
  width: 50%;
  color: var(--bs-primary);
  justify-content: center;
  font-size: 150px;
  line-height: 0;
}
.em-cardSelection--selected {
  background-color: #f3f3f3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  cursor: default;
}
.em-cardSelection__button {
  width: 100%;
  margin-top: 50px;
}

.em-cartiglio {
  margin: 15px 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.em-customFields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 12px;
}
.em-customFields__title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
.em-customFields__item {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  height: fit-content;
}
.em-customFields__item--new .em-customFields__actions--delete {
  display: none;
}
.em-customFields__item--input {
  max-width: 377px;
}
.em-customFields__actions {
  display: flex;
  height: 35px;
  position: relative;
}
.em-customFields__actions__item {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 35px;
  color: white;
}
.em-customFields__actions__item:focus {
  outline: none;
}
.em-customFields__actions > *:not(:last-child) {
  margin-right: 20px;
}
.em-customFields__options {
  display: none;
}
.em-customFields__list-options {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.em-customFields__list-options--item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.em-customFields__info {
  line-height: 1.4;
  font-size: 12px;
}

.em-domini__cant-delete .em-domini__del-btn {
  display: none;
}
.em-domini__disponibili, .em-domini__active {
  position: relative;
  display: flex;
  flex-direction: column;
}
.em-domini__btn-text {
  max-width: 60%;
}
.em-domini__active {
  margin-bottom: 1rem;
}
.em-domini__domain-btn, .em-domini__domain-btn.btn {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  margin-top: 5px;
}
.em-domini__actions {
  position: absolute;
  right: 1rem;
  display: flex;
}
.em-domini__actions > *:not(:last-child) {
  margin-right: 5px;
}
.em-domini__change-ownership {
  display: block;
}

.em-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.em-header__icon {
  margin-right: 10px;
  font-size: 32px;
  width: 50px;
}
.em-header__title {
  margin-bottom: 0;
  font-size: large;
}
.em-header__subtitle {
  margin-bottom: 0;
  font-size: small;
}

.em-callback-main > .em-callback-breadcrumbs > ul {
  margin-bottom: 30px;
}

.em-fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.em-fab:hover > .em-fab__item__tooltip {
  transform: translateX(-50%) scale(1);
}
.em-fab__text {
  display: none;
}
.em-fab__icon {
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.em-fab__icon::after, .em-fab__icon::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  width: 5px;
  height: 5px;
  left: 0;
  transition: all 0.3s;
  transform-origin: left;
}
.em-fab__icon::before {
  top: -0.5rem;
}
.em-fab__icon::after {
  top: 0.5rem;
}
.em-fab__actions {
  transform: scale(0);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  bottom: 30px;
  z-index: 10;
}
.em-fab__actions--center {
  left: 50%;
  transform: scale(0) translateX(-50%);
  transform-origin: left;
}
.em-fab__actions--right {
  right: 6rem;
}
.em-fab__actions--right.em-fab__actions--no-toggler {
  right: 30px;
}
.em-fab__actions--left {
  left: 6rem;
}
.em-fab__actions--left.em-fab__actions--no-toggler {
  left: 30px;
}
.em-fab__toggler:checked ~ .em-fab__actions {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.em-fab__toggler:checked ~ .em-fab__actions--center {
  transform: scale(1) translateX(-50%);
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon {
  background-color: transparent;
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::before, .em-fab__toggler:checked ~ .em-fab > .em-fab__icon::after {
  top: 0;
  width: 1.5rem;
  height: 2px;
  border-radius: 3px;
  left: 50%;
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::after {
  transform: rotate(-135deg) translateX(-50%);
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::before {
  transform: rotate(135deg) translateX(-50%);
}
.em-fab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50% !important;
  height: 3rem;
  width: 3rem;
  z-index: 10;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
  transform: scale(1);
  position: relative;
}
.em-fab__item:hover {
  color: #fff;
}
.em-fab__actions--right .em-fab__item {
  left: 50vw;
  animation: slide-in 0.4s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1200px) {
  .em-fab__actions--expanded .em-fab__item {
    width: 100%;
    padding: 20px;
    display: flex;
    border-radius: 25px !important;
    align-items: center;
  }
  .em-fab__actions--expanded .em-fab__item__text {
    display: block;
  }
}
.em-fab__item:nth-of-type(1) {
  animation-delay: 0.15s;
}
.em-fab__item:nth-of-type(2) {
  animation-delay: 0.3s;
}
.em-fab__item:nth-of-type(3) {
  animation-delay: 0.45s;
}
.em-fab__item:nth-of-type(4) {
  animation-delay: 0.6s;
}
.em-fab__item:nth-of-type(5) {
  animation-delay: 0.75s;
}
.em-fab__item:nth-of-type(6) {
  animation-delay: 0.9s;
}
.em-fab__item:nth-of-type(7) {
  animation-delay: 1.05s;
}
.em-fab__item:nth-of-type(8) {
  animation-delay: 1.2s;
}
.em-fab__item:nth-of-type(9) {
  animation-delay: 1.35s;
}
.em-fab__item:nth-of-type(10) {
  animation-delay: 1.5s;
}
.em-fab__item:hover .em-fab__item__tooltip {
  transform: translateX(-50%) scale(1);
}
.em-fab__item__tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background-color: black;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0.8;
  transition: transform 0.1s;
}
.em-fab__item__tooltip::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  clear: both;
}
.em-fab__item__text {
  display: none;
  margin-left: 10px;
  white-space: nowrap;
}
.em-fab__item.hidden {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
}
.em-fab__item:disabled {
  opacity: 0.8;
}
.em-fab__item--save {
  color: #fff;
}
.em-fab__item--close {
  color: #fff;
}
.em-fab__item:not(:first-child) {
  margin-right: 20px;
}
.em-fab__item:focus {
  outline: none;
}
.em-fab__toggler {
  display: none;
}
@media only screen and (max-width: 768px) {
  .em-fab__actions--expanded {
    right: unset !important;
    left: 0;
    bottom: -30vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    transition: bottom 0.8s;
    animation: slide-up 0.4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .em-fab__actions--expanded.scrolling {
    animation: slide-down 0.4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .em-fab__actions--expanded .em-fab__item {
    flex: 1;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0 !important;
    min-width: 33.33%;
    padding: 10px 20px;
    animation: none;
    animation-delay: 0s;
  }
  .em-fab__actions--expanded .em-fab__item__text {
    display: block;
  }
  .em-fab__actions--expanded .em-fab__item:hover .em-fab__item__tooltip {
    transform: translateX(-50%) scale(0);
  }
}

@keyframes slide-in {
  0% {
    left: 50vw;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-up {
  0% {
    bottom: -30vh;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slide-down {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -30vh;
  }
}
@media only screen and (max-width: 767px) {
  .em-grid__actions__dropdown {
    width: 100%;
  }
  .em-grid__actions ul {
    inset: 0px auto auto 0px !important;
    transform: translate3d(0px, 33px, 0px) !important;
  }
}

.em-grid-pager-container {
  display: flex;
  margin-bottom: 20px;
}
.em-grid-pager-container > span {
  display: flex;
  width: 30%;
}
.em-grid-pager-container .em-grid-records {
  justify-content: end;
}
.em-grid-pager-container > .em-pager-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.em-grid-pager-container .em-grid-page-size-buttons {
  display: flex;
}

.em-grid-checkbox-row {
  width: 100px;
}

.draggable-icon {
  width: 30px;
}

.em-filters-visible {
  display: table-row !important;
}

@media only screen and (max-width: 767px) {
  .table-cardlike.table-responsive {
    overflow-x: hidden;
    overflow: hidden;
  }
  .table-cardlike .draggable-icon {
    display: none;
  }
  .table-cardlike .em-filters-visible {
    display: flex !important;
    flex-direction: column;
  }
  .table-cardlike .em-grid-column-filters {
    padding-top: 30px;
  }
  .table-cardlike .em-grid-column-filters::before {
    content: "FILTRI DI RICERCA";
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .table-cardlike .em-grid-checkbox-row {
    width: 100%;
  }
  .table-cardlike tr::after {
    color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 0.85em;
    content: attr(data-row);
    display: flex;
    justify-content: center;
    font-weight: 500;
    bottom: 30px;
    text-align: center;
    position: absolute;
    width: 95%;
  }
  .table-cardlike__table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
  }
  .table-cardlike__table thead {
    display: none !important;
  }
  .table-cardlike__table thead th {
    text-transform: uppercase;
    font-size: 0.85em;
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: 0.5pt;
  }
  .table-cardlike__table tbody tr {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    margin: 0 0 10px 0;
    position: relative;
  }
  .table-cardlike__table tbody tr td:last-child {
    padding-bottom: 60px;
  }
  .table-cardlike__table tbody td {
    border: 0;
    display: block;
    padding: 40px 10px 10px 10px;
    position: relative;
  }
  .table-cardlike__table tbody td:first-of-type::after {
    visibility: hidden;
  }
  .table-cardlike__table tbody td::after {
    content: "";
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
  }
  .table-cardlike__table tbody td::before {
    color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 0.85em;
    content: attr(data-title);
    display: table-cell;
    font-weight: 500;
    top: 15px;
    text-align: left;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    white-space: nowrap;
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .em-grid-pager-container {
    flex-wrap: wrap;
  }
  .em-grid-pager-container > span {
    width: 100%;
  }
  .em-grid-pager-container .em-grid-records {
    justify-content: start;
  }
}
.lightbox {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.lightbox__image {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.3s;
}
.lightbox__image--pop {
  width: 100%;
  border-radius: 5px;
  transition: width 0.4s, height 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  visibility: hidden;
}
.lightbox.closing > .lightbox__image--pop {
  visibility: visible;
}
.lightbox.open > .lightbox__image--pop {
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1060;
  width: auto;
  max-height: 100vh;
  transition: width 0.4s, height 0.4s;
  cursor: default;
}
.lightbox.open > .lightbox__backdrop, .lightbox.open > .lightbox__backdrop__close {
  display: block;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  cursor: pointer;
}
.lightbox__backdrop {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1050;
  top: 0;
  left: 0;
}
.lightbox__backdrop__close {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1070;
  color: #ddd;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-size: 30px;
}

.cmxs-modal--progression .progress {
  width: 100%;
}

.nav.flex-column .nav-link.active, .nav.flex-column .nav-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
  transition: all 0.3s linear;
}

::selection {
  color: #fff;
  background: var(--bs-primary);
}

.slide-range {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  background: var(--bs-body);
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.slide-range__container {
  position: relative;
}
.slide-range__input:focus ~ .slide-range, .slide-range:hover, .slide-range:focus-within {
  display: block;
}
.slide-range__inputs {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.slide-range__inputs__input {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.slide-range__inputs__input input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  text-align: center;
  -moz-appearance: textfield;
}
.slide-range__inputs__separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slide-range__slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slide-range__slider__progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--bs-primary);
}
.slide-range__range {
  position: relative;
}
.slide-range__range input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slide-range input[type=number]::-webkit-outer-spin-button, .slide-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.slide-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.slide-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.em-stepper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.em-stepper__sections {
  margin-bottom: 30px;
}
.em-stepper__steps {
  display: flex;
  align-items: flex-start;
}
.em-stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.em-stepper__step__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: var(--bs-light);
  color: var(--bs-dark);
}
.em-stepper__step__circle--done {
  background-color: var(--bs-primary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  color: var(--bs-light);
}
.em-stepper__step__circle--current {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}
.em-stepper__step__circle--clickable {
  cursor: pointer;
}
.em-stepper__step__text {
  font-size: 15px;
  text-align: center;
}
.em-stepper__separator {
  height: 1px;
  width: 100%;
  background-color: var(--bs-gray-dark);
}
.em-stepper__section, .em-stepper__end-section {
  display: none;
  margin: 40px 0;
}
.em-stepper__section--current, .em-stepper__end-section--current {
  display: block;
}
.em-stepper__commands {
  display: flex;
  justify-content: flex-end;
}
.em-stepper__commands > *:not(:last-child) {
  margin-right: 20px;
}
.em-stepper__commands > .em-stepper__cancel-btn {
  margin-right: auto;
}

.login__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1800px;
  height: 100%;
  width: 100vw;
}
.login__box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70vw;
}
.login__box > * {
  width: 100%;
  max-width: 500px;
}
.login__box > *:not(:last-child) {
  margin-right: 80px;
}
.login__logo-container {
  text-align: center;
}
.login__cookies {
  width: 70vw;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .login__container {
    height: auto;
  }
  .login__box {
    flex-direction: column;
  }
  .login__box > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

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