.reviewalyzerLite-cr-body {
  opacity: 1;
  position: relative;
}

.reviewalyzerLite-cr-body.reviewalyzerLite-loading {
  opacity: 0;
}

#reviewalyzerLite-loading-animation {
  text-align: center;
  display: none;
}

#reviewalyzerLite-loading-animation.activeLoading {
  display: block;
}

.reviewalyzerLite-cr-body header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #d0d0d0;
  background-color: #ffffff;
  z-index: 10000;
  max-width: none !important;
}

.reviewalyzerLite-cr-body header .reviewalyzerLite-header-buttons {
  opacity: 0;
  pointer-events: none;
}

.reviewalyzerLite-cr-body header .reviewalyzerLite-header-buttons.reviewalyzerLite-header-buttons-show {
  opacity: 1;
  pointer-events: auto;
}

.reviewalyzerLite-cr-body .reviewalyzerLite-header-inner {
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewalyzerLite-logo-wrapper {
  display: flex;
  align-items: center;
}

.reviewalyzerLite-header-navigation {
  display: flex;
  align-items: center;
}

.reviewalyzerLite-header-navigation span {
  cursor: pointer;
  font-size: 18px;
  padding: 0 16px;
  line-height: 68px;
}

.reviewalyzerLite-header-navigation-active {
  font-weight: bold;
  border-bottom: solid 4px #2335e6;
}

.reviewalyzerLite-cr-body .reviewalyzerLite-cr-body-inner {
  max-width: none !important;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.reviewalyzerLite-methods-buttons {
  display: flex;
}

.reviewalyzerLite-training-video-link {
  margin-right: 16px;
  color: #FFFFFF;
  transition: 0.25s;
  padding: 0;
}

.reviewalyzerLite-training-video-link:hover,
.reviewalyzerLite-training-video-link:focus {
  color: #FFFFFF;
  opacity: 0.7;
  transition: 0.25s;
}

.reviewalyzerLite-methods-buttons #reviewalyzerLite-find-form-toggle,
.reviewalyzerLite-methods-buttons-hide #reviewalyzerLite-clear-all-button,
.reviewalyzerLite-methods-buttons-hide #reviewalyzerLite-parameters-form-toggle-iul,
.reviewalyzerLite-methods-buttons-hide #reviewalyzerLite-parameters-form-toggle {
  display: none;
}

.reviewalyzerLite-methods-buttons-hide #reviewalyzerLite-find-form-toggle {
  display: block;
}

.reviewalyzerLite-methods-buttons #reviewalyzerLite-customAllocationButtons {
  display: none;
}

.reviewalyzerLite-methods-buttons-ca #reviewalyzerLite-customAllocationButtons {
  display: block;
}

.reviewalyzerLite-methods-buttons-ca #reviewalyzerLite-find-form-toggle {
  display: none;
}

.reviewalyzerLite-methods-buttons-ca .reviewalyzerLite-print-case-button,
.reviewalyzerLite-methods-buttons-exp .reviewalyzerLite-print-case-button,
.reviewalyzerLite-methods-buttons-hide .reviewalyzerLite-print-case-button,
.reviewalyzerLite-methods-buttons-comp .reviewalyzerLite-print-case-button {
  display: none;
}

.reviewalyzerLite-cr-body .reviewalyzerLite-new-report-button {
  margin-left: 12px;
}

.reviewalyzerLite-cr-body-content.cr-body-content-hidden {
  display: none;
}

.reviewalyzerLite-cr-body h1 {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 12px;
}

.reviewalyzerLite-cr-body-content-description {
  font-size: 14px;
  color: #555555;
}

.reviewalyzerLite-cr-body-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}

.reviewalyzerLite-time-frame p {
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  font-size: 24px;
  color: #333333;
}

.reviewalyzerLite-data-table-header {
  width: 100%;
  max-width: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 35px;
  margin-bottom: 16px;
}

.reviewalyzerLite-data-table-header h3 {
  margin: 0;
}

#reviewalyzerLite-product-details-container,
#reviewalyzerLite-product-details-containerMirror {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 35px;
  margin-bottom: 24px;
}

#reviewalyzerLite-product-details-container > p,
#reviewalyzerLite-product-details-containerMirror > p {
  flex-basis: 25%;
  font-size: 18px;
  margin-bottom: 8px;
}

.reviewalyzerLite-product-details-ambest {
  text-transform: uppercase;
}

#reviewalyzerLite-index-info-container {
  max-width: 1140px !important;
}

