.reviewalyzer-cr-body {
  opacity: 1;
  position: relative;
  background-color: #f5f5f5;
}

.reviewalyzer-cr-body button,
.swal2-actions button,
.reviewalyzer-form-buttons button {
  font-family: 'Syne', sans-serif;
  border-radius: 3px;
  line-height: 1em;
}

.reviewalyzer-cr-body table {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.7px;
}

.reviewalyzer-proposed-case,
.highlight-old-case.reviewalyzer-proposed-case {
  background-color: #fafab6 !important;
  position: relative;
}

.reviewalyzer-proposed-case .reviewalyzer-proposed-amt {
  position: relative;
}

.reviewalyzer-proposed-case .reviewalyzer-proposed-amt:after {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "Proposed";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #6f4700;
}

.highlight-old-case .reviewalyzer-date-ready {
  position: relative;
}

.highlight-old-case .reviewalyzer-date-ready:after {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "Prime for Review";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #024415;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}

.highlight-old-case.reviewalyzer-proposed-case .reviewalyzer-date-ready:after {
  content: '';
}

.reviewalyzer-tabs {
  display: flex !important;
  margin-bottom: 0 !important;
}

.reviewalyzer-cr-body .reviewalyzer-tab-button {
  font-size: 18px;
  font-family: 'Iner', sans-serif;
  border-radius: 0;
  background-color: transparent;
  color: #334155;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  font-weight: 400;
  box-shadow: none;
  line-height: 1em;
}

.reviewalyzer-cr-body .reviewalyzer-tab-button.active {
  border-bottom: solid 2px #2335E6;
  font-weight: 700;
}

.reviewalyzer-cr-body .reviewalyzer-tab-button:hover,
.reviewalyzer-cr-body .reviewalyzer-tab-button:focus {
  background-color: transparent;
  color: #334155;
}

.error {
  color: red !important;
}

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

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

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

.reviewalyzer-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;
}

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

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

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

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

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

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

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

.reviewalyzer-training-video-link {
  color: #ffffff;
  transition: 0.25s;
}

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

.reviewlayzer-cases-page-header {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.reviewalyzer-create-case {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: #ffffff;
  border-color: #2335e6;
  background-color: #2335e6;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-decoration: none !important;
}

.reviewalyzer-create-case:hover {
  color: #ffffff;
  background-color: #0a1682;
}

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

.reviewalyzer-methods-buttons {
  display: flex;
  align-items: center;
}

.reviewalyzer-methods-buttons .training-video-link {
  margin-right: 24px;
}

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

.reviewalyzer-methods-buttons-hide #reviewalyzer-find-form-toggle,
.reviewalyzer-methods-buttons-hide .reviewalyzer-bonus-products {
  display: block;
}

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

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

.reviewalyzer-methods-buttons-ca #reviewalyzer-find-form-toggle,
.reviewalyzer-methods-buttons-ca .reviewalyzer-bonus-products {
  display: none;
}

.reviewalyzer-cr-body .new-report-button {
  margin-left: 20px;
  font-family: 'Syne', sans-serif;
  line-height: 1em;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reviewalyzer-data-table .Return {
  font-weight: bold;
}

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

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

.reviewalyzer-parameters-form {
  background-color: #ffffff;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: fixed;
  width: 100%;
  top: 20px;
  left: calc(50% - 400px);
  transition: 0.5s;
  z-index: 10000000;
  max-width: 800px;
}

.reviewalyzer-modal-overlay,
.reviewalyzer-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;
}

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

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

.reviewalyzer-find-form .reviewalyzer-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;
}

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


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


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

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

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

.reviewalyzer-form-wrapper {
  display: flex;
  flex-direction: column ;
  gap: 12px;
}

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

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

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

.reviewalyzer-parameters-form .reviewalyzer-form-control,
.reviewalyzer-find-form .reviewalyzer-form-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

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

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

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

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

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

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

.form-group {
  gap: 0.5%;
}

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

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

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

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

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

.reviewalyzer-form-grouping h4 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.reviewalyzer-parameters-form select,
.reviewalyzer-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;
}

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

.reviewalyzer-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;
}

.reviewalyzer-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;
}

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

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

.reviewalyzer-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;
}

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

.reviewalyzer-parameters-form .reviewalyzer-form-combo.form-view-more-iul.form-view-more-visible {
  display: flex;
}

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

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

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

