/***************************************************************************/
/*                    CUSTOM FONTS                                         */
/***************************************************************************/

@font-face {
  font-family: 'Domaine Text';
  src: url('https://cdn.eventtia.com/event_files/194851/original/DomaineTextLight.woff?1723134074')
    format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Text';
  src: url('https://cdn.eventtia.com/event_files/194849/original/DomaineText-Regular.woff?1723134055')
    format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Text';
  src: url('https://cdn.eventtia.com/event_files/194852/original/DomaineTextMedium.woff?1723134083')
    format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Text';
  src: url('https://cdn.eventtia.com/event_files/194848/original/DomaineText-Bold.woff?1723133980')
    format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Text';
  src: url('https://cdn.eventtia.com/event_files/194850/original/DomaineTextBlack.woff?1723134065')
    format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/***************************************************************************/

@font-face {
  font-family: 'Domaine Sans Text';
  src: url('https://cdn.eventtia.com/event_files/194856/original/DomaineSansText-Light.woff?1723135542')
    format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Text';
  src: url('https://cdn.eventtia.com/event_files/194857/original/DomaineSansText-Regular.woff?1723135567')
    format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Text';
  src: url('https://cdn.eventtia.com/event_files/194858/original/DomaineSansText-Medium.woff?1723135590')
    format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Text';
  src: url('https://cdn.eventtia.com/event_files/194859/original/DomaineSansText-Bold.woff?1723135614')
    format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Text';
  src: url('https://cdn.eventtia.com/event_files/194860/original/DomaineSansText-Black.woff?1723135633')
    format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/***************************************************************************/

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194868/original/DomaineSansDisplay-Thin.woff?1723137278')
    format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194861/original/DomaineSansDisplay-Light.woff?1723136610')
    format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194862/original/DomaineSansDisplay-Regular.woff?1723136635')
    format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194863/original/DomaineSansDisplay-Medium.woff?1723136662')
    format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194867/original/DomaineSansDisplay-Semibold.woff?1723137248')
    format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194864/original/DomaineSansDisplay-Bold.woff?1723136684')
    format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194866/original/DomaineSansDisplay-Extrabold.woff?1723137189')
    format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('https://cdn.eventtia.com/event_files/194865/original/DomaineSansDisplay-Black.woff?1723136703')
    format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* MODAL BASE CSS */

body {
  background-color: #ebebeb !important;
}

.modal-dialog {
  width: 100%;
  margin: 0px;
  max-width: 500px;
}

.modal-body {
  width: 100%;
}

#workshop-calendar-modal > div > div > div.modal-body > div.row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#workshop-calendar-modal
  > div
  > div
  > div.modal-body
  > div.row
  > div.form-group.col-md-6 {
  width: 100%;
}

#workshop-calendar-modal
  > div
  > div
  > div.modal-body
  > div.row
  > div.workshop-list.col-md-6 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.datepicker-inline {
  width: 100% !important;
}

#workshop-calendar-modal {
  padding-right: 0px !important;
  display: flex;
  justify-content: center;
}

.datepicker-days {
  font-family: 'Domaine Text' !important;
  font-weight: 400;
}

#public-register-form > div:nth-child(5) > section.title {
  display: none;
}

.attendee-information {
  display: none;
  padding: 0 20px !important;
}

#close-workshop-calendar-modal {
  display: none;
}

#public-register-form
  > div:nth-child(5)
  > div.update-register
  > button.btn-primary-action.btn.update-attendee.g-recaptcha {
  display: none;
}

#workshops > div.workshops-picker.picker > section {
  display: none;
}

#public-register-form > div:nth-child(6) {
  display: flex !important;
  flex-direction: column !important;
}

.title {
  order: 0;
}
#program {
  order: 1;
}

.new-card {
  order: 2;
}

.update-register {
  order: 7;
  display: none;
  gap: 5px;
  flex-direction: row;
  padding: 0 20px !important;
}