#reviewalyzerLite-table-container {
	max-width: 1140px;
  margin: 36px auto;
  overflow: scroll;
  display: none;
}

.reviewalyzerLite-empty-state,
.reviewalyzerLite-find-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 36px;
}

.reviewalyzerLite-empty-state h4,
.reviewalyzerLite-find-empty-state h4 {
  margin: 20px 0 12px;
}

.reviewalyzerLite-empty-state.reviewalyzerLite-empty-state-hidden,
.reviewalyzerLite-find-empty-state.reviewalyzerLite-find-empty-state-hidden {
  display: none;
}

.reviewalyzerLite-data-table .reviewalyzerLite-Return,
.reviewalyzerLite-10YearReturn {
  font-weight: bold;
}

.reviewalyzerLite-parameters-form,
.reviewalyzerLite-modal,
.reviewalyzerLite-find-form {
  background-color: #ffffff;
  box-shadow: 4px 0 8px rgba(0,0,0,0.12);
  border-radius: 8px;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 10%;
  transition: 0.5s;
  z-index: 10000000;
  max-width: 80%;
}

.reviewalyzerLite-modal-overlay,
.reviewalyzerLite-ca-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
  margin: 0;
  padding: 0;
  z-index: 10000000;
}

.reviewalyzerLite-modal-overlay.reviewalyzerLite-modal-overlay-hide {
  display: none;
}

.reviewalyzerLite-parameters-form.reviewalyzerLite-parameters-form-hide,
.reviewalyzerLite-find-form.reviewalyzerLite-find-form-hide {
  display: none;
}

.reviewalyzerLite-find-form .reviewalyzerLite-find-form-toggle {
  position: absolute;
  top: 120px;
  right: -36px;
  background-color: #2335e6;
  color: #ffffff;
  box-shadow: 4px 0 8px rgba(0,0,0,0.12);
  padding: 24px 12px;
  border-radius: 0px 8px 8px 0px;
  font-size: 32px;
  cursor: pointer;
}

.reviewalyzerLite-find-form.reviewalyzerLite-find-form-hide .reviewalyzerLite-find-form-toggle {
  border-radius: 4px 0px 0px 4px;
  transform: rotate(180deg);
}


.reviewalyzerLite-find-form #reviewalyzerLite-retroPricingToggle,
.reviewalyzerLite-find-form #reviewalyzerLite-qualifiedToggle {
  display: none;
}


.reviewalyzerLite-parameters-form .reviewalyzerLite-parameters-form-inner,
.reviewalyzerLite-find-form .reviewalyzerLite-find-form-inner {
  padding: 24px;
}

.reviewalyzerLite-parameters-form h4,
.reviewalyzerLite-find-form h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-parameters-form-description,
.reviewalyzerLite-find-form .reviewalyzerLite-find-form-description {
  margin-top: 4px;
  font-size: 14px;
  color: #777777;
  line-height: 18px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-wrapper
.reviewalyzerLite-find-form .reviewalyzerLite-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviewalyzerLite-parameters-form .form-full {
  width: 100%;
  display: flex;
  gap: 0 12px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo,
.reviewalyzerLite-find-form .reviewalyzerLite-form-combo {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control,
.reviewalyzerLite-find-form .reviewalyzerLite-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

#reviewalyzerLite-custom-allocation-form .reviewalyzerLite-form-control {
  position: relative;
}

#reviewalyzerLite-custom-allocation-form {
  max-height: calc(100vh - 280px);
  overflow-y: scroll;
}

#reviewalyzerLite-custom-allocation-form .reviewalyzerLite-form-control {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 16px;
}

#reviewalyzerLite-custom-allocation-form input {
  max-width: 75px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo .reviewalyzerLite-form-combo,
.reviewalyzerLite-find-form .reviewalyzerLite-form-combo .reviewalyzerLite-form-combo {
  max-width: 50%;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo .reviewalyzerLite-form-combo-full,
.reviewalyzerLite-find-form .reviewalyzerLite-form-combo .reviewalyzerLite-form-combo-full {
  max-width: 100%;
}

.reviewalyzerLite-form-group {
  gap: 0.5%;
}

.reviewalyzerLite-form-grouping {
  background-color: #eeeeee;
  border: solid 1px #999999;
  padding: 12px 16px 0;
  border-radius: 4px;
  flex-direction: column;
}

.reviewalyzerLite-form-grouping-declared-rate {
  max-width: 50%;
  margin-top: 16px;
}

.reviewalyzerLite-capContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewalyzerLite-capInverseParWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviewalyzerLite-capInverseParWrapper #reviewalyzerLite-capInversePar {
  padding: 8px;
  -webkit-appearance: checkbox;
  transform: scale(150%);
  cursor: pointer;
}