.reviewalyzer-delete-button,
.reviewalyzer-cross-button,
.remove-case-access {
  background-color: transparent;
  border: solid 2px darkRed;
  color: darkRed;
  padding: 4px 8px;
}

.reviewalyzer-clone-button,
.reviewalyzer-fia-case-clone-button,
.reviewalyzer-fia-case-check-button {
  background-color: transparent;
  border: solid 2px #2335e6;
  padding: 4px 8px;
  border-radius: 3px;
}

.reviewalyzer-clone-button:hover,
.reviewalyzer-clone-button:focus,
.reviewalyzer-fia-case-clone-button:hover,
.reviewalyzer-fia-case-clone-button:focus,
.reviewalyzer-fia-case-check-button:hover,
.reviewalyzer-fia-case-check-button:focus{
  background-color: #dbdfff;
  color: #dbdfff;
  border-color: #2335e6;
}

.reviewalyzer-delete-button {
  margin-left: 12px;
}

.reviewalyzer-fia-delete-button {
  margin-left: 0;
}

.reviewalyzer-delete-button:hover,
.reviewalyzer-delete-button:focus,
.reviewalyzer-cross-button:hover,
.reviewalyzer-cross-button:focus,
.remove-case-access:hover,
.remove-case-access:focus {
  background-color: #f9c4c4;
  color: white;
  border: solid 2px darkRed;
}

.reviewalyzer-case-edit-button,
.reviewalyzer-case-clone-button,
.reviewalyzer-fia-case-edit-button,
.reviewalyzer-fia-case-clone-button,
.reviewalyzer-fia-case-check-button {
  padding: 5px 9px;
}

.reviewalyzer-case-clone-button,
.reviewalyzer-fia-case-clone-button {
  padding: 4px 8px;
}

.reviewalyzer-fia-case-clone-button,
.reviewalyzer-fia-case-edit-button {
  margin-left: 8px;
  border-radius: 3px;
}

.save-case-notes,
.reviewalyzer-case-notes-button {
  line-height: 1em;
}

.editable-select,
.editable-cell {
  cursor: pointer;
}

.editable-select:hover,
.editable-cell:hover {
  background-color: #eeeeee;
}

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

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

.reviewalyzer-cr-body .new-report-button.clear-all-button {
  background-color: transparent;
  color: darkRed;
  border: none;
  box-shadow: none;
  padding-right: 0;
}

.reviewalyzer-cr-body .new-report-button.clear-all-button:hover,
.reviewalyzer-cr-body .new-report-button.clear-all-button:focus {
  background-color: transparent;
  color: darkRed;
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

.reviewalyzer-clear-everything {
  color: #2335e6;
}

.reviewalyzer-clear-everything:hover,
.reviewalyzer-clear-everything:focus {
  color: #0a1682;
  opacity: 1;
}

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

.reviewalyzer-indexOptionSelect {
  position: absolute;
  top: 60px;
  height: 160px;
  z-index: 1;
}

.reviewalyzer-indexOptionSelect option {
  padding: 6px 0;
}

.reviewalyzer-indexOptionclearButton {
  position: absolute;
  right: 10px;
  top: 28px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 6px 1px;
  background-color: #d0d0d0;
  color: #333333;
}

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

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

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

.tr-slectors {
  width: auto;
  border: solid 2px #d2d2d2;
  border-radius: 24px;
  height: 30px;
  background-color: #FFFFFF;
  padding: 0 6px 0 12px;
  cursor: pointer;
}

.tr-slectors select {
  color: #212529;
  border: 0 !important;
  background-color: transparent !important;
  outline: none;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: auto;
  height: 26px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.tr-slectors:hover,
.tr-slectors:focus {
  background-color: #f5f5f5;
  transition: 0.25s;
}

.tr-slectors .fa-check-circle {
  color: #024415;
}

.tr-slectors .fa-file-alt {
  color: blue;
}

.tr-slectors .fa-percentage {
  color: blue;
}

.tr-slectors .fa-calendar-check {
  color: blue;
}

.tr-slectors .fa-bolt {
  color: blue;
}

.tr-slectors .fa-clock {
  color: #6f4700;
}

.tr-slectors .fa-check-double {
  color: blue;
}

.tr-selectors-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  font-family: 'Inter', sans-serif;
  position: absolute;
  bottom: 125%; /* above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

[data-tooltip]:hover::after {
  opacity: 1;
}

.LongTooltip[data-tooltip]::after {
  width: 320px;
  white-space: normal;
}

#reviewalyzer-results {
  max-width: 1440px;
  margin: 0 auto;
}


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

/* Style for the spinner */
.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);
  }
}

