/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}
.benefits-page-overview-card-container {
  margin-right: 24px;
}
.benefits-page-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 213px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-page-overview-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #34343a;
  line-height: 24px;
}
.benefits-page-overview-card-row .benefits-page-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-page-overview-card-row .benefits-page-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
@media (max-width: 738px) {
  .benefits-page-overview-card-row .benefits-page-anchor-with-icon a {
    font-size: 16px !important;
  }
}
.benefits-page-overview-card-row .benefits-page-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-page-overview-card-row .benefits-page-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-page-overview-card-row .benefits-page-overview-card-progress {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-page-overview-card-row .benefits-page-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-page-overview-card-row .benefits-page-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 8px;
}
.benefits-page-overview-card-row .benefits-page-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-page-overview-card-row .benefits-page-overview-card-link {
  margin-top: 20px;
}
.benefits-page-overview-card-row .benefits-page-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-page-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-page-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
}
.benefits-page-sidebar-links-card-wrapper .benefits-page-sidebar-links-card-link {
  margin-top: 0.5rem;
  height: 2rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
}
.benefits-page-sidebar-links-card-wrapper .benefits-page-sidebar-links-card-link a {
  color: #0d65b3;
}
@media (max-width: 738px) {
  .benefits-page-overview-card-container {
    margin-right: 0;
  }
  .benefits-page-overview-card-wrapper {
    width: 100%;
    margin-bottom: 12px;
  }
  .benefits-page-overview-card-wrapper h3 {
    font-size: 18px !important;
  }
  .benefits-page-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
}
.master-policy {
  margin-top: 12px;
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}
.benefits-page-info-table .ant-table {
  border-spacing: 2px;
}
.benefits-page-info-table .ant-table table {
  border-spacing: 2px;
  padding: 0;
  margin-left: -2px;
}
.benefits-page-info-table .ant-table .ant-table-body {
  overflow-x: auto !important;
}
.benefits-page-info-table .ant-table thead tr th {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  padding: 0 !important;
  background-color: #d7ebff;
  color: #34343a;
}
.benefits-page-info-table .ant-table thead tr th .table-header-cell-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 12px;
}
.benefits-page-info-table .ant-table thead tr th .benefits-page-info-table-column-title {
  padding: 0 !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
}
.benefits-page-info-table .ant-table thead tr th:first-child {
  border-radius: 12px 0 0 0;
}
.benefits-page-info-table .ant-table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr.ant-table-row:hover > .benefits-page-info-table-column-blue-background {
  background-color: #d7ebff !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr.ant-table-row:active > td {
  background-color: #f7f7f7 !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr {
  height: auto;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td {
  background-color: #f7f7f7;
  color: #57575e !important;
  padding: 0.5rem 12px;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-column-blue-background {
  background-color: #d7ebff;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-centered-cells div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div.pad-12 {
  padding: 0 0.75rem;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-bold-cell {
  font-weight: 500 !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-grey-cell {
  color: #57575e;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr,
.benefits-page-info-table .ant-table .ant-table-tbody tr:first-child {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td,
.benefits-page-info-table .ant-table .ant-table-tbody tr:first-child td,
.benefits-page-info-table .ant-table .ant-table-tbody tr td:first-child,
.benefits-page-info-table .ant-table .ant-table-tbody tr:first-child td:first-child,
.benefits-page-info-table .ant-table .ant-table-tbody tr td:last-child,
.benefits-page-info-table .ant-table .ant-table-tbody tr:first-child td:last-child {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 0 !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.benefits-page-info-table-hidden-first-cell .ant-table thead tr th:first-child {
  visibility: hidden;
}
.benefits-page-info-table-hidden-first-cell .ant-table thead tr th:nth-child(2) {
  border-radius: 12px 0 0 0;
}
.benefits-page-info-table-hidden-first-cell .ant-table thead tr th:nth-child(2) span {
  padding: 0 0.75rem;
}
.benefits-page-info-table-hidden-first-cell .ant-table .ant-table-tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}
@media (max-width: 738px) {
  .benefits-page-info-table .ant-table {
    border-spacing: 2px;
  }
  .benefits-page-info-table .ant-table thead tr th {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500 !important;
  }
  .benefits-page-mobile-info-table .ant-table-fixed {
    min-width: 100%;
  }
  .benefits-page-mobile-info-table thead tr:last-child {
    display: none;
  }
  .benefits-page-mobile-info-table thead tr th:last-child {
    border-radius: 12px 12px 0 0 !important;
  }
  .benefits-page-mobile-info-table-multi-header-table thead tr th:last-child {
    border-radius: 0 0 0 0 !important;
  }
  .benefits-page-mobile-info-table-multi-header-title-wrapper {
    background-color: #d7ebff;
    padding: 0.5rem 12px;
    margin-right: 4px;
    border-radius: 12px 12px 0 0px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .benefits-page-mobile-info-table-multi-header-title-wrapper .benefits-page-mobile-info-table-multi-header-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #34343a;
  }
  .benefits-page-mobile-info-table-multi-header-table-no-broder-radius-bottom {
    margin-bottom: 0;
  }
  .benefits-page-mobile-info-table-multi-header-table-no-broder-radius-bottom .ant-table-tbody tr:last-child td:first-child {
    border-radius: 0 0 0 0 !important;
  }
  .benefits-page-mobile-info-table-multi-header-table-no-broder-radius-bottom .ant-table-tbody tr:last-child td:last-child {
    border-radius: 0 0 0 0 !important;
  }
}

/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}
.benefits-page-overview-disclaimer {
  display: flex;
  flex-direction: column;
  margin: 2rem 0rem;
  gap: 0.5rem;
}
.benefits-page-overview-disclaimer p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}

/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}
.benefits-product-page-beneficiary-services {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}
.benefits-product-page-beneficiary-services .beneficiary-services-title {
  font-weight: 500;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-left {
  padding: 0px 0.85rem;
  width: 50%;
  display: flex;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-left img {
  min-width: 100%;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-right {
  color: #34343a;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-right h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-right p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-bottombar {
  background-color: #f7f7f7;
  padding: 1rem;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-bottombar p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-bottombar p a {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .benefits-product-page-beneficiary-services .beneficiary-services-text .beneficiary-services-block .beneficiary-services-block-left {
    display: none !important;
  }
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}

.target-premiums-table .ant-table-tbody > tr:not(:first-child) > td {
  border-top: 0px !important;
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/PacificLifeBackground6fdb12d8744c57b78d5a..png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.login-page .login-page-error .login-page-error-card {
  max-width: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.login-page .login-page-error .login-page-error-card .login-page-logo {
  margin: 26px;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content {
  display: flex;
  align-items: start;
  width: 320px;
  background-color: #ffeded;
  border-radius: 4px;
  padding: 16px;
  margin: 48px 0;
}
.login-page .login-page-error .login-page-error-card .login-page-error-card-content .login-page-error-card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99100d;
  margin-left: 8px;
}
.login-page .login-page-error .login-page-error-card .login-page-button {
  margin: 0 0 40px 0;
  width: 320px;
}
@media screen and (max-width: 575px) {
  .login-page .login-page-error .login-page-error-card {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-account-card-popover .account-card-signout {
  border-top: 1px solid #dedede;
}
.pl-common-sidebar-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-right: 0.75rem;
}
.pl-common-sidebar-account-card:hover {
  background-color: #dedede;
  cursor: pointer;
}
.pl-common-sidebar-account-card.ant-popover-open {
  background-color: #dedede;
}
.pl-common-sidebar-account-card .display-avatar {
  flex-grow: 0;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar {
  color: #737373;
  border: 2px solid #012e54;
  background: transparent;
}
.pl-common-sidebar-account-card .display-avatar .ant-avatar .ant-avatar-string {
  line-height: 45px !important;
}
.pl-common-sidebar-account-card .display-text {
  flex-grow: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pl-common-sidebar-account-card .display-text .display-name {
  display: block;
  color: #363636;
}
.pl-common-sidebar-account-card .display-text .display-subtitle {
  display: block;
  font-size: 0.85rem;
  color: #737373;
}
.pl-common-sidebar-account-card .display-actions-handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-menu-item {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  color: #737373;
  cursor: pointer;
}
.pl-common-sidebar-menu-item:hover {
  background-color: #dedede;
  color: #474747;
}
.pl-common-sidebar-menu-item:hover i svg {
  fill: #474747;
}
.pl-common-sidebar-menu-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-sidebar-menu-item i svg {
  width: 16px;
  height: 16px;
  fill: #737373;
}
.pl-common-sidebar-menu-item .display-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  line-height: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.pl-common-sidebar-menu-item.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-sidebar-menu-item.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-secondary-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 1rem;
}
.pl-common-sidebar-account-card {
  margin-top: 8px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-sidebar-popover {
  color: #737373;
}
.pl-common-sidebar-popover .ant-popover-title {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-arrow {
  display: none;
}
.pl-common-sidebar-popover .ant-popover-inner {
  min-height: 0;
}
.pl-common-sidebar-popover .ant-popover-inner-content {
  padding: 0;
}
.pl-common-sidebar-popover .ant-menu-vertical {
  border-radius: 0.25rem;
  border-right: 0;
}
.pl-common-sidebar-popover .ant-menu-item {
  height: auto;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.pl-common-sidebar-popover .ant-menu-item .anticon svg {
  max-width: 1rem;
  max-height: 1rem;
}
.pl-common-sidebar-popover .ant-menu-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pl-common-sidebar-popover .ant-menu-item.ant-menu-item-active {
  color: #474747;
  background-color: #eaeaeb;
}
.pl-common-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 4.5rem;
  z-index: 100;
  padding: 1.5rem;
  background: #f2f2f2;
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-sidebar {
    top: 3.5rem;
  }
}
.pl-common-sidebar.open {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.pl-common-page-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
.pl-common-page-content.sidebar-open {
  margin-left: 248px;
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 738px) {
  .pl-common-page-content.sidebar-open {
    margin-left: 0;
  }
}
/*
 * Copyright © 2020 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-shell-header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 101;
}
.pl-common-shell-content-area-header {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: #dedede 1px solid;
  height: 4.5rem;
}
.pl-common-shell-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 72px;
}
.pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
  background: url(/desktop-header-logo4929272a2008d128cc5b..svg) no-repeat;
  width: 163.3px;
  height: 29.44px;
}
.pl-common-shell-header-action-menu {
  margin-left: 8px;
}
.pl-common-shell-header-action-menu:hover {
  cursor: pointer;
}
.pl-common-shell-header-shell-options {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0rem 1rem;
  height: 100%;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell {
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell .anticon {
  width: 1.5rem;
  height: 1.5rem;
}
.pl-common-shell-header-shell-options .pl-common-shell-header-icon-bell:hover {
  cursor: pointer;
  background: #dedede;
}
.pl-common-unread-icon-bell {
  padding-left: 16px;
}
.pl-common-notification-title {
  color: var(--Text-Colors-Headlines, #121214);
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 738px) {
  .pl-common-shell-header {
    height: 3.5rem;
  }
  .pl-common-shell-content-area-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pl-common-shell-header-logo-wrapper {
    width: 168px;
    height: 56px;
    order: 1;
  }
  .pl-common-shell-header-logo-wrapper .pl-common-shell-header-logo {
    background: url(/mobile-header-logo906e612ee093bd471387..svg) no-repeat;
    width: 137.17px;
    height: 24.73px;
    display: inline;
  }
  .pl-common-shell-header-shell-options {
    order: 2;
    flex-grow: unset;
  }
  .pl-common-shell-header-action-menu {
    display: inline;
    order: 0;
  }
}
.ant-menu-item {
  height: auto;
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}
.Antmenu-title {
  display: inline-table !important;
  line-height: initial;
  padding-bottom: 0.875rem;
  width: 100%;
}
.task-time {
  padding-left: 14px;
  color: var(--text-colors-body-medium, #57575e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ant-popover-inner {
  padding: 0 !important;
}
.ant-popover-title {
  margin-bottom: 0;
  padding: 12px 16px;
}
.ant-popover-content {
  padding: 0;
}
.ant-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-page-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
}
.pl-common-page-header h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  max-width: 640px;
}
@media (max-width: 738px) {
  .pl-common-page-header h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
@media (max-width: 738px) {
  .pl-common-page-header {
    gap: 16px;
    padding-bottom: 8px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-menu-button {
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pl-common-menu-button:hover {
  background-color: #dedede;
  background-color: rgba(0, 0, 0, 0.1);
}
.pl-common-menu-button i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-menu-button i svg {
  width: 16px;
  height: 16px;
  color: #34343a;
  fill: #34343a;
}
.pl-common-menu-button .pl-common-menu-button-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #34343a;
}
.pl-common-menu-button.active {
  background-color: #0d65b3;
  color: #fbfbfb;
}
.pl-common-menu-button.active i svg {
  color: #fbfbfb;
  fill: #fbfbfb;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  flex-basis: 100%;
}
.pl-common-top-nav.white,
.pl-common-top-nav.white .pl-common-top-nav-header {
  background-color: white;
}
.pl-common-top-nav.gray,
.pl-common-top-nav.gray .pl-common-top-nav-header {
  background-color: #f7f7f7;
}
@media (max-width: 738px) {
  .pl-common-top-nav {
    height: 3.5rem;
  }
  .pl-common-top-nav .pl-common-top-nav-header {
    border-bottom: none;
  }
}
.pl-common-top-nav .pl-common-top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 100%;
}
.pl-common-menu-toggle {
  margin: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-mobile-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.pl-common-mobile-menu.on-screen {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-flow-wrapper .ant-layout-content {
  background: white;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row {
  padding: 0 !important;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process {
  display: block;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-process ::after {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .category-steps-row .ant-steps-item-icon {
  display: none;
}
.pl-common-flow-wrapper .ant-layout-content .ant-row-flex.ant-row-flex-center.question-row {
  padding: 0 !important;
  margin-top: 0px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-common-modal-component-wrapper .common-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}
.pl-common-modal-component .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-common-modal-component .common-modal-could-not-load-document {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.pl-common-modal-component .common-modal-could-not-load-document .common-modal-error-icon {
  width: 100%;
  margin-top: 24px;
  color: #ff8f1f;
}
.pl-common-modal-component .common-modal-could-not-load-document p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.search-and-sort-tag-container {
  display: flex;
  flex-wrap: wrap;
}
.search-and-sort-tag {
  font-size: 1rem;
  height: 2rem;
  background-color: #eff6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 4px 8px;
  height: auto;
}
.search-and-sort-tag p {
  padding-right: 16px;
}
.search-and-sort-tag .anticon {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all {
  font-size: 1rem;
  height: 2rem;
  color: #0d65b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.ant-btn.search-and-sort-no-style-button.search-and-sort-clear-all:hover {
  cursor: default !important;
  font-size: 1rem;
  height: 2rem;
}
.ant-btn.search-and-sort-no-style-button {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: none;
  min-width: 0;
}
.ant-btn.search-and-sort-no-style-button:hover {
  padding: 0;
  height: 0;
}
.ant-btn.filter-x-button {
  background-color: #eff6fc;
  height: 16px;
  width: 16px;
}
.ant-btn.filter-x-button:hover {
  height: 16px;
}
.ant-btn.search-and-sort-no-style-button:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-no-style-button::after {
  display: none;
}
.search-and-sort-drawer {
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.search-and-sort-drawer .ant-drawer-header {
  border: none;
  padding: 42px 40px 16px 40px;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-btn.eis-button-extra-small.eis-btn-icon:hover {
  padding: 1.5rem 2.5rem 0rem 0rem;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  border: none;
}
.search-and-sort-drawer .ant-drawer-header .ant-drawer-title .ant-btn .anticon {
  margin-top: -1.25rem;
}
.search-and-sort-drawer .eis-drawer-close svg {
  display: inline-block;
}
.search-and-sort-drawer .eis-drawer-content {
  padding-top: 0;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-and-sort-drawer .ant-collapse {
  background-color: transparent;
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-content-box {
  padding: 0px 0px 24px 0px !important;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header::after {
  background-image: url(/plusab96bbb7242e708a2f22..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header::after {
  background-image: url(/minus6373847460ea40597a64..svg) !important;
  width: 24px;
  height: 24px;
  content: ' ';
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-header,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  padding: 24px 0px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active {
  border: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder, .search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::-moz-placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-calendar-picker-input::placeholder,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-calendar-picker-input::placeholder {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-row.ant-form-item,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-row.ant-form-item {
  margin-bottom: 12px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .ant-checkbox {
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox span {
  padding: 0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.non-sort-checkbox .eis-checkbox-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 4px 8px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper-checked.non-sort-checkbox .eis-checkbox-label {
  background-color: #47474f;
  color: #ffffff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox {
  height: 36px;
  min-width: 36px;
  width: 36px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  outline: 4px solid #f0f0f0;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked::after {
  border: none;
  animation: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner {
  outline: 4px solid #d7ebff;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-checked:active .ant-checkbox-inner {
  outline: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(29, 155, 240, 0.7));
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox .ant-checkbox-inner {
  border: 1px solid #8f8f8f;
  height: 24px;
  width: 24px;
  transition: none;
  margin: 6px;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox span.eis-checkbox-label {
  padding-left: 8px;
  padding-top: 6px;
  display: flex;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-inner {
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border: 2px solid #0d65b3;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::before {
  content: '';
  background-color: #0d65b3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.sort-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  display: none;
}
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item-active .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox,
.search-and-sort-drawer .ant-collapse .ant-collapse-item .ant-collapse-content-active .ant-checkbox-wrapper.square-checkbox {
  align-items: center;
}
.search-and-sort-drawer .search-and-sort-name-search-input,
.search-and-sort-drawer .search-and-sort-name-search-input:focus {
  box-shadow: none;
  border: 1px solid #adadad;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 28px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}
.search-and-sort-drawer .search-and-sort-name-search-input::-moz-placeholder {
  color: #737373;
}
.search-and-sort-drawer .search-and-sort-name-search-input::placeholder {
  color: #737373;
}
.search-and-sort-drawer .eis-drawer-footer {
  border: none;
  padding: 24px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover {
  background-color: #034f92;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:hover span {
  color: #ffffff;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type {
  all: inherit;
  display: flex;
  gap: 1rem;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .ant-btn-primary {
  height: 48px !important;
  margin-left: 0px !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button {
  background: white !important;
  height: 48px !important;
  border: none !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button span {
  color: #0d65b3 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:hover span {
  color: #034f92 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:active span {
  color: #024178 !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer div:first-of-type .search-and-sort-clear-button:focus {
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7) !important;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn:focus {
  border: none;
  outline: none;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary {
  margin-top: 0;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .search-and-sort-clear-button span,
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-drawer-footer .ant-btn-primary span {
  margin-top: 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.search-and-sort-drawer .eis-drawer-footer .search-and-sort-clear-button,
.search-and-sort-drawer .eis-drawer-footer .eis-btn-content {
  color: #0d65b3;
}
.search-and-sort-drawer .mobile-sticky-footer {
  width: 375px;
  height: 144px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border-top: 1px solid #dedede;
  background: #ffffff;
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-sticky-footer .mobile-search-and-sort-drawer-footer .ant-btn-primary span {
  color: #ffffff;
}
.search-and-sort-drawer .mobile-datepicker-container {
  display: flex;
  justify-content: space-between;
}
.search-and-sort-drawer .input-title {
  color: #34343a;
  padding-bottom: 8px;
}
.search-and-sort-drawer .Datepicker-input-container {
  width: 146.5px;
  height: 76px;
}
.search-and-sort-drawer .ant-calendar-picker-input {
  padding-right: 12px;
}
.search-and-sort-drawer .ant-calendar-picker-icon {
  display: none;
}
.search-and-sort-drawer .search-and-sort-name-search-wrapper .search-and-sort-name-search-result-item {
  display: flex;
}
.search-and-sort-drawer .ant-drawer-header {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .ant-drawer-header.show-shadow-bottom {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .eis-drawer-footer {
  transition: background 0.3s ease;
}
.search-and-sort-drawer .eis-drawer-footer.show-shadow-top {
  box-shadow: 0px 4px 15px 0px #00000033;
  z-index: 1;
}
.search-and-sort-drawer .is-scrollable {
  overflow-y: auto;
}
.coming-soon-container {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.coming-soon-pl-logo {
  position: absolute;
  left: 40px;
  height: 80px;
  width: 240px;
}
.coming-soon-graphic-and-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 56px;
}
.coming-soon-cta-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 668px;
  height: 100%;
  padding: 0px 0px 24px 0px;
}
.coming-soon-cta {
  display: flex;
  flex-direction: column;
  width: 668px;
  gap: 56px;
  flex-grow: 2;
  margin-bottom: 80px;
}
.coming-soon-text {
  font-family: 'Lexend', sans-serif;
  height: 120px;
}
.coming-soon-text h1 {
  color: #053661;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -1%;
  line-height: 48px;
}
.coming-soon-text section {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #34343a;
}
.coming-soon-footer {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 16px;
  max-height: 140px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 16px 24px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #57575e;
  line-height: 20px;
}
.coming-soon-contact-info a {
  display: flex;
}
.coming-soon-contact-info a .coming-soon-docs-icon {
  display: none;
}
.coming-soon-contact-info a > span {
  color: #0d65b3;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.coming-soon-contact-info a > span.email {
  text-decoration: underline;
}
.coming-soon-contact-info a:hover .coming-soon-docs-icon {
  display: block;
}
.coming-soon-docs-icon {
  margin-left: 15px;
}
.coming-soon-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.back-to-portal-button {
  align-self: center;
  width: 131px;
  height: 44px;
  border-radius: 4px;
  background-color: #0d65b3;
  padding: 0px 16px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.back-to-portal-button:hover {
  background-color: #034f92;
}
.back-to-portal-button:active {
  background-color: #024178;
}
.coming-soon-contact-info {
  display: flex;
}
@media (max-width: 576px) {
  .coming-soon-container {
    width: 100vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .coming-soon-pl-logo {
    position: absolute;
    left: 0px;
    width: 240px;
  }
  .coming-soon-cta-container {
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
    width: 100vw;
  }
  .coming-soon-cta-container .coming-soon-graphic img {
    width: 100%;
    height: 144px;
  }
  .coming-soon-text {
    font-family: 'Lexend', sans-serif;
    height: 120px;
  }
  .coming-soon-text h1 {
    margin-bottom: 16px;
  }
  .coming-soon-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px 24px;
    width: 100%;
    gap: 56px;
    padding-bottom: 0px 24px 24px 24px;
    height: calc(100% - 150px);
  }
  .coming-soon-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 148px;
    width: 100vw;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 16px 48px 24px;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #57575e;
    line-height: 20px;
  }
  .back-to-portal-button {
    width: 100%;
    margin-top: 56px;
  }
  .coming-soon-contact-info a .coming-soon-docs-icon {
    display: block;
    margin-left: 15px;
  }
  .coming-soon-contact-info a > span {
    color: #0d65b3;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .coming-soon-contact-info a > span.email {
    text-decoration: underline;
  }
}
.error-boundary-component {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Transparent-Black-Black-5, rgba(0, 0, 0, 0.05));
  height: 100%;
}
.error-boundary-component .error-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.error-boundary-component .error-title-section .error-icon {
  width: 30px;
  height: 24px;
}
.error-boundary-component .error-title-section .error-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.error-boundary-component .error-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --toastify-color-light: #053661;
  --toastify-color-dark: #053661;
  --toastify-container-width: fit-content;
  --toastify-toast-width: 370px;
  --toastify-toast-offset: 16px;
  --toastify-toast-padding: 8px 16px;
  --toastify-toast-bd-radius: 4px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-text-color-light: #ffffff;
  --toastify-text-color-dark: #ffffff;
}
.Toastify__close-button {
  color: #ffffff;
  opacity: 1;
  margin: auto;
}
.Toastify__close-button > svg {
  width: 19px;
  fill: #ffffff;
}
.Toastify__toast {
  padding: var(--toastify-toast-padding);
  gap: 8px;
  width: var(--toastify-toast-width);
}
.Toastify__toast-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.Toastify__toast-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Toastify__success-icon,
.Toastify__error-icon {
  margin: auto;
}
.Toastify__success-icon > svg,
.Toastify__error-icon > svg {
  width: 24px;
  height: 24px;
  fill: #79e3bd;
}
.Toastify__error-icon > svg {
  fill: #fd7c7c;
}
.Toastify__error-container {
  display: flex;
  justify-content: space-between;
}
.Toastify__error-container > .ant-btn,
.Toastify__error-container > .ant-btn:hover {
  margin: 0;
  padding: 0;
  height: unset;
  min-width: unset;
  border: none;
  background-color: unset;
}
.Toastify__error-container > .ant-btn > span,
.Toastify__error-container > .ant-btn:hover > span {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #aad4ff !important;
}
.employeeDetailsPageConatiner {
  display: flex;
  flex-direction: column !important;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .pl-common-page-header h4 {
  max-width: 100% !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
  display: table !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
  flex-direction: row !important;
  min-width: 544px;
  gap: 24px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar {
  width: 88px !important;
  height: 88px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileAvatar .ant-avatar-string {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails {
  gap: 12px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .employeeName {
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: left;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dobTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .profileEmployeeDetails .dobSection .dob {
  width: auto !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame {
  padding-left: 0px !important;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .benefitTitle {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap.disabled {
  pointer-events: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .dental-id-card-wrap svg {
  padding: 2px;
  fill: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:focus {
  background: transparent;
  box-shadow: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn:after {
  animation: none;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitFrame .ant-btn .anticon {
  color: #0d65b3;
}
.employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
  min-width: 298px;
}
@media (min-width: 726px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1192px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 6;
  }
}
@media (min-width: 1354px) {
  .employeeDetailsPageConatiner .employeeDetailsPageContent .rightSideContent .benefitsSection .benefitCard .broker-product-card {
    grid-column: span 4;
  }
}
.employeeDetailsPageConatiner .termination-status {
  border-color: #ffeded;
  background-color: #ffeded;
}
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-message,
.employeeDetailsPageConatiner .termination-status.ant-alert-warning .ant-alert-icon {
  color: #99100d;
  border-color: #ffeded;
  background-color: #ffeded;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 738px) {
  .employeeDetailsPageConatiner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard {
    width: 100%;
    gap: 0px;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection {
    padding: 16px;
    flex-direction: row;
  }
  .employeeDetailsPageConatiner .employeeDetailsPageContent .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
}
@media (max-width: 575px) {
  .employeeDetailsPageConatiner .profileCard .profileCardSection {
    min-width: 100% !important;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent {
    width: auto;
  }
  .employeeDetailsPageConatiner .profileCard .profileCardSection .image-container-parent .profileAvatar {
    width: 88px !important;
    height: 88px !important;
  }
  .employeeDetailsPageConatiner .benefitsSection .benefitCard {
    flex-direction: column;
  }
}
.back-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 100%;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-product-card .broker-product-card-header {
  height: 3.38rem;
  width: 100%;
  padding: 1.5rem;
  background: #eff6fc;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
.broker-product-card .broker-product-card-header .broker-product-card-title-img {
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  position: absolute;
  bottom: calc((3.7rem / 2) * -1);
}
.broker-product-card .broker-product-card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.broker-product-card .broker-product-card-body .broker-product-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #053661;
  display: flex;
  align-items: center;
  text-align: left;
}
.broker-product-card.additional-service-card {
  display: flex;
  flex-direction: column;
}
.employees-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  height: 100%;
  background: #ffffff;
}
.employees-container .ant-table .ant-table-thead > tr > th {
  height: 24px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121214;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.employees-container .ant-table .ant-table-tbody > tr > td {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 16px !important;
  padding-left: 0px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.employees-container .ant-table .ant-table-tbody > tr > td:last-child {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.employees-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.download-coverage-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.download-coverage-list span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.download-coverage-list .anticon {
  color: #34343a;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ant-table-thead {
  visibility: visible;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 12px 24px !important;
}
.filter-align-right {
  text-align: right;
}
.ant-btn.filter-x-button span i {
  background: none;
}
.ant-btn.search-and-sort-filter-toggle {
  padding: 8px;
  margin: 0;
  height: 32px;
  width: auto !important;
  line-height: 0;
}
.ant-btn.search-and-sort-filter-toggle .search-and-sort-filter-toggle-icon {
  height: 16px;
  width: 16px;
  background: url(/filter-icon86b8a4086b0cde4a9b4b..svg) no-repeat;
}
.ant-btn.search-and-sort-filter-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ant-btn.search-and-sort-filter-toggle span i,
.ant-btn.search-and-sort-filter-toggle span span {
  color: #0d65b3;
}
tr[data-row-key^='employee-list-table'] {
  cursor: pointer;
}
.employee-name {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-indent: 0px;
}
.employee-name span:first-child {
  font-weight: 500;
}
.employee-name span:last-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  margin-left: 8px;
}
.employee-name .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.ant-btn.search-and-sort-filter-toggle:hover {
  height: 32px;
  width: 32px;
  padding: 8px;
}
.ant-btn.search-and-sort-filter-toggle:focus {
  outline: none;
}
[ant-click-animating-without-extra-node='true'].ant-btn.search-and-sort-filter-toggle::after {
  display: none;
}
.warning-container {
  display: flex;
  height: 32px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warning-container p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #da2c1b;
}
.warning-container .anticon-warning {
  color: #da2c1b;
}
@media screen and (max-width: 768px) {
  .employees-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .employees-container .employees-title {
    height: auto !important;
    align-content: center;
    align-items: start !important;
  }
  .employees-container .ant-table table {
    min-width: 100%;
    width: 100%;
    padding: 1rem !important;
    border-spacing: 0px 16px !important;
    margin-top: -2rem;
  }
  .employees-container .employee-table-title-and-filter {
    width: 100%;
  }
  .employees-container .ant-table-thead {
    visibility: collapse;
  }
  .employees-container .ant-table .ant-table-tbody > tr {
    min-height: 64px;
    margin-top: 16px !important;
    padding: 16px 16px 0px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name {
    padding: 1rem;
    text-align: start;
    flex-direction: column;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .employee-details {
    display: flex;
    flex-wrap: wrap;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name > span:last-child {
    white-space: nowrap;
    word-break: keep-all;
  }
  .employees-container .ant-table .ant-table-tbody > tr .employee-name .terminated-text {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
  .employees-container .ant-table .ant-table-tbody > tr:hover {
    background: #f7f7f7;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td {
    border-top: none !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:first-child {
    font-weight: 400 !important;
    padding: 16px 16px 16px 16px !important;
  }
  .employees-container .ant-table .ant-table-tbody > tr > td:last-child {
    font-weight: 500 !important;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px !important;
  }
  .employees-container .ant-table-wrapper {
    padding-bottom: 92px;
  }
  .employees-container .ant-table-wrapper .ant-pagination {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
  .employees-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    flex-direction: column;
  }
  .header-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    padding: 1.5rem 0.5rem;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px #00000033;
    margin: 0 auto;
  }
}
.navigation-button {
  padding: 1rem;
  color: #34343a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d4;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .navigation-button {
    width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-product-page-sidebar-documents-cards {
  display: flex;
  flex-direction: column;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
  border: 1px solid #d2d2d4;
  width: 260px;
  padding: 16px 24px 16px 24px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 8px;
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper h3:not(:first-child) {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link.disabled {
  pointer-events: none;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link a {
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg {
  width: 20px;
  height: 20px;
}
.benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper .benefits-product-page-sidebar-documents-links-card-link .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 304px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
  font-weight: 500 !important;
  color: #34343a;
  padding-bottom: 12px;
}
.benefits-product-page-sidebar-documents-card-wrapper.benefits-product-page-sidebar-documents-card-wrapper-eap {
  margin-top: 0 !important;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon {
  height: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-anchor-with-icon a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
  margin-top: 12px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress {
  margin-top: 7px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #68686e;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ant-progress-outer {
  padding-right: 0;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-progress .ui-kit-progress.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 0.5rem !important;
  background-color: #0d65b3;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link {
  margin-top: 20px;
}
.benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-link a {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #0d65b3;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.benefits-product-page-sidebar-documents-sidebar-links-card-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #34343a;
}
@media (max-width: 738px) {
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-container {
    margin-right: 0;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper {
    width: 100%;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-wrapper h3 {
    padding-bottom: 24px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-quick-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .benefits-product-page-sidebar-documents-cards .benefits-product-page-sidebar-documents-overview-card-row .benefits-product-page-sidebar-documents-overview-card-section-title {
    margin-top: 24px;
  }
}
.no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.no-data-container .no-data-message {
  color: #34343a;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .subtitle-3 {
  font-size: 24px;
  line-height: 32px;
  color: #121214;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
  margin-bottom: 0px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:nth-child(2) {
  border-top-left-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
  border-top-right-radius: 8px ;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
  justify-content: left;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child div {
  color: #34343a;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:last-child {
  border-radius: 0 0 8px 0;
}
.benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table--disability .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0 12px;
}
@media (max-width: 738px) {
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .member-term-life-product-view-product-section .member-term-life-product-view-product-section-table .table-bottom-margin {
    margin-bottom: 0px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table .ant-table-body {
    min-width: auto;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th:last-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table thead tr th .table-header-cell-content-wrapper {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:first-child td:first-child {
    border-radius: 0 0 0 0;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td:first-child {
    background-color: #d7ebff;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr td div {
    padding: 0px 12px;
  }
  .benefits-page-container .benefits-page-content-container .benefits-page-right-section .pl-common-benefits-page-plans-coverage-section .pl-common-benefits-coverage-table .ant-table tbody tr:only-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media (max-width: 738px) {
  .life-benefit-view .pl-common-benefits-page-plans-coverage-section {
    gap: 32px !important;
  }
}
/**
 * Card Layout and Modifiers
 *
 * Card Container:
 *   - Uses a 12-column CSS grid layout with fixed gaps between columns.
 *   - Rows have uniform height and items are stretched to fill available space.
 *
 * Card:
 *   - Default width spans all 12 columns.
 *   - Responsive widths are applied via size modifiers at specific breakpoints.
 *   - Additional modifiers control hover effects, active state, padding, borders, and cursor style.
 */
.card {
  min-height: 284px;
  border-radius: 8px;
  grid-column: span 12 / span 12;
}
.card__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 1192px) {
  .card--size-LG {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1192px) {
  .card--size-MD {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 738px) {
  .card--size-SM {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-SM {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 738px) {
  .card--size-XS {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1192px) {
  .card--size-XS {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1440px) {
  .card--size-XS {
    grid-column: span 3 / span 3;
  }
}
.card--hover-effect {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card--hover-effect:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card--hover-effect:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.card--border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.card--padding {
  padding: 32px;
}
.display-text-question-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.display-text-question-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  margin-top: 40px;
}
.display-text-section-header-help-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.display-text-section-header-help-text-alert-banner {
  background-color: #eff6fc;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-banner-icon {
  margin-right: 14px;
  color: #034f92;
}
.display-text-section-header-help-text-alert-banner .display-text-section-header-help-text-alert-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
.display-text-section-header {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.form-element-checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  align-items: center;
}
.form-element-checkbox-wrapper .form-element-checkbox-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-element-radio-button-group {
  margin-top: 16px;
}
.error-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 4px;
  height: 108px;
  background: #ffeded;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 16px;
}
.error-component__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  height: 24px;
}
.error-component__icon {
  position: relative;
  font-size: 18px;
  /* Icon size */
  color: #99100d !important;
  width: 22.46px;
  height: 16.77px;
  top: 0.61px;
  left: 2.77px;
}
.error-component__message {
  color: #99100d;
  margin: 0;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.error-component__description {
  padding: 0 0 0 40px;
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.form-element-date-picker {
  width: 320px !important;
  margin-top: 24px;
  position: relative;
  border: 1.7px solid transparent;
  border-radius: 4px;
}
.form-element-date-picker--error {
  border-color: #da2c1b;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.form-element-date-picker {
  margin-top: 24px;
  width: 320px !important;
  position: relative;
}
.form-element-date-picker--error {
  border: 1.7px solid #da2c1b;
  border-radius: 4px;
}
.form-element-date-picker__error-icon {
  position: absolute;
  right: 40px;
  top: 7.5px;
  color: #da2c1b !important;
  pointer-events: none;
}
.form-element-date-picker__error-message {
  color: #da2c1b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.form-element-dropdown-single {
  margin-top: 8px;
}
.form-element-money-input__wrapper {
  position: relative;
}
.form-element-money-input__error-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #da2c1b;
}
.form-element-money-input__error-text {
  color: #da2c1b;
}
.form-element-money-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-percentage {
  margin-top: 8px;
}
.form-element-phone {
  margin-top: 8px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.form-element-radio-button-group {
  margin-top: 40px;
  width: 100%;
}
.form-element-radio-button-group .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.form-element-radio-button-group label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  font-weight: 500 !important;
  margin-left: 16px;
}
.form-element-radio-button-group .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
}
.form-element-text-input {
  margin-top: 8px;
  padding-right: 32px;
}
.form-element-text-input__wrapper {
  position: relative;
}
.form-element-text-input__error-icon {
  position: absolute;
  right: 10px;
  top: 7.5px;
  color: #da2c1b !important;
}
.form-element-text-input--error input {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-element-text-input--custom-error input {
  border: 1.5px solid #da2c1b;
}
.form-element-text-input__error-icon-phone {
  position: absolute;
  right: 14px;
  top: 45px;
  color: #da2c1b !important;
}
.form-element-text-input__error-icon-zip {
  position: absolute;
  right: 14px;
  top: 37px;
  color: #da2c1b !important;
}
.submit-claim-abo-benefit-available-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-abo-benefit-review-section {
  margin-top: 40px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item {
  margin-bottom: 24px;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.submit-claim-abo-benefit-review-section .submit-claim-abo-benefit-review-section-item .submit-claim-abo-benefit-review-section-amount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 4px;
}
.form-element-text-area {
  margin-top: 40px;
  height: 216px !important;
  padding: 12px 16px;
}
.form-element-text-area__wrapper {
  position: relative;
}
.form-element-text-area__error-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #da2c1b;
}
.form-element-text-area--error textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 738px) {
  .form-element-text-area {
    max-width: 668px !important;
  }
}
.characterCounts {
  color: #68686e;
  margin-top: 0.5rem;
  font-weight: 500 !important;
  text-align: left;
}
.characterCounts--error {
  color: #da2c1b;
}
.form-element-integer-input {
  margin-top: 8px;
}
.form-element-review-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.form-element-review-answer--extra-margin-top {
  margin-top: 40px;
}
.form-element-review-answer__card {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-element-review-answer__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.form-element-review-answer__card-content--small-gap {
  gap: 4px;
}
.form-element-review-answer__card-content--heading {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.form-element-review-answer__card-content--sub-heading {
  color: #34343a;
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.form-element-review-answer__card-content--heading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.form-element-review-answer__card-content--tag-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-element-review-answer__card-content--tags {
  display: flex;
  height: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f0f0f0;
}
.form-element-review-answer__card-edit-icon {
  cursor: pointer;
}
.claims-resource-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.claims-resource-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon,
.claims-resource-drawer .ant-drawer-title .ant-btn .anticon svg,
.claims-resource-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.claims-resource-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .ant-drawer-title * {
  display: block;
}
.claims-resource-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.claims-resource-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.claims-resource-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.claims-resource-drawer ul {
  padding-left: 1.5rem;
}
.claims-resource-drawer ul li {
  list-style: disc;
}
.claims-resource-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.claims-resource-drawer .content-section p,
.claims-resource-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.claims-resource-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.claims-resource-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.claims-resource-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.claims-resource-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.common-drawer .ant-drawer-header {
  border-radius: 0;
  padding: 1.5rem;
}
.common-drawer .ant-drawer-title {
  display: flex;
  flex-direction: column;
}
.common-drawer .ant-drawer-title .ant-btn .anticon,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon,
.common-drawer .ant-drawer-title .ant-btn .anticon svg,
.common-drawer .ant-drawer-title .ant-btn:hover .anticon svg {
  width: 24px;
  height: 24px;
  color: #848489;
}
.common-drawer .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .ant-drawer-title * {
  display: block;
}
.common-drawer .eis-drawer-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.common-drawer .drawer-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #34343a;
}
.common-drawer .drawer-numbered-list li {
  list-style: decimal;
  list-style-position: inside;
}
.common-drawer ul {
  padding-left: 1.5rem;
}
.common-drawer ul li {
  list-style: disc;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .content-section {
  flex-grow: 1;
  padding: 1.25rem;
}
.common-drawer .content-section p,
.common-drawer .content-section section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 1rem;
}
.common-drawer .content-section div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.common-drawer .contact-section {
  flex-grow: 0;
  align-self: flex-end;
  border-top: 1px solid #d2d2d4;
  background-color: #f7f7f7;
  display: flex;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.common-drawer .contact-section .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.common-drawer .contact-section .contact-row .anticon-phone > svg {
  transform: rotate(90deg);
}
.common-drawer .contact-section .contact-row a {
  color: #0d65b3;
  text-decoration: underline;
}
.hideQuestion {
  display: none;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-plans-tab-section.life-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
}
.benefits-page-plans-tab-section.life-benefit .benefits-page-commonly-asked-question-section {
  margin-top: 0;
}
.benefits-page-EAP-benefit {
  /* Temporarily set margin-top:0 on this section until there is content above it */
  margin-top: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-commonly-asked-question-section {
  margin-bottom: 0;
}
.benefits-page-EAP-benefit .benefits-page-plans-tab-enhanced-EAP-sub-section {
  margin-top: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-EAP-benefit .benefits-page-EAP-first-headline {
  color: #121214;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-16px-bottom {
  margin-bottom: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-heading-24px-bottom {
  margin-bottom: 1.5rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-section-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 0.25rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-top-padding {
  padding-top: 1rem;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 56px;
}
.benefits-page-EAP-benefit .benefits-page-EAP-support-topics-sections .benefits-page-EAP-support-topics-items {
  background-color: #f7f7f7;
  width: 260px;
  padding: 1rem;
}
.benefits-page-EAP-benefit strong.benefits-page-EAP-text-strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 72px;
}
@media (max-width: 738px) {
  .benefits-page-EAP-benefit {
    margin-top: 1.5rem;
  }
  .benefits-page-EAP-benefit .benefits-page-EAP-text-disclamer {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.disability-benefit-sidebar-links-card-wrapper {
  border: 1px solid #d2d2d4;
  border-radius: 10px;
  width: 260px;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  row-gap: 0.8rem;
}
.disability-benefit-sidebar-links-card-wrapper h3 {
  color: #34343a;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link {
  height: 4rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  min-width: 104px;
  min-height: 40px;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link a {
  color: #0d65b3;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.disability-benefit-sidebar-links-card-wrapper .disability-benefit-sidebar-links-card-link svg path {
  fill: #0d65b3;
}
@media (max-width: 738px) {
  .disability-benefit-sidebar-links-card-wrapper {
    width: 100%;
    margin-bottom: 56px;
  }
  .mb-56 .benefits-page-commonly-asked-question-section {
    margin-bottom: 56px;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.employer-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 2.5rem;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 828px;
  background: #ffffff;
}
.employer-benefits-title {
  height: 2.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  color: #121214;
  flex: none;
  order: 0;
  flex-grow: 1;
}
@media (max-width: 738px) {
  .employer-benefits-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.employer-benefits-group-enrolment {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
}
.employer-benefits-group-lbl {
  height: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #68686e;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-val-icon {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
.employer-benefits-group-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.employer-benefits-group-icon {
  padding-left: 21px;
  padding-top: 6px;
  color: #848489;
}
.employer-benefits-hide-copy-icon {
  display: none;
}
.employer-benefits-show-copy-icon {
  display: block;
  cursor: pointer;
}
.employer-benefits-enrolment-detail {
  padding-left: 108px;
}
.employer-benefits-enrolment-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-top: 12px;
}
.employer-benefits-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.employer-benefits-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.broker-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.broker-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.broker-card-title-container {
  display: flex;
}
.broker-card-title-icon {
  height: 42px;
  width: 42px;
}
.broker-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.policy-proposal-component-clients-button-container {
  display: flex;
  flex: auto;
  justify-content: end;
}
.policy-proposal-component-clients-button-container .ant-btn {
  margin-top: 0px !important;
}
.policy-proposal-component-clients-button {
  display: flex;
  min-width: 102px;
  height: 2rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.25rem;
  padding: 0px 0.75rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}
.proposal-component-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.employer-card-container-col .ant-card-body {
  display: flex;
  flex-direction: column;
}
.employer-card-container-col .ant-card-head {
  background-color: #eff6fc;
  display: flex;
  align-items: center;
}
.employer-benefits-card {
  padding-top: 56px;
}
.employer-benefits-card.clickable {
  cursor: pointer;
}
.employer-card-title-container {
  display: flex;
}
.employer-card-title-icon {
  height: 42px;
  width: 42px;
}
.employer-card-title {
  height: 2.5rem;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #121214;
}
.benefits-effective-date {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  width: 100%;
}
.employer-benefits-effective-date {
  height: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #68686e;
}
.employer-benefits-effective-date-val {
  height: 28px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  color: #34343a;
}
.benefits-progress-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.benefits-progress-bar .ui-kit-progress.ant-progress-default .ant-progress-outer {
  margin-right: 0%;
  padding-right: 0%;
}
.benefits-progress-bar .ant-progress-inner {
  background-color: #f0f0f0;
}
.benefits-progress-bar .ant-progress-bg {
  background-color: #0d65b3;
}
.benefits-progress-bar-val {
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
}
@media (max-width: 738px) {
  .card-styles {
    max-width: none;
  }
  .employer-benefits-container {
    padding: 0px 0px 0px 0px;
  }
  .employer-benefits-group-enrolment {
    padding-top: 2.5rem;
    flex-direction: column;
  }
  .employer-benefits-enrolment-detail {
    padding-left: 0px;
    padding-top: 1.5rem;
  }
  .employer-benefits-group-icon {
    padding-top: 3%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-covered-section .ant-collapse-header {
  background: #ffffff !important;
}
.benefits-page-covered-section .ant-collapse-content {
  border-top: none !important;
}
.benefits-page-covered-section .ant-collapse-content .ant-collapse-content-box {
  padding-top: 12px;
}
.benefits-page-pannel-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-pannel-sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  display: block;
  color: #34343a;
}
.benefits-page-covered-services-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.benefits-page-covered-services-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style: disc;
}
.benefits-page-covered-section .section-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  margin-bottom: 2rem;
}
.subtype-title-text {
  padding: 0.5rem 0.75rem !important;
}
.subtype-value-text {
  padding: 0.5rem 0px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-white-bottom:not(:last-child) {
  border-bottom: 2px solid white !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-right-section.fill-width {
  width: 827px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.benefits-page-commonly-asked-question-section {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #d2d2d4;
  border-radius: 0.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-FAQ-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  color: #121214;
  font-weight: 500 !important;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper:first-child {
  margin-top: 1.5rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper {
  margin-top: 2rem;
  color: #34343a;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p .flex-p .remove-gap {
  margin-top: -8px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper p ul li {
  list-style: disc;
  margin-left: 28px;
}
.benefits-page-commonly-asked-question-section .benefits-page-question-wrapper a {
  font-weight: 700 !important;
  color: #0d65b3;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-commonly-asked-question-section .commonly-asked-questions-indented-disc-list li {
  list-style: disc;
}
.benefits-page-answer-line {
  margin-top: 8px;
}
.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}
.benefits-overview-container {
  background-color: #ffffff;
}
.benefits-page-no-padding {
  padding: 0 !important;
}
.benefits-page-dashed-border {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.benefits-page-tabs {
  max-width: 823px;
}
.benefits-page-content-container {
  display: flex;
  flex-direction: row;
}
.benefits-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.benefits-page-header .benefits-page-header-left-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-page-header .benefits-page-header-right-column {
  display: flex;
  justify-content: flex-end;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
  margin-top: 0;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-header-button span {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #34343a;
}
.benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
  margin-left: 1rem;
}
.benefits-page-section-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 1rem;
}
.benefits-page-plans-tab-section {
  margin-top: 40px;
}
.benefits-page-pdf-icon {
  color: #0d65b3;
  margin-left: 0.5rem;
}
.benefits-page-network-container {
  display: flex;
}
.benefits-page-network-icon-container .benefits-page-network-icon {
  background: url(/network-iconb1b0210a2e80daba6d19..svg) no-repeat;
  height: 54px;
  width: 72px;
}
.benefits-page-vision-link-network .network-icon .vision-network-icon {
  background: url(/vision-network-icon3c4aa0443335ec5b8bf7..svg) no-repeat center;
  background-size: cover;
  height: 60px;
  width: 72px;
  margin-right: 1.5rem;
}
.benefits-page-network-line-one {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-page-network-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.benefits-page-network-paragraph a {
  color: #0d65b3;
}
.benefits-page-anchor-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.benefits-page-anchor-with-icon a,
.benefits-page-anchor-with-icon i {
  color: #0d65b3;
  margin-right: 8px;
}
@media (max-width: 738px) {
  .benefits-page-anchor-with-icon a,
  .benefits-page-anchor-with-icon i {
    font-size: 16px !important;
  }
}
.benefits-page-anchor-with-icon .icon-wrap {
  margin-right: 0.5rem;
}
.benefits-page-anchor-with-icon .icon-wrap span svg path {
  fill: #0d65b3;
}
.benefits-page-underlined-anchor {
  text-decoration: underline;
}
.benefits-page-policy-header {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
@media (max-width: 738px) {
  .benefits-page-policy-header {
    margin-top: 40px;
  }
}
.benefits-page-plan-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #343434;
}
.disclaimer {
  margin-top: 56px;
  padding-bottom: 72px;
}
.life-benefit-view .disclaimer,
.disability-benefit-view .disclaimer {
  padding-bottom: 4px;
}
.life-benefit-view .legal-disclaimer,
.disability-benefit-view .legal-disclaimer {
  padding-bottom: 72px;
}
.ltd-legal-disclaimer {
  margin-top: -64px;
  margin-bottom: 72px;
  padding-top: 8px;
}
.benefits-page-unordered-list {
  padding: 8px 0 8px 24px;
}
.benefits-page-unordered-list li {
  list-style: disc;
}
@media (max-width: 738px) {
  .benefits-page-content-container {
    display: block;
  }
  .benefits-page-content-container .benefits-page-right-section,
  .benefits-page-content-container .benefits-page-left-section {
    width: 100%;
  }
  .benefits-page-content-container .benefits-page-right-section {
    margin-left: 0px;
    margin-top: 56px;
  }
  .benefits-page-header {
    padding-bottom: 1.5rem;
  }
  .benefits-page-header .benefits-page-header-right-column {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    height: 152px;
    z-index: 1;
    box-shadow: 0px 1px 10px rgba(38, 38, 38, 0.2);
    padding-top: 1rem;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-button-with-margin {
    margin-left: 0px;
  }
  .benefits-page-header .benefits-page-header-right-column .benefits-page-header-button {
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10%;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-employer-update-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper {
  margin: 16px 0 84px 0;
}
.submit-claim-employer-update-contact-info-step-wrapper .submit-claim-employer-update-contact-info-wrapper .submit-claim-employer-update-contact-info-text {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-review-contact-info-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-my-information {
  color: #000;
  margin-top: 8px;
  padding-bottom: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #57575e;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-section-text.ssn-section span {
  display: flex;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
  align-items: flex-start;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-checkbox-label {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box {
  padding: 16px;
  border-radius: 4px;
  background: #eff6fc;
  display: flex;
  gap: 14px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box span[role='img'] {
  margin-top: 5px;
}
.submit-claim-review-contact-info-step-wrapper .submit-claim-review-contact-info-inaccurate-info-box__content {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #034f92;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-select-plan-type-step-wrapper {
  height: 100%;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-step-wrapper {
    margin-bottom: 24px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title {
    margin-top: 56px;
  }
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 0;
  color: #34343a;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-learn-how-claims-work-button {
  margin-bottom: 24px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card:hover {
  cursor: pointer;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card {
  padding: 16px;
  min-height: unset;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-title-wrapper .submit-claim-select-plan-type-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-left: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-card-wrapper .submit-claim-select-plan-type-card .submit-claim-select-plan-type-card-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-title,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214 !important;
  margin-top: 56px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-dental-subtext,
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-vision-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e !important;
  margin: 8px 0;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-file-oon-claim {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 24px;
  margin-bottom: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-download-icon {
  margin-right: 8px;
}
.submit-claim-select-plan-type-step-wrapper .submit-claim-select-plan-type-help {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-what-to-expect-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-what-to-expect-step-wrapper svg {
  color: #0d65b3;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-step-header-title {
  margin-top: 24px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
  margin: 24px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #34343a;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
  padding: 0 24px;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-body-section {
    padding: 0;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-life-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-bottom: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description-line-one {
  margin-bottom: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-section-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-title {
  color: #34343a;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-description-hospital-admission {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list {
  padding-left: 12px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-item-wrapper .submit-claim-what-to-expect-what-to-expect-item-text .submit-claim-what-to-expect-what-to-expect-item-list li {
  list-style: disc;
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-what-to-expect-section-title {
  margin-top: 56px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper {
  margin-left: 8px;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-description {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-hours {
  color: #34343a;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-wrapper .submit-claim-what-to-expect-need-help-text-wrapper .submit-claim-what-to-expect-need-help-phone {
  color: #0d65b3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
  height: 44px;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-need-help-button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-who-claim-for-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper {
  margin-top: 40px;
  margin-bottom: 16px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper .submit-claim-who-claim-for-card:hover {
  cursor: pointer;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-card-wrapper label.submit-claim-who-claim-for-card .submit-claim-who-claim-for-card-text-wrapper .submit-claim-who-claim-for-card-role-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
  margin-top: 4px;
}
.submit-claim-who-claim-for-step-wrapper .submit-claim-who-claim-for-selection-error-text {
  font-size: 12px;
  color: #da2c1b;
  line-height: 16px;
  text-align: center;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-step-header-wrapper .submit-claim-step-header-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-step-header-wrapper .submit-claim-step-header-title {
    margin-top: 24px;
  }
}
.submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
  display: none;
}
@media (max-width: 738px) {
  .submit-claim-step-header-wrapper .claims-back-button-wrapper .claims-back-button {
    display: block;
  }
}
.submit-claim-step-header-wrapper .progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.banking-drawer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banking-drawer .drawer-content {
  padding: 24px !important;
  flex-grow: 1;
}
.banking-drawer .drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  gap: 24px;
  justify-content: end;
}
.banking-drawer .drawer-footer .footer-btn {
  margin: 0;
}
.banking-drawer .drawer-footer .footer-btn[type='secondary'] {
  border-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .drawer-footer .footer-btn .eis-btn-content {
  color: inherit;
  font: inherit;
}
.banking-drawer .ant-divider {
  margin: 0 !important;
  background-color: var(--Grayscale-Gray-200, #d2d2d4);
}
.banking-drawer .info-on-file-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.banking-drawer .contact-form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banking-drawer .contact-form-container .ant-row.ant-form-item {
  margin: 0;
}
.banking-drawer .ant-drawer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banking-drawer .ant-btn.eis-drawer-close .anticon {
  height: 24px;
  width: 24px;
}
.banking-drawer .drawer-innner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banking-drawer .ant-drawer-header {
  border-radius: 0;
}
.jpm-modal .jpm-widget-error {
  display: flex;
  align-items: center;
  height: 500px;
}
.jpm-modal .jpm-modal-subtitle {
  display: flex;
  gap: 8px;
}
.jpm-modal .ant-modal-header {
  border: none !important;
  padding: 32px 24px;
  padding-bottom: 0px;
}
.jpm-modal .ant-modal-title .eis-default-modal-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.jpm-modal .ant-spin-container {
  display: flex;
  justify-content: center;
}
.jpm-modal .ant-modal-body {
  padding: 0px 24px;
}
.jpm-modal .ant-modal-body .eis-modal-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jpm-modal .ant-modal-body .jpm-billing-widget {
  border: none;
  width: 400px;
}
.jpm-modal .footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
}
.pl-claims-banking {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  padding: 0 0 24px 0;
}
.pl-claims-banking .claims-mobile-back-btn {
  display: none;
}
.pl-claims-banking .page-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .page-header button {
  display: none;
}
.pl-claims-banking .panel-container {
  flex-grow: 1;
}
.pl-claims-banking .panel-container .panel-header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-banking .panel-container .panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pl-claims-banking .panel-container .panel-content .ant-radio-wrapper > span:not([class]) {
  width: 100%;
  margin-right: 24px;
}
.pl-claims-banking .panel-container .panel-content .bank-account-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-claims-banking .panel-container .panel-content .bank-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-claims-banking .panel-container .panel-content .bank-account-number {
  margin-left: 16px;
  margin-right: 12px;
}
.pl-claims-banking .claims-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:hover .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:active .eis-btn-content,
.pl-claims-banking .claims-btn-group .eis-borderless-secondary-button:focus .eis-btn-content {
  color: #34343a !important;
}
.pl-claims-banking .claims-btn-group button {
  margin: 0 !important;
}
.pl-claims-banking .claims-btn-group .claims-btn-end {
  display: flex;
  gap: 24px;
}
.pl-claims-banking .pl-link-btn {
  margin: 0 !important;
  padding: 0 !important;
}
.pl-claims-banking .pl-link-btn .eis-btn-content,
.pl-claims-banking .pl-link-btn:hover,
.pl-claims-banking .pl-link-btn:focus,
.pl-claims-banking .pl-link-btn:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.pl-claims-banking .btn-with-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pl-claims-banking .empty {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 56px;
}
.pl-claims-banking .banking-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pl-claims-banking .panel-inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
@media (max-width: 738px) {
  .pl-claims-banking {
    min-height: 95.5vh;
  }
  .pl-claims-banking .claims-mobile-back-btn {
    display: block;
  }
  .pl-claims-banking .page-header {
    margin-top: 8px !important;
  }
  .pl-claims-banking .page-header button {
    display: block;
  }
  .pl-claims-banking .panel-container .panel-header {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pl-claims-banking .claims-btn-group {
    margin-top: 0;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-start {
    display: none;
  }
  .pl-claims-banking .claims-btn-group .claims-btn-end {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.pl-claims-attestation {
  height: 100%;
}
.pl-claims-attestation__container {
  max-width: 668px;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .pl-claims-attestation__container {
    height: calc(100vh - 3.5rem);
  }
}
.pl-claims-attestation__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pl-claims-attestation__header-percent {
  width: 310px;
}
.pl-claims-attestation__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pl-claims-attestation__content-form-number {
  color: #57575e;
}
.pl-claims-attestation__content-form-header {
  margin-bottom: 40px;
}
.pl-claims-attestation__content-form-content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.pl-claims-attestation__content-form-content--para a {
  text-decoration: underline;
}
.pl-claims-attestation__content-form-content--iframe {
  border: 0;
  min-height: 400px;
}
.pl-claims-attestation__content-form-content--extra-top-padding {
  padding-top: 32px;
}
.pl-claims-attestation__content-form-content--list {
  margin-left: 16px;
}
.pl-claims-attestation__content-form-content--list li {
  list-style-type: disc;
}
.pl-claims-attestation__content-form-action {
  margin-top: auto;
}
.pl-claims-attestation__content-form-action button {
  width: 100%;
  margin: 56px 0 24px 0;
}
.pl-claims-attestation__content-form-action-back {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pl-claims-attestation__content-form-action-back .back-button {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
}
.pl-claims-attestation__content-form-action-back button {
  width: -moz-fit-content;
  width: fit-content;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-confirmation-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-check-mark {
  text-align: center;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  text-align: center;
  margin-top: 8px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 32px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card:hover {
  cursor: pointer;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card {
  width: 327px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  padding: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-cards-wrapper .submit-claim-confirmation-card .submit-claim-confirmation-card-claim-number {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect {
  padding: 24px;
  margin-top: 40px;
  background-color: #eff6fc;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-two {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-what-to-expect .submit-claim-confirmation-what-to-expext-subtext-three {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin-top: 16px;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-eligibility {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  margin: 40px 0;
}
.submit-claim-confirmation-step-wrapper .submit-claim-confirmation-additional-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #0d65b3;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-summary-step-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 148px;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-back {
  margin: 8px 0;
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-summary-step-wrapper .submit-claim-summary-step-title {
    margin-top: 24px;
  }
}
.submit-claim-summary-step-wrapper .submit-claim-summary-step-title-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper {
  margin-top: 40px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d4;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-text .submit-claim-answer-detail-card-answer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-top: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit {
  margin-left: 8px;
}
.submit-claim-summary-step-wrapper .submit-claim-answer-detail-card-wrapper .submit-claim-answer-detail-card .submit-claim-answer-detail-card-edit:hover {
  cursor: pointer;
}
@media (max-width: 738px) {
  .submit-claim-summary-step-wrapper .submit-claim-footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  }
}
.submit-claims-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 500 !important;
}
.submit-claims-footer:has(.submit-claims-footer-left) .submit-claims-footer-right {
  justify-content: flex-end;
}
.submit-claims-footer .submit-claims-footer-right {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.submit-claims-footer .submit-claims-footer-right button {
  padding: 0 1rem;
  min-width: 104px;
  border-radius: 4px;
  height: 44px;
  margin: 0;
}
.submit-claims-footer .submit-claims-footer-right button span {
  font-weight: 500 !important;
}
@media (max-width: 738px) {
  .submit-claims-footer .submit-claims-footer-left {
    display: none;
  }
  .submit-claims-footer .submit-claims-footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .submit-claims-footer .submit-claims-footer-right button {
    width: 100%;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.submit-claim-upload-documents-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: var(--Core-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item {
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header {
    margin-top: 24px;
  }
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li {
  list-style-type: disc;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #fff);
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
}
.submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #fff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.UM-claim-step-text .UM-claim-step-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 16px;
}
.UM-claim-step-text .UM-claim-step-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 56px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists {
  padding-left: 18px;
}
.UM-claim-step-text .UM-claim-step-doctype-lists li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
  list-style-type: disc;
}
.upload-documents-template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.upload-documents-template-wrapper .upload-documents-template-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Core-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container::after {
  display: block;
  content: 'Supported file formats: .doc, .pdf, .png, .jpg \A Max file size: 20MB';
  white-space: pre;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list:not(:empty)::before {
  content: 'Uploaded Files';
  color: #34343a;
  display: block;
  margin-top: 56px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ffffff;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item {
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .ant-upload-list-item-name {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-list-item .anticon-close {
  opacity: 1;
  font-size: 24px;
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-icon .eis-upload-button-large svg {
  color: #848489;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-text {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #34343a !important;
  margin-bottom: 8px !important;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button {
  margin: 0px 0px 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .ant-upload-drag-container button .eis-btn-content {
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .upload-documents-template-wrapper .upload-documents-template-page .header {
    margin-top: 24px;
  }
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .header .titleRow .title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.upload-documents-template-wrapper .upload-documents-template-page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
  padding-left: 24px;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
  list-style-type: disc;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .eis-upload_drag_drop .ant-upload-drag {
  width: 668px;
  background-color: #f7f7f7;
  border-color: #848489;
  box-sizing: content-box;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed var(--Grayscale-Gray-500, #848489);
  background: var(--Grayscale-Gray-0, #f7f7f7);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .dragText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .dragTextButton .browseFilesButton {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Core-Background-Colors-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadBox .content .fileFormat p {
  text-align: center;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .upload .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: var(--Neutral-White, #ffffff);
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .main-content .uploads .uploadStatus .upload-progress .progressBar {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
  display: flex;
  width: 668px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
  display: flex;
  align-items: flex-start;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #34343a;
  margin: 0px;
  padding: 0px;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload:hover {
  background-color: transparent;
}
.upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
  margin: 0px;
}
.accessInfoDrawer .drawerContentBox {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.accessInfoDrawer .drawerContentBox .drawerContent {
  display: flex;
  width: 437px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.accessInfoDrawer .drawerContentBox li {
  list-style: disc !important;
  line-height: 24px;
}
.accessInfoDrawer .drawerContentBox .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.accessInfoDrawer .drawerFooter {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  background: #ffffff;
}
.accessInfoDrawer .drawerFooter .AccessInfoDrawerFooter {
  display: flex;
  width: 327px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.accessInfoDrawer .drawerFooter svg {
  width: 20px;
  height: 20px;
}
.accessInfoDrawer .drawerFooter .ant-btn .anticon {
  width: 20px !important;
  height: 20px !important;
}
.submit-claim-page {
  display: flex;
  padding: 0 !important;
  background: white;
  height: 100%;
  flex: 1;
  max-width: 668px;
  margin: auto;
}
.submit-claim-page .ant-radio-group {
  width: 100%;
}
.submit-claim-select-plan-type-title {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .submit-claim-select-plan-type-title {
    margin-top: 0px;
  }
}
.submit-claim-page-step-wrapper {
  max-width: unset;
  height: 100%;
  width: 100%;
  margin: 0;
}
.submit-claim-page-step-wrapper .submit-claim-page-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.submit-claim-link-style-button {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.submit-claim-link-style-button span {
  color: #0d65b3;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.submit-claim-link-style-button span:hover {
  cursor: pointer;
}
.submit-claim-footer-buttons {
  width: 100%;
  margin-top: 56px;
}
.submit-claim-footer-buttons.submit-claim-done-center {
  text-align: center;
}
.progress-container {
  max-width: 668px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.uploaded-files-state {
  max-width: 668px !important;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .uploaded-files-state {
    overflow: hidden;
    width: 75vw !important;
  }
}
/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.claims-home-page {
  display: flex;
  padding: 72px 40px !important;
  background: white;
  min-height: 100vh;
}
.pl-text-link-btn,
.pl-text-link-btn:hover {
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
}
.pl-text-link-btn .eis-btn-content,
.pl-text-link-btn:hover .eis-btn-content,
.pl-text-link-btn:hover,
.pl-text-link-btn:hover:hover,
.pl-text-link-btn:focus,
.pl-text-link-btn:hover:focus,
.pl-text-link-btn:active,
.pl-text-link-btn:hover:active {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pl-text-link-btn .eis-btn-content svg,
.pl-text-link-btn:hover .eis-btn-content svg,
.pl-text-link-btn:hover svg,
.pl-text-link-btn:hover:hover svg,
.pl-text-link-btn:focus svg,
.pl-text-link-btn:hover:focus svg,
.pl-text-link-btn:active svg,
.pl-text-link-btn:hover:active svg {
  color: #34343a !important;
}
.pl-text-link-btn .eis-btn-content span,
.pl-text-link-btn:hover .eis-btn-content span,
.pl-text-link-btn:hover span,
.pl-text-link-btn:hover:hover span,
.pl-text-link-btn:focus span,
.pl-text-link-btn:hover:focus span,
.pl-text-link-btn:active span,
.pl-text-link-btn:hover:active span {
  color: #34343a !important;
  text-decoration: none !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.claims-back-button-wrapper {
  height: 32px;
  margin-top: 8px;
}
.claims-back-button-wrapper .claims-back-button {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 32px !important;
  border: none;
  min-width: 0 !important;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content,
.claims-back-button-wrapper .claims-back-button:hover,
.claims-back-button-wrapper .claims-back-button:focus,
.claims-back-button-wrapper .claims-back-button:active {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.claims-back-button-wrapper .claims-back-button .eis-btn-content svg,
.claims-back-button-wrapper .claims-back-button:hover svg,
.claims-back-button-wrapper .claims-back-button:focus svg,
.claims-back-button-wrapper .claims-back-button:active svg {
  color: #34343a !important;
}
.claims-back-button-wrapper .claims-back-button p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 8px 0;
  color: #34343a;
}
.claims-back-button-wrapper .claims-back-button:hover {
  cursor: pointer;
}
.underwrite-me-claims-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.underwrite-me-claims-form .underwrite-me-submit-claim-form {
  flex: 1;
}
.underwrite-me-claim-form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .underwrite-me-claim-form-button {
    width: 100%;
  }
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
  border: none;
  width: 59px;
}
.underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop .eis-btn-content {
  display: flex;
}
@media (max-width: 738px) {
  .underwrite-me-claim-form-wrapper .underwrite-me-claim-form-footer .claims-back-button-desktop {
    display: none;
  }
}
@media (max-width: 738px) {
  .submit-claim-upload-documents-step-wrapper,
  .upload-documents-template-wrapper {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page,
  .upload-documents-template-wrapper .upload-documents-template-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 98px);
    padding-bottom: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content,
  .upload-documents-template-wrapper .upload-documents-template-page .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block ul,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block ul,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block ul {
    padding-left: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .main-content .text-block li,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .main-content .text-block li,
  .upload-documents-template-wrapper .upload-documents-template-page .content .main-content .text-block li {
    list-style-type: disc;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all {
    display: flex;
    width: 668px;
    justify-content: space-between;
    align-items: center;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton {
    display: flex;
    align-items: flex-start;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .BackButton div,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .BackButton div,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .BackButton div {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .skipDocumentUpload {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .buttons-all .claims-buttons-group .continueButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .buttons-all .claims-buttons-group .continueButton {
    margin-right: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .supported-document-list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #68686e;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list-item {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .ant-upload-list:not(:empty)::before {
    content: '';
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton {
    display: flex;
    height: 44px;
    min-width: 104px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .skipDocumentUpload {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #34343a;
    cursor: pointer;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton button {
    width: 100%;
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button {
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
    text-align: center;
    padding: 0;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload button span {
    color: var(--Core-Colors-White, #ffffff);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn {
    margin: 0px;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-btn i {
    display: none;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    background: #ffffff;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload button span {
    color: #34343a;
    font-family: 'Lexend', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important !important;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload,
  .upload-documents-template-wrapper .upload-documents-template-page .content .bottomFrame .claims-buttons-group .uploadFilesButton .uploadAnotherDocumentButton .eis-click-upload .ant-upload {
    width: 100%;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter {
    display: flex;
    width: 100%;
    padding: 24px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button {
    display: flex;
    height: 44px;
    min-width: 104px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Primary-Pacific-Blue, #0d65b3);
  }
  .submit-claim-upload-documents-step-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .submit-claim-upload-documents-page .content .mobileFooter button span,
  .submit-claim-upload-documents-step-wrapper .upload-documents-template-page .content .mobileFooter button span,
  .upload-documents-template-wrapper .upload-documents-template-page .content .mobileFooter button span {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
}
.file-list-error-wrapper {
  width: 100%;
  margin-top: 40px;
}
.file-list-item-error {
  background-color: #ffeded;
  padding: 16px;
  border-bottom: 1px solid #da2c1b;
  margin-bottom: 10px;
}
.file-list-item-error .file-list-item-error-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.file-list-item-error .file-list-item-error-details p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons {
  display: flex;
  gap: 24px;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button {
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
  color: #0d65b3;
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .file-list-item-error-retry-button .anticon-sync {
  color: #0d65b3;
}
.file-list-item-error .file-list-item-error-details .file-list-item-error-buttons .anticon-close {
  cursor: pointer;
}
.file-list-item-error .file-list-item-error-message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-list-item-error .file-list-item-error-message p {
  color: #99100d;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.file-list-item-error .file-list-item-error-message .anticon-exclamation-circle {
  color: #99100d;
}
.file-list-success-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.file-list-success-wrapper .file-list-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  margin-bottom: 16px;
}
.file-list-success-wrapper .file-list-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 16px;
  border-bottom: solid 1px #d2d2d4;
}
.file-list-success-wrapper .file-list-items .file-list-name {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.file-list-success-wrapper .file-list-items .file-list-name span {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg {
  width: 16px;
  height: 16px;
}
.file-list-success-wrapper .file-list-items .file-list-name .icon-wrap svg path {
  fill: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='uploading'] p {
  color: #34343a;
}
.file-list-success-wrapper .file-list-items .file-list-name[data-status='success'] p {
  color: #0d65b3;
}
.file-list-success-wrapper .file-list-items .file-list-name p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d65b3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.file-list-success-wrapper .file-list-items .anticon-check-circle {
  color: #03850b;
}
.file-list-success-wrapper .file-list-items .anticon-delete {
  color: #848489;
}
/*
* Typography
*/
.pl-smartform .hidden-label label:not(.question-radio-button, .question-radio, .ant-radio-wrapper, .ant-checkbox-wrapper),
.pl-smartform .hidden-label .ant-form-item-label:not(.question-radio-button, .question-radio, .ant-radio-wrapper) {
  display: none;
}
.pl-smartform .overline-1 h1,
.pl-smartform .overline-1 h2,
.pl-smartform .overline-1 h3,
.pl-smartform .overline-1 h4,
.pl-smartform .overline-1 label,
.pl-smartform .overline-1 textarea {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.pl-smartform .body-1 h1,
.pl-smartform .body-1-normal h1,
.pl-smartform .body-1 h2,
.pl-smartform .body-1-normal h2,
.pl-smartform .body-1 h3,
.pl-smartform .body-1-normal h3,
.pl-smartform .body-1 h4,
.pl-smartform .body-1-normal h4,
.pl-smartform .body-1 label,
.pl-smartform .body-1-normal label,
.pl-smartform .body-1 textarea,
.pl-smartform .body-1-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.pl-smartform .body-2 h1,
.pl-smartform .body-2-normal h1,
.pl-smartform .body-2 h2,
.pl-smartform .body-2-normal h2,
.pl-smartform .body-2 h3,
.pl-smartform .body-2-normal h3,
.pl-smartform .body-2 h4,
.pl-smartform .body-2-normal h4,
.pl-smartform .body-2 label,
.pl-smartform .body-2-normal label,
.pl-smartform .body-2 textarea,
.pl-smartform .body-2-normal textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #57575e;
}
.pl-smartform .body-4 h1,
.pl-smartform .body-4 h2,
.pl-smartform .body-4 h3,
.pl-smartform .body-4 h4,
.pl-smartform .body-4 label,
.pl-smartform .body-4 textarea {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pl-smartform .medium h1,
.pl-smartform .medium h2,
.pl-smartform .medium h3,
.pl-smartform .medium h4,
.pl-smartform .medium label,
.pl-smartform .medium textarea {
  font-weight: 500 !important;
}
.pl-smartform .utility-2 h1,
.pl-smartform .utility-2 h2,
.pl-smartform .utility-2 h3,
.pl-smartform .utility-2 h4,
.pl-smartform .utility-2 label,
.pl-smartform .utility-2 textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
}
.pl-smartform .utility-2-medium h1,
.pl-smartform .utility-2-medium h2,
.pl-smartform .utility-2-medium h3,
.pl-smartform .utility-2-medium h4,
.pl-smartform .utility-2-medium label,
.pl-smartform .utility-2-medium textarea {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.pl-smartform .utility-2-medium h1 h1,
.pl-smartform .utility-2-medium h2 h1,
.pl-smartform .utility-2-medium h3 h1,
.pl-smartform .utility-2-medium h4 h1,
.pl-smartform .utility-2-medium label h1,
.pl-smartform .utility-2-medium textarea h1,
.pl-smartform .utility-2-medium h1 h2,
.pl-smartform .utility-2-medium h2 h2,
.pl-smartform .utility-2-medium h3 h2,
.pl-smartform .utility-2-medium h4 h2,
.pl-smartform .utility-2-medium label h2,
.pl-smartform .utility-2-medium textarea h2,
.pl-smartform .utility-2-medium h1 h3,
.pl-smartform .utility-2-medium h2 h3,
.pl-smartform .utility-2-medium h3 h3,
.pl-smartform .utility-2-medium h4 h3,
.pl-smartform .utility-2-medium label h3,
.pl-smartform .utility-2-medium textarea h3,
.pl-smartform .utility-2-medium h1 h4,
.pl-smartform .utility-2-medium h2 h4,
.pl-smartform .utility-2-medium h3 h4,
.pl-smartform .utility-2-medium h4 h4,
.pl-smartform .utility-2-medium label h4,
.pl-smartform .utility-2-medium textarea h4,
.pl-smartform .utility-2-medium h1 label,
.pl-smartform .utility-2-medium h2 label,
.pl-smartform .utility-2-medium h3 label,
.pl-smartform .utility-2-medium h4 label,
.pl-smartform .utility-2-medium label label,
.pl-smartform .utility-2-medium textarea label,
.pl-smartform .utility-2-medium h1 textarea,
.pl-smartform .utility-2-medium h2 textarea,
.pl-smartform .utility-2-medium h3 textarea,
.pl-smartform .utility-2-medium h4 textarea,
.pl-smartform .utility-2-medium label textarea,
.pl-smartform .utility-2-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-1-bold h1,
.pl-smartform .subtitle-1-bold h2,
.pl-smartform .subtitle-1-bold h3,
.pl-smartform .subtitle-1-bold h4,
.pl-smartform .subtitle-1-bold label,
.pl-smartform .subtitle-1-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #121214;
}
.pl-smartform .subtitle-2-bold h1,
.pl-smartform .subtitle-2-bold h2,
.pl-smartform .subtitle-2-bold h3,
.pl-smartform .subtitle-2-bold h4,
.pl-smartform .subtitle-2-bold label,
.pl-smartform .subtitle-2-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-2-normal h1,
.pl-smartform .subtitle-2-normal h2,
.pl-smartform .subtitle-2-normal h3,
.pl-smartform .subtitle-2-normal h4,
.pl-smartform .subtitle-2-normal label,
.pl-smartform .subtitle-2-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.pl-smartform .subtitle-3-bold h1,
.pl-smartform .subtitle-3-bold h2,
.pl-smartform .subtitle-3-bold h3,
.pl-smartform .subtitle-3-bold h4,
.pl-smartform .subtitle-3-bold label,
.pl-smartform .subtitle-3-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .subtitle-3-normal h1,
.pl-smartform .subtitle-3-normal h2,
.pl-smartform .subtitle-3-normal h3,
.pl-smartform .subtitle-3-normal h4,
.pl-smartform .subtitle-3-normal label,
.pl-smartform .subtitle-3-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1,
.pl-smartform .subtitle-3-medium h2,
.pl-smartform .subtitle-3-medium h3,
.pl-smartform .subtitle-3-medium h4,
.pl-smartform .subtitle-3-medium label,
.pl-smartform .subtitle-3-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.pl-smartform .subtitle-3-medium h1 h1,
.pl-smartform .subtitle-3-medium h2 h1,
.pl-smartform .subtitle-3-medium h3 h1,
.pl-smartform .subtitle-3-medium h4 h1,
.pl-smartform .subtitle-3-medium label h1,
.pl-smartform .subtitle-3-medium textarea h1,
.pl-smartform .subtitle-3-medium h1 h2,
.pl-smartform .subtitle-3-medium h2 h2,
.pl-smartform .subtitle-3-medium h3 h2,
.pl-smartform .subtitle-3-medium h4 h2,
.pl-smartform .subtitle-3-medium label h2,
.pl-smartform .subtitle-3-medium textarea h2,
.pl-smartform .subtitle-3-medium h1 h3,
.pl-smartform .subtitle-3-medium h2 h3,
.pl-smartform .subtitle-3-medium h3 h3,
.pl-smartform .subtitle-3-medium h4 h3,
.pl-smartform .subtitle-3-medium label h3,
.pl-smartform .subtitle-3-medium textarea h3,
.pl-smartform .subtitle-3-medium h1 h4,
.pl-smartform .subtitle-3-medium h2 h4,
.pl-smartform .subtitle-3-medium h3 h4,
.pl-smartform .subtitle-3-medium h4 h4,
.pl-smartform .subtitle-3-medium label h4,
.pl-smartform .subtitle-3-medium textarea h4,
.pl-smartform .subtitle-3-medium h1 label,
.pl-smartform .subtitle-3-medium h2 label,
.pl-smartform .subtitle-3-medium h3 label,
.pl-smartform .subtitle-3-medium h4 label,
.pl-smartform .subtitle-3-medium label label,
.pl-smartform .subtitle-3-medium textarea label,
.pl-smartform .subtitle-3-medium h1 textarea,
.pl-smartform .subtitle-3-medium h2 textarea,
.pl-smartform .subtitle-3-medium h3 textarea,
.pl-smartform .subtitle-3-medium h4 textarea,
.pl-smartform .subtitle-3-medium label textarea,
.pl-smartform .subtitle-3-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-normal h1,
.pl-smartform .subtitle-4-normal h2,
.pl-smartform .subtitle-4-normal h3,
.pl-smartform .subtitle-4-normal h4,
.pl-smartform .subtitle-4-normal label,
.pl-smartform .subtitle-4-normal textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1,
.pl-smartform .subtitle-4-medium h2,
.pl-smartform .subtitle-4-medium h3,
.pl-smartform .subtitle-4-medium h4,
.pl-smartform .subtitle-4-medium label,
.pl-smartform .subtitle-4-medium textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.pl-smartform .subtitle-4-medium h1 h1,
.pl-smartform .subtitle-4-medium h2 h1,
.pl-smartform .subtitle-4-medium h3 h1,
.pl-smartform .subtitle-4-medium h4 h1,
.pl-smartform .subtitle-4-medium label h1,
.pl-smartform .subtitle-4-medium textarea h1,
.pl-smartform .subtitle-4-medium h1 h2,
.pl-smartform .subtitle-4-medium h2 h2,
.pl-smartform .subtitle-4-medium h3 h2,
.pl-smartform .subtitle-4-medium h4 h2,
.pl-smartform .subtitle-4-medium label h2,
.pl-smartform .subtitle-4-medium textarea h2,
.pl-smartform .subtitle-4-medium h1 h3,
.pl-smartform .subtitle-4-medium h2 h3,
.pl-smartform .subtitle-4-medium h3 h3,
.pl-smartform .subtitle-4-medium h4 h3,
.pl-smartform .subtitle-4-medium label h3,
.pl-smartform .subtitle-4-medium textarea h3,
.pl-smartform .subtitle-4-medium h1 h4,
.pl-smartform .subtitle-4-medium h2 h4,
.pl-smartform .subtitle-4-medium h3 h4,
.pl-smartform .subtitle-4-medium h4 h4,
.pl-smartform .subtitle-4-medium label h4,
.pl-smartform .subtitle-4-medium textarea h4,
.pl-smartform .subtitle-4-medium h1 label,
.pl-smartform .subtitle-4-medium h2 label,
.pl-smartform .subtitle-4-medium h3 label,
.pl-smartform .subtitle-4-medium h4 label,
.pl-smartform .subtitle-4-medium label label,
.pl-smartform .subtitle-4-medium textarea label,
.pl-smartform .subtitle-4-medium h1 textarea,
.pl-smartform .subtitle-4-medium h2 textarea,
.pl-smartform .subtitle-4-medium h3 textarea,
.pl-smartform .subtitle-4-medium h4 textarea,
.pl-smartform .subtitle-4-medium label textarea,
.pl-smartform .subtitle-4-medium textarea textarea {
  font-weight: 500 !important;
}
.pl-smartform .subtitle-4-bold h1,
.pl-smartform .subtitle-4-bold h2,
.pl-smartform .subtitle-4-bold h3,
.pl-smartform .subtitle-4-bold h4,
.pl-smartform .subtitle-4-bold label,
.pl-smartform .subtitle-4-bold textarea {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
}
.pl-smartform .field-container,
.pl-smartform .ant-form-item,
.pl-smartform h1 {
  margin: 0 !important;
}
.pl-smartform .ant-form-item-control > .ant-form-extra {
  font-family: 'Inter';
  font-weight: 500;
  color: #68686e;
  line-height: 16px;
  font-style: normal;
}
.pl-smartform .ant-row.category-steps-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-smartform .sf-question-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
@media (max-width: 738px) {
  .pl-smartform .sf-question-header .overline-1 {
    display: none;
  }
}
.pl-smartform textarea {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.pl-smartform input::-moz-placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform input::placeholder {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #68686e !important;
}
.pl-smartform .page .space-top-xs {
  margin-top: 0.5rem !important;
}
.pl-smartform .page .space-top-xs .space-top-xs {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-sm {
  margin-top: 1.5rem !important;
}
.pl-smartform .page .space-top-sm .space-top-sm {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-md {
  margin-top: 2.5rem !important;
}
.pl-smartform .page .space-top-md .space-top-md {
  margin-top: 0 !important;
}
.pl-smartform .page .space-top-lg {
  margin-top: 3.5rem !important;
}
.pl-smartform .page .space-top-lg .space-top-lg {
  margin-top: 0 !important;
}
.pl-smartform .page .space-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.pl-smartform .page .space-bottom-xs .space-bottom-xs {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-sm {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .space-bottom-sm .space-bottom-sm {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-md {
  margin-bottom: 2.5rem !important;
}
.pl-smartform .page .space-bottom-md .space-bottom-md {
  margin-bottom: 0 !important;
}
.pl-smartform .page .space-bottom-lg {
  margin-bottom: 3.5rem !important;
}
.pl-smartform .page .space-bottom-lg .space-bottom-lg {
  margin-bottom: 0 !important;
}
html {
  background: #fff;
}
.pl-smartform {
  display: flex;
  justify-content: center;
}
.pl-smartform .page {
  padding-top: 40px;
  margin: auto;
  max-width: 668px;
  height: 100%;
}
.pl-smartform .page .category-steps-row {
  margin-bottom: 2.5rem;
}
.pl-smartform .page section.layout {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop {
  height: 100%;
}
.pl-smartform .page section.layout main.ant-layout-content .ant-spin-nested-loading .ant-spin-container .app-desktop .ant-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl-smartform .page .question-row {
  margin-top: 0 !important;
}
.pl-smartform .page .layout,
.pl-smartform .page .ant-layout-footer {
  background: #fff !important;
}
.pl-smartform .page .ant-radio-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  display: flex;
}
.pl-smartform .page .ant-radio-wrapper span,
.pl-smartform .page .ant-radio-wrapper span:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-checkbox-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #d2d2d4;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
}
.pl-smartform .page .ant-checkbox-wrapper span,
.pl-smartform .page .ant-checkbox-wrapper span:hover {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.pl-smartform .page .anticon svg {
  color: #68686e;
}
.pl-smartform .page .ant-form-item {
  margin-right: 0 !important;
}
.pl-smartform .page .ant-form-item.subtitle-1-bold {
  margin-bottom: 1.5rem !important;
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
  padding: 24px 0;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-tb h1 {
    padding: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
  padding-top: 24px;
}
@media (min-width: 738px) {
  .pl-smartform .page .ant-form-item.claim-form-heading-space-t h1 {
    padding-top: 40px 0;
  }
}
.pl-smartform .page .ant-form-item.claim-form-pb-8 {
  padding-bottom: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-16 {
  padding-bottom: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-32 {
  padding-bottom: 32px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-40 {
  padding-bottom: 40px;
}
.pl-smartform .page .ant-form-item.claim-form-pb-56 {
  padding-bottom: 56px;
}
.pl-smartform .page .ant-form-item.claim-form-custom-h4 h4 {
  padding-top: 10px;
  margin-bottom: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e !important;
  font-weight: 500 !important;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-label .ant-checkbox-wrapper {
  border: none;
  padding: 40px 32px 40px 0;
  gap: 8px;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-checkbox-full-width .ant-checkbox-group > .ant-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-form-item-label label {
  display: none;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio-wrapper,
.pl-smartform .page .ant-form-item.claim-form-radio-full-width .ant-radio-group .ant-radio {
  text-wrap: wrap;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-form-item-label {
  padding: 40px 0 24px;
}
.pl-smartform .page .ant-form-item.claim-form-radio-full-width-label .ant-radio-group {
  display: block;
}
.pl-smartform .page .ant-form-item.claim-form-custom-link a {
  color: #0d65b3;
}
.pl-smartform .page .color-cloudy-grey textarea {
  color: #68686e;
}
.pl-smartform .page .color-subtitles {
  color: #34343a;
}
.pl-smartform .page .color-body-medium {
  color: #57575e;
}
@media (max-width: 738px) {
  .pl-smartform .page .question-row {
    padding: 0 !important;
  }
}
.pl-smartform .page .ant-alert.ant-alert-warning.ui-kit-alert {
  display: none;
}
.pl-smartform .page .ant-calendar-picker {
  margin-top: 0px !important;
  max-width: 320px;
}
.pl-smartform .page .ant-layout-footer {
  position: relative;
  align-self: flex-end;
  padding: 24px 0 !important;
  width: 100%;
}
.pl-smartform .page .ant-layout-footer > div {
  margin: 0 !important;
}
.pl-smartform .page .ant-layout-footer .footer-button-row {
  display: flex;
  justify-content: space-between;
}
.pl-smartform .page .ant-layout-footer .prev-button-col,
.pl-smartform .page .ant-layout-footer .next-button-col {
  width: auto !important;
  padding: 0 !important;
}
.pl-smartform .page .ant-layout-footer .prev-button-col button,
.pl-smartform .page .ant-layout-footer .next-button-col button {
  margin: 0 !important;
  padding: 0 16px !important;
}
@media (max-width: 738px) {
  .pl-smartform .page .ant-layout-footer .footer-button-row {
    gap: 16px;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col,
  .pl-smartform .page .ant-layout-footer .next-button-col {
    width: 100% !important;
  }
  .pl-smartform .page .ant-layout-footer .prev-button-col button,
  .pl-smartform .page .ant-layout-footer .next-button-col button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 738px) {
  .pl-smartform .page .subtitle-1-bold.space-top-md {
    margin-top: 1.5rem;
  }
  .pl-smartform .page .category-steps-row {
    margin-bottom: 1.5rem;
  }
}
.enrollment-error-report {
  margin-top: 24px;
  flex-direction: row;
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 32px;
  justify-content: space-between;
  display: flex;
}
.enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
  margin-top: 14px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-error-report .enrollment-download {
  cursor: pointer;
}
.enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0 0 0 2.5rem;
}
.enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container {
  margin-bottom: 3.5rem;
}
.enrollment-container > button {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .enrollment-container {
    margin-top: 56px;
  }
}
.enrollment-container .enrollment-title {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
}
.enrollment-container .enrollment-manual-subtext {
  color: #57575e;
  margin-bottom: 24px;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container button {
  color: var(--Text-Colors-Links, #0d65b3);
  text-align: center;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  cursor: pointer;
}
.enrollment-container p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.enrollment-container .processed-enrollment-text {
  color: #57575e;
}
.enrollment-container .processed-enrollment-text-er {
  max-width: 733px;
}
.enrollment-container .enrollment-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  color: #68686e;
}
.enrollment-container .enrollment-empty-container p {
  line-height: 20px;
  font-size: 14px;
}
.enrollment-container .enrollment-error-report {
  border-radius: 4px;
  background: var(--Tints-Red-0, #ffeded);
  font-family: Lexend;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 24px;
  justify-content: space-between;
  display: flex;
}
.enrollment-container .enrollment-error-report .error-icon-and-content-wrapper {
  display: flex;
  justify-content: start;
}
.enrollment-container .enrollment-error-report img {
  align-self: start;
  margin-right: 1rem;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-title {
  color: var(--Shades-Red-800, #99100d);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.enrollment-container .enrollment-error-report :nth-child(2) .enrollment-error-content {
  color: var(--Shades-Red-800, #99100d);
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.enrollment-container .enrollment-error-report .enrollment-download {
  align-self: center;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-error-report .enrollment-download {
    align-self: flex-start;
    margin-left: 24px;
  }
}
.enrollment-container .enrollment-error-report .enrollment-download.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-error-report .enrollment-download svg path {
  fill: #34343a;
}
.enrollment-container .enrollment-error-report .enrollment-download img {
  padding: 0;
  margin: 0;
}
.enrollment-container .enrollment-error-report .enrollment-download .error-download {
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  flex-wrap: pretty;
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: none;
  cursor: pointer;
  margin-left: 0.5rem;
}
.enrollment-container .enrollment-download-link {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d4;
  align-items: center;
  height: auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 2;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollment-container .enrollment-download-link .file-name {
  color: #34343a;
  min-width: 150px;
  max-width: 398px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-shrink: 2;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.enrollment-container .enrollment-download-link .file-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .file-name > div {
  box-sizing: border-box;
  color: #34343a;
  overflow: hidden;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-container .enrollment-download-link .processed-date {
  color: #57575e;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  white-space: nowrap;
}
.enrollment-container .enrollment-download-link .download-link {
  flex-shrink: 0;
  color: #0d65b3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .enrollment-container .enrollment-download-link .download-link {
    align-self: center;
    margin-bottom: 1rem;
  }
}
.enrollment-container .enrollment-download-link .download-link.disabled {
  pointer-events: none;
}
.enrollment-container .enrollment-download-link .download-link button {
  background-color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding-right: 32px;
}
.enrollment-container .enrollment-download-link .download-link svg path {
  fill: #0d65b3;
}
.enrollment-employees-container {
  margin-top: 32px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper .tooltip {
  position: relative;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--Shades-Blue-800, #034f92);
  padding: 8px 12px;
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.enrollment-employees-container .enrolled-employees-title-wrapper img {
  margin-left: 8px;
}
.enrollment-employees-container .card-desc-title {
  margin-top: 0px;
}
.enrollment-employees-container a {
  text-decoration: none;
  color: var(--text-colors-subtitles-body-high, #34343a);
  text-align: center;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.enrollment-employees-container a .enrollment-employees-view-employees-button {
  border-radius: 4px;
  border: 1px solid var(--Grayscale-Gray-200, #d2d2d4);
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-top: 8px;
}
.digital-enrollment-er-text {
  color: #57575e;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.digital-enrollment-title {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.digital-enrollment-routing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d4;
  margin: 1.5rem 0px 1rem 0px;
}
.digital-enrollment-subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  color: #34343a;
}
.digital-enrollment-launch-manager-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 8px;
  cursor: pointer;
}
.digital-enrollment-launch-manager-link p {
  color: #0d65b3;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .enrollment-container {
    margin-bottom: 0px;
  }
  .digital-enrollment-routing {
    flex-direction: column;
    align-items: start;
  }
  .digital-enrollment-launch-manager-link {
    align-self: center;
  }
}
.enrollment-drawer .eis-drawer-content {
  padding: 0px !important;
}
.enrollment-drawer .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
}
.enrollment-drawer .eis-drawer-footer {
  padding: 0px !important;
}
.enrollment-drawer .mb-8 {
  margin-bottom: 8px;
}
.enrollment-drawer .ant-btn .anticon {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .ant-btn {
  border: none;
}
.enrollment-drawer .drawerContentBox {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.enrollment-drawer .drawerContentBox .drawerContent {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
}
.enrollment-drawer .drawerContentBox .drawerContent .enrollment-guide-link-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0d65b3;
}
.enrollment-drawer .drawerContentBox .drawerContent ul {
  padding-left: 1.5rem;
}
.enrollment-drawer .drawerContentBox .drawerContent ul li {
  list-style: disc;
}
.enrollment-drawer .contactDetails {
  color: #0d65b3;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.enrollment-drawer .drawerFooter {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  background: #f7f7f7;
  width: 100%;
}
.enrollment-drawer .drawerFooter .contactDrawerFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enrollment-drawer .drawerFooter .contactDetailsFooter svg {
  width: 24px !important;
  height: 24px !important;
}
.enrollment-drawer .drawerFooter .phoneIcon {
  transform: rotateY(180deg);
  color: #848489;
}
.enrollment-drawer-button {
  height: 44px;
}
@media (max-width: 768px) {
  .enrollment-error-report {
    flex-direction: column;
  }
  .enrollment-error-report .enrollment-download {
    height: 2.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.enrollment-dashboard-card {
  color: #121214;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  cursor: pointer;
  /* Level 01 - Skim */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .enrollment-dashboard-card {
    width: 355px;
  }
}
.enrollment-dashboard-card:hover {
  /* Level 03 - Raised */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.enrollment-dashboard-card > h2 {
  color: #121214;
  font-weight: 500;
}
.enrollment-dashboard-card > :nth-child(2) {
  font-family: Lexend;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #121214;
}
.enrollment-dashboard-card > :nth-child(3) {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #34343a;
}
.enrollment-dashboard-file-or-date {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: auto;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .enrollment-dashboard-file-or-date {
    margin-top: 24px;
  }
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header {
  border: none;
}
.custom-error-top-nav .pl-common-top-nav .pl-common-top-nav-header .pl-common-menu-toggle {
  display: none;
}
.error-page-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.error-page-container .error-page-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.error-page-container .error-page-content .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 100vw;
}
.error-page-container .error-page-content .error-content .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  background: #f7f7f7;
}
.error-page-container .error-page-content .error-content .link-icon .icon,
.error-page-container .error-page-content .error-content .link-icon img,
.error-page-container .error-page-content .error-content .link-icon svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.error-page-container .error-page-content .error-content .title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.error-page-container .error-page-content .error-content .title-container .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .error-page-container .error-page-content .error-content .title-container .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.error-page-container .error-page-content .error-content .title-container .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-page-content .error-content .title-container .description a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .error-page-container .error-page-content {
    padding-bottom: 56px;
  }
  .error-page-container .error-page-content .error-content {
    padding: 0px 24px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.useful-links-container {
  display: flex;
  width: 536px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: inherit;
  padding: inherit;
}
.useful-links-container .useful-links-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.useful-links-container .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.useful-links-container .links-list .useful-links {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  min-width: 104px;
}
.error-page-container .error-content .link-icon.red-variant {
  background-color: #ffeded;
}
.error-page-container .error-content .link-icon.red-variant .icon {
  color: #99100d;
}
.error-page-container .error-content .access-denied-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  max-width: 668px;
}
.error-page-container .error-content .access-denied-body a {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-section-review-wrapper {
  margin-top: 32px;
}
.implementation-section-review-wrapper .implementation-section-review-single-section {
  margin-bottom: 24px;
}
.implementation-section-review-wrapper .implementation-section-review-section-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
  margin-bottom: 8px;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper {
  display: flex;
  align-items: start;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-warning-icon {
  color: #ff8f1f;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-check-icon {
  color: #03850b;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.implementation-section-review-wrapper .implementation-section-review-icon-and-value-wrapper .implementation-section-review-values-wrapper .implementation-section-review-section-secondary-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.implementation-task-wrapper .implementation-img-container {
  margin-bottom: 4rem;
}
.implementation-task-wrapper .question-number-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .ant-btn-default {
  margin-top: 24px !important;
}
.implementation-task-wrapper .implementation-question-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #34343a;
  margin-bottom: 24px;
  display: block;
}
.implementation-task-wrapper .implementation-question-label span.bold {
  font-weight: 700 !important;
}
.implementation-task-wrapper .implementation-date-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #34343a;
  display: block;
  margin-bottom: 8px;
}
.implementation-task-wrapper .pl-confirm-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.implementation-task-wrapper .ant-radio-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.implementation-task-wrapper .ant-btn.eis-borderless-secondary-button.ant-btn-default {
  height: 32px;
  padding: 0px;
}
.implementation-task-wrapper .implementation-task-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
  display: flex;
  gap: 24px;
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-buttons button .eis-btn-content {
  font-family: 'Lexend' !important;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button {
  margin-top: 0;
  min-width: unset;
  margin-bottom: 56px;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows button i {
  color: #34343a;
}
.implementation-task-wrapper .implementation-task-options .implementation-nav-arrows .nav-button {
  max-height: 40px;
  border-color: #d2d2d4 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.implementation-task-wrapper .pl-confirm-section {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.implementation-task-wrapper .pl-confirm-section .c-subtitles {
  color: #34343a;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.implementation-task-wrapper .pl-confirm-section .pl-confirm-section-text .confirm-date-group > .c-subtitle {
  color: #34343a;
}
.implementation-nav-buttons {
  display: flex;
  gap: 24px;
}
.implementation-nav-buttons button {
  min-width: 104px;
  margin: 0px;
}
@media (max-width: 738px) {
  .implementation .implementation-task-wrapper {
    padding-bottom: calc(24px * 4) !important;
  }
  .implementation .implementation-task-wrapper .implementation-task-options .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
  }
  .implementation .ant-calendar-picker {
    margin-bottom: 1rem;
  }
  .implementation-nav-buttons {
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 99;
    margin: 0;
    gap: 0;
  }
  .implementation-nav-buttons button:not(:first-child) {
    margin-top: 0.875rem;
  }
  .implementation-nav-buttons button {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation-nav-buttons button {
    max-width: 327px;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-heading {
  display: flex;
  flex-direction: column;
}
.implementation-task-heading .implementation-task-overline {
  margin-top: 0px;
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #34343a;
}
.implementation-task-heading h4 {
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  color: #121214;
}
@media (max-width: 738px) {
  .implementation-task-heading h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.implementation-task-heading p {
  margin-top: 16px;
  white-space: pre-line;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-task-heading .implementation-task-tooltip-icon svg {
  margin-bottom: 6px;
  height: 12px;
  width: 12px;
  color: #848489;
}
.implementation-task-heading .implementation-task-title {
  font-family: 'Lexend' !important;
}
.implementation-task-heading .implementation-task-title .implementation-task-tooltip-icon svg {
  height: 30px;
}
.implementation-task-tooltip-overlay {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content {
  border-radius: 4px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-inner {
  border-radius: 4px;
  background-color: #034f92;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.implementation-task-tooltip-overlay .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .ant-drawer-header .ant-drawer-title .eis-drawer-close {
  margin: 0;
  border: none;
}
.implementation-help-drawer .implementation-help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #121214;
  margin-bottom: 32px;
}
.implementation-help-drawer .implementation-help-paragraph {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  margin-bottom: 2rem;
}
.implementation-help-drawer .implementation-list-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
  list-style: disc !important;
}
.implementation-help-drawer .implementation-help-ul {
  margin-left: 20px;
}
.implementation-help-drawer .eis-drawer-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #f7f7f7;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-remaining-questions {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon {
  color: #848489;
  margin-right: 8px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-icon svg {
  width: 24px;
  height: 24px;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.implementation-help-drawer .eis-drawer-footer .implementation-help-footer .implementation-help-footer-email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #0d65b3;
  text-decoration: underline;
}
.pl-common-implementation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
}
.pl-common-implementation-header-title {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-right: 1.5rem;
}
.pl-common-implementation-header-exit {
  display: flex;
  flex: 1 0 auto;
  color: #0d65b3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  justify-content: flex-end;
}
@media (max-width: 738px) {
  .pl-common-implementation-header {
    padding: 0.625rem 1.5rem;
  }
  .pl-common-implementation-header-title span {
    display: none;
  }
}
@media (max-width: 575px) {
  .pl-common-implementation-header {
    padding: 0.5rem 1.5rem 0 1.5rem;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .pl-common-implementation-header-title {
    width: 100%;
  }
  .pl-common-implementation-header-exit {
    width: 100%;
    float: right;
    margin: 0.875rem 0;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.implementation-task-lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}
.implementation-task-lists-wrapper .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 97%;
}
.implementation-task-lists-wrapper .ant-collapse-content {
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  border: none;
}
.implementation-task-lists-wrapper .implementation-task-list .ant-collapse-item {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px;
  border-radius: 8px !important;
  border: 1px solid #d2d2d4 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #34343a !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important !important;
  color: #121214 !important;
  width: 100%;
  padding: 0 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-header i {
  color: #57575e !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content {
  width: 100%;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content .ant-collapse-content-box {
  background: #ffffff;
  padding: 0 !important;
  display: flex;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active {
  background: #eff6fc;
  border: 1px solid #0d65b3 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-content.ant-collapse-item-active .ant-collapse-content-box {
  background: #eff6fc;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items {
  color: #57575e;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item.active {
  font-weight: 700 !important;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time {
  display: flex;
  align-items: center;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-text {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #68686e !important;
  text-transform: lowercase;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-time .implementation-task-item-time-icon {
  color: #57575e;
}
.implementation-task-lists-wrapper .implementation-task-list .implementation-task-list-items .implementation-task-item .implementation-task-item-complete-check {
  color: #03850b !important;
  border: solid 2px #03850b !important;
  border-radius: 50% !important;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.app-questions-container {
  width: 100%;
  padding-bottom: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-form-question-wrapper {
  margin-top: 56px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.app-questions-container .app-questions-form-container .app-questions-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.app-questions-container .app-questions-form-container .app-questions-counter {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #34343a;
  margin-bottom: 0.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.app-questions-container .app-questions-form-container .app-questions-address-wrapper .app-questions-address-line {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #34343a;
}
.app-questions-container .app-questions-form-container .app-questions-select-input {
  max-width: 320px;
}
.app-questions-container .app-questions-form-container .app-questions-select-input .ant-select-selection {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68686e;
  border-color: #bababd;
}
.app-questions-container .app-questions-form-container .ant-calendar-picker-icon svg {
  color: #68686e !important;
}
.app-questions-container .app-questions-form-container .ant-radio-group.ant-radio-group-outline {
  margin-right: 2rem;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper {
  border-radius: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .top-space-15 {
  padding-top: 15px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper p.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper {
  display: flex;
  align-items: center;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-wrapper .ant-form-item {
  flex-basis: 50%;
  margin-bottom: 8px;
}
.app-questions-container .app-questions-form-container .app-question-coverage-percent-wrapper .app-question-coverage-percent-input-helper-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #68686e;
}
.app-questions-container .app-questions-form-container .mb-38 {
  margin-bottom: 38px;
}
@media (max-width: 738px) {
  .app-questions-container .app-questions-form-container .app-questions-select-input {
    max-width: none !important;
  }
}
.additional-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
.additional-benefits-container .alert-box {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #f7f7f7;
}
.additional-benefits-container .alert-box .anticon-info-circle {
  color: #57575e;
}
.additional-benefits-container .alert-box p {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #57575e;
}
.additional-benefits-container .eap-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .additional-benefits-container .eap-links-container {
    width: 388px;
  }
}
.additional-benefits-container .eap-links-container .eap-link {
  display: flex;
  height: 44px;
  min-width: 104px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.additional-benefits-container .eap-links-container .eap-link .link-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.benefits-confirmation-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.benefits-confirmation-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
}
.benefits-confirmation-question-container.top-header {
  margin-top: 32px;
}
.benefits-confirmation-question-container .benefits-confirmation-question,
.benefits-confirmation-question-container .benefits-confirmation-sub-question {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #34343a;
}
.benefits-confirmation-question-container div.ant-row.ant-form-item {
  margin: 0;
}
.benefits-confirmation-question-container .benefits-confirmation-radio-input {
  margin-top: 24px;
}
.implementation-benefits-confirmation-container {
  padding-bottom: 56px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 8px;
  margin: 38px 0px 6px 0px;
}
.implementation-benefits-confirmation-container .benefits-confirmation-download-proposal-button-container .proposal-download-button {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #0d65b3;
  cursor: pointer;
}
.implementation-implementation-paused-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.implementation-implementation-paused-wrapper .implementation-implementation-paused-signout {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0d65b3;
  color: #ffffff;
  min-width: 104px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received {
  padding-bottom: 56px;
}
.implementation-signatures-received .implementation-signatures-received-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper {
  gap: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-documents-section-wrapper h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-document {
  cursor: pointer;
  color: #0d65b3;
  margin: 16px 0;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text {
  height: 28px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text:first-child {
  margin-top: 8px;
}
.implementation-signatures-received .implementation-signatures-received-container .implementation-icon-with-text .implementation-benefits-file-icon {
  text-align: center;
}
.implementation-welcome-screen-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
}
.implementation-welcome-screen-wrapper .implementation-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.implementation-welcome-screen-wrapper .implementation-img-container img {
  max-width: 652px;
  width: 100%;
  margin: auto;
}
.implementation-welcome-screen-wrapper .are-you-ready {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #121214;
  margin-top: 24px;
}
@media (max-width: 738px) {
  .implementation-welcome-screen-wrapper {
    flex: 1;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container {
    margin-bottom: 2.5rem;
  }
  .implementation-welcome-screen-wrapper .implementation-img-container img {
    max-width: none;
  }
  .implementation-welcome-screen-wrapper .are-you-ready {
    margin: 2.5rem 0;
  }
}
.implementation {
  position: relative;
  padding-top: 4.5rem;
}
.implementation .ant-spin-nested-loading,
.implementation .ant-spin-container {
  height: 100%;
  width: 100%;
}
.implementation .anticon {
  color: #0d65b3;
}
.implementation .implementation-page {
  display: flex;
  flex-grow: 1;
}
.implementation .implementation-sidebar-wrapper {
  width: 322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 40px;
  min-height: calc(100vh - 240px);
}
.implementation .implementation-task-wrapper {
  width: 100%;
  max-width: 700px;
  height: 72vh;
  margin-left: 42px;
  margin-right: 42px;
}
.implementation .ant-btn-primary {
  margin-top: 56px;
}
.implementation .implementation-sidebar-options {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 738px) {
  .implementation {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .implementation .implementation-page {
    display: flex;
    flex-direction: column;
    max-width: 572px;
    margin: auto;
  }
  .implementation .implementation-sidebar-wrapper {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0;
    justify-content: center;
  }
  .implementation .implementation-sidebar-wrapper .ant-collapse {
    background-color: #ffffff;
    border-top: 0;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header {
    border: none;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header {
    border-radius: 4px;
    border: 1px solid #d2d2d4;
    justify-content: center !important;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-header i {
    position: static !important;
    transform: translateY(0%) !important;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex !important;
    align-items: center !important;
    color: #34343a;
  }
  .implementation .implementation-sidebar-wrapper .implementation-task-lists-mobile-header > .ant-collapse-content .ant-collapse-content-box {
    padding: 0px;
  }
  .implementation .implementation-task-wrapper {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .implementation .ant-btn-primary {
    margin: 0;
    width: 100%;
  }
  .implementation img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .implementation .implementation-page {
    flex-direction: column;
    max-width: 327px;
    margin: auto;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.w-full {
  width: 100%;
}
.mb-6 {
  margin-bottom: 24px;
}
.benefits-page-vision-link-network {
  margin-top: 36px;
  display: flex;
}
.benefits-page-vision-link-network .column-network:first-child {
  flex: 0 0 72px;
}
.benefits-page-vision-link-network .netwerk-content {
  margin-top: 0.5rem;
  flex: 0 0 100%;
}
.benefits-page-vision-link-network .netwerk-content h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container {
  margin-top: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p::before {
  content: '•';
  width: 6px;
  height: 6px;
  color: #848489;
  padding: 0 4px;
}
.benefits-page-vision-link-network .netwerk-content .network-links-container p {
  margin-right: 12px;
}
.benefits-page-vision-link-network {
  margin-bottom: 56px;
}
@media (max-width: 738px) {
  .benefits-page-vision-link-network {
    overflow: hidden;
  }
  .benefits-page-vision-link-network .netwerk-content {
    margin-top: 0px;
  }
  .benefits-page-vision-link-network .netwerk-content .network-links-container {
    flex-direction: column;
    align-content: start;
    margin-left: 4px;
  }
}

.benefits-page-plans-tab-section {
  margin-top: 3.5rem !important;
}
div[role='tabpanel'] .benefits-page-plans-tab-section:nth-of-type(2) {
  margin-top: 18px !important;
}
.ant-table-row.ant-table-row-level-0 .benefits-page-info-table-centered-cells div {
  font-weight: 400;
  color: #34343a;
}
.benefits-page-right-section .benefits-page-policy-header {
  color: #121214;
}
.benefits-page-plans-tab-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.benefits-page-plans-tab-section.ci-condition .benefits-page-section-heading {
  margin-bottom: 0.5rem !important;
}
.benefits-page-covered-section .benefits-page-section-heading {
  color: #121214;
  margin-bottom: 1.5rem !important;
}
.table-header-cell-content-wrapper {
  padding: 8px 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title {
  padding: 0px !important;
}
.table-header-cell-content-wrapper .ant-table-column-title .benefits-page-info-table-column-title {
  padding: 0 1rem !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells {
  padding: 8px 0px !important;
}
.ant-table-row.ant-table-row-level-0[data-row-key='first-vision-table-73']:first-child .benefits-page-info-table-centered-cells div {
  padding: 0px 12px !important;
}
.benefits-page-info-table-column-blue-background.benefits-page-info-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.benefits-page-info-table-left-aligned-cells {
  border: none !important;
}
.benefit-table-left-aligned-cells .table-header-cell-content-wrapper {
  justify-content: start !important;
}
.ant-collapse-content-box {
  padding: 1.5rem 0px !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells div {
  padding: 0px 0.75rem !important;
}
.benefits-page-plans-tab-section:nth-child(4) .benefits-page-info-table .ant-table .ant-table-tbody tr .benefits-page-info-table-left-aligned-cells:nth-child(odd) div {
  color: #34343a !important;
}

/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.pl-custom-collapse .ant-collapse-header {
  background: white !important;
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important !important;
  color: #34343a !important;
}
.pl-custom-collapse .ant-collapse-header:not(:first-child) {
  border: none !important;
}
.pl-custom-collapse .ant-collapse-content {
  border: none !important;
}
.benefits-aside-card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document-download-link {
  height: 32px !important;
  width: 100% !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: normal !important;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}
.document-download-link svg {
  fill: #0d65b3;
}
.document-download-link .eis-btn-content {
  text-align: left !important;
  height: auto !important;
}
.document-download-link:hover {
  height: 32px !important;
}
.benefits-page-plans-tab-section {
  margin-top: 0px !important;
}
.benefits-page-plans-tab-section .benefits-page-commonly-asked-question-section {
  margin-top: 0px !important;
}
@media (max-width: 738px) {
  .benefits-page-plans-tab-section {
    margin-top: 40px !important;
  }
}
.benefits-page-plans-tab-section .benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.benefits-page-classes-and-certificates {
  margin-top: 0px !important;
}
.table-sub-title-left-aligned-cells {
  padding: 8px 24px !important;
}
.table-sub-title-left-aligned-cells-mobile {
  padding: 8px 24px !important;
}
.subtype-title-text {
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .ant-table-fixed:has([data-row-key^='critical-illness']) colgroup > col {
    min-width: 9.8rem !important;
  }
  p.subtype-title-text {
    padding-left: 0px !important;
  }
}
.subtitle-title-text {
  padding: 0px 12px !important;
}
.benefits-name-text div {
  color: #34343a;
  font-weight: 500;
}
.rate-card-amount {
  color: #57575e !important;
}
.benefits-name-text:has(.subtype-title-text) {
  padding: 0px !important;
}
.subtype-subtitle-main-text {
  padding: 8px 12px 8px 24px !important;
  color: #57575e;
}
.subtype-subtitle-text-value {
  padding: 8px 12px !important;
}
.title-type-text,
.subtitle-title-text {
  font-weight: 500;
}
.title-type-text div,
.subtitle-title-text div,
.title-type-text span,
.subtitle-title-text span {
  font-weight: 400;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) {
  position: relative;
}
td:has(div.merged-cell-title, div.subtitle-title-text-value) div {
  position: absolute;
  top: 8px;
  padding-left: 12px !important;
}
.benefits-page-info-table .ant-table .ant-table-tbody tr td:has(.subtype-title-text) {
  padding: 0px !important;
}
td:has(div.subtype-container) {
  padding-top: 0px;
}
th[colspan] div {
  justify-content: flex-start !important;
}
.text-left-align {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.subtype-container {
  padding-left: 0 !important;
}
.subtype-border-blue-bottom:not(:last-child) {
  border-bottom: 1px dashed #79b9f9 !important;
}
.subtype-border-gray-bottom:not(:last-child) {
  border-bottom: 1px dashed #d2d2d4 !important;
}
.center-table-cell {
  text-align: center;
}
.right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.benefits-page-info-table-left-aligned-cells div {
  padding-right: 1rem;
}
.GIA-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}
.GIA-wrapper div:first-child {
  font-weight: 500;
}
@media screen and (max-width: 738px) {
  .GIA-wrapper {
    padding-right: 5px;
    padding-left: 5px !important;
  }
  .GIA-wrapper div:first-child {
    font-size: 0.8rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
  .GIA-wrapper div {
    font-size: 0.7rem;
    padding-left: 0px !important ;
    padding-right: 0px !important ;
  }
}
.height-57 {
  height: 57px;
}
.height-58 {
  height: 58px;
}
@media screen and (max-width: 738px) {
  [data-row-key^='Durable-Medical-Equipment-'] .first-row + .ant-row.blue-dashed-border.sub-row {
    margin-top: 20px;
  }
}
.benefit-table-row .blue-dashed-border {
  border-bottom: 1px dashed #79b9f9 !important;
}
.benefit-table-row .no-padding {
  padding-right: 0;
}
.benefit-table-row .first-row {
  height: 20px !important;
  margin-bottom: 8px !important;
  color: #34343a !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.benefit-table-row .ant-row::before {
  content: none;
}
.benefit-table-row .ant-row::after {
  content: none;
}
.benefit-table-row .sub-row {
  padding: 8px 12px 8px 0 !important;
}
.benefit-table-row .sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row {
  padding-top: 8px;
  padding-left: 0 !important;
  padding-right: 12px important;
}
.benefit-table-row .last-sub-row div {
  padding-left: 24px !important;
}
.benefit-table-row .last-sub-row .sync-padding {
  padding-left: 12px !important;
}
.benefit-table-row .last-sub-row .benefits-page-no-padding {
  padding-left: 0;
}
.headless-table-container .ant-table-thead {
  display: none;
}
.covered-events-hi .table-header-cell-content-wrapper,
.covered-events-hi tr .benefits-page-info-table-bold-cell,
.covered-events-hi .benefits-page-info-table-left-aligned-cells .rhs-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.covered-events-hi .ant-table-header-column {
  margin-right: auto;
}
.covered-events-hi .left-title {
  color: #34343a !important;
}
.testing-benefit {
  display: flex;
  flex-direction: column;
}

.remove-headers thead {
  display: none;
}
.remove-headers tbody > tr:first-child > td.benefits-page-info-table-left-aligned-cells.benefits-page-info-table-hidden-first-cell {
  border-top-right-radius: 12px !important;
}

.remove-headers thead {
  display: none;
}
.remove-headers {
  padding-left: 1rem !important;
}
.benefits-page-anchor-with-icon-addons {
  color: #0d65b3;
  cursor: pointer;
  padding: 0 !important;
}
.benefits-page-pdf-icon-addons {
  margin: 0 8px 0 0;
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
#global-search-container .broker-search-trigger {
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0.5rem;
}
#global-search-container .broker-search-trigger:hover {
  background: #dedede;
}
#global-search-container .broker-search-trigger .anticon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-search-container .broker-search-trigger .anticon svg {
  width: 14.5px;
  height: 14.5px;
  color: #737373;
}
#global-search-container .broker-search-trigger .global-search-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  display: inline-block;
  padding-left: 0.5rem;
  line-height: 16px;
  font-weight: 600;
  color: #737373;
}
@media screen and (max-width: 576px) {
  #global-search-container .broker-search-trigger .global-search-text {
    display: none;
  }
}
broker-search-labels .broker-search-labels-item .broker-search-labels-item-actions button {
  display: flex;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group:last-of-type .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active {
  border: 1px solid rgba(255, 255, 255);
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link {
  height: auto;
  min-width: auto;
  margin: 0;
  line-height: 0;
  width: auto;
  text-align: left;
  border: none;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link span {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1.25rem;
  text-align: center;
  color: #2863a9;
  font-style: normal;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link span:hover {
  text-decoration: underline;
}
/*
 * Copyright © 2022 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.global-search-suggestion-container {
  width: 100%;
}
.global-search-suggestion-container .global-search-suggestion-primary-content {
  max-width: 60%;
}
.global-search-suggestion-container .global-search-suggestion-label {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-suggestion-container .global-search-suggestion-matched-label {
  color: #444444;
  font-weight: bold;
}
.global-search-suggestion-container .global-search-suggestion-phone,
.global-search-suggestion-container .global-search-suggestion-email {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-suggestion-label {
  display: flex;
  flex-direction: column;
}
.global-search-suggestion-label i {
  margin-top: 4px !important;
}
#global-search-container .global-search-popover {
  left: calc(50% - calc(42.75rem / 2)) !important;
  top: 6.5rem !important;
  width: 42.75rem;
  padding-top: 0;
  transform-origin: unset !important;
}
#global-search-container .global-search-popover .ant-btn-default {
  padding-bottom: 20px !important;
}
#global-search-container .global-search-popover .eis-pop-over-content {
  display: inline-block;
  height: 100%;
}
#global-search-container .global-search-popover .eis-pop-over-content .global-search {
  height: 100%;
}
#global-search-container .global-search-popover .eis-pop-over-content .global-search .search__inner {
  display: flex;
  align-items: center;
}
#global-search-container .global-search-popover .ant-select-focused,
#global-search-container .global-search-popover .ant-select-auto-complete.ant-select .ant-input:focus {
  border-color: none !important;
  box-shadow: none !important;
}
#global-search-container .global-search-popover .ant-btn .anticon {
  width: 20px !important;
  height: 19px !important;
}
#global-search-container .global-search-popover .search.global-search {
  margin: 0;
}
#global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
  background-color: white;
  color: black;
  border: none;
  width: 40.9rem;
  height: 3.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 700 !important;
}
#global-search-container .global-search-popover .search.global-search .toggle-search-button {
  width: 14.5px;
  height: 14.5px;
}
#global-search-container .global-search-popover .search.global-search .search-suffix {
  top: 50%;
  transform: translateY(-50%);
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions svg[type='action-filter-medium'] {
  display: none;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions svg {
  display: none !important;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon {
  width: auto;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2),
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon {
  color: #737373;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-right: 0;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) svg[type='action-close-small'],
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon svg[type='action-close-small'] {
  display: none;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2):first-of-type::after,
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon:first-of-type::after {
  content: 'Clear';
  border-right: 1px solid #dedede;
  padding-right: 8px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  color: var(--text-colors-body-low, #68686e);
  /* Utility/Utility 4 */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
#global-search-container .global-search-popover .ant-popover-inner-content {
  padding: 0;
  height: 3.5rem;
  margin-top: -2rem;
}
#global-search-container .global-search-popover .ant-popover-title {
  border: 0;
  height: 0;
  padding: 1rem;
  margin-right: 0.5rem;
}
#global-search-container .global-search-popover .ant-popover-inner {
  min-height: 3.5rem;
}
#global-search-container .global-search-popover .search-bar {
  height: 3.5rem;
}
#global-search-container .global-search-popover .anticon {
  margin-left: 0.5rem;
}
#global-search-container .global-search-popover .anticon svg[type='action-close-small'] {
  color: #262626;
  width: 10.5px;
  height: 10.5px;
}
#global-search-container .global-search-popover .search-bar .ant-select-selection--single .ant-input {
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#global-search-container .global-search-popover-open .global-search-overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(38, 38, 38, 0.5);
  z-index: 1029;
  position: absolute;
  left: 0;
  top: 0;
}
#global-search-container .global-search-popover .eis-button-extra-small {
  left: 0.5rem;
  z-index: 2;
}
#global-search-container .global-search-popover .eis-button-extra-small .anticon {
  margin-left: 0;
}
#global-search-container .global-search-popover .eis-button-extra-small .anticon svg {
  height: 24px;
  width: 24px;
}
@media (max-width: 738px) {
  #global-search-container .global-search-popover {
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    padding-left: calc((100vw - 66.6vw) / 2);
    padding-right: calc((100vw - 66.6vw) / 2);
    background: #ffffff;
    border-bottom: 1px solid #adadad;
  }
  #global-search-container .global-search-popover-open .global-search-overlay {
    background: #ffffff;
  }
  #global-search-container .global-search-popover .search.global-search .toggle-search-button {
    left: 0.5rem;
  }
  #global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
    width: 66.6vw;
  }
  #global-search-container .global-search-popover .search-suffix {
    right: 2.563rem;
  }
  #global-search-container .global-search-popover .ant-popover-inner {
    border-radius: 0;
    box-shadow: none;
  }
}
#global-search-container #app-container:has(.global-search-popover-open) {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  #global-search-container .global-search-popover {
    padding-left: 0;
    padding-right: 0;
  }
  #global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
    width: 100vw;
  }
}
#global-search-container .search-bar__dropdown {
  box-shadow: none;
  width: 42.75rem !important;
  border-top: 1px solid #adadad;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 56px !important;
  left: calc(50% - calc(42.75rem / 2)) !important;
  max-height: 37.5rem;
  overflow: auto;
  /* For Firefox */
}
#global-search-container .search-bar__dropdown ::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar */
  width: 8px;
  border-radius: 1000px;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category {
  width: 100%;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category .show-all-option {
  width: 100%;
  display: flex;
  align-items: start;
  margin: 0;
  padding: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  color: #0d65b3;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category button:hover {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .search-result-option {
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 8px 24px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  position: relative;
}
#global-search-container .search-bar__dropdown .search-result-option > span {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
}
#global-search-container .search-bar__dropdown .search-result-option .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 16px;
}
#global-search-container .search-bar__dropdown .search-result-option:hover {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu {
  padding: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  color: #737373;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  align-items: flex-start;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active,
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .broker-global-search-suggestion-container {
  padding: 0.5rem 1rem;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .broker-global-search-suggestion-container.show-all-option {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:has(.search-results-title) {
  pointer-events: none;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .anticon {
  height: 16px;
  margin: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .search-results-title {
  padding: 0.5rem 0 0.25rem;
  font-family: Lexend;
  font-weight: 400;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:last-of-type .broker-global-search-suggestion-container:not(.no-results) {
  padding-bottom: 1rem;
}
#global-search-container .search-bar__dropdown .search-results-category-title {
  padding: 24px 24px 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: default;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  color: #737373;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  align-items: flex-start;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .anticon {
  height: 16px;
  margin: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:last-of-type .global-search-suggestion-container:not(.no-results) {
  padding-bottom: 1rem;
}
#global-search-container .search-bar__dropdown .search-no-results {
  font-family: Lexend;
}
#global-search-container .search-bar__dropdown .search-no-results p {
  padding: 24px 16px 16px 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results p span {
    display: block;
  }
}
#global-search-container .search-bar__dropdown .search-no-results .tips {
  margin-bottom: 6rem;
}
#global-search-container .search-bar__dropdown .search-no-results .tips > p {
  padding: 24px 16px 8px 16px;
  font-weight: 700 !important;
}
#global-search-container .search-bar__dropdown .search-no-results .tips ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex !important;
  flex-wrap: wrap !important;
}
#global-search-container .search-bar__dropdown .search-no-results .tips ul li {
  list-style: disc;
  margin-left: 2rem;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results .tips ul li span {
    display: block;
  }
}
#global-search-container .search-bar__dropdown .search-no-results .footer {
  background-color: #eaeaeb;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0.75rem 0.5rem;
  gap: 0.5rem;
  align-items: center;
}
#global-search-container .search-bar__dropdown .search-no-results .footer p {
  color: #262626;
}
#global-search-container .search-bar__dropdown .search-no-results .footer .footer-p {
  padding: 0;
}
#global-search-container .search-bar__dropdown .search-no-results .footer button {
  background-color: #eaeaeb;
  margin: auto 0px;
  flex-shrink: 0;
  color: #0d65b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results .footer {
    text-align: right;
    font-size: 18px;
  }
}
#global-search-container .global-search-suggestion-matched-label {
  color: #444444;
  font-weight: bold;
}
@media (max-width: 738px) {
  #global-search-container .search-bar {
    height: 100vh;
  }
  #global-search-container .search-bar__dropdown {
    top: 3.5rem !important;
    left: 0 !important;
    min-height: calc(100vh - 3.5rem);
    height: auto;
    overflow-y: scroll;
    overflow-x: unset;
    width: 100vw !important;
    padding-left: calc((100vw - 66.6vw) / 2);
    padding-right: calc((100vw - 66.6vw) / 2);
  }
  #global-search-container .search-bar__dropdown .no-results {
    min-height: calc(100vh - 3.5rem);
  }
}
@media screen and (max-width: 576px) {
  #global-search-container .search-bar__dropdown {
    padding-left: 0;
    padding-right: 0;
  }
  #global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .search-result-option {
    text-wrap: auto;
  }
  #global-search-container .search-bar__dropdown .global-search-suggestion-category .search-no-results {
    text-wrap: auto;
  }
  #global-search-container .search-bar__dropdown .search-no-results {
    display: flex;
    flex-direction: column;
  }
  #global-search-container .search-bar__dropdown .search-no-results > span {
    padding: 24px 16px 16px 16px;
  }
  #global-search-container .search-bar__dropdown .search-no-results .tips p {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer {
    padding: 12px 18px;
    flex-wrap: wrap;
    gap: 0;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer p {
    font-size: 18px;
    padding: 0;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer button {
    font-size: 16px;
    padding: 0;
  }
  #global-search-container .search-bar .ant-select-selection--single .ant-input {
    padding-right: 6.625rem;
  }
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.broker-search-results-wrapper {
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
}
.broker-search-results-wrapper .ant-tabs {
  margin: 0 2.5rem 1.125rem;
}
.broker-search-results-wrapper .ant-tabs-bar {
  margin-bottom: 1rem;
}
.broker-search-results-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  color: #121214;
}
.broker-search-results-wrapper .broker-customer-search-table {
  padding: 0;
  background: #ffffff;
}
.broker-search-results-wrapper .broker-customer-search-table .broker-lead-table-text-neutral-gray.broker-lead-table-status-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.broker-search-results-wrapper .broker-lead-table {
  padding: 0 !important;
}
.broker-search-results-wrapper .broker-lead-table .ant-table {
  width: 100%;
}
.broker-search-results-wrapper .broker-lead-table .ant-table table {
  padding: 0;
  border-spacing: 0;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr {
  box-shadow: none;
  border-radius: 0%;
  margin: 0;
  height: 56px;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 0px !important;
  border: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td:first-child:hover {
  background-color: #ffffff !important;
  color: #034f92;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td {
  border: none;
}
.broker-search-results-wrapper .broker-lead-table-column span {
  padding: 0;
}
.broker-search-results-wrapper .broker-lead-table-status-label {
  margin-bottom: 2rem;
}
.broker-search-results-wrapper .broker-lead-table-text-neutral-gray {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.broker-search-results-wrapper .ant-pagination-item-active {
  background-color: transparent;
  color: #aad3ff;
  border-color: #0d65b3;
}
.broker-search-results-title {
  color: #121214;
}
@media (max-width: 738px) {
  .broker-search-results-wrapper .table-footer {
    justify-content: center;
  }
  .broker-search-results-wrapper .table-footer .ant-pagination-options {
    display: none;
  }
}
.broker-lead-table {
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
}
.broker-lead-table table {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.broker-lead-table table .broker-lead-table-empty-first-header {
  width: 2%;
}
.broker-lead-table table .broker-lead-table-customer-header {
  width: 20%;
}
.broker-lead-table table .broker-lead-table-contact-header {
  width: 36%;
}
.broker-lead-table table .broker-lead-table-dob-header {
  width: 10%;
}
.broker-lead-table table .broker-lead-table-status-header {
  width: 16%;
}
.broker-lead-table table .broker-lead-table-notes-header {
  width: 16%;
}
.broker-lead-table table .broker-accounts-table-accounts-column {
  width: 35%;
}
.broker-lead-table table .broker-accounts-table-customers-column {
  width: 20%;
}
.broker-lead-table table .broker-accounts-table-contact-column {
  width: 35%;
}
.broker-lead-table tbody.ant-table-tbody tr.ant-table-row td {
  position: relative;
  vertical-align: top;
}
.broker-lead-table .broker-lead-table-hoverable:hover {
  cursor: pointer;
}
.broker-lead-table .broker-lead-table-overflow-hidden {
  overflow: hidden;
}
.broker-lead-table .broker-lead-table-column {
  padding: 16px !important;
  vertical-align: middle;
}
.broker-lead-table th.broker-lead-table-column {
  padding: 0.75rem 16px !important;
  background-color: #ffffff;
}
.broker-lead-table th.broker-lead-table-column .ant-table-column-sorters {
  display: block !important;
}
.broker-lead-table th.broker-lead-table-column .table-header-cell-content-wrapper {
  display: unset !important;
}
.broker-lead-table .broker-lead-table-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0;
}
.broker-lead-table .broker-lead-table-customer {
  display: flex;
}
.broker-lead-table .broker-lead-table-customer-avatar {
  display: flex;
  flex-shrink: 0;
  margin-right: 1rem;
}
.broker-lead-table .broker-lead-table-customer-avatar-initials {
  background-color: #817e7e;
}
.broker-lead-table .broker-lead-table-customer-details {
  display: flex;
  flex-direction: row !important;
  gap: 1rem;
}
.broker-lead-table .broker-lead-table-customer-details > span {
  margin: 0 !important;
}
.broker-lead-table .broker-lead-table-customer-details > span:last-of-type {
  margin-bottom: 0 !important;
}
.broker-lead-table .broker-lead-table-customer-details .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.broker-lead-table .broker-lead-table-contact {
  display: block;
}
.broker-lead-table .broker-lead-table-contact-item {
  display: flex;
  align-items: center;
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-contact-item:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-contact-item > i.anticon {
  margin-right: 0.625rem;
}
.broker-lead-table .broker-lead-table-contact-item > i.anticon > svg {
  width: 0.75rem;
  fill: #798a9a;
}
.broker-lead-table .broker-lead-table-dob {
  display: flex;
  flex-direction: column;
}
.broker-lead-table .broker-lead-table-dob > span {
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-dob > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-relationships-table-text-primary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.broker-lead-table .broker-relationships-table-text-secondary {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: left;
}
.broker-lead-table .broker-relationships-table-text-relationship-type {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.broker-lead-table .broker-lead-table-status {
  display: flex;
  flex-direction: column;
}
.broker-lead-table .broker-lead-table-status > span {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.875rem;
}
.broker-lead-table .broker-lead-table-status > span:nth-of-type(1) {
  margin-left: 0;
  line-height: 1.25rem;
}
.broker-lead-table .broker-lead-table-status > span:nth-of-type(3) {
  margin-right: 8px;
}
.broker-lead-table .broker-lead-table-status > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-status-gender {
  min-width: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25rem;
  height: 1.25rem;
  border: 0.0625rem solid 8px;
  border-radius: 0.25rem;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
}
.broker-lead-table .broker-lead-table-notes {
  margin-bottom: 0.25rem;
}
.broker-lead-table .broker-lead-table-notes:only-of-type,
.broker-lead-table .broker-lead-table-notes:last-of-type {
  margin-bottom: 0;
}
.broker-lead-table .broker-lead-table-notes > span {
  display: inline-block;
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-notes > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-text-lg {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-lg span,
.broker-lead-table .broker-lead-table-text-lg p,
.broker-lead-table .broker-lead-table-text-lg a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-md span,
.broker-lead-table .broker-lead-table-text-md p,
.broker-lead-table .broker-lead-table-text-md a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-sm {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-sm span,
.broker-lead-table .broker-lead-table-text-sm p,
.broker-lead-table .broker-lead-table-text-sm a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-neutral-gray {
  color: #444444;
}
.broker-lead-table .broker-lead-table-text-neutral-gray span,
.broker-lead-table .broker-lead-table-text-neutral-gray p,
.broker-lead-table .broker-lead-table-text-neutral-gray a {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-neutral-l-1 {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-neutral-l-1 span,
.broker-lead-table .broker-lead-table-text-neutral-l-1 p,
.broker-lead-table .broker-lead-table-text-neutral-l-1 a {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-primary-blue-search {
  color: #0d65b3;
  font-weight: 500;
}
.broker-lead-table .broker-lead-table-text-primary-blue-search span,
.broker-lead-table .broker-lead-table-text-primary-blue-search p,
.broker-lead-table .broker-lead-table-text-primary-blue-search a {
  color: #0d65b3;
}
.broker-lead-table .broker-lead-table-text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.broker-lead-table .broker-lead-table-multline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  white-space: normal;
}
.broker-lead-table .broker-lead-table-status-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.1875rem;
}
.broker-lead-table .broker-lead-table-status-label-HOT {
  background-color: #9d0013;
}
.broker-lead-table .broker-lead-table-status-label-UNKNOWN {
  background-color: transparent;
}
.broker-lead-table .broker-lead-table-status-label-WARM {
  background-color: #f5cc23;
}
.broker-lead-table .broker-lead-table-status-label-COLD {
  background-color: #8fc071;
}
.broker-lead-table.broker-lead-table-hide-empty .ant-empty {
  visibility: hidden;
}
.broker-customer-search-table {
  padding: 2rem 2.5rem;
  background-color: #f7f9fc;
  flex-grow: 1;
}
.broker-customer-search-table .broker-customer-search-table-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 400px);
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-icon .anticon {
  line-height: 48px;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-icon .anticon svg {
  height: 2.125rem;
  vertical-align: middle;
  width: 2rem;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-title {
  color: #444444;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0.5rem 0;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-description {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-description a {
  color: #4a90e2;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1.5rem;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu div {
  margin-bottom: 0.625rem;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .broker-customer-type-dropdown-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button {
  text-align: left;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .ant-btn.ant-btn-link {
  height: auto;
  padding: 0;
  border: none !important;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .eis-btn-content {
  line-height: 1.3;
  vertical-align: baseline;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .anticon.eis-dropdown-icon {
  line-height: 1;
  width: auto;
  height: auto;
  margin-left: 0.75rem;
}
.broker-customer-search-table .ant-table-placeholder {
  border: none;
}
.broker-customer-search-table .table-footer {
  display: flex;
  justify-content: flex-end;
}
.broker-dashboard-customer-type-dropdown-menu .ant-dropdown-menu-item-selected,
.broker-customer-type-dropdown-menu .ant-dropdown-menu-item-selected {
  background-color: #e8f3ff;
}
.broker-dashboard-customer-type-dropdown-menu .ant-dropdown-menu-item-active,
.broker-customer-type-dropdown-menu .ant-dropdown-menu-item-active {
  font-weight: 500;
}
.broker-search-results-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.broker-search-results-wrapper .ant-tabs-tab-active.ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.broker-search-results-wrapper .ant-tabs-tab[role='tab'] {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.broker-search-results-header {
  margin: 0px 2.5rem 1.5rem;
}
.broker-search-results-header .broker-search-advanced-results-title,
.broker-search-results-header .broker-search-results-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.broker-search-results-header .broker-search-results-title {
  margin-bottom: 1rem;
}
.broker-search-results-header .broker-search-labels {
  margin-bottom: 0;
}
.dropdown-link {
  margin-left: 10px;
}
.dropdown-link .ant-btn {
  border: none !important;
  margin-top: 0;
}

/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
#global-search-container .broker-search-trigger {
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0.5rem;
}
#global-search-container .broker-search-trigger:hover {
  background: #dedede;
}
#global-search-container .broker-search-trigger .anticon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-search-container .broker-search-trigger .anticon svg {
  width: 14.5px;
  height: 14.5px;
  color: #737373;
}
#global-search-container .broker-search-trigger .global-search-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  display: inline-block;
  padding-left: 0.5rem;
  line-height: 16px;
  font-weight: 600;
  color: #737373;
}
@media screen and (max-width: 576px) {
  #global-search-container .broker-search-trigger .global-search-text {
    display: none;
  }
}
broker-search-labels .broker-search-labels-item .broker-search-labels-item-actions button {
  display: flex;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group:last-of-type .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active {
  border: 1px solid rgba(255, 255, 255);
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link {
  height: auto;
  min-width: auto;
  margin: 0;
  line-height: 0;
  width: auto;
  text-align: left;
  border: none;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link span {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1.25rem;
  text-align: center;
  color: #2863a9;
  font-style: normal;
}
.search-bar__dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-group .ant-select-dropdown-menu-item-group-title + .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item .ant-btn-link span:hover {
  text-decoration: underline;
}
/*
 * Copyright © 2022 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.global-search-suggestion-container {
  width: 100%;
}
.global-search-suggestion-container .global-search-suggestion-primary-content {
  max-width: 60%;
}
.global-search-suggestion-container .global-search-suggestion-label {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-suggestion-container .global-search-suggestion-matched-label {
  color: #444444;
  font-weight: bold;
}
.global-search-suggestion-container .global-search-suggestion-phone,
.global-search-suggestion-container .global-search-suggestion-email {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-suggestion-label {
  display: flex;
  flex-direction: column;
}
.global-search-suggestion-label i {
  margin-top: 4px !important;
}
#global-search-container .global-search-popover {
  left: calc(50% - calc(42.75rem / 2)) !important;
  top: 6.5rem !important;
  width: 42.75rem;
  padding-top: 0;
  transform-origin: unset !important;
}
#global-search-container .global-search-popover .ant-btn-default {
  padding-bottom: 20px !important;
}
#global-search-container .global-search-popover .eis-pop-over-content {
  display: inline-block;
  height: 100%;
}
#global-search-container .global-search-popover .eis-pop-over-content .global-search {
  height: 100%;
}
#global-search-container .global-search-popover .eis-pop-over-content .global-search .search__inner {
  display: flex;
  align-items: center;
}
#global-search-container .global-search-popover .ant-select-focused,
#global-search-container .global-search-popover .ant-select-auto-complete.ant-select .ant-input:focus {
  border-color: none !important;
  box-shadow: none !important;
}
#global-search-container .global-search-popover .ant-btn .anticon {
  width: 20px !important;
  height: 19px !important;
}
#global-search-container .global-search-popover .search.global-search {
  margin: 0;
}
#global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
  background-color: white;
  color: black;
  border: none;
  width: 40.9rem;
  height: 3.5rem;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 700 !important;
}
#global-search-container .global-search-popover .search.global-search .toggle-search-button {
  width: 14.5px;
  height: 14.5px;
}
#global-search-container .global-search-popover .search.global-search .search-suffix {
  top: 50%;
  transform: translateY(-50%);
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions svg[type='action-filter-medium'] {
  display: none;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions svg {
  display: none !important;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon {
  width: auto;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2),
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon {
  color: #737373;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  margin-right: 0;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) svg[type='action-close-small'],
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon svg[type='action-close-small'] {
  display: none;
}
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2):first-of-type::after,
#global-search-container .global-search-popover .search.global-search .search-suffix .search-suffix__actions .anticon:first-child:nth-last-child(2) ~ .anticon:first-of-type::after {
  content: 'Clear';
  border-right: 1px solid #dedede;
  padding-right: 8px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  color: var(--text-colors-body-low, #68686e);
  /* Utility/Utility 4 */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
#global-search-container .global-search-popover .ant-popover-inner-content {
  padding: 0;
  height: 3.5rem;
  margin-top: -2rem;
}
#global-search-container .global-search-popover .ant-popover-title {
  border: 0;
  height: 0;
  padding: 1rem;
  margin-right: 0.5rem;
}
#global-search-container .global-search-popover .ant-popover-inner {
  min-height: 3.5rem;
}
#global-search-container .global-search-popover .search-bar {
  height: 3.5rem;
}
#global-search-container .global-search-popover .anticon {
  margin-left: 0.5rem;
}
#global-search-container .global-search-popover .anticon svg[type='action-close-small'] {
  color: #262626;
  width: 10.5px;
  height: 10.5px;
}
#global-search-container .global-search-popover .search-bar .ant-select-selection--single .ant-input {
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#global-search-container .global-search-popover-open .global-search-overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(38, 38, 38, 0.5);
  z-index: 1029;
  position: absolute;
  left: 0;
  top: 0;
}
#global-search-container .global-search-popover .eis-button-extra-small {
  left: 0.5rem;
  z-index: 2;
}
#global-search-container .global-search-popover .eis-button-extra-small .anticon {
  margin-left: 0;
}
#global-search-container .global-search-popover .eis-button-extra-small .anticon svg {
  height: 24px;
  width: 24px;
}
@media (max-width: 738px) {
  #global-search-container .global-search-popover {
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    padding-left: calc((100vw - 66.6vw) / 2);
    padding-right: calc((100vw - 66.6vw) / 2);
    background: #ffffff;
    border-bottom: 1px solid #adadad;
  }
  #global-search-container .global-search-popover-open .global-search-overlay {
    background: #ffffff;
  }
  #global-search-container .global-search-popover .search.global-search .toggle-search-button {
    left: 0.5rem;
  }
  #global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
    width: 66.6vw;
  }
  #global-search-container .global-search-popover .search-suffix {
    right: 2.563rem;
  }
  #global-search-container .global-search-popover .ant-popover-inner {
    border-radius: 0;
    box-shadow: none;
  }
}
#global-search-container #app-container:has(.global-search-popover-open) {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  #global-search-container .global-search-popover {
    padding-left: 0;
    padding-right: 0;
  }
  #global-search-container .global-search-popover .search.global-search .ant-input.search-bar__input.ant-select-search__field {
    width: 100vw;
  }
}
#global-search-container .search-bar__dropdown {
  box-shadow: none;
  width: 42.75rem !important;
  border-top: 1px solid #adadad;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 56px !important;
  left: calc(50% - calc(42.75rem / 2)) !important;
  max-height: 37.5rem;
  overflow: auto;
  /* For Firefox */
}
#global-search-container .search-bar__dropdown ::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar */
  width: 8px;
  border-radius: 1000px;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category {
  width: 100%;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category .show-all-option {
  width: 100%;
  display: flex;
  align-items: start;
  margin: 0;
  padding: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  color: #0d65b3;
}
#global-search-container .search-bar__dropdown .global-search-suggestion-category button:hover {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .search-result-option {
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 8px 24px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  position: relative;
}
#global-search-container .search-bar__dropdown .search-result-option > span {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
}
#global-search-container .search-bar__dropdown .search-result-option .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 16px;
}
#global-search-container .search-bar__dropdown .search-result-option:hover {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu {
  padding: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  color: #737373;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  align-items: flex-start;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active,
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active:hover {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .broker-global-search-suggestion-container {
  padding: 0.5rem 1rem;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .broker-global-search-suggestion-container.show-all-option {
  background-color: #f0f0f0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:has(.search-results-title) {
  pointer-events: none;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .anticon {
  height: 16px;
  margin: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .search-results-title {
  padding: 0.5rem 0 0.25rem;
  font-family: Lexend;
  font-weight: 400;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:last-of-type .broker-global-search-suggestion-container:not(.no-results) {
  padding-bottom: 1rem;
}
#global-search-container .search-bar__dropdown .search-results-category-title {
  padding: 24px 24px 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: default;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  font-size: 18px;
  color: #737373;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  align-items: flex-start;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .anticon {
  height: 16px;
  margin: 0;
}
#global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item:last-of-type .global-search-suggestion-container:not(.no-results) {
  padding-bottom: 1rem;
}
#global-search-container .search-bar__dropdown .search-no-results {
  font-family: Lexend;
}
#global-search-container .search-bar__dropdown .search-no-results p {
  padding: 24px 16px 16px 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results p span {
    display: block;
  }
}
#global-search-container .search-bar__dropdown .search-no-results .tips {
  margin-bottom: 6rem;
}
#global-search-container .search-bar__dropdown .search-no-results .tips > p {
  padding: 24px 16px 8px 16px;
  font-weight: 700 !important;
}
#global-search-container .search-bar__dropdown .search-no-results .tips ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex !important;
  flex-wrap: wrap !important;
}
#global-search-container .search-bar__dropdown .search-no-results .tips ul li {
  list-style: disc;
  margin-left: 2rem;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results .tips ul li span {
    display: block;
  }
}
#global-search-container .search-bar__dropdown .search-no-results .footer {
  background-color: #eaeaeb;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0.75rem 0.5rem;
  gap: 0.5rem;
  align-items: center;
}
#global-search-container .search-bar__dropdown .search-no-results .footer p {
  color: #262626;
}
#global-search-container .search-bar__dropdown .search-no-results .footer .footer-p {
  padding: 0;
}
#global-search-container .search-bar__dropdown .search-no-results .footer button {
  background-color: #eaeaeb;
  margin: auto 0px;
  flex-shrink: 0;
  color: #0d65b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 425px) {
  #global-search-container .search-bar__dropdown .search-no-results .footer {
    text-align: right;
    font-size: 18px;
  }
}
#global-search-container .global-search-suggestion-matched-label {
  color: #444444;
  font-weight: bold;
}
@media (max-width: 738px) {
  #global-search-container .search-bar {
    height: 100vh;
  }
  #global-search-container .search-bar__dropdown {
    top: 3.5rem !important;
    left: 0 !important;
    min-height: calc(100vh - 3.5rem);
    height: auto;
    overflow-y: scroll;
    overflow-x: unset;
    width: 100vw !important;
    padding-left: calc((100vw - 66.6vw) / 2);
    padding-right: calc((100vw - 66.6vw) / 2);
  }
  #global-search-container .search-bar__dropdown .no-results {
    min-height: calc(100vh - 3.5rem);
  }
}
@media screen and (max-width: 576px) {
  #global-search-container .search-bar__dropdown {
    padding-left: 0;
    padding-right: 0;
  }
  #global-search-container .search-bar__dropdown .ant-select-dropdown-menu-item .search-result-option {
    text-wrap: auto;
  }
  #global-search-container .search-bar__dropdown .global-search-suggestion-category .search-no-results {
    text-wrap: auto;
  }
  #global-search-container .search-bar__dropdown .search-no-results {
    display: flex;
    flex-direction: column;
  }
  #global-search-container .search-bar__dropdown .search-no-results > span {
    padding: 24px 16px 16px 16px;
  }
  #global-search-container .search-bar__dropdown .search-no-results .tips p {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer {
    padding: 12px 18px;
    flex-wrap: wrap;
    gap: 0;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer p {
    font-size: 18px;
    padding: 0;
  }
  #global-search-container .search-bar__dropdown .search-no-results .footer button {
    font-size: 16px;
    padding: 0;
  }
  #global-search-container .search-bar .ant-select-selection--single .ant-input {
    padding-right: 6.625rem;
  }
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.broker-search-results-wrapper {
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
}
.broker-search-results-wrapper .ant-tabs {
  margin: 0 2.5rem 1.125rem;
}
.broker-search-results-wrapper .ant-tabs-bar {
  margin-bottom: 1rem;
}
.broker-search-results-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  color: #121214;
}
.broker-search-results-wrapper .broker-customer-search-table {
  padding: 0;
  background: #ffffff;
}
.broker-search-results-wrapper .broker-customer-search-table .broker-lead-table-text-neutral-gray.broker-lead-table-status-label {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #68686e;
}
.broker-search-results-wrapper .broker-lead-table {
  padding: 0 !important;
}
.broker-search-results-wrapper .broker-lead-table .ant-table {
  width: 100%;
}
.broker-search-results-wrapper .broker-lead-table .ant-table table {
  padding: 0;
  border-spacing: 0;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr {
  box-shadow: none;
  border-radius: 0%;
  margin: 0;
  height: 56px;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 0px !important;
  border: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td:first-child:hover {
  background-color: #ffffff !important;
  color: #034f92;
}
.broker-search-results-wrapper .broker-lead-table .ant-table .ant-table-tbody > tr > td {
  border: none;
}
.broker-search-results-wrapper .broker-lead-table-column span {
  padding: 0;
}
.broker-search-results-wrapper .broker-lead-table-status-label {
  margin-bottom: 2rem;
}
.broker-search-results-wrapper .broker-lead-table-text-neutral-gray {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  color: #57575e;
}
.broker-search-results-wrapper .ant-pagination-item-active {
  background-color: transparent;
  color: #aad3ff;
  border-color: #0d65b3;
}
.broker-search-results-title {
  color: #121214;
}
@media (max-width: 738px) {
  .broker-search-results-wrapper .table-footer {
    justify-content: center;
  }
  .broker-search-results-wrapper .table-footer .ant-pagination-options {
    display: none;
  }
}
.broker-lead-table {
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
}
.broker-lead-table table {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.broker-lead-table table .broker-lead-table-empty-first-header {
  width: 2%;
}
.broker-lead-table table .broker-lead-table-customer-header {
  width: 20%;
}
.broker-lead-table table .broker-lead-table-contact-header {
  width: 36%;
}
.broker-lead-table table .broker-lead-table-dob-header {
  width: 10%;
}
.broker-lead-table table .broker-lead-table-status-header {
  width: 16%;
}
.broker-lead-table table .broker-lead-table-notes-header {
  width: 16%;
}
.broker-lead-table table .broker-accounts-table-accounts-column {
  width: 35%;
}
.broker-lead-table table .broker-accounts-table-customers-column {
  width: 20%;
}
.broker-lead-table table .broker-accounts-table-contact-column {
  width: 35%;
}
.broker-lead-table tbody.ant-table-tbody tr.ant-table-row td {
  position: relative;
  vertical-align: top;
}
.broker-lead-table .broker-lead-table-hoverable:hover {
  cursor: pointer;
}
.broker-lead-table .broker-lead-table-overflow-hidden {
  overflow: hidden;
}
.broker-lead-table .broker-lead-table-column {
  padding: 16px !important;
  vertical-align: middle;
}
.broker-lead-table th.broker-lead-table-column {
  padding: 0.75rem 16px !important;
  background-color: #ffffff;
}
.broker-lead-table th.broker-lead-table-column .ant-table-column-sorters {
  display: block !important;
}
.broker-lead-table th.broker-lead-table-column .table-header-cell-content-wrapper {
  display: unset !important;
}
.broker-lead-table .broker-lead-table-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0;
}
.broker-lead-table .broker-lead-table-customer {
  display: flex;
}
.broker-lead-table .broker-lead-table-customer-avatar {
  display: flex;
  flex-shrink: 0;
  margin-right: 1rem;
}
.broker-lead-table .broker-lead-table-customer-avatar-initials {
  background-color: #817e7e;
}
.broker-lead-table .broker-lead-table-customer-details {
  display: flex;
  flex-direction: row !important;
  gap: 1rem;
}
.broker-lead-table .broker-lead-table-customer-details > span {
  margin: 0 !important;
}
.broker-lead-table .broker-lead-table-customer-details > span:last-of-type {
  margin-bottom: 0 !important;
}
.broker-lead-table .broker-lead-table-customer-details .terminated-text {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #34343a;
  background: #f0f0f0;
  margin-left: 24px;
}
.broker-lead-table .broker-lead-table-contact {
  display: block;
}
.broker-lead-table .broker-lead-table-contact-item {
  display: flex;
  align-items: center;
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-contact-item:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-contact-item > i.anticon {
  margin-right: 0.625rem;
}
.broker-lead-table .broker-lead-table-contact-item > i.anticon > svg {
  width: 0.75rem;
  fill: #798a9a;
}
.broker-lead-table .broker-lead-table-dob {
  display: flex;
  flex-direction: column;
}
.broker-lead-table .broker-lead-table-dob > span {
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-dob > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-relationships-table-text-primary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.broker-lead-table .broker-relationships-table-text-secondary {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: left;
}
.broker-lead-table .broker-relationships-table-text-relationship-type {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.broker-lead-table .broker-lead-table-status {
  display: flex;
  flex-direction: column;
}
.broker-lead-table .broker-lead-table-status > span {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.875rem;
}
.broker-lead-table .broker-lead-table-status > span:nth-of-type(1) {
  margin-left: 0;
  line-height: 1.25rem;
}
.broker-lead-table .broker-lead-table-status > span:nth-of-type(3) {
  margin-right: 8px;
}
.broker-lead-table .broker-lead-table-status > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-status-gender {
  min-width: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25rem;
  height: 1.25rem;
  border: 0.0625rem solid 8px;
  border-radius: 0.25rem;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
}
.broker-lead-table .broker-lead-table-notes {
  margin-bottom: 0.25rem;
}
.broker-lead-table .broker-lead-table-notes:only-of-type,
.broker-lead-table .broker-lead-table-notes:last-of-type {
  margin-bottom: 0;
}
.broker-lead-table .broker-lead-table-notes > span {
  display: inline-block;
  margin: 0.125rem 0;
}
.broker-lead-table .broker-lead-table-notes > span:last-of-type {
  margin-bottom: 0.0625rem;
}
.broker-lead-table .broker-lead-table-text-lg {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-lg span,
.broker-lead-table .broker-lead-table-text-lg p,
.broker-lead-table .broker-lead-table-text-lg a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-md span,
.broker-lead-table .broker-lead-table-text-md p,
.broker-lead-table .broker-lead-table-text-md a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-sm {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-sm span,
.broker-lead-table .broker-lead-table-text-sm p,
.broker-lead-table .broker-lead-table-text-sm a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
.broker-lead-table .broker-lead-table-text-neutral-gray {
  color: #444444;
}
.broker-lead-table .broker-lead-table-text-neutral-gray span,
.broker-lead-table .broker-lead-table-text-neutral-gray p,
.broker-lead-table .broker-lead-table-text-neutral-gray a {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-neutral-l-1 {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-neutral-l-1 span,
.broker-lead-table .broker-lead-table-text-neutral-l-1 p,
.broker-lead-table .broker-lead-table-text-neutral-l-1 a {
  color: #666666;
}
.broker-lead-table .broker-lead-table-text-primary-blue-search {
  color: #0d65b3;
  font-weight: 500;
}
.broker-lead-table .broker-lead-table-text-primary-blue-search span,
.broker-lead-table .broker-lead-table-text-primary-blue-search p,
.broker-lead-table .broker-lead-table-text-primary-blue-search a {
  color: #0d65b3;
}
.broker-lead-table .broker-lead-table-text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.broker-lead-table .broker-lead-table-multline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  white-space: normal;
}
.broker-lead-table .broker-lead-table-status-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.1875rem;
}
.broker-lead-table .broker-lead-table-status-label-HOT {
  background-color: #9d0013;
}
.broker-lead-table .broker-lead-table-status-label-UNKNOWN {
  background-color: transparent;
}
.broker-lead-table .broker-lead-table-status-label-WARM {
  background-color: #f5cc23;
}
.broker-lead-table .broker-lead-table-status-label-COLD {
  background-color: #8fc071;
}
.broker-lead-table.broker-lead-table-hide-empty .ant-empty {
  visibility: hidden;
}
.broker-customer-search-table {
  padding: 2rem 2.5rem;
  background-color: #f7f9fc;
  flex-grow: 1;
}
.broker-customer-search-table .broker-customer-search-table-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 400px);
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-icon .anticon {
  line-height: 48px;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-icon .anticon svg {
  height: 2.125rem;
  vertical-align: middle;
  width: 2rem;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-title {
  color: #444444;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0.5rem 0;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-description {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.broker-customer-search-table .broker-customer-search-table-empty .broker-customer-search-table-empty-description a {
  color: #4a90e2;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1.5rem;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu div {
  margin-bottom: 0.625rem;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .broker-customer-type-dropdown-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button {
  text-align: left;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .ant-btn.ant-btn-link {
  height: auto;
  padding: 0;
  border: none !important;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .eis-btn-content {
  line-height: 1.3;
  vertical-align: baseline;
}
.broker-customer-search-table .broker-customer-type-dropdown-menu .eis-dropdown-container > button .anticon.eis-dropdown-icon {
  line-height: 1;
  width: auto;
  height: auto;
  margin-left: 0.75rem;
}
.broker-customer-search-table .ant-table-placeholder {
  border: none;
}
.broker-customer-search-table .table-footer {
  display: flex;
  justify-content: flex-end;
}
.broker-dashboard-customer-type-dropdown-menu .ant-dropdown-menu-item-selected,
.broker-customer-type-dropdown-menu .ant-dropdown-menu-item-selected {
  background-color: #e8f3ff;
}
.broker-dashboard-customer-type-dropdown-menu .ant-dropdown-menu-item-active,
.broker-customer-type-dropdown-menu .ant-dropdown-menu-item-active {
  font-weight: 500;
}
.broker-search-results-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.broker-search-results-wrapper .ant-tabs-tab-active.ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.broker-search-results-wrapper .ant-tabs-tab[role='tab'] {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.broker-search-results-header {
  margin: 0px 2.5rem 1.5rem;
}
.broker-search-results-header .broker-search-advanced-results-title,
.broker-search-results-header .broker-search-results-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.broker-search-results-header .broker-search-results-title {
  margin-bottom: 1rem;
}
.broker-search-results-header .broker-search-labels {
  margin-bottom: 0;
}
.dropdown-link {
  margin-left: 10px;
}
.dropdown-link .ant-btn {
  border: none !important;
  margin-top: 0;
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.help-container .error-boundary-component {
  margin: 24px;
}
.help-container .content-wrapper {
  padding-bottom: 40px;
}
.help-container .content-wrapper .help-title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (max-width: 738px) {
  .help-container .content-wrapper .help-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
.help-container .content-wrapper .help-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  background-color: transparent;
  color: #34343a;
  margin-bottom: 48px;
}
.help-container .content-wrapper .help-contact-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: calc(3 * 300px + 2 * 24px + 200px)) {
  .help-container .content-wrapper .help-contact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.help-container .content-wrapper .help-contact-container .help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  outline: 1px solid #d2d2d4;
  border-radius: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img {
  opacity: 1;
  transition: opacity 0ms linear 1000ms;
}
.help-container .content-wrapper .help-contact-container .help-contact:hover .link-container img .ant-tooltip .copy-email-tooltip {
  visibility: visible;
}
.help-container .content-wrapper .help-contact-container .help-contact .ant-tooltip .copy-email-tooltip {
  visibility: hidden;
}
.help-container .content-wrapper .help-contact-container .help-contact .icon svg {
  height: 88px;
  width: 88px;
  color: #053661;
  background-color: #eff6fc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .title {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
  color: #053661;
  text-align: center;
  margin-bottom: 16px;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container {
  text-align: center;
  cursor: pointer;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container .link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 700 !important;
  color: #0d65b3;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-container .content-wrapper .help-contact-container .help-contact .link-container img {
  opacity: 0;
  margin-left: 8px;
}
.help-container .content-wrapper .help-contact-container .help-contact .subtext-container {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #57575e;
  text-align: center;
  text-wrap: nowrap;
}
.help-container .content-wrapper .help-contact-container .help-contact .footer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #57575e;
  text-align: center;
  margin-top: 16px;
}
.help-page-copy-email-tooltip {
  margin-top: 8px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  left: 7px;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #034f92;
}
.help-page-copy-email-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-width: auto;
  background-color: #034f92;
}
@media (max-width: 575px) {
  .help-contact-container {
    grid-auto-rows: auto !important;
  }
  .help-contact-container .help-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 738px) {
  .help-title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .help-subtitle {
    margin-bottom: 32px;
  }
  .help-contact-container .help-contact {
    min-width: auto !important;
  }
  .help-contact-container .help-contact .link-container img {
    display: inline;
    visibility: visible;
    opacity: 1 !important;
  }
}

/*
 * Copyright © 2021 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Media queries breakpoints
* See bottom of file for usage
! Most PL designs have only one breakpoint, @tablet-view-max. 
! @mobile-view-max will only be used when the mobile design is different from the tablet design.
*/
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
* Examples of Pacific Life font names and implementation:
*
* As component classNames:
* <Heading className={fromTheme(Theme.font.heading_1, Theme.font_weight.bold)} />
*
* As mixins:
* "Desktop Headlines/💻 - H1 - Bold"
* .[selector] {
*     .heading-h1();
*     .bold();
* }
*
* "Mobile Headlines/📱 - H1 - Medium"
* .[selector] {
*     .heading-h1();
*     .medium();
* }
*
*/
.font-base {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*
 *
 * HEADING
 *
 */
.heading-h1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -1.44px;
}
@media (max-width: 738px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.42px;
  }
}
.heading-h2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.56px;
}
@media (max-width: 738px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.heading-h3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.42px;
}
@media (max-width: 738px) {
  .heading-h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
.heading-h4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121214;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  letter-spacing: -0.32px;
}
@media (max-width: 738px) {
  .heading-h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px !important;
  }
}
/*
 *
 * SUBTITLE
 *
 */
.subtitle-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 28px;
  line-height: 40px;
}
.subtitle-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
}
.subtitle-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 20px;
  line-height: 28px;
}
.subtitle-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 18px;
  line-height: 28px;
}
/*
 *
 * BODY
 *
 */
.body-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.body-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.body-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*

 * UTILITY
 *
 */
.utility-1 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.utility-2 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.utility-3 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.utility-4 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/*
 *
 * OVERLINE
 *
 */
.overline-1 {
  font-size: 18px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.overline-2 {
  font-size: 16px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.overline-3 {
  font-size: 14px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
/*
 *
 * WEIGHTS
 *
 */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
/*
 *
 * Colors
 *
 */
.headlines-blue {
  color: #053661;
}
.headlines-gray {
  color: #121214;
}
.subtitles {
  color: #34343a;
}
.body-high {
  color: #34343a;
}
.body-medium {
  color: #57575e;
}
.body-low {
  color: #68686e;
}
.links {
  color: #0d65b3;
}
.subtitles-dark {
  color: #aad4ff;
}
.links-dark {
  color: #aad4ff;
}
/*
 *
 * BUTTON STATES
 *
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-btn,
.ant-btn:hover,
.broker-login-page .ant-btn-primary {
  height: 44px;
  padding: 0px 16px;
}
.ant-btn .anticon,
.ant-btn:hover .anticon,
.broker-login-page .ant-btn-primary .anticon,
.ant-btn .anticon svg,
.ant-btn:hover .anticon svg,
.broker-login-page .ant-btn-primary .anticon svg {
  width: 16px;
  height: 16px;
}
.ant-btn,
.ant-btn:hover,
.ant-btn span,
.ant-btn:hover span,
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:disabled span,
.ant-btn-primary span,
.ant-btn-primary:hover span,
.ant-btn-primary:disabled:hover span,
.broker-login-page .ant-btn-primary:hover,
.ant-btn-primary .eis-btn-content {
  font-family: 'Lexend', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.ant-btn-primary,
.broker-login-page .ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0d65b3;
  border-color: #0d65b3;
}
.ant-btn-link {
  color: #0d65b3;
}
/*
 * Stlyes for <Button type='secondary_borderless'>
 * Component name in PL design system "Button:Text/Link"
 */
.eis-borderless-secondary-button.ant-btn {
  margin: 0px;
  padding: 0;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn .eis-btn-content {
  color: #0d65b3;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button.ant-btn {
  background-color: unset;
  border: none;
  outline: none;
  height: 44px !important;
}
.eis-borderless-secondary-button.ant-btn:hover .eis-btn-content {
  color: #034f92;
}
.eis-borderless-secondary-button.ant-btn:active .eis-btn-content {
  color: #024178;
}
.eis-borderless-secondary-button.ant-btn:focus {
  background: var(--core-colors-white, #fff);
  box-shadow: 0px 0px 2px 3px rgba(29, 155, 240, 0.7), 0px 0px 0px 1.5px #fff;
}
.ant-checkbox {
  width: 24px;
  height: 24px;
  top: 0;
}
.ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-color: #bababd;
}
.ant-checkbox .ant-checkbox-inner::after {
  left: 30%;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0d65b3;
  border-color: #0d65b3 !important;
}
form input[type='checkbox'] {
  width: 24px;
  height: 24px;
}
.ant-drawer-open {
  z-index: 1000000000;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1000000200;
}
.ant-calendar-picker-container {
  z-index: 1000000300;
}
.Toastify__toast-container {
  z-index: 1000000400;
}
.anticon {
  color: #848489;
}
.ant-pagination .ant-pagination-prev a,
.ant-pagination .ant-pagination-next a {
  background: none;
  border: none;
  color: #817E7E;
}
.ant-pagination .ant-pagination-disabled {
  display: none;
}
.ant-pagination .ant-pagination-item {
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: none;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  font-weight: 500;
  color: #024178;
  border: 1px solid #51a4f2;
  border-radius: 4px;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-progress.ant-progress-show-info span.ant-progress-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #57575e;
}
.ant-progress.ant-progress-status-normal .ant-progress-inner .ant-progress-bg {
  background-color: #0d65b3;
}
.ant-progress.ant-progress-status-success .ant-progress-inner .ant-progress-bg {
  background-color: #03850b;
}
.ant-progress.ant-progress-status-error .ant-progress-inner .ant-progress-bg {
  background-color: #da2c1b;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-radio-group input,
.ant-radio-group .ant-radio-inner {
  width: 24px;
  height: 24px;
}
.ant-radio-group .ant-radio-wrapper,
.ant-radio-group .ant-radio-wrapper:hover {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-wrapper span,
.ant-radio-group .ant-radio-wrapper:hover span,
.ant-radio-group .ant-radio-wrapper span:hover,
.ant-radio-group .ant-radio-wrapper:hover span:hover {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34343a;
}
.ant-radio-group .ant-radio-inner::after {
  top: 4px !important;
  left: 4px !important;
  width: 14px !important;
  height: 14px !important;
  animation: none;
  transition: none;
}
.ant-radio-group .ant-radio-inner,
.ant-radio-group .ant-radio {
  border-color: #bababd;
}
.ant-radio-group .ant-radio:hover {
  border-color: #0d65b3;
}
.ant-radio-group .ant-radio-inner::after,
.ant-radio-group .ant-radio-checked::after {
  background-color: #0d65b3;
}
/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.ant-tabs-bar,
.ant-tabs-top-bar {
  border: none;
  /*
    * CUSTOM SCROLLING
    */
}
.ant-tabs-bar .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #34343a;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0px;
}
.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-active),
.ant-tabs-top-bar .ant-tabs-tab:not(.ant-tabs-tab-active) {
  color: #68686e !important;
}
.ant-tabs-bar .ant-tabs-tab:hover,
.ant-tabs-top-bar .ant-tabs-tab:hover {
  background: none;
}
.ant-tabs-bar .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-top-bar .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 32px;
}
.ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active,
.ant-tabs-top-bar .ant-tabs-tab.ant-tabs-tab-active {
  color: #121214;
  border-bottom: 2px solid #0d65b3;
  font-weight: 500 !important;
}
.ant-tabs-bar .ant-tabs-nav-container-scrolling,
.ant-tabs-top-bar .ant-tabs-nav-container-scrolling {
  padding: 0px;
}
.ant-tabs-bar .ant-tabs-tab-btn-disabled,
.ant-tabs-top-bar .ant-tabs-tab-btn-disabled {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-prev,
.ant-tabs-top-bar .ant-tabs-tab-prev {
  width: 48px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: -2px;
}
.ant-tabs-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon,
.ant-tabs-top-bar .ant-tabs-tab-prev .ant-tabs-tab-prev-icon {
  display: none;
}
.ant-tabs-bar .ant-tabs-tab-next,
.ant-tabs-top-bar .ant-tabs-tab-next {
  width: 48px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: -2px;
}
.ant-tabs-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon,
.ant-tabs-top-bar .ant-tabs-tab-next .ant-tabs-tab-next-icon {
  display: none;
}
.ant-table table {
  border-spacing: 0 8px;
  padding: 0 4px;
}
.ant-table .ant-table-thead > tr > th {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  border: none;
  text-align: left;
  vertical-align: middle;
  color: #121214;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper {
  text-align: left;
  padding: 8px 0;
}
.ant-table .ant-table-thead > tr > th .table-header-cell-content-wrapper .ant-table-header-column div {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody > tr > td:first-child {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 500 !important;
  padding: 12px 10px 12px 16px !important;
  color: #34343a;
  margin: -8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -4px;
}
.ant-table .ant-table-tbody > tr > td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table .ant-table-tbody > tr > td {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px 10px !important;
  color: #57575e;
}
.ant-table .ant-table-tbody > tr {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  margin: 4px;
  height: 64px;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f7f7f7 !important;
}
.ant-table .ant-table-tbody > tr.ant-table-row:active > td {
  background-color: #f0f0f0 !important;
}
.ant-table .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none;
}
.implementation .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 1.5rem;
}
.implementation .ant-form-item-control .ant-select-selection {
  height: auto;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered {
  line-height: 24px;
  margin: 0.75rem 3rem 0.75rem 1rem;
  display: flex;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
  position: relative;
  white-space: normal;
}
.implementation .ant-form-item-control .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
  white-space: normal;
}
.implementation .ant-select-dropdown .ant-select-dropdown-menu-item {
  white-space: normal;
}
.special-text-area-container {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 0.5rem;
  width: 100%;
  margin-top: 24px;
}
.special-text-area-container .special-text-area-wraper .text-area-label {
  margin-bottom: 0.32rem;
}
.special-text-area-container .special-text-area-wraper .text-area-label span {
  margin-left: 8px;
}
.special-text-area-container .special-text-area-wraper textarea {
  padding: 12px 16px;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #34343a !important;
}
.special-text-area-container .special-text-area-wraper .character-limit {
  margin-top: 8px;
}
.special-text-area-container.counter-error .input-wrap textarea {
  border: 1.5px solid #da2c1b;
  color: #da2c1b !important;
  box-shadow: none;
  padding: 12px 40px 12px 16px;
}
.special-text-area-container.counter-error .input-wrap textarea:focus {
  border-color: #da2c1b;
  box-shadow: none;
}
.special-text-area-container.counter-error .input-wrap .ant-form-item-control.has-error .ant-form-item-children-icon {
  top: 10px;
  right: 10px;
}
.special-text-area-container.counter-error .character-limit {
  color: #da2c1b;
}

