/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./assets/css/themes/aviva/_aviva.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.auto-coverages.l-columns.l-columns--2-large {
  gap: 0px;
}
.auto-coverages .list-alt-check-icon {
  background: var(--image-list-alt-check-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.auto-coverages .information-icon {
  background: var(--image-information-icon) no-repeat center center;
  cursor: pointer;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.auto-coverages .personal-injury-icon {
  background: var(--image-personal-injury-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.auto-coverages .no-crash-icon {
  background: var(--image-no-crash-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}

.banner-heading {
  background-color: var(--color-page-heading-bg);
  color: var(--color-text-base);
}

.banner.m-hero.t-accent-light {
  background-color: var(--color-banner);
}
.banner.m-hero.t-accent-light:before {
  background-color: var(--color-banner);
}
.banner.m-hero.t-accent-light .button-container {
  gap: 15px;
}
.banner.m-hero.t-accent-light .button-container img {
  border-radius: 0;
}
.banner.m-hero.t-accent-light .a-breadcrumb .a-breadcrumb-list__item .a-breadcrumb-page {
  cursor: pointer;
  color: var(--color-text-light);
}
.banner.m-hero.t-accent-light:has(.m-hero__image img) nav.a-breadcrumb:not(m-long-form-hero .a-breadcrumb) {
  background: none;
}
.banner.m-hero.t-accent-light.imageless-banner .m-hero-message {
  padding-top: 60px;
}
.banner.m-hero.t-accent-light.imageless-banner .a-breadcrumb-list__item::before {
  background-color: var(--color-phone-call-btn) !important;
}
.banner.m-hero.t-accent-light.imageless-banner .a-breadcrumb-list__item .a-breadcrumb-page {
  color: var(--color-phone-call-btn);
  text-decoration-color: var(--color-phone-call-btn);
}

@media (min-width: 45em) {
  .banner.m-hero.t-accent-light .a-breadcrumb .a-breadcrumb-list__item .a-breadcrumb-page {
    color: var(--color-phone-call-btn);
  }
}
.a-button {
  line-height: 24px;
}
.a-button.m-show-more-button {
  padding: 0;
}

.call-center-layout {
  gap: 8.33333%;
}
.call-center-layout__main-area {
  flex: 6;
}
.call-center-layout__tile-area {
  flex: 5;
}

.call-center .title-image {
  border-radius: 0;
}
.call-center .phone-call-btn {
  max-width: 285px;
  display: block;
  align-items: center;
  text-align: center;
  direction: ltr;
  margin: 0 auto;
  unicode-bidi: plaintext;
}
.call-center .phone-call-btn a {
  text-decoration: none;
  color: var(--color-phone-call-btn);
}

.change-payment-date .page-heading {
  background-color: var(--color-page-heading-bg);
  color: var(--color-text-base);
}
.change-payment-date .call-center-layout {
  margin-top: 60px;
}

.contact-us .contact-card {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px var(--color-shadow);
}

.container-box {
  border: 1px solid var(--color-border);
}
.container-box .container-box-title {
  gap: 10px;
}

.V0 .container-box {
  box-shadow: 0px 2px 10px 0px var(--color-shadow);
  border-radius: 10px;
}
.V0 .l-content-container {
  padding-bottom: 20px;
}

.V1 .container-box {
  border-radius: 8px;
}

.document.V0 .title-icon {
  background: var(--image-document-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.document.V0 .list-item:not(:last-child) {
  border-bottom: 1px solid var(--color-sub-border);
  padding-bottom: 15px;
}
.document.V0 .list-item:not(:first-child) {
  padding-top: 15px;
}
.document.V0 .list-item .date {
  color: var(--color-date-subtext);
}
.document.V0 .download-btn {
  background-image: var(--image-download);
  background-repeat: no-repeat;
  background-position-x: right;
  min-width: 120px;
}
.document.V0 .download-btn:active {
  background-image: var(--image-download);
  background-repeat: no-repeat;
  background-position-x: right;
}

.document.V1 {
  padding-bottom: 60px;
}
.document.V1 .container-box {
  padding: 32px;
}
.document.V1 .a-button--tertiary {
  padding: 0;
  min-width: 115px;
  align-items: center;
}
.document.V1 .a-button--tertiary img {
  margin-right: 10px;
  border-radius: 0;
}
.document.V1 table {
  margin-top: 24px;
}
.document.V1 table thead tr {
  border-bottom: 2px solid var(--color-border-dark);
}
.document.V1 table tbody tr {
  border-bottom: 1px solid var(--color-border);
}
.document.V1 table th,
.document.V1 table td {
  padding: 22px 4px;
  vertical-align: top;
}
.document.V1 table th:first-child,
.document.V1 table td:first-child {
  padding-left: 16px;
}
.document.V1 table th:last-child,
.document.V1 table td:last-child {
  padding-right: 0;
}

.drivers .l-columns {
  row-gap: 15px;
}
.drivers .driver-icon {
  background: var(--image-driver-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.drivers .divider-bottom {
  border-bottom: 1px solid var(--color-sub-border);
}
@media (min-width: 45em) {
  .drivers .l-columns {
    row-gap: 20px;
  }
}

.footer .m-footer-content .phoneNum {
  color: var(--color-text-light);
}
.footer .m-footer-content .footer-link {
  color: var(--color-text-light);
}
.footer .m-footer-content .link-container {
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 45em) {
  .footer .m-footer-content .link-container {
    grid-template-columns: repeat(5, minmax(0, 19.5fr)) minmax(0, 22fr);
  }
}

.js-o-masthead .o-masthead.verify-email .o-masthead__logged-in-link,
.js-o-masthead .o-masthead.verify-email .o-masthead__skip-links {
  display: none;
}
.js-o-masthead .o-masthead-navigation__close::after {
  display: none;
}
.js-o-masthead .o-masthead-support__heading {
  border-bottom: 0px;
}
.js-o-masthead .o-masthead-support__heading.with-border {
  border-top: 1px solid var(--color-border);
}
.js-o-masthead .a-list-plain {
  padding-top: 0;
}
.js-o-masthead .a-list-plain a.o-masthead-support__link {
  background-image: none;
}
.js-o-masthead .log-out a {
  text-decoration-color: var(--color-text-light);
}
.js-o-masthead .log-out .log-out-icon {
  background: var(--image-logout-icon) no-repeat center center;
  height: 24px;
  width: 24px;
}

@media (min-width: 45em) {
  .js-o-masthead .o-masthead-logged-in__logout {
    border-top: 0;
  }
  .js-o-masthead.js-o-masthead--narrow-megamenu .o-masthead-support__heading {
    border-bottom: 0px;
  }
  .js-o-masthead.js-o-masthead--narrow-megamenu .o-masthead-support__heading.with-border {
    border-top: 1px solid var(--color-border);
  }
}
.landing .card-container {
  border: 1px solid rgb(198, 198, 198);
}
.landing .card-container.t-accent-dark {
  background: rgb(0, 89, 107);
}
.landing .card-container .title-image {
  border-radius: 0;
}
.landing .policy-title {
  gap: 10px;
}
.landing .policy-title .policy-status {
  min-height: 34px;
  height: 100%;
  border-radius: 20px;
}
.landing .policy-title .policy-status.active {
  background: rgba(62, 129, 44, 0.2);
  background-image: var(--image-active-icon);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px 20px;
}
.landing .policy-title .policy-status.inactive {
  background: rgba(177, 1, 1, 0.2);
  background-image: var(--image-inactive-icon);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px 20px;
}
.landing .policy-title .policy-status.scheduled {
  background: rgb(230, 231, 230);
  background-image: var(--image-scheduled-icon);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px 20px;
}
@media (min-width: 45em) {
  .landing .policy-title {
    gap: 15px;
  }
}

.loading-indicator-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(35, 36, 41, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-indicator-active {
  overflow: hidden;
  height: 100vh;
}

.o-modal {
  min-height: 258px;
  padding: 0;
  width: 100%;
}
.o-modal .o-modal-inner {
  border-radius: 24px;
}
.o-modal .title-image {
  border-radius: 0;
}
.o-modal .title-icon {
  vertical-align: baseline;
}
.o-modal .warning-icon {
  border-radius: 0;
}
.o-modal .warning-icon-title {
  background-image: var(--image-error-icon-title);
  background-repeat: no-repeat;
  background-position: top;
  height: 75px;
  margin-bottom: 24px;
}
.o-modal .lower-section {
  background-color: var(--color-modal-background);
}

@media (min-width: 45em) {
  .o-modal {
    width: 660px;
  }
}
.o-modal .o-modal__content .info-modal {
  padding: 32px;
}
.o-modal .o-modal__content .info-modal .modal-title {
  margin: 0;
}
.o-modal .o-modal__content .info-modal .modal-content {
  margin: 24px 0 24px 0;
}

.submit-claim-modal .phone-btn a {
  color: var(--color-phone-call-btn);
}

.iframe-css {
  border-radius: 12px;
  background-color: #eeefee;
}

.named-insured .l-columns {
  row-gap: 15px;
}
.named-insured .person-icon {
  background: var(--image-named-insured-icon) no-repeat center center;
  height: 30px;
  width: 30px;
}
.named-insured .divider-bottom {
  border-bottom: 1px solid var(--color-sub-border);
}
@media (min-width: 45em) {
  .named-insured .l-columns {
    row-gap: 20px;
  }
}

.payment-details .title-icon {
  background: var(--image-payment-schedule-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.payment-details .detail-row div {
  flex: 1;
}

.payment-schedule .title-icon {
  background: var(--image-payment-schedule-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.payment-schedule .m-data-replay-item:nth-child(even) {
  background: var(--color-table-background);
}
.payment-schedule .m-data-replay-item__title:first-child,
.payment-schedule .m-data-replay-item__data:first-child {
  flex-basis: 100%;
}
.payment-schedule .m-data-replay-item__title:last-child,
.payment-schedule .m-data-replay-item__data:last-child {
  text-align: right;
}

.property-policy-list .m-card-content {
  min-height: 200px;
}

.property-coverages.l-columns.l-columns--2-large {
  gap: 0px;
}
.property-coverages .title-icon {
  background: var(--image-list-alt-check-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.property-coverages .information-icon {
  background: var(--image-information-icon) no-repeat center center;
  cursor: pointer;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.property-coverages .list-alt-check-icon {
  background: var(--image-list-alt-check-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.property-coverages .person-icon {
  background: var(--image-person-icon) no-repeat center center;
  height: 36px;
  width: 36px;
}
.property-coverages .worry-free-bundle-part {
  background-color: var(--color-modal-background);
  border-radius: 25px;
}
.property-coverages .transparent-button {
  border: 0;
  background: transparent;
}
.property-coverages .break-column {
  flex-basis: 100%;
  width: 0;
}
.property-coverages .op-coverage-text {
  flex: 1 1 25%;
}

.m-tabs .m-tabs__nav {
  margin-bottom: 0;
}

.notifications {
  background-color: var(--color-text-light);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.notification-window {
  border-radius: 8px;
}
.notification-window.warning {
  background: var(--color-notification-warning-border);
  border: 1px solid var(--color-notification-warning-background);
}
.notification-window.info {
  background: var(--color-notification-info-border);
  border: 1px solid var(--color-notification-info-background);
}

.empty-screen-min-height {
  min-height: 800px;
}

.auto-policy-list .title,
.property-policy-list .title {
  margin-bottom: 30px;
}
.auto-policy-list .m-card-content .tile-model,
.property-policy-list .m-card-content .tile-model {
  margin: 5px 0 0 0;
}
.auto-policy-list .m-card-content .tile-vin,
.auto-policy-list .m-card-content .tile-unit,
.property-policy-list .m-card-content .tile-vin,
.property-policy-list .m-card-content .tile-unit {
  margin-top: 10px;
}

@media (min-width: 45em) {
  .m-card-content {
    padding: 32px;
  }
}
:root {
  --color-text-base: #191919;
  --color-text-light: #ffffff;
  --color-banner: #fff3c6;
  --color-page-heading-bg: #fff9e3;
  --color-border: #c6c6c6;
  --color-sub-border: #cccccc;
  --color-shadow: rgba(198, 198, 198, 0.5019607843);
  --color-table-background: #f7f7f7;
  --color-modal-background: #eeefee;
  --color-phone-call-btn: #191d64;
  --color-date-subtext: #535353;
  --color-notification-warning-background: #b10101;
  --color-notification-warning-border: rgba(177, 1, 1, 0.1490196078);
  --color-notification-info-background: #00596b;
  --color-notification-info-border: #cdebee;
  --color-active: #3e812c;
  --color-scheduled: #535353;
  --color-cancelled: #b10101;
  --image-logout-icon: url("/myaviva/self-serve/assets/images/logout-icon.svg");
  --image-payment-schedule-icon: url("/myaviva/self-serve/assets/images/payment-schedule.svg");
  --image-document-icon: url("/myaviva/self-serve/assets/images/document.svg");
  --image-list-alt-check-icon: url("/myaviva/self-serve/assets/images/list-alt-check.svg");
  --image-information-icon: url("/myaviva/self-serve/assets/images/information-icon.svg");
  --image-personal-injury-icon: url("/myaviva/self-serve/assets/images/personal-injury-icon.svg");
  --image-no-crash-icon: url("/myaviva/self-serve/assets/images/no-crash-icon.svg");
  --image-driver-icon: url("/myaviva/self-serve/assets/images/person-key-icon.svg");
  --image-named-insured-icon: url("/myaviva/self-serve/assets/images/person-key-icon.svg");
  --image-person-icon: url("/myaviva/self-serve/assets/images/person-icon.svg");
  --image-active-icon: url("/myaviva/self-serve/assets/images/active-icon.svg");
  --image-scheduled-icon: url("/myaviva/self-serve/assets/images/scheduled-icon.svg");
  --image-inactive-icon: url("/myaviva/self-serve/assets/images/inactive-icon.svg");
  --image-download: url("//static.aviva.io/assets/themes-icons/v2/aviva/default/functional/user-actions/download-blue.svg");
}

/*# sourceMappingURL=aviva.234c07f623caf65d.css.map*/