#reviewalyzer-results-table th {
  font-size: 13px;
  font-weight: 400;
}

.reviewalyzer-client-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

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

.edit-client-info-buttons {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}

.reviewalyzer-cr-body .share-case-button {
  padding: 0;
  font-size: 14px;
  background: none;
  border: none;
  box-shadow: none;
  color: #2335e6;
  font-family: 'Inter', sans-serif;
}

.share-case-button:hover,
.share-case-button:focus {
  background: none;
  opacity: 0.7;
  text-decoration: underline;
  color: #2335e6;
}

.reviewalyzer-cr-body .new-report-button.client-info-button {
  background-color: transparent;
  color: #2335e6;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  margin-left: 0;
}

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

.reviewalyzer-change-annuity {
  background-color: #f0f0f0;
  color: #2335e6;
}

/* reviewalyzer-tooltip container */
.reviewalyzer-tooltip {
  position: relative;
  display: inline-block;
  font-size: 18px;
}

/* reviewalyzer-tooltip text */
.reviewalyzer-tooltip .reviewalyzer-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: 1000000000;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* reviewalyzer-tooltip arrow */
.reviewalyzer-tooltip .reviewalyzer-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 reviewalyzer-tooltip text when you mouse over the reviewalyzer-tooltip container */
.reviewalyzer-tooltip:hover .reviewalyzer-tooltiptext {
  visibility: visible;
  opacity: 1;
}


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

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

.switch input:hover {
  appearance: none;
}

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

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

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

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

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

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

.reviewalyzer-analysis-container {
  max-width: 960px;
  margin: 0 auto;
}

.reviewalyzer-analysis-container h2 {
  margin-bottom: 12px;
  margin-top: 48px;
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-heading-h2 {
  margin-top: 0;
}

.reviewalyzer-analysis-container h2:before {
  content: "";
  width: 42px;
  height: 42px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-heading-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/current-allocations.png);
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-fixed-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/fixed-1.png);
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-indexes-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/indexes-2.png);
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-growth-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/fia-growth.png);
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-volatility-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/volatility-3.png);
}

.reviewalyzer-analysis-container .reviewalyzer-analysis-recommendations-h2:before {
  background-image: url(/wp-content/plugins/reviewalyzer/images/recommendations.png);
}

#reviewalyzer-analysis-current-allocation {
  margin-bottom: 24px;
}

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

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

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

.reviewalyzer-analysis-container .reviewalyzer-do-card {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.reviewalyzer-do-card.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;
}

.reviewalyzer-results-table-wrapper {
  display: flex;
  gap: 24px;
}

.reviewalyzer-results-table-wrapper table {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.7px;
}

.reviewalyzer-results-table-wrapper::-webkit-scrollbar-thumb {
  background: #aaa;
}

.reviewalyzer-results-table-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}


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

#reviewalyzerOutputReturn {
  font-weight: bold;
}

/* Overall table layout and borders */
table {
  width: 100%;
  /* Make the table fill its container */
  border-collapse: collapse;
  /* Collapse borders for a cleaner look */
  font-family: Arial, sans-serif;
  /* Set a basic font */
}

/* Table header */
th {
  background-color: #f0f0f0;
  /* Light gray background */
  text-align: left;
  /* Align text to the left */
  padding: 10px;
  /* Cell padding */
  border: 1px solid #ddd;
  /* Subtle border */
  white-space: nowrap;
}

/* Table rows and data cells */
td {
  padding: 10px;
  /* Cell padding */
  border: 1px solid #ddd;
  /* Subtle border */
  white-space: nowrap;
}

/* Zebra-striping rows */
tbody tr:nth-child(odd) {
  background-color: #fafafa;
  /* Very light gray */
}

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

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

.affidavit-container {
  margin: 0 auto 60px;
  max-width: 1140px !important;
}

.affidavit-signature {
  display: flex;
  gap: 36px;
  width: 100%;
  margin-top: 60px;
}