@media screen and (max-width: 768px) {
  .update-register {
    justify-content: center;
  }
}

.update-register > button {
  width: 100%;
}

.workshops-picker {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}

.custom-checkbox.checked {
  background-color: #00a4b6;

  border-color: #00a4b6;
}

.custom-checkbox.checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.registration .form-group {
  overflow-x: hidden;
  margin-bottom: 8px !important;
}

.workshop-option > input {
  opacity: 0;
}

.modal-new-title {
  font-family: 'Domaine Text' !important;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 24px !important;
  letter-spacing: -0.44px !important;
  display: flex;
  justify-content: center;
}

.datepicker-title {
  font-family: 'Domaine Text' !important;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  line-height: 24px !important;
  letter-spacing: -0.44px !important;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.modal-title {
  display: none;
}

#workshop-calendar-modal > div > div > div.modal-header > button {
  display: none;
}

#workshop-calendar-modal
  > div
  > div
  > div.modal-body
  > div.row
  > div.workshop-list.col-md-6 {
  display: none;
}

/* ---- SELECT LANG --- */

.title-select-attendee {
  font-family: 'Domaine Text' !important;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 24px !important;
  letter-spacing: -0.44px !important;
  text-align: center;
  margin-bottom: 48px;
}

.select-attendee a {
  width: 100%;
  max-width: 254px;
}

.select-attendee button {
  border-radius: 0;
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  padding: 16px 48px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 4px !important;
  width: 100%;
  max-width: 254px;
  background-color: #ffffff;
  color: #000000;
}

.select-attendee button:hover,
.select-attendee button:focus,
.select-attendee button:active {
  background-color: #f7f7fa !important;
  color: #000000 !important;
}

/* ---- CALENDAR ----*/

.modal-backdrop {
  display: none !important;
}

.modal-content {
  background-color: #ebebeb !important;
  box-shadow: none;
  border: none !important;
}

.modal-header {
  border: none !important;
}

.table-condensed * {
  font-family: 'Domaine Text';
}

.modal-content .modal-title,
.datepicker-switch,
.date-select,
.date-selected,
date-selected {
  font-family: 'Domaine Text' !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px !important;
  letter-spacing: -0.44px !important;
}

.modal-body .col-md-12 {
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

#datepicker {
  max-width: 260px;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 8px 9px;
  border-radius: 100px !important;
}

.day:not(.disabled, .active):hover {
  background-color: #f7f7fa !important;
}

.new:not(.disabled) {
  color: #100210 !important;
}

.table-condensed .active {
  background-color: #00a4b6 !important;
}

.modal-footer {
  display: flex !important;
  flex-direction: column-reverse !important;
  padding: 15px !important;
  align-items: center;
}

.modal-footer button {
  max-width: 254px !important;
}

.modal-footer .go-back,
.modal-footer .save-date-btn,
.modal-footer .btn-default {
  border-radius: 0;
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  padding: 16px 48px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 4px !important;
  margin-left: 5px !important;
  width: 100%;
}

.modal-footer .go-back {
  background-color: #ffffff;
  border: 1px solid #38383a33;
  color: #38383a;
}

.modal-footer .go-back:hover {
  background-color: #f7f7fa !important;
}

.modal-footer .save-date-btn {
  background-color: #00a4b6;
  color: #ffffff;
}

.modal-footer .save-date-btn:hover {
  background-color: #008a99 !important;
}

.table-condensed .active {
  background-color: #00a4b6 !important;
  border: none !important;
}

/* --------- SLOT SELECTION ---------- */

.workshop-list.col-md-6 {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding: 0 !important;
}

.workshop-list::-webkit-scrollbar-thumb {
  background-clip: content-box !important;
  /*background-color: #6453E7dd !important;*/
  background-color: #000000 !important;
}

.workshop-list::-webkit-scrollbar {
  width: 4px !important;
}

.workshop-list::-webkit-scrollbar-track {
  background-color: #ccc !important;
}

