.theme-color{
    background-color: #1E1051;
}
.custom-select-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 16px;
    padding-right: 2.5rem;
}
@media (max-width: 991.98px) {
    .mt-responsive {
        margin-top: 2.5rem !important;
    }
}
.trk-btn.btn-sm {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .trk-btn--previous{
    background-color: #ff0c0c;
  }
.form-head {
    font-size: 26px !important;
}
.required-astrisk {
    color: red;
}
.primary-color{
    color: #1E1051 !important;
}
.contact-anchor{
    color: var(--title-color);
}
.form-head .small-text {
    font-size: 16px;
    font-weight: normal;
    color: #555;
    vertical-align: middle;
  }
 .footer-highlight, .footer-highlight:hover{
     color:#F94D1C !important;
 }
 /*Family and Employment Information Page Mobile View Starts*/
 @media (max-width: 767px) {
      #family-info-wrapper .family-info-entry {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: stretch;
      }
      #family-info-wrapper .family-info-entry > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
      #family-info-wrapper .family-info-entry .form-control {
        width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
      }
      .account__content .row.g-3 > .col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 0;
        margin-bottom: 0.5rem;
      }
      .account__content .row.g-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: stretch;
        padding-bottom: 0.25rem;
      }
      .account__content .row.g-3 > .col-5,
      .account__content .row.g-3 > .col-3,
      .account__content .row.g-3 > .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 0;
      }
      .account__content .row.g-3 .input-group {
        width: 100% !important;
        display: flex;
        align-items: center;
        box-sizing: border-box;
      }
      .account__content .row.g-3 .input-group .input-group-text {
        flex: 0 0 auto;
      }
      .account__content .row.g-3 .input-group .form-control {
        flex: 1 1 auto;
        min-width: 0;
      }
      .account__content .row.g-3::-webkit-scrollbar { height: 6px; }
      .account__content .row.g-3::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.08); border-radius: 3px; }
      #family-info-wrapper .family-info-entry { margin-bottom: 0.6rem; }
    }
/*Family and Employment Information Page Mobile View Ends*/