.affadavit-signature-box {
  border-top: solid 2px #000000;
}

.affidavit-content h4 {
  margin-bottom: 8px;
}

.affidavit-content p {
  font-size: 13px;
}

.reviewalyzer-disclaimer {
  display: none;
}

hr {
  margin: 60px 0;
}

.reviewalyzer-reallocation-plan {
  display: block;
  max-width: 1440px;
  margin: 0 auto 24px;
}

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

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

.reviewalyzerTotalReturnRawTh,
#reviewalyzerOutputReturnRaw,
.reviewalyzerCurrentRateTh,
#reviewalyzerOutputCurrentRate,
.reviewalyzerIndexIdTh,
#reviewalyzerOutputIndexId {
  display: none;
}

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

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

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

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

#reviewalyzer-find-table-container {
  padding: 0 35px;
  width: 100%;
  overflow-x: auto;
  /* Instead of scroll */
  scrollbar-width: none;
  /* Firefox */
  max-width: 1510px;
  margin: 0 auto;
}

#reviewalyzer-find-table-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

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

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

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

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

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

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

.allocation-input {
  width: 80px !important;
  padding: 2px 4px !important;
}

.reviewalyzer-comparison {
  display: none;
}

.reviewalyzer-comparison.reviewalyzer-comparison-show {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

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

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

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

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

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

#reviewalyzer-currentProductAllocation,
#reviewalyzer-optimalProductAllocation,
#reviewalyzer-newProductAllocation {
  font-size: 36px;
  font-weight: bold;
}

#reviewalyzer-calculateComparison {
  opacity: 0.5;
  position: relative;
}

#reviewalyzer-calculateComparison:active {
  pointer-events: none;
}

.reviewalyzer-calculateComparison-tooltip {
  display: none;
}


#reviewalyzer-calculateComparison:hover .reviewalyzer-calculateComparison-tooltip {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  width: 220px;
  text-align: right;
}

#reviewalyzer-calculateComparison.reviewalyzer-calculateComparison-active:hover .reviewalyzer-calculateComparison-tooltip {
  display: none;
}

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

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

.reviewalyzer-explanations-container-inner {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

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

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

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

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

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

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

.reviewalyzer-CurrentReturnTitleWrapper,
.reviewalyzer-OptimalReturnTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 8px 0 12px;
}

.reviewalyzer-CasesFilterSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 7px 0;
  background-color: #f5f5f5;
  position: sticky;
  top: 73px;
  z-index: 1000;
  padding: 8px 0;
}

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

#reviewalyzerCurrentReturnTotal,
#reviewalyzerCombinedReturn,
#reviewalyzerOptimalReturnTotal {
  display: flex;
  align-items: center;
  gap: 12px;
}

#reviewalyzerCurrentReturnTotal strong,
#reviewalyzer-combinedReturn,
#reviewalyzerOptimalReturnTotal strong {
  font-size: 36px;
}

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

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

.reviewalyzer-currentComparisonWrapper .reviewalyzerActionTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerAction,
.reviewalyzer-currentComparisonWrapper .reviewalyzerCurrentParTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputCurrentPar,
.reviewalyzer-currentComparisonWrapper .reviewalyzerCurrentTriggerTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputCurrentTrigger,
.reviewalyzer-currentComparisonWrapper .reviewalyzerCurrentSpreadTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputCurrentSpread,
.reviewalyzer-currentComparisonWrapper .reviewalyzerCurrentBoostTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputCurrentBoost,
.reviewalyzer-currentComparisonWrapper .reviewalyzerCurrentCapTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputCurrentCap,
.reviewalyzer-currentComparisonWrapper .reviewalyzerAllocationAmountPercentTh,
.reviewalyzer-currentComparisonWrapper #reviewalyzerOutputAllocationPercentage,
.reviewalyzer-newAnnuityComparisonWrapper .Allocation {
  display: none;
}

.TenYearReturn {
  font-weight: bold;
}

#reviewalyzerAction {
  min-width: 200px;
}

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

.reviewalyzer-row-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}

.reviewalyzer-CurrentReturnTitleAndDesc p {
  margin-bottom: 0;
}

.reviewalyzer-bonus-products {
  color: #2335e6;
  line-height: 38px;
}