.reviewalyzerLite-form-grouping h4 {
  margin-bottom: 12px;
}

label[for="reviewalyzerLite-currentPar"]:before,
label[for="reviewalyzerLite-newPar"]:before,
label[for="reviewalyzerLite-currentTrigger"]:before,
label[for="reviewalyzerLite-newTrigger"]:before,
label[for="reviewalyzerLite-currentCap"]:before,
label[for="reviewalyzerLite-newCap"]:before,
label[for="reviewalyzerLite-currentSpread"]:before,
label[for="reviewalyzerLite-newSpread"]:before,
label[for="reviewalyzerLite-currentBoost"]:before,
label[for="reviewalyzerLite-newBoost"]:before,
label[for="reviewalyzerLite-IULMulti"]:before,
label[for="reviewalyzerLite-IULFloor"]:before,
label[for="reviewalyzerLite-IULPFee"]:before,
label[for="reviewalyzerLite-annualBonus"]:before,
label[for="reviewalyzerLite-custom-allocation-1"]:before,
label[for="reviewalyzerLite-custom-allocation-2"]:before,
label[for="reviewalyzerLite-custom-allocation-3"]:before,
label[for="reviewalyzerLite-custom-allocation-4"]:before,
label[for="reviewalyzerLite-custom-allocation-5"]:before,
label[for="reviewalyzerLite-custom-allocation-6"]:before,
label[for="reviewalyzerLite-custom-allocation-7"]:before,
label[for="reviewalyzerLite-custom-allocation-8"]:before,
label[for="reviewalyzerLite-custom-allocation-9"]:before,
label[for="reviewalyzerLite-custom-allocation-10"]:before,
label[for="reviewalyzerLite-currentFixedRate"]:before,
label[for="reviewalyzerLite-newFixedRate"]:before,
label[for="reviewalyzerLite-declaredRateAllocation"]:before,
label[for="reviewalyzerLite-declaredRateFixedAllocation"]:before,
label[for="reviewalyzerLite-declaredRatePercentage"]:before {
  content: "%";
  color: #555555;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 14px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentPar"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newPar"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentTrigger"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newTrigger"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentCap"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newCap"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentSpread"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newSpread"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentBoost"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newBoost"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-IULMulti"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-IULFloor"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-IULPFee"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-annualBonus"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-1"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-2"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-3"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-4"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-5"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-6"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-7"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-8"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-9"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-custom-allocation-10"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-currentFixedRate"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-newFixedRate"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-declaredRateAllocation"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-declaredRateFixedAllocation"]:before,
.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:hover label[for="reviewalyzerLite-declaredRatePercentage"]:before {
  display: none;
}

label[for="reviewalyzerLite-custom-allocation-1"]:before,
label[for="reviewalyzerLite-custom-allocation-2"]:before,
label[for="reviewalyzerLite-custom-allocation-3"]:before,
label[for="reviewalyzerLite-custom-allocation-4"]:before,
label[for="reviewalyzerLite-custom-allocation-5"]:before,
label[for="reviewalyzerLite-custom-allocation-6"]:before,
label[for="reviewalyzerLite-custom-allocation-7"]:before,
label[for="reviewalyzerLite-custom-allocation-8"]:before,
label[for="reviewalyzerLite-custom-allocation-9"]:before,
label[for="reviewalyzerLite-custom-allocation-10"]:before {
  top: 10px;
  left: 55px;
}

label[for="reviewalyzerLite-allocationAmount"]:before {
  content: "$";
  color: #555555;
  position: absolute;
  top: 30px;
  left: 5px;
  font-size: 14px;
}

.reviewalyzerLite-form-grouping-declared-rate-hide {
  display: none !important;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control:last {
  margin-bottom: 0;
}

.reviewalyzerLite-parameters-form label {
  font-weight: bold;
}

.reviewalyzerLite-parameters-form select,
.reviewalyzerLite-parameters-form input {
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #767676;
  cursor: pointer;
}

.reviewalyzerLite-parameters-form input {
  cursor: text;
}

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

.reviewalyzerLite-parameters-form select:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-submit-button,
.reviewalyzerLite-find-submit-button {
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  margin-left: 12px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-submit-button:hover,
.reviewalyzerLite-find-submit-button:hover {
  opacity: 1;
}

.reviewalyzerLite-parameters-form .form-view-more-button {
  font-size: 16px;
  color: #2335e6;
  background-color: transparent;
  text-align: right;
  display: inline-block;
  width: 240px;
  align-self: flex-end;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo.reviewalyzerLite-form-view-more-iul {
  display: none;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo.reviewalyzerLite-form-view-more-iul.reviewalyzerLite-form-view-more-visible {
  display: flex;
  margin-top: 12px;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo.reviewalyzerLite-form-view-more-iul .reviewalyzerLite-form-grouping {
  width: 100%;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-combo.form-view-more-iul .reviewalyzerLite-form-grouping .reviewalyzerLite-form-combo {
  max-width: none;
}

.reviewalyzerLite-form-required {
  color: red;
}

.reviewalyzerLite-delete-button {
  background-color: transparent;
  border: solid 2px darkRed;
  color: darkRed;
  padding: 4px 8px;
}

.reviewalyzerLite-delete-button:hover {
  background-color: darkRed;
  color: white;
  border: solid 2px darkRed;
}

.reviewalyzerLite-iul-button {
  background-color: transparent;
  border: solid 2px #2335e6;
  color: #2335e6;
  padding: 8px 18px;
}

.reviewalyzerLite-form-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.reviewalyzerLite-cancel-button {
  background-color: #eeeeee;
  color: #1a1a1a;
}

.reviewalyzerLite-clear-all-button {
  background-color: transparent;
  color: darkRed;
  border: none;
  box-shadow: none;
}

.reviewalyzerLite-clear-all-button:hover,
.reviewalyzerLite-clear-all-button:focus {
  background-color: transparent;
  color: darkRed;
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

.reviewalyzerLite-clear-everything {
  color: #FFFFFF;
  padding: 0;
  margin-left: 0 !important;
  transition: 0.25s;
}

.reviewalyzerLite-clear-everything:hover,
.reviewalyzerLite-clear-everything:focus {
  color: #FFFFFF;
  opacity: 0.7;
  transition: 0.25s;
}

.reviewalyzerLite-upgrade-to-pro {
  color: #ffa200;
  padding: 0;
  transition: 0.25s;
}

.reviewalyzerLite-upgrade-to-pro:hover,
.reviewalyzerLite-upgrade-to-pro:focus {
  color: #ffc300;
  opacity: 0.7;
  transition: 0.25s;
}

.reviewalyzerLite-parameters-form .reviewalyzerLite-form-control.reviewalyzerLite-form-control-fixed {
  display: none;
}

.reviewalyzerLite-form-combo-title-wrapper {
  display: flex;
  gap: 20px;
}

.reviewalyzerLite-fixed-option-wrapper,
.reviewalyzerLite-declaredRate-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reviewalyzerLite-fixed-option-wrapper input,
.reviewalyzerLite-declaredRate-wrapper input {
  cursor: pointer;
  -webkit-appearance: checkbox;
  transform: scale(150%);
}

/* Style for table with reduced opacity */
#reviewalyzerLite-results-table.reviewalyzerLite-loading {
    opacity: 0.5;
    position: relative;
}

/* Style for the spinner */
.reviewalyzerLite-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; /* Center the spinner */
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000; /* Make sure it's above other content */
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#reviewalyzerLite-results-table th {
  font-size: 13px;
}

.reviewalyzerLite-client-info-wrapper {
  display: flex;
  align-items: center;
}

.reviewalyzerLite-client-info-meta {
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-family: 'Inter', sans-serif;
}

.reviewalyzerLite-cr-body .reviewalyzerLite-new-report-button.reviewalyzerLite-client-info-button {
  background-color: transparent;
  color: #2335e6;
  border: none;
  box-shadow: none;
  padding: 8px 0 0;
}

.reviewalyzerLite-cr-body .reviewalyzerLite-new-report-button.reviewalyzerLite-client-info-button:hover,
.reviewalyzerLite-cr-body .reviewalyzerLite-new-report-button.reviewalyzerLite-client-info-button:focus {
  background-color: transparent;
  color: #2335e6;
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

/* reviewalyzerLite-tooltip container */
.reviewalyzerLite-tooltip {
  position: relative;
  display: inline-block;
  color: #2335e6;
  font-size: 18px;
}

/* reviewalyzerLite-tooltip text */
.reviewalyzerLite-tooltip .reviewalyzerLite-tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* reviewalyzerLite-tooltip arrow */
.reviewalyzerLite-tooltip .reviewalyzerLite-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the reviewalyzerLite-tooltip text when you mouse over the reviewalyzerLite-tooltip container */
.reviewalyzerLite-tooltip:hover .reviewalyzerLite-tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* The switch - the box around the slider */
.reviewalyzerLite-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.reviewalyzerLite-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.reviewalyzerLite-switch input:hover {
  appearance: none;
}

/* The slider */
.reviewalyzerLite-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.reviewalyzerLite-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .reviewalyzerLite-slider {
    background-color: #2196F3;
}

input:checked + .reviewalyzerLite-slider:before {
    transform: translateX(26px);
}


.reviewalyzerLite-index-name-wrapper h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

.reviewalyzerLite-index-name-description {
  font-size: 14px;
  color: #333333;
}

#reviewalyzerLite-table-container #reviewalyzerLite-chart {
  margin: 36px 0;
}

.reviewalyzerLite-do-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.reviewalyzerLite-do-card {
  width: calc(50% - 12px); 
  background-color: #ffffff;
  border: solid 2px #d0d0d0;
  border-radius: 4px;
  position: relative;
}

.reviewalyzerLite-do-card.reviewalyzerLite-hidden-card {
  display: none;
}

.reviewalyzerLite-do-card-inner {
  padding: 24px;
}

.reviewalyzerLite-do-card h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 8px;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-percentage {
  font-weight: bold;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-rate-wrapper {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-rate-wrapper canvas {
  max-width: 50%;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-rate-percentage-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-rate-percentage-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.reviewalyzerLite-do-card .reviewalyzerLite-do-card-rate-percentage {
  font-size: 32px;
  font-weight: bold;
}

.reviewalyzerLite-do-card.reviewalyzerLite-order0 {
  border-color: green;
}

.reviewalyzerLite-do-card.reviewalyzerLite-order0:after {
  content: 'Optimal';
  display: inline-block;
  padding: 2px 8px;
  color: green;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.reviewalyzerLite-results-table-wrapper {
  overflow-x: auto; 
  display: block;
}

.reviewalyzerLite-results-table-wrapper table {
  width: 100%;
}

.reviewalyzerLite-results-hide {
  display: none;
}

#reviewalyzerLiteOutputReturn {
  font-weight: bold;
}
#reviewalyzerLite-table-container .CarrierID,
#reviewalyzerLite-table-container .Carrier,
#reviewalyzerLite-table-container .ProductID,
#reviewalyzerLite-table-container .Product,
#reviewalyzerLite-table-container .AMBest,
#reviewalyzerLite-table-container .IndexID,
#reviewalyzerLite-table-container .Reset,
#reviewalyzerLite-table-container .Unknown,
#reviewalyzerLite-table-container .CreditingMethod,
#reviewalyzerLite-table-container .Boost,
#reviewalyzerLite-table-container .MaxAge,
#reviewalyzerLite-table-container .NQMaxAgeRange,
#reviewalyzerLite-table-container .NQMinPrem,
#reviewalyzerLite-table-container .FreeWD,
#reviewalyzerLite-table-container .SurCharge,
#reviewalyzerLite-table-container .MVA,
#reviewalyzerLite-table-container .RMDWaive,
#reviewalyzerLite-table-container .CSID,
#reviewalyzerLite-table-container .PremType,
#reviewalyzerLite-table-container .NQMaxPrem,
#reviewalyzerLite-table-container .QMinPrem,
#reviewalyzerLite-table-container .QMaxPrem,
#reviewalyzerLite-table-container .Floor {
 display: table-cell;
}

.reviewalyzerLite-disclaimer {
  display: none;
}

hr {
  margin: 60px 0;
}

.reviewalyzerLite-reallocation-plan {
  display: block;
}

.reviewalyzerLite-reallocation-plan.reviewalyzerLite-reallocation-plan-hide {
  display: none;
}

.reviewalyzerLite-reallocation-plan-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewalyzerLiteTotalReturnRawTh,
#reviewalyzerLiteOutputReturnRaw,
.reviewalyzerLiteCurrentRateTh,
#reviewalyzerLiteOutputCurrentRate,
.reviewalyzerLiteIndexIdTh,
#reviewalyzerLiteOutputIndexId {
  display: none;
}

#reviewalyzerLite-custom-allocation-modal {
  max-width: 850px;
  left: calc(50% - 425px);
}

.reviewalyzerLite-custom-allocation-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewalyzerLite-ca-modal-content {
  padding: 24px;
}

#reviewalyzerLite-custom-allocation-close-button {
  margin-right: 12px;
}

#reviewalyzerLite-find-table-container {
  padding: 0 35px;
  width: 100%;
  overflow-x: scroll;
}

.reviewalyzerLite-find-data-table,
.reviewalyzerLite-find-table-title {
  max-width: none !important;
}

.reviewalyzerLite-find-data-table td.Index,
#reviewalyzerLiteOutputIndexOption {
  white-space: normal;
}

.reviewalyzerLite-new-annuity {
  display: none;
}

.reviewalyzerLite-new-annuity.reviewalyzerLite-new-annuity-show {
  display: block;
}

.reviewalyzerLite-new-product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none !important;
  margin-bottom: 24px;
}

h2.reviewalyzerLite-find-table-title {
  margin-bottom: 0;
}

.reviewalyzerLite-allocation-input {
  width: 80px !important;
}

.reviewalyzerLite-comparison {
  display: none;
}

.reviewalyzerLite-comparison.reviewalyzerLite-comparison-show {
  display: block;
}

#reviewalyzerLite-product-details-container.reviewalyzerLite-product-details-container-hide,
#reviewalyzerLite-find-table-container.reviewalyzerLite-find-table-container-hide {
  display: none;
}

.reviewalyzerLite-comparison-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.reviewalyzerLite-comparison-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
  border: solid 2px #d0d0d0;
  border-radius: 4px;
  width: 35%;
  padding: 24px;
}

