/* responsive view for iFrame */

/* Base iframe style */
iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  overflow: hidden !important;
  height: 2200px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  iframe {
    height: 2800px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  iframe {
    height: 3600px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  iframe {
    height: 4200px !important;
  }
}

/* Hide scrollbar visuals */
iframe::-webkit-scrollbar {
  display: none;
}


/* responsive end */

iframe::-webkit-scrollbar {
    display: none;
  }

#ember107{
    margin: 0px !important;
}

.bs-container{
  max-width: 1920px !important;
}


/* Reorder table columns from highest to lowest price */
.preset.sponsor-table thead tr,
.preset.sponsor-table tbody tr {
display: flex;
}

.preset.sponsor-table thead tr th:first-child,
.preset.sponsor-table tbody tr th:first-child {
display: flex;
align-items: center;
justify-content: center;
}

.preset.sponsor-table thead tr th,
.preset.sponsor-table tbody tr th:first-child {
justify-content: start;
}

.preset.sponsor-table th:nth-child(2),
.preset.sponsor-table td:nth-child(2) {
order: 7 !important; /* Silver */
}

.preset.sponsor-table th:nth-child(3),
.preset.sponsor-table td:nth-child(3) {
order: 6 !important; /* Gold */
}

.preset.sponsor-table th:nth-child(4),
.preset.sponsor-table td:nth-child(4) {
order: 5 !important; /* Networking Dinner */
}

.preset.sponsor-table th:nth-child(5),
.preset.sponsor-table td:nth-child(5) {
order: 4 !important; /* Lunch Sponsor - highest */
}

.preset.sponsor-table th:nth-child(6),
.preset.sponsor-table td:nth-child(6) {
order: 3 !important; /* Lunch Sponsor - highest */
}

.preset.sponsor-table th:nth-child(7),
.preset.sponsor-table td:nth-child(7) {
order: 2 !important; /* Lunch Sponsor - highest */
}
.bs-category-table td:nth-of-type(2) {
border-left: 1px solid #dadbdd !important;
}

.bs-category-table th:nth-of-type(2) {
border-left: 1px solid #dadbdd !important;
}

/* Ensure columns have equal width */
.preset.sponsor-table th,
.preset.sponsor-table td {
flex: 1 !important;
}
.modal.buy-ticket-modal .by-tkt-footer .poweredby-logo {
    display: none !important;
}


.ui.modal.bs-payment-modal .payment-modal-container .left-banner, .uls-dialog.bs-payment-modal .payment-modal-container .left-banner{
  background: #d1e9f5;
}

.ui.modal.bs-payment-modal .payment-modal-container .event-type{
  color: #1678AC;
}

#ember99 > div.content > div > div.left-banner > div > h3 {
  color: #1678AC;
}

#ember99 > div.content > div > div.left-banner > div > div.bs-dtl > div > div{
  color: #1678AC;
}

#ember99 > div.content > div > div.left-banner > div > div.bs-dtl > div > div > div.dtl-icon > i{
  color: #1678AC;
}

/* remove skip */
#ember472 > div > dialog > footer > div > button.uls-button.l-size.default-color{
  display: none !important;
}