/***************************************************************************/
/*                    OVERALL IFRAME STYLES                        */
/***************************************************************************/

/*change the background color of the overall iframe registration module*/
/*0 in the last parameter means color is transparent*/

/***************************************************************************/
/*                  CUSTOM STYLES                              */
/***************************************************************************/

body {
  background-color: transparent !important;
}

#send-email-form > div:nth-child(3) > input {
  background-color: #005aa0;
  border-radius: 0px;
  height: 46px !important;
  width: 100% !important;
}

#public-register-form
  > div:nth-child(5)
  > div.update-register
  > button.btn-primary-action.btn.update-attendee.g-recaptcha,
.btn-primary-action {
  background-color: #005aa0;
  border-radius: 0px;
  height: 46px !important;
  width: 100% !important;
}

.btn-primary-action:hover {
  background-color: #005aa0;
}

.update-register {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.modal-footer .btn + .btn {
  background-color: #005aa0;
  border-radius: 0px;
}

#close-workshop-calendar-modal {
  border-radius: 0px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-color: #005aa0 !important;
}

#public-register-form
  > div:nth-child(5)
  > div.update-register
  > button.btn.btn-secondary-action.cancel-registration,
.btn {
  background-color: #005aa0;
  border-radius: 0px;
  height: 46px !important;
  width: 100% !important;
}

.btn {
  font-size: 16px;
}

#register-editor-email-input {
  height: 46px !important;
  border-radius: 0px !important;
  width: 300px !important;
}

.white-panel,
.registration .public-attendee-form-container.add-new-participant,
.registration .main-card.add-new-participant,
.registration .public-attendee-form-container.retrieve,
.registration .main-card.retrieve,
.registration .public-attendee-form-container.summary-card,
.registration .main-card.summary-card,
.registration .public-attendee-form-container.payments,
.registration .main-card.payments,
.registration .public-attendee-form-container.attendee-success-message,
.registration .main-card.attendee-success-message {
  border: 1px solid #d1d5db7a !important;
  border-radius: 3px !important;
  box-shadow: 0px 1px 16px 0px #00000014 !important;
}

.new-card {
  box-shadow: 0px 1px 16px 0px #00000014 !important;
  border: 1px solid #d1d5db7a !important;
  border-radius: 3px !important;
  margin-bottom: 15px !important;
}

.modal-content {
  box-shadow: 0px 1px 16px 0px #00000014 !important;
  border: 1px solid #d1d5db7a !important;
  border-radius: 3px !important;
}

.workshop {
  box-shadow: 0px 1px 16px 0px #00000014 !important;
  border: 1px solid #d1d5db7a !important;
  border-radius: 3px !important;
}

.form-control {
  height: 44px !important;
  border-radius: 1px;
}

.col-sm-12 {
  color: #374151 !important;
}

.title-form.attendee-form {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent !important;
}

#coupon_code_container > section > section > section {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

#merchandising_chooser > section > span {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.workshop__view-more {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px !important;
  color: #222222 !important;
}

#workshops > div.workshops-picker.picker > section > p > span {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

#payment_table > section > span {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

p.workshop__name {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  cursor: auto;
}

.fa.fa-calendar {
  color: #005aa0;
}

.selected-slot-details {
  color: #374151 !important;
}

#public-register-form
  > div:nth-child(5)
  > div.new-card.attendee-information
  > div
  > label {
  font-size: 0;
}

#public-register-form
  > div:nth-child(5)
  > div.new-card.attendee-information
  > div
  > label::after {
  content: 'Ticket Type';
  font-size: 14px;
  color: #374151;
}
.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - -0.5em);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.form-control:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - -0.5em);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #5caeed29;
  outline: 0;
}

.workshop-list {
  overflow: auto !important;
  border-right: 0 !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.workshop-list-content {
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}
.workshop-option {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 3px;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 0;
  line-height: normal;
}

.modal-footer {
  display: flex;
  justify-content: center;
}

#workshop-calendar-modal
  > div
  > div
  > div.modal-body
  > div.row
  > div.form-group.col-md-6
  > div
  > div {
  display: flex;
  justify-content: center;
}

#workshop-calendar-modal {
  padding-right: 0px;
}

.workshop-option input:checked + span:after {
  background-color: #005aa0;
}

/***************************************************************************/
/*                  REGISTRATION FORM STYLES                   */
/***************************************************************************/

/*change the styles of the form*/

/***************************************************************************************/
/*                         ACTIVITIES SELECTION STYLES                       */
/***************************************************************************************/

/***********************************************************************************************/
/*                PARTICIPANT SUMMARY AND PAYMENT SELECTION STYLES                   */
/***********************************************************************************************/

/*in participants summary change the colors of button Add New Participant*/

/*in participants summary change the color of the arrow to see my participant info*/

/***************************************************************************/
/*                  OVERRIDE DATEPICKERSTYLES                   */
/***************************************************************************/

/***************************************************************************/
/*                  OVERRIDE REGISTRATION FORM                   */
/***************************************************************************/

/***************************************************************************/
/*                  FOOTER                                               */
/***************************************************************************/
