/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE 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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
  width: 33%;
}
.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 .claims-back-button-wrapper {
  margin: 0;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-main-content .claims-back-button-wrapper {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .submit-claims-footer-right {
    justify-content: space-between;
  }
}
.submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
  display: none;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-footer-buttons .claims-back-button-wrapper {
    display: block;
  }
}
.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;
}
@media (min-width: 738px) {
  .submit-claim-what-to-expect-step-wrapper .submit-claim-what-to-expect-title {
    margin-top: 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: default;
  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-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;
}

.friendly-reminder-banner {
  margin: 1.5rem 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F0FF;
}
.friendly-reminder-container,
.friendly-reminder-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.friendly-reminder-message {
  color: #562292;
}
@media screen and (max-width: 1024px) {
  .friendly-reminder-content {
    flex-direction: column;
    align-items: self-end;
  }
}
.friendly-reminder-link {
  color: #34343A;
  display: flex;
  gap: 4px;
}
.friendly-reminder-link:hover,
.friendly-reminder-link svg {
  color: #34343A;
}
@media screen and (min-width: 1025px) {
  .friendly-reminder-link {
    white-space: nowrap;
  }
}

/*
 * Copyright © 2023 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE 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;
  z-index: 2;
}
#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;
  padding: 0;
  height: 0;
  width: 100%;
  margin: 0;
}
#global-search-container .global-search-popover .eis-pop-over-title-wrapper {
  padding: 1rem 1rem 0 0;
}
#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;
  cursor: pointer;
}
#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;
  cursor: default;
}
#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;
  z-index: 2;
}
#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;
  padding: 0;
  height: 0;
  width: 100%;
  margin: 0;
}
#global-search-container .global-search-popover .eis-pop-over-title-wrapper {
  padding: 1rem 1rem 0 0;
}
#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;
  cursor: pointer;
}
#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;
  cursor: default;
}
#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;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * genesis-variables.less
 * These are custom values that are reused by other packages, but which are not Ant Design variables.
 * This file should *NOT* (re-)define any variables which are already used by Ant Design.
 */
/* TODO: GENESIS-26745 The following should be reviewed and removed in favour of an Ant Variables */
/*
    This file was auto-generated by InVision DSM from the WIP DSM Library design library.
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/*
    Font Styles:
*/
/* Tooltip font style */
/* Heading/H1 font style */
/* Heading/H2 font style */
/* Heading/H3 font style */
/* Heading/H4 font style */
/* Heading/H5 font style */
/* Heading/H6 font style */
/* Heading/H6-Left font style */
/* Heading/H5-Center font style */
/* Modals/Content font style */
/* Modals/Title/Default font style */
/* Modals/Title/Success font style */
/* Modals/Title/Warning font style */
/* Modals/Title/Info font style */
/* Modals/Title/Error font style */
/* Accordions/Title-Default font style */
/* Accordions/Title-Active font style */
/* Accordions/Content font style */
/* Alerts/Default/Info font style */
/* Alerts/Default/Success font style */
/* Alerts/Default/Warning font style */
/* Alerts/Default/Error font style */
/* Alerts/Large/Info font style */
/* Alerts/Large/Success font style */
/* Alerts/Large/Warning font style */
/* Alerts/Large/Error font style */
/* Alerts/Large/Message font style */
/* Alerts/Link font style */
/* Alerts/Small/Error font style */
/* Banner/Heading font style */
/* Banner/SmallCap font style */
/* Breadcrumb/Link-Default font style */
/* Breadcrumb/Link-Hover font style */
/* Breadcrumb/Current font style */
/* Button/Primary/Center font style */
/* Button/Primary/Left font style */
/* Button/Primary/Center-Disabled font style */
/* Button/Primary/Left-Disabled font style */
/* Button/Secondary/Center-Default font style */
/* Button/Secondary/Center-Hover font style */
/* Button/Secondary/Center-Active-Focus font style */
/* Button/Secondary/Center-Disabled font style */
/* Button/Secondary/Left-Default font style */
/* Button/Secondary/Left-Hover font style */
/* Button/Secondary/Left-Active-Focus font style */
/* Button/Secondary/Left-Disabled font style */
/* Button/Link/Center-Default font style */
/* Button/Link/Center-Hover font style */
/* Button/Link/Center-Active-Focus font style */
/* Button/Link/Center-Disabled font style */
/* Button/Link/Left-Default font style */
/* Button/Link/Left-Hover font style */
/* Button/Link/Left-Active-Focus font style */
/* Button/Link/Left-Disabled font style */
/* Checkbox/Unselected font style */
/* Checkbox/Selected-Hover font style */
/* Checkbox/Disabled font style */
/* Dropdown/Button/Default font style */
/* Dropdown/Button/Primary font style */
/* Dropdown/Button/Secondary font style */
/* Dropdown/Menu/Label font style */
/* Dropdown/Menu/Default font style */
/* Dropdown/Menu/Selected font style */
/* Dropdown/Menu/Hover font style */
/* Dropdown/Menu/Disabled font style */
/* Input/Label/Default font style */
/* Input/Label/Disabled font style */
/* Input/Text/Placeholder font style */
/* Input/Text/Disabled font style */
/* Input/Text/Active font style */
/* Input/Validation/Error font style */
/* Input/Validation/Success font style */
/* Input/Validation/Warning font style */
/* Input/Help font style */
/* Other/Regular10/Center/Main-Primary font style */
/* Other/Regular10/Center/Main-Secondary font style */
/* Other/Regular10/Center/White font style */
/* Other/Regular10/Left/Main-Disabled font style */
/* Other/Regular10/Left/Main-Primary font style */
/* Other/Regular10/Left/Main-Secondary font style */
/* Other/Regular10/Left/White font style */
/* Other/Regular10/Right/Main-Disabled font style */
/* Other/Regular10/Right/Main-Primary font style */
/* Other/Regular10/Right/Main-Secondary font style */
/* Other/Regular10/Right/White font style */
/* Other/Regular12/Center/Main-Disabled font style */
/* Other/Regular12/Center/Main-Primary font style */
/* Other/Regular12/Center/Main-Secondary font style */
/* Other/Regular12/Center/White font style */
/* Other/Regular12/Left/Main-Disabled font style */
/* Other/Regular12/Left/Main-Primary font style */
/* Other/Regular12/Left/Main-Secondary font style */
/* Other/Regular12/Left/White font style */
/* Other/Regular12/Right/Main-Disabled font style */
/* Other/Regular12/Right/Main-Primary font style */
/* Other/Regular12/Right/Main-Secondary font style */
/* Other/Regular12/Right/White font style */
/* Other/Regular14/Center/Error font style */
/* Other/Regular14/Center/Info font style */
/* Other/Regular14/Center/Main-Disabled font style */
/* Other/Regular14/Center/Main-Primary font style */
/* Other/Regular14/Center/Main-Secondary font style */
/* Other/Regular14/Center/Success font style */
/* Other/Regular14/Center/Warning font style */
/* Other/Regular14/Center/White font style */
/* Other/Regular14/Left/Error font style */
/* Other/Regular14/Left/Info font style */
/* Other/Regular14/Left/Main-Disabled font style */
/* Other/Regular14/Left/Main-Primary font style */
/* Other/Regular14/Left/Main-Secondary font style */
/* Other/Regular14/Left/Success font style */
/* Other/Regular14/Left/Warning font style */
/* Other/Regular14/Left/White font style */
/* Other/Regular14/Right/Error font style */
/* Other/Regular14/Right/Info font style */
/* Other/Regular14/Right/Main-Disabled font style */
/* Other/Regular14/Right/Main-Primary font style */
/* Other/Regular14/Right/Main-Secondary font style */
/* Other/Regular14/Right/Success font style */
/* Other/Regular14/Right/Warning font style */
/* Other/Regular14/Right/White font style */
/* Other/Regular16/Center/Main-Disabled font style */
/* Other/Regular16/Center/Main-Primary font style */
/* Other/Regular16/Center/Main-Secondary font style */
/* Other/Regular16/Center/White font style */
/* Other/Regular16/Left/Main-Disabled font style */
/* Other/Regular16/Left/Main-Primary font style */
/* Other/Regular16/Left/Main-Secondary font style */
/* Other/Regular16/Left/White font style */
/* Other/Regular16/Right/Main-Disabled font style */
/* Other/Regular16/Right/Main-Primary font style */
/* Other/Regular16/Right/Main-Secondary font style */
/* Other/Regular16/Right/White font style */
/* Other/Regular18/Center/Main-Disabled font style */
/* Other/Regular18/Center/Main-Primary font style */
/* Other/Regular18/Center/Main-Secondary font style */
/* Other/Regular18/Center/White font style */
/* Other/Regular18/Left/Main-Disabled font style */
/* Other/Regular18/Left/Main-Primary font style */
/* Other/Regular18/Left/Main-Secondary font style */
/* Other/Regular18/Left/White font style */
/* Other/Regular18/Right/Main-Disabled font style */
/* Other/Regular18/Right/Main-Primary font style */
/* Other/Regular18/Right/Main-Secondary font style */
/* Other/Regular18/Right/White font style */
/* Other/Regular20/Center/Main-Disabled font style */
/* Other/Regular20/Center/Main-Primary font style */
/* Other/Regular20/Center/Main-Secondary font style */
/* Other/Regular20/Center/White font style */
/* Other/Regular20/Left/Main-Disabled font style */
/* Other/Regular20/Left/Main-Primary font style */
/* Other/Regular20/Left/Main-Secondary font style */
/* Other/Regular20/Left/White font style */
/* Other/Regular20/Right/Main-Disabled font style */
/* Other/Regular20/Right/Main-Primary font style */
/* Other/Regular20/Right/Main-Secondary font style */
/* Other/Regular20/Right/White font style */
/* Other/Medium10/Center/Error font style */
/* Other/Medium10/Center/Info font style */
/* Other/Medium10/Center/Success font style */
/* Other/Medium10/Center/Warning font style */
/* Other/Medium10/Center/Main-Disabled font style */
/* Other/Medium10/Center/Main-Primary font style */
/* Other/Medium10/Center/Main-Secondary font style */
/* Other/Medium10/Center/White font style */
/* Other/Medium10/Left/Main-Disabled font style */
/* Other/Medium10/Left/Main-Primary font style */
/* Other/Medium10/Left/Main-Secondary font style */
/* Other/Medium10/Left/White font style */
/* Other/Medium10/Right/Main-Disabled font style */
/* Other/Medium10/Right/Main-Primary font style */
/* Other/Medium10/Right/Main-Secondary font style */
/* Other/Medium10/Right/White font style */
/* Other/Medium12/Center/Error font style */
/* Other/Medium12/Center/Info font style */
/* Other/Medium12/Center/Success font style */
/* Other/Medium12/Center/Warning font style */
/* Other/Medium12/Center/Main-Disabled font style */
/* Other/Medium12/Center/Main-Primary font style */
/* Other/Medium12/Center/Main-Secondary font style */
/* Other/Medium12/Center/White font style */
/* Other/Medium12/Left/Main-Disabled font style */
/* Other/Medium12/Left/Main-Primary font style */
/* Other/Medium12/Left/Main-Secondary font style */
/* Other/Medium12/Left/White font style */
/* Other/Medium12/Right/Main-Disabled font style */
/* Other/Medium12/Right/Main-Primary font style */
/* Other/Medium12/Right/Main-Secondary font style */
/* Other/Medium12/Right/White font style */
/* Other/Medium14/Center/Action font style */
/* Other/Medium14/Center/Error font style */
/* Other/Medium14/Center/Info font style */
/* Other/Medium14/Center/Main-Disabled font style */
/* Other/Medium14/Center/Main-Primary font style */
/* Other/Medium14/Center/Main-Secondary font style */
/* Other/Medium14/Center/Success font style */
/* Other/Medium14/Center/Warning font style */
/* Other/Medium14/Center/White font style */
/* Other/Medium14/Left/Action font style */
/* Other/Medium14/Left/Error font style */
/* Other/Medium14/Left/Info font style */
/* Other/Medium14/Left/Main-Disabled font style */
/* Other/Medium14/Left/Main-Primary font style */
/* Other/Medium14/Left/Main-Secondary font style */
/* Other/Medium14/Left/Success font style */
/* Other/Medium14/Left/Warning font style */
/* Other/Medium14/Left/White font style */
/* Other/Medium14/Right/Action font style */
/* Other/Medium14/Right/Error font style */
/* Other/Medium14/Right/Info font style */
/* Other/Medium14/Right/Main-Disabled font style */
/* Other/Medium14/Right/Main-Primary font style */
/* Other/Medium14/Right/Main-Secondary font style */
/* Other/Medium14/Right/Success font style */
/* Other/Medium14/Right/Warning font style */
/* Other/Medium14/Right/White font style */
/* Other/Medium16/Center/Action font style */
/* Other/Medium16/Center/Main-Disabled font style */
/* Other/Medium16/Center/Main-Primary font style */
/* Other/Medium16/Center/Main-PrimaryDisabled font style */
/* Other/Medium16/Center/Main-PrimaryHover font style */
/* Other/Medium16/Center/Main-Secondary font style */
/* Other/Medium16/Center/White font style */
/* Other/Medium16/Left/Action font style */
/* Other/Medium16/Left/Main-Disabled font style */
/* Other/Medium16/Left/Main-Primary font style */
/* Other/Medium16/Left/Main-Secondary font style */
/* Other/Medium16/Left/White font style */
/* Other/Medium16/Right/Action font style */
/* Other/Medium16/Right/Main-Disabled font style */
/* Other/Medium16/Right/Main-Primary font style */
/* Other/Medium16/Right/Main-Secondary font style */
/* Other/Medium16/Right/White font style */
/* Other/Medium18/Center/Main-Disabled font style */
/* Other/Medium18/Center/Main-Primary font style */
/* Other/Medium18/Center/Main-Secondary font style */
/* Other/Medium18/Center/White font style */
/* Other/Medium18/Left/Main-Disabled font style */
/* Other/Medium18/Left/Main-Primary font style */
/* Other/Medium18/Left/Main-Secondary font style */
/* Other/Medium18/Left/White font style */
/* Other/Medium18/Right/Main-Disabled font style */
/* Other/Medium18/Right/Main-Primary font style */
/* Other/Medium18/Right/Main-Secondary font style */
/* Other/Medium18/Right/White font style */
/* Other/Legal11 font style */
/* Other/Regular12/Right/Link font style */
/* Other/Regular12/Right/Link-Disabled font style */
/* Other/Medium12/Left/Link font style */
/* Pagination/Normal font style */
/* Pagination/Selected font style */
/* Popover/Title font style */
/* Popover/Content font style */
/* Radio/Unselected font style */
/* Radio/Selected-Hover font style */
/* Radio/Disabled font style */
/* SideNav/Dark/Default font style */
/* SideNav/Dark/Selected font style */
/* SideNav/Dark/Disabled font style */
/* SideNav/White/Default font style */
/* SideNav/White/Selected font style */
/* SideNav/White/Disabled font style */
/* Step/Default/Done font style */
/* Step/Default/Active font style */
/* Step/Default/Inactive font style */
/* Step/Number/Active font style */
/* Step/Number/Inactive font style */
/* Step/Large/Done font style */
/* Step/Large/Active font style */
/* Step/Large/Inactive font style */
/* Step/Large/Description-Done font style */
/* Step/Large/Description-Active font style */
/* Step/Large/Description-Inactive font style */
/* Switch/Text font style */
/* Switch/Label-Off font style */
/* Switch/Label-On font style */
/* Switch/Label-Disabled font style */
/* Tab/Default/Active font style */
/* Tab/Default/Default font style */
/* Tab/Default/Hover font style */
/* Tab/Default/Disabled font style */
/* Tab/Card/Active font style */
/* Tab/Card/Normal font style */
/* Tab/Card/Disabled font style */
/* Tab/Default/Counter font style */
/* Tab/Default/Normal font style */
/* Table/Header/Default-Left font style */
/* Table/Header/Default-Right font style */
/* Table/Header/Long-Left font style */
/* Table/Header/Long-Right font style */
/* Table/Row/Default-Left font style */
/* Table/Row/Default-Right font style */
/* Table/Row/Link-Left font style */
/* Table/Row/Link-Right font style */
/* Table/Row/Link-Secondary-Right font style */
/* Tag/Default/Regular font style */
/* Tag/Error/Regular font style */
/* Tag/Error/Small font style */
/* Tag/Success/Small font style */
/* Tag/Success/Regular font style */
/* Tag/Warning/Regular font style */
/* Tag/Warning/Small font style */
/* Tag/Info/Regular font style */
/* Tag/Info/Small font style */
/* Tag/Default/Small font style */
/* Upload/Button/Default font style */
/* Upload/Button/Hover font style */
/* Upload/FileName font style */
/* Upload/FileName/Uploading font style */
/* Upload/Info/Default-Left font style */
/* Upload/Info/Error font style */
/* Upload/Info/Default-Right font style */
/*
    Font Styles:
*/
/* Tooltip font style */
/* Heading/H1 font style */
/* Heading/H2 font style */
/* Heading/H3 font style */
/* Heading/H4 font style */
/* Heading/H5 font style */
/* Heading/H6 font style */
/* Heading/H6-Left font style */
/* Heading/H5-Center font style */
/* Modals/Content font style */
/* Modals/Title/Default font style */
/* Modals/Title/Success font style */
/* Modals/Title/Warning font style */
/* Modals/Title/Info font style */
/* Modals/Title/Error font style */
/* Accordions/Title-Default font style */
/* Accordions/Title-Active font style */
/* Accordions/Content font style */
/* Alerts/Default/Info font style */
/* Alerts/Default/Success font style */
/* Alerts/Default/Warning font style */
/* Alerts/Default/Error font style */
/* Alerts/Large/Info font style */
/* Alerts/Large/Success font style */
/* Alerts/Large/Warning font style */
/* Alerts/Large/Error font style */
/* Alerts/Large/Message font style */
/* Alerts/Link font style */
/* Alerts/Small/Error font style */
/* Banner/Heading font style */
/* Banner/SmallCap font style */
/* Breadcrumb/Link-Default font style */
/* Breadcrumb/Link-Hover font style */
/* Breadcrumb/Current font style */
/* Breadcrumb separator */
/* Button/Primary/Center font style */
/* Button/Primary/Left font style */
/* Button/Primary/Center-Disabled font style */
/* Button/Primary/Left-Disabled font style */
/* Button/Secondary/Center-Default font style */
/* Button/Secondary/Center-Hover font style */
/* Button/Secondary/Center-Active-Focus font style */
/* Button/Secondary/Center-Disabled font style */
/* Button/Secondary/Left-Default font style */
/* Button/Secondary/Left-Hover font style */
/* Button/Secondary/Left-Active-Focus font style */
/* Button/Secondary/Left-Disabled font style */
/* Button/Link/Center-Default font style */
/* Button/Link/Center-Hover font style */
/* Button/Link/Center-Active-Focus font style */
/* Button/Link/Center-Focus-Visible font style */
/* Button/Link/Center-Disabled font style */
/* Button/Link/Left-Default font style */
/* Button/Link/Left-Hover font style */
/* Button/Link/Left-Active-Focus font style */
/* Button/Link/Left-Disabled font style */
/* Checkbox/Unselected font style */
/* Checkbox/Selected-Hover font style */
/* Checkbox/Disabled font style */
/* Dropdown/Button/Default font style */
/* Dropdown/Button/Primary font style */
/* Dropdown/Button/Secondary font style */
/* Dropdown/Menu/Label font style */
/* Dropdown/Menu/Default font style */
/* Dropdown/Menu/Selected font style */
/* Dropdown/Menu/Hover font style */
/* Dropdown/Menu/Disabled font style */
/* Input/Label/Default font style */
/* Input/Label/Disabled font style */
/* Input/Text/Placeholder font style */
/* Input/Text/Disabled font style */
/* Input/Text/Active font style */
/* Input/Validation/Error font style */
/* Input/Validation/Success font style */
/* Input/Validation/Warning font style */
/* Input/Help font style */
/* Input/SectionTitle font style */
/* Other/Regular10/Center/Main-Disabled font style */
/* Other/Regular10/Center/Main-Primary font style */
/* Other/Regular10/Center/Main-Secondary font style */
/* Other/Regular10/Center/White font style */
/* Other/Regular10/Left/Main-Disabled font style */
/* Other/Regular10/Left/Main-Primary font style */
/* Other/Regular10/Left/Main-Secondary font style */
/* Other/Regular10/Left/White font style */
/* Other/Regular10/Right/Main-Disabled font style */
/* Other/Regular10/Right/Main-Primary font style */
/* Other/Regular10/Right/Main-Secondary font style */
/* Other/Regular10/Right/White font style */
/* Other/Regular12/Center/Main-Disabled font style */
/* Other/Regular12/Center/Main-Primary font style */
/* Other/Regular12/Center/Main-Secondary font style */
/* Other/Regular12/Center/White font style */
/* Other/Regular12/Left/Main-Disabled font style */
/* Other/Regular12/Left/Main-Primary font style */
/* Other/Regular12/Left/Main-Secondary font style */
/* Other/Regular12/Left/White font style */
/* Other/Regular12/Right/Main-Disabled font style */
/* Other/Regular12/Right/Main-Primary font style */
/* Other/Regular12/Right/Main-Secondary font style */
/* Other/Regular12/Right/White font style */
/* Other/Regular14/Center/Error font style */
/* Other/Regular14/Center/Info font style */
/* Other/Regular14/Center/Main-Disabled font style */
/* Other/Regular14/Center/Main-Primary font style */
/* Other/Regular14/Center/Main-Secondary font style */
/* Other/Regular14/Center/Success font style */
/* Other/Regular14/Center/Warning font style */
/* Other/Regular14/Center/White font style */
/* Other/Regular14/Left/Error font style */
/* Other/Regular14/Left/Info font style */
/* Other/Regular14/Left/Main-Disabled font style */
/* Other/Regular14/Left/Main-Primary font style */
/* Other/Regular14/Left/Main-Secondary font style */
/* Other/Regular14/Left/Success font style */
/* Other/Regular14/Left/Warning font style */
/* Other/Regular14/Left/White font style */
/* Other/Regular14/Right/Error font style */
/* Other/Regular14/Right/Info font style */
/* Other/Regular14/Right/Main-Disabled font style */
/* Other/Regular14/Right/Main-Primary font style */
/* Other/Regular14/Right/Main-Secondary font style */
/* Other/Regular14/Right/Success font style */
/* Other/Regular14/Right/Warning font style */
/* Other/Regular14/Right/White font style */
/* Other/Regular16/Center/Main-Disabled font style */
/* Other/Regular16/Center/Main-Primary font style */
/* Other/Regular16/Center/Main-Secondary font style */
/* Other/Regular16/Center/White font style */
/* Other/Regular16/Left/Main-Disabled font style */
/* Other/Regular16/Left/Main-Primary font style */
/* Other/Regular16/Left/Main-Secondary font style */
/* Other/Regular16/Left/White font style */
/* Other/Regular16/Right/Main-Disabled font style */
/* Other/Regular16/Right/Main-Primary font style */
/* Other/Regular16/Right/Main-Secondary font style */
/* Other/Regular16/Right/White font style */
/* Other/Regular18/Center/Main-Disabled font style */
/* Other/Regular18/Center/Main-Primary font style */
/* Other/Regular18/Center/Main-Secondary font style */
/* Other/Regular18/Center/White font style */
/* Other/Regular18/Left/Main-Disabled font style */
/* Other/Regular18/Left/Main-Primary font style */
/* Other/Regular18/Left/Main-Secondary font style */
/* Other/Regular18/Left/White font style */
/* Other/Regular18/Right/Main-Disabled font style */
/* Other/Regular18/Right/Main-Primary font style */
/* Other/Regular18/Right/Main-Secondary font style */
/* Other/Regular18/Right/White font style */
/* Other/Regular20/Center/Main-Disabled font style */
/* Other/Regular20/Center/Main-Primary font style */
/* Other/Regular20/Center/Main-Secondary font style */
/* Other/Regular20/Center/White font style */
/* Other/Regular20/Left/Main-Disabled font style */
/* Other/Regular20/Left/Main-Primary font style */
/* Other/Regular20/Left/Main-Secondary font style */
/* Other/Regular20/Left/White font style */
/* Other/Regular20/Right/Main-Disabled font style */
/* Other/Regular20/Right/Main-Primary font style */
/* Other/Regular20/Right/Main-Secondary font style */
/* Other/Regular20/Right/White font style */
/* Other/Medium10/Center/Error font style */
/* Other/Medium10/Center/Info font style */
/* Other/Medium10/Center/Success font style */
/* Other/Medium10/Center/Warning font style */
/* Other/Medium10/Center/Main-Disabled font style */
/* Other/Medium10/Center/Main-Primary font style */
/* Other/Medium10/Center/Main-Secondary font style */
/* Other/Medium10/Center/White font style */
/* Other/Medium10/Left/Main-Disabled font style */
/* Other/Medium10/Left/Main-Primary font style */
/* Other/Medium10/Left/Main-Secondary font style */
/* Other/Medium10/Left/White font style */
/* Other/Medium10/Right/Main-Disabled font style */
/* Other/Medium10/Right/Main-Primary font style */
/* Other/Medium10/Right/Main-Secondary font style */
/* Other/Medium10/Right/White font style */
/* Other/Medium12/Center/Error font style */
/* Other/Medium12/Center/Info font style */
/* Other/Medium12/Center/Success font style */
/* Other/Medium12/Center/Warning font style */
/* Other/Medium12/Center/Main-Disabled font style */
/* Other/Medium12/Center/Main-Primary font style */
/* Other/Medium12/Center/Main-Secondary font style */
/* Other/Medium12/Center/White font style */
/* Other/Medium12/Left/Main-Disabled font style */
/* Other/Medium12/Left/Main-Primary font style */
/* Other/Medium12/Left/Main-Secondary font style */
/* Other/Medium12/Left/White font style */
/* Other/Medium12/Right/Main-Disabled font style */
/* Other/Medium12/Right/Main-Primary font style */
/* Other/Medium12/Right/Main-Secondary font style */
/* Other/Medium12/Right/White font style */
/* Other/Medium14/Center/Action font style */
/* Other/Medium14/Center/Error font style */
/* Other/Medium14/Center/Info font style */
/* Other/Medium14/Center/Main-Disabled font style */
/* Other/Medium14/Center/Main-Primary font style */
/* Other/Medium14/Center/Main-Secondary font style */
/* Other/Medium14/Center/Success font style */
/* Other/Medium14/Center/Warning font style */
/* Other/Medium14/Center/White font style */
/* Other/Medium14/Left/Action font style */
/* Other/Medium14/Left/Error font style */
/* Other/Medium14/Left/Info font style */
/* Other/Medium14/Left/Main-Disabled font style */
/* Other/Medium14/Left/Main-Primary font style */
/* Other/Medium14/Left/Main-Secondary font style */
/* Other/Medium14/Left/Success font style */
/* Other/Medium14/Left/Warning font style */
/* Other/Medium14/Left/White font style */
/* Other/Medium14/Left/Dark font style */
/* Other/Medium14/Right/Action font style */
/* Other/Medium14/Right/Error font style */
/* Other/Medium14/Right/Info font style */
/* Other/Medium14/Right/Main-Disabled font style */
/* Other/Medium14/Right/Main-Primary font style */
/* Other/Medium14/Right/Main-Secondary font style */
/* Other/Medium14/Right/Success font style */
/* Other/Medium14/Right/Warning font style */
/* Other/Medium14/Right/White font style */
/* Other/Medium16/Center/Action font style */
/* Other/Medium16/Center/Main-Disabled font style */
/* Other/Medium16/Center/Main-Primary font style */
/* Other/Medium16/Center/Main-PrimaryDisabled font style */
/* Other/Medium16/Center/Main-PrimaryHover font style */
/* Other/Medium16/Center/Main-Secondary font style */
/* Other/Medium16/Center/White font style */
/* Other/Medium16/Left/Action font style */
/* Other/Medium16/Left/Main-Disabled font style */
/* Other/Medium16/Left/Main-Primary font style */
/* Other/Medium16/Left/Main-Secondary font style */
/* Other/Medium16/Left/White font style */
/* Other/Medium16/Right/Action font style */
/* Other/Medium16/Right/Main-Disabled font style */
/* Other/Medium16/Right/Main-Primary font style */
/* Other/Medium16/Right/Main-Secondary font style */
/* Other/Medium16/Right/White font style */
/* Other/Medium18/Center/Main-Disabled font style */
/* Other/Medium18/Center/Main-Primary font style */
/* Other/Medium18/Center/Main-Secondary font style */
/* Other/Medium18/Center/White font style */
/* Other/Medium18/Left/Main-Disabled font style */
/* Other/Medium18/Left/Main-Primary font style */
/* Other/Medium18/Left/Link font style */
/* Other/Medium18/Left/Main-Secondary font style */
/* Other/Medium18/Left/White font style */
/* Other/Medium18/Right/Main-Disabled font style */
/* Other/Medium18/Right/Main-Primary font style */
/* Other/Medium18/Right/Main-Secondary font style */
/* Other/Medium18/Right/White font style */
/* Other/Legal11 font style */
/* Other/Regular12/Right/Link font style */
/* Other/Regular12/Right/Link-Disabled font style */
/* Other/Medium12/Left/Link font style */
/* Pagination/Normal font style */
/* Pagination/Selected font style */
/* Popover/Title font style */
/* Popover/Content font style */
/* Radio/Unselected font style */
/* Radio/Selected/Hover font style */
/* Radio/Disabled font style */
/* SideNav/Dark/Default font style */
/* SideNav/Dark/Selected font style */
/* SideNav/Dark/Disabled font style */
/* SideNav/White/Default font style */
/* SideNav/White/Selected font style */
/* SideNav/White/Disabled font style */
/* Step/Default/Done font style */
/* Step/Default/Active font style */
/* Step/Default/Inactive font style */
/* Step/Number/Active font style */
/* Step/Number/Inactive font style */
/* Step/Large/Done font style */
/* Step/Large/Active font style */
/* Step/Large/Inactive font style */
/* Step/Large/Description-Done font style */
/* Step/Large/Description-Active font style */
/* Step/Large/Description-Inactive font style */
/* Switch/Text font style */
/* Switch/Label-Off font style */
/* Switch/Label-On font style */
/* Switch/Label-Disabled font style */
/* Tab/Default/Active font style */
/* Tab/Default/Default font style */
/* Tab/Default/Hover font style */
/* Tab/Default/Disabled font style */
/* Tab/Card/Active font style */
/* Tab/Card/Normal font style */
/* Tab/Card/Disabled font style */
/* Tab/Default/Counter font style */
/* Tab/Default/Normal font style */
/* Table/Header/Default-Left font style */
/* Table/Header/Default-Right font style */
/* Table/Header/Long-Left font style */
/* Table/Header/Long-Right font style */
/* Table/Row/Default-Left font style */
/* Table/Row/Default-Right font style */
/* Table/Row/Link-Left font style */
/* Table/Row/Link-Right font style */
/* Table/Row/Link-Secondary-Right font style */
/* Tag/Default/Regular font style */
/* Tag/Error/Regular font style */
/* Tag/Error/Small font style */
/* Tag/Success/Small font style */
/* Tag/Success/Regular font style */
/* Tag/Warning/Regular font style */
/* Tag/Warning/Small font style */
/* Tag/Info/Regular font style */
/* Tag/Info/Small font style */
/* Tag/Default/Small font style */
/* Upload/Button/Default font style */
/* Upload/Button/Hover font style */
/* Upload/FileName font style */
/* Upload/FileName/Uploading font style */
/* Upload/Info/Default-Left font style */
/* Upload/Info/Error font style */
/* Upload/Info/Default-Right font style */
/* Popconfirm/Content font style */
/* Notification/Content font style */
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * eis-variables.less
 * These are custom values that are reused by other packages, but which are not Ant Design variables.
 * This file should *NOT* (re-)define any variables which are already used by Ant Design.
 */
/* TODO: GENESIS-26745 The following should be reviewed and removed in favour of an Ant Variables */
/*
     This file was auto-generated by InVision DSM from the WIP DSM Library design library.
     To keep style values in sync across teams, changes to this file should be made directly from DSM.

 */
/*
     Colors:
 */
.eis-shadow-low {
  box-shadow: #002340, 0, 0.0625, 0.125rem, 0;
}
.eis-input-required-asterisk:before {
  width: 4px;
  height: 4px;
  margin-right: 4px;
  font-size: 10px;
  vertical-align: text-top;
  color: #da1414;
}
.eis-table-sort-icon-size {
  width: 7.4px;
  height: 12.8px;
}
.eis-radio-label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-switch-label {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-default-modal-title:not(.eis-default-modal-title) {
  margin: 0.1875rem 0;
}
.eis-success-modal-title:not(.eis-default-modal-title) {
  margin: 0.1875rem 0;
}
.eis-warning-modal-title:not(.eis-default-modal-title) {
  margin: 0.1875rem 0;
}
.eis-error-modal-title:not(.eis-default-modal-title) {
  margin: 0.1875rem 0;
}
.eis-info-modal-title:not(.eis-default-modal-title) {
  margin: 0.1875rem 0;
}
.eis-default-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  margin-right: 3.5rem;
}
.eis-success-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-success-modal-title i {
  margin-right: 0.75rem;
  color: #3ba00a;
}
.eis-warning-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-warning-modal-title i {
  margin-right: 0.75rem;
  color: #f28f0c;
}
.eis-error-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-error-modal-title i {
  margin-right: 0.75rem;
  color: #da1414;
}
.eis-info-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-info-modal-title i {
  margin-right: 0.75rem;
  color: #096eb6;
}
.eis-modal-content {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-pop-confirm-title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-pop-over-content {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #777474;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  word-break: break-word;
}
.eis-pop-over-title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  word-break: break-all;
  padding-right: 0.375rem;
}
.eis-upload-button-large svg {
  width: 1.625rem;
  height: 1.625rem;
  color: #777474;
}
.eis-header {
  height: 5.625rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  align-items: center;
}
.eis-header .eis-header-info-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #2863a9;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-header .eis-header-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.eis-header .eis-header-title-wrap .eis-header-title {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-collapse-title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-collapse-header-wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.eis-scrollable-container {
  position: relative;
}
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * theme.less
 * This file defines custom branded values for the Ant Design library. It should *NOT* define values which
 * are not already included in Ant Design. Other shared variables should be placed in eis-variables.less.
 * See further documentation on the GRC wiki: https://wiki.eisgroup.com/display/GRC/Ant+Design+Genesis+Theme
 * See available variables: https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
 */
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * eis-overrides.less
 * This file is for overriding styles of default Ant design components, which are not extended elsewhere
 * and cannot be styled using the builtin theming. This file should be used sparingly for components
 * which use otherwise standard Ant styling.
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px white inset, 0px 0px 0px 2px rgba(74, 144, 226, 0.32) !important;
}
input:-webkit-autofill:disabled {
  box-shadow: 0 0 0 30px #f5f5f5 inset !important;
  -webkit-text-fill-color: #bfbebe;
}
.ant-notification-notice {
  word-break: break-word;
}
.ant-form-item-children {
  display: block;
  line-height: normal;
}
.ant-btn {
  padding: 0 16px;
  margin: 8px;
  border-color: #bfbebe;
  border-radius: 0.25rem;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 0.25rem;
}
.ant-btn[ant-click-animating-without-extra-node='true']::after {
  display: none;
}
.ant-btn:not(.eis-btn-no-content):not(.eis-tag-close-btn):not(.eis-btn-icon):not(.global-navigation-focus):not(
            .global-navigation-icon
        ) {
  min-width: 5rem;
}
.ant-btn.eis-btn-reset-margin {
  margin: 0;
}
.ant-btn.eis-btn-reset-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}
.ant-btn.eis-button-extra-small {
  height: 1.5rem;
}
.ant-btn.eis-button-extra-small.eis-btn-icon {
  min-width: auto;
  padding: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.ant-btn .anticon {
  color: #434343;
  vertical-align: middle;
  line-height: 0;
}
.ant-btn span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:hover {
  background-color: #f5f5f5;
  border-color: #bfbebe;
}
.ant-btn:hover .anticon {
  color: #434343;
}
.ant-btn:hover span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:focus,
.ant-btn:active,
.ant-btn.eis-btn-active {
  background-color: #efefef;
  border-color: #bfbebe;
}
.ant-btn:focus .anticon,
.ant-btn:active .anticon,
.ant-btn.eis-btn-active .anticon {
  color: #262626;
}
.ant-btn:focus span,
.ant-btn:active span,
.ant-btn.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:focus-visible {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: #ffffff;
  border-color: #bfbebe;
}
.ant-btn:focus-visible .anticon {
  color: #434343;
}
.ant-btn:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:focus-visible:hover {
  background-color: #f5f5f5;
}
.ant-btn:focus-visible:active {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: #efefef;
  border-color: #bfbebe;
}
.ant-btn:focus-visible:active .anticon {
  color: #262626;
}
.ant-btn:focus-visible:active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:focus-visible.eis-btn-active {
  background-color: #efefef;
  border-color: #bfbebe;
}
.ant-btn:focus-visible.eis-btn-active .anticon {
  color: #262626;
}
.ant-btn:focus-visible.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn:disabled,
.ant-btn:disabled:hover,
.ant-btn:disabled:active {
  background-color: #ffffff;
  border-color: #d9d9d9;
}
.ant-btn:disabled .anticon,
.ant-btn:disabled:hover .anticon,
.ant-btn:disabled:active .anticon {
  color: #bfbebe;
}
.ant-btn:disabled span,
.ant-btn:disabled:hover span,
.ant-btn:disabled:active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #bfbebe;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn.ant-btn-background-ghost:hover {
  color: #2863a9;
  border-color: #2863a9;
}
.ant-btn.eis-btn-icon {
  width: 2.5rem;
  padding: 0;
}
.ant-btn.eis-no-outline {
  outline: none;
}
.eis-button-extra-small.eis-btn-icon .ant-btn {
  min-width: auto;
  padding: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.ant-btn-lg {
  font-size: 0.875rem;
}
.ant-btn-lg.eis-btn-icon {
  width: 3rem;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.ant-btn-lg:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ant-btn-sm.eis-btn-icon {
  width: 2rem;
}
.ant-btn-sm:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.ant-btn-primary {
  background-color: #2863a9;
  border: none;
}
.ant-btn-primary .anticon {
  color: #ffffff;
}
.ant-btn-primary span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:hover {
  background-color: #35559a;
  border-color: transparent;
}
.ant-btn-primary:hover .anticon {
  color: #ffffff;
}
.ant-btn-primary:hover span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:focus,
.ant-btn-primary:active,
.ant-btn-primary.eis-btn-active {
  background-color: #246dca;
  border-color: transparent;
}
.ant-btn-primary:focus .anticon,
.ant-btn-primary:active .anticon,
.ant-btn-primary.eis-btn-active .anticon {
  color: #ffffff;
}
.ant-btn-primary:focus span,
.ant-btn-primary:active span,
.ant-btn-primary.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:focus-visible {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: #2863a9;
  border-color: #2863a9;
}
.ant-btn-primary:focus-visible .anticon {
  color: #ffffff;
}
.ant-btn-primary:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:focus-visible:hover {
  background-color: #35559a;
}
.ant-btn-primary:focus-visible:active {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: #246dca;
  border-color: transparent;
}
.ant-btn-primary:focus-visible:active .anticon {
  color: #ffffff;
}
.ant-btn-primary:focus-visible:active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:focus-visible.eis-btn-active {
  background-color: #246dca;
  border-color: transparent;
}
.ant-btn-primary:focus-visible.eis-btn-active .anticon {
  color: #ffffff;
}
.ant-btn-primary:focus-visible.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-primary:disabled,
.ant-btn-primary:disabled:hover,
.ant-btn-primary:disabled:active {
  background-color: #f5f5f5;
  border-color: transparent;
}
.ant-btn-primary:disabled .anticon,
.ant-btn-primary:disabled:hover .anticon,
.ant-btn-primary:disabled:active .anticon {
  color: #bfbebe;
}
.ant-btn-primary:disabled span,
.ant-btn-primary:disabled:hover span,
.ant-btn-primary:disabled:active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #bfbebe;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-borderless-secondary-button.ant-btn,
.eis-borderless-secondary-button .ant-btn {
  background-color: transparent;
  border: none;
}
.eis-borderless-secondary-button.ant-btn:hover,
.eis-borderless-secondary-button .ant-btn:hover {
  background-color: rgba(34, 34, 34, 0.055);
}
.eis-borderless-secondary-button.ant-btn:focus,
.eis-borderless-secondary-button .ant-btn:focus,
.eis-borderless-secondary-button.ant-btn:active,
.eis-borderless-secondary-button .ant-btn:active,
.eis-borderless-secondary-button.ant-btn.eis-btn-active,
.eis-borderless-secondary-button .ant-btn.eis-btn-active {
  background-color: rgba(34, 34, 34, 0.085);
  border-color: transparent;
}
.eis-borderless-secondary-button.ant-btn:focus .anticon,
.eis-borderless-secondary-button .ant-btn:focus .anticon,
.eis-borderless-secondary-button.ant-btn:active .anticon,
.eis-borderless-secondary-button .ant-btn:active .anticon,
.eis-borderless-secondary-button.ant-btn.eis-btn-active .anticon,
.eis-borderless-secondary-button .ant-btn.eis-btn-active .anticon {
  color: #262626;
}
.eis-borderless-secondary-button.ant-btn:focus span,
.eis-borderless-secondary-button .ant-btn:focus span,
.eis-borderless-secondary-button.ant-btn:active span,
.eis-borderless-secondary-button .ant-btn:active span,
.eis-borderless-secondary-button.ant-btn.eis-btn-active span,
.eis-borderless-secondary-button .ant-btn.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-borderless-secondary-button.ant-btn:focus-visible,
.eis-borderless-secondary-button .ant-btn:focus-visible {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: transparent;
  border-color: transparent;
}
.eis-borderless-secondary-button.ant-btn:focus-visible .anticon,
.eis-borderless-secondary-button .ant-btn:focus-visible .anticon {
  color: #434343;
}
.eis-borderless-secondary-button.ant-btn:focus-visible span,
.eis-borderless-secondary-button .ant-btn:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-borderless-secondary-button.ant-btn:focus-visible:hover,
.eis-borderless-secondary-button .ant-btn:focus-visible:hover {
  background-color: rgba(34, 34, 34, 0.055);
}
.eis-borderless-secondary-button.ant-btn:focus-visible:active,
.eis-borderless-secondary-button .ant-btn:focus-visible:active {
  background-color: rgba(34, 34, 34, 0.085);
  border-color: transparent;
}
.eis-borderless-secondary-button.ant-btn:focus-visible:active .anticon,
.eis-borderless-secondary-button .ant-btn:focus-visible:active .anticon {
  color: #262626;
}
.eis-borderless-secondary-button.ant-btn:focus-visible:active span,
.eis-borderless-secondary-button .ant-btn:focus-visible:active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-borderless-secondary-button.ant-btn:focus-visible.eis-btn-active,
.eis-borderless-secondary-button .ant-btn:focus-visible.eis-btn-active {
  background-color: rgba(34, 34, 34, 0.085);
  border-color: transparent;
}
.eis-borderless-secondary-button.ant-btn:focus-visible.eis-btn-active .anticon,
.eis-borderless-secondary-button .ant-btn:focus-visible.eis-btn-active .anticon {
  color: #262626;
}
.eis-borderless-secondary-button.ant-btn:focus-visible.eis-btn-active span,
.eis-borderless-secondary-button .ant-btn:focus-visible.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-borderless-secondary-button.ant-btn:disabled,
.eis-borderless-secondary-button .ant-btn:disabled {
  background-color: transparent;
  border-color: transparent;
}
.eis-borderless-secondary-button.ant-btn:disabled .anticon,
.eis-borderless-secondary-button .ant-btn:disabled .anticon {
  color: #bfbebe;
}
.eis-borderless-secondary-button.ant-btn:disabled span,
.eis-borderless-secondary-button .ant-btn:disabled span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #bfbebe;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link {
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  /* It will be removed when all icon will be with boundaries, GENESIS-213176 */
}
.ant-btn-link.ant-btn {
  padding-top: 0;
  line-height: 1.375rem;
}
.ant-btn-link.eis-btn-icon {
  width: 1.5rem;
}
.ant-btn-link .anticon {
  color: #2863a9;
}
.ant-btn-link .anticon + span {
  margin-left: 0.25rem;
}
.ant-btn-link .anticon[data-icon-type='action-close-small'] {
  line-height: 0;
  height: 1rem;
  width: 1rem;
}
.ant-btn-link span {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #2863a9;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:hover {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link:hover .anticon {
  color: #35559a;
}
.ant-btn-link:hover span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #35559a;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:hover:focus-visible {
  background-color: transparent;
  border-color: transparent;
  outline: solid 1px #246dca;
  outline-offset: 2px;
}
.ant-btn-link:hover:focus-visible .anticon {
  color: #35559a;
}
.ant-btn-link:hover:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #35559a;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:active,
.ant-btn-link.eis-btn-active {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link:active .anticon,
.ant-btn-link.eis-btn-active .anticon {
  color: #246dca;
}
.ant-btn-link:active span,
.ant-btn-link.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #246dca;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:focus {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link:focus .anticon {
  color: #246dca;
}
.ant-btn-link:focus span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #246dca;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:focus-visible {
  background-color: transparent;
  border-color: transparent;
  outline: solid 1px #246dca;
  outline-offset: 2px;
}
.ant-btn-link:focus-visible .anticon {
  color: #2863a9;
}
.ant-btn-link:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #2863a9;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:focus-visible.eis-btn-active {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link:focus-visible.eis-btn-active .anticon {
  color: #246dca;
}
.ant-btn-link:focus-visible.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #246dca;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link:active:focus-visible {
  background-color: transparent;
  border-color: transparent;
  outline: solid 1px #246dca;
  outline-offset: 2px;
}
.ant-btn-link:active:focus-visible .anticon {
  color: #246dca;
}
.ant-btn-link:active:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #246dca;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.ant-btn-link[disabled] .anticon,
.ant-btn-link[disabled]:hover .anticon {
  color: #c0d8f5;
}
.ant-btn-link[disabled] span,
.ant-btn-link[disabled]:hover span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #c0d8f5;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-link[disabled]:focus-visible {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}
.ant-btn-link[disabled]:focus-visible .anticon {
  color: #c0d8f5;
}
.ant-btn-link[disabled]:focus-visible span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #c0d8f5;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-btn-background-ghost {
  color: #444444;
  border-color: #bfbebe;
}
.ant-btn-background-ghost span {
  color: #444444;
}
.ant-empty-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-alert {
  padding: 0.75rem 3.125rem;
  line-height: 1.25rem;
}
.ant-alert.ant-alert-no-icon {
  padding: 0.75rem;
}
.ant-alert .ant-alert-message {
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-alert .ant-alert-icon {
  top: 0.75rem;
  left: 0.75rem;
}
.ant-alert .ant-alert-close-icon {
  top: 0.75rem;
  right: 0.75rem;
  line-height: 1rem;
}
.ant-alert.ui-kit-alert-close-text .ant-alert-close-icon[role='button'] .ant-btn-link {
  min-width: auto;
  top: 0.25rem;
  right: 1rem;
}
.ant-alert.ui-kit-alert-close-text .ant-alert-close-icon {
  top: 0;
  right: 0;
}
.ant-alert.ui-kit-alert-close-text .ant-alert-close-icon {
  overflow: initial;
}
.ant-alert .anticon-close {
  height: 1.5rem;
  width: 1.5rem;
}
.ant-alert .anticon-close svg {
  display: none;
}
.ant-alert.ant-alert-success .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%233ba00a%22/%3E%3C/svg%3E");
}
.ant-alert.ant-alert-warning .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23f28e0b%22/%3E%3C/svg%3E");
}
.ant-alert.ant-alert-error .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23da1414%22/%3E%3C/svg%3E");
}
.ant-alert.ant-alert-info .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23096eb6%22/%3E%3C/svg%3E");
}
.ant-alert.ui-kit-alert-large {
  min-height: 7.5rem;
}
.ant-alert.ui-kit-alert-large .anticon-close {
  top: 1rem;
  right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}