.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-exp #reviewalyzer-find-form-toggle,
.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-comp #reviewalyzer-find-form-toggle,
.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-ana #reviewalyzer-find-form-toggle,
.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-exp .reviewalyzer-bonus-products,
.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-comp .reviewalyzer-bonus-products,
.reviewalyzer-methods-buttons-hide.reviewalyzer-methods-buttons-ana .reviewalyzer-bonus-products {
  display: none;
}

.reviewalyzer-methods-buttons-comp .iul-button {
  display: none;
}

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

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

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

.reviewalyzer-print-button-ref {
  background-color: transparent;
  margin-right: 16px;
  color: #2335e6;
  border: none;
  box-shadow: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.reviewalyzer-print-button-ref:hover,
.reviewalyzer-print-button-ref:focus {
  background-color: transparent;
  color: #0a1682;
}

.reviewalyzer-print-button-ref:after {
  content: 'new!';
  font-size: 12px;
  color: orangered;
  font-style: italic;
  position: absolute;
  top: -8px;
  left: calc(50% - 16px);
}

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

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

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

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

.reviewalyzer-CurrentReturnTotalWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviewalyzer-TotalReplacedPremium {
  margin-top: 15px;
}

.reviewalyzer-TotalReplacedPremium #total-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 8px 14px;
  min-width: 200px;
  min-height: 149px;
}

.reviewalyzer-TotalReplacedPremium #total-premium .reviewalyzer-totalPremiumAmount {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.reviewalyzer-TotalReplacedPremium #total-premium .reviewalyzer-totalPremiumTitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.reviewalyzer-comparisonChartWrapper {
  width: 65%;
}

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

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

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

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

.reviewalyzer-back-to-cases {
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none !important;
}

.reviewalyzer-back-to-cases:hover,
.reviewalyzer-back-to-cases:focus {
  opacity: 0.7;
  transition: 0.25s;
  color: #FFFFFF;
}

.reviewalyzed-container {
  display: none;
}

.reviewalyzed-header {
  text-align: center;
}

.reviewalyzed-header h2 {
  font-size: 56px;
}

.reviewalyzed-header h2 span {
  font-weight: bold;
  font-style: italic;
}

.reviewalyzed-inner {
  border: solid 2px #000000;
  padding: 8px;
}

.reviewalyzed-optimal {
  margin: 48px 0;
}

.reviewalyzed-current #reviewalyzer-optionReturn,
.reviewalyzed-optimal #reviewalyzer-optionReturn,
.reviewalyzed-current #reviewalyzer-slash-after-cm,
.reviewalyzed-optimal #reviewalyzer-slash-after-cm {
  display: none;
}

.reviewalyzed-current .reviewalyzer-do-card-option,
.reviewalyzed-optimal .reviewalyzer-do-card-option {
  font-weight: bold;
  padding-bottom: 4px;
}

.reviewalyzed-current .reviewalyzer-do-card-option:last-of-type,
.reviewalyzed-optimal .reviewalyzer-do-card-option:last-of-type {
  padding-bottom: 0;
}

.reviewalyzed-result-number {
  font-size: 56px;
  font-weight: bold;
  color: green !important;
  text-align: center;
  margin-bottom: 24px;
}

.reviewalyzed-result-number:before {
  content: "\279F";
  display: inline-block;
  transform: rotate(270deg);
}

.reviewalyzer-review-disclaimer {
  display: none;
}

@page {
  margin-bottom: 72px;
}


