.advHubBook-modal-holder {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: block;
  height: 100vh;
  width: 100vw;
  background: rgba(52, 64, 80, 0.3);
  z-index: 9999;
}

.advHubBook-holder {
  margin: 10vh auto;
  max-width: 760px;
  background-color: #fff;
  border: 1px solid #d6e3f3;
  border-radius: calc(16px * 0.375);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.advHubBook-whole-modal {
  position: relative;
}

.advHubBook-header-modal {
  width: 100%;
  border-bottom: 1px solid #d6e3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advHubBook-header-modal .advHubBook-header-logo-holder {
  width: 100%;
  padding: 16px 20px;
  border-right: 1px solid #d6e3f3;
}

.advHubBook-header-modal .advHubBook-header-logo-holder .advHubBook-header-logo {
  width: 40px;
}

.advHubBook-softelm-logo-holder {
  position: absolute;
  bottom: -50px;
  right: 15px;
  padding: 5px;
  background-color: black;
  border-radius: calc(16px * 0.25);
  display: flex;
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
}

.advHubBook-softelm-logo {
  width: 100px;
  margin-left: 15px;
}

.advHubBook-header-modal .advHubBook-header-close-holder {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advHubBook-header-modal .advHubBook-header-close-holder .advHubBook-header-close {
  width: 20px;
}

.advHubBook-content-holder {
  /*max-height: 50vh;*/
  /*overflow-y: scroll;*/
}

.advHubBook-invalid-message-text {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
}

.advHubBook-info-message-text {
  padding: 20px 0;
  margin: 0;
  color: #11698d;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
}

.advHubBook-modal-body {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.advHubBook-back-navigation {
  cursor: pointer;
  display: flex;
  align-items: center;
  /*color: #0071eb;*/
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  width: max-content;
  border-bottom: 1px solid transparent;
}

.advHubBook-back-navigation:hover {
  border-color: black;
}

.advHubBook-back-navigation .advHubBook-back-icon {
  width: 12px;
  margin-right: 5px;
}

.advHubBook-total-cost-label {
  color: #4f5e6f;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
}

.advHubBook-total-cost {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(24px * 1);
  font-weight: 700;
  line-height: 32px;
}

.advHubBook-x-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.advHubBook-footer-modal {
  border-top: 1px solid #d6e3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advHubBook-footer-modal .advHubBook-btn {
  border-radius: 4px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  outline: none;
  padding: 20px 64px;
  text-align: center;
}

.advHubBook-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; /* Negative margin to counteract padding on columns */
}

.advHubBook-col-12 {
  width: 100%; /* Take up the full width */
  box-sizing: border-box;
  padding: 0 15px; /* Column padding */
}

.advHubBook-col-6 {
  width: 50%; /* Take up half of the width */
  box-sizing: border-box;
  padding: 0 15px; /* Column padding */
}

.advHubBook-col-4 {
  width: 33%; /* Take up half of the width */
  box-sizing: border-box;
  padding: 0 15px; /* Column padding */
}

.advHubBook-col-3 {
  width: 25%; /* Take up half of the width */
  box-sizing: border-box;
  padding: 0 15px; /* Column padding */
}

@media (max-width: 767px) {
  .advHubBook-discount-section {
    width: 75%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
    .advHubBook-form-control {
      width: 60%;
    }
  }
  .advHubBook-eq-type-select, .advHubBook-eq-type-radio {
    width: 66%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
  }
  .advHubBook-eq-type-input-col {
    width: 50%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
  }
}

@media (min-width: 768px) {
  .advHubBook-discount-section {
    width: 50%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
  }
  .advHubBook-eq-type-select, .advHubBook-eq-type-radio {
    width: 33%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
  }
  .advHubBook-eq-type-input-col {
    width: 25%; /* Take up half of the width */
    box-sizing: border-box;
    padding: 0 15px; /* Column padding */
  }
}

.advHubBook-mb-3 {
  margin-bottom: calc(16px * 1) !important;
}

.advHubBook-mt-3 {
  margin-top: calc(16px * 1) !important;
}

.advHubBook-mt-5 {
  margin-top: calc(16px * 3) !important;
}

.advHubBook-ml-auto {
  margin-left: auto !important;
}

.advHubBook-mt-auto {
  margin-top: auto !important;
}

.advHubBook-my-3 {
  margin-top: calc(16px * 1) !important;
  margin-bottom: calc(16px * 1) !important;
}

.advHubBook-m-0 {
  margin: 0 !important;
}

.advHubBook-py-3 {
  padding-top: calc(16px * 1) !important;
  padding-bottom: calc(16px * 1) !important;
}

.advHubBook-p-3 {
  padding: calc(16px * 1) !important;
}

.advHubBook-rounded-sm-3 {
  border-radius: calc(16px * 0.375) !important;
}

.advHubBook-form-label {
  display: block;
  margin-bottom: calc(16px * 0.5);
  font-size: calc(16px * 0.8333333333);
  font-weight: 500;
  letter-spacing: calc(16px * 0.02);
  color: #5e6e82;
  line-height: 1.5;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.advHubBook-form-control {
  display: block;
  width: -webkit-fill-available;
  padding: 14px 16px;
  min-height: 22px;
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8e2ef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: calc(16px * 0.25);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.advHubBook-form-control:focus {
  color: #344050;
  background-color: #fff;
  border-color: #96bdf2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
}

.advHubBook-form-control::placeholder {
  color: #b6c1d2;
  opacity: 1;
}

.advHubBook-form-control:disabled {
  background-color: #edf2f9;
  opacity: 1;
}

.was-validated .advHubBook-form-control:invalid,
.advHubBook-form-control.advHubBook-is-invalid {
  border-color: #e63757;
  padding-right: calc(1.5em + calc(16px * 0.625));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + calc(16px * 0.15625)) center;
  background-size: calc(0.75em + calc(16px * 0.3125)) calc(0.75em + calc(16px * 0.3125));
}

.was-validated .advHubBook-form-control:invalid:focus,
.advHubBook-form-control.advHubBook-is-invalid:focus {
  border-color: #e63757;
  -webkit-box-shadow: 0 0 0 calc(16px * 0.25) rgba(230, 55, 87, 0.25);
  box-shadow: 0 0 0 calc(16px * 0.25) rgba(230, 55, 87, 0.25);
}

.advHubBook-form-select {
  display: block;
  width: -webkit-fill-available;
  padding: 14px calc(16px * 3) 14px 16px;
  min-height: 52px;
  -moz-padding-start: calc(calc(16px * 1) - 3px);
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(16px * 1) center;
  background-size: 16px 12px;
  border: 1px solid #d8e2ef;
  border-radius: calc(16px * 0.25);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.advHubBook-form-select option {
  font-size: calc(16px * 1);
}

.advHubBook-form-select:focus {
  border-color: #96bdf2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
}

.advHubBook-form-select[multiple],
.advHubBook-form-select[size]:not([size='1']) {
  padding-right: calc(16px * 1);
  background-image: none;
}

.advHubBook-form-select:disabled {
  background-color: #edf2f9;
}

.was-validated .advHubBook-form-select:invalid,
.advHubBook-form-select.advHubBook-is-invalid {
  border-color: #e63757;
}

.was-validated .advHubBook-form-select:invalid:not([multiple]):not([size]),
.was-validated .advHubBook-form-select:invalid:not([multiple])[size='1'],
.advHubBook-form-select.advHubBook-is-invalid:not([multiple]):not([size]),
.advHubBook-form-select.advHubBook-is-invalid:not([multiple])[size='1'] {
  --falcon-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  padding-right: calc(16px * 5.5);
  background-position: right calc(16px * 1) center, center right calc(16px * 3);
  background-size: 16px 12px, calc(0.75em + calc(16px * 0.3125)) calc(0.75em + calc(16px * 0.3125));
}

.was-validated .advHubBook-form-select:invalid:focus,
.advHubBook-form-select.advHubBook-is-invalid:focus {
  border-color: #e63757;
  -webkit-box-shadow: 0 0 0 calc(16px * 0.25) rgba(230, 55, 87, 0.25);
  box-shadow: 0 0 0 calc(16px * 0.25) rgba(230, 55, 87, 0.25);
}

.advHubBook-form-check {
  display: block;
  min-height: calc(16px * 1.5);
  padding-left: 1.5em;
  margin-bottom: calc(16px * 0.34375);
}
.advHubBook-form-check .advHubBook-form-check-input {
  float: left;
  margin-left: -1.5em;
}
.advHubBook-form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #b6c1d2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
}
.advHubBook-form-check-input[type='radio'] {
  border-radius: 50%;
}
.advHubBook-form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.advHubBook-form-check-input:focus {
  border-color: #96bdf2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 calc(16px * 0.25) rgba(44, 123, 229, 0.25);
}
.advHubBook-form-check-input:checked {
  background-color: #2c7be5;
  border-color: #2c7be5;
}
.advHubBook-form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.advHubBook-form-check-input[disabled] ~ .advHubBook-form-check-label,
.advHubBook-form-check-input:disabled ~ .advHubBook-form-check-label {
  cursor: default;
  opacity: 0.5;
}

.advHubBook-form-check-label {
  line-height: calc(16px * 1.45);
}

.advHubBook-card-title {
  font-weight: 600;
  font-size: calc(16px * 1.2);
  margin-bottom: calc(16px * 0.5);
  color: #344050;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
}

.advHubBook-border-danger {
  border: 1px solid rgba(230, 55, 87, 1);
}

.advHubBook-bg-danger {
  background-color: rgba(230, 55, 87, 1) !important;
}

.advHubBook-color-danger {
  color: rgba(230, 55, 87, 1) !important;
}

.advHubBook-border-info {
  border: 1px solid #d4f2ff;
}

.advHubBook-bg-info {
  background-color: #d4f2ff !important;
}

.advHubBook-color-info {
  color: #4d5969 !important;
}

.advHubBook-text-white {
  color: #fff;
}

.advHubBook-btn {
  display: inline-block;
  padding: calc(16px * 0.3125) calc(16px * 1);
  font-size: calc(16px * 1);
  font-weight: 500;
  line-height: 1.5;
  color: #5e6e82;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d8e2ef;
  border-radius: calc(16px * 0.25);
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: none;
}

.advHubBook-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #21A0D7FF;
  border-color: #1DA1F2FF;
}

.advHubBook-btn:disabled {
  opacity: 0.5;
  cursor: inherit;
}

.advHubBook-btn-primary {
  color: #fff;
  border: 1px solid #2c7be5;
  background-color: #2c7be5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-primary:hover {
  color: #fff;
  border: 1px solid #2362b7;
  background-color: #2569c3;
}

.advHubBook-btn-primary:active {
  color: #fff;
  border: 1px solid #215cac;
  background-color: #2362b7;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-primary:disabled {
  color: #fff;
  border: 1px solid #2c7be5;
  background-color: #2c7be5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-primary {
  color: #2c7be5;
  border: 1px solid #2c7be5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-primary:hover {
  color: #fff;
  border: 1px solid #2c7be5;
  background-color: #2c7be5;
}

.advHubBook-btn-outline-primary:active {
  color: #fff;
  border: 1px solid #2c7be5;
  background-color: #2c7be5;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-primary:disabled {
  color: #2c7be5;
  border: 1px solid #2c7be5;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-success {
  color: #00d27a;
  border: 1px solid #00d27a;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-success:hover {
  color: #fff;
  border: 1px solid #00d27a;
  background-color: #00d27a;
}

.advHubBook-btn-outline-success:active {
  color: #fff;
  border: 1px solid #00d27a;
  background-color: #00d27a;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-btn-outline-success:disabled {
  color: #00d27a;
  border: 1px solid #00d27a;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.advHubBook-d-flex {
  display: flex;
}

.advHubBook-justify-content-end {
  justify-content: end;
}

.advHubBook-justify-content-start {
  justify-content: start;
}

.advHubBook-justify-content-between {
  justify-content: space-between;
}

.advHubBook-gap-2 {
  gap: calc(16px * 0.5) !important;
}

.advHubBook-remove-item {
  color: rgba(230, 55, 87, 1) !important;
  margin: 0 !important;
  font-size: calc(16px* 0.8333333333);
  cursor: pointer;
}

.advHubBook-remove-item:hover {
  text-decoration: underline;
}

.advHubBook-equipment-adventure-info {
  color: #344050 !important;
  margin: 0 !important;
  font-size: calc(16px* 0.8333333333);
}

.splitter {
  border-top: 1px solid #d6e3f3;
}

.advHubBook-p {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: calc(16px * 1);
}
.advHubBook-p-redirect-text {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: calc(16px * 0);
}

.advHubBook-p-footnote {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 0.875);
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: calc(16px * 1);
}

.advHubBook-ul {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: calc(16px * 1);
  padding-left: calc(16px * 2);
  list-style-type: disc;
}

.advHubBook-table {
  color: #5e6e82;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: left;
}

.advHubBook-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.advHubBook-input-group-prepend .advHubBook-form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.advHubBook-input-group-append .advHubBook-form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.advHubBook-input-group-sufix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  font-size: calc(16px* 1);
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  text-align: center;
  white-space: nowrap;
  background-color: #edf2f9;
  border: 1px solid #d8e2ef;
  border-top-right-radius: calc(16px* 0.25);
  border-bottom-right-radius: calc(16px* 0.25);
}

.advHubBook-input-group-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  font-size: calc(16px* 1);
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  text-align: center;
  white-space: nowrap;
  background-color: #edf2f9;
  border: 1px solid #d8e2ef;
  border-top-left-radius: calc(16px* 0.25);
  border-bottom-left-radius: calc(16px* 0.25);
}

.advHubBook-form-text {
  font-size: calc(16px*0.875);
  color: #6c757d;
}
