section.user-page .menu--account {
  border: 0;
  background-color: var(--color--light-bg);
}

section.user-page .main-content__container .region {
  background-color: var(--color--light-bg);
  border: 0;
}

section.user-page .main-content__container .region form {
  background-color: var(--color--white);
  border: 1px solid #EEE;
  padding: 1rem;
  border-radius: 0.5rem;
}

section.user-page .view-insurance-entities .views-row {
  background-color: var(--color--white);
  box-shadow: var(--box--shadow);
  border: 0;
}

section.user-page .view-insurance-entities .views-row .view-insurance a {
  font-family: var(--font-regular);
  font-size: 1.1rem;
}

section.user-page table {
  background-color: var(--color--white);
}

section.user-page .region--sidebar-left .block-local-tasks-block.block-core {
  background-color: var(--color--light-bg);
  border-radius: 8px;
  overflow: hidden;
}

section.user-page div.insurance-entity--wrap {
  display: flex;
  flex-wrap: wrap;
}

section.user-page div.insurance-entity--wrap .main-info,
section.user-page div.insurance-entity--wrap .bottom-info {
  width: 100%;
  flex-direction: column;
  align-items: baseline;
  font-family: var(--font-regular);
  font-size: 0.9rem;
}

@media (min-width: 49rem) {
  section.user-page div.insurance-entity--wrap .main-info,
  section.user-page div.insurance-entity--wrap .bottom-info {
    flex-direction: row;
    align-items: center;
  }
}

section.user-page div.insurance-entity--wrap .main-info {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}

@media (min-width: 49rem) {
  section.user-page div.insurance-entity--wrap .main-info {
    border-bottom: 1px solid #eee;
  }
}

section.user-page div.insurance-entity--wrap .insurance-actions {
  background: var(--color--light-bg);
  border-radius: 6px;
  padding: 10px;
  margin: 1rem 0 0;
}

section.user-page div.insurance-entity--wrap .insurance-actions table {
  background-color: transparent;
  margin-top: 1rem;
}

section.user-page div.insurance-entity--wrap .insurance-files--table tr td span.file a {
  padding: 0.2rem 0;
  font-size: 0.9rem;
}

section.user-page div.insurance-entity--wrap .views-row .view-insurance a {
  font-size: 1.1rem;
  font-family: var(--font-regular);
}

section.user-page div.insurance-entity--wrap .vehicle-name {
  font-size: 1rem;
}

section.user-page div.insurance-entity--wrap .validity-counter .progress {
  height: 4px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

section.user-page div.insurance-entity--wrap .validity-counter .progress .bg-bar {
  height: 8px;
  background-color: #ededed;
}

@media (max-width: 48rem) {
  [dir="ltr"] section.user-page div.insurance-entity--wrap .insurance-profile--info,
  [dir="ltr"] section.user-page div.insurance-entity--wrap .validity-date {
    padding-left: 0;
  }

  [dir="rtl"] section.user-page div.insurance-entity--wrap .insurance-profile--info,
  [dir="rtl"] section.user-page div.insurance-entity--wrap .validity-date {
    padding-right: 0;
  }

  section.user-page div.insurance-entity--wrap .insurance-profile--info::before,
  section.user-page div.insurance-entity--wrap .validity-date::before {
    content: none;
  }
}

@media (max-width: 48rem) {
  section.user-page .view-insurance-profiles .views-table,
  section.user-page .view-commerce-user-orders .views-table,
  section.user-page .view-commerce-order-item-table .views-table {
    min-width: auto;
  }
}

@media (max-width: 48rem) {
  section.user-page .view.view-insurance-entities .views-row {
    width: 100%;
    min-width: auto;
  }
}

/*# sourceMappingURL=user_account.css.map*/