.color-forum {
  color: #622eed;
}
.bg-color-forum {
  background-color: #622eed;
  color: white;
}
.bg-color-forum:hover {
  color: white;
}
.modal-dialog-centered {
  position: relative;
  top: 25%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.modal-close-forum {
  color: #622eed;
  opacity: 1;
}
.modal-header-forum {
  border: 0;
  padding-bottom: 0;
}
.modal-body-forum {
  padding-top: 0;
}
.modal-wrapper-forum {
  padding-left: 10px;
}
.modal-button-forum {
  padding: 2em;
}
.modal-button-forum .btn-forum {
  width: 200px;
}
.modal-img-forum {
  margin-top: 1.5em;
}
.section-buttons {
  display: flex;
  justify-content: center;
  gap: 80px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section-buttons {
    flex-direction: column;
    gap: 30px;
  }
}
.section-buttons .item-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.section-buttons img,
.section-schedule img {
  width: 60px;
  height: 60px;
}
.btn-outline {
  position: relative;
  border: 2px solid #622eed;
  color: #622eed;
  border-radius: 25px;
  padding: 5px 25px;
  font-weight: bold;
  width: 220px;
  display: inline-block;
}
.btn-outline:hover {
  background-color: #622eed;
  color: white;
}
.btn-outline::after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}
.section-schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
  padding: 3rem 11rem;
  background: #f2f2f2;
}
.btn-forum {
  color: white;
  background-color: #622eed;
  border-radius: 25px;
  padding: 5px 25px;
  font-weight: bold;
  display: inline-block;
}
.btn-large {
  padding: 5px 45px;
}
.btn-large-fixed {
  padding: 5px 45px;
  width: 220px;
}
.btn-forum:hover {
  background-color: white;
  color: #622eed;
  border: 2px solid #622eed;
}
@media (max-width: 767px) {
  .section-schedule {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.header-event {
  background: #333333;
  color: white;
  text-align: center;
}
.col-event {
  padding: 1em;
}
.container-event {
  padding: 1em 3em;
}
.container-single-schedule {
  padding: 1em;
}
.text-calendar {
  margin-left: 0.5em;
}
a.color-forum {
  text-decoration: underline;
}
legend {
  font-size: 18px;
}
.section-content-form {
  display: none;
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em;
}
.glyphicon-middle {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
#integrazione-arredi-stand,
#servizi-catalogo,
#pass-extra {
  margin-left: 1em;
}
.bda-header-button-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bda-header-button-wrap .btn-forum {
  position: relative;
}
.btn-forum .glyphicon-chevron-down {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-exhibitors {
  background: #f2f2f2;
}
.section-exhibitors li a {
  color: #3c3c3c;
  text-decoration: underline;
}
.sponsor-band {
  border-top: 2px solid rgba(98, 46, 237, 0.35);
  border-bottom: 2px solid rgba(98, 46, 237, 0.35);
  padding: 16px 0;
}
.sb-2,
.sb-3 {
  border-top: 0;
}
.s-title {
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.s-logos {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.s-logos img {
  display: block;
  max-height: 56px;
  max-width: 180px;
  width: auto !important;
  height: auto !important;
}
.sponsor-grid {
  display: grid;
  column-gap: 18px;
  row-gap: 12px;
  align-items: center;
  padding: 0 22px;
}
.sg-1 {
  grid-template-columns: 2fr 2px 1fr 2px 1fr;
}
.sg-2 {
  grid-template-columns: 1fr 2px 1fr 2px 3fr;
}
.sg-3 {
  grid-template-columns: 1fr 2px 2fr 2px 3fr;
}
.s-sep {
  width: 2px;
  height: 100px;
  background: #622eed;
  opacity: 0.35;
  grid-row: 1 / span 2;
  align-self: stretch;
  border-radius: 1px;
}
.s1 {
  grid-column: 1;
  grid-row: 1;
}
.s2 {
  grid-column: 3;
  grid-row: 1;
}
.s3 {
  grid-column: 5;
  grid-row: 1;
}
.l1 {
  grid-column: 1;
  grid-row: 2;
}
.sep1 {
  grid-column: 2;
}
.l2 {
  grid-column: 3;
  grid-row: 2;
}
.sep2 {
  grid-column: 4;
}
.l3 {
  grid-column: 5;
  grid-row: 2;
}
@media (max-width: 991px) {
  .sponsor-band {
    border-bottom: 0;
  }
  .sb-3 {
    border-bottom: 2px solid rgba(98, 46, 237, 0.35);
  }
  .sponsor-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .s-sep {
    display: none;
  }
  .s1,
  .l1,
  .s2,
  .l2,
  .s3,
  .l3,
  .s3 {
    grid-column: 1;
  }
  .s1 {
    grid-row: 1;
  }
  .l1 {
    grid-row: 2;
  }
  .s2 {
    grid-row: 3;
  }
  .l2 {
    grid-row: 4;
  }
  .s3 {
    grid-row: 5;
  }
  .l3 {
    grid-row: 6;
  }
}
@media (max-width: 576px) {
  .s-title {
    text-align: center;
  }
  .s-logos {
    flex-direction: column;
  }
}
.exhibitor-list-ul {
  display: flex;
  gap: 3rem;
}
@media (max-width: 991px) {
  .exhibitor-list-ul {
    flex-direction: column;
    gap: 0;
  }
}