.ant-alert.ui-kit-alert-large.ant-alert-success .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%233ba00a%22/%3E%3C/svg%3E");
}
.ant-alert.ui-kit-alert-large.ant-alert-warning .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23f28e0b%22/%3E%3C/svg%3E");
}
.ant-alert.ui-kit-alert-large.ant-alert-error .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23da1414%22/%3E%3C/svg%3E");
}
.ant-alert.ui-kit-alert-large.ant-alert-info .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23096eb6%22/%3E%3C/svg%3E");
}
.ant-alert.ui-kit-alert-large .ant-alert-icon {
  top: 1.1875rem;
}
.ant-alert.ui-kit-alert-large .ant-alert-close-icon {
  top: 1rem;
}
.ant-alert.ant-alert-closable.ant-alert-with-description .ant-alert-message:not(:empty) {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.ant-alert.ant-alert-with-description .ant-alert-message {
  margin: 0;
}
.ant-alert.ant-alert-with-description .ant-alert-message:not(:empty) {
  padding-bottom: 0.125rem;
  margin-bottom: 0.125rem;
}
.ant-alert.ant-alert-with-description span.ant-alert-description {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  word-break: break-word;
}
.ant-alert.ant-alert-with-description .ant-alert-icon {
  left: 0.75rem;
}
.ant-alert.ant-alert-closable {
  padding-right: 3.125rem;
}
.ant-alert.ant-alert-closable button {
  top: 0.75rem;
  border: none;
  background-color: transparent;
}
.ant-alert.ant-alert-closable button a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: right;
  color: #2863a9;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-alert-error .ant-alert-message {
  background-color: #feefef;
  border-color: #da1414;
}
.ant-alert-info .ant-alert-message {
  background-color: #edf5ff;
  border-color: #096eb6;
}
.ant-alert-warning .ant-alert-message {
  background-color: #fff6ef;
  border-color: #f28f0c;
}
.ant-alert-success .ant-alert-message {
  background-color: #ecf6ed;
  border-color: #3ba00a;
}
.ant-tooltip {
  max-width: 260px;
}
.ant-tooltip .ant-tooltip-content .ant-tooltip-inner {
  padding: 0.5rem 0.75rem;
  min-width: 40px;
  max-width: 256px;
  max-height: 196px;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-tooltip .ant-tooltip-content .ant-typography {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.25rem;
}
.ant-pagination {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-pagination .ant-pagination-prev:hover i,
.ant-pagination .ant-pagination-next:hover i {
  color: #246dca;
}
.ant-pagination-disabled.ant-pagination-prev i,
.ant-pagination-disabled.ant-pagination-next i,
.ant-pagination-disabled.ant-pagination-prev:hover i,
.ant-pagination-disabled.ant-pagination-next:hover i {
  color: #d9d9d9;
}
.ant-pagination-simple {
  color: #262626;
  display: flex;
  align-items: center;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  margin: 0 0.75rem;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin: 0;
  width: 2.5rem;
  border-color: #bfbebe;
}
.ant-pagination-simple .ant-pagination-simple-pager .ant-pagination-slash {
  margin: 0 calc(0.75rem - 0.25rem) 0 0.75rem;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-pagination-simple .ant-pagination-prev:not(.ant-pagination-disabled):focus .anticon,
.ant-pagination-simple .ant-pagination-next:not(.ant-pagination-disabled):focus .anticon {
  color: #246dca;
}
.ant-pagination-simple .ant-pagination-prev.ant-pagination-disabled .anticon,
.ant-pagination-simple .ant-pagination-next.ant-pagination-disabled .anticon,
.ant-pagination-simple .ant-pagination-prev.ant-pagination-disabled .anticon:hover,
.ant-pagination-simple .ant-pagination-next.ant-pagination-disabled .anticon:hover {
  color: #bfbebe;
}
.ant-pagination.mini .ant-pagination-item-active {
  background-color: #ffffff;
  border-color: #246dca;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active):focus a {
  color: #246dca;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active):hover a {
  color: #246dca;
}
.ant-pagination.mini .ant-pagination-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  height: 24px;
  padding: 4px;
  line-height: 0.6875rem;
}
.ant-pagination.mini .ant-pagination-prev:focus .anticon,
.ant-pagination.mini .ant-pagination-next:focus .anticon {
  color: #246dca;
}
.ant-pagination.mini .ant-select {
  line-height: 1.375rem;
}
.ant-pagination.mini .ant-select-selection__rendered {
  line-height: 1.375rem;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.ant-pagination.mini .ant-select-selection-selected-value {
  color: #777474;
}
.ant-pagination.mini .ant-select-selection--single {
  height: 1.5rem;
  border-color: #bfbebe;
}
.ant-pagination.mini .ant-select-selection--single:hover {
  border-color: #2863a9;
}
.ant-pagination.mini .ant-select-open .ant-select-arrow-icon {
  transform: rotate(180deg);
}
.ant-pagination.mini .ant-select-arrow {
  right: 0.45625rem;
}
.ant-pagination.mini .ant-select-arrow .ant-select-arrow-icon {
  transition: transform 0.3s;
  width: 0.625rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Small%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-615.000000,%20-346.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28608.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M15.3636039,9.26476578%20C15.7150758,8.91174474%2016.2849242,8.91174474%2016.6363961,9.26476578%20C16.9585786,9.58836841%2016.9854272,10.0962768%2016.7169417,10.4505971%20L16.6363961,10.5431681%20L12,15.2%20L7.3636039,10.5431681%20C7.01213203,10.190147%207.01213203,9.61778683%207.3636039,9.26476578%20C7.68578644,8.94116316%208.191466,8.91419627%208.54423138,9.18386513%20L8.6363961,9.26476578%20L12,12.6429867%20L15.3636039,9.26476578%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ant-pagination.mini .ant-select-arrow .ant-select-arrow-icon svg {
  display: none;
}
.ant-pagination.mini .ant-select-arrow .ant-select-arrow-icon svg {
  display: none;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  line-height: 1.375rem;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 1.5rem;
  width: 3.055rem;
  color: #444444;
  border-color: #d9d9d9;
  text-align: center;
  margin: 0 0 0 0.5rem;
  line-height: 1.375rem;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input:focus {
  border-color: #246dca;
  box-shadow: 0px 0px 0px 2px rgba(74, 144, 226, 0.32);
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input:hover {
  border-color: #2863a9;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input::placeholder {
  color: #777474;
}
.ant-pagination.mini .ant-item {
  line-height: 1.5rem;
}
.ant-pagination.mini .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination.mini .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  color: #777474;
}
.ant-pagination.mini .ant-pagination-jump-next-custom-icon {
  min-width: 1.5625rem;
  margin-right: 0.25rem;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 0.5rem;
}
.ant-pagination-item:not(.ant-pagination-item-active) a {
  color: #666666;
}
.ant-pagination-item-active {
  background-color: #434343;
  border-color: #434343;
  color: #ffffff;
  text-align: center;
}
.ant-pagination-item-active a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #246dca;
}
.ant-pagination-options-size-changer {
  min-width: 5.7rem;
}
.ant-pagination-options-size-changer.ant-select {
  margin-right: 0.5rem;
}
.ant-pagination-options {
  margin-left: 0.25rem;
}
.ant-pagination .ant-pagination-item-container .ant-pagination-item-link-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.ant-pagination .ant-pagination-item-container .ant-pagination-item-link-icon svg {
  display: none;
}
.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.75507%204.00507C4.02844%203.73171%204.47166%203.73171%204.74502%204.00507L8.74%208.00005L4.74502%2011.995C4.47166%2012.2684%204.02844%2012.2684%203.75507%2011.995C3.48171%2011.7217%203.48171%2011.2784%203.75507%2011.0051L6.7601%208.00005L3.75507%204.99502C3.48171%204.72166%203.48171%204.27844%203.75507%204.00507ZM7.75507%204.00507C8.02844%203.73171%208.47166%203.73171%208.74502%204.00507L12.74%208.00005L8.74502%2011.995C8.47166%2012.2684%208.02844%2012.2684%207.75507%2011.995C7.48171%2011.7217%207.48171%2011.2784%207.75507%2011.0051L10.7601%208.00005L7.75507%204.99502C7.48171%204.72166%207.48171%204.27844%207.75507%204.00507Z%22%20fill%3D%22%23246dca%22/%3E%3C/svg%3E");
}
.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.24493%204.00507C8.5183%204.27844%208.5183%204.72166%208.24493%204.99502L5.23991%208.00005L8.24493%2011.0051C8.5183%2011.2784%208.5183%2011.7217%208.24493%2011.995C7.97157%2012.2684%207.52835%2012.2684%207.25498%2011.995L3.26001%208.00005L7.25498%204.00507C7.52835%203.73171%207.97157%203.73171%208.24493%204.00507ZM12.2449%204.00507C12.5183%204.27844%2012.5183%204.72166%2012.2449%204.99502L9.23991%208.00005L12.2449%2011.0051C12.5183%2011.2784%2012.5183%2011.7217%2012.2449%2011.995C11.9716%2012.2684%2011.5284%2012.2684%2011.255%2011.995L7.26001%208.00005L11.255%204.00507C11.5284%203.73171%2011.9716%203.73171%2012.2449%204.00507Z%22%20fill%3D%22%23246dca%22/%3E%3C/svg%3E");
}
.ant-pagination .ant-pagination-item-disabled {
  pointer-events: none;
}
.ant-pagination .ant-pagination-item-disabled a {
  color: #bfbebe;
  pointer-events: none;
}
.ant-radio-group-default .ant-radio-button-wrapper {
  padding: 10px 16px;
}
.ant-radio-button-wrapper {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding: 0 1.5rem;
  height: 2.625rem;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper.ant-radio-group-large {
  line-height: 2rem;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #4a90e2;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  background-color: #ffffff;
  border-color: #246dca;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-checked:hover {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #4a90e2;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  border-color: #246dca;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-disabled {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  background-color: #ffffff;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-disabled:hover {
  background-color: #ffffff;
  color: #b3b2b2;
}
.ant-radio-button-wrapper:hover {
  background-color: #f5f5f5;
  color: #434343;
  border-color: #d9d9d9;
}
.ant-tabs-nav .ant-tabs-tab {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  background-color: #f5f5f5;
}
.ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
  color: #246dca;
  bottom: 0;
}
.ant-tabs-nav .ant-tabs-tab-active {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #4a90e2;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-tabs-nav .ant-tabs-tab-active:hover {
  color: #246dca;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  color: #b3b2b2;
}
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: #b3b2b2;
  background-color: transparent;
}
.eis-tab-status-icon-error {
  color: #da1414;
}
.eis-line-tabs .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.eis-line-tabs .ant-tabs-nav-container {
  margin-bottom: 0;
}
.eis-line-tabs .ant-tabs-bar {
  border-bottom: none;
}
.eis-line-tabs .ant-tabs-tab {
  padding-bottom: 0.5rem;
  word-spacing: 0.375rem;
  border-bottom: 2px solid #d9d9d9;
}
.eis-line-tabs .ant-tabs-tab .eis-tab-status-icon {
  margin-right: 0.625rem;
}
.eis-line-tabs .ant-tabs-tab-disabled {
  font-size: 1rem;
  line-height: 1.5rem;
}
.ant-notification-notice {
  word-break: break-word;
}
.ant-form-item-children {
  display: block;
}
.ant-form-item-label {
  line-height: 1.25rem;
}
.ant-form-item-label > label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #262626;
  letter-spacing: 0.03125rem;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-form-item-label > label:after {
  content: '';
}
.ant-form-item-required:before {
  width: 4px;
  height: 4px;
  margin-right: 4px;
  font-size: 10px;
  vertical-align: text-top;
  color: #da1414;
}
.ant-form-item-required:before {
  width: 4px;
  height: 4px;
  margin-right: 4px;
  font-size: 10px;
  vertical-align: text-top;
  color: #da1414;
}
.ant-input,
.ant-time-picker-input,
.ant-input-number-input {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-input:not(.ant-input-disabled),
.ant-time-picker-input:not(.ant-input-disabled),
.ant-input-number-input:not(.ant-input-disabled) {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.rich-editor-root {
  font-family: Roboto;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 40px;
}
.has-feedback .ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 68px;
}
.has-feedback .ant-input-number-input {
  padding-right: 40px;
}
.ant-input-search .ant-input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.ant-input-search .ant-input-suffix {
  position: initial;
  transform: none;
}
.ant-input-search .ant-input-clear-icon {
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ant-input-search .ant-input-clear-icon svg {
  display: none;
}
.ant-input-search .ant-input-search-icon {
  margin: 0;
  left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23777474%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.3391%2017.7978C14.21%2018.4814%2012.8845%2018.875%2011.4667%2018.875C7.34294%2018.875%204%2015.5451%204%2011.4375C4%207.32988%207.34294%204%2011.4667%204C15.5904%204%2018.9333%207.32988%2018.9333%2011.4375C18.9333%2013.3827%2018.1837%2015.1534%2016.9564%2016.4788C16.9744%2016.4945%2016.9921%2016.5108%2017.0092%2016.528L19.6896%2019.1978C20.1035%2019.6101%2020.1035%2020.2785%2019.6896%2020.6908C19.2757%2021.1031%2018.6047%2021.1031%2018.1908%2020.6908L15.5104%2018.0209C15.442%2017.9528%2015.3849%2017.8776%2015.3391%2017.7978ZM16.8%2011.4375C16.8%2014.3715%2014.4122%2016.75%2011.4667%2016.75C8.52115%2016.75%206.13333%2014.3715%206.13333%2011.4375C6.13333%208.50349%208.52115%206.125%2011.4667%206.125C14.4122%206.125%2016.8%208.50349%2016.8%2011.4375Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ant-input-search .ant-input-search-icon svg {
  display: none;
}
.ant-select-auto-complete .ant-select-clear-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Close/Circle%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20id%3D%22cross-in-circle%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203ZM12%204.82022C15.9653%204.82022%2019.1798%208.03472%2019.1798%2012C19.1798%2015.9653%2015.9653%2019.1798%2012%2019.1798C8.03472%2019.1798%204.82022%2015.9653%204.82022%2012C4.82022%208.03472%208.03472%204.82022%2012%204.82022ZM13.9184%208.77136C14.2802%208.40955%2014.8668%208.40955%2015.2286%208.77136C15.5603%209.10302%2015.5879%209.62357%2015.3116%209.98671L15.2286%2010.0816L13.3102%2012L15.2286%2013.9184C15.5905%2014.2802%2015.5905%2014.8668%2015.2286%2015.2286C14.897%2015.5603%2014.3764%2015.5879%2014.0133%2015.3116L13.9184%2015.2286L12%2013.3102L10.0816%2015.2286C9.71978%2015.5905%209.13317%2015.5905%208.77136%2015.2286C8.4397%2014.897%208.41206%2014.3764%208.68844%2014.0133L8.77136%2013.9184L10.6898%2012L8.77136%2010.0816C8.40955%209.71978%208.40955%209.13317%208.77136%208.77136C9.10302%208.4397%209.62357%208.41206%209.98671%208.68844L10.0816%208.77136L12%2010.6898L13.9184%208.77136Z%22%20fill%3D%22%23777474%22/%3E%3C/g%3E%3C/svg%3E");
}
.ant-select-auto-complete .ant-select-clear-icon svg {
  display: none;
}
.ant-input:focus:not(.ant-input-disabled),
.ant-time-picker-input:focus:not(.ant-input-disabled),
.ant-select-focused .ant-select-selection:focus:not(.ant-input-disabled) {
  border-color: #246dca;
  box-shadow: 0px 0px 0px 2px rgba(74, 144, 226, 0.32);
}
.ant-input.ant-input-disabled,
.ant-time-picker-input.ant-input-disabled,
.ant-select-focused .ant-select-selection.ant-input-disabled {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-input.ant-input-disabled:hover,
.ant-time-picker-input.ant-input-disabled:hover,
.ant-select-focused .ant-select-selection.ant-input-disabled:hover {
  border-color: #d9d9d9;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #246dca;
  box-shadow: 0px 0px 0px 2px rgba(74, 144, 226, 0.32);
}
.has-error .ant-input:focus:not(.ant-input-disabled),
.has-error .ant-calendar-picker-input:focus:not(.ant-input-disabled),
.has-error .ant-time-picker-input:focus:not(.ant-input-disabled) {
  border-color: #da1414 !important;
  box-shadow: 0px 0px 0px 2px #f4d6d3 !important;
}
.has-warning .ant-input:focus:not(.ant-input-disabled),
.has-warning .ant-calendar-picker-input:focus:not(.ant-input-disabled),
.has-warning .ant-time-picker-input:focus:not(.ant-input-disabled) {
  border-color: #f28e0b !important;
  box-shadow: 0px 0px 0px 2px #fff6ef !important;
}
.has-success .ant-input:focus:not(.ant-input-disabled),
.has-success .ant-calendar-picker-input:focus:not(.ant-input-disabled),
.has-success .ant-time-picker-input:focus:not(.ant-input-disabled) {
  border-color: #3ba00a !important;
  box-shadow: 0px 0px 0px 2px #ecf6ed !important;
}
.ant-input-number {
  border-color: #bfbebe;
  width: 100%;
}
.ant-input-number.align-right .ant-input-number-input {
  text-align: right;
  padding-right: 26px;
}
.ant-input-number.align-right.hide-controls .ant-input-number-input {
  padding-right: 12px;
}
.ant-input-number.hide-controls .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number.ant-input-number-disabled {
  border-color: #d9d9d9;
}
.ant-input-number.ant-input-number-disabled .ant-input-number-input {
  color: #bfbebe;
}
.ant-input-number.ant-input-number-focused {
  border-color: #246dca;
  box-shadow: 0px 0px 0px 2px rgba(74, 144, 226, 0.32);
}
.ant-form-item-control .ant-select + .ant-form-item-children-icon {
  top: 1.25rem;
}
.ant-select-selection {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-select-selection .ant-select-selection__rendered {
  margin-right: 2.5rem;
  margin-left: 0.75rem;
}
.ant-select-selection .ant-select-arrow {
  right: 0.875rem;
}
.ant-select-selection .ant-select-arrow .anticon {
  line-height: 1;
}
.ant-select-lg .ant-select-selection__choice .ant-select-selection__choice__remove {
  top: 50%;
  /* The 1.6px is a space that helps to align X icon at the bottom line of the left text */
  transform: translateY(calc(-50% + 1.6px));
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 2.5rem;
  margin-left: 0.5rem;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-arrow,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-arrow {
  right: 0.875rem;
}
.ant-input-password .ant-input {
  padding-left: 0.75rem;
}
.ant-input-password .ant-input:hover:focus {
  border-color: #246dca;
}
.ant-input-password .ant-input-disabled {
  color: #777474;
}
.ant-input-password .ant-input-disabled::placeholder {
  color: #bfbebe;
}
.ant-input-password .ant-input-disabled ~ .ant-input-suffix {
  pointer-events: none;
  cursor: not-allowed;
}
.ant-input-password .ant-input-disabled ~ .ant-input-suffix .ant-input-password-icon.anticon-eye {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23bfbebe%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%208.35789C9.8141%208.35789%208.04209%2010.1299%208.04209%2012.3158C8.04209%2014.5017%209.8141%2016.2737%2012%2016.2737C14.1859%2016.2737%2015.9579%2014.5017%2015.9579%2012.3158C15.9579%2010.1299%2014.1859%208.35789%2012%208.35789ZM12%209.95789C13.3022%209.95789%2014.3579%2011.0136%2014.3579%2012.3158C14.3579%2013.618%2013.3022%2014.6737%2012%2014.6737C10.6978%2014.6737%209.64209%2013.618%209.64209%2012.3158C9.64209%2011.0136%2010.6978%209.95789%2012%209.95789Z%22%20fill%3D%22%23bfbebe%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%206C15.79%206%2019.0726%208.03002%2021.8476%2012.0901C21.9251%2012.2035%2021.9381%2012.3468%2021.8864%2012.4702L21.8476%2012.5415L21.6085%2012.8845C18.8846%2016.7159%2015.6818%2018.6316%2012%2018.6316C8.21822%2018.6316%204.94174%2016.6104%202.17056%2012.5681C2.08559%2012.4442%202.07847%2012.2856%202.14593%2012.1566L2.19533%2012.0833L2.49822%2011.7307C5.82466%207.91024%208.99191%206%2012%206ZM12%207.6C9.69013%207.6%207.10291%209.07333%204.27962%2012.139L4.02998%2012.413L4.17787%2012.6079C6.41929%2015.5%208.91078%2016.9344%2011.7094%2017.0268L12%2017.0316C14.9208%2017.0316%2017.507%2015.5975%2019.821%2012.61L20.043%2012.315L19.8379%2012.0441C17.5926%209.13856%2015.0961%207.69763%2012.2912%207.6048L12%207.6Z%22%20fill%3D%22%23bfbebe%22/%3E%3C/svg%3E");
  height: 1.5rem;
}
.ant-input-password .ant-input-disabled ~ .ant-input-suffix .ant-input-password-icon.anticon-eye-invisible {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23bfbebe%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20.5657%203.43427C20.2533%203.12185%2019.7467%203.12185%2019.4343%203.43427L3.4343%2019.4343L3.35684%2019.524C3.12446%2019.8372%203.15028%2020.2816%203.4343%2020.5656C3.74672%2020.8781%204.25325%2020.8781%204.56567%2020.5656L20.5657%204.56564L20.6431%204.47591C20.8755%204.16272%2020.8497%203.71828%2020.5657%203.43427Z%22%20fill%3D%22%23bfbebe%22/%3E%3Cpath%20d%3D%22M11.9915%205.99995C12.8348%205.99995%2013.653%206.10038%2014.446%206.30123L13.0824%207.66485C12.8186%207.63098%2012.552%207.60964%2012.2825%207.60074L11.9915%207.59595C9.68365%207.59595%207.09864%209.0656%204.27776%2012.1236L4.02834%2012.3969L4.1761%2012.5913C4.7956%2013.3894%205.43423%2014.0761%206.09318%2014.6541L4.96268%2015.7846C3.98098%2014.9105%203.05025%2013.8328%202.1705%2012.5516C2.0856%2012.428%202.07849%2012.2699%202.14589%2012.1412L2.19525%2012.068L2.49788%2011.7163C5.82148%207.90541%208.98603%205.99995%2011.9915%205.99995Z%22%20fill%3D%22%23bfbebe%22/%3E%3Cpath%20d%3D%22M11.9915%208.35195C12.1215%208.35195%2012.25%208.35821%2012.3768%208.37045L8.05618%2012.6911C8.0435%2012.5624%208.03702%2012.4319%208.03702%2012.3C8.03702%2010.1195%209.80751%208.35195%2011.9915%208.35195Z%22%20fill%3D%22%23bfbebe%22/%3E%3Cpath%20d%3D%22M11.9915%2016.248C11.6865%2016.248%2011.3896%2016.2135%2011.1044%2016.1482L12.713%2014.5396C13.4351%2014.308%2014.0052%2013.7379%2014.2361%2013.0166L15.8447%2011.4079C15.911%2011.6946%2015.946%2011.9932%2015.946%2012.3C15.946%2014.4804%2014.1756%2016.248%2011.9915%2016.248Z%22%20fill%3D%22%23bfbebe%22/%3E%3Cpath%20d%3D%22M11.7012%2016.9992C11.2592%2016.9846%2010.8248%2016.9366%2010.398%2016.8547L9.08128%2018.1713C10.0156%2018.4571%2010.9857%2018.6%2011.9915%2018.6C15.6702%2018.6%2018.8703%2016.6891%2021.5919%2012.8673L21.8308%2012.5251L21.8695%2012.454C21.9211%2012.3309%2021.9082%2012.1879%2021.8308%2012.0748C20.8528%2010.6463%2019.8117%209.46973%2018.7075%208.5451L17.5741%209.67849C18.351%2010.3129%2019.0999%2011.0951%2019.8227%2012.0289L20.0277%2012.2992L19.8059%2012.5934C17.4938%2015.5734%2014.9099%2017.004%2011.9915%2017.004L11.7012%2016.9992Z%22%20fill%3D%22%23bfbebe%22/%3E%3C/svg%3E");
  height: 1.5rem;
}
.ant-input-password .ant-input-password-icon {
  width: 1.5rem;
}
.ant-input-password .ant-input-password-icon svg {
  display: none;
}
.ant-input-password .ant-input-password-icon.anticon-eye {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23777474%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%208.35789C9.8141%208.35789%208.04209%2010.1299%208.04209%2012.3158C8.04209%2014.5017%209.8141%2016.2737%2012%2016.2737C14.1859%2016.2737%2015.9579%2014.5017%2015.9579%2012.3158C15.9579%2010.1299%2014.1859%208.35789%2012%208.35789ZM12%209.95789C13.3022%209.95789%2014.3579%2011.0136%2014.3579%2012.3158C14.3579%2013.618%2013.3022%2014.6737%2012%2014.6737C10.6978%2014.6737%209.64209%2013.618%209.64209%2012.3158C9.64209%2011.0136%2010.6978%209.95789%2012%209.95789Z%22%20fill%3D%22%23777474%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%206C15.79%206%2019.0726%208.03002%2021.8476%2012.0901C21.9251%2012.2035%2021.9381%2012.3468%2021.8864%2012.4702L21.8476%2012.5415L21.6085%2012.8845C18.8846%2016.7159%2015.6818%2018.6316%2012%2018.6316C8.21822%2018.6316%204.94174%2016.6104%202.17056%2012.5681C2.08559%2012.4442%202.07847%2012.2856%202.14593%2012.1566L2.19533%2012.0833L2.49822%2011.7307C5.82466%207.91024%208.99191%206%2012%206ZM12%207.6C9.69013%207.6%207.10291%209.07333%204.27962%2012.139L4.02998%2012.413L4.17787%2012.6079C6.41929%2015.5%208.91078%2016.9344%2011.7094%2017.0268L12%2017.0316C14.9208%2017.0316%2017.507%2015.5975%2019.821%2012.61L20.043%2012.315L19.8379%2012.0441C17.5926%209.13856%2015.0961%207.69763%2012.2912%207.6048L12%207.6Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  height: 1.5rem;
}
.ant-input-password .ant-input-password-icon.anticon-eye-invisible {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23777474%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20.5657%203.43427C20.2533%203.12185%2019.7467%203.12185%2019.4343%203.43427L3.4343%2019.4343L3.35684%2019.524C3.12446%2019.8372%203.15028%2020.2816%203.4343%2020.5656C3.74672%2020.8781%204.25325%2020.8781%204.56567%2020.5656L20.5657%204.56564L20.6431%204.47591C20.8755%204.16272%2020.8497%203.71828%2020.5657%203.43427Z%22%20fill%3D%22%23777474%22/%3E%3Cpath%20d%3D%22M11.9915%205.99995C12.8348%205.99995%2013.653%206.10038%2014.446%206.30123L13.0824%207.66485C12.8186%207.63098%2012.552%207.60964%2012.2825%207.60074L11.9915%207.59595C9.68365%207.59595%207.09864%209.0656%204.27776%2012.1236L4.02834%2012.3969L4.1761%2012.5913C4.7956%2013.3894%205.43423%2014.0761%206.09318%2014.6541L4.96268%2015.7846C3.98098%2014.9105%203.05025%2013.8328%202.1705%2012.5516C2.0856%2012.428%202.07849%2012.2699%202.14589%2012.1412L2.19525%2012.068L2.49788%2011.7163C5.82148%207.90541%208.98603%205.99995%2011.9915%205.99995Z%22%20fill%3D%22%23777474%22/%3E%3Cpath%20d%3D%22M11.9915%208.35195C12.1215%208.35195%2012.25%208.35821%2012.3768%208.37045L8.05618%2012.6911C8.0435%2012.5624%208.03702%2012.4319%208.03702%2012.3C8.03702%2010.1195%209.80751%208.35195%2011.9915%208.35195Z%22%20fill%3D%22%23777474%22/%3E%3Cpath%20d%3D%22M11.9915%2016.248C11.6865%2016.248%2011.3896%2016.2135%2011.1044%2016.1482L12.713%2014.5396C13.4351%2014.308%2014.0052%2013.7379%2014.2361%2013.0166L15.8447%2011.4079C15.911%2011.6946%2015.946%2011.9932%2015.946%2012.3C15.946%2014.4804%2014.1756%2016.248%2011.9915%2016.248Z%22%20fill%3D%22%23777474%22/%3E%3Cpath%20d%3D%22M11.7012%2016.9992C11.2592%2016.9846%2010.8248%2016.9366%2010.398%2016.8547L9.08128%2018.1713C10.0156%2018.4571%2010.9857%2018.6%2011.9915%2018.6C15.6702%2018.6%2018.8703%2016.6891%2021.5919%2012.8673L21.8308%2012.5251L21.8695%2012.454C21.9211%2012.3309%2021.9082%2012.1879%2021.8308%2012.0748C20.8528%2010.6463%2019.8117%209.46973%2018.7075%208.5451L17.5741%209.67849C18.351%2010.3129%2019.0999%2011.0951%2019.8227%2012.0289L20.0277%2012.2992L19.8059%2012.5934C17.4938%2015.5734%2014.9099%2017.004%2011.9915%2017.004L11.7012%2016.9992Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  height: 1.5rem;
}
.ant-drawer-body .has-feedback .ant-input-password span.ant-input-suffix,
form .has-feedback .ant-input-password span.ant-input-suffix {
  right: 8px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 8px;
}
.ant-calendar-picker-input,
.ant-time-picker-input,
.ant-calendar-range-picker-input {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input:first-child {
  text-overflow: initial;
}
.ant-calendar-range-picker-separator {
  color: #444444;
}
.ant-calendar-picker-input,
.ant-time-picker-input {
  padding-right: 40px;
  white-space: nowrap;
}
.ant-calendar-picker-clear {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.9184%208.77136C14.2802%208.40955%2014.8668%208.40955%2015.2286%208.77136C15.5603%209.10302%2015.5879%209.62357%2015.3116%209.98671L15.2286%2010.0816L13.3102%2012L15.2286%2013.9184C15.5905%2014.2802%2015.5905%2014.8668%2015.2286%2015.2286C14.897%2015.5603%2014.3764%2015.5879%2014.0133%2015.3116L13.9184%2015.2286L12%2013.3102L10.0816%2015.2286C9.71978%2015.5905%209.13317%2015.5905%208.77136%2015.2286C8.4397%2014.897%208.41206%2014.3764%208.68844%2014.0133L8.77136%2013.9184L10.6898%2012L8.77136%2010.0816C8.40955%209.71978%208.40955%209.13317%208.77136%208.77136C9.10302%208.4397%209.62357%208.41206%209.98671%208.68844L10.0816%208.77136L12%2010.6898L13.9184%208.77136Z%22%20fill%3D%22%23817E7E%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203ZM12%204.82022C15.9653%204.82022%2019.1798%208.03472%2019.1798%2012C19.1798%2015.9653%2015.9653%2019.1798%2012%2019.1798C8.03472%2019.1798%204.82022%2015.9653%204.82022%2012C4.82022%208.03472%208.03472%204.82022%2012%204.82022Z%22%20fill%3D%22%23817E7E%22/%3E%3C/svg%3E");
}
.ant-calendar-picker-clear svg {
  display: none;
}
.has-feedback .ant-input.ant-input-disabled,
.has-feedback .ant-input.ant-input-disabled:hover,
.has-feedback .ant-input-affix-wrapper .ant-input.ant-input-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-input-disabled .ant-calendar-range-picker-separator {
  color: #bfbebe;
}
.ant-drawer-body .has-feedback .ant-input-password-icon,
form .has-feedback .ant-input-password-icon {
  margin-right: 0;
}
.ant-drawer-body .has-feedback .ant-input-password .ant-input-suffix,
form .has-feedback .ant-input-password .ant-input-suffix {
  right: 0.625rem;
}
.ant-drawer-body .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
form .has-feedback .ant-input-password ~ .ant-form-item-children-icon {
  right: 1.6875rem;
}
.ant-drawer-body .has-feedback .ant-input-password .ant-input-disabled,
form .has-feedback .ant-input-password .ant-input-disabled,
.ant-drawer-body .has-feedback .ant-input-password .ant-input-disabled:hover,
form .has-feedback .ant-input-password .ant-input-disabled:hover {
  background: #f5f5f5;
}
.ant-drawer-body .has-feedback .ant-input,
form .has-feedback .ant-input,
.ant-drawer-body .has-feedback .ant-input-number.align-right .ant-input-number-input,
form .has-feedback .ant-input-number.align-right .ant-input-number-input,
.ant-drawer-body .has-feedback .ant-input-number.align-right.hide-controls .ant-input-number-input,
form .has-feedback .ant-input-number.align-right.hide-controls .ant-input-number-input {
  padding-right: 40px;
}
.ant-drawer-body .has-feedback .ant-calendar-picker-input,
form .has-feedback .ant-calendar-picker-input,
.ant-drawer-body .has-feedback .ant-time-picker-input,
form .has-feedback .ant-time-picker-input {
  padding-right: 68px;
}
.ant-drawer-body .has-feedback .ant-time-picker ~ .ant-form-item-children-icon,
form .has-feedback .ant-time-picker ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-calendar-picker ~ .ant-form-item-children-icon,
form .has-feedback .ant-calendar-picker ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
form .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-select.ui-kit-autocomplete--loading ~ .ant-form-item-children-icon,
form .has-feedback .ant-select.ui-kit-autocomplete--loading ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-select.ant-select-loading ~ .ant-form-item-children-icon,
form .has-feedback .ant-select.ant-select-loading ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-select:not(.ant-select-combobox):not(.ant-select-no-arrow) ~ .ant-form-item-children-icon,
form .has-feedback .ant-select:not(.ant-select-combobox):not(.ant-select-no-arrow) ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-select.ant-select-allow-clear:has( .ant-select-selection__clear).ant-select-focused ~ .ant-form-item-children-icon,
form .has-feedback .ant-select.ant-select-allow-clear:has( .ant-select-selection__clear).ant-select-focused ~ .ant-form-item-children-icon,
.ant-drawer-body .has-feedback .ant-select.ant-select-allow-clear:has(.ant-select-selection__clear):hover ~ .ant-form-item-children-icon,
form .has-feedback .ant-select.ant-select-allow-clear:has(.ant-select-selection__clear):hover ~ .ant-form-item-children-icon {
  right: 2.25rem;
}
.ant-drawer-body .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-calendar-picker-icon,
.ant-drawer-body .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-time-picker-icon,
.ant-drawer-body .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-calendar-picker-clear,
.ant-drawer-body .has-feedback .ant-time-picker-clear,
form .has-feedback .ant-time-picker-clear,
.ant-drawer-body .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-arrow,
.ant-drawer-body .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback > .ant-select .ant-select-selection__clear,
.ant-drawer-body .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-drawer-body .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 0.5rem;
}
.ant-drawer-body .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow {
  right: 14px;
}
.ant-drawer-body .has-feedback textarea.ant-input,
form .has-feedback textarea.ant-input {
  margin-bottom: 0;
}
.has-success .ant-form-explain {
  color: #3ba007;
}
.has-success .ant-select-selection,
.has-success .ant-input,
.has-success .ant-time-picker-input,
.has-success .ant-input-number {
  border-color: #47c464;
}
.has-success .ant-input-affix-wrapper .ant-input {
  border-color: #47c464;
}
.has-error .ant-select-selection,
.has-error .ant-input,
.has-error .ant-time-picker-input,
.has-error .ant-input-number {
  border-color: #f48989;
}
.has-error .ant-input-affix-wrapper .ant-input {
  border-color: #f48989;
}
.has-warning .ant-select-selection,
.has-warning .ant-input,
.has-warning .ant-time-picker-input,
.has-warning .ant-input-number {
  border-color: #faba69;
}
.has-warning .ant-input-affix-wrapper .ant-input {
  border-color: #faba69;
}
.ant-input-disabled ~ i,
.ant-input-disabled > i {
  color: #bfbebe;
}
.ant-form-explain {
  line-height: 1.375rem;
  padding-top: 0.25rem;
  margin-top: 0;
  word-break: break-word;
}
.ant-form-vertical .ant-form-explain {
  margin: 0;
}
.ant-form-vertical .ant-form-extra {
  margin: 0;
}
.ant-form-explain {
  margin: 0;
}
.ant-form-extra {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  margin: 0;
  padding-top: 0.25rem;
  word-break: break-word;
}
form textarea.ant-input {
  margin-bottom: 0;
}
.form-item-children-icon {
  width: 24px;
  height: 24px;
  right: 8px;
  margin-top: -12px;
}
.has-feedback textarea.ant-input ~ .ant-form-item-children-icon {
  top: 0.688rem;
  margin: 0;
}
.has-feedback .ui-kit-select-multiple.ant-select-no-arrow ~ .ant-form-item-children-icon {
  right: 0;
}
.has-feedback .ant-select-selection--multiple ul {
  padding-right: 1.5rem;
}
.has-feedback .ant-form-item-children-icon i {
  display: none;
}
.has-feedback.has-error .ant-form-item-children-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23da1414%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.6799%208.39782C10.6365%207.63913%2011.2401%207.0001%2012%207.0001C12.7599%207.0001%2013.3635%207.63913%2013.3201%208.39782L13.0571%2013.0017C13.025%2013.5621%2012.5613%2014.0001%2012%2014.0001C11.4387%2014.0001%2010.975%2013.5621%2010.943%2013.0017L10.6799%208.39782Z%22%20fill%3D%22%23da1414%22/%3E%3Cpath%20d%3D%22M13%2017.0001V15.0001H11V17.0001H13Z%22%20fill%3D%22%23DA1414%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.10001%2012.0001C3.10001%2016.9154%207.08467%2020.9001%2012%2020.9001C16.9153%2020.9001%2020.9%2016.9154%2020.9%2012.0001C20.9%207.08476%2016.9153%203.1001%2012%203.1001C7.08467%203.1001%203.10001%207.08476%203.10001%2012.0001ZM19.1%2012.0001C19.1%2015.9213%2015.9212%2019.1001%2012%2019.1001C8.07878%2019.1001%204.90001%2015.9213%204.90001%2012.0001C4.90001%208.07888%208.07878%204.9001%2012%204.9001C15.9212%204.9001%2019.1%208.07888%2019.1%2012.0001Z%22%20fill%3D%22%23da1414%22/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  right: 8px;
  margin-top: -12px;
}
.has-feedback.has-error .ant-input-number {
  border-color: #f48989;
}
.has-feedback.has-warning .ant-form-item-children-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23f28e0b%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.0249%209.58318C11.0112%209.03515%2011.4517%208.58349%2011.9999%208.58349C12.5481%208.58349%2012.9887%209.03515%2012.975%209.58318L12.8712%2013.7338C12.8594%2014.2064%2012.4728%2014.5835%2011.9999%2014.5835C11.5271%2014.5835%2011.1405%2014.2064%2011.1287%2013.7338L11.0249%209.58318Z%22%20fill%3D%22%23f28e0b%22/%3E%3Cpath%20d%3D%22M12.9999%2015.5835V17.5835H10.9999V15.5835H12.9999Z%22%20fill%3D%22%23f28e0b%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6054%204.43086L2.9733%2017.9991C2.83859%2018.2386%202.76782%2018.5087%202.76782%2018.7835C2.76782%2019.6671%203.48417%2020.3835%204.36782%2020.3835H19.6321C19.9068%2020.3835%2020.177%2020.3127%2020.4165%2020.178C21.1867%2019.7448%2021.4598%2018.7692%2021.0266%2017.9991L13.3945%204.43086C13.2508%204.17546%2013.0398%203.96442%2012.7844%203.82075C12.0142%203.38753%2011.0386%203.66068%2010.6054%204.43086ZM4.36782%2018.7835L11.9999%205.21549L19.6321%2018.7835H4.36782Z%22%20fill%3D%22%23F28E0B%22/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  right: 8px;
  margin-top: -12px;
}
.has-feedback.has-success .ant-form-item-children-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%233ba00a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.6364%208.3637C16.2849%208.01223%2015.7151%208.01223%2015.3636%208.3637L10.5%2013.2273L8.6364%2011.3637C8.28493%2011.0122%207.71508%2011.0122%207.36361%2011.3637C7.01214%2011.7152%207.01214%2012.285%207.36361%2012.6365L10.5%2015.7729L16.6364%209.63649C16.9879%209.28502%2016.9879%208.71517%2016.6364%208.3637Z%22%20fill%3D%22%233ba00a%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2020.9001C7.08467%2020.9001%203.10001%2016.9154%203.10001%2012.0001C3.10001%207.08476%207.08467%203.1001%2012%203.1001C16.9153%203.1001%2020.9%207.08476%2020.9%2012.0001C20.9%2016.9154%2016.9153%2020.9001%2012%2020.9001ZM12%2019.1001C15.9212%2019.1001%2019.1%2015.9213%2019.1%2012.0001C19.1%208.07888%2015.9212%204.9001%2012%204.9001C8.07878%204.9001%204.90001%208.07888%204.90001%2012.0001C4.90001%2015.9213%208.07878%2019.1001%2012%2019.1001Z%22%20fill%3D%22%233ba00a%22/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  right: 8px;
  margin-top: -12px;
}
.has-feedback .ant-calendar-picker-icon,
.has-feedback .ant-time-picker-icon,
.has-feedback .ant-calendar-picker-clear,
.has-feedback .ant-time-picker-clear {
  right: 0.5rem;
}
.ant-calendar-picker-icon,
.ant-time-picker-icon {
  font-size: 1.125rem;
  color: #777474;
  margin-top: 0;
  height: 1.5rem;
  width: 1.5rem;
  top: 0.5rem;
  right: 0.5rem !important;
}
.ant-time-picker-icon .ant-time-picker-clock-icon {
  color: #777474;
}
.ant-time-picker-input::placeholder {
  height: 1.25rem;
}
.ant-calendar-picker-clear,
.ant-time-picker-clear,
.ant-select-selection__clear {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.0625rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.75rem;
  right: 0.5rem;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 8.25rem;
}
.ant-time-picker-panel-select {
  width: 4.125rem;
}
.ant-time-picker-panel-select::-webkit-scrollbar {
  width: 0.75rem;
}
.ant-time-picker-panel-select::-webkit-scrollbar-track {
  background-color: transparent;
}
.ant-time-picker-panel-select::-webkit-scrollbar-thumb {
  background-color: #bfbebe;
  border: 0.25rem solid transparent;
  border-radius: 0.75rem;
  background-clip: content-box;
}
.ant-time-picker-panel-select ul {
  width: 4.125rem;
}
.ant-time-picker-panel-select ul li {
  color: #666666;
  height: 2.5rem;
  line-height: 1.25rem;
}
.ant-time-picker-panel-select ul li.ant-time-picker-panel-select-option-selected {
  background-color: #e8f3ff;
  color: #444444;
  font-weight: 400;
  line-height: 1.25rem;
}
.ant-time-picker-panel-select ul li:hover {
  background-color: #e8f3ff;
  color: #444444;
  font-weight: 400;
  line-height: 1.25rem;
}
.ant-calendar-picker .ant-calendar-picker-input {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-calendar-picker .ant-calendar-picker-input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-calendar-picker .ant-calendar-picker-input:disabled,
.ant-calendar-picker .ant-calendar-range-picker-input:disabled,
.ant-calendar-picker .ant-calendar-picker-input:disabled::placeholder,
.ant-calendar-picker .ant-calendar-range-picker-input:disabled::placeholder {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-calendar-picker .ant-calendar-range-picker-input:disabled::placeholder,
.ant-calendar-picker .ant-calendar-range-picker-input:disabled {
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #2863a9;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-calendar .ant-calendar-today-btn:focus {
  color: #246dca;
  text-decoration: underline;
}
.ant-calendar .ant-calendar-body {
  padding: 0.625rem 1rem;
}
.ant-calendar .ant-calendar-date:hover {
  background-color: #efefef;
}
.ant-calendar .ant-calendar-date {
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-calendar .ant-calendar-range-middle {
  left: 35.5%;
}
.ant-calendar .ant-calendar-range-middle:after {
  top: 1.375rem;
}
.ant-calendar .ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar .ant-calendar-header .ant-calendar-next-month-btn::after,
.ant-calendar .ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar .ant-calendar-header .ant-calendar-next-year-btn::after,
.ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn::after,
.ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn::after {
  border-color: #bfbebe;
  border-width: 2px 0 0 2px;
}
.ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn {
  padding-right: 0;
}
.ant-calendar .ant-calendar-header .ant-calendar-next-year-btn {
  padding-left: 0;
}
.ant-calendar .ant-calendar-header > div > a {
  width: 24px;
}
.ant-calendar .ant-calendar-today.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar .ant-calendar-today.ant-calendar-selected-day .ant-calendar-date {
  color: #ffffff;
}
.ant-calendar .ant-calendar-today .ant-calendar-date {
  border: 1px solid #246dca;
}
.ant-calendar .ant-calendar-today.calendar-selected-start-date .ant-calendar-date {
  border: 1px solid #246dca;
}
.ant-calendar .ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar .ant-calendar-cell ant-calendar-last-month-cell .ant-calendar-date {
  color: #d1d8df;
}
.ant-calendar .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date,
.ant-calendar .ant-calendar-selected-date .ant-calendar-date {
  background-color: #246dca;
  color: #ffffff;
  border: 0;
}
.ant-calendar .ant-calendar-today .ant-calendar-date,
.ant-calendar .ant-calendar-column-header .ant-calendar-column-header-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-calendar:not(.ant-calendar-range) {
  width: 18rem;
}
.ant-calendar-range-middle {
  color: transparent;
  top: -1.25rem;
}
.ant-calendar-range-middle:after {
  position: absolute;
  content: '\2013';
  color: #444444;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body,
.ant-calendar-range .ant-calendar-input-wrap {
  border-color: #efefef;
}
.ant-calendar-range .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -10.875rem;
}
.ant-calendar-range .ant-calendar-input-wrap {
  height: 2.5rem;
  padding: 0.25rem 0.75rem;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-date .ant-calendar-date:hover {
  background-color: #246dca;
}
.ant-calendar-range .ant-calendar-range-part.ant-calendar-range-left .ant-calendar-body {
  padding-right: 0.4375rem;
}
.ant-calendar-range .ant-calendar-range-part.ant-calendar-range-right .ant-calendar-body {
  padding-left: 0.4375rem;
}
.ant-time-picker .ant-time-picker-input {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-time-picker .ant-time-picker-input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-time-picker .ant-time-picker-input:disabled {
  border-color: #d9d9d9;
}
.ant-time-picker .ant-time-picker-input:disabled,
.ant-time-picker .ant-time-picker-input:disabled::placeholder,
.ant-time-picker .ant-time-picker-input:disabled + .ant-time-picker-icon i {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-time-picker .ant-time-picker-icon {
  right: 0.5rem;
}
.ant-time-picker-clear {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.9184%208.77136C14.2802%208.40955%2014.8668%208.40955%2015.2286%208.77136C15.5603%209.10302%2015.5879%209.62357%2015.3116%209.98671L15.2286%2010.0816L13.3102%2012L15.2286%2013.9184C15.5905%2014.2802%2015.5905%2014.8668%2015.2286%2015.2286C14.897%2015.5603%2014.3764%2015.5879%2014.0133%2015.3116L13.9184%2015.2286L12%2013.3102L10.0816%2015.2286C9.71978%2015.5905%209.13317%2015.5905%208.77136%2015.2286C8.4397%2014.897%208.41206%2014.3764%208.68844%2014.0133L8.77136%2013.9184L10.6898%2012L8.77136%2010.0816C8.40955%209.71978%208.40955%209.13317%208.77136%208.77136C9.10302%208.4397%209.62357%208.41206%209.98671%208.68844L10.0816%208.77136L12%2010.6898L13.9184%208.77136Z%22%20fill%3D%22%23817E7E%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203ZM12%204.82022C15.9653%204.82022%2019.1798%208.03472%2019.1798%2012C19.1798%2015.9653%2015.9653%2019.1798%2012%2019.1798C8.03472%2019.1798%204.82022%2015.9653%204.82022%2012C4.82022%208.03472%208.03472%204.82022%2012%204.82022Z%22%20fill%3D%22%23817E7E%22/%3E%3C/svg%3E");
}
.ant-time-picker-clear svg {
  display: none;
}
.ant-time-picker-panel .ant-time-picker-panel-select ul {
  padding: 0.5rem 0;
}
.ant-time-picker-panel .ant-time-picker-panel-select ul li {
  padding: 0.625rem 0 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-time-picker-panel .ant-time-picker-panel-select ul li.ant-time-picker-panel-select-option-selected {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-dropdown-menu-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  min-width: 12.5rem;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child {
  margin-right: 0.75rem;
  margin-left: -0.25rem;
}
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled).ant-dropdown-menu-item-active,
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled).ant-dropdown-menu-item-selected {
  background-color: #e8f3ff;
}
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled).ant-dropdown-menu-item-active {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled).ant-dropdown-menu-item-active:not(:hover) {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  outline-offset: 0;
}
.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled).ant-dropdown-menu-item-selected {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  outline: none;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > .anticon:first-child,
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > span > .anticon:first-child {
  color: #bfbebe;
}
.eis-dropdown-container:has(.eis-btn-content) {
  display: inline-flex;
  min-width: 0;
}
.eis-dropdown-container .ant-dropdown-menu-item-selected,
.eis-dropdown-container .ant-dropdown-menu-submenu-title-selected,
.eis-dropdown-container .ant-dropdown-menu-item-selected > a,
.eis-dropdown-container .ant-dropdown-menu-submenu-title-selected > a,
.eis-dropdown-container .ant-dropdown-menu-item:hover,
.eis-dropdown-container .ant-dropdown-menu-submenu-title:hover {
  background-color: #e8f3ff;
}
.eis-dropdown-container .ant-dropdown-menu {
  padding: 0.5rem 0;
}
.eis-dropdown-container .ant-dropdown-menu-item {
  display: flex;
}
.eis-dropdown-container .ant-btn-link:disabled:hover .eis-btn-content {
  text-decoration: none;
}
.ant-tag {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  background-color: #f5f5f5;
  border-radius: 2px;
  align-items: center;
  border-color: #bfbebe;
  padding: 0.1875rem 0.4375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ant-tag.eis-success-tag {
  color: #3ba00a;
  border-color: #47c464;
  background-color: #ecf6ed;
}
.ant-tag.eis-success-tag .eis-tag-close-btn .anticon {
  color: #3ba00a;
}
.ant-tag.eis-warning-tag {
  color: #f28e0b;
  border-color: #faba69;
  background-color: #fff6ef;
}
.ant-tag.eis-warning-tag .eis-tag-close-btn .anticon {
  color: #f28e0b;
}
.ant-tag.eis-error-tag {
  color: #da1414;
  border-color: #f48989;
  background-color: #feefef;
}
.ant-tag.eis-error-tag .eis-tag-close-btn .anticon {
  color: #da1414;
}
.ant-tag.eis-info-tag {
  color: #096eb6;
  border-color: #79b0da;
  background-color: #edf5ff;
}
.ant-tag.eis-info-tag .eis-tag-close-btn .anticon {
  color: #096eb6;
}
.ant-tag.ant-tag-hidden {
  display: none;
}
.ant-tag.ant-tag-has-color {
  color: #ffffff;
}
.ant-tag.ui-kit-tag-with-button {
  padding-right: 1.4375rem;
  position: relative;
}
.ant-tag .eis-tag-close-btn {
  height: initial;
  width: initial;
  margin: 0;
  padding: 0;
  right: 0.1875rem;
  bottom: 50%;
  transform: translateY(50%);
  background-color: transparent;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
}
.ant-tag .eis-tag-close-btn:focus {
  outline: 1px solid #246dca;
}
.ant-tag .eis-tag-close-btn .anticon {
  color: #777474;
  vertical-align: baseline;
}
.ant-tag .eis-tag-close-btn .eis-btn-content {
  line-height: 0.5625rem;
  transform: translateX(0.5px);
}
.ant-tag .anticon-close {
  margin-left: 8px;
  height: 0.416875rem;
  width: 0.416875rem;
  vertical-align: middle;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%220.416875rem%22%20height%3D%220.416875rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
}
.ant-tag .anticon-close svg {
  display: none;
}
.ant-tag.eis-success-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%220.416875rem%22%20height%3D%220.416875rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%233ba00a%22/%3E%3C/svg%3E");
}
.ant-tag.eis-warning-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%220.416875rem%22%20height%3D%220.416875rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23f28e0b%22/%3E%3C/svg%3E");
}
.ant-tag.eis-error-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%220.416875rem%22%20height%3D%220.416875rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23da1414%22/%3E%3C/svg%3E");
}
.ant-tag.eis-info-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%220.416875rem%22%20height%3D%220.416875rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23096eb6%22/%3E%3C/svg%3E");
}
.ant-tag.ui-kit-tag-small {
  line-height: 0.75rem;
  padding: 0.0625rem 0.1875rem;
}
.ant-tag.ui-kit-tag-small.ui-kit-tag-with-button {
  padding-right: 1.1875rem;
}
.ant-tag.ui-kit-tag-small .anticon-close {
  margin-left: 5px;
  height: 7px;
  width: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%227px%22%20height%3D%227px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
}
.ant-tag.ui-kit-tag-small .eis-tag-content {
  font-size: 0.625rem;
}
.ant-tag.ui-kit-tag-small .eis-tag-close-btn {
  right: 0.0625rem;
  bottom: 50%;
}
.ant-tag.ui-kit-tag-small.eis-success-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%227px%22%20height%3D%227px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%233ba00a%22/%3E%3C/svg%3E");
}
.ant-tag.ui-kit-tag-small.eis-warning-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%227px%22%20height%3D%227px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23f28e0b%22/%3E%3C/svg%3E");
}
.ant-tag.ui-kit-tag-small.eis-error-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%227px%22%20height%3D%227px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23da1414%22/%3E%3C/svg%3E");
}
.ant-tag.ui-kit-tag-small.eis-info-tag .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%227px%22%20height%3D%227px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23096eb6%22/%3E%3C/svg%3E");
}
.ant-select-selection--multiple .ant-select-selection__choice {
  padding: 4px 20px 4px 4px;
}
.ant-select-selection__choice .ant-select-selection__choice__remove {
  transform: none;
  line-height: 16px;
  top: 4px;
  height: 16px;
  width: 16px;
}
.ant-select-selection__choice .ant-select-remove-icon {
  height: 16px;
  width: 16px;
}
.ant-select-selection__choice .ant-select-selection__choice__content {
  margin-right: 4px;
  line-height: 16px;
}
.ant-collapse {
  border: none;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse .ant-collapse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-collapse .ant-collapse-item .ant-collapse-header {
  padding-left: 4rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header {
  padding-left: 4rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-collapse .ant-collapse-content {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-collapse .ant-collapse-content .ant-collapse-content-box {
  padding: 1.5rem;
}
.ant-collapse.eis-collapse-white {
  background-color: #ffffff;
}
.ant-collapse.eis-collapse-white .ant-collapse-item.ant-collapse-item-active .ant-collapse-content-active {
  border-top: none;
}
.ant-collapse .ant-collapse-extra {
  float: none;
}
.ant-collapse .ant-collapse-extra .anticon {
  color: #777474;
}
.eis-collapse-validation-error {
  color: #da1414;
  padding-right: 8px;
}
.eis-collapse-validation-confirmed {
  color: #3ba00a;
  padding-right: 8px;
}
.eis-collapse-validation-warning {
  color: #f28e0b;
  padding-right: 8px;
}
.ant-breadcrumb .ant-breadcrumb-link {
  line-height: 1.125rem;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-breadcrumb .ant-breadcrumb-link a:focus {
  color: #246dca;
  line-height: 1.125rem;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-breadcrumb .ant-breadcrumb-link:hover {
  color: #246dca;
  line-height: 1.125rem;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: middle;
}
.ant-table-wrapper .ant-pagination {
  margin-bottom: 1.5rem;
}
.ant-table {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-table-placeholder {
  padding: 1.5rem 1rem;
}
.ant-table-placeholder .ant-empty-normal {
  margin: 0;
}
.ant-table .ant-table-body {
  overflow-x: auto !important;
}
.ant-table .ant-table-title {
  font-size: 1rem;
  color: #444444;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-all;
}
.ant-table .ant-table-title:empty {
  padding: 0;
}
.ant-table .ant-table-thead > tr > th {
  pointer-events: none;
  background-color: #f5f5f5;
  border-bottom-color: #d9d9d9;
}
.ant-table .ant-table-thead > tr > th:first-child,
.ant-table .ant-table-thead > tr > th:last-child {
  border-radius: 0;
}
.ant-table .ant-table-thead > tr > th .ant-table-column-sorters {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-thead > tr > th:hover .ant-table-column-sorters::before {
  background-color: #f5f5f5;
}
.ant-table .ant-table-thead > tr > th .ant-table-column-title {
  pointer-events: all;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters:hover::before {
  pointer-events: none;
  background-color: #f5f5f5;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter {
  pointer-events: all;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: row-reverse;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2012%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Sort%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-878.000000,%20-637.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28872.000000,%20632.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M10,5%20C10.4588212,5%2010.8374518,5.34333667%2010.8929877,5.78710591%20L10.9,5.9%20L10.9,16.9%20L10.8997762,16.921593%20C10.8994876,16.9339557%2010.8989452,16.9463179%2010.8981484,16.9586713%20L10.9,16.9%20C10.9,16.9470046%2010.8963966,16.9931676%2010.8894509,17.0382278%20C10.8876972,17.0496896%2010.8855901,17.0617561%2010.8832337,17.0737886%20C10.8785771,17.0975238%2010.8731267,17.1204264%2010.8668204,17.1429715%20C10.8625938,17.1580638%2010.8579482,17.1731376%2010.8528928,17.1881142%20C10.8450219,17.2114372%2010.8361866,17.2344061%2010.8264598,17.2568995%20C10.8219158,17.2674198%2010.8172118,17.2777528%2010.8122992,17.2880177%20C10.8019071,17.3097269%2010.7906121,17.3310673%2010.7785066,17.3518781%20C10.7695447,17.3672717%2010.7600203,17.3825717%2010.7499858,17.3976539%20C10.7396424,17.413245%2010.7288496,17.4284306%2010.7176078,17.4432572%20C10.7093102,17.4541572%2010.7005061,17.4652376%2010.6913992,17.476166%20L10.6796273,17.4900266%20C10.6656048,17.5061647%2010.651017,17.5217984%2010.6358948,17.536897%20L10.6913992,17.476166%20C10.6634562,17.5096975%2010.6335908,17.5406824%2010.6020975,17.5690938%20C10.5929306,17.5772013%2010.5837435,17.5851436%2010.5743969,17.5929003%20C10.5445249,17.6179144%2010.5129981,17.6407726%2010.4803695,17.6613686%20C10.4602495,17.6739291%2010.4399785,17.6856591%2010.419228,17.696602%20C10.4052236,17.7040434%2010.3902815,17.7113894%2010.3751773,17.7183015%20C10.3552192,17.7274717%2010.3350771,17.7358445%2010.3145815,17.7434916%20C10.3009112,17.7484765%2010.2873028,17.7531653%2010.2736041,17.7575218%20C10.2523988,17.7644309%2010.2303136,17.7705678%2010.2079045,17.775867%20C10.1876094,17.7805019%2010.1676619,17.7845033%2010.1476118,17.7878277%20C10.1333107,17.7903248%2010.118199,17.7924392%2010.1029719,17.7941736%20C10.082625,17.796423%2010.0625911,17.7980456%2010.0425202,17.7990003%20C10.028598,17.7996647%2010.0143382,17.8%2010,17.8%20L9.98141416,17.7998414%20C9.96236889,17.7994602%209.9433231,17.7984769%209.92430745,17.7968887%20L10,17.8%20C9.95615241,17.8%209.91303719,17.7968644%209.87086633,17.7908051%20C9.85323007,17.7882865%209.83514736,17.785128%209.81714539,17.7814097%20C9.79659365,17.7771616%209.77667536,17.772316%209.7570285,17.7668204%20C9.74193621,17.7625938%209.72686244,17.7579482%209.71188581,17.7528928%20C9.68856277,17.7450219%209.66559391,17.7361866%209.64310049,17.7264598%20C9.6325802,17.7219158%209.62224725,17.7172118%209.6119823,17.7122992%20C9.59027309,17.7019071%209.56893267,17.6906121%209.54812193,17.6785066%20C9.53972663,17.6736168%209.53128836,17.6685199%209.52291253,17.6632698%20L9.50227959,17.649966%20C9.48675503,17.6396424%209.47156936,17.6288496%209.45674282,17.6176078%20L9.42383404,17.5913992%20L6.42383404,15.0913992%20C6.04198483,14.7731915%205.99039318,14.2056832%206.30860085,13.823834%20C6.60029122,13.4738056%207.1014633,13.4012852%207.47708747,13.6367302%20L7.57616596,13.7086008%20L9.09997743,14.978%20L9.1,5.9%20C9.1,5.40294373%209.50294373,5%2010,5%20Z%22%20id%3D%22Descending%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3Cpath%20d%3D%22M14.0105669,5.10003363%20C14.0346231,5.10030181%2014.0586871,5.10152997%2014.0826969,5.10372375%20L14,5.1%20C14.0438476,5.1%2014.0869628,5.10313563%2014.1291337,5.10919489%20C14.1467699,5.11171348%2014.1648526,5.11487197%2014.1828546,5.1185903%20C14.2034064,5.12283841%2014.2233246,5.12768401%2014.2429715,5.13317962%20C14.2580638,5.13740619%2014.2731376,5.14205175%2014.2881142,5.14710716%20C14.3114372,5.15497809%2014.3344061,5.16381343%2014.3568995,5.17354017%20C14.3674198,5.17808415%2014.3777528,5.18278821%2014.3880177,5.18770076%20C14.4097269,5.19809289%2014.4310673,5.20938788%2014.4518781,5.22149341%20C14.4949149,5.2465401%2014.5365401,5.2755793%2014.576166,5.30860085%20L14.4977204,5.25003401%20C14.513245,5.26035763%2014.5284306,5.27115043%2014.5432572,5.28239217%20L14.576166,5.30860085%20L17.576166,7.80860085%20L17.664725,7.89309482%20C17.9640457,8.22010393%2017.9830895,8.72613752%2017.6913992,9.07616596%20C17.3731915,9.45801517%2016.8056832,9.50960682%2016.423834,9.19139915%20L16.423834,9.19139915%20L14.9,7.922%20L14.9,17%20C14.9,17.4970563%2014.4970563,17.9%2014,17.9%20C13.5411788,17.9%2013.1625482,17.5566633%2013.1070123,17.1128941%20L13.1,17%20L13.1,6%20L13.100023,5.99043544%20C13.1002712,5.9657112%2013.1015334,5.94097794%2013.1038157,5.91630272%20L13.1,6%20C13.1,5.95615241%2013.1031356,5.91303719%2013.1091949,5.87086633%20C13.1117135,5.85323007%2013.114872,5.83514736%2013.1185903,5.81714539%20C13.1228384,5.79659365%2013.127684,5.77667536%2013.1331796,5.7570285%20C13.1374062,5.74193621%2013.1420518,5.72686244%2013.1471072,5.71188581%20C13.1549781,5.68856277%2013.1638134,5.66559391%2013.1735402,5.64310049%20C13.1780842,5.6325802%2013.1827882,5.62224725%2013.1877008,5.6119823%20C13.1980929,5.59027309%2013.2093879,5.56893267%2013.2214934,5.54812193%20C13.2465401,5.50508512%2013.2755793,5.4634599%2013.3086008,5.42383404%20L13.250034,5.50227959%20C13.2603576,5.48675503%2013.2711504,5.47156936%2013.2823922,5.45674282%20L13.3086008,5.42383404%20C13.3125182,5.41913325%2013.3164733,5.4144825%2013.3204654,5.40988188%20C13.3343952,5.39383534%2013.348983,5.37820158%2013.3641052,5.36310296%20C13.3752064,5.35191615%2013.3864467,5.34124092%2013.3979025,5.33090621%20C13.4257946,5.30594112%2013.4551038,5.28266277%2013.4858106,5.26124999%20C13.4993118,5.25168113%2013.5123501,5.24311519%2013.5255653,5.23491757%20C13.543829,5.2237216%2013.5621065,5.2132414%2013.580772,5.203398%20C13.5947764,5.19595658%2013.6097185,5.18861062%2013.6248227,5.18169845%20C13.6447808,5.17252831%2013.6649229,5.16415554%2013.6854185,5.15650841%20C13.6990888,5.15152353%2013.7126972,5.14683467%2013.7263959,5.14247817%20C13.7476012,5.13556912%2013.7696864,5.1294322%2013.7920955,5.12413302%20C13.8123906,5.11949805%2013.8323381,5.11549672%2013.8523882,5.11217232%20C13.8663372,5.10973351%2013.8810911,5.10766031%2013.8959552,5.10594924%20C13.9230042,5.10290246%2013.9497287,5.1010051%2013.9764989,5.10029535%20C13.9837837,5.10010755%2013.9918793,5.1%2014,5.1%20Z%22%20id%3D%22Ascending%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 7.4px;
  height: 12.8px;
  background-position-x: -5.6px;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up svg {
  display: none;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2012%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Sort%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-878.000000,%20-637.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28872.000000,%20632.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M10,5%20C10.4588212,5%2010.8374518,5.34333667%2010.8929877,5.78710591%20L10.9,5.9%20L10.9,16.9%20L10.8997762,16.921593%20C10.8994876,16.9339557%2010.8989452,16.9463179%2010.8981484,16.9586713%20L10.9,16.9%20C10.9,16.9470046%2010.8963966,16.9931676%2010.8894509,17.0382278%20C10.8876972,17.0496896%2010.8855901,17.0617561%2010.8832337,17.0737886%20C10.8785771,17.0975238%2010.8731267,17.1204264%2010.8668204,17.1429715%20C10.8625938,17.1580638%2010.8579482,17.1731376%2010.8528928,17.1881142%20C10.8450219,17.2114372%2010.8361866,17.2344061%2010.8264598,17.2568995%20C10.8219158,17.2674198%2010.8172118,17.2777528%2010.8122992,17.2880177%20C10.8019071,17.3097269%2010.7906121,17.3310673%2010.7785066,17.3518781%20C10.7695447,17.3672717%2010.7600203,17.3825717%2010.7499858,17.3976539%20C10.7396424,17.413245%2010.7288496,17.4284306%2010.7176078,17.4432572%20C10.7093102,17.4541572%2010.7005061,17.4652376%2010.6913992,17.476166%20L10.6796273,17.4900266%20C10.6656048,17.5061647%2010.651017,17.5217984%2010.6358948,17.536897%20L10.6913992,17.476166%20C10.6634562,17.5096975%2010.6335908,17.5406824%2010.6020975,17.5690938%20C10.5929306,17.5772013%2010.5837435,17.5851436%2010.5743969,17.5929003%20C10.5445249,17.6179144%2010.5129981,17.6407726%2010.4803695,17.6613686%20C10.4602495,17.6739291%2010.4399785,17.6856591%2010.419228,17.696602%20C10.4052236,17.7040434%2010.3902815,17.7113894%2010.3751773,17.7183015%20C10.3552192,17.7274717%2010.3350771,17.7358445%2010.3145815,17.7434916%20C10.3009112,17.7484765%2010.2873028,17.7531653%2010.2736041,17.7575218%20C10.2523988,17.7644309%2010.2303136,17.7705678%2010.2079045,17.775867%20C10.1876094,17.7805019%2010.1676619,17.7845033%2010.1476118,17.7878277%20C10.1333107,17.7903248%2010.118199,17.7924392%2010.1029719,17.7941736%20C10.082625,17.796423%2010.0625911,17.7980456%2010.0425202,17.7990003%20C10.028598,17.7996647%2010.0143382,17.8%2010,17.8%20L9.98141416,17.7998414%20C9.96236889,17.7994602%209.9433231,17.7984769%209.92430745,17.7968887%20L10,17.8%20C9.95615241,17.8%209.91303719,17.7968644%209.87086633,17.7908051%20C9.85323007,17.7882865%209.83514736,17.785128%209.81714539,17.7814097%20C9.79659365,17.7771616%209.77667536,17.772316%209.7570285,17.7668204%20C9.74193621,17.7625938%209.72686244,17.7579482%209.71188581,17.7528928%20C9.68856277,17.7450219%209.66559391,17.7361866%209.64310049,17.7264598%20C9.6325802,17.7219158%209.62224725,17.7172118%209.6119823,17.7122992%20C9.59027309,17.7019071%209.56893267,17.6906121%209.54812193,17.6785066%20C9.53972663,17.6736168%209.53128836,17.6685199%209.52291253,17.6632698%20L9.50227959,17.649966%20C9.48675503,17.6396424%209.47156936,17.6288496%209.45674282,17.6176078%20L9.42383404,17.5913992%20L6.42383404,15.0913992%20C6.04198483,14.7731915%205.99039318,14.2056832%206.30860085,13.823834%20C6.60029122,13.4738056%207.1014633,13.4012852%207.47708747,13.6367302%20L7.57616596,13.7086008%20L9.09997743,14.978%20L9.1,5.9%20C9.1,5.40294373%209.50294373,5%2010,5%20Z%22%20id%3D%22Descending%22%20fill%3D%22%232863a9%22%3E%3C/path%3E%3Cpath%20d%3D%22M14.0105669,5.10003363%20C14.0346231,5.10030181%2014.0586871,5.10152997%2014.0826969,5.10372375%20L14,5.1%20C14.0438476,5.1%2014.0869628,5.10313563%2014.1291337,5.10919489%20C14.1467699,5.11171348%2014.1648526,5.11487197%2014.1828546,5.1185903%20C14.2034064,5.12283841%2014.2233246,5.12768401%2014.2429715,5.13317962%20C14.2580638,5.13740619%2014.2731376,5.14205175%2014.2881142,5.14710716%20C14.3114372,5.15497809%2014.3344061,5.16381343%2014.3568995,5.17354017%20C14.3674198,5.17808415%2014.3777528,5.18278821%2014.3880177,5.18770076%20C14.4097269,5.19809289%2014.4310673,5.20938788%2014.4518781,5.22149341%20C14.4949149,5.2465401%2014.5365401,5.2755793%2014.576166,5.30860085%20L14.4977204,5.25003401%20C14.513245,5.26035763%2014.5284306,5.27115043%2014.5432572,5.28239217%20L14.576166,5.30860085%20L17.576166,7.80860085%20L17.664725,7.89309482%20C17.9640457,8.22010393%2017.9830895,8.72613752%2017.6913992,9.07616596%20C17.3731915,9.45801517%2016.8056832,9.50960682%2016.423834,9.19139915%20L16.423834,9.19139915%20L14.9,7.922%20L14.9,17%20C14.9,17.4970563%2014.4970563,17.9%2014,17.9%20C13.5411788,17.9%2013.1625482,17.5566633%2013.1070123,17.1128941%20L13.1,17%20L13.1,6%20L13.100023,5.99043544%20C13.1002712,5.9657112%2013.1015334,5.94097794%2013.1038157,5.91630272%20L13.1,6%20C13.1,5.95615241%2013.1031356,5.91303719%2013.1091949,5.87086633%20C13.1117135,5.85323007%2013.114872,5.83514736%2013.1185903,5.81714539%20C13.1228384,5.79659365%2013.127684,5.77667536%2013.1331796,5.7570285%20C13.1374062,5.74193621%2013.1420518,5.72686244%2013.1471072,5.71188581%20C13.1549781,5.68856277%2013.1638134,5.66559391%2013.1735402,5.64310049%20C13.1780842,5.6325802%2013.1827882,5.62224725%2013.1877008,5.6119823%20C13.1980929,5.59027309%2013.2093879,5.56893267%2013.2214934,5.54812193%20C13.2465401,5.50508512%2013.2755793,5.4634599%2013.3086008,5.42383404%20L13.250034,5.50227959%20C13.2603576,5.48675503%2013.2711504,5.47156936%2013.2823922,5.45674282%20L13.3086008,5.42383404%20C13.3125182,5.41913325%2013.3164733,5.4144825%2013.3204654,5.40988188%20C13.3343952,5.39383534%2013.348983,5.37820158%2013.3641052,5.36310296%20C13.3752064,5.35191615%2013.3864467,5.34124092%2013.3979025,5.33090621%20C13.4257946,5.30594112%2013.4551038,5.28266277%2013.4858106,5.26124999%20C13.4993118,5.25168113%2013.5123501,5.24311519%2013.5255653,5.23491757%20C13.543829,5.2237216%2013.5621065,5.2132414%2013.580772,5.203398%20C13.5947764,5.19595658%2013.6097185,5.18861062%2013.6248227,5.18169845%20C13.6447808,5.17252831%2013.6649229,5.16415554%2013.6854185,5.15650841%20C13.6990888,5.15152353%2013.7126972,5.14683467%2013.7263959,5.14247817%20C13.7476012,5.13556912%2013.7696864,5.1294322%2013.7920955,5.12413302%20C13.8123906,5.11949805%2013.8323381,5.11549672%2013.8523882,5.11217232%20C13.8663372,5.10973351%2013.8810911,5.10766031%2013.8959552,5.10594924%20C13.9230042,5.10290246%2013.9497287,5.1010051%2013.9764989,5.10029535%20C13.9837837,5.10010755%2013.9918793,5.1%2014,5.1%20Z%22%20id%3D%22Ascending%22%20fill%3D%22%232863a9%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 7.4px;
  height: 12.8px;
  background-position-x: -5.6px;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2012%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Sort%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-878.000000,%20-637.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28872.000000,%20632.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M10,5%20C10.4588212,5%2010.8374518,5.34333667%2010.8929877,5.78710591%20L10.9,5.9%20L10.9,16.9%20L10.8997762,16.921593%20C10.8994876,16.9339557%2010.8989452,16.9463179%2010.8981484,16.9586713%20L10.9,16.9%20C10.9,16.9470046%2010.8963966,16.9931676%2010.8894509,17.0382278%20C10.8876972,17.0496896%2010.8855901,17.0617561%2010.8832337,17.0737886%20C10.8785771,17.0975238%2010.8731267,17.1204264%2010.8668204,17.1429715%20C10.8625938,17.1580638%2010.8579482,17.1731376%2010.8528928,17.1881142%20C10.8450219,17.2114372%2010.8361866,17.2344061%2010.8264598,17.2568995%20C10.8219158,17.2674198%2010.8172118,17.2777528%2010.8122992,17.2880177%20C10.8019071,17.3097269%2010.7906121,17.3310673%2010.7785066,17.3518781%20C10.7695447,17.3672717%2010.7600203,17.3825717%2010.7499858,17.3976539%20C10.7396424,17.413245%2010.7288496,17.4284306%2010.7176078,17.4432572%20C10.7093102,17.4541572%2010.7005061,17.4652376%2010.6913992,17.476166%20L10.6796273,17.4900266%20C10.6656048,17.5061647%2010.651017,17.5217984%2010.6358948,17.536897%20L10.6913992,17.476166%20C10.6634562,17.5096975%2010.6335908,17.5406824%2010.6020975,17.5690938%20C10.5929306,17.5772013%2010.5837435,17.5851436%2010.5743969,17.5929003%20C10.5445249,17.6179144%2010.5129981,17.6407726%2010.4803695,17.6613686%20C10.4602495,17.6739291%2010.4399785,17.6856591%2010.419228,17.696602%20C10.4052236,17.7040434%2010.3902815,17.7113894%2010.3751773,17.7183015%20C10.3552192,17.7274717%2010.3350771,17.7358445%2010.3145815,17.7434916%20C10.3009112,17.7484765%2010.2873028,17.7531653%2010.2736041,17.7575218%20C10.2523988,17.7644309%2010.2303136,17.7705678%2010.2079045,17.775867%20C10.1876094,17.7805019%2010.1676619,17.7845033%2010.1476118,17.7878277%20C10.1333107,17.7903248%2010.118199,17.7924392%2010.1029719,17.7941736%20C10.082625,17.796423%2010.0625911,17.7980456%2010.0425202,17.7990003%20C10.028598,17.7996647%2010.0143382,17.8%2010,17.8%20L9.98141416,17.7998414%20C9.96236889,17.7994602%209.9433231,17.7984769%209.92430745,17.7968887%20L10,17.8%20C9.95615241,17.8%209.91303719,17.7968644%209.87086633,17.7908051%20C9.85323007,17.7882865%209.83514736,17.785128%209.81714539,17.7814097%20C9.79659365,17.7771616%209.77667536,17.772316%209.7570285,17.7668204%20C9.74193621,17.7625938%209.72686244,17.7579482%209.71188581,17.7528928%20C9.68856277,17.7450219%209.66559391,17.7361866%209.64310049,17.7264598%20C9.6325802,17.7219158%209.62224725,17.7172118%209.6119823,17.7122992%20C9.59027309,17.7019071%209.56893267,17.6906121%209.54812193,17.6785066%20C9.53972663,17.6736168%209.53128836,17.6685199%209.52291253,17.6632698%20L9.50227959,17.649966%20C9.48675503,17.6396424%209.47156936,17.6288496%209.45674282,17.6176078%20L9.42383404,17.5913992%20L6.42383404,15.0913992%20C6.04198483,14.7731915%205.99039318,14.2056832%206.30860085,13.823834%20C6.60029122,13.4738056%207.1014633,13.4012852%207.47708747,13.6367302%20L7.57616596,13.7086008%20L9.09997743,14.978%20L9.1,5.9%20C9.1,5.40294373%209.50294373,5%2010,5%20Z%22%20id%3D%22Descending%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3Cpath%20d%3D%22M14.0105669,5.10003363%20C14.0346231,5.10030181%2014.0586871,5.10152997%2014.0826969,5.10372375%20L14,5.1%20C14.0438476,5.1%2014.0869628,5.10313563%2014.1291337,5.10919489%20C14.1467699,5.11171348%2014.1648526,5.11487197%2014.1828546,5.1185903%20C14.2034064,5.12283841%2014.2233246,5.12768401%2014.2429715,5.13317962%20C14.2580638,5.13740619%2014.2731376,5.14205175%2014.2881142,5.14710716%20C14.3114372,5.15497809%2014.3344061,5.16381343%2014.3568995,5.17354017%20C14.3674198,5.17808415%2014.3777528,5.18278821%2014.3880177,5.18770076%20C14.4097269,5.19809289%2014.4310673,5.20938788%2014.4518781,5.22149341%20C14.4949149,5.2465401%2014.5365401,5.2755793%2014.576166,5.30860085%20L14.4977204,5.25003401%20C14.513245,5.26035763%2014.5284306,5.27115043%2014.5432572,5.28239217%20L14.576166,5.30860085%20L17.576166,7.80860085%20L17.664725,7.89309482%20C17.9640457,8.22010393%2017.9830895,8.72613752%2017.6913992,9.07616596%20C17.3731915,9.45801517%2016.8056832,9.50960682%2016.423834,9.19139915%20L16.423834,9.19139915%20L14.9,7.922%20L14.9,17%20C14.9,17.4970563%2014.4970563,17.9%2014,17.9%20C13.5411788,17.9%2013.1625482,17.5566633%2013.1070123,17.1128941%20L13.1,17%20L13.1,6%20L13.100023,5.99043544%20C13.1002712,5.9657112%2013.1015334,5.94097794%2013.1038157,5.91630272%20L13.1,6%20C13.1,5.95615241%2013.1031356,5.91303719%2013.1091949,5.87086633%20C13.1117135,5.85323007%2013.114872,5.83514736%2013.1185903,5.81714539%20C13.1228384,5.79659365%2013.127684,5.77667536%2013.1331796,5.7570285%20C13.1374062,5.74193621%2013.1420518,5.72686244%2013.1471072,5.71188581%20C13.1549781,5.68856277%2013.1638134,5.66559391%2013.1735402,5.64310049%20C13.1780842,5.6325802%2013.1827882,5.62224725%2013.1877008,5.6119823%20C13.1980929,5.59027309%2013.2093879,5.56893267%2013.2214934,5.54812193%20C13.2465401,5.50508512%2013.2755793,5.4634599%2013.3086008,5.42383404%20L13.250034,5.50227959%20C13.2603576,5.48675503%2013.2711504,5.47156936%2013.2823922,5.45674282%20L13.3086008,5.42383404%20C13.3125182,5.41913325%2013.3164733,5.4144825%2013.3204654,5.40988188%20C13.3343952,5.39383534%2013.348983,5.37820158%2013.3641052,5.36310296%20C13.3752064,5.35191615%2013.3864467,5.34124092%2013.3979025,5.33090621%20C13.4257946,5.30594112%2013.4551038,5.28266277%2013.4858106,5.26124999%20C13.4993118,5.25168113%2013.5123501,5.24311519%2013.5255653,5.23491757%20C13.543829,5.2237216%2013.5621065,5.2132414%2013.580772,5.203398%20C13.5947764,5.19595658%2013.6097185,5.18861062%2013.6248227,5.18169845%20C13.6447808,5.17252831%2013.6649229,5.16415554%2013.6854185,5.15650841%20C13.6990888,5.15152353%2013.7126972,5.14683467%2013.7263959,5.14247817%20C13.7476012,5.13556912%2013.7696864,5.1294322%2013.7920955,5.12413302%20C13.8123906,5.11949805%2013.8323381,5.11549672%2013.8523882,5.11217232%20C13.8663372,5.10973351%2013.8810911,5.10766031%2013.8959552,5.10594924%20C13.9230042,5.10290246%2013.9497287,5.1010051%2013.9764989,5.10029535%20C13.9837837,5.10010755%2013.9918793,5.1%2014,5.1%20Z%22%20id%3D%22Ascending%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 7.4px;
  height: 12.8px;
  background-position-x: 2px;
  margin-top: 0;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down svg {
  display: none;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters .ant-table-column-sorters .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2012%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Sort%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-878.000000,%20-637.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28872.000000,%20632.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M10,5%20C10.4588212,5%2010.8374518,5.34333667%2010.8929877,5.78710591%20L10.9,5.9%20L10.9,16.9%20L10.8997762,16.921593%20C10.8994876,16.9339557%2010.8989452,16.9463179%2010.8981484,16.9586713%20L10.9,16.9%20C10.9,16.9470046%2010.8963966,16.9931676%2010.8894509,17.0382278%20C10.8876972,17.0496896%2010.8855901,17.0617561%2010.8832337,17.0737886%20C10.8785771,17.0975238%2010.8731267,17.1204264%2010.8668204,17.1429715%20C10.8625938,17.1580638%2010.8579482,17.1731376%2010.8528928,17.1881142%20C10.8450219,17.2114372%2010.8361866,17.2344061%2010.8264598,17.2568995%20C10.8219158,17.2674198%2010.8172118,17.2777528%2010.8122992,17.2880177%20C10.8019071,17.3097269%2010.7906121,17.3310673%2010.7785066,17.3518781%20C10.7695447,17.3672717%2010.7600203,17.3825717%2010.7499858,17.3976539%20C10.7396424,17.413245%2010.7288496,17.4284306%2010.7176078,17.4432572%20C10.7093102,17.4541572%2010.7005061,17.4652376%2010.6913992,17.476166%20L10.6796273,17.4900266%20C10.6656048,17.5061647%2010.651017,17.5217984%2010.6358948,17.536897%20L10.6913992,17.476166%20C10.6634562,17.5096975%2010.6335908,17.5406824%2010.6020975,17.5690938%20C10.5929306,17.5772013%2010.5837435,17.5851436%2010.5743969,17.5929003%20C10.5445249,17.6179144%2010.5129981,17.6407726%2010.4803695,17.6613686%20C10.4602495,17.6739291%2010.4399785,17.6856591%2010.419228,17.696602%20C10.4052236,17.7040434%2010.3902815,17.7113894%2010.3751773,17.7183015%20C10.3552192,17.7274717%2010.3350771,17.7358445%2010.3145815,17.7434916%20C10.3009112,17.7484765%2010.2873028,17.7531653%2010.2736041,17.7575218%20C10.2523988,17.7644309%2010.2303136,17.7705678%2010.2079045,17.775867%20C10.1876094,17.7805019%2010.1676619,17.7845033%2010.1476118,17.7878277%20C10.1333107,17.7903248%2010.118199,17.7924392%2010.1029719,17.7941736%20C10.082625,17.796423%2010.0625911,17.7980456%2010.0425202,17.7990003%20C10.028598,17.7996647%2010.0143382,17.8%2010,17.8%20L9.98141416,17.7998414%20C9.96236889,17.7994602%209.9433231,17.7984769%209.92430745,17.7968887%20L10,17.8%20C9.95615241,17.8%209.91303719,17.7968644%209.87086633,17.7908051%20C9.85323007,17.7882865%209.83514736,17.785128%209.81714539,17.7814097%20C9.79659365,17.7771616%209.77667536,17.772316%209.7570285,17.7668204%20C9.74193621,17.7625938%209.72686244,17.7579482%209.71188581,17.7528928%20C9.68856277,17.7450219%209.66559391,17.7361866%209.64310049,17.7264598%20C9.6325802,17.7219158%209.62224725,17.7172118%209.6119823,17.7122992%20C9.59027309,17.7019071%209.56893267,17.6906121%209.54812193,17.6785066%20C9.53972663,17.6736168%209.53128836,17.6685199%209.52291253,17.6632698%20L9.50227959,17.649966%20C9.48675503,17.6396424%209.47156936,17.6288496%209.45674282,17.6176078%20L9.42383404,17.5913992%20L6.42383404,15.0913992%20C6.04198483,14.7731915%205.99039318,14.2056832%206.30860085,13.823834%20C6.60029122,13.4738056%207.1014633,13.4012852%207.47708747,13.6367302%20L7.57616596,13.7086008%20L9.09997743,14.978%20L9.1,5.9%20C9.1,5.40294373%209.50294373,5%2010,5%20Z%22%20id%3D%22Descending%22%20fill%3D%22%232863a9%22%3E%3C/path%3E%3Cpath%20d%3D%22M14.0105669,5.10003363%20C14.0346231,5.10030181%2014.0586871,5.10152997%2014.0826969,5.10372375%20L14,5.1%20C14.0438476,5.1%2014.0869628,5.10313563%2014.1291337,5.10919489%20C14.1467699,5.11171348%2014.1648526,5.11487197%2014.1828546,5.1185903%20C14.2034064,5.12283841%2014.2233246,5.12768401%2014.2429715,5.13317962%20C14.2580638,5.13740619%2014.2731376,5.14205175%2014.2881142,5.14710716%20C14.3114372,5.15497809%2014.3344061,5.16381343%2014.3568995,5.17354017%20C14.3674198,5.17808415%2014.3777528,5.18278821%2014.3880177,5.18770076%20C14.4097269,5.19809289%2014.4310673,5.20938788%2014.4518781,5.22149341%20C14.4949149,5.2465401%2014.5365401,5.2755793%2014.576166,5.30860085%20L14.4977204,5.25003401%20C14.513245,5.26035763%2014.5284306,5.27115043%2014.5432572,5.28239217%20L14.576166,5.30860085%20L17.576166,7.80860085%20L17.664725,7.89309482%20C17.9640457,8.22010393%2017.9830895,8.72613752%2017.6913992,9.07616596%20C17.3731915,9.45801517%2016.8056832,9.50960682%2016.423834,9.19139915%20L16.423834,9.19139915%20L14.9,7.922%20L14.9,17%20C14.9,17.4970563%2014.4970563,17.9%2014,17.9%20C13.5411788,17.9%2013.1625482,17.5566633%2013.1070123,17.1128941%20L13.1,17%20L13.1,6%20L13.100023,5.99043544%20C13.1002712,5.9657112%2013.1015334,5.94097794%2013.1038157,5.91630272%20L13.1,6%20C13.1,5.95615241%2013.1031356,5.91303719%2013.1091949,5.87086633%20C13.1117135,5.85323007%2013.114872,5.83514736%2013.1185903,5.81714539%20C13.1228384,5.79659365%2013.127684,5.77667536%2013.1331796,5.7570285%20C13.1374062,5.74193621%2013.1420518,5.72686244%2013.1471072,5.71188581%20C13.1549781,5.68856277%2013.1638134,5.66559391%2013.1735402,5.64310049%20C13.1780842,5.6325802%2013.1827882,5.62224725%2013.1877008,5.6119823%20C13.1980929,5.59027309%2013.2093879,5.56893267%2013.2214934,5.54812193%20C13.2465401,5.50508512%2013.2755793,5.4634599%2013.3086008,5.42383404%20L13.250034,5.50227959%20C13.2603576,5.48675503%2013.2711504,5.47156936%2013.2823922,5.45674282%20L13.3086008,5.42383404%20C13.3125182,5.41913325%2013.3164733,5.4144825%2013.3204654,5.40988188%20C13.3343952,5.39383534%2013.348983,5.37820158%2013.3641052,5.36310296%20C13.3752064,5.35191615%2013.3864467,5.34124092%2013.3979025,5.33090621%20C13.4257946,5.30594112%2013.4551038,5.28266277%2013.4858106,5.26124999%20C13.4993118,5.25168113%2013.5123501,5.24311519%2013.5255653,5.23491757%20C13.543829,5.2237216%2013.5621065,5.2132414%2013.580772,5.203398%20C13.5947764,5.19595658%2013.6097185,5.18861062%2013.6248227,5.18169845%20C13.6447808,5.17252831%2013.6649229,5.16415554%2013.6854185,5.15650841%20C13.6990888,5.15152353%2013.7126972,5.14683467%2013.7263959,5.14247817%20C13.7476012,5.13556912%2013.7696864,5.1294322%2013.7920955,5.12413302%20C13.8123906,5.11949805%2013.8323381,5.11549672%2013.8523882,5.11217232%20C13.8663372,5.10973351%2013.8810911,5.10766031%2013.8959552,5.10594924%20C13.9230042,5.10290246%2013.9497287,5.1010051%2013.9764989,5.10029535%20C13.9837837,5.10010755%2013.9918793,5.1%2014,5.1%20Z%22%20id%3D%22Ascending%22%20fill%3D%22%232863a9%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 7.4px;
  height: 12.8px;
  background-position-x: 2px;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon {
  color: #777474;
  pointer-events: all;
  position: relative;
  width: 0.9375rem;
  height: 0;
  top: -0.0625rem;
  align-self: center;
  background: none;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon:hover {
  background-color: #f5f5f5;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon > svg {
  position: relative;
}
.ant-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  background-color: #f5f5f5;
}
.ant-table .ant-table-thead > tr > th.eis-table-header-cell-white-background {
  background-color: #ffffff;
}
.ant-table .ant-table-thead > tr > th:not(.ant-table-selection-column) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-table .ant-table-tbody > tr:last-child > td {
  border-bottom-color: #d9d9d9;
}
.ant-table .ant-table-tbody > tr:not(:last-child) > td {
  border-bottom: 0;
}
.ant-table .ant-table-tbody > tr:not(:first-child) > td {
  border-top: 1px solid #d9d9d9;
}
.ant-table .ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background-color: #f5f5f5;
}
.ant-table .ant-table-tbody > tr + .ant-table-expanded-row > td {
  background-color: #ffffff;
  border-top: 0;
}
.ant-table .ant-table-tbody > tr.eis-row-expanded.ant-table-row-level-0 {
  background-color: #f2f7fd;
}
.eis-table-index-col {
  text-align: center;
  white-space: nowrap;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-badge .ant-badge-count {
  padding: 0 0.3125rem;
}
.ant-badge .ant-badge-status-processing {
  background-color: #096eb6;
}
.ant-badge .ant-badge-status-processing::after {
  content: none;
}
.ant-badge .ant-badge-status-text {
  color: #666666;
  line-height: 1.25rem;
}
.ant-steps .ant-steps-item .ant-steps-item-description {
  max-width: 8.25rem;
  overflow: hidden;
}
.ant-steps .ant-steps-item-custom .ant-steps-icon .anticon {
  display: block;
}
.ant-steps .ant-steps-item-icon > .ant-steps-icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ant-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #246dca;
}
.ant-steps.ant-steps-horizontal {
  min-width: 600px;
}
.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-description {
  margin-top: 0.25rem;
}
.ant-steps.ant-steps-navigation .ant-steps-item::after {
  display: none;
}
.ant-steps.ant-steps-navigation .ant-steps-item::before {
  height: 2px;
  background-color: #246dca;
}
.ant-steps.ant-steps-navigation .ant-steps-item-container {
  padding-bottom: 1rem;
}
.ant-steps.ant-steps-vertical .ant-steps-item {
  padding-bottom: 24px;
}
.ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-error .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
}
.ant-steps-item.ant-steps-item-error .anticon {
  color: #da1414;
}
.ant-steps-item.ant-steps-item-process.ant-steps-item-active:not( .ant-steps-item-custom) .ant-steps-item-container .ant-steps-item-icon {
  background: #246dca;
  border-color: #246dca;
}
.ant-steps-item.ant-steps-item-process.ant-steps-item-active:not( .ant-steps-item-custom) .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-process.ant-steps-item-active:not( .ant-steps-item-custom) .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-process:not(.ant-steps-item-custom) .ant-steps-item-container .ant-steps-item-icon {
  background: #246dca;
  border-color: #246dca;
}
.ant-steps-item.ant-steps-item-process:not(.ant-steps-item-custom) .ant-steps-item-container .anticon {
  color: #246dca;
}
.ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  font-size: 1rem;
  line-height: 2rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
  border-color: #246dca;
}
.ant-steps-item.ant-steps-item-finish .ant-steps-item-container .anticon {
  color: #246dca;
}
.ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  font-size: 1rem;
  line-height: 2rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-error .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  font-size: 1rem;
  line-height: 2rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-steps-item.ant-steps-item-error .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-step-warning.ant-steps-item .anticon {
  color: #f28e0b;
}
.eis-step-warning.ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title,
.eis-step-error.ant-steps-item.ant-steps-item-error .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  color: #444444;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1001;
}
.ant-modal .ant-modal-header {
  border-bottom-color: #d9d9d9;
}
.ant-modal .ant-modal-header .ant-modal-title h2 .anticon {
  vertical-align: -0.4em;
}
.ant-modal .ant-modal-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  overflow: auto;
  flex-grow: 1;
}
.ant-modal .ant-modal-footer {
  border-top-color: #d9d9d9;
  padding: 1rem 1.5rem;
}
.ant-modal .ant-modal-footer .ant-btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.ant-modal .ant-modal-footer .ant-btn:last-child {
  margin-left: 1rem;
}
.ant-modal-confirm.ant-modal-confirm-confirm.info .ant-modal-confirm-body > .anticon {
  color: #096eb6;
}
.ant-modal-confirm.ant-modal-confirm-confirm.success .ant-modal-confirm-body > .anticon {
  color: #3ba00a;
}
.ant-modal-confirm.ant-modal-confirm-confirm.error .ant-modal-confirm-body > .anticon {
  color: #da1414;
}
.ant-modal-confirm.ant-modal-confirm-confirm.warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm.ant-modal-confirm-confirm.warn .ant-modal-confirm-body > .anticon {
  color: #f28e0b;
}
.ant-modal-confirm.ant-modal-confirm-confirm .ant-modal-body {
  padding: 1.25rem 1.5rem 1.5rem 1.25rem;
}
.ant-modal-confirm.ant-modal-confirm-confirm.eis-modal-closable .ant-modal-close {
  display: inline-block;
  top: 1.25rem;
  right: 1rem;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 2.5rem;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
  margin-bottom: 0;
  margin-top: 0;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn:last-child {
  margin-right: 0;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  margin-top: 1.5rem;
  margin-left: 2.75rem;
}
.ant-modal-confirm-title {
  margin-right: 2rem;
}
.ant-modal-confirm-body > .anticon {
  margin: 0 0.75rem 0 0;
}
.ant-modal-confirm-content {
  min-height: 6.875rem;
}
.ant-modal .ant-modal-close:hover .ant-modal-close-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22rgba%280,%200,%200,%200.75%29%22/%3E%3C/svg%3E");
}
.ant-modal .ant-modal-close-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23434343%22/%3E%3C/svg%3E");
}
.ant-modal .ant-modal-close-icon svg {
  display: none;
}
.ant-modal-content {
  display: flex;
  flex-direction: column;
}
.ant-modal-content .ant-modal-header {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 1rem;
}
.ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-modal-content .ant-modal-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-default-modal .ant-modal-content {
  min-height: 17.5rem;
  max-height: 49rem;
}
.eis-default-modal .ant-modal-footer > div {
  display: flex;
  justify-content: end;
}
.eis-modal-confirm .ant-modal-confirm-content {
  max-height: 38.25rem;
  overflow: auto;
}
.eis-modal-confirm .ant-modal-confirm-btns {
  display: flex;
  justify-content: end;
  float: none;
}
.ant-modal-close {
  width: 2rem;
  height: 2rem;
  top: 0.75rem;
  right: 1rem;
  border-radius: 0.25rem;
}
.ant-modal-close .anticon {
  color: #434343;
}
.ant-modal-close:focus {
  outline: solid 1px #246dca;
  outline-offset: 2px;
  background-color: #ffffff;
  border-color: #bfbebe;
}
.ant-modal-close:focus .anticon {
  color: #434343;
}
.ant-modal-close:focus span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-modal-close:hover {
  background-color: #f5f5f5;
  border-color: #bfbebe;
}
.ant-modal-close:hover .anticon {
  color: #434343;
}
.ant-modal-close:hover span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #434343;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-modal-close:active,
.ant-modal-close.eis-btn-active {
  background-color: #efefef;
  border-color: #bfbebe;
}
.ant-modal-close:active .anticon,
.ant-modal-close.eis-btn-active .anticon {
  color: #262626;
}
.ant-modal-close:active span,
.ant-modal-close.eis-btn-active span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-modal-close-x {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-menu-inline .ant-menu-item-selected::after {
  width: 0.25rem;
  left: 0;
  background: #246dca;
}
.eis-click-upload {
  display: grid;
}
.eis-click-upload .ant-upload-select {
  min-width: 0;
}
.eis-click-upload .ant-upload:not(.ant-upload-select) {
  display: flex;
}
.eis-click-upload div.ant-upload-list.ant-upload-list-text {
  margin-left: 0.5rem;
}
.ant-upload-list .ant-upload-list-text i {
  margin-right: 1rem;
}
.ant-upload-list-item {
  height: 5rem;
  margin-top: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-upload-list-item i {
  margin-top: 0.75rem;
}
.ant-upload-list-item .anticon-close {
  transform: none;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.75rem;
  top: 1rem;
}
.ant-upload-list-item.ant-upload-list-item-error {
  background-color: #feefef;
  border-bottom: 1px solid #f48989;
}
.ant-upload-list-item.ant-upload-list-item-error .anticon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  background-size: 100%;
}
.ant-upload-list-item.ant-upload-list-item-error .anticon-close svg {
  display: none;
}
.ant-upload-list-item .ant-upload-list-item-info {
  padding: 1rem 0.75rem;
}
.ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-name {
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-upload-list-item .ant-upload-list-item-info .anticon-paper-clip {
  display: none;
}
.ant-upload-list-item .ant-upload-list-item-info > span {
  padding-right: 1.5rem;
}
.ant-upload .ant-btn:hover {
  border-color: #246dca;
  background-color: #fff;
}
.ant-upload .ant-btn:hover .anticon {
  color: #246dca;
}
.ant-upload .ant-btn:hover span {
  color: #246dca;
}
.ant-upload .anticon {
  color: #777474;
  margin-left: -1px;
}
.ant-upload .ant-btn span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  margin-left: 0.25rem;
}
.ant-spin-dot {
  height: 1.8125rem;
  width: 2rem;
}
.ant-spin-sm .ant-spin-dot {
  height: 0.9375rem;
  width: 1rem;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 0.25rem;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 0.25rem;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 0.25rem;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 0.25rem;
}
.eis-pop-confirm .ant-popover-inner-content {
  min-width: 20rem;
}
.ant-popover-inner-content {
  padding: 8px 8px 8px 12px;
}
.ant-popover-message {
  min-height: 5.875rem;
  padding-top: 0.3125rem;
}
.ant-popover-message > .anticon {
  color: #f28e0b;
  top: 0.4375rem;
  left: 0.125rem;
}
.ant-popover-message-title {
  padding-left: 2rem;
}
.ant-popover-arrow {
  width: 5.66px;
  height: 5.66px;
  border-width: 2.8px;
  background: #ffffff;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 2px;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 2px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 2px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 2px;
}
.ant-popover-buttons {
  margin-bottom: 0;
}
.ant-popover-buttons .ant-btn {
  margin-left: 0;
}
.eis-pop-over {
  min-width: 15rem;
}
.eis-pop-over .ant-popover-inner {
  min-height: 10rem;
}
.eis-pop-over .ant-popover-title {
  border-color: #d9d9d9;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.eis-pop-over .ant-popover-inner-content {
  max-height: 37.5rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.eis-pop-over .eis-pop-over-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eis-pop-over .eis-pop-over-title-wrapper .eis-btn-icon {
  flex-shrink: 0;
}
.eis-pop-over .eis-pop-over-title-wrapper .eis-btn-icon .anticon {
  line-height: 0;
}
.eis-pop-over-small {
  width: 15rem;
}
.eis-pop-over-small .ant-popover-inner-content {
  padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.eis-pop-over-medium {
  width: 25rem;
}
.eis-pop-over-medium .ant-popover-inner-content {
  padding: 0.75rem 1rem 1rem 1rem;
}
.eis-pop-over-large {
  width: 35rem;
}
.eis-pop-over-large .ant-popover-inner-content {
  padding: 0.75rem 1rem 1rem 1rem;
}
.ant-select.ant-select-disabled .ant-select-selection {
  border-color: #d9d9d9;
}
.ant-select.ant-select-disabled .ant-select-selection__placeholder {
  color: #bfbebe;
}
.ant-select.ant-select-disabled .ant-select-selection-selected-value {
  color: #777474;
}
.ant-select.ant-select-disabled .ant-select-arrow .ant-select-arrow-icon {
  color: #bfbebe;
}
.ant-select-focused .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection .ant-select-arrow .ant-select-arrow-icon {
  color: #777474;
}
.ant-select-open .ant-select-selection {
  border-color: #246dca;
  box-shadow: 0px 0px 0px 2px rgba(74, 144, 226, 0.32);
}
.ant-select-dropdown-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ant-select-dropdown-menu-item > * {
  display: inline-block;
  vertical-align: middle;
}
.ant-select-dropdown-menu-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding: 0.625rem 1rem;
  opacity: 0.8;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  background-color: #e8f3ff;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled).ant-select-dropdown-menu-item-selected {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled):not(.ant-select-dropdown-menu-item-selected) .ant-select-selected-icon.anticon {
  color: #777474;
}
.ant-select-dropdown-menu-item-selected {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  background-color: #e8f3ff;
}
.ant-select-dropdown-menu-item-disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-select-selection--multiple {
  padding-bottom: 0.5rem;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 1.5rem;
  line-height: 1.4375rem;
  margin-top: 0.5rem;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #f5f5f5;
  border-color: #bfbebe;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  font-size: 0.75rem;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  line-height: 1.8125rem;
  margin-left: 0.5rem;
  margin-right: 0.75rem;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  top: 60%;
  margin-left: 0.25rem;
  margin-top: -0.5rem;
}
.ant-select-selection--multiple .ant-checkbox-wrapper span.ant-checkbox-checked + span {
  padding: 0;
}
.eis-card-shadow {
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px #00234052;
}
.eis-card-selected,
.eis-card-selected.ant-card-bordered {
  box-shadow: 0px 3px 6px 0px rgba(74, 144, 226, 0.63);
  border: 1px solid #4a90e2;
}
.eis-card-body-padding-none .ant-card-body {
  padding: 0;
}
.eis-card-body-padding-md .ant-card-body {
  padding: 1.5rem;
}
.eis-card-body-padding-md .eis-card-close-btn {
  top: 1.5rem;
  right: 1.5rem;
}
.eis-card-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.ant-card-hoverable:hover {
  box-shadow: 0px 1px 2px 0px #00234052;
  border: 1px solid #bfbebe;
}
.ant-card-bordered {
  border-color: #d9d9d9;
}
.ant-card-bordered.eis-card-border-dashed {
  border-style: dashed;
}
.eis-card-view-mode-border {
  border: 1px solid transparent;
}
.eis-card-view-mode-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 0.5rem;
}
.eis-card-with-margin-bottom {
  margin-bottom: 1.5rem;
}
.eis-card-closable .ant-card-body {
  min-height: calc(1rem * 2 + 24px);
}
.eis-card-closable.eis-card-body-padding-md .ant-card-body {
  min-height: calc(1.5rem * 2 + 24px);
}
.eis-card-view-mode-line.eis-card-default::before {
  background-color: #d9d9d9;
}
.eis-card-view-mode-line.eis-card-success::before {
  background-color: #3ba00a;
}
.eis-card-view-mode-line.eis-card-error::before {
  background-color: #da1414;
}
.eis-card-view-mode-line.eis-card-warning::before {
  background-color: #f28e0b;
}
.eis-card-view-mode-line.eis-card-info::before {
  background-color: #096eb6;
}
.eis-card-view-mode-border.eis-card-default {
  border-color: #d9d9d9;
}
.eis-card-view-mode-border.eis-card-success {
  border-color: #47c464;
}
.eis-card-view-mode-border.eis-card-error {
  border-color: #f48989;
}
.eis-card-view-mode-border.eis-card-warning {
  border-color: #faba69;
}
.eis-card-view-mode-border.eis-card-info {
  border-color: #79b0da;
}
.ant-form-vertical .ant-form-item-label,
.ant-form-horizontal .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 4px;
}
.ant-form-vertical .ant-form-item-label label,
.ant-form-horizontal .ant-form-item-label label,
.ant-col-24.ant-form-item-label label,
.ant-col-xl-24.ant-form-item-label label {
  line-height: 1.25rem;
}
.eis-form-item-disabled .ant-form-item-label > label {
  color: #777474;
}
.ant-switch {
  background-color: #bfbebe;
  border: none;
}
.ant-switch.ant-switch-checked {
  background-color: #246dca;
}
.ant-switch.ant-switch-checked.ant-switch-disabled {
  background-color: #c0d8f5;
}
.ant-switch.ant-switch-disabled {
  background-color: #d9d9d9;
}
.ant-switch .anticon {
  color: #ffffff;
}
.ant-switch.ant-switch-small:not(.ant-switch-disabled):active::before,
.ant-switch.ant-switch-small:not(.ant-switch-disabled):active::after {
  width: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  top: 50%;
  transform: translateY(-50%);
}
.ant-switch-checked::after {
  left: calc(100% - 2px);
  transform: translate(-100%, -50%);
  margin-left: -0.5px;
}
.ant-switch-loading-icon:not(.ant-switch-checked),
.ant-switch:not(.ant-switch-checked)::after {
  left: 2px;
}
.ui-kit-switch {
  display: inline-flex;
  align-items: center;
}
.ui-kit-switch-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  margin-left: 0.5rem;
}
.ui-kit-switch-label-disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ui-kit-switch-checked .ui-kit-switch-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ui-kit-switch-checked .ui-kit-switch-label.ui-kit-switch-label-disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ui-kit-switch .ant-switch:not(.ant-switch-small) {
  min-width: 48px;
}
.ui-kit-section-bottom-margin {
  margin-bottom: 1.5rem;
}
.ui-kit-section-title {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0.5rem 0.1875rem 0.5rem;
  position: relative;
  word-break: break-word;
}
.ui-kit-section-title-bottom-margin {
  margin-bottom: 1.5rem;
}
.ui-kit-section-title-active .ui-kit-section-title-icon {
  transform: translateY(-50%) rotate(90deg);
  margin-top: -0.125rem;
}
.ui-kit-section-title-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.ui-kit-section-title-btn:focus {
  outline: 1px solid #246dca;
}
.ui-kit-section-title-icon {
  color: #777474;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.2s ease-in-out;
  margin-top: -0.0625rem;
}
.ui-kit-section-title,
.ui-kit-section-title-btn {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #666666;
  letter-spacing: 0.03125rem;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  text-transform: uppercase;
}
.ui-kit-section-content {
  padding: 0.1875rem 0.5rem;
  overflow: hidden;
  height: 0;
}
.ant-radio {
  margin: 3px 0 0;
  align-self: baseline;
}
.ant-radio-group {
  max-width: 100%;
}
.ant-radio-wrapper {
  max-width: 100%;
  display: inline-flex;
}
.ant-radio-wrapper .ant-radio + span {
  white-space: normal;
  word-break: break-word;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-radio-wrapper:hover .ant-radio + span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-radio-wrapper:hover .ant-radio-inner {
  border-color: #246dca;
}
.ant-radio-wrapper .ant-radio-inner {
  border-color: #777474;
}
.ant-radio-wrapper .ant-radio-checked + span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #246dca;
}
.ant-radio-wrapper.ant-radio-wrapper-disabled span.ant-radio-disabled + span {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-checkbox-wrapper .ant-checkbox-inner {
  width: 1rem;
  height: 1rem;
  border-color: #817e7e;
}
.ant-checkbox-wrapper .ant-checkbox-inner:after {
  left: 0.21rem;
  width: 0.357rem;
  height: 0.571rem;
}
.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  border-color: #246dca;
}
.ant-checkbox-wrapper span.ant-checkbox + span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-checkbox-wrapper span.ant-checkbox-checked + span,
.ant-checkbox-wrapper span.ant-checkbox-checked + span > .eis-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-checkbox-wrapper:hover span.ant-checkbox + span,
.ant-checkbox-wrapper:hover span.ant-checkbox + span > .eis-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled span.ant-checkbox-disabled + span,
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled span.ant-checkbox + span > .eis-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: start;
  color: #b3b2b2;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-divider {
  background-color: #d9d9d9;
}
.ant-typography {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-typography-expand:focus {
  outline: 1px solid #2863a9;
}
h1.ant-typography,
.ant-typography h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 300;
  font-family: Roboto;
}
h2.ant-typography,
.ant-typography h2 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
h3.ant-typography,
.ant-typography h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
h4.ant-typography,
.ant-typography h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.eis-drawer-title {
  font-size: 1.125rem;
  text-align: left;
  color: #262626;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  line-height: 1.625rem;
}
.eis-drawer-content {
  overflow: auto;
  flex-grow: 1;
  padding: 1.5rem;
}
.eis-drawer-content.eis-drawer-content-no-padding {
  padding: 0;
}
.ant-drawer-content {
  border-radius: 0.25rem;
}
.ant-drawer-header {
  border-bottom-color: #d9d9d9;
}
.eis-drawer-footer {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #d9d9d9;
}
.eis-drawer-footer-buttons-left {
  justify-content: flex-start;
}
.eis-drawer-footer-buttons-right {
  justify-content: flex-end;
}
.ant-drawer-title {
  font-size: 1.125rem;
  color: #444444;
}
.eis-drawer-close {
  box-shadow: none;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  margin: -1px 0 0 0;
}
.eis-drawer-close:hover,
.eis-drawer-close:focus {
  background: transparent;
  box-shadow: none;
  border: none;
}
.eis-drawer-close i {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%221.5rem%22%20height%3D%221.5rem%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 85%;
}
.eis-drawer-close i svg {
  display: none;
}
.eis-drawer-close:focus {
  outline: 1px solid #246dca;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
}
.ant-drawer-body {
  flex-grow: 1;
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  top: 1.5rem;
  transition: transform 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Large%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-350.000000,%20-345.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28344.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M16.2636039,8.2646038%20C16.6150758,7.91179873%2017.1849242,7.91179873%2017.5363961,8.2646038%20C17.8585786,8.58800844%2017.8854272,9.09560614%2017.6169417,9.44970963%20L17.5363961,9.54222395%20L11.9,15.2%20L6.2636039,9.54222395%20C5.91213203,9.18941889%205.91213203,8.61740886%206.2636039,8.2646038%20C6.58578644,7.94119916%207.091466,7.91424877%207.44423138,8.18375264%20L7.5363961,8.2646038%20L11.9,12.6445511%20L16.2636039,8.2646038%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 0.6875rem;
  height: 0.4375rem;
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transition: transform 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Large%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-350.000000,%20-345.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28344.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M16.2636039,8.2646038%20C16.6150758,7.91179873%2017.1849242,7.91179873%2017.5363961,8.2646038%20C17.8585786,8.58800844%2017.8854272,9.09560614%2017.6169417,9.44970963%20L17.5363961,9.54222395%20L11.9,15.2%20L6.2636039,9.54222395%20C5.91213203,9.18941889%205.91213203,8.61740886%206.2636039,8.2646038%20C6.58578644,7.94119916%207.091466,7.91424877%207.44423138,8.18375264%20L7.5363961,8.2646038%20L11.9,12.6445511%20L16.2636039,8.2646038%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23bfbebe%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 0.6875rem;
  height: 0.4375rem;
}
.ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transition: transform 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Large%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-350.000000,%20-345.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28344.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M16.2636039,8.2646038%20C16.6150758,7.91179873%2017.1849242,7.91179873%2017.5363961,8.2646038%20C17.8585786,8.58800844%2017.8854272,9.09560614%2017.6169417,9.44970963%20L17.5363961,9.54222395%20L11.9,15.2%20L6.2636039,9.54222395%20C5.91213203,9.18941889%205.91213203,8.61740886%206.2636039,8.2646038%20C6.58578644,7.94119916%207.091466,7.91424877%207.44423138,8.18375264%20L7.5363961,8.2646038%20L11.9,12.6445511%20L16.2636039,8.2646038%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23246dca%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 0.6875rem;
  height: 0.4375rem;
}
.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow :after,
.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow :before {
  display: none;
}
.ant-menu-dark .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Large%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-350.000000,%20-345.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28344.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M16.2636039,8.2646038%20C16.6150758,7.91179873%2017.1849242,7.91179873%2017.5363961,8.2646038%20C17.8585786,8.58800844%2017.8854272,9.09560614%2017.6169417,9.44970963%20L17.5363961,9.54222395%20L11.9,15.2%20L6.2636039,9.54222395%20C5.91213203,9.18941889%205.91213203,8.61740886%206.2636039,8.2646038%20C6.58578644,7.94119916%207.091466,7.91424877%207.44423138,8.18375264%20L7.5363961,8.2646038%20L11.9,12.6445511%20L16.2636039,8.2646038%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23ffffff%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ant-menu-dark .ant-menu-submenu-inline.ant-menu-submenu-disabled > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EIcons/Action/Chevron/Down/Large%3C/title%3E%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22Icons%22%20transform%3D%22translate%28-350.000000,%20-345.000000%29%22%3E%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28344.000000,%20337.000000%29%22%3E%3Cpath%20d%3D%22M24,0%20L24,24%20L0,24%20L0,0%20L24,0%20Z%20M22,2%20L2,2%20L2,22%20L22,22%20L22,2%20Z%22%20id%3D%22Boundary%22%3E%3C/path%3E%3Cpath%20d%3D%22M16.2636039,8.2646038%20C16.6150758,7.91179873%2017.1849242,7.91179873%2017.5363961,8.2646038%20C17.8585786,8.58800844%2017.8854272,9.09560614%2017.6169417,9.44970963%20L17.5363961,9.54222395%20L11.9,15.2%20L6.2636039,9.54222395%20C5.91213203,9.18941889%205.91213203,8.61740886%206.2636039,8.2646038%20C6.58578644,7.94119916%207.091466,7.91424877%207.44423138,8.18375264%20L7.5363961,8.2646038%20L11.9,12.6445511%20L16.2636039,8.2646038%20Z%22%20id%3D%22arrow%22%20fill%3D%22%23777474%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eis-notification-validation-large-error {
  color: #da1414;
}
.eis-notification-validation-large-confirmed {
  color: #3ba00a;
}
.eis-notification-validation-large-warning {
  color: #f28e0b;
}
.eis-notification-validation-large-info {
  color: #096eb6;
}
.ant-notification {
  width: 27.125rem;
}
.ant-notification .ant-notification-notice {
  padding: 1rem;
  line-height: 2rem;
}
.ant-notification .ant-notification-notice-message {
  margin-left: 3rem;
  margin-bottom: 0;
  position: relative;
  top: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.ant-notification .eis-notification-notice-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: start;
  margin-top: 0.625rem;
  max-height: 18.75rem;
  overflow-y: auto;
}
.ant-notification .ant-notification-notice-close {
  right: 1.25rem;
  top: 1.25rem;
}
.ant-notification .ant-notification-notice-close .ant-notification-close-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0104%205.98968C18.3618%206.34115%2018.3618%206.911%2018.0104%207.26247L13.2728%2012.0001L18.0102%2016.7375C18.3617%2017.089%2018.3617%2017.6589%2018.0102%2018.0103C17.6587%2018.3618%2017.0889%2018.3618%2016.7374%2018.0103L12%2013.2729L7.26237%2018.0105C6.9109%2018.362%206.34105%2018.362%205.98958%2018.0105C5.63811%2017.659%205.63811%2017.0892%205.98958%2016.7377L10.7272%2012.0001L5.98956%207.26247C5.63808%206.911%205.63808%206.34115%205.98956%205.98968C6.34103%205.63821%206.91088%205.63821%207.26235%205.98968L12%2010.7273L16.7376%205.98968C17.0891%205.63821%2017.6589%205.63821%2018.0104%205.98968Z%22%20fill%3D%22%23777474%22/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
}
.ant-notification .ant-notification-notice-close .ant-notification-close-icon svg {
  display: none;
}
.ant-notification .ant-notification-notice-icon {
  font-size: 2rem;
  line-height: 2rem;
  margin-left: 0;
}
.eis-default-badge.ant-badge .ant-badge-count {
  background: #246dca;
}
.eis-success-badge.ant-badge .ant-badge-count {
  background: #3ba00a;
}
.eis-warning-badge.ant-badge .ant-badge-count {
  background: #f28e0b;
}
.eis-error-badge.ant-badge .ant-badge-count {
  background: #da1414;
}
.eis-info-badge.ant-badge .ant-badge-count {
  background: #096eb6;
}
.eis-light-badge.ant-badge .ant-badge-count {
  background: #f5f5f5;
  color: #434343;
}
.eis-badge-large-size.ant-badge .ant-badge-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  top: -0.125rem;
  vertical-align: baseline;
}
.eis-badge-large-size.ant-badge .ant-badge-status-text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: center;
  color: #666666;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.eis-upload_drag_drop .ant-upload-drag {
  width: 25rem;
  background-color: #f5f5f5;
  border-color: #bfbebe;
  box-sizing: content-box;
}
.eis-upload_drag_drop .ant-upload-drag .ant-upload .ant-btn span {
  margin-left: 0;
}
.eis-upload_drag_drop .ant-upload-drag .ant-upload-drag-container {
  display: grid;
  padding: 2.125rem 2.5rem 1.25rem;
}
.eis-upload_drag_drop .ant-upload-drag .ant-upload-drag-container .ant-btn {
  justify-self: center;
  max-width: 100%;
}
.eis-upload_drag_drop .ant-upload-drag-hover {
  background-color: #eff4ff;
}
.eis-upload_drag_drop .ant-upload-drag-hover .eis-upload-button-large svg {
  color: #246dca;
}
.eis-upload_drag_drop .ant-upload-drag p.ant-upload-text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-upload_drag_drop .ant-upload.ant-upload-drag p.ant-upload-hint {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.eis-upload_drag_drop .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 1.5rem;
}
.eis-upload_drag_drop .anticon-paper-clip {
  display: none;
}
.eis-upload_drag_drop .ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #246dca;
}
.eis-timeline-error .ant-timeline-item-head {
  color: #da1414;
  border-color: #da1414;
}
.eis-timeline-error .eis-timeline-icon {
  color: #da1414;
  border-color: #da1414;
}
.eis-timeline-success .ant-timeline-item-head {
  color: #3ba00a;
  border-color: #3ba00a;
}
.eis-timeline-success .eis-timeline-icon {
  color: #3ba00a;
  border-color: #3ba00a;
}
.eis-timeline-warning .ant-timeline-item-head {
  color: #f28e0b;
  border-color: #f28e0b;
}
.eis-timeline-warning .eis-timeline-icon {
  color: #f28e0b;
  border-color: #f28e0b;
}
.eis-timeline-info .ant-timeline-item-head {
  color: #096eb6;
  border-color: #096eb6;
}
.eis-timeline-info .eis-timeline-icon {
  color: #096eb6;
  border-color: #096eb6;
}
.eis-timeline-default .ant-timeline-item-head {
  color: #777474;
  border-color: #777474;
}
.eis-timeline-default .eis-timeline-icon {
  color: #777474;
  border-color: #777474;
}
.ant-timeline-item .ant-timeline-item-content {
  display: flex;
}
.ant-timeline-item .eis-timeline-date-col {
  flex: 7rem;
  padding-right: 1.5rem;
}
.ant-timeline-item .eis-timeline-text-col {
  flex: calc(100% - 7rem);
}
.ant-timeline-item .eis-timeline-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
}
.ant-timeline-item .eis-timeline-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  text-transform: uppercase;
  display: block;
}
.ant-timeline-item .eis-timeline-time {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-transform: uppercase;
  padding-top: 0.25rem;
  display: block;
}
.ant-timeline-item .eis-timeline-text-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding-top: 0.25rem;
}
.ant-timeline-item .eis-timeline-text-info:only-child {
  padding-top: 0;
}
.ant-timeline-item .eis-timeline-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding-top: 0.5rem;
  margin: 0;
}
.ant-timeline-item .eis-timeline-description:only-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  padding-top: 0;
}
.eis-select-localization.ant-select-open .ant-select-selection,
.eis-select-localization.ant-select-open .ant-select-selection:focus {
  background-color: #246dca;
  box-shadow: none;
}
.eis-select-localization.ant-select-focused .ant-select-selection:focus {
  box-shadow: none;
  outline: none;
}
.eis-select-localization.ant-select-focused .ant-select-selection:focus:focus {
  outline: none;
}
.eis-select-localization.ant-select-focused .ant-select-selection:focus:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-select-localization.ant-select-focused .ant-select-selection:focus:focus {
  outline: none;
}
.eis-select-localization.ant-select-focused .ant-select-selection:focus:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-select-localization .ant-select-selection {
  width: 3rem;
  height: 4rem;
  background-color: #101b33;
  border: none;
  border-radius: 0;
}
.eis-select-localization .ant-select-selection:hover,
.eis-select-localization .ant-select-selection:focus {
  background-color: #246dca;
  box-shadow: none;
}
.eis-select-localization .ant-select-selection .ant-select-selection__rendered {
  margin: 0;
  height: 4rem;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eis-select-localization .ant-select-selection .ant-select-selection-selected-value {
  text-align: center;
  color: #ffffff;
}
.eis-select-localization .ant-select-selection .ant-select-selection-selected-value .eis-select-localization {
  display: none;
}
.eis-select-localization .ant-select-dropdown {
  left: auto !important;
  right: 0 !important;
}
.eis-select-localization .ant-select-dropdown .ant-select-dropdown-menu-item {
  padding: 0.5rem 0.75rem;
}
.eis-select-localization .ant-select-dropdown .ant-select-dropdown-menu-item .eis-select-localization {
  padding-left: 0.5rem;
}
.eis-global-navigation {
  align-items: center;
  background-color: #101b33;
  display: flex;
  height: 4rem;
  width: 100%;
}
.eis-global-navigation .logo {
  padding-right: 0.75rem;
}
.eis-global-navigation .logo .anticon {
  color: #ffffff;
}
.eis-global-navigation .label {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  padding: 0 0.75rem;
}
.eis-global-navigation .search {
  width: auto;
}
.eis-global-navigation .global-navigation-menu {
  width: 4rem;
  height: 4rem;
  margin: 0rem;
  background-color: #101b33;
  border-color: #101b33;
  border-radius: 0rem;
  flex-shrink: 0;
  outline: none;
}
.eis-global-navigation .global-navigation-menu:focus {
  outline: none;
}
.eis-global-navigation .global-navigation-menu:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-global-navigation .global-navigation-menu:focus {
  outline: none;
}
.eis-global-navigation .global-navigation-menu:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-global-navigation .global-navigation-menu:hover,
.eis-global-navigation .global-navigation-menu:focus {
  background-color: #246dca;
}
.eis-global-navigation .global-navigation-menu.global-navigation-is-selected {
  background-color: #246dca;
}
.eis-global-navigation .global-navigation-menu .anticon {
  color: #ffffff;
}
.eis-global-navigation .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0rem 1.5rem;
  width: 100%;
}
.eis-global-navigation .content-block {
  align-items: center;
  display: flex;
}
.eis-global-navigation .content-block-item {
  align-items: center;
  display: flex;
}
.eis-global-navigation .actions > .global-navigation-icon {
  width: 3rem;
}
.eis-global-navigation .actions .anticon {
  color: #ffffff;
}
.eis-global-navigation .avatar .ant-btn.ant-dropdown-trigger.ant-dropdown-open.global-navigation-focus,
.eis-global-navigation .avatar .ant-dropdown-open:focus {
  background-color: #246dca;
}
.eis-global-navigation .avatar > .global-navigation-icon {
  width: 4rem;
}
.eis-global-navigation .avatar > .global-navigation-icon span {
  line-height: 1.8rem;
}
.eis-global-navigation .avatar .anticon {
  color: #777474;
}
.eis-global-navigation .global-navigation-icon.ant-btn {
  box-shadow: none;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  min-width: 0;
  height: 4rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}