@media print {
  * {
    color: black !important;
  }

  @page {
    margin: 0.5in 0.25in;
  }

  .reviewalyzer-analysis-container h2:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .ast-primary-header-bar,
  .site-footer {
    display: none !important;
  }

  .reviewalyzer-version {
    display: none;
  }

  .reviewalyzer-disclaimer {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 24px;
    clear: both;
    page-break-before: always;
  }

  .reviewalyzer-review-disclaimer {
    display: block;
    font-size: 10px;
    font-style: italic;
    text-align: center;
  }

  .reviewalyzer-cr-body * {
    zoom: 95%;
  }

  #index-info-container {
    clear: both;
    page-break-after: always;
    align-items: center;
  }

  .reviewalyzer-parameters-form {
    display: none;
  }

  .reviewalyzer-cr-body header {
    display: none;
  }

  #reviewalyzer-table-container #reviewalyzer-chart {
    clear: both;
    page-break-after: always;
    max-width: 100%;
  }

  .reviewalyzer-do-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns layout */
    gap: 8px;
    padding-top: 0px;
    margin-bottom: 0;
  }

  .reviewalyzer-do-card {
    width: auto;
    border: solid 1px #999999;
    box-shadow: none;
    break-inside: avoid;
  }

  .reviewalyzer-do-card-inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .reviewalyzer-do-card h5 {
    margin-bottom: 0px;
  }

  hr {
    display: none;
  }

  .reviewalyzer-do-card.order0:after {
    top: -28px;
  }

  .table-title {
    padding-top: 24px;
  }

  .reviewalyzer-data-table {
    page-break-after: always;
  }

  #reviewalyzer-results,
  #reviewalyzer-product-details-container,
  #reviewalyzer-find-table-container {
    display: none;
  }

  .reviewalyzer-reallocation-plan,
  .reviewalyzer-currentComparisonWrapper #reviewalyzer-results,
  #reviewalyzer-explanations-container,
  .reviewalyzer-newAnnuityComparisonWrapper #reviewalyzer-product-details-container,
  .reviewalyzer-newAnnuityComparisonWrapper #reviewalyzer-find-table-container,
  .reviewalyzer-comparison,
  .reviewalyzed-container {
    display: none !important;
  }

  .reviewalyzer-reallocation-plan.print-ready,
  .reviewalyzer-currentComparisonWrapper #reviewalyzer-results.print-ready,
  #reviewalyzer-explanations-container.print-ready,
  .reviewalyzer-newAnnuityComparisonWrapper #reviewalyzer-product-details-container.print-ready,
  .reviewalyzer-newAnnuityComparisonWrapper #reviewalyzer-find-table-container.print-ready,
  .reviewalyzer-comparison.print-ready,
  .reviewalyzed-container.print-ready {
    display: block !important;
  }

  .client-info-button,
  .reviewalyzer-methods-buttons,
  .reviewalyzerActionTh,
  #reviewalyzerAction {
    display: none !important;
  }

  .reviewalyzer-explanations-container-inner,
  .reviewalyzer-comparison-container {
    display: block;
  }

  .reviewalyzer-comparison-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .reviewalyzer-explanations-side-information,
  .reviewalyzer-explanations-side-content {
    width: 100%;
  }

  .reviewalyzer-currentComparisonWrapper,
  .reviewalyzer-comparison-container,
  .reviewalyzer-optimalComparisonWrapper {
    page-break-after: always;
  }

  .reviewalyzer-do-card-chart {
    width: 300px !important;
    height: auto !important;
  }

  .reviewalyzer-cr-body-inner {
    padding: 0;
  }

  .reviewalyzer-ComparisonHeader {
    display: flex;
  }

  .reviewalyzer-ComparisonHeader.print-not-ready {
    display: none;
  }

  .reviewalyzer-client-info-wrapper {
    display: none;
  }

  #ast-scroll-top,
  .reviewalyzer-menu-header {
    display: none !important;
  }

  .reviewalyzer-comparisonChartWrapper {
    width: 100%;
    text-align: center;
  }

  .reviewalyzer-prepared-by {
    display: block;
  }

  .client-info-no-print {
    display: none;
  }

  .cvn-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
  }
}

@media (max-width: 1440px) {

  #reviewalyzer-currentProductAllocation,
  #reviewalyzer-optimalProductAllocation,
  #reviewalyzer-newProductAllocation {
    font-size: 32px;
  }

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

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

/* LOADER CSS STARTS HERE */

/* HTML: <div class="loader"></div> */


.highlight-old-case {
  background-color: #b4ecc5 !important;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: transparent;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.reviewalyzer-case-link {
  color: #334155;
  font-weight: 700;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn)
  }
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000000;
  display: none;
}

/* LOADER CSS ENDS HERE */

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #2335e6;
}

div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  z-index: 10000;
}

.reviewlayzer-carrier-product {
  position: relative;
}

.reviewalyzer-carrier-product-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  vertical-align: middle;
}

.reviewalyzer-carrier-product-icon {
  vertical-align: middle;
  color: #212529;
}

.reviewalyzer-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.reviewalyzer-width-7 {}

.reviewalyzer-width-10 {}

.disabled-row {
  pointer-events: none;
  opacity: 0.5;
}

