.radio-checkbox-container.flex > label > .info-trigger {
  right: auto;
  left: 66px;
  top: -0.5rem;
}

.radio-checkbox-container.flex > .error-message {
  margin-left: 58px;
}
.info-trigger, main .info-trigger:hover {
  position: absolute;
  background-color: #ddd;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  width: 16px;
  height: 16px;
  font-family: "Times New Roman";
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  border-radius: 100%;
  color: #444;
  top: -0.1rem;
  left: auto;
  right: 0.35rem;
  cursor: pointer;
  z-index: 9;
}
.info-trigger:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  background-color: #ddd;
  position: absolute;
  top: 7px;
  left: 3px;
  z-index: -1;
}
label + .info-trigger {
  top: 0.3rem;
  right: -2.35rem;
}
label + .info-trigger:before {
  top: 6px;
  left: 0;
  transform: rotate(90deg);
}

.form-grid-center label {
 width: 100%;
}

.radio-checkbox-container.flex {
  flex-direction: column;
  max-width: 600px;
}

.radio-checkbox-container.flex > label {
  margin-bottom: 0.75rem;
}

.warning-message {
  font-size: 0.9rem;
  text-align: left;
  width: 100%;
  max-width: 600px;
  display: block;
}

#driverData .radio-checkbox-container label + div, #policyHolderData .radio-checkbox-container label + div {
  text-align: left;
}

.module.module-claimer {
  position: relative;
  bottom: 0;
  text-align: left;
  padding: 1.25rem 1.25rem 0.5rem;
}
.module.module-claimer p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.375 !important;
}
.module.module-claimer p a {
  color: inherit;
  border-bottom-color: inherit;
}

.insurance-credits {
  position: relative !important;
  display: inline-block !important;
  margin-top: 0 !important;
}

#asideReceipt {
  max-height: 100vh;
}

@media (max-height: 660px) {

  #asideReceipt #shoppingCartToggle, #asideReceipt #shoppingCartData {
    z-index: 9;
    background-color: #f5f5f5;
  }

  #asideReceipt #shoppingCartData {
    border-bottom: 1px solid #bbb;
  }

  .module.module-claimer {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }




}