.reviewalyzerLite-comparison-numbers {
  font-size: 16px;
  display: flex;
  justify-content: space-around;
}

.reviewalyzerLite-comparison-disclaimer {
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  margin-top: 12px;
}

#reviewalyzerLite-currentProductAllocation,
#reviewalyzerLite-optimalProductAllocation,
#reviewalyzerLite-newProductAllocation {
  font-size: 48px;
  font-weight: bold;
}

#reviewalyzerLite-calculateComparison {
  pointer-events: none;
  opacity: 0.5;
  padding-right: 0;
}

#reviewalyzerLite-calculateComparison.reviewalyzerLite-calculateComparison-active {
  pointer-events: auto;
  opacity: 1;
}

.reviewalyzerLite-comparison-number-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reviewalyzerLite-explanations-container-inner {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

.reviewalyzerLite-explanations-side-information,
.reviewalyzerLite-explanations-side-content {
  width: 50%;
}

.reviewalyzerLite-explanations-index {
  margin-bottom: 24px;
}

.reviewalyzerLite-explanations-index-reason {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eaeaea;
}

.reviewalyzerLite-explanations-index-reason-child {
  min-width: 350px;
}

.reviewalyzerLite-explanations-index-reason:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.reviewalyzerLite-hide {
  display: none !important;
}

.reviewalyzerLite-CurrentReturnTitleWrapper,
.reviewalyzerLite-OptimalReturnTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.reviewalyzerLite-CurrentReturnTitleWrapper h2,
.reviewalyzerLite-OptimalReturnTitleWrapper h2 {
  margin-bottom: 0;
}

#reviewalyzerLiteCurrentReturnTotal,
#reviewalyzerLiteCombinedReturn,
#reviewalyzerLiteOptimalReturnTotal {
  display: flex;
  align-items: center;
  gap: 12px;
}