.workshop-list-content {
  width: 100% !important;
}

.workshop-list-content label {
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  color: #38383a !important;
  background-color: #fff;
  padding: 18px 0 !important;
  margin-bottom: 4px !important;
}

.workshop-list-content label span {
  margin-top: -3px !important;
}

.workshop-list-content label:hover {
  cursor: pointer;
}

label:has(input[type='radio']:checked) {
  background-color: #00a4b6 !important;
}

input[type='radio']:checked ~ span{
  color: #fff !important;
  font-weight: 700 !important;
}

.workshop-list .workshop-option {
  display: inline-block;
}

.workshop-list .workshop-option:hover {
  background-color: #f7f7fa;
}

/* --------------------------------POST CALENDAR FRAME-------------------------------------------- */

.workshop__view-more {
  color: #00a4b6 !important;
  padding-right: 0px !important;
}

.workshop {
  background-color: #ebebeb !important;
  box-shadow: none;
  margin-bottom: 0 !important;
  padding: 10px 10px 0 10px !important;
}

.workshop__name {
  font-family: 'Domaine Text' !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.44px !important;
  color: #100210 !important;
  text-align: center;
}
.workshop__info {
  width: 100% !important;
}

.workshop__body {
  background-color: #ffffff !important;
  padding: 18px 12px;
  border: 1px solid #38383a33;
  display: flex;
  flex-direction: column;
}