.reviewalyzer-statistics-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: end;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
}

.reviewalyzer-statistics-panel .stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 4px 14px;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #212529;
}

.reviewalyzer-statistics-panel .stat-box .stat-box-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.reviewalyzer-statistics-panel .stat-box .stat-box-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reviewalyzer-filter-toolbar {
  gap: 6px;
  margin-bottom: 10px;
  background: #fff;
  padding: 12px 12px;
  display: flex;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: 12px;
}

.reviewalyzer-filter-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  flex: 3 1 auto;
  max-width: 144px;
}

.reviewalyzer-filter-group select,
.reviewalyzer-filter-group input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 140px;
  height: 36px;
}

.reviewalyzer-filter-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 13px;
}

.reviewalyzer-filter-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

.reviewalyzer-search-section {
  min-width: 300px;
}

.reviewalyzer-search-section input,
#cases-per-page  {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
  border: none;
  cursor: pointer;
  padding-left: 32px;
}

.reviewalyzer-search-section input::placeholder,
#cases-per-page::placeholder {
  color: #334155;
  opacity: 0.7;
}

.reset-filters-link {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #eee;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.reset-filters-link:hover {
  background-color: #ddd;
}

a.reset-filters-link-not {
  background-color: #2335e6 !important;
  color: #ffffff !important;
  font-family: 'Syne', sans-serif !important;
  transition: 0.25s;
}

a.reset-filters-link-not:hover {
  background-color: #0a1682 !important;
  transition: 0.25s;
}

.remove-filter {
  color: #fff !important;
}

.filter-tabs #reset-filters,
.filter-tab {
  height: 40px !important;
  display: inline-block;
  line-height: 32px;
}

.filter-tab {
  border-radius: 22px !important;
  background-color: #212529 !important;
  color: #ffffff !important;
  transition: 0.25s;
}

.filter-tab:hover {
  background-color: rgb(60, 60, 60) !important;
  transition: 0.25s;
}

.reviewalyzer-filter-section {
  display: inline-flex;
  gap: 6px;
}
.reviewalyzer-cr-body .reviewalyzer-sort-btn {
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.6;
  border: 1px solid #d0d0d0;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #212529;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.25s;
  line-height: 16px;
}
.reviewalyzer-cr-body .reviewalyzer-sort-btn:hover {
  background: #212529;
  color: #ffffff;
  transition: 0.25s;
}

.reviewalyzer-cr-body .reviewalyzer-sort-btn[data-state="asc"],
.reviewalyzer-cr-body .reviewalyzer-sort-btn[data-state="desc"] {
  background-color: #0a1682;
  color: #ffffff;
}

.carrier-rules-info {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

.carrier-rules-info div {
  line-height: 1.4;
}

span.custom-name-label {
  position: absolute;
  bottom: 24px;
  left: 12px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  border-radius: 4px;
  padding: 8px;
  display: none;
  white-space: nowrap;
  margin-top: 10px;
  z-index: 9999;
}


.select2-container {
  z-index: 999999999 !important;
}

.select2-dropdown {
  z-index: 999999999 !important;
}

.product-type-fia::after {
  position: absolute;
  content: "FIA";
  top: 2px;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.product-type-iul::after {
  position: absolute;
  content: "IUL";
  top: 2px;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}


.swal2-container {
  z-index: 99999999999999 !important;
}

/* zaheer's code */

.reviewalyzer-case-edit-button,
.reviewalyzer-clone-button,
.remove-case-access,
.reviewalyzer-delete-button {
  min-width: 36px !important;
  border-radius: 3px;
}

.reviewalyzer-case-edit-button img,
.reviewalyzer-clone-button img,
.reviewalyzer-delete-button img {
  max-width: none;
}

.reviewalyzer-results-table-wrapper {
  padding: 0 2px;
  overflow-x: auto;
}

.reviewalyzer-results-cases-table {
  overflow-x: visible;
}

#reviewalyzer-results-table [data-tooltip]::after {
  top: 100%;
  bottom: auto;
}

#reviewalyzer-cases-table thead {
  display: none !important;
}

#reviewalyzer-cases-table {
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.reviewalyzer-cases-table-with-pag {
  display: block;
  width: 100%;
}

.policy-row {
  height: 80px;
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
}

.policy-cell {
  padding: 12px 20px 8px;
  vertical-align: top;
  border: none;
}