#reviewalyzerLiteCurrentReturnTotal strong,
#reviewalyzerLite-combinedReturn,
#reviewalyzerLiteOptimalReturnTotal strong {
  font-size: 36px;
}

#reviewalyzerLite-currentComparison .clear-all-button {
  display: none;
}

.reviewalyzerLite-currentComparisonContainerTitle {
  display: flex;
  align-items: center;
}

.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteActionTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteAction,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteCurrentParTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputCurrentPar,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteCurrentTriggerTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputCurrentTrigger,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteCurrentSpreadTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputCurrentSpread,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteCurrentBoostTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputCurrentBoost,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteCurrentCapTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputCurrentCap,
.reviewalyzerLite-currentComparisonWrapper .reviewalyzerLiteAllocationAmountPercentTh,
.reviewalyzerLite-currentComparisonWrapper #reviewalyzerLiteOutputAllocationPercentage,
.reviewalyzerLite-newAnnuityComparisonWrapper .Allocation {
  display: none;
}

.reviewalyzerLite-find-data-table .CarrierID,
.reviewalyzerLite-find-data-table .Carrier,
.reviewalyzerLite-find-data-table .ProductID,
.reviewalyzerLite-find-data-table .Product,
.reviewalyzerLite-find-data-table .AMBest,
.reviewalyzerLite-find-data-table .IndexID,
.reviewalyzerLite-find-data-table .Reset,
.reviewalyzerLite-find-data-table .Unknown,
.reviewalyzerLite-find-data-table .CreditingMethod,
.reviewalyzerLite-find-data-table .Boost,
.reviewalyzerLite-find-data-table .MaxAge,
.reviewalyzerLite-find-data-table .NQMaxAgeRange,
.reviewalyzerLite-find-data-table .NQMinPrem,
.reviewalyzerLite-find-data-table .FreeWD,
.reviewalyzerLite-find-data-table .SurCharge,
.reviewalyzerLite-find-data-table .MVA,
.reviewalyzerLite-find-data-table .RMDWaive,
.reviewalyzerLite-find-data-table .CSID,
.reviewalyzerLite-find-data-table .PremType,
.reviewalyzerLite-find-data-table .NQMaxPrem,
.reviewalyzerLite-find-data-table .QMinPrem,
.reviewalyzerLite-find-data-table .QMaxPrem,
.reviewalyzerLite-find-data-table .Floor {
  display: none;
}