.selected-slot-details {
  margin-top: 8px !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.workshop__body p,
.workshop__body a {
  font-family: 'Domaine Text' !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px !important;
  text-align: center;
}

.workshop__body a {
  justify-content: center;
  display: flex;
}

.workshop__body p {
  color: #38383a !important;
}

.select-date-btn,
.select-date-btn span {
  text-align: center !important;
  font-family: 'Domaine Text' !important;
  font-size: 16px !important;
  font-weight: 600;
  margin: 8px 0 !important;
}

.select-date-btn .fa-calendar {
  display: none;
}

/* ------------- FORM CSS ------------------ */

.registration,
.attendee-information,
.workshop {
  background-color: #ebebeb !important;
  box-shadow: none !important;
}

.registration {
  max-height: 100vh;
  height: 1500px;
  display: flex;
  justify-content: center;
}

.form-group label.col-sm-12 {
  font-family: 'Domaine Text' !important;
  color: #38383a !important;
  font-weight: 400;
  line-height: 20px !important;
  margin-bottom: 3px !important;
}

.form-control,
.form-control option {
  background-color: #ffffff;
  border-radius: 0 !important;
  border: 1px solid #38383a33 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 3;
  height: auto;
  color: #38383a !important;
  font-family: 'Domaine Sans Text' !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
}

.update-register button {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .update-register button {
    width: 33%;
  }
}

.selected-flag {
  background-color: #fff !important;
}

.flag-container .iti-flag {
  display: none;
}

.selected-dial-code {
  font-family: 'Domaine Text' !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  color: #38383a !important;
  padding-left: 19px !important;
}

.AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA row {
  display: flex !important;
  flex-direction: row;
}

.col-sm-12 input[type='radio'] {
  opacity: 0;
  width: 20px;
}

.col-sm-12 input[type='radio']:hover {
  cursor: pointer;
}

.col-sm-12 input[type='radio'] + label:before {
  content: ' ';
  display: inline-block;
  vertical-align: baseline;
  height: 15px;
  width: 15px;
  margin-right: 2px;
  border: 1px solid #00a4b6;
}

.col-sm-12 input[type='radio']:checked + label:before {
  background: #00a4b6;
}

.col-sm-12 input[type='radio']:hover + label:before {
  background: #ebebeb80;
}

.row span {
  color: #0c090a !important;
  font-family: 'Domaine Text' !important;
  font-weight: 400 !important;
  font-size: 10px !important;
}

.col-sm-12 .row {
  margin-top: 8px !important;
}

a {
  color: #00a4b6 !important;
}

.update-register .return,
.update-register .go-next,
.update-register .update-attendee {
  border-radius: 0;
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  padding: 16px 48px !important;
  letter-spacing: 1.5px !important;
}

@media screen and (max-width: 500px) {
  .update-register .return,
  .update-register .go-next,
  .update-register .update-attendee {
    padding: 16px 30px !important;
  }
}

.update-register .return {
  background-color: #ffffff;
  border: 1px solid #38383a33;
  color: #38383a;
}

.update-register .go-next,
.update-register .update-attendee {
  background-color: #00a4b6;
  color: #ffffff;
  text-transform: uppercase;
}

.update-register .return:hover {
  background-color: #f7f7fa !important;
}

.update-register .go-next:hover,
.update-register .update-attendee:hover {
  background-color: #008a99 !important;
}

.registration button {
  outline: none !important;
}

/* ---------------------------------------------------------------------------- */
.registration .public-attendee-form-container.attendee-success-message,
.registration .main-card.attendee-success-message {
  color: #222222 !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

body > section > section.public-registration-container > section > a {
  display: none;
}
.main-card {
  overflow: hidden !important;
}
.title-form {
  display: none;
}

.header-registration {
  display: none !important;
}

.summary-container {
  display: none;
}

.public-registration-container,
.public-attendee-form-container {
  width: 100%;
  width: -webkit-fill-available;
  max-width: 500px !important;
}

body > section > section.public-registration-container > p {
  display: none;
}

.update-register .btn.btn-secondary-action.cancel-registration {
  border-radius: 0;
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  padding: 16px 48px !important;
  letter-spacing: 1.5px !important;
  background-color: #ffffff;
  border: 1px solid #38383a33;
  color: #38383a;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .update-register .btn.btn-secondary-action.cancel-registration {
    padding: 16px 30px !important;
  }
}

.update-register .btn.btn-secondary-action.cancel-registration:hover {
  background-color: #f7f7fa !important;
}

.attendee-autoconfirmation {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #ebebeb !important;
  padding: 0;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
  padding: 5% 0%;
}

.attendee-autoconfirmation .alert {
  margin-bottom: 0 !important;
  font-size: 18px;
  color: #000;
}

.attendee-autoconfirmation a.btn-primary-action.btn.update-attendees {
  border-radius: 0;
  text-transform: uppercase;
  background-color: #00a4b6;
  color: #ffffff !important;
  font-family: 'Domaine Sans Text' !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  padding: 16px 48px !important;
  letter-spacing: 1.5px !important;
}

.attendee-autoconfirmation p {
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 40px;
  padding: 20px;
  line-height: 35px;
  font-family: 'Domaine Text' !important;
  box-sizing: content-box;
}

.attendee-autoconfirmation b {
  display: block;
  font-style: italic !important;
}

.attendee-autoconfirmation br {
  display: none;
}

.attendee-autoconfirmation .alert.alert-success {
  max-width: 58%;
  margin: 0 auto;
  border-radius: 0;
  font-size: 18px;
  border: 0 !important;
}

.alert.alert-success {
  font-family: 'Domaine Text' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 14px;
  background-color: #ebebeb;
  color: #000 !important;
}

.select-attendee {
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.design_bottom {
  padding-bottom: 40px !important;
}

.summary-btn-add {
  justify-content: center !important;
  background-color: #ebebeb;
}

.add-new-button {
  border: none !important;
  color: #00a4b6 !important;
  font-family: 'UniversLTstd' !important;
  font-size: 16px !important;
}

.table-wrapper {
  border-radius: 0px !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}

.add-new-button:hover {
  background-color: white !important;
}

#merchandising {
  display: none;
}

.disabled-plus {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Skeleton loader style */
.workshop-option {
  visibility: hidden;
}

/* Animation for skeleton loader */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Loaded content style */
.loaded {
  background-color: #fff !important;
  visibility: visible !important;
}