.client-name-cell {
  width: 120px;
  min-width: 120px;
}

.client-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 700;
  color: #212529;
  line-height: 20px;
  text-decoration: none !important;
  font-family: 'Syne', sans-serif;
  height: 31px;
}

.case-list-policy-number {
  font-size: 16px;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
}

.policy-info-cell {
  width: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.policy-info {
  display: flex;
  gap: 24px;
  align-items: center;
}

.info-group {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 16px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 16px;
  color: #212529;
}

.product-info-cell {
  width: 220px;
  min-width: 220px;
  text-align: right;
}

.product-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
}

.product-name {
  font-size: 16px;
  color: #212529;
}

.product-badge {
  display: inline-block;
  border-radius: 0px;
  padding: 2px 0;
  font-size: 11px;
  font-weight: 700;
  color: #212529;
  width: 24px;
  height: 24px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: -0.25px;
}

.fia-badge {
  background-color: #69daff;
}

.iul-badge {
  background-color: #ffbe58;
}

.custom-input-wrapper {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
  width: 200px;
  gap: 8px;
}

.custom-input-wrapper input {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
}

.select-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.actions-cell {
  vertical-align: top;
  text-align: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.actions-section {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  margin-top: 12px;
  gap: 16px;
}

.actions-section .select-button {
  margin: 0 12px;
  cursor: pointer;
}

.user-avatar {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  position: relative;
}

/* .avatar-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border: 1px solid #adadad;
  background: #eee;
  font-weight: 600;
}

.avatar-img img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border: 1px solid #f5f5f5;
} */

.user-name {
  font-size: 16px;
  color: #212529;
}

.status-indicator {
  margin-left: 3px;
}

.status-indicator i {
  color: #077637;
}

.dropdown-btn {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #495057;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.dropdown-btn:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 2px;
}

.comment-section {
  overflow: auto;
  max-height: 400px;
}

.note-count {
  position: absolute;
  top: 0;
  left: -6px;
  background: red;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 0px 7px;
  font-weight: 700;
}
.note-count-profile {
  position: absolute;
  top: -7px;
  left: -6px;
  background: red;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 0px 7px;
  font-weight: 700;
}

.case-notepad-btn {
  color: #2335E6;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.case-notepad-btn:hover {
  text-decoration: underline;
  opacity: 0.7;
}



.select2-selection--single {
  height: 40px !important;
}

.select2-selection__rendered {
  line-height: 40px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.highlight-old-case-2 {
  background-color: #b4ecc5 !important;
  position: relative;
}
.highlight-old-case-2 .policy-info-cell::before {
  content: "Prime For Review";
  position: absolute;
  top: -2px;
  left: 13px;
  font-style: italic;
  font-size: 10px;
  color: #024415;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.reviewalyzer-proposed-case-2 {
  background-color: #fafab6 !important;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2335e6;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
  color: #000 !important;
  background-color: white !important;
  font-family: 'Inter', sans-serif !important;
  line-height: normal;
}



/* Responsive Design */
@media (max-width: 1100px) {
  .policy-info {
    gap: 24px;
  }

  .actions-cell {
    width: 320px;
    min-width: 320px;
  }

  .product-info-cell {
    width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 900px) {
  .policy-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .policy-row {
    display: block;
    height: auto;
    padding: 16px 0;
    margin-bottom: 16px;
  }

  .policy-cell {
    display: block;
    width: 100%;
    padding: 12px 20px 8px;
    text-align: left !important;
  }

  .client-name-cell,
  .policy-info-cell,
  .product-info-cell,
  .actions-cell {
    width: 100%;
    min-width: auto;
    border-bottom: 1px solid #f0f0f0;
  }

  .actions-cell {
    border-bottom: none;
  }

  .policy-info {
    gap: 20px;
    flex-wrap: wrap;
  }

  .product-info {
    justify-content: flex-start;
  }

  .actions-section {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  body {
    padding: 10px;
  }

  .policy-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .actions-section {
    gap: 6px;
  }

  .user-avatar {
    margin-right: 4px;
  }
}

@media (max-width: 480px) {
  .policy-cell {
    padding: 8px 16px;
  }

  .policy-info {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #475569 !important;
}

@media print { .swal2-container { display: none !important; } }


.fa-stack.small {
  font-size: 0.5em;
}