.reviewalyzerLite-ComparisonHeader {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #eaeaea;
}

.reviewalyzerLite-methods-buttons-hide.reviewalyzerLite-methods-buttons-exp #reviewalyzerLite-find-form-toggle,
.reviewalyzerLite-methods-buttons-hide.reviewalyzerLite-methods-buttons-comp #reviewalyzerLite-find-form-toggle {
  display: none;
}

.reviewalyzerLite-print-case-button {
  background-color: transparent;
  color: #2335e6;
  box-shadow: none;
}

.reviewalyzerLite-print-case-button:hover,
.reviewalyzerLite-print-case-button:focus {
  background-color: transparent;
  color: #2335e6;
  opacity: 0.7;
  box-shadow: none;
}

.reviewalyzerLite-print-button {
  pointer-events: none;
  opacity: 0.5;
  margin-left: 16px;
}

.reviewalyzerLite-print-button-ca {
  margin-right: 16px;
  background-color: transparent;
  border: solid 1px #2335e6;
  color: #2335e6;
}

.reviewalyzerLite-print-button.reviewalyzerLite-print-button-active {
  pointer-events: auto;
  opacity: 1;
}

.reviewalyzerLite-print-button-exp,
.reviewalyzerLite-print-button-comp {
  display: none;
}

.reviewalyzerLite-methods-buttons-exp .reviewalyzerLite-print-button-exp,
.reviewalyzerLite-methods-buttons-comp .reviewalyzerLite-print-button-comp {
  display: inline-block;
}

