.offer-for-you-section.edit-mode span {
  visibility: visible;
}
.offer-for-you-section span {
  visibility: hidden;
}
.loader-fullscreen {
  display: none;
}
.loader-fullscreen .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2001;
}
.loader-fullscreen .loader-overlay .spinner {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #f00;
  /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
}
.content_body > div:not(.spacer):not(.modal):not(#var-offerta-stg) {
  display: none;
}
.content_body .var-offerta.expired-section .expired-offer-section .title-section {
  display: flex;
  justify-content: flex-end;
}
.content_body .var-offerta.expired-section .expired-offer-section .title-section img {
  max-width: 40px;
}
.content_body .var-offerta.expired-section .box-var-offerte {
  display: none;
}
#modal-error.modal {
  overflow-y: hidden;
}
#modal-error .modal-dialog .modal-content p {
  margin-bottom: 30px;
}
#modal-error .modal-dialog .modal-content .m0 {
  margin: 0;
}
#modal-error .modal-dialog .modal-content .mb0 {
  margin-bottom: 0;
}
#modal-error .modal-dialog .modal-content .modal-header,
#modal-error .modal-dialog .modal-content .modal-footer {
  border: none;
}
@media (min-width: 768px) {
  .modal-dialog.min-width-different {
    width: 600px !important;
  }
  .center-desk {
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog.min-width-different {
    width: 1000px !important;
  }
}
