#rtec-check-in {
  display: block !important;
  position: relative;
}

#rtec-check-in .rtec-form-field,
.rtec-form-field {
  margin-bottom: 30px;
}
#rtec-check-in .rtec-input-wrapper,
.rtec-input-wrapper {
  position: relative;
}
#rtec-check-in input[type="text"],
#rtec-check-in input[type="email"],
#rtec-check-in input[type="tel"],
#rtec-check-in input[type="number"],
#rtec-check-in input[type="password"],
#rtec-check-in textarea,
.rtec-input[type="text"],
.rtec-input[type="email"],
.rtec-input[type="tel"],
.rtec-input[type="number"],
.rtec-input[type="password"],
.rtec-input[type="textarea"] {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  padding: 8px;
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#rtec-check-in select,
.rtec-select {
  padding-left: 8px;
  height: auto;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#rtec-check-in option,
.rtec-option {
  padding: 8px;
  height: auto;
  font-size: 18px;
  line-height: 1.5;
}
#rtec-check-in input[type="number"],
.rtec-input[type="number"] {
  max-width: 100px;
}
#rtec-check-in .rtec-modal-content button,
.rtec-modal-content button {
  line-height: inherit;
  height: auto;
  margin: 0;
}
#rtec-check-in label,
.rtec-label {
  display: inline-block;
}
#rtec-check-in .rtec-checkbox-option-wrap label:hover,
#rtec-check-in .rtec-form-wrapper input[type=checkbox]:hover,
#rtec-check-in .rtec-form-wrapper input[type=radio]:hover,
#rtec-check-in .rtec-form-wrapper select:hover,
.rtec-checkbox-option-wrap label:hover,
.rtec-form-wrapper input[type=checkbox]:hover,
.rtec-form-wrapper input[type=radio]:hover,
.rtec-form-wrapper select:hover {
  cursor: pointer;
}
#rtec-check-in .rtec-checkbox-option-wrap input,
#rtec-check-in .rtec-form-wrapper input {
  margin-right: 10px
}
#rtec-check-in .rtec-form-buttons,
.rtec-form-buttons {
  text-align: center;
}
#rtec-check-in .rtec-custom-hover:hover,
.rtec-custom-hover:hover {
  opacity: .8;
}
#rtec-check-in .rtec-valid,
.rtec-valid {
  border: 1px solid rgb(20, 220, 70) !important;
}
#rtec-check-in .rtec-error,
.rtec-error {
  border: 1px solid rgb(255, 92, 51) !important;
}
#rtec-check-in .rtec-checkbox-option-wrap label,
.rtec-checkbox-option-wrap label {
  display: inline;
  vertical-align: middle;
}

#rtec-check-in .rtec-check-in-input,
#rtec-check-in .rtec-check-in-results,
.rtec-check-in-input,
.rtec-check-in-results {
  padding: 24px;
  max-width: 800px;
  margin: auto;
}
#rtec-check-in .rtec-check-in-input,
.rtec-check-in-input {
  padding: 30px 30px 0;
}
#rtec-check-in .rtec-check-in-list-item,
.rtec-check-in-list-item {
  display: flex;
  margin-bottom: 10px;
  min-height: 44px;
}
#rtec-check-in .rtec-cili-primary,
#rtec-check-in .rtec-check-in-status-inner,
.rtec-cili-primary,
.rtec-check-in-status-inner {
  display: flex;
  align-items: center;
  min-width: 100px;
}
#rtec-check-in .rtec-check-in-button,
#rtec-check-in .rtec-check-in-item,
.rtec-check-in-button,
.rtec-check-in-item {
  font-size: 16px;
  padding: 10px;
  line-height: 1.3;
  text-transform: inherit;
}
#rtec-check-in .rtec-check-in-item,
.rtec-check-in-item {
  display: inline-block;
}
#rtec-check-in .rtec-check-in-list-item:hover,
.rtec-check-in-list-item:hover {
  background: #eee;
}
#rtec-check-in .rtec-check-in-status svg,
.rtec-check-in-status svg {
  display: inline-block;
  height: 24px;
  color: #009688;
}
#rtec-check-in .rtec-check-in-status,
.rtec-check-in-status {
  width: 100px;
}

.rtec-modal-is-open #rtec-check-in .rtec-modal-close {
  display: block;
}
.rtec-modal-is-open #rtec-check-in .rtec-modal-close:hover {
  cursor: pointer;
}


/* Check for email duplicate */
#rtec-check-in .rtec-email-spinner img,
.rtec-email-spinner img {
  position: absolute;
  top: 11px;
  right: 11px;
  border-radius: 0;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 24px;
  height: 24px;
}
#rtec-check-in .rtec-form-buttons .rtec-email-spinner,
.rtec-form-buttons .rtec-email-spinner {
  top: 50%;
  right: 50%;
  margin-top: -12px;
  margin-right: -12px;
}

#rtec-check-in .rtec-error-message,
.rtec-error-message {
  margin: 0;
  padding: 0 5px;
  font-weight: bold;
  background: rgb(255, 92, 51);
  color: #fff;
  border-radius: 3px;
}
#rtec-check-in .rtec-success-message,
.rtec-success-message {
  text-align: center;
}
.rtec-note {
  font-size: 13px;
  line-height: 1.2;
  display: block;
}

#rtec-check-in .rtec-spinner,
.rtec-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.rtec-modal-is-open .select2-drop-active {
  z-index: 161000;
  font-size: 16px;
}