#reviewalyzerLite-optionReturn {
  font-weight: bold;
}

#reviewalyzerLite-optionIndexOption {
  font-size: 15px;
}

.reviewalyzerLite-CurrentReturnTotalWrapper {
  display: flex;
  align-items: center;
}

.reviewalyzerLite-comparisonChartWrapper {
  width: 65%;
}

#reviewalyzerLite-latest-updates {
  padding: 0;
  background-color: transparent;
  color: #2335e6;
  border: none;
  font-size: 18px;
  box-shadow: none;
  margin-right: 16px;
}

.reviewalyzerLite-prepared-by {
  display: none;
}

.reviewalyzerLite-version {
  width: 100%;
  text-align: center;
  opacity: 0.7;
  font-size: 13px;
}

.reviewalyzerLite-pre-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0a1682;
    max-width: none !important;
    padding: 4px 35px;
}

@page {
  margin-bottom: 72px;
}


@media print {
  * {
    color: black !important;
  }
  @page {
    margin: 0.5in 0.25in;
  }
  #reviewalyzerLite-client-info-title {
    display: none;
  }
  .ast-primary-header-bar,
  .reviewalyzerLite-site-footer {
    display: none !important;
  }
  .reviewalyzerLite-version {
    display: none;
  }
  .reviewalyzerLite-disclaimer {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    clear: both;
    page-break-before: always;
  }
  .reviewalyzerLite-cr-body * {
    zoom: 95%;
  }
  #reviewalyzerLite-index-info-container {
    clear: both;
    page-break-after: always;
    align-items: center;
  }
  .reviewalyzerLite-parameters-form {
    display: none;
  }
  .reviewalyzerLite-cr-body header {
    display: none;
  }
  #reviewalyzerLite-table-container #reviewalyzerLite-chart {
    clear: both;
    page-break-after: always;
    max-width: 100%;
  }
  .reviewalyzerLite-do-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns layout */
    gap: 8px;
    padding-top: 0px;
    margin-bottom: 0;
  }
  .reviewalyzerLite-do-card {
    width: auto;
    border: solid 1px #999999;
    box-shadow: none;
    break-inside: avoid;
  }
  .reviewalyzerLite-do-card-inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .reviewalyzerLite-do-card h5 {
    margin-bottom: 0px;
  }
  .reviewalyzerLite-do-card.reviewalyzerLite-order0:after {
    top: -28px;
  }

  hr {
    display: none;
  }
  .reviewalyzerLite-table-title {
    padding-top: 24px;
  }
  .reviewalyzerLite-data-table {
    page-break-after: always;
  }

  #reviewalyzerLite-results,
  #reviewalyzerLite-product-details-container,
  #reviewalyzerLite-find-table-container {
    display: none;
  }
  #reviewalyzerLite-reallocation,
  .reviewalyzerLite-reallocation-wrapper,
  .reviewalyzerLite-currentComparisonWrapper #reviewalyzerLite-results,
  #reviewalyzerLite-explanations-container,
  .reviewalyzerLite-newAnnuityComparisonWrapper #reviewalyzerLite-product-details-container,
  .reviewalyzerLite-newAnnuityComparisonWrapper #reviewalyzerLite-find-table-container,
  .reviewalyzerLite-comparison {
    display: none !important;
  }
  .reviewalyzerLite-reallocation-wrapper.reviewalyzerLite-print-ready #reviewalyzerLite-reallocation,
  .reviewalyzerLite-reallocation-wrapper.reviewalyzerLite-print-ready,
  .reviewalyzerLite-currentComparisonWrapper #reviewalyzerLite-results.reviewalyzerLite-print-ready,
  #reviewalyzerLite-explanations-container.reviewalyzerLite-print-ready,
  .reviewalyzerLite-newAnnuityComparisonWrapper #reviewalyzerLite-product-details-container.reviewalyzerLite-print-ready,
  .reviewalyzerLite-newAnnuityComparisonWrapper #reviewalyzerLite-find-table-container.reviewalyzerLite-print-ready,
  .reviewalyzerLite-comparison.reviewalyzerLite-print-ready,
  #reviewalyzerLite-results.reviewalyzerLite-print-ready,
  .reviewalyzerLite-client-info-wrapper.reviewalyzerLite-print-ready {
    display: block !important;
  }
  .reviewalyzerLite-client-info-wrapper.reviewalyzerLite-print-ready img {
    display: none !important;
  }
  .reviewalyzerLite-client-info-button,
  .reviewalyzerLite-methods-buttons,
  .reviewalyzerLiteActionTh,
  #reviewalyzerLiteAction,
  .reviewalyzerLite-clear-all-button {
    display: none !important;
  }
  .reviewalyzerLite-explanations-container-inner,
  .reviewalyzerLite-comparison-container {
    display: block;
  }
  .reviewalyzerLite-comparison-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .reviewalyzerLite-explanations-side-information,
  .reviewalyzerLite-explanations-side-content {
    width: 100%;
  }
  .reviewalyzerLite-currentComparisonWrapper,
  .reviewalyzerLite-comparison-container,
  .reviewalyzerLite-optimalComparisonWrapper {
    page-break-after: always;
  }
  .reviewalyzerLite-do-card-chart {
    width: 300px !important;
    height: auto !important;
  }
  .reviewalyzerLite-cr-body-inner {
    padding: 0;
  }
  .reviewalyzerLite-ComparisonHeader {
    display: flex;
  }
  .reviewalyzerLite-client-info-wrapper {
    display: none;
  }
  #ast-scroll-top {
    display: none;
  }
  .reviewalyzerLite-comparisonChartWrapper {
    width: 100%;
    text-align: center;
  }
  .reviewalyzerLite-prepared-by {
    display: block;
  }
}

@media (max-width: 1440px) {
  #reviewalyzerLite-currentProductAllocation,
  #reviewalyzerLite-optimalProductAllocation,
  #reviewalyzerLite-newProductAllocation {
    font-size: 32px;
  }

  .reviewalyzerLite-parameters-form, 
  .reviewalyzerLite-modal, 
  .reviewalyzerLite-find-form {
    max-width: 98%;
    left: 1%;
  }
}

@media (max-width: 1320px) {
  .reviewalyzerLite-header-navigation span {
    font-size: 15px;
  }
}