.eis-global-navigation .global-navigation-icon.ant-btn:hover,
.eis-global-navigation .global-navigation-icon.ant-btn:focus {
  background: transparent;
  box-shadow: none;
  border: none;
}
.eis-global-navigation .global-navigation-icon.ant-btn:focus {
  outline: none;
}
.eis-global-navigation .global-navigation-icon.ant-btn:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-global-navigation .global-navigation-icon.ant-btn:focus {
  outline: none;
}
.eis-global-navigation .global-navigation-icon.ant-btn:focus-visible {
  outline-style: solid;
  outline-color: #246dca;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}
.eis-global-navigation .global-navigation-icon.ant-btn:hover {
  background-color: #162647;
}
.eis-global-navigation .global-navigation-icon.ant-btn:focus {
  background-color: #246dca;
}
.eis-global-navigation .global-navigation-icon.ant-btn.global-navigation-is-selected {
  background-color: #246dca;
}
.eis-global-navigation .search .anticon {
  color: #ffffff;
}
.eis-global-navigation .search .advanced-search .anticon {
  color: #777474;
}
.global-navigation-overlay {
  max-width: 12.5rem;
  word-break: break-all;
}
.global-navigation-overlay .ant-dropdown-menu {
  padding-bottom: 0.375rem;
}
.global-navigation-overlay .overlay-divider {
  margin-bottom: 0.5rem;
}
.global-navigation-overlay .overlay-static {
  display: flex;
  flex-direction: column;
  padding: 0.375rem 1rem 0.75rem 1rem;
  color: #434343;
  line-height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.global-navigation-overlay .overlay-static :first-child {
  color: #444444;
  line-height: 1.375rem;
  font-size: 0.875rem;
}
.global-navigation-overlay .overlay-item {
  display: flex;
  align-items: center;
  line-height: 1.375rem;
  color: #434343;
}
.global-navigation-overlay .overlay-item i {
  width: 1.125rem;
}
.global-navigation-overlay .overlay-item:hover {
  font-weight: 500;
  color: #444444;
}
.visual-hidden-element {
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
}
.eis-search-criteria {
  display: inline-flex;
  align-items: center;
  background-color: #f2f7fd;
  padding: 0.5rem 0.75rem;
  line-height: 0;
}
.eis-search-criteria .eis-search-criteria_close-btn {
  display: block;
  line-height: 1rem;
  height: 1rem;
  width: 1rem;
}
.eis-search-criteria .eis-search-criteria_close-btn:focus {
  outline: 1px solid #246dca;
}
.eis-search-criteria .eis-search-criteria_close-btn .anticon {
  color: #777474;
}
.eis-search-criteria .eis-search-criteria_label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #666666;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto;
  margin-right: 0.5rem;
}
.eis-search-criteria .eis-search-criteria_list {
  display: inline-flex;
}
.search-criteria-tag {
  margin: 0.5rem;
}
.eis-info-list {
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
/*
 * eis-variables.less
 * These are custom values that are reused by other packages, but which are not Ant Design variables.
 * This file should *NOT* (re-)define any variables which are already used by Ant Design.
 */
/* TODO: GENESIS-26745 The following should be reviewed and removed in favour of an Ant Variables */
/*
     This file was auto-generated by InVision DSM from the WIP DSM Library design library.
     To keep style values in sync across teams, changes to this file should be made directly from DSM.

 */
/*
     Colors:
 */
.eis-shadow-low {
  box-shadow: #002340, 0, 0.0625, 0.125rem, 0;
}
.eis-input-required-asterisk:before {
  width: 4px;
  height: 4px;
  margin-right: 4px;
  font-size: 10px;
  vertical-align: text-top;
  color: #da1414;
}
.eis-table-sort-icon-size {
  width: 7.4px;
  height: 12.8px;
}
.base-form div.ant-row.ant-form-item {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.base-form div.ant-form-item-label {
  max-width: 100%;
}
.base-form div.ant-form-item-label label.ant-form-item-no-colon {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.base-form div.ant-form-item-label label.ant-form-item-no-colon::after {
  content: none;
}
.base-form .ant-select,
.base-form .ant-calendar-picker,
.base-form .ant-input-number {
  width: 100%;
}
.regular-radio-group {
  display: flex;
}
.radio-group-with-modal__more-button {
  width: 4.625rem;
  height: 4.625rem;
  margin: 0;
}
.radio-group-modal__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
.radio-button-with-image {
  width: max-content;
}
.radio-button-with-image__label {
  line-height: 1.25rem;
  display: block;
  transition: color 0.3s;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #817e7e;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
}
.radio-button-with-image__button {
  height: 4.625rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 2px 0px #00234052;
  transition: all 0.3s;
}
.radio-button-with-image__image {
  height: 3.6rem;
  padding: 0.5rem;
  padding-left: 9px;
  padding-top: 9px;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
.radio-button-with-image .ant-radio {
  align-self: flex-start;
  height: 1rem;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
}
.radio-button-with-image .ant-radio-wrapper-checked {
  border-color: #246dca;
  box-shadow: 0px 3px 6px 0px rgba(74, 144, 226, 0.63);
}
.ant-radio-wrapper-checked + .radio-button-with-image__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
}
.radio-button-with-image:hover:not(.radio-button-with-image--disabled) .radio-button-with-image__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: start;
  color: #444444;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
}
.radio-button-with-image:hover:not(.radio-button-with-image--disabled) .radio-button-with-image__button {
  border-color: #246dca;
  box-shadow: 0px 3px 6px 0px rgba(74, 144, 226, 0.63);
}
.radio-button-with-image--disabled .radio-button-with-image__label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
  color: #bfbebe;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
}
.radio-button-with-image--disabled .radio-button-with-image__button {
  cursor: not-allowed;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}
/* It's impossible to override display property on .ant-select-selection-selected-value 
 because the value for display is set depending on select state from antd. So wrapper was added 
 to align an icon vertically */
.eis-select-icon-wrapper {
  width: 2rem;
  display: inline-block;
}
.eis-select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.select-dropdown-menu-select-all-container {
  padding: 0.5rem 0;
}
.select-dropdown-menu-select-all-divider {
  margin: 1px 0 0;
}
.editable-table .ant-table .ant-table-fixed-right {
  overflow: visible;
}
.editable-table .ant-table .editable-table-action-buttons-group.confirm-cancel-buttons {
  gap: 1rem;
  height: 40px;
  align-items: center;
}
.editable-table .ant-table .editable-table-action-buttons-group.edit-delete-buttons {
  gap: 0.5rem;
}
.editable-table .ant-table .edit-mode:not(.drawer-mode) .column-view-mode,
.editable-table .ant-table .edit-mode:not(.drawer-mode) .edit-delete-buttons {
  display: none;
}
.editable-table .ant-table .edit-mode:not(.drawer-mode) .ant-form-item.eis-form-item-required {
  display: flex;
}
.editable-table .ant-table .edit-mode:not(.drawer-mode) .ant-form-item.eis-form-item-required::before {
  display: inline-block;
  vertical-align: text-top;
  min-width: 0.25rem;
  margin-right: 0.25rem;
  padding-top: 0.1875rem;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-family: SimSun, sans-serif;
  color: #da1414;
  content: '*';
}
.editable-table .ant-table .edit-mode:not(.drawer-mode) .ant-form-item.eis-form-item-required .ant-form-item-control-wrapper {
  width: 100%;
}
.editable-table .ant-table .edit-mode:not(.drawer-mode) .ant-form-item .ant-form-item-label {
  display: none;
}
.editable-table .ant-table .column-view-mode > .ant-row .eis-field-text {
  line-height: 1.375rem;
}
.editable-table .ant-table .view-mode .column-edit-mode,
.editable-table .ant-table .drawer-mode .column-edit-mode,
.editable-table .ant-table .view-mode .confirm-cancel-buttons,
.editable-table .ant-table .drawer-mode .confirm-cancel-buttons {
  display: none;
}
.editable-table .ant-table .ant-table-row td .hidden-edit-field {
  display: none;
}
.editable-table .ant-table .ant-table-row.have-error {
  background: #feefef;
}
.editable-table .ant-table .ant-table-row.edit-mode {
  background: #f2f7fd;
}
.editable-table .ant-table .ant-table-row.edit-mode:hover > td {
  background: #f2f7fd;
}
.editable-table .ant-table div.ant-row.ant-form-item {
  margin-right: 0;
  margin-bottom: 0;
}
.editable-table .ant-table .ant-form-item-control::before,
.editable-table .ant-table .ant-form-item-control::after,
.editable-table .ant-table .ant-row::before,
.editable-table .ant-table .ant-row::after {
  content: none;
}
.editable-table .ant-table .editable-table-action-buttons-group {
  display: flex;
  justify-content: flex-end;
}
.editable-table .ant-table .editable-table-action-buttons-group .ant-btn-ghost {
  border: none;
  background: transparent;
  box-shadow: none;
}
.editable-table .ant-table .editable-table-action-buttons-group .eis-with-cursor-not-allowed {
  line-height: 0.5rem;
}
.editable-table .ant-table .editable-table-action-buttons-group .editable-table-icon-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.editable-table--edit .ant-table-column-sorter,
.editable-table--edit .ant-table-column-title {
  pointer-events: none !important;
}
.editable-table-action-button {
  width: auto;
}
.editable-table-action-button:not(.editable-table-setting-button) {
  font-size: 0.75rem;
  border: 0;
  margin-right: 0;
  padding: 0;
}
.editable-table__title {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.editable-table__title--right {
  justify-content: flex-end;
}
.editable-table-add-new-button-margin {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.editable-table-add-new-button:disabled:hover .anticon {
  color: #c0d8f5;
}
.card-list .hidden {
  display: none;
}
.card-list__add-button {
  display: flex;
}
.card-list__add-button--right {
  justify-content: flex-end;
}
.card-list__add-button--margin {
  margin-bottom: 1.5rem;
}
.card-list__add-button .eis-with-cursor-not-allowed {
  line-height: 0.5rem;
}
.card-list__display-row .ant-col {
  margin-bottom: 0.5rem;
}
.card-list__edit-row {
  margin-top: 1rem;
}
.card-list__edit-row--empty {
  margin: 0;
}
.card-list__item {
  height: 100%;
}
.card-list__item--selected {
  border: 2px solid #246dca;
}
.card-list__item--edit .ant-card-head {
  padding: 0 1.5rem;
  border-bottom: none;
}
.card-list__item--edit .ant-card-head-title {
  padding: 1.5rem 0;
}
.card-list__item--edit .ant-card-body {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem 1.5rem;
}
.card-list__item--edit footer:last-child {
  display: flex;
  gap: 1rem;
}
.card-list__item--display {
  display: flex;
  position: relative;
}
.card-list__item--display .ant-card-head {
  border-bottom: 0;
  min-height: 0;
  order: 1;
  padding: 0;
}
.card-list__item--display .ant-card-body {
  flex: 1;
  min-width: 0;
  padding: 16px;
}
.card-list__item--display .ant-card-extra {
  display: flex;
  padding: 16px 16px 0 0;
}
.card-list__errors-block {
  display: flex;
  margin-top: 0.5rem;
  float: left;
  word-break: break-word;
}
.card-list__errors-block .card-list-status-icon {
  margin-right: 0.3rem;
}
.card-list__errors-block .card-list__errors-list {
  margin-top: 0.2rem;
}
.card-list__errors-block--error {
  color: #da1414;
}
.card-list__errors-block--error .card-list-status-icon {
  color: #da1414;
}
.card-list__errors-block--warning {
  color: #f28f0c;
}
.card-list__errors-block--warning .card-list-status-icon {
  color: #f28f0c;
}
/*
 * Copyright © 2019 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S.
 * copyright laws.
 * CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or
 * incorporated into any other media without EIS Group prior written consent.
 */
.keyboard-navigation-wrapper {
  box-shadow: none;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  text-align: inherit;
}
.keyboard-navigation-wrapper:hover,
.keyboard-navigation-wrapper:focus {
  background: transparent;
  box-shadow: none;
  border: none;
}
.keyboard-navigation-without-outline {
  outline: none;
}
.keyboard-navigation-without-outline:focus {
  outline: none;
}
.address-picker__select .ant-select {
  width: 255px;
  height: 100%;
  /* color overrides should be confirmed with the designer */
}
.address-picker__select .ant-select .ant-select-arrow {
  color: #777474;
  top: 0;
  right: 0;
  margin: 0;
  padding: 12px;
}
.address-picker__select .ant-select .ant-select-arrow svg {
  width: 16px;
  height: 10px;
}
.address-picker__select .ant-select-selection {
  height: 100%;
  /* color overrides should be confirmed with the designer */
}
.address-picker__select .ant-select-selection__rendered {
  line-height: 20px;
  padding: 8px 0;
}
.address-picker__select .ant-select-selection-selected-value {
  white-space: normal;
  float: none;
}
.address-picker__select .ant-select-selection__rendered::after {
  float: left;
  height: 0;
}
.address-picker__row {
  display: flex;
  min-height: 81px;
}
.address-picker__form {
  padding-top: 1rem;
}
.address-picker__map-preview {
  margin-left: 0.5rem;
  position: relative;
}
.address-picker__map-image {
  height: 81px;
  width: 81px;
  cursor: pointer;
}
.address-picker__map-image img {
  width: 100%;
  height: 100%;
}
.address-picker__map {
  height: 400px;
  width: 100%;
}
.address-picker__map-link {
  position: absolute;
  left: 0;
  top: -1.5rem;
  padding: 0 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  color: #2863a9;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.address-picker__error {
  color: #da1414;
}
.editable-select {
  position: relative;
}
.editable-select__create-icon {
  vertical-align: middle;
  padding-left: 0.5em;
}
.editable-select__actions {
  display: flex;
  position: absolute;
  right: 0;
  top: -1.5rem;
}
.editable-select__action-icon.ant-btn {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  /* color overrides should be confirmed with the designer */
}
.editable-select__action-icon.ant-btn:active,
.editable-select__action-icon.ant-btn:hover,
.editable-select__action-icon.ant-btn:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.editable-select__action-icon.ant-btn:last-child {
  margin: 0 4px 0 8px;
}
.collapsed-cards {
  min-width: 0;
}
.collapsed-cards .collapsed-cards-title {
  font-weight: 400;
  margin-bottom: 0;
}
.collapsed-cards .collapsed-cards-header {
  margin-bottom: 2rem;
}
.collapsed-cards .collapsed-cards-header .eis-with-cursor-not-allowed {
  line-height: 0.5rem;
}
.collapsed-cards .collapsed-card-validation {
  margin: 0 0.5rem;
}
.collapsed-cards .collapsed-card-validation--error {
  color: #da1414;
}
.collapsed-cards .collapsed-card-validation--confirmed {
  color: #3ba00a;
}
.collapsed-cards .collapsed-card-validation--warning {
  color: #f28f0c;
}
.collapsed-cards .collapsed-card-item {
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.collapsed-cards .collapsed-card-item:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 35, 64, 0.32);
}
.collapsed-cards .collapsed-card-item--opened,
.collapsed-cards .collapsed-card-item--opened:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 35, 64, 0.2);
}
.collapsed-cards .collapsed-card-item__delete-icon.eis-btn-icon {
  margin-left: 0.5rem;
}
.collapsed-cards .collapsed-card-item__extra {
  flex-shrink: 0;
}
.collapsed-cards .collapsed-view {
  display: none;
}
.collapsed-cards .collapsed-view--opened {
  display: flex;
  padding: 1.5rem;
}
.collapsed-cards .collapsed-view__content {
  flex-grow: 1;
  align-self: center;
  margin: 0 0.5rem;
}
.collapsed-cards .expanded-view {
  max-height: 0;
  overflow: hidden;
}
.collapsed-cards .expanded-view__content {
  padding: 1.5rem;
}
.collapsed-cards .expanded-view--opened {
  border-top: 1px solid #d9d9d9;
  max-height: 5000px;
  transition: max-height 0.5s ease-in-out;
}
.collapsed-cards .editable-view {
  display: none;
}
.collapsed-cards .editable-view--opened {
  display: block;
}
.collapsed-cards .editable-view__header,
.collapsed-cards .editable-view__content,
.collapsed-cards .editable-view__footer {
  padding: 1.5rem;
}
.collapsed-cards .editable-view__content:after {
  content: '';
  clear: both;
  display: block;
}
.collapsed-cards .editable-view__header {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #444444;
}
.collapsed-cards .editable-view__footer {
  display: flex;
  gap: 1rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 1rem;
  text-align: right;
}
.collapsed-cards-inner {
  display: flex;
  flex-direction: column-reverse;
}
.search-bar {
  display: inline-block;
  position: relative;
  height: 40px;
  min-width: 64px;
}
.search-bar .ant-select-lg {
  width: 100%;
}
.search-bar .ant-select-selection--single .ant-input {
  height: 40px;
  padding-left: 38px;
  padding-right: 178px;
  border-radius: 0.25rem;
  color: #444444;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.search-bar .ant-select-selection--single .ant-input:focus,
.search-bar .ant-select-selection--single .ant-input:hover {
  border: 1px solid #246dca;
}
.search-bar .ant-select-selection--single .ant-input::placeholder {
  color: #817e7e;
  opacity: 1;
}
.search-bar .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 40px;
}
.search-bar .search-suffix {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.search-bar .search-suffix.search-bar__with-filter {
  right: 8.75rem;
}
.search-bar .search-bar__suffix {
  margin-left: -129px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.search-bar .search-bar__suffix .ant-select-selection {
  height: 40px;
  width: 129px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #2863a9;
  border: 0;
}
.search-bar .search-bar__suffix .ant-select-selection .ant-select-arrow-icon {
  color: #ffffff;
}
.search-bar__dropdown .ant-select-dropdown-menu {
  padding: 24px 16px;
  max-height: none;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group-title {
  height: auto;
  padding: 0 0 13px 8px;
  color: #444444;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group-title:last-child {
  height: auto;
}
.search-bar__dropdown .ant-select-dropdown-menu-item {
  border: 1px solid transparent;
  font-size: 14px;
  padding: 1px 0 1px 8px;
  line-height: 20px;
  margin: 3px 0;
}
.search-bar__dropdown .ant-select-dropdown-menu-item:focus {
  border: 2px solid #246dca;
  border-radius: 0.25rem;
  padding-left: 6px;
  padding: 2px 0 2px 6px;
}
.search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected,
.search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active,
.search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active:hover,
.search-bar__dropdown .ant-select-dropdown-menu-item:hover {
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
}
.search-bar__dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active {
  background-color: transparent;
  border: 1px solid #4a90e2;
  border-radius: 0.25rem;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group:last-child .ant-select-dropdown-menu-item-group-title {
  padding: 0 16px;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group:last-child .ant-select-dropdown-menu-item {
  margin-top: 6px;
  padding: 1px 0 1px 8px;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group:last-child .ant-select-dropdown-menu-item .eis-search-input__view-all-btn {
  min-width: auto;
  margin: 0;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group:last-child .ant-select-dropdown-menu-item .eis-search-input__view-all-btn span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.search-bar__dropdown .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.search-bar__dropdown .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0.25rem;
}
.select-dropdown-menu-item-hidden.ant-select-dropdown-menu-item-disabled {
  display: none;
}
.search-suffix .search-suffix__actions {
  display: flex;
  align-items: center;
}
.search-suffix .search-suffix__actions .anticon {
  color: #817e7e;
  margin-right: 4px;
}
.search-suffix .search-suffix__actions .anticon.search-suffix__actions__active {
  color: #246dca;
}
.search-suffix .search-suffix__actions .anticon:last-child {
  margin-right: 0;
}
.toggle-search-button {
  color: #817e7e;
}
.toggle-search-button.toggle-search-button__static {
  cursor: auto;
}
.search {
  width: 100%;
  display: inline-block;
  position: relative;
}
.search.eis-search-margin-bottom-enabled {
  margin-bottom: 1.5rem;
}
.search .search__inner {
  display: inline-block;
  position: relative;
  width: inherit;
  height: inherit;
}
.search .search__label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #262626;
}
.search .search-bar {
  width: inherit;
}
.search .toggle-search-button {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 2;
}
.search .search-loading-icon {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  z-index: 2;
}
.search .advanced-search {
  top: 42px;
}
.search .advanced-search.advanced-search__with-label {
  top: 67px;
}
.global-search {
  height: 40px;
  width: auto;
}
.global-search .toggle-search-button {
  color: #ffffff;
}
.global-search .global-search-bar .ant-select-selection--single .ant-input {
  width: 26.438rem;
  color: #ffffff;
  background-color: #101b33;
}
.global-search .global-search-bar .ant-select-selection--single .ant-input:focus,
.global-search .global-search-bar .ant-select-selection--single .ant-input:hover {
  border: 1px solid #246dca;
  box-shadow: none;
}
.global-search .search-suffix .search-suffix__actions .anticon {
  color: #ffffff;
}
.global-search .search-suffix .search-suffix__actions .anticon.search-suffix__actions__active {
  color: #246dca;
}
.global-search .advanced-search {
  top: 3.625rem;
}
.advanced-search {
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 0.25rem;
  max-width: 964px;
  box-shadow: 0 3px 6px 0 rgba(0, 35, 64, 0.2);
}
.advanced-search .advanced-search__actions {
  display: flex;
  justify-content: flex-end;
}
.advanced-search .advanced-search__actions .ant-btn {
  font-weight: 500;
  margin-bottom: 0;
}
.advanced-search .advanced-search__actions .ant-btn:last-child {
  margin-right: 0;
}
.advanced-search .advanced-search__filters {
  display: flex;
  flex-wrap: wrap;
}
.advanced-search .advanced-search__filter {
  width: 186px;
  padding: 0 8px;
}
.advanced-search .advanced-search__filter div.ant-form-item {
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.advanced-search .advanced-search__form {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.filter-button {
  width: 2.5rem;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #bfbebe;
  border-radius: 4px;
  background-color: #efefef;
}
.advanced-search-button {
  position: relative;
}
.advanced-search-button .advanced-search {
  top: 2.75rem;
}
.service-autocomplete-select .ant-select-arrow {
  display: none;
}
.ant-select-dropdown--empty.eis-hide-dropdown {
  display: none;
}
.service-autocomplete .ant-input,
.service-autocomplete .ant-select-search__field__mirror {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.eis-select-payment {
  width: 100%;
}
.eis-select-payment .ant-select-selection-selected-value {
  line-height: 37px;
  height: 100%;
}
.eis-select-payment .ant-select-selection__rendered {
  margin-left: 0.438rem;
  height: 100%;
}
.eis-select-payment-icon {
  line-height: 0;
  margin-left: 0;
  margin-right: 1rem;
}
.eis-select-payment-icon svg {
  width: 36px;
  height: 24px;
}
.eis-select-payment-icon,
.eis-select-payment-content,
.eis-select-payment-dots {
  display: inline-block;
  vertical-align: middle;
}
.eis-select-payment-content {
  font-size: 0.875rem;
  text-align: left;
  font-style: normal;
  font-family: Roboto;
  line-height: 1.375rem;
  font-weight: 400;
}
.eis-select-payment-dots {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1px;
  margin-left: 0;
  margin-right: 0.188rem;
}
.ant-select-dropdown-menu .eis-select-payment-dots {
  color: #858585;
}
.ant-select-dropdown-menu .eis-select-payment-icon {
  line-height: 0;
  margin-right: 0.75rem;
}
.ant-select-dropdown-menu .eis-select-payment-icon svg {
  width: 36px;
  height: 24px;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu {
  padding-top: 0.3125rem;
  padding-bottom: 1rem;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-group-title {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: auto;
  line-height: normal;
  padding-top: 1rem;
  padding-bottom: 0.375rem;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 1rem;
  margin-bottom: 0.375rem;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-group {
  border-bottom: 1px solid rgba(0, 35, 64, 0.2);
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-group:last-child {
  border-bottom: none;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-group:last-child .ant-select-dropdown-menu-item:last-child {
  margin-bottom: 0;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item,
.eis-select-payment-dropdown .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  line-height: 1.375rem;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-selected .eis-select-payment-content {
  font-size: 0.875rem;
  text-align: left;
  font-style: normal;
  font-family: Roboto;
  line-height: 1.375rem;
  font-weight: 500;
}
.eis-select-payment-dropdown .ant-select-dropdown-menu-item-selected .eis-select-payment-dots {
  color: #444444;
}
.ssn-input-icon-disable {
  cursor: not-allowed;
  color: #bfbebe;
}
.ssn-input.ssn-input-is-view-mode {
  display: flex;
  gap: 8px;
  min-width: 113px;
}
.ssn-input.ssn-input-is-view-mode .ant-input {
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
  padding: 0;
  pointer-events: none !important;
  outline: none !important;
}
.ssn-input.ssn-input-is-view-mode .ant-input-suffix {
  top: auto;
  position: relative;
  right: auto;
  transform: none;
}
.ssn-input .ssn-input-button {
  background-color: transparent;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
  touch-action: none;
}
.ssn-input .ssn-input-button:hover,
.ssn-input .ssn-input-button:active {
  background-color: transparent;
}
.ssn-input .ssn-input-button::after {
  all: unset;
}
.ssn-input.ssn-input-is-view-mode.ant-input {
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
  padding: 0;
  pointer-events: none !important;
  outline: none !important;
}
.ssn-input-button .anticon {
  color: #817e7e;
}
.has-feedback .ssn-input-is-view-mode .ant-input:not(:last-child) {
  padding-right: 0;
}
.form-item__description {
  padding-top: 0.25rem;
  font-size: 0.75rem;
  text-align: left;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
  line-height: 1.25rem;
}
.has-warning .ant-form-explain,
.has-error .ant-form-explain,
.has-warning .ant-form-explain {
  padding-top: 0.25rem;
  margin: 0;
  line-height: 1.375rem;
}
.has-warning .ant-form-explain p,
.has-error .ant-form-explain p,
.has-warning .ant-form-explain p {
  line-height: 1.375rem;
}
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon {
  top: 1.25rem;
}
.eis-form-item-has-suffix-icon .ant-form-item-children-icon {
  margin-right: 1.75rem;
}
.eis-form-item-view-mode .has-warning.has-feedback .ant-form-item-children-icon,
.eis-form-item-view-mode .has-error.has-feedback .ant-form-item-children-icon,
.eis-form-item-view-mode .has-warning.has-feedback .ant-form-item-children-icon {
  top: 0;
  margin-top: 0;
  left: 0;
}
.eis-form-item-view-mode .has-feedback .ant-form-explain {
  display: none;
}
.eis-form-item-view-mode .has-feedback .ant-input {
  padding-left: 28px;
}
.eis-drawer-content,
.ant-modal-body,
.ui-engine-form {
  display: flex;
  flex-direction: column;
}
.eis-drawer-content div.ant-collapse-content-box,
.ant-modal-body div.ant-collapse-content-box,
.ui-engine-form div.ant-collapse-content-box {
  padding: 0;
}
.eis-drawer-content div.ant-row.ant-form-item,
.ant-modal-body div.ant-row.ant-form-item,
.ui-engine-form div.ant-row.ant-form-item {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.eis-drawer-content div.ant-row.ant-form-item.eis-form-item-disabled div.ant-form-item-label label,
.ant-modal-body div.ant-row.ant-form-item.eis-form-item-disabled div.ant-form-item-label label,
.ui-engine-form div.ant-row.ant-form-item.eis-form-item-disabled div.ant-form-item-label label {
  color: #bfbebe;
}
.eis-drawer-content div.ant-row.ant-form-item:last-child,
.ant-modal-body div.ant-row.ant-form-item:last-child,
.ui-engine-form div.ant-row.ant-form-item:last-child {
  margin-right: 0;
}
.eis-drawer-content div.ant-form-item-label,
.ant-modal-body div.ant-form-item-label,
.ui-engine-form div.ant-form-item-label {
  font-size: 12px;
  line-height: 1.25rem;
  max-width: 100%;
  padding-bottom: 0.25rem;
}
.eis-drawer-content div.ant-form-item-label label,
.ant-modal-body div.ant-form-item-label label,
.ui-engine-form div.ant-form-item-label label {
  line-height: 1.25rem;
}
.eis-drawer-content div.ant-form-item-label label.ant-form-item-no-colon,
.ant-modal-body div.ant-form-item-label label.ant-form-item-no-colon,
.ui-engine-form div.ant-form-item-label label.ant-form-item-no-colon {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.eis-drawer-content div.ant-form-item-label label.ant-form-item-no-colon::after,
.ant-modal-body div.ant-form-item-label label.ant-form-item-no-colon::after,
.ui-engine-form div.ant-form-item-label label.ant-form-item-no-colon::after {
  content: none;
}
.eis-drawer-content .ant-select,
.ant-modal-body .ant-select,
.ui-engine-form .ant-select,
.eis-drawer-content .ant-calendar-picker,
.ant-modal-body .ant-calendar-picker,
.ui-engine-form .ant-calendar-picker,
.eis-drawer-content .ant-input-number,
.ant-modal-body .ant-input-number,
.ui-engine-form .ant-input-number {
  width: 100%;
}
.eis-drawer-content .ant-calendar-picker-clear,
.ant-modal-body .ant-calendar-picker-clear,
.ui-engine-form .ant-calendar-picker-clear {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.9184%208.77136C14.2802%208.40955%2014.8668%208.40955%2015.2286%208.77136C15.5603%209.10302%2015.5879%209.62357%2015.3116%209.98671L15.2286%2010.0816L13.3102%2012L15.2286%2013.9184C15.5905%2014.2802%2015.5905%2014.8668%2015.2286%2015.2286C14.897%2015.5603%2014.3764%2015.5879%2014.0133%2015.3116L13.9184%2015.2286L12%2013.3102L10.0816%2015.2286C9.71978%2015.5905%209.13317%2015.5905%208.77136%2015.2286C8.4397%2014.897%208.41206%2014.3764%208.68844%2014.0133L8.77136%2013.9184L10.6898%2012L8.77136%2010.0816C8.40955%209.71978%208.40955%209.13317%208.77136%208.77136C9.10302%208.4397%209.62357%208.41206%209.98671%208.68844L10.0816%208.77136L12%2010.6898L13.9184%208.77136Z%22%20fill%3D%22%23817E7E%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203ZM12%204.82022C15.9653%204.82022%2019.1798%208.03472%2019.1798%2012C19.1798%2015.9653%2015.9653%2019.1798%2012%2019.1798C8.03472%2019.1798%204.82022%2015.9653%204.82022%2012C4.82022%208.03472%208.03472%204.82022%2012%204.82022Z%22%20fill%3D%22%23817E7E%22/%3E%3C/svg%3E");
}
.eis-drawer-content .ant-calendar-picker-clear svg,
.ant-modal-body .ant-calendar-picker-clear svg,
.ui-engine-form .ant-calendar-picker-clear svg {
  display: none;
}
.eis-drawer-content .has-feedback .ant-time-picker ~ .ant-form-item-children-icon,
.ant-modal-body .has-feedback .ant-time-picker ~ .ant-form-item-children-icon,
.ui-engine-form .has-feedback .ant-time-picker ~ .ant-form-item-children-icon,
.eis-drawer-content .has-feedback .ant-calendar-picker ~ .ant-form-item-children-icon,
.ant-modal-body .has-feedback .ant-calendar-picker ~ .ant-form-item-children-icon,
.ui-engine-form .has-feedback .ant-calendar-picker ~ .ant-form-item-children-icon,
.eis-drawer-content .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
.ant-modal-body .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
.ui-engine-form .has-feedback .ant-input-password ~ .ant-form-item-children-icon,
.eis-drawer-content .has-feedback .ant-select:not(.ant-select-combobox):not(.ant-select-no-arrow) ~ .ant-form-item-children-icon,
.ant-modal-body .has-feedback .ant-select:not(.ant-select-combobox):not(.ant-select-no-arrow) ~ .ant-form-item-children-icon,
.ui-engine-form .has-feedback .ant-select:not(.ant-select-combobox):not(.ant-select-no-arrow) ~ .ant-form-item-children-icon {
  right: 2.25rem;
}
.eis-drawer-content .ant-tabs,
.ant-modal-body .ant-tabs,
.ui-engine-form .ant-tabs {
  overflow: visible;
}
.collapsed-cards {
  line-height: 0;
}
.field-combined__container {
  position: relative;
  background: #ffffff;
  padding-right: 55px;
}
.field-combined__remove-btn {
  position: absolute;
  right: 0;
  top: 16px;
}
.multi-entity__container .ant-tabs-tab {
  font-weight: 400;
  padding: 10px !important;
  height: auto !important;
}
.multi-entity__container div.ant-tabs-nav-container {
  height: auto !important;
}
.multi-entity__container div.ant-tabs-bar {
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
}
.multi-entity__container div.ant-tabs-bar div {
  display: flex;
}
.multi-entity__container i.anticon.anticon.anticon.ant-tabs-close-x {
  margin-top: 2px;
  margin-left: 8px;
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.multi-entity__tab-info {
  line-height: 21px;
  color: initial;
  height: auto;
  overflow: hidden;
  flex-direction: column;
}
.multi-entity__tab-info__line {
  display: none !important;
  width: 2px;
  position: absolute;
  background: #2863a9;
  top: 0;
  left: 0;
  bottom: 0;
}
.ant-tabs-tab-active .multi-entity__tab-info__line {
  display: block !important;
}
.multi-entity__add-content {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  z-index: 1;
}
.multi-entity__section {
  padding: 0;
  border: 0;
}
.ant-tabs-bar {
  background: white;
}
.ant-tabs {
  overflow: visible;
}
.ui-builder-modal--info .ant-modal-header .eis-success-modal-title,
.ui-builder-modal--error .ant-modal-header .eis-success-modal-title,
.ui-builder-modal--warning .ant-modal-header .eis-success-modal-title,
.ui-builder-modal--success .ant-modal-header .eis-success-modal-title {
  display: flex;
  align-items: center;
}
.ui-builder-modal--info .ant-modal-header,
.ui-builder-modal--error .ant-modal-header,
.ui-builder-modal--warning .ant-modal-header,
.ui-builder-modal--success .ant-modal-header,
.ui-builder-modal--info .ant-modal-footer,
.ui-builder-modal--error .ant-modal-footer,
.ui-builder-modal--warning .ant-modal-footer,
.ui-builder-modal--success .ant-modal-footer {
  padding: 20px;
  border: none;
}
.ui-builder-modal--info .ant-modal-body,
.ui-builder-modal--error .ant-modal-body,
.ui-builder-modal--warning .ant-modal-body,
.ui-builder-modal--success .ant-modal-body {
  padding-left: calc(20px + 32px + 12px);
}
.ant-modal-footer {
  clear: both;
}
.ant-modal-body .builder-layout-col span.ui-editor-preview-form-item-children > * {
  width: 100%;
}
.editable-table .builder-layout-col,
.base-table .builder-layout-col {
  float: none;
}
.editable-table .builder-layout-col div.ant-row.ant-form-item,
.base-table .builder-layout-col div.ant-row.ant-form-item {
  margin: 0;
}
.editable-table .ant-table-tbody > tr > td,
.base-table .ant-table-tbody > tr > td {
  vertical-align: top;
}
.editable-table-canvas-view .edit-mode-preview-cell .ant-form-item.eis-form-item-required {
  display: flex;
}
.editable-table-canvas-view .edit-mode-preview-cell .ant-form-item.eis-form-item-required::before {
  display: inline-block;
  vertical-align: text-top;
  min-width: 0.25rem;
  margin-right: 0.25rem;
  padding-top: 0.1875rem;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-family: SimSun, sans-serif;
  color: #da1414;
  content: '*';
}
.editable-table-canvas-view .edit-mode-preview-cell .ant-form-item.eis-form-item-required .ant-form-item-control-wrapper {
  width: 100%;
}
.editable-table-canvas-view .edit-mode-preview-cell .ant-form-item .ant-form-item-label {
  display: none;
}
.ui-components__button {
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  max-width: fill-available;
  min-width: 5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: column;
}
.spinner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.spinner-wrapper .ui-editor-preview-spin-dot {
  display: block;
}
.ui-components__icon--info svg {
  color: #096eb6;
}
.ui-components__icon--success svg {
  color: #3ba00a;
}
.ui-components__icon--warning svg {
  color: #f28e0b;
}
.ui-components__icon--error svg {
  color: #da1414;
}
.ui-components__divider:is(.ant-divider-vertical) {
  display: inline-flex;
  align-items: center;
}
.ui-components__divider .ant-divider-inner-text {
  white-space: nowrap;
}
.ui-components__divider .ant-divider-inner-text:empty,
.ui-components__divider .ant-divider-inner-text:has(> :empty) {
  display: none;
}
.text.ant-form-item {
  margin-bottom: 0 !important;
}
.lookup-label.ant-form-item {
  margin-bottom: 0 !important;
}
.ui-editor-preview-pagination-options {
  display: inline-flex;
}
.ui-editor-preview-pagination-options-quick-jumper {
  display: flex;
  white-space: nowrap;
}
.app-section {
  border: 0.0625rem solid hsla(0, 0%, 85%, 0.5);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px !important;
  position: relative;
  min-height: 60px;
  min-width: 60px;
}
.app-section:not(:last-of-type) {
  border-top: 0.0625rem solid hsla(0, 0%, 85%, 0.5);
}
.app-section.no-border {
  border: none;
}
.date-picker-wrapper .ant-calendar-picker-clear svg {
  display: none;
}
.ant-collapse-content-box::after {
  display: block;
  content: '';
  clear: both;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.builder-layout-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.builder-layout-row--hide-empty-columns .builder-layout-col:empty {
  display: none;
}
.builder-layout-row::before,
.builder-layout-row::after {
  display: table;
  content: '';
}
.builder-layout-row::after {
  clear: both;
}
.builder-layout-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.builder-layout-row-flex::before,
.builder-layout-row-flex::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-layout-row-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.builder-layout-row-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.builder-layout-row-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.builder-layout-row-flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.builder-layout-row-flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.builder-layout-row-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.builder-layout-row-flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.builder-layout-row-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.builder-layout-col {
  position: relative;
  min-height: 1px;
}
.builder-layout-col-1,
.builder-layout-col-xs-1,
.builder-layout-col-sm-1,
.builder-layout-col-md-1,
.builder-layout-col-lg-1,
.builder-layout-col-2,
.builder-layout-col-xs-2,
.builder-layout-col-sm-2,
.builder-layout-col-md-2,
.builder-layout-col-lg-2,
.builder-layout-col-3,
.builder-layout-col-xs-3,
.builder-layout-col-sm-3,
.builder-layout-col-md-3,
.builder-layout-col-lg-3,
.builder-layout-col-4,
.builder-layout-col-xs-4,
.builder-layout-col-sm-4,
.builder-layout-col-md-4,
.builder-layout-col-lg-4,
.builder-layout-col-5,
.builder-layout-col-xs-5,
.builder-layout-col-sm-5,
.builder-layout-col-md-5,
.builder-layout-col-lg-5,
.builder-layout-col-6,
.builder-layout-col-xs-6,
.builder-layout-col-sm-6,
.builder-layout-col-md-6,
.builder-layout-col-lg-6,
.builder-layout-col-7,
.builder-layout-col-xs-7,
.builder-layout-col-sm-7,
.builder-layout-col-md-7,
.builder-layout-col-lg-7,
.builder-layout-col-8,
.builder-layout-col-xs-8,
.builder-layout-col-sm-8,
.builder-layout-col-md-8,
.builder-layout-col-lg-8,
.builder-layout-col-9,
.builder-layout-col-xs-9,
.builder-layout-col-sm-9,
.builder-layout-col-md-9,
.builder-layout-col-lg-9,
.builder-layout-col-10,
.builder-layout-col-xs-10,
.builder-layout-col-sm-10,
.builder-layout-col-md-10,
.builder-layout-col-lg-10,
.builder-layout-col-11,
.builder-layout-col-xs-11,
.builder-layout-col-sm-11,
.builder-layout-col-md-11,
.builder-layout-col-lg-11,
.builder-layout-col-12,
.builder-layout-col-xs-12,
.builder-layout-col-sm-12,
.builder-layout-col-md-12,
.builder-layout-col-lg-12,
.builder-layout-col-13,
.builder-layout-col-xs-13,
.builder-layout-col-sm-13,
.builder-layout-col-md-13,
.builder-layout-col-lg-13,
.builder-layout-col-14,
.builder-layout-col-xs-14,
.builder-layout-col-sm-14,
.builder-layout-col-md-14,
.builder-layout-col-lg-14,
.builder-layout-col-15,
.builder-layout-col-xs-15,
.builder-layout-col-sm-15,
.builder-layout-col-md-15,
.builder-layout-col-lg-15,
.builder-layout-col-16,
.builder-layout-col-xs-16,
.builder-layout-col-sm-16,
.builder-layout-col-md-16,
.builder-layout-col-lg-16,
.builder-layout-col-17,
.builder-layout-col-xs-17,
.builder-layout-col-sm-17,
.builder-layout-col-md-17,
.builder-layout-col-lg-17,
.builder-layout-col-18,
.builder-layout-col-xs-18,
.builder-layout-col-sm-18,
.builder-layout-col-md-18,
.builder-layout-col-lg-18,
.builder-layout-col-19,
.builder-layout-col-xs-19,
.builder-layout-col-sm-19,
.builder-layout-col-md-19,
.builder-layout-col-lg-19,
.builder-layout-col-20,
.builder-layout-col-xs-20,
.builder-layout-col-sm-20,
.builder-layout-col-md-20,
.builder-layout-col-lg-20,
.builder-layout-col-21,
.builder-layout-col-xs-21,
.builder-layout-col-sm-21,
.builder-layout-col-md-21,
.builder-layout-col-lg-21,
.builder-layout-col-22,
.builder-layout-col-xs-22,
.builder-layout-col-sm-22,
.builder-layout-col-md-22,
.builder-layout-col-lg-22,
.builder-layout-col-23,
.builder-layout-col-xs-23,
.builder-layout-col-sm-23,
.builder-layout-col-md-23,
.builder-layout-col-lg-23,
.builder-layout-col-24,
.builder-layout-col-xs-24,
.builder-layout-col-sm-24,
.builder-layout-col-md-24,
.builder-layout-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.builder-layout-col-1,
.builder-layout-col-2,
.builder-layout-col-3,
.builder-layout-col-4,
.builder-layout-col-5,
.builder-layout-col-6,
.builder-layout-col-7,
.builder-layout-col-8,
.builder-layout-col-9,
.builder-layout-col-10,
.builder-layout-col-11,
.builder-layout-col-12,
.builder-layout-col-13,
.builder-layout-col-14,
.builder-layout-col-15,
.builder-layout-col-16,
.builder-layout-col-17,
.builder-layout-col-18,
.builder-layout-col-19,
.builder-layout-col-20,
.builder-layout-col-21,
.builder-layout-col-22,
.builder-layout-col-23,
.builder-layout-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
}
.builder-layout-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.builder-layout-col-push-24 {
  left: 100%;
}
.builder-layout-col-pull-24 {
  right: 100%;
}
.builder-layout-col-offset-24 {
  margin-left: 100%;
}
.builder-layout-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}
.builder-layout-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%;
}
.builder-layout-col-push-23 {
  left: 95.83333333%;
}
.builder-layout-col-pull-23 {
  right: 95.83333333%;
}
.builder-layout-col-offset-23 {
  margin-left: 95.83333333%;
}
.builder-layout-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23;
}
.builder-layout-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}
.builder-layout-col-push-22 {
  left: 91.66666667%;
}
.builder-layout-col-pull-22 {
  right: 91.66666667%;
}
.builder-layout-col-offset-22 {
  margin-left: 91.66666667%;
}
.builder-layout-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}
.builder-layout-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%;
}
.builder-layout-col-push-21 {
  left: 87.5%;
}
.builder-layout-col-pull-21 {
  right: 87.5%;
}
.builder-layout-col-offset-21 {
  margin-left: 87.5%;
}
.builder-layout-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21;
}
.builder-layout-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}
.builder-layout-col-push-20 {
  left: 83.33333333%;
}
.builder-layout-col-pull-20 {
  right: 83.33333333%;
}
.builder-layout-col-offset-20 {
  margin-left: 83.33333333%;
}
.builder-layout-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.builder-layout-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%;
}
.builder-layout-col-push-19 {
  left: 79.16666667%;
}
.builder-layout-col-pull-19 {
  right: 79.16666667%;
}
.builder-layout-col-offset-19 {
  margin-left: 79.16666667%;
}
.builder-layout-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19;
}
.builder-layout-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.builder-layout-col-push-18 {
  left: 75%;
}
.builder-layout-col-pull-18 {
  right: 75%;
}
.builder-layout-col-offset-18 {
  margin-left: 75%;
}
.builder-layout-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18;
}
.builder-layout-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%;
}
.builder-layout-col-push-17 {
  left: 70.83333333%;
}
.builder-layout-col-pull-17 {
  right: 70.83333333%;
}
.builder-layout-col-offset-17 {
  margin-left: 70.83333333%;
}
.builder-layout-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}
.builder-layout-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.builder-layout-col-push-16 {
  left: 66.66666667%;
}
.builder-layout-col-pull-16 {
  right: 66.66666667%;
}
.builder-layout-col-offset-16 {
  margin-left: 66.66666667%;
}
.builder-layout-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}
.builder-layout-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%;
}
.builder-layout-col-push-15 {
  left: 62.5%;
}
.builder-layout-col-pull-15 {
  right: 62.5%;
}
.builder-layout-col-offset-15 {
  margin-left: 62.5%;
}
.builder-layout-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.builder-layout-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}
.builder-layout-col-push-14 {
  left: 58.33333333%;
}
.builder-layout-col-pull-14 {
  right: 58.33333333%;
}
.builder-layout-col-offset-14 {
  margin-left: 58.33333333%;
}
.builder-layout-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}
.builder-layout-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%;
}
.builder-layout-col-push-13 {
  left: 54.16666667%;
}
.builder-layout-col-pull-13 {
  right: 54.16666667%;
}
.builder-layout-col-offset-13 {
  margin-left: 54.16666667%;
}
.builder-layout-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.builder-layout-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.builder-layout-col-push-12 {
  left: 50%;
}
.builder-layout-col-pull-12 {
  right: 50%;
}
.builder-layout-col-offset-12 {
  margin-left: 50%;
}
.builder-layout-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.builder-layout-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%;
}
.builder-layout-col-push-11 {
  left: 45.83333333%;
}
.builder-layout-col-pull-11 {
  right: 45.83333333%;
}
.builder-layout-col-offset-11 {
  margin-left: 45.83333333%;
}
.builder-layout-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.builder-layout-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}
.builder-layout-col-push-10 {
  left: 41.66666667%;
}
.builder-layout-col-pull-10 {
  right: 41.66666667%;
}
.builder-layout-col-offset-10 {
  margin-left: 41.66666667%;
}
.builder-layout-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.builder-layout-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%;
}
.builder-layout-col-push-9 {
  left: 37.5%;
}
.builder-layout-col-pull-9 {
  right: 37.5%;
}
.builder-layout-col-offset-9 {
  margin-left: 37.5%;
}
.builder-layout-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.builder-layout-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.builder-layout-col-push-8 {
  left: 33.33333333%;
}
.builder-layout-col-pull-8 {
  right: 33.33333333%;
}
.builder-layout-col-offset-8 {
  margin-left: 33.33333333%;
}
.builder-layout-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.builder-layout-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%;
}
.builder-layout-col-push-7 {
  left: 29.16666667%;
}
.builder-layout-col-pull-7 {
  right: 29.16666667%;
}
.builder-layout-col-offset-7 {
  margin-left: 29.16666667%;
}
.builder-layout-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.builder-layout-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.builder-layout-col-push-6 {
  left: 25%;
}
.builder-layout-col-pull-6 {
  right: 25%;
}
.builder-layout-col-offset-6 {
  margin-left: 25%;
}
.builder-layout-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.builder-layout-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%;
}
.builder-layout-col-push-5 {
  left: 20.83333333%;
}
.builder-layout-col-pull-5 {
  right: 20.83333333%;
}
.builder-layout-col-offset-5 {
  margin-left: 20.83333333%;
}
.builder-layout-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.builder-layout-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}
.builder-layout-col-push-4 {
  left: 16.66666667%;
}
.builder-layout-col-pull-4 {
  right: 16.66666667%;
}
.builder-layout-col-offset-4 {
  margin-left: 16.66666667%;
}
.builder-layout-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.builder-layout-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
}
.builder-layout-col-push-3 {
  left: 12.5%;
}
.builder-layout-col-pull-3 {
  right: 12.5%;
}
.builder-layout-col-offset-3 {
  margin-left: 12.5%;
}
.builder-layout-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.builder-layout-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}
.builder-layout-col-push-2 {
  left: 8.33333333%;
}
.builder-layout-col-pull-2 {
  right: 8.33333333%;
}
.builder-layout-col-offset-2 {
  margin-left: 8.33333333%;
}
.builder-layout-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.builder-layout-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%;
}
.builder-layout-col-push-1 {
  left: 4.16666667%;
}
.builder-layout-col-pull-1 {
  right: 4.16666667%;
}
.builder-layout-col-offset-1 {
  margin-left: 4.16666667%;
}
.builder-layout-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.builder-layout-col-0 {
  display: none;
}
.builder-layout-col-push-0 {
  left: auto;
}
.builder-layout-col-pull-0 {
  right: auto;
}
.builder-layout-col-push-0 {
  left: auto;
}
.builder-layout-col-pull-0 {
  right: auto;
}
.builder-layout-col-offset-0 {
  margin-left: 0;
}
.builder-layout-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.builder-layout-col-xs-1,
.builder-layout-col-xs-2,
.builder-layout-col-xs-3,
.builder-layout-col-xs-4,
.builder-layout-col-xs-5,
.builder-layout-col-xs-6,
.builder-layout-col-xs-7,
.builder-layout-col-xs-8,
.builder-layout-col-xs-9,
.builder-layout-col-xs-10,
.builder-layout-col-xs-11,
.builder-layout-col-xs-12,
.builder-layout-col-xs-13,
.builder-layout-col-xs-14,
.builder-layout-col-xs-15,
.builder-layout-col-xs-16,
.builder-layout-col-xs-17,
.builder-layout-col-xs-18,
.builder-layout-col-xs-19,
.builder-layout-col-xs-20,
.builder-layout-col-xs-21,
.builder-layout-col-xs-22,
.builder-layout-col-xs-23,
.builder-layout-col-xs-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
}
.builder-layout-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.builder-layout-col-xs-push-24 {
  left: 100%;
}
.builder-layout-col-xs-pull-24 {
  right: 100%;
}
.builder-layout-col-xs-offset-24 {
  margin-left: 100%;
}
.builder-layout-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}
.builder-layout-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%;
}
.builder-layout-col-xs-push-23 {
  left: 95.83333333%;
}
.builder-layout-col-xs-pull-23 {
  right: 95.83333333%;
}
.builder-layout-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.builder-layout-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23;
}
.builder-layout-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}
.builder-layout-col-xs-push-22 {
  left: 91.66666667%;
}
.builder-layout-col-xs-pull-22 {
  right: 91.66666667%;
}
.builder-layout-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.builder-layout-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}
.builder-layout-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%;
}
.builder-layout-col-xs-push-21 {
  left: 87.5%;
}
.builder-layout-col-xs-pull-21 {
  right: 87.5%;
}
.builder-layout-col-xs-offset-21 {
  margin-left: 87.5%;
}
.builder-layout-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21;
}
.builder-layout-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}
.builder-layout-col-xs-push-20 {
  left: 83.33333333%;
}
.builder-layout-col-xs-pull-20 {
  right: 83.33333333%;
}
.builder-layout-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.builder-layout-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.builder-layout-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%;
}
.builder-layout-col-xs-push-19 {
  left: 79.16666667%;
}
.builder-layout-col-xs-pull-19 {
  right: 79.16666667%;
}
.builder-layout-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.builder-layout-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19;
}
.builder-layout-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.builder-layout-col-xs-push-18 {
  left: 75%;
}
.builder-layout-col-xs-pull-18 {
  right: 75%;
}
.builder-layout-col-xs-offset-18 {
  margin-left: 75%;
}
.builder-layout-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18;
}
.builder-layout-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%;
}
.builder-layout-col-xs-push-17 {
  left: 70.83333333%;
}
.builder-layout-col-xs-pull-17 {
  right: 70.83333333%;
}
.builder-layout-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.builder-layout-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}
.builder-layout-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.builder-layout-col-xs-push-16 {
  left: 66.66666667%;
}
.builder-layout-col-xs-pull-16 {
  right: 66.66666667%;
}
.builder-layout-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.builder-layout-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}
.builder-layout-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%;
}
.builder-layout-col-xs-push-15 {
  left: 62.5%;
}
.builder-layout-col-xs-pull-15 {
  right: 62.5%;
}
.builder-layout-col-xs-offset-15 {
  margin-left: 62.5%;
}
.builder-layout-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.builder-layout-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}
.builder-layout-col-xs-push-14 {
  left: 58.33333333%;
}
.builder-layout-col-xs-pull-14 {
  right: 58.33333333%;
}
.builder-layout-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.builder-layout-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}
.builder-layout-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%;
}
.builder-layout-col-xs-push-13 {
  left: 54.16666667%;
}
.builder-layout-col-xs-pull-13 {
  right: 54.16666667%;
}
.builder-layout-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.builder-layout-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.builder-layout-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.builder-layout-col-xs-push-12 {
  left: 50%;
}
.builder-layout-col-xs-pull-12 {
  right: 50%;
}
.builder-layout-col-xs-offset-12 {
  margin-left: 50%;
}
.builder-layout-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.builder-layout-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%;
}
.builder-layout-col-xs-push-11 {
  left: 45.83333333%;
}
.builder-layout-col-xs-pull-11 {
  right: 45.83333333%;
}
.builder-layout-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.builder-layout-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.builder-layout-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}
.builder-layout-col-xs-push-10 {
  left: 41.66666667%;
}
.builder-layout-col-xs-pull-10 {
  right: 41.66666667%;
}
.builder-layout-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.builder-layout-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.builder-layout-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%;
}
.builder-layout-col-xs-push-9 {
  left: 37.5%;
}
.builder-layout-col-xs-pull-9 {
  right: 37.5%;
}
.builder-layout-col-xs-offset-9 {
  margin-left: 37.5%;
}
.builder-layout-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.builder-layout-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.builder-layout-col-xs-push-8 {
  left: 33.33333333%;
}
.builder-layout-col-xs-pull-8 {
  right: 33.33333333%;
}
.builder-layout-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.builder-layout-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.builder-layout-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%;
}
.builder-layout-col-xs-push-7 {
  left: 29.16666667%;
}
.builder-layout-col-xs-pull-7 {
  right: 29.16666667%;
}
.builder-layout-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.builder-layout-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.builder-layout-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.builder-layout-col-xs-push-6 {
  left: 25%;
}
.builder-layout-col-xs-pull-6 {
  right: 25%;
}
.builder-layout-col-xs-offset-6 {
  margin-left: 25%;
}
.builder-layout-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.builder-layout-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%;
}
.builder-layout-col-xs-push-5 {
  left: 20.83333333%;
}
.builder-layout-col-xs-pull-5 {
  right: 20.83333333%;
}
.builder-layout-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.builder-layout-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.builder-layout-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}
.builder-layout-col-xs-push-4 {
  left: 16.66666667%;
}
.builder-layout-col-xs-pull-4 {
  right: 16.66666667%;
}
.builder-layout-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.builder-layout-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.builder-layout-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
}
.builder-layout-col-xs-push-3 {
  left: 12.5%;
}
.builder-layout-col-xs-pull-3 {
  right: 12.5%;
}
.builder-layout-col-xs-offset-3 {
  margin-left: 12.5%;
}
.builder-layout-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.builder-layout-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}
.builder-layout-col-xs-push-2 {
  left: 8.33333333%;
}
.builder-layout-col-xs-pull-2 {
  right: 8.33333333%;
}
.builder-layout-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.builder-layout-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.builder-layout-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%;
}
.builder-layout-col-xs-push-1 {
  left: 4.16666667%;
}
.builder-layout-col-xs-pull-1 {
  right: 4.16666667%;
}
.builder-layout-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.builder-layout-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.builder-layout-col-xs-0 {
  display: none;
}
.builder-layout-col-push-0 {
  left: auto;
}
.builder-layout-col-pull-0 {
  right: auto;
}
.builder-layout-col-xs-push-0 {
  left: auto;
}
.builder-layout-col-xs-pull-0 {
  right: auto;
}
.builder-layout-col-xs-offset-0 {
  margin-left: 0;
}
.builder-layout-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 576px) {
  .builder-layout-col-sm-1,
  .builder-layout-col-sm-2,
  .builder-layout-col-sm-3,
  .builder-layout-col-sm-4,
  .builder-layout-col-sm-5,
  .builder-layout-col-sm-6,
  .builder-layout-col-sm-7,
  .builder-layout-col-sm-8,
  .builder-layout-col-sm-9,
  .builder-layout-col-sm-10,
  .builder-layout-col-sm-11,
  .builder-layout-col-sm-12,
  .builder-layout-col-sm-13,
  .builder-layout-col-sm-14,
  .builder-layout-col-sm-15,
  .builder-layout-col-sm-16,
  .builder-layout-col-sm-17,
  .builder-layout-col-sm-18,
  .builder-layout-col-sm-19,
  .builder-layout-col-sm-20,
  .builder-layout-col-sm-21,
  .builder-layout-col-sm-22,
  .builder-layout-col-sm-23,
  .builder-layout-col-sm-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .builder-layout-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .builder-layout-col-sm-push-24 {
    left: 100%;
  }
  .builder-layout-col-sm-pull-24 {
    right: 100%;
  }
  .builder-layout-col-sm-offset-24 {
    margin-left: 100%;
  }
  .builder-layout-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .builder-layout-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .builder-layout-col-sm-push-23 {
    left: 95.83333333%;
  }
  .builder-layout-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .builder-layout-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .builder-layout-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .builder-layout-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .builder-layout-col-sm-push-22 {
    left: 91.66666667%;
  }
  .builder-layout-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .builder-layout-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .builder-layout-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .builder-layout-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .builder-layout-col-sm-push-21 {
    left: 87.5%;
  }
  .builder-layout-col-sm-pull-21 {
    right: 87.5%;
  }
  .builder-layout-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .builder-layout-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .builder-layout-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .builder-layout-col-sm-push-20 {
    left: 83.33333333%;
  }
  .builder-layout-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .builder-layout-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .builder-layout-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .builder-layout-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .builder-layout-col-sm-push-19 {
    left: 79.16666667%;
  }
  .builder-layout-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .builder-layout-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .builder-layout-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .builder-layout-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .builder-layout-col-sm-push-18 {
    left: 75%;
  }
  .builder-layout-col-sm-pull-18 {
    right: 75%;
  }
  .builder-layout-col-sm-offset-18 {
    margin-left: 75%;
  }
  .builder-layout-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .builder-layout-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .builder-layout-col-sm-push-17 {
    left: 70.83333333%;
  }
  .builder-layout-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .builder-layout-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .builder-layout-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .builder-layout-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .builder-layout-col-sm-push-16 {
    left: 66.66666667%;
  }
  .builder-layout-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .builder-layout-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .builder-layout-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .builder-layout-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .builder-layout-col-sm-push-15 {
    left: 62.5%;
  }
  .builder-layout-col-sm-pull-15 {
    right: 62.5%;
  }
  .builder-layout-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .builder-layout-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .builder-layout-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .builder-layout-col-sm-push-14 {
    left: 58.33333333%;
  }
  .builder-layout-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .builder-layout-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .builder-layout-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .builder-layout-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .builder-layout-col-sm-push-13 {
    left: 54.16666667%;
  }
  .builder-layout-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .builder-layout-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .builder-layout-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .builder-layout-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .builder-layout-col-sm-push-12 {
    left: 50%;
  }
  .builder-layout-col-sm-pull-12 {
    right: 50%;
  }
  .builder-layout-col-sm-offset-12 {
    margin-left: 50%;
  }
  .builder-layout-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .builder-layout-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .builder-layout-col-sm-push-11 {
    left: 45.83333333%;
  }
  .builder-layout-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .builder-layout-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .builder-layout-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .builder-layout-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .builder-layout-col-sm-push-10 {
    left: 41.66666667%;
  }
  .builder-layout-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .builder-layout-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .builder-layout-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .builder-layout-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .builder-layout-col-sm-push-9 {
    left: 37.5%;
  }
  .builder-layout-col-sm-pull-9 {
    right: 37.5%;
  }
  .builder-layout-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .builder-layout-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .builder-layout-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .builder-layout-col-sm-push-8 {
    left: 33.33333333%;
  }
  .builder-layout-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .builder-layout-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .builder-layout-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .builder-layout-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .builder-layout-col-sm-push-7 {
    left: 29.16666667%;
  }
  .builder-layout-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .builder-layout-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .builder-layout-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .builder-layout-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .builder-layout-col-sm-push-6 {
    left: 25%;
  }
  .builder-layout-col-sm-pull-6 {
    right: 25%;
  }
  .builder-layout-col-sm-offset-6 {
    margin-left: 25%;
  }
  .builder-layout-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .builder-layout-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .builder-layout-col-sm-push-5 {
    left: 20.83333333%;
  }
  .builder-layout-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .builder-layout-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .builder-layout-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .builder-layout-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .builder-layout-col-sm-push-4 {
    left: 16.66666667%;
  }
  .builder-layout-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .builder-layout-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .builder-layout-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .builder-layout-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .builder-layout-col-sm-push-3 {
    left: 12.5%;
  }
  .builder-layout-col-sm-pull-3 {
    right: 12.5%;
  }
  .builder-layout-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .builder-layout-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .builder-layout-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .builder-layout-col-sm-push-2 {
    left: 8.33333333%;
  }
  .builder-layout-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .builder-layout-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .builder-layout-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .builder-layout-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .builder-layout-col-sm-push-1 {
    left: 4.16666667%;
  }
  .builder-layout-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .builder-layout-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .builder-layout-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .builder-layout-col-sm-0 {
    display: none;
  }
  .builder-layout-col-push-0 {
    left: auto;
  }
  .builder-layout-col-pull-0 {
    right: auto;
  }
  .builder-layout-col-sm-push-0 {
    left: auto;
  }
  .builder-layout-col-sm-pull-0 {
    right: auto;
  }
  .builder-layout-col-sm-offset-0 {
    margin-left: 0;
  }
  .builder-layout-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 768px) {
  .builder-layout-col-md-1,
  .builder-layout-col-md-2,
  .builder-layout-col-md-3,
  .builder-layout-col-md-4,
  .builder-layout-col-md-5,
  .builder-layout-col-md-6,
  .builder-layout-col-md-7,
  .builder-layout-col-md-8,
  .builder-layout-col-md-9,
  .builder-layout-col-md-10,
  .builder-layout-col-md-11,
  .builder-layout-col-md-12,
  .builder-layout-col-md-13,
  .builder-layout-col-md-14,
  .builder-layout-col-md-15,
  .builder-layout-col-md-16,
  .builder-layout-col-md-17,
  .builder-layout-col-md-18,
  .builder-layout-col-md-19,
  .builder-layout-col-md-20,
  .builder-layout-col-md-21,
  .builder-layout-col-md-22,
  .builder-layout-col-md-23,
  .builder-layout-col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .builder-layout-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .builder-layout-col-md-push-24 {
    left: 100%;
  }
  .builder-layout-col-md-pull-24 {
    right: 100%;
  }
  .builder-layout-col-md-offset-24 {
    margin-left: 100%;
  }
  .builder-layout-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .builder-layout-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .builder-layout-col-md-push-23 {
    left: 95.83333333%;
  }
  .builder-layout-col-md-pull-23 {
    right: 95.83333333%;
  }
  .builder-layout-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .builder-layout-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .builder-layout-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .builder-layout-col-md-push-22 {
    left: 91.66666667%;
  }
  .builder-layout-col-md-pull-22 {
    right: 91.66666667%;
  }
  .builder-layout-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .builder-layout-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .builder-layout-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .builder-layout-col-md-push-21 {
    left: 87.5%;
  }
  .builder-layout-col-md-pull-21 {
    right: 87.5%;
  }
  .builder-layout-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .builder-layout-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .builder-layout-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .builder-layout-col-md-push-20 {
    left: 83.33333333%;
  }
  .builder-layout-col-md-pull-20 {
    right: 83.33333333%;
  }
  .builder-layout-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .builder-layout-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .builder-layout-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .builder-layout-col-md-push-19 {
    left: 79.16666667%;
  }
  .builder-layout-col-md-pull-19 {
    right: 79.16666667%;
  }
  .builder-layout-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .builder-layout-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .builder-layout-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .builder-layout-col-md-push-18 {
    left: 75%;
  }
  .builder-layout-col-md-pull-18 {
    right: 75%;
  }
  .builder-layout-col-md-offset-18 {
    margin-left: 75%;
  }
  .builder-layout-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .builder-layout-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .builder-layout-col-md-push-17 {
    left: 70.83333333%;
  }
  .builder-layout-col-md-pull-17 {
    right: 70.83333333%;
  }
  .builder-layout-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .builder-layout-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .builder-layout-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .builder-layout-col-md-push-16 {
    left: 66.66666667%;
  }
  .builder-layout-col-md-pull-16 {
    right: 66.66666667%;
  }
  .builder-layout-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .builder-layout-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .builder-layout-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .builder-layout-col-md-push-15 {
    left: 62.5%;
  }
  .builder-layout-col-md-pull-15 {
    right: 62.5%;
  }
  .builder-layout-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .builder-layout-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .builder-layout-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .builder-layout-col-md-push-14 {
    left: 58.33333333%;
  }
  .builder-layout-col-md-pull-14 {
    right: 58.33333333%;
  }
  .builder-layout-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .builder-layout-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .builder-layout-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .builder-layout-col-md-push-13 {
    left: 54.16666667%;
  }
  .builder-layout-col-md-pull-13 {
    right: 54.16666667%;
  }
  .builder-layout-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .builder-layout-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .builder-layout-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .builder-layout-col-md-push-12 {
    left: 50%;
  }
  .builder-layout-col-md-pull-12 {
    right: 50%;
  }
  .builder-layout-col-md-offset-12 {
    margin-left: 50%;
  }
  .builder-layout-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .builder-layout-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .builder-layout-col-md-push-11 {
    left: 45.83333333%;
  }
  .builder-layout-col-md-pull-11 {
    right: 45.83333333%;
  }
  .builder-layout-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .builder-layout-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .builder-layout-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .builder-layout-col-md-push-10 {
    left: 41.66666667%;
  }
  .builder-layout-col-md-pull-10 {
    right: 41.66666667%;
  }
  .builder-layout-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .builder-layout-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .builder-layout-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .builder-layout-col-md-push-9 {
    left: 37.5%;
  }
  .builder-layout-col-md-pull-9 {
    right: 37.5%;
  }
  .builder-layout-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .builder-layout-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .builder-layout-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .builder-layout-col-md-push-8 {
    left: 33.33333333%;
  }
  .builder-layout-col-md-pull-8 {
    right: 33.33333333%;
  }
  .builder-layout-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .builder-layout-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .builder-layout-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .builder-layout-col-md-push-7 {
    left: 29.16666667%;
  }
  .builder-layout-col-md-pull-7 {
    right: 29.16666667%;
  }
  .builder-layout-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .builder-layout-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .builder-layout-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .builder-layout-col-md-push-6 {
    left: 25%;
  }
  .builder-layout-col-md-pull-6 {
    right: 25%;
  }
  .builder-layout-col-md-offset-6 {
    margin-left: 25%;
  }
  .builder-layout-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .builder-layout-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .builder-layout-col-md-push-5 {
    left: 20.83333333%;
  }
  .builder-layout-col-md-pull-5 {
    right: 20.83333333%;
  }
  .builder-layout-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .builder-layout-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .builder-layout-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .builder-layout-col-md-push-4 {
    left: 16.66666667%;
  }
  .builder-layout-col-md-pull-4 {
    right: 16.66666667%;
  }
  .builder-layout-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .builder-layout-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .builder-layout-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .builder-layout-col-md-push-3 {
    left: 12.5%;
  }
  .builder-layout-col-md-pull-3 {
    right: 12.5%;
  }
  .builder-layout-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .builder-layout-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .builder-layout-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .builder-layout-col-md-push-2 {
    left: 8.33333333%;
  }
  .builder-layout-col-md-pull-2 {
    right: 8.33333333%;
  }
  .builder-layout-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .builder-layout-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .builder-layout-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .builder-layout-col-md-push-1 {
    left: 4.16666667%;
  }
  .builder-layout-col-md-pull-1 {
    right: 4.16666667%;
  }
  .builder-layout-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .builder-layout-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .builder-layout-col-md-0 {
    display: none;
  }
  .builder-layout-col-push-0 {
    left: auto;
  }
  .builder-layout-col-pull-0 {
    right: auto;
  }
  .builder-layout-col-md-push-0 {
    left: auto;
  }
  .builder-layout-col-md-pull-0 {
    right: auto;
  }
  .builder-layout-col-md-offset-0 {
    margin-left: 0;
  }
  .builder-layout-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 992px) {
  .builder-layout-col-lg-1,
  .builder-layout-col-lg-2,
  .builder-layout-col-lg-3,
  .builder-layout-col-lg-4,
  .builder-layout-col-lg-5,
  .builder-layout-col-lg-6,
  .builder-layout-col-lg-7,
  .builder-layout-col-lg-8,
  .builder-layout-col-lg-9,
  .builder-layout-col-lg-10,
  .builder-layout-col-lg-11,
  .builder-layout-col-lg-12,
  .builder-layout-col-lg-13,
  .builder-layout-col-lg-14,
  .builder-layout-col-lg-15,
  .builder-layout-col-lg-16,
  .builder-layout-col-lg-17,
  .builder-layout-col-lg-18,
  .builder-layout-col-lg-19,
  .builder-layout-col-lg-20,
  .builder-layout-col-lg-21,
  .builder-layout-col-lg-22,
  .builder-layout-col-lg-23,
  .builder-layout-col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .builder-layout-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .builder-layout-col-lg-push-24 {
    left: 100%;
  }
  .builder-layout-col-lg-pull-24 {
    right: 100%;
  }
  .builder-layout-col-lg-offset-24 {
    margin-left: 100%;
  }
  .builder-layout-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .builder-layout-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .builder-layout-col-lg-push-23 {
    left: 95.83333333%;
  }
  .builder-layout-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .builder-layout-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .builder-layout-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .builder-layout-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .builder-layout-col-lg-push-22 {
    left: 91.66666667%;
  }
  .builder-layout-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .builder-layout-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .builder-layout-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .builder-layout-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .builder-layout-col-lg-push-21 {
    left: 87.5%;
  }
  .builder-layout-col-lg-pull-21 {
    right: 87.5%;
  }
  .builder-layout-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .builder-layout-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .builder-layout-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .builder-layout-col-lg-push-20 {
    left: 83.33333333%;
  }
  .builder-layout-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .builder-layout-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .builder-layout-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .builder-layout-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .builder-layout-col-lg-push-19 {
    left: 79.16666667%;
  }
  .builder-layout-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .builder-layout-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .builder-layout-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .builder-layout-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .builder-layout-col-lg-push-18 {
    left: 75%;
  }
  .builder-layout-col-lg-pull-18 {
    right: 75%;
  }
  .builder-layout-col-lg-offset-18 {
    margin-left: 75%;
  }
  .builder-layout-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .builder-layout-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .builder-layout-col-lg-push-17 {
    left: 70.83333333%;
  }
  .builder-layout-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .builder-layout-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .builder-layout-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .builder-layout-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .builder-layout-col-lg-push-16 {
    left: 66.66666667%;
  }
  .builder-layout-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .builder-layout-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .builder-layout-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .builder-layout-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .builder-layout-col-lg-push-15 {
    left: 62.5%;
  }
  .builder-layout-col-lg-pull-15 {
    right: 62.5%;
  }
  .builder-layout-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .builder-layout-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .builder-layout-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .builder-layout-col-lg-push-14 {
    left: 58.33333333%;
  }
  .builder-layout-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .builder-layout-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .builder-layout-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .builder-layout-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .builder-layout-col-lg-push-13 {
    left: 54.16666667%;
  }
  .builder-layout-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .builder-layout-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .builder-layout-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .builder-layout-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .builder-layout-col-lg-push-12 {
    left: 50%;
  }
  .builder-layout-col-lg-pull-12 {
    right: 50%;
  }
  .builder-layout-col-lg-offset-12 {
    margin-left: 50%;
  }
  .builder-layout-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .builder-layout-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .builder-layout-col-lg-push-11 {
    left: 45.83333333%;
  }
  .builder-layout-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .builder-layout-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .builder-layout-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .builder-layout-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .builder-layout-col-lg-push-10 {
    left: 41.66666667%;
  }
  .builder-layout-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .builder-layout-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .builder-layout-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .builder-layout-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .builder-layout-col-lg-push-9 {
    left: 37.5%;
  }
  .builder-layout-col-lg-pull-9 {
    right: 37.5%;
  }
  .builder-layout-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .builder-layout-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .builder-layout-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .builder-layout-col-lg-push-8 {
    left: 33.33333333%;
  }
  .builder-layout-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .builder-layout-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .builder-layout-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .builder-layout-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .builder-layout-col-lg-push-7 {
    left: 29.16666667%;
  }
  .builder-layout-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .builder-layout-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .builder-layout-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .builder-layout-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .builder-layout-col-lg-push-6 {
    left: 25%;
  }
  .builder-layout-col-lg-pull-6 {
    right: 25%;
  }
  .builder-layout-col-lg-offset-6 {
    margin-left: 25%;
  }
  .builder-layout-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .builder-layout-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .builder-layout-col-lg-push-5 {
    left: 20.83333333%;
  }
  .builder-layout-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .builder-layout-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .builder-layout-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .builder-layout-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .builder-layout-col-lg-push-4 {
    left: 16.66666667%;
  }
  .builder-layout-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .builder-layout-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .builder-layout-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .builder-layout-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .builder-layout-col-lg-push-3 {
    left: 12.5%;
  }
  .builder-layout-col-lg-pull-3 {
    right: 12.5%;
  }
  .builder-layout-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .builder-layout-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .builder-layout-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .builder-layout-col-lg-push-2 {
    left: 8.33333333%;
  }
  .builder-layout-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .builder-layout-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .builder-layout-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .builder-layout-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .builder-layout-col-lg-push-1 {
    left: 4.16666667%;
  }
  .builder-layout-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .builder-layout-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .builder-layout-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .builder-layout-col-lg-0 {
    display: none;
  }
  .builder-layout-col-push-0 {
    left: auto;
  }
  .builder-layout-col-pull-0 {
    right: auto;
  }
  .builder-layout-col-lg-push-0 {
    left: auto;
  }
  .builder-layout-col-lg-pull-0 {
    right: auto;
  }
  .builder-layout-col-lg-offset-0 {
    margin-left: 0;
  }
  .builder-layout-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .builder-layout-col-xl-1,
  .builder-layout-col-xl-2,
  .builder-layout-col-xl-3,
  .builder-layout-col-xl-4,
  .builder-layout-col-xl-5,
  .builder-layout-col-xl-6,
  .builder-layout-col-xl-7,
  .builder-layout-col-xl-8,
  .builder-layout-col-xl-9,
  .builder-layout-col-xl-10,
  .builder-layout-col-xl-11,
  .builder-layout-col-xl-12,
  .builder-layout-col-xl-13,
  .builder-layout-col-xl-14,
  .builder-layout-col-xl-15,
  .builder-layout-col-xl-16,
  .builder-layout-col-xl-17,
  .builder-layout-col-xl-18,
  .builder-layout-col-xl-19,
  .builder-layout-col-xl-20,
  .builder-layout-col-xl-21,
  .builder-layout-col-xl-22,
  .builder-layout-col-xl-23,
  .builder-layout-col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .builder-layout-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .builder-layout-col-xl-push-24 {
    left: 100%;
  }
  .builder-layout-col-xl-pull-24 {
    right: 100%;
  }
  .builder-layout-col-xl-offset-24 {
    margin-left: 100%;
  }
  .builder-layout-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .builder-layout-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .builder-layout-col-xl-push-23 {
    left: 95.83333333%;
  }
  .builder-layout-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .builder-layout-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .builder-layout-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .builder-layout-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .builder-layout-col-xl-push-22 {
    left: 91.66666667%;
  }
  .builder-layout-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .builder-layout-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .builder-layout-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .builder-layout-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .builder-layout-col-xl-push-21 {
    left: 87.5%;
  }
  .builder-layout-col-xl-pull-21 {
    right: 87.5%;
  }
  .builder-layout-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .builder-layout-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .builder-layout-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .builder-layout-col-xl-push-20 {
    left: 83.33333333%;
  }
  .builder-layout-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .builder-layout-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .builder-layout-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .builder-layout-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .builder-layout-col-xl-push-19 {
    left: 79.16666667%;
  }
  .builder-layout-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .builder-layout-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .builder-layout-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .builder-layout-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .builder-layout-col-xl-push-18 {
    left: 75%;
  }
  .builder-layout-col-xl-pull-18 {
    right: 75%;
  }
  .builder-layout-col-xl-offset-18 {
    margin-left: 75%;
  }
  .builder-layout-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .builder-layout-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .builder-layout-col-xl-push-17 {
    left: 70.83333333%;
  }
  .builder-layout-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .builder-layout-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .builder-layout-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .builder-layout-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .builder-layout-col-xl-push-16 {
    left: 66.66666667%;
  }
  .builder-layout-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .builder-layout-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .builder-layout-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .builder-layout-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .builder-layout-col-xl-push-15 {
    left: 62.5%;
  }
  .builder-layout-col-xl-pull-15 {
    right: 62.5%;
  }
  .builder-layout-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .builder-layout-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .builder-layout-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .builder-layout-col-xl-push-14 {
    left: 58.33333333%;
  }
  .builder-layout-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .builder-layout-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .builder-layout-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .builder-layout-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .builder-layout-col-xl-push-13 {
    left: 54.16666667%;
  }
  .builder-layout-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .builder-layout-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .builder-layout-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .builder-layout-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .builder-layout-col-xl-push-12 {
    left: 50%;
  }
  .builder-layout-col-xl-pull-12 {
    right: 50%;
  }
  .builder-layout-col-xl-offset-12 {
    margin-left: 50%;
  }
  .builder-layout-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .builder-layout-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .builder-layout-col-xl-push-11 {
    left: 45.83333333%;
  }
  .builder-layout-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .builder-layout-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .builder-layout-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .builder-layout-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .builder-layout-col-xl-push-10 {
    left: 41.66666667%;
  }
  .builder-layout-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .builder-layout-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .builder-layout-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .builder-layout-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .builder-layout-col-xl-push-9 {
    left: 37.5%;
  }
  .builder-layout-col-xl-pull-9 {
    right: 37.5%;
  }
  .builder-layout-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .builder-layout-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .builder-layout-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .builder-layout-col-xl-push-8 {
    left: 33.33333333%;
  }
  .builder-layout-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .builder-layout-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .builder-layout-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .builder-layout-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .builder-layout-col-xl-push-7 {
    left: 29.16666667%;
  }
  .builder-layout-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .builder-layout-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .builder-layout-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .builder-layout-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .builder-layout-col-xl-push-6 {
    left: 25%;
  }
  .builder-layout-col-xl-pull-6 {
    right: 25%;
  }
  .builder-layout-col-xl-offset-6 {
    margin-left: 25%;
  }
  .builder-layout-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .builder-layout-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .builder-layout-col-xl-push-5 {
    left: 20.83333333%;
  }
  .builder-layout-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .builder-layout-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .builder-layout-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .builder-layout-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .builder-layout-col-xl-push-4 {
    left: 16.66666667%;
  }
  .builder-layout-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .builder-layout-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .builder-layout-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .builder-layout-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .builder-layout-col-xl-push-3 {
    left: 12.5%;
  }
  .builder-layout-col-xl-pull-3 {
    right: 12.5%;
  }
  .builder-layout-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .builder-layout-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .builder-layout-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .builder-layout-col-xl-push-2 {
    left: 8.33333333%;
  }
  .builder-layout-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .builder-layout-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .builder-layout-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .builder-layout-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .builder-layout-col-xl-push-1 {
    left: 4.16666667%;
  }
  .builder-layout-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .builder-layout-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .builder-layout-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .builder-layout-col-xl-0 {
    display: none;
  }
  .builder-layout-col-push-0 {
    left: auto;
  }
  .builder-layout-col-pull-0 {
    right: auto;
  }
  .builder-layout-col-xl-push-0 {
    left: auto;
  }
  .builder-layout-col-xl-pull-0 {
    right: auto;
  }
  .builder-layout-col-xl-offset-0 {
    margin-left: 0;
  }
  .builder-layout-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 1600px) {
  .builder-layout-col-xxl-1,
  .builder-layout-col-xxl-2,
  .builder-layout-col-xxl-3,
  .builder-layout-col-xxl-4,
  .builder-layout-col-xxl-5,
  .builder-layout-col-xxl-6,
  .builder-layout-col-xxl-7,
  .builder-layout-col-xxl-8,
  .builder-layout-col-xxl-9,
  .builder-layout-col-xxl-10,
  .builder-layout-col-xxl-11,
  .builder-layout-col-xxl-12,
  .builder-layout-col-xxl-13,
  .builder-layout-col-xxl-14,
  .builder-layout-col-xxl-15,
  .builder-layout-col-xxl-16,
  .builder-layout-col-xxl-17,
  .builder-layout-col-xxl-18,
  .builder-layout-col-xxl-19,
  .builder-layout-col-xxl-20,
  .builder-layout-col-xxl-21,
  .builder-layout-col-xxl-22,
  .builder-layout-col-xxl-23,
  .builder-layout-col-xxl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .builder-layout-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .builder-layout-col-xxl-push-24 {
    left: 100%;
  }
  .builder-layout-col-xxl-pull-24 {
    right: 100%;
  }
  .builder-layout-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .builder-layout-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .builder-layout-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .builder-layout-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .builder-layout-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .builder-layout-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .builder-layout-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .builder-layout-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .builder-layout-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .builder-layout-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .builder-layout-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .builder-layout-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .builder-layout-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .builder-layout-col-xxl-push-21 {
    left: 87.5%;
  }
  .builder-layout-col-xxl-pull-21 {
    right: 87.5%;
  }
  .builder-layout-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .builder-layout-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .builder-layout-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .builder-layout-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .builder-layout-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .builder-layout-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .builder-layout-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .builder-layout-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .builder-layout-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .builder-layout-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .builder-layout-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .builder-layout-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .builder-layout-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .builder-layout-col-xxl-push-18 {
    left: 75%;
  }
  .builder-layout-col-xxl-pull-18 {
    right: 75%;
  }
  .builder-layout-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .builder-layout-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .builder-layout-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .builder-layout-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .builder-layout-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .builder-layout-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .builder-layout-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .builder-layout-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .builder-layout-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .builder-layout-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .builder-layout-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .builder-layout-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .builder-layout-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .builder-layout-col-xxl-push-15 {
    left: 62.5%;
  }
  .builder-layout-col-xxl-pull-15 {
    right: 62.5%;
  }
  .builder-layout-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .builder-layout-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .builder-layout-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .builder-layout-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .builder-layout-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .builder-layout-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .builder-layout-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .builder-layout-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .builder-layout-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .builder-layout-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .builder-layout-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .builder-layout-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .builder-layout-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .builder-layout-col-xxl-push-12 {
    left: 50%;
  }
  .builder-layout-col-xxl-pull-12 {
    right: 50%;
  }
  .builder-layout-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .builder-layout-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .builder-layout-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .builder-layout-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .builder-layout-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .builder-layout-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .builder-layout-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .builder-layout-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .builder-layout-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .builder-layout-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .builder-layout-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .builder-layout-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .builder-layout-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .builder-layout-col-xxl-push-9 {
    left: 37.5%;
  }
  .builder-layout-col-xxl-pull-9 {
    right: 37.5%;
  }
  .builder-layout-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .builder-layout-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .builder-layout-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .builder-layout-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .builder-layout-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .builder-layout-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .builder-layout-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .builder-layout-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .builder-layout-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .builder-layout-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .builder-layout-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .builder-layout-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .builder-layout-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .builder-layout-col-xxl-push-6 {
    left: 25%;
  }
  .builder-layout-col-xxl-pull-6 {
    right: 25%;
  }
  .builder-layout-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .builder-layout-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .builder-layout-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .builder-layout-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .builder-layout-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .builder-layout-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .builder-layout-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .builder-layout-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .builder-layout-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .builder-layout-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .builder-layout-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .builder-layout-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .builder-layout-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .builder-layout-col-xxl-push-3 {
    left: 12.5%;
  }
  .builder-layout-col-xxl-pull-3 {
    right: 12.5%;
  }
  .builder-layout-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .builder-layout-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .builder-layout-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .builder-layout-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .builder-layout-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .builder-layout-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .builder-layout-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .builder-layout-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .builder-layout-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .builder-layout-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .builder-layout-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .builder-layout-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .builder-layout-col-xxl-0 {
    display: none;
  }
  .builder-layout-col-push-0 {
    left: auto;
  }
  .builder-layout-col-pull-0 {
    right: auto;
  }
  .builder-layout-col-xxl-push-0 {
    left: auto;
  }
  .builder-layout-col-xxl-pull-0 {
    right: auto;
  }
  .builder-layout-col-xxl-offset-0 {
    margin-left: 0;
  }
  .builder-layout-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

