/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 03:53:06 */
@charset "UTF-8";
.assurance-ally-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
.assurance-ally-table tbody tr td {
  position: relative;
  border: 12px solid #FFF;
}
.assurance-ally-table tbody tr td .period-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  height: 91px;
  align-content: center;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
}
.assurance-ally-table tbody tr td .period-wrapper .custom-tooltip {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 398px;
  transform: translateX(-50%);
  width: 404px;
  background: white;
  color: black;
  padding: 20px 25px 10px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  pointer-events: none;
  transition: opacity 0.2s ease;
  white-space: normal;
}
.assurance-ally-table tbody tr td .period-wrapper .custom-tooltip::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 14%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
.assurance-ally-table tbody tr td .period-wrapper .custom-tooltip p {
  font-family: circular-std, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  letter-spacing: -0.36px;
}
.assurance-ally-table tbody tr td .period-wrapper .tooltip-trigger:hover + .custom-tooltip, .assurance-ally-table tbody tr td .period-wrapper .tooltip-trigger:focus + .custom-tooltip {
  display: block;
  opacity: 1;
}
.assurance-ally-table tbody tr td .period-wrapper .tooltip-trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
}
.assurance-ally-table tbody tr td .period-wrapper .tooltip-trigger:hover {
  text-decoration: underline;
}
.assurance-ally-table tbody tr td .last-period-wrapper .custom-tooltip {
  left: unset;
  right: -6px;
}
.assurance-ally-table tbody tr td .last-period-wrapper .custom-tooltip::before {
  right: -14px;
  left: unset;
  border-color: transparent transparent transparent white;
}
#assuranceAllyTable.hovering-charitable-planning .period-wrapper:not(.charitable-planning), #assuranceAllyTable.hovering-regular-planning .period-wrapper:not(.regular-planning), #assuranceAllyTable.hovering-qualified-planning .period-wrapper:not(.qualified-planning) {
  background-color: #FFF !important;
  border: 1px solid #E0E7E8;
}
.period-label-wrapper {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  margin-bottom: 25px;
}
.period-label-wrapper .period-label-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px 13px;
  border: 1px solid #FFF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
}
.period-label-wrapper .period-label-item:hover {
  border: 1px solid #000;
}
.period-label-wrapper .period-label-item .period-label-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.period-label-wrapper .period-label-item.charitable-item .period-label-icon {
  background-color: #B9E1FF;
}
.period-label-wrapper .period-label-item.regular-item .period-label-icon {
  background-color: #78BAF0;
}
.period-label-wrapper .period-label-item.qualified-item .period-label-icon {
  background-color: #2491EB;
}
@media (max-width: 1024px) {
  .assurance-ally-mobile-wrapper {
    max-width: 100%;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    user-select: none;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle {
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #FFF;
    border: 1px solid #E0E7E8;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle span {
    color: #000;
    font-size: 16px;
    line-height: 1em;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle .period-label-icon {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #B9E1FF;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle .period-label-icon.charitable-icon {
    background: #B9E1FF;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle .period-label-icon.regular-icon {
    background: #78BAF0 !important;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-toggle .period-label-icon.qualified-icon {
    background: #2491EB !important;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 5px;
    border: 1px solid #E0E7E8;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option {
    display: flex;
    padding: 18px 15px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    gap: 15px;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option:hover, .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option.active {
    background: #E6F4FF;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option span {
    font-size: 16px;
    line-height: 1em;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option .period-label-icon {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option .period-label-icon.charitable-icon {
    background: #B9E1FF;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option .period-label-icon.regular-icon {
    background: #78BAF0;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper .ally-dropdown-menu .dropdown-option .period-label-icon.qualified-icon {
    background: #2491EB;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper.open .ally-dropdown-menu {
    display: block;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper.open .ally-dropdown-toggle {
    border: 1px solid #2491EB;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
  }
  .assurance-ally-mobile-wrapper .ally-dropdown-wrapper.open .ally-dropdown-toggle::after {
    transform: rotatex(180deg);
    color: #2491EB;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
  }
  .assurance-ally-mobile-wrapper .ally-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 7px;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item {
    display: grid;
    position: relative;
    padding: 0 12px;
    height: 57px;
    line-height: 1;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    align-content: center !important;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.charitable-planning {
    background-color: #B9E1FF;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.regular-planning {
    background-color: #78BAF0;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.qualified-planning {
    background-color: #2491EB;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item .tooltip-trigger {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item .custom-tooltip {
    display: none;
    position: absolute;
    background: #FFF;
    color: #000;
    padding: 25px 25px 14px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 112%;
    left: 176px;
    transform: translateX(-50%);
    white-space: normal;
    width: 352px;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item .custom-tooltip p {
    font-family: circular-std, Verdana, Arial, sans-serif;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    line-height: 1.58em;
    letter-spacing: -0.34px;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item .custom-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 60px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.sec-mobile-column .custom-tooltip {
    left: 60px;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.sec-mobile-column .custom-tooltip::before {
    left: 50%;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.third-mobile-column .custom-tooltip {
    left: -56px;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.third-mobile-column .custom-tooltip::before {
    left: unset;
    right: 14%;
  }
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item.show-tooltip .custom-tooltip {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .assurance-ally-mobile-wrapper .ally-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .assurance-ally-mobile-wrapper .ally-grid .ally-grid-item {
    padding: 0 3px;
  }
}
