@charset "UTF-8";
/**
 * Porsche Service Plus Elements
 *
 * @author  NW, AOC, JE
 * @version v1.0.0
 */
.card {
  --bs-card-border-radius: 8px;
  --bs-card-inner-border-radius: 7px;
  --bs-card-cap-padding-y: 8px;
  --bs-card-cap-padding-x: 8px;
  border: none;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.11), 4px 4px 6px rgba(0, 0, 0, 0.11);
  font-size: 14px;
  line-height: 16px; }
  .card .card-header {
    background-color: var(--bs-greydark);
    border-bottom: 0;
    color: #fff;
    display: flex;
    padding: 0; }
    .card .card-header .owner {
      display: block;
      flex-grow: 1;
      padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
      overflow: overlay; }
  .card .card-footer {
    background-color: var(--bs-white);
    border-top: 0;
    display: flex;
    padding: 0; }
    .card .card-footer .registration {
      display: block;
      flex-grow: 1;
      padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); }
    .card .card-footer .pi {
      border-left: 1px solid var(--bs-black);
      display: flex;
      justify-content: center;
      margin: var(--bs-card-cap-padding-y) 0;
      padding: 0;
      width: 31px;
      font-size: 16px; }
  .card.type-ice .card-header {
    background-color: var(--bs-primary); }
  .card.type-ice .card-footer {
    border-left: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    border-right: 1px solid var(--bs-primary); }
    .card.type-ice .card-footer .pi:after {
      content: ""; }
  .card.type-electric .card-header {
    background-color: var(--bs-secondary); }
  .card.type-electric .card-footer {
    border-left: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
    border-right: 1px solid var(--bs-secondary); }
    .card.type-electric .card-footer .pi:after {
      content: ""; }
  .card.warning .card-header {
    overflow: hidden; }
    .card.warning .card-header .status {
      background-color: var(--bs-warning);
      color: var(--bs-black);
      font-family: porsche-icons;
      font-size: 16px;
      width: 32px;
      min-width: 32px;
      border-left: 1px solid var(--bs-white);
      display: flex;
      align-items: center;
      justify-content: center; }
      .card.warning .card-header .status:after {
        content: ""; }

.card-placeholder {
  min-height: 65px;
  background: transparent;
  border: 4px solid #d41120;
  border-radius: 12px;
  z-index: 3; }

.type-electric .bay-placeholder .inner {
  border: 1px dashed #018A16; }
  .type-electric .bay-placeholder .inner > div:before, .type-electric .bay-placeholder .inner > div:after {
    border-color: #018A16; }
  .type-electric .bay-placeholder .inner > div.btm span {
    background-color: #e1f1e3; }
    .type-electric .bay-placeholder .inner > div.btm span:nth-child(2):before {
      background-color: inherit; }

.type-ice .bay-placeholder .inner {
  border: 1px dashed #0061BD; }
  .type-ice .bay-placeholder .inner > div:before, .type-ice .bay-placeholder .inner > div:after {
    border-color: #0061BD; }
  .type-ice .bay-placeholder .inner > div.btm span {
    background-color: #e0ecf7; }
    .type-ice .bay-placeholder .inner > div.btm span:nth-child(2):before {
      background-color: inherit; }

.bay-placeholder .inner {
  border-radius: 8px;
  width: 100%;
  min-height: 65px;
  position: relative; }
  .bay-placeholder .inner > div {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    border-radius: 0 0 8px 8px; }
    .bay-placeholder .inner > div:before, .bay-placeholder .inner > div:after {
      position: absolute;
      height: 14px;
      width: 14px;
      content: '';
      border-width: 2px;
      border-style: solid;
      border-radius: 0px; }
    .bay-placeholder .inner > div span {
      display: block;
      position: absolute;
      width: calc(50% - 10px);
      height: 7px;
      background-color: #FFF;
      top: 50%;
      margin-top: -3.5px;
      left: 10px;
      border-radius: 1px; }
  .bay-placeholder .inner .top {
    top: 0; }
    .bay-placeholder .inner .top:before, .bay-placeholder .inner .top:after {
      top: -1px;
      border-bottom: 0; }
    .bay-placeholder .inner .top:before {
      left: -1px;
      border-right: 0;
      border-top-left-radius: 8px; }
    .bay-placeholder .inner .top:after {
      right: -1px;
      border-left: 0;
      border-top-right-radius: 8px; }
  .bay-placeholder .inner .btm {
    bottom: 0px; }
    .bay-placeholder .inner .btm span {
      width: calc(40% - 10px); }
      .bay-placeholder .inner .btm span:nth-child(2) {
        right: 10px;
        left: unset;
        width: 11px;
        height: 11px;
        margin-top: -5.5px; }
        .bay-placeholder .inner .btm span:nth-child(2):before {
          content: '';
          width: 2px;
          height: 11px;
          position: absolute;
          left: -10px;
          top: 0; }
    .bay-placeholder .inner .btm:before, .bay-placeholder .inner .btm:after {
      bottom: -1px;
      border-top: 0; }
    .bay-placeholder .inner .btm:before {
      left: -1px;
      border-right: 0;
      border-bottom-left-radius: 8px; }
    .bay-placeholder .inner .btm:after {
      right: -1px;
      border-left: 0;
      border-bottom-right-radius: 8px; }

.bay-placeholder .tag {
  white-space: nowrap; }

.tag {
  display: inline-block;
  border-radius: 8px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  padding: 0 12px; }
  .type-ice .tag {
    background: rgba(0, 97, 189, 0.2);
    color: var(--bs-primary); }
  .type-electric .tag {
    background: rgba(1, 138, 22, 0.2);
    color: var(--bs-secondary); }
  .tag.type-vehicle {
    background: #0061bd; }
  .tag.type-warning {
    background: #f4991a;
    color: var(--bs-dark); }
  .tag.type-electric {
    background: #018a16; }
  .tag.type-danger {
    background: #d41120;
    color: var(--bs-light); }
  .tag.type-light {
    background: white; }
  .tag.type-outline {
    border: 1px solid var(--bs-dark);
    color: var(--bs-dark); }
  .tag.tag-lg {
    padding: 6px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border-radius: 100px; }
  .tag.tag-xl {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    border-radius: 4px;
    padding: 6px 8px; }
    .tag.tag-xl .pi {
      margin-left: 5px; }
    .tag.tag-xl.type-vehicle {
      color: #FFF; }
      .tag.tag-xl.type-vehicle .pi:after {
        content: ""; }
    .tag.tag-xl.type-warning .pi:after {
      content: ""; }
    .tag.tag-xl.type-electric {
      color: #FFF; }
      .tag.tag-xl.type-electric .pi:after {
        content: ""; }
  .tag.tag-square {
    color: #FFF;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px; }
    .tag.tag-square.type-warning {
      color: #000000; }

.card-expanded .title {
  font-size: 24px;
  font-size: calculate-rem(24px);
  line-height: 26px; }

.type-electric .card-expanded .card-header {
  background-color: #018A16; }

.type-ice .card-expanded .card-header {
  background-color: #0061BD; }

.card-expanded .card-header > .row > div {
  border-right: 1px solid #FFF; }
  @media (max-width: 991.98px) {
    .card-expanded .card-header > .row > div {
      border-right: 0; } }
  .card-expanded .card-header > .row > div:last-child {
    border-right: 0; }

.card-expanded .card-header span {
  display: inline-block;
  margin-bottom: 5px; }

.card-expanded .card-footer {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }
  .type-electric .card-expanded .card-footer {
    border: 1px solid #018A16; }
  .type-ice .card-expanded .card-footer {
    border: 1px solid #0061BD; }
  .card-expanded .card-footer .pi {
    border: 0; }
    .card-expanded .card-footer .pi.pi-timer-alt {
      font-size: 24px;
      font-size: calculate-rem(24px);
      margin-right: 5px; }
  .card-expanded .card-footer .small-title {
    font-size: 16px;
    font-size: calculate-rem(16px);
    margin-bottom: 10px;
    display: block; }
  .card-expanded .card-footer .description {
    font-size: 16px;
    font-size: calculate-rem(16px); }
  .card-expanded .card-footer .btn .pi {
    font-size: 24px;
    margin: 0; }
  .card-expanded .card-footer hr {
    opacity: 0.25;
    margin-top: 30px;
    border-width: 2px; }
    .type-electric .card-expanded .card-footer hr {
      border-color: #018A16; }
    .type-ice .card-expanded .card-footer hr {
      border-color: #0061BD; }

.info-card {
  background-color: #FFF;
  border: 1px solid #000000;
  border-left-width: 4px;
  position: relative;
  padding: 10px 10px 10px 35px;
  border-radius: 0.375rem;
  margin-bottom: 1rem; }
  .info-card:before {
    font-family: porsche-icons;
    content: "";
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px; }
  .info-card span {
    width: 100%;
    display: inline-block; }
    .info-card span a {
      color: #000000;
      font-weight: 700; }
    .info-card span.date {
      opacity: 0.6;
      font-size: 12px;
      font-size: calculate-rem(12px); }
  .info-card.type-warning {
    border-color: #d41120 !important; }
    .info-card.type-warning:before {
      content: ""; }
  .type-ice .info-card {
    border-color: #0061BD; }
  .type-electric .info-card {
    border-color: #018A16; }
  .info-card.type-sms:before {
    content: ""; }

.setting-edit-field {
  background: #ebebeb;
  /* The Fallback */
  background: rgba(235, 235, 235, 0.4); }
  .setting-edit-field > .row {
    display: flex;
    align-items: center; }
  .setting-edit-field h6 {
    margin-bottom: 0; }
  .setting-edit-field .form-control:disabled, .setting-edit-field .form-select:disabled {
    background: transparent;
    border-color: transparent; }
  .setting-edit-field .profile-picture img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    margin-top: -7px;
    margin-bottom: -7px; }

.card.card-cleaning .card-header {
  overflow: hidden; }
  .card.card-cleaning .card-header .registration {
    display: block;
    flex-grow: 1;
    padding: calc(var(--bs-card-cap-padding-y) * 1.5) calc(var(--bs-card-cap-padding-x) * 1.5);
    overflow: overlay; }
  .card.card-cleaning .card-header .colour {
    font-size: 12px;
    line-height: 16px;
    border-left: 1px solid var(--bs-white);
    display: block;
    padding: calc(var(--bs-card-cap-padding-y) * 1.5) calc(var(--bs-card-cap-padding-x) * 1.5); }
  .card.card-cleaning .card-header .row .col-12 .hstack div:first-child {
    border-right: 1px solid #fff; }

.card.card-cleaning .card-footer {
  border-left: 1px solid var(--bs-greydark);
  border-bottom: 1px solid var(--bs-greydark);
  border-right: 1px solid var(--bs-greydark); }
  .card.card-cleaning .card-footer .key-no {
    display: block;
    flex-grow: 1;
    padding: calc(var(--bs-card-cap-padding-y) * 1.5) calc(var(--bs-card-cap-padding-x) * 1.5); }
  .card.card-cleaning .card-footer .pi {
    line-height: 24px; }

.list-group.sortable .list-group-item.sortable-group {
  background: #F7F7F7;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden; }
  .list-group.sortable .list-group-item.sortable-group .list-group-title {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #ffffff; }
    .list-group.sortable .list-group-item.sortable-group .list-group-title h6 {
      margin-bottom: 0; }
  .list-group.sortable .list-group-item.sortable-group .list-group-content {
    padding: 24px; }
    .list-group.sortable .list-group-item.sortable-group .list-group-content p {
      opacity: 0.6; }
  .list-group.sortable .list-group-item.sortable-group .list-group-item {
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
  .list-group.sortable .list-group-item.sortable-group .sortable-handle {
    display: flex;
    font-size: 20px;
    margin-right: 30px;
    cursor: grab; }
  .list-group.sortable .list-group-item.sortable-group .delete-group,
  .list-group.sortable .list-group-item.sortable-group .delete-subgroup {
    display: flex;
    font-size: 24px;
    cursor: pointer; }

.setting-incrementor {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 20px; }
  .setting-incrementor h6 {
    margin-bottom: 0; }
  .setting-incrementor .number-input {
    background: transparent;
    border: none;
    width: 60px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }
    .setting-incrementor .number-input::-webkit-inner-spin-button, .setting-incrementor .number-input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .setting-incrementor .decrement:not(:hover),
  .setting-incrementor .increment:not(:hover) {
    background: #fff; }

.tooltip-toggle {
  cursor: help; }

.card-customer_facing-video {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none; }
  .card-customer_facing-video .card-img, .card-customer_facing-video .card-img-top {
    border-radius: 0; }
  .card-customer_facing-video .btn-play {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .card-customer_facing-video .btn-play:after {
      font-family: 'porsche-icons';
      content: "";
      color: #0061BD;
      font-size: 50px; }

.card-customer_facing-image {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none; }
  .card-customer_facing-image .card-img,
  .card-customer_facing-image .card-img-top {
    border-radius: 0; }
  .card-customer_facing-image .card-title {
    background: var(--bs-bggrey);
    margin: 0;
    display: flex; }
    .card-customer_facing-image .card-title span {
      padding: 10px; }
    .card-customer_facing-image .card-title .status {
      background-color: var(--bs-dark);
      color: var(--bs-light);
      font-family: porsche-icons;
      font-size: 16px;
      width: 32px;
      min-width: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .card-customer_facing-image .card-title .status:after {
        content: ""; }
    .card-customer_facing-image .card-title.urgent {
      background-color: var(--bs-lred); }
      .card-customer_facing-image .card-title.urgent .status {
        background-color: var(--bs-danger);
        color: var(--bs-light); }
        .card-customer_facing-image .card-title.urgent .status:after {
          content: ""; }
    .card-customer_facing-image .card-title.advised {
      background-color: var(--bs-lorange); }
      .card-customer_facing-image .card-title.advised .status {
        background-color: var(--bs-warning); }
        .card-customer_facing-image .card-title.advised .status:after {
          content: ""; }
  .card-customer_facing-image:after {
    content: "";
    font-family: porsche-icons;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #000;
    height: 24px;
    width: 24px; }

.vehicle-images_customer_facing .card-title, .vehicle-videos_customer_facing .card-title {
  background: var(--bs-bggrey);
  margin: 0;
  display: flex; }
  .vehicle-images_customer_facing .card-title span, .vehicle-videos_customer_facing .card-title span {
    padding: 10px;
    color: #000; }
    @media (max-width: 767.98px) {
      .vehicle-images_customer_facing .card-title span, .vehicle-videos_customer_facing .card-title span {
        font-size: 16px;
        font-size: calculate-rem(16px); } }
  .vehicle-images_customer_facing .card-title .status, .vehicle-videos_customer_facing .card-title .status {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    font-family: porsche-icons;
    font-size: 16px;
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .vehicle-images_customer_facing .card-title .status:after, .vehicle-videos_customer_facing .card-title .status:after {
      content: ""; }
  .vehicle-images_customer_facing .card-title.urgent, .vehicle-videos_customer_facing .card-title.urgent {
    background-color: var(--bs-lred); }
    .vehicle-images_customer_facing .card-title.urgent .status, .vehicle-videos_customer_facing .card-title.urgent .status {
      background-color: var(--bs-danger);
      color: var(--bs-light); }
      .vehicle-images_customer_facing .card-title.urgent .status:after, .vehicle-videos_customer_facing .card-title.urgent .status:after {
        content: ""; }
  .vehicle-images_customer_facing .card-title.advised, .vehicle-videos_customer_facing .card-title.advised {
    background-color: var(--bs-lorange); }
    .vehicle-images_customer_facing .card-title.advised .status, .vehicle-videos_customer_facing .card-title.advised .status {
      background-color: var(--bs-warning); }
      .vehicle-images_customer_facing .card-title.advised .status:after, .vehicle-videos_customer_facing .card-title.advised .status:after {
        content: ""; }

@media (max-width: 767.98px) {
  .cf .btn-container button, .cf .btn-container a {
    width: 100%;
    margin-right: 0 !important;
    justify-content: center;
    display: flex; }
  .cf .btn-container .tab-controls a:first-child {
    margin-right: 7.5px !important; }
  .cf .btn-container .tab-controls a:last-child {
    margin-left: 7.5px !important; }
  .cf .btn-container .tab-controls span span {
    display: none; } }

.swiper-container {
  position: relative; }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    color: var(--bs-greydark); }
    .swiper-container .swiper-button-next:after,
    .swiper-container .swiper-button-prev:after {
      font-size: 32px; }
  .swiper-container .swiper-pagination {
    z-index: 3; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      background: #fff;
      border: 1px solid #000;
      width: 8px;
      height: 8px;
      opacity: 1;
      margin: 0 3px; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--bs-red);
        border-color: var(--bs-red); }

.check-status {
  width: 98px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 0.5rem; }
  @media (max-width: 575.98px) {
    .check-status {
      width: auto; } }

.check-status i {
  font-size: 1.25rem;
  margin-bottom: 0.25rem; }

.check-status.green {
  background-color: var(--bs-green);
  color: white; }

.check-status.red {
  background-color: var(--bs-red);
  color: white; }

.check-status.orange {
  background-color: var(--bs-orange);
  color: black; }

@media (max-width: 292px) {
  .check-status-wrapper > div {
    flex: 0 0 100%;
    width: 100%; } }

.primary-tabs {
  border-bottom: 1px solid #C1C3C3; }
  .primary-tabs .nav-link {
    color: var(--bs-black);
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    .primary-tabs .nav-link.active {
      color: var(--bs-black);
      font-weight: 700;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top: 1px solid #C1C3C3;
      border-right: 1px solid #C1C3C3;
      border-left: 1px solid #C1C3C3; }
      .primary-tabs .nav-link.active:after {
        content: "";
        height: 2px;
        width: 204px;
        max-width: 50%;
        background: #d41120;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
  @media (min-width: 1200px) {
    .primary-tabs {
      padding-left: 67px;
      padding-right: 67px; } }
  @media (max-width: 1199.98px) {
    .primary-tabs {
      padding-left: calc(var(--bs-gutter-x) * .5);
      padding-right: calc(var(--bs-gutter-x) * .5); } }

.primary-tab-content {
  background: white;
  background: linear-gradient(0deg, #d2d2d2 0%, white 100%);
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (min-width: 1200px) {
    .primary-tab-content {
      padding-left: 55px;
      padding-right: 55px; } }

.secondary-tabs {
  border-bottom: 1px solid #C1C3C3; }
  .secondary-tabs .nav-item {
    border-right: 1px solid #fff; }
  .secondary-tabs .nav-link {
    color: var(--bs-black);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background: #EBEBEB;
    border: 0;
    border-radius: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative; }
    .secondary-tabs .nav-link.active {
      color: var(--bs-black);
      font-weight: 700; }
      .secondary-tabs .nav-link.active:after {
        content: "";
        height: 2px;
        width: calc(100% - 48px);
        background: #d41120;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }

.secondary-tab-content {
  padding: 48px; }

@media (max-width: 767.98px) {
  .cf .secondary-tabs .nav-item {
    min-width: 280px; } }

.cf .secondary-tabs-wrapper {
  position: sticky;
  top: 112px;
  z-index: 5; }
  @media (max-width: 991.98px) {
    .cf .secondary-tabs-wrapper {
      top: 90px; } }
  @media (max-width: 767.98px) {
    .cf .secondary-tabs-wrapper {
      overflow: auto;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .cf .secondary-tabs-wrapper::-webkit-scrollbar {
        display: none; }
      .cf .secondary-tabs-wrapper ul {
        display: flex;
        flex-wrap: nowrap; }
        .cf .secondary-tabs-wrapper ul li {
          flex: 1; }
          .cf .secondary-tabs-wrapper ul li button {
            white-space: nowrap; } }

.numbered-tabs {
  border-bottom: 1px solid #c1c3c3; }
  .numbered-tabs .nav-item {
    counter-increment: numbered-tabs;
    display: flex;
    flex-direction: column;
    margin-left: 80px; }
    .numbered-tabs .nav-item:first-of-type {
      margin-left: 0; }
    .numbered-tabs .nav-item .nav-link {
      background: transparent;
      border: none;
      color: #000000;
      font-size: 14px;
      padding: 0 0 12px 0; }
      .numbered-tabs .nav-item .nav-link:before {
        content: counter(numbered-tabs);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #000000;
        display: block;
        margin: 0 auto 9px;
        font-size: 12px;
        font-weight: 700; }
      .numbered-tabs .nav-item .nav-link.active:not(.complete) {
        color: var(--bs-red);
        position: relative;
        font-weight: 700; }
        .numbered-tabs .nav-item .nav-link.active:not(.complete):before {
          border-color: var(--bs-red); }
        .numbered-tabs .nav-item .nav-link.active:not(.complete):after {
          content: "";
          height: 2px;
          width: 100%;
          background: var(--bs-red);
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .numbered-tabs .nav-item .nav-link.complete:before {
        content: "";
        font-family: porsche-icons;
        color: #fff;
        background: var(--bs-green);
        border-color: var(--bs-green); }

.numbered-tab-content {
  background: #ffffff;
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (min-width: 1200px) {
    .numbered-tab-content {
      padding-left: 55px;
      padding-right: 55px; } }

.vertical-tabs .nav-link {
  margin-bottom: 16px;
  background: transparent;
  font-weight: 700;
  color: #000;
  padding: 16px 32px;
  text-align: left; }
  .vertical-tabs .nav-link.active {
    background: #fff;
    color: #d41120; }

.group {
  background: var(--bs-white);
  border: 1px solid #E3E4E5;
  height: 100%; }
  .group .group-title {
    background: var(--bs-greydark);
    color: var(--bs-white);
    padding: 12px 20px 12px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px; }
    .group .group-title .group-filter {
      color: #fff;
      cursor: pointer;
      float: right;
      font-size: 14px;
      text-decoration: none; }
    .group .group-title h4 {
      margin: 4px 0;
      flex: 1;
      border-right: 1px solid #fff;
      margin-right: 20px; }
    .group .group-title.group-title-bay-timeline {
      padding: 14px 24px;
      display: flex; }
      .group .group-title.group-title-bay-timeline .form-select {
        height: 36px; }
      .group .group-title.group-title-bay-timeline .pi {
        align-self: center;
        margin-left: 25px; }
        .group .group-title.group-title-bay-timeline .pi:after {
          font-size: 26px; }
    .group .group-title.type-electric {
      background-color: var(--bs-secondary); }
      .group .group-title.type-electric .pi:after {
        content: ""; }
    .group .group-title.type-ice {
      background-color: var(--bs-primary); }
      .group .group-title.type-ice .pi:after {
        content: ""; }
  .group .group-content {
    background: var(--bs-white);
    padding: 0 4px 4px 4px; }
  .group .progress {
    margin: 0px 16px 8px; }

.group-double .group-title.first {
  border-right: 1px dotted var(--bs-white); }
  .group-double .group-title.first:after {
    display: none; }

.group-double .group-title .group-filter {
  margin-bottom: -1px; }

.group-double .bay + .bay {
  margin-top: 10px; }

.group-triple .bays-container {
  height: calc(100% - 64px); }

.group-triple .group-title {
  font-size: 16px;
  padding: 24px;
  margin-bottom: 0; }
  .group-triple .group-title.first, .group-triple .group-title.second {
    border-right: 1px dotted var(--bs-white); }
    .group-triple .group-title.first:after, .group-triple .group-title.second:after {
      display: none; }
  .group-triple .group-title .group-filter {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: -3px; }

.group-triple .progress {
  margin: 16px 24px; }

.group-triple .bay + .bay {
  margin-top: 10px; }

.group.group-cleaning {
  height: calc(100vh - 196px);
  min-height: 700px; }
  @media (max-width: 1399.98px) {
    .group.group-cleaning {
      height: calc(100vh - 148px); } }
  .group.group-cleaning .group-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px; }
    .group.group-cleaning .group-title.second, .group.group-cleaning .group-title.third {
      border-left: 1px solid #FFFFFF; }
  .group.group-cleaning .group-content.first, .group.group-cleaning .group-content.second, .group.group-cleaning .group-content.third {
    height: calc(100% - 48px); }
  .group.group-cleaning .group-content.first, .group.group-cleaning .group-content.third {
    overflow-y: scroll; }
  .group.group-cleaning .group-content.second, .group.group-cleaning .group-content.third {
    border-left: 1px solid #E3E4E5; }
  .group.group-cleaning .group-content .card-list.numbered {
    padding-left: 30px;
    counter-reset: my-counter; }
    .group.group-cleaning .group-content .card-list.numbered .card {
      counter-increment: my-counter; }
      .group.group-cleaning .group-content .card-list.numbered .card:before {
        content: counter(my-counter) "th";
        display: block;
        position: absolute;
        left: -40px;
        font-weight: bold;
        top: calc(50% - 5px); }
      .group.group-cleaning .group-content .card-list.numbered .card:nth-child(10n+1):not(:nth-child(11)):before {
        content: counter(my-counter) "st"; }
      .group.group-cleaning .group-content .card-list.numbered .card:nth-child(10n+2):not(:nth-child(12)):before {
        content: counter(my-counter) "nd"; }
      .group.group-cleaning .group-content .card-list.numbered .card:nth-child(10n+3):not(:nth-child(13)):before {
        content: counter(my-counter) "rd"; }
  .group.group-cleaning .group-content.second {
    display: flex; }
  .group.group-cleaning .group-content .card.card-cleaning.card-expanded {
    align-self: center;
    width: 100%;
    margin: 0 auto;
    min-width: 398px; }
  .group.group-cleaning .card-cleaning {
    margin-bottom: 25px; }

.sub-group {
  border-left: 1px solid #C4C4C5;
  border-top: 1px solid #C4C4C5;
  border-right: 1px solid #C4C4C5;
  margin-top: 8px; }
  .sub-group:first-child {
    margin-top: 0; }
  .sub-group .sub-group-title {
    background: var(--bs-bggrey);
    border-bottom: 1px solid #C4C4C5;
    color: var(--bs-black);
    cursor: pointer;
    padding: 9px 16px 9px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px; }
    .sub-group .sub-group-title:after {
      font-family: porsche-icons;
      content: "";
      float: right;
      font-size: 16px; }
    .sub-group .sub-group-title.collapsed:after {
      content: ""; }
    .sub-group .sub-group-title .highlighted {
      color: var(--bs-white);
      padding: 4px 8px;
      margin-left: -8px;
      border-radius: 4px; }
  .sub-group .sub-group-content {
    background: var(--bs-white);
    border-bottom: 1px solid #C4C4C5;
    padding: 8px; }

.bay {
  padding: 0 16px 0; }
  .bay .drag-handle {
    cursor: grabbing;
    display: inline-block;
    margin-right: 5px; }
  .bay .bay-title {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    height: 27px; }
    .bay .bay-title:after {
      content: "";
      font-family: porsche-icons;
      font-size: 16px;
      margin-left: 10px;
      font-weight: normal; }
  .bay .bay-estimate {
    align-items: center;
    display: flex;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    height: 27px; }
    .bay .bay-estimate .pi {
      font-size: 16px;
      margin-right: 5px; }
  .bay.type-ice {
    background-color: #e0ecf7; }
    .bay.type-ice .bay-title:after {
      content: ""; }
  .bay.type-electric {
    background-color: #e1f1e3; }
    .bay.type-electric .bay-title:after {
      content: ""; }
  .bay .bay-placeholders {
    width: 100%;
    position: relative; }
    .bay .bay-placeholders > .inner {
      margin-top: 1px;
      width: 100%; }
  .bay .cards-container {
    align-content: baseline;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 8px);
    height: calc(100% - 32px);
    margin-top: 18px;
    margin-bottom: 8px; }
    .bay .cards-container .card-placeholder {
      height: calc(50% - 8px);
      min-height: 73px;
      margin-top: 10px; }
      @media (max-width: 1199.98px) {
        .bay .cards-container .card-placeholder {
          height: calc(33% - 12px); } }
      @media (max-width: 991.98px) {
        .bay .cards-container .card-placeholder {
          height: calc(16.66% - 28px); } }
    .bay .cards-container .card-wrapper {
      margin-top: 14px;
      margin-bottom: 18px; }
  .bay .bay-secondary {
    border-left: 1px dashed var(--bs-black);
    position: relative; }
    .bay .bay-secondary .cards-container {
      margin-top: 10px; }
      @media (max-width: 991.98px) {
        .bay .bay-secondary .cards-container {
          margin-top: 18px; } }
  .bay .view-bay {
    cursor: pointer;
    color: var(--bs-black);
    text-decoration: none;
    position: absolute;
    top: 18px;
    right: 12px; }

.cards-container {
  min-height: 65px; }

.card-wrapper {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
  .card-wrapper.ui-sortable-helper {
    transform: rotate(-3.5deg); }

.group-filters .form-check-label {
  font-size: 16px; }

.data-table thead th.sorting,
.image-manager-table thead th.sorting {
  cursor: pointer;
  position: relative; }
  .data-table thead th.sorting:after,
  .image-manager-table thead th.sorting:after {
    content: "\00a0";
    margin-left: 5px; }
  .data-table thead th.sorting.sorting_desc,
  .image-manager-table thead th.sorting.sorting_desc {
    color: #0061BD; }
    .data-table thead th.sorting.sorting_desc:after,
    .image-manager-table thead th.sorting.sorting_desc:after {
      content: "";
      font-family: porsche-icons; }
  .data-table thead th.sorting.sorting_asc,
  .image-manager-table thead th.sorting.sorting_asc {
    color: #0061BD; }
    .data-table thead th.sorting.sorting_asc:after,
    .image-manager-table thead th.sorting.sorting_asc:after {
      content: "";
      font-family: porsche-icons; }

.bay-timeline {
  background: #EBEBEB;
  padding: 24px;
  height: 100%; }
  .bay-timeline .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 16px; }
    .bay-timeline .title .bay-timeline-filter {
      color: var(--bs-dark);
      cursor: pointer;
      float: right;
      text-decoration: none; }
  .bay-timeline hr {
    border-color: var(--bs-light); }
  .bay-timeline.job {
    padding-top: 44px; }
  .bay-timeline .bay-timeline-cards {
    height: calc(100vh - 502px);
    overflow: scroll; }

.bay-expanded {
  height: 100%;
  padding: 0 12px 0; }
  .bay-expanded .bay-placeholders {
    margin-top: 22px; }
    .bay-expanded .bay-placeholders .inner,
    .bay-expanded .bay-placeholders .cards-container {
      padding-left: 50px;
      padding-right: 50px; }
      @media (max-width: 1839.98px) {
        .bay-expanded .bay-placeholders .inner,
        .bay-expanded .bay-placeholders .cards-container {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1399.98px) {
        .bay-expanded .bay-placeholders .inner,
        .bay-expanded .bay-placeholders .cards-container {
          padding-left: 0;
          padding-right: 0; } }
    .bay-expanded .bay-placeholders .bay-placeholder .tag {
      margin-bottom: 8px; }
  .bay-expanded .cards-container .card-wrapper {
    margin-top: 30px; }
  .bay-expanded .cards-container .card-placeholder {
    height: 73px;
    margin-top: 27px;
    margin-bottom: 14px; }
  .bay-expanded .bay-secondary {
    padding: 36px 48px; }

.bays-container {
  height: 100%; }

.wheel-specs-table {
  border-spacing: 0;
  width: auto; }
  .wheel-specs-table th {
    background: #e8e8e8; }
  .wheel-specs-table th, .wheel-specs-table td {
    padding: 2px 25px;
    border: 1px solid var(--bs-dark); }

.tyre-analysis .tyre-status {
  margin-bottom: 15px; }
  .tyre-analysis .tyre-status.pass {
    color: var(--bs-success);
    border-bottom: 2px solid var(--bs-success); }
  .tyre-analysis .tyre-status.fail {
    color: var(--bs-danger);
    border-bottom: 2px solid var(--bs-danger); }

.job-status-bar {
  position: fixed;
  border-top: 1px solid #C6C7C7;
  bottom: 0;
  left: 0;
  height: 104px;
  width: 100%;
  padding: 18px 0 32px 0;
  z-index: 2; }
  .job-status-bar ul {
    display: flex;
    width: 100%; }
    .job-status-bar ul li {
      flex: 1 1 auto;
      text-align: center;
      margin: 0 !important;
      position: relative; }
      .job-status-bar ul li:after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px solid #323639;
        margin-top: 22px; }
      .job-status-bar ul li:before {
        content: "";
        width: 9px;
        height: 9px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #323639;
        display: block;
        position: absolute;
        bottom: -4.5px;
        left: calc(50% - 4.5px); }
      .job-status-bar ul li:first-child:after {
        margin-left: 50%;
        width: 50%; }
      .job-status-bar ul li:last-child:after {
        margin-right: 50%;
        width: 50%; }
      .job-status-bar ul li.active {
        font-weight: bold; }
        .job-status-bar ul li.active:before {
          border-width: 2px;
          content: "";
          font-family: porsche-icons;
          font-size: 20px;
          width: 32px;
          height: 32px;
          bottom: -16px;
          left: calc(50% - 16px); }
  .job-status-bar.type-ice {
    background: var(--bs-ice); }
    .job-status-bar.type-ice ul li.active {
      color: var(--bs-blue); }
      .job-status-bar.type-ice ul li.active:before {
        border-color: var(--bs-blue); }
  .job-status-bar.type-electric {
    background: var(--bs-lgreen); }
    .job-status-bar.type-electric ul li.active {
      color: var(--bs-green); }
      .job-status-bar.type-electric ul li.active:before {
        border-color: var(--bs-green); }

body.job-status-bar-showing {
  padding-bottom: 104px; }

.inspection-table {
  font-size: 14px; }
  .inspection-table.table > :not(caption) > * > * {
    border-color: rgba(0, 0, 0, 0.2); }
  .inspection-table thead tr th {
    border-color: #323639 !important; }
  .inspection-table tbody.content-body {
    border-left: 1px solid #323639;
    border-right: 1px solid #323639; }
    .inspection-table tbody.content-body:last-of-type > tr:last-child > td {
      border-bottom: 1px solid #323639; }
  .inspection-table > tbody > tr:first-child td, .inspection-table > tbody > tr:first-child th {
    border-top: 1px solid #323639; }
  .inspection-table > tbody > tr:first-child .colour-cell > div {
    padding-top: 15px; }
  .inspection-table > tbody > tr:last-child td {
    border-bottom: none;
    vertical-align: top; }
  .inspection-table > tbody > tr:last-child .colour-cell > div {
    padding-bottom: 15px; }
  .inspection-table tbody {
    vertical-align: middle; }
    .inspection-table tbody tr.title-row th, .inspection-table tbody tr.title-row td, .inspection-table tbody tr.select-all-row th, .inspection-table tbody tr.select-all-row td {
      border-bottom: none; }
    .inspection-table tbody tr.title-row th, .inspection-table tbody tr.title-row td {
      padding-top: 0;
      padding-bottom: 0;
      vertical-align: bottom; }
    .inspection-table tbody tr.title-row th.colour-cell {
      padding-top: 0;
      padding-bottom: 0; }
      .inspection-table tbody tr.title-row th.colour-cell > div {
        padding: 11px; }
    .inspection-table tbody tr:not(:first-child) td:first-child, .inspection-table tbody tr:not(:first-child) td:last-child, .inspection-table tbody tr:not(:first-child) th:first-child, .inspection-table tbody tr:not(:first-child) th:last-child {
      border: none; }
    .inspection-table tbody tr.show > td:first-child {
      border-bottom: 1px solid #323639; }
    .inspection-table tbody tr.show > td:nth-child(2) {
      border-bottom: 1px solid #323639;
      border-right: 1px solid #323639; }
    .inspection-table tbody tr.collapsing {
      -webkit-transition: none;
      transition: none;
      display: none; }
    .inspection-table tbody tr.open-row > td:nth-child(1),
    .inspection-table tbody tr.open-row > td:nth-child(2),
    .inspection-table tbody tr.open-row > td:nth-child(3) {
      background: #f5f5f5;
      border-color: transparent; }
    .inspection-table tbody tr.open-row > td:nth-child(3) {
      border-right: 1px solid #323639; }
    .inspection-table tbody tr.open-row > td:nth-child(4),
    .inspection-table tbody tr.open-row > td:nth-child(5),
    .inspection-table tbody tr.open-row > td:nth-child(6) {
      border-bottom: 1px solid #323639; }
    .inspection-table tbody tr.open-row-next > td:nth-child(1),
    .inspection-table tbody tr.open-row-next > td:nth-child(2),
    .inspection-table tbody tr.open-row-next > td:nth-child(3) {
      border-bottom: 1px solid #323639; }
    .inspection-table tbody tr.inspection_collapse_row > td:nth-child(1),
    .inspection-table tbody tr.inspection_collapse_row > td:nth-child(2) {
      background: #f5f5f5; }
    .inspection-table tbody tr.inspection_collapse_row td.colour-cell {
      height: 1px; }
      .inspection-table tbody tr.inspection_collapse_row td.colour-cell > div {
        height: 100%; }
  .inspection-table .colour-cell {
    padding: 0 3px;
    width: 84px; }
    .inspection-table .colour-cell > div {
      padding: 8px 0; }
    .inspection-table .colour-cell:first {
      padding-left: 0; }
    @media (max-width: 1399.98px) {
      .inspection-table .colour-cell {
        width: 74px; } }
    @media (max-width: 1199.98px) {
      .inspection-table .colour-cell {
        width: 64px; } }
  .inspection-table > thead > tr > th
> tbody > tr > th:first-child, .inspection-table > thead > tr > th
> tbody > tr > th:last-child,
  .inspection-table > tbody > tr > td:first-child,
  .inspection-table > tbody > tr > td:last-child,
  .inspection-table > tbody > tr:last-child > td:first-child,
  .inspection-table > tbody > tr:last-child > td:last-child {
    width: 32px;
    padding: 0; }
    @media (max-width: 1399.98px) {
      .inspection-table > thead > tr > th
> tbody > tr > th:first-child, .inspection-table > thead > tr > th
> tbody > tr > th:last-child,
      .inspection-table > tbody > tr > td:first-child,
      .inspection-table > tbody > tr > td:last-child,
      .inspection-table > tbody > tr:last-child > td:first-child,
      .inspection-table > tbody > tr:last-child > td:last-child {
        width: 15px;
        padding: 0; } }
    @media (max-width: 1199.98px) {
      .inspection-table > thead > tr > th
> tbody > tr > th:first-child, .inspection-table > thead > tr > th
> tbody > tr > th:last-child,
      .inspection-table > tbody > tr > td:first-child,
      .inspection-table > tbody > tr > td:last-child,
      .inspection-table > tbody > tr:last-child > td:first-child,
      .inspection-table > tbody > tr:last-child > td:last-child {
        width: 10px;
        padding: 0; } }
  .inspection-table > thead > tr > th
> tbody > tr > th:nth-child(2),
  .inspection-table > tbody > tr > td:nth-child(2),
  .inspection-table > tbody > tr:last-child > td:nth-child(2) {
    padding-left: 0; }
  .inspection-table > thead > tr > th
> tbody > tr > th:nth-last-child(2),
  .inspection-table > tbody > tr > td:nth-last-child(2),
  .inspection-table > tbody > tr:last-child > td:nth-last-child(2) {
    padding-right: 0; }
  .inspection-table > thead > tr > th:last-child {
    padding-right: 0;
    padding-top: 0; }
  .inspection-table .dropdown-table > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 4px; }
    .inspection-table .dropdown-table > tbody > tr > td:first-child {
      padding-left: 0; }
    .inspection-table .dropdown-table > tbody > tr > td:last-child {
      padding-right: 0; }
  .inspection-table .dropdown-table tbody tr td {
    border: none; }
  .inspection-table .dropdown-table tbody tr:first-child td {
    padding-top: 8px; }
  .inspection-table .complete-count {
    display: inline-block;
    font-size: 14px;
    padding: 3px 8px;
    float: right;
    background: #ebebeb; }
    .inspection-table .complete-count.complete {
      background: #018A16;
      color: #fff; }
  .inspection-table .expand-toggle {
    text-decoration: none;
    color: #000;
    position: relative;
    float: right;
    padding: 1px 25px 1px 10px;
    background: #fff; }
    .inspection-table .expand-toggle:after {
      content: "";
      font-family: porsche-icons;
      font-size: 22px;
      position: absolute;
      top: 5px;
      line-height: 0.7;
      margin-left: 5px; }
    .inspection-table .expand-toggle.collapsed:after {
      background: #ebebeb;
      content: ""; }

.inspection-table-header .inspection-table {
  box-shadow: 0px 27px 11px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.02), 0px 7px 7px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04); }
  .inspection-table-header .inspection-table thead tr th {
    border: none; }

.image-manager-table {
  vertical-align: middle; }

.table.documents-table .link-document-image,
.table.documents-table .link-document-pdf,
.table.documents-table .link-document-video {
  cursor: pointer; }

.accordion-deferred-work {
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-active-color: #000; }
  .accordion-deferred-work .accordion-item {
    margin-top: 8px;
    margin-bottom: 0; }
    .accordion-deferred-work .accordion-item.opened {
      margin-bottom: 32px;
      transition: all 0.2s ease-in-out; }
      .accordion-deferred-work .accordion-item.opened:not(:first-of-type) {
        margin-top: 32px; }
    .accordion-deferred-work .accordion-item.alert-level-3 {
      --bs-accordion-btn-bg: rgba(var(--bs-danger-rgb), 0.2);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
      --bs-accordion-active-bg: var(--bs-danger);
      --bs-accordion-active-color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-3 .accordion-header .accordion-button .tag.type-alert {
        background: var(--bs-danger);
        color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-3 .accordion-header .accordion-button:not(.collapsed) .tag.type-alert {
        background: var(--bs-light);
        color: var(--bs-danger); }
      .accordion-deferred-work .accordion-item.alert-level-3 .accordion-header .contact-details .btn-xs:hover, .accordion-deferred-work .accordion-item.alert-level-3 .accordion-header .contact-details .btn-xs.show {
        color: var(--bs-danger); }
      .accordion-deferred-work .accordion-item.alert-level-3 .accordion-body .table thead tr th {
        --bs-table-bg: rgba(var(--bs-danger-rgb), 0.25);
        border-color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-3 .accordion-body .table tbody.jobs tr td {
        --bs-table-bg: rgba(var(--bs-danger-rgb), 0.05); }
    .accordion-deferred-work .accordion-item.alert-level-2 {
      --bs-accordion-btn-bg: rgba(var(--bs-warning-rgb), 0.2);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-warning-rgb), 0.25);
      --bs-accordion-active-bg: var(--bs-warning);
      --bs-accordion-active-color: var(--bs-dark); }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .accordion-button .tag.type-alert {
        background: var(--bs-warning);
        color: var(--bs-dark); }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .accordion-button:not(.collapsed) .tag.type-alert {
        background: var(--bs-light);
        color: var(--bs-dark); }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .accordion-button:not(.collapsed) .border-end,
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .accordion-button:not(.collapsed) .border-start {
        --bs-border-color: #000; }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .contact-details .btn-xs {
        color: var(--bs-dark);
        border-color: var(--bs-dark); }
        .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .contact-details .btn-xs:hover, .accordion-deferred-work .accordion-item.alert-level-2 .accordion-header .contact-details .btn-xs.show {
          color: var(--bs-warning); }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-body .table thead tr th {
        --bs-table-bg: rgba(var(--bs-warning-rgb), 0.25);
        border-color: var(--bs-dark); }
      .accordion-deferred-work .accordion-item.alert-level-2 .accordion-body .table tbody.jobs tr td {
        --bs-table-bg: var(--bs-lorange); }
    .accordion-deferred-work .accordion-item.alert-level-1 {
      --bs-accordion-btn-bg: rgba(var(--bs-primary-rgb), 0.2);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
      --bs-accordion-active-bg: var(--bs-primary);
      --bs-accordion-active-color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-1 .accordion-header .accordion-button .tag.type-alert {
        background: var(--bs-primary);
        color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-1 .accordion-header .accordion-button:not(.collapsed) .tag.type-alert {
        background: var(--bs-light);
        color: var(--bs-primary); }
      .accordion-deferred-work .accordion-item.alert-level-1 .accordion-header .contact-details .btn-xs.show, .accordion-deferred-work .accordion-item.alert-level-1 .accordion-header .contact-details .btn-xs:hover {
        color: var(--bs-primary); }
      .accordion-deferred-work .accordion-item.alert-level-1 .accordion-body .table thead tr th {
        --bs-table-bg: rgba(var(--bs-primary-rgb), 0.2);
        border-color: var(--bs-light); }
      .accordion-deferred-work .accordion-item.alert-level-1 .accordion-body .table tbody.jobs tr td {
        --bs-table-bg: rgba(var(--bs-primary-rgb), 0.05); }
    .accordion-deferred-work .accordion-item .accordion-header {
      position: relative; }
      .accordion-deferred-work .accordion-item .accordion-header .accordion-button {
        padding-left: 32px;
        padding-right: 32px;
        height: 64px;
        box-shadow: none; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:after {
          content: "";
          margin-left: 32px;
          background: none;
          font-family: porsche-icons;
          font-size: 22px; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
          color: #fff; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:not(.collapsed) .type-outline {
          display: none;
          color: #fff;
          border-color: #fff; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:not(.collapsed) + .contact-details {
          display: inline-flex; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:not(.collapsed) .border-end,
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button:not(.collapsed) .border-start {
          --bs-border-color: #fff; }
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button .border-end,
        .accordion-deferred-work .accordion-item .accordion-header .accordion-button .border-start {
          --bs-border-color: #000; }
      .accordion-deferred-work .accordion-item .accordion-header .contact-details {
        display: none;
        position: absolute;
        top: 11px;
        left: 0;
        z-index: 3; }
        .accordion-deferred-work .accordion-item .accordion-header .contact-details.phone-tags {
          top: 22px; }
        .accordion-deferred-work .accordion-item .accordion-header .contact-details .btn-xs {
          padding: 3px 9px !important; }
          .accordion-deferred-work .accordion-item .accordion-header .contact-details .btn-xs .pi {
            margin-left: -2px; }
          .accordion-deferred-work .accordion-item .accordion-header .contact-details .btn-xs.show {
            z-index: 1001 !important;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            border-bottom: none;
            position: relative; }
        .accordion-deferred-work .accordion-item .accordion-header .contact-details .dropdown-menu {
          padding: 24px 36px;
          min-width: 350px;
          border-radius: 0;
          top: -3px !important;
          border-color: #cccccc; }
          .accordion-deferred-work .accordion-item .accordion-header .contact-details .dropdown-menu .btn-close {
            position: absolute;
            right: 20px; }
          .accordion-deferred-work .accordion-item .accordion-header .contact-details .dropdown-menu h6 {
            color: #323639;
            font-size: 14px;
            line-height: 21px;
            margin: 0; }
          .accordion-deferred-work .accordion-item .accordion-header .contact-details .dropdown-menu p {
            color: #000;
            font-size: 16px;
            line-height: 24px; }
    .accordion-deferred-work .accordion-item .accordion-body {
      border-left: 1px solid #323639;
      border-right: 1px solid #323639;
      border-bottom: 1px solid #323639; }
      .accordion-deferred-work .accordion-item .accordion-body .table thead tr th {
        padding: 24px 32px;
        border-bottom-width: 2px; }
      .accordion-deferred-work .accordion-item .accordion-body .table tbody:last-of-type tr td {
        padding-top: 16px;
        padding-bottom: 16px; }
      .accordion-deferred-work .accordion-item .accordion-body .table tbody tr:last-of-type td {
        border: none; }
      .accordion-deferred-work .accordion-item .accordion-body .table tbody > tr > * {
        padding: 24px 32px; }
      .accordion-deferred-work .accordion-item .accordion-body .table th.spacer,
      .accordion-deferred-work .accordion-item .accordion-body .table td.spacer {
        padding: 0;
        width: 32px !important; }
      .accordion-deferred-work .accordion-item .accordion-body .table td.spacer {
        border: none; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-child(2), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-child(2) {
        padding-left: 0; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-child(3), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-child(3) {
        width: 85px; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-child(4), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-child(4) {
        width: 100px; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-child(5), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-child(5) {
        width: 180px; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-last-child(3), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-last-child(3) {
        width: 300px; }
      .accordion-deferred-work .accordion-item .accordion-body .table th:nth-last-child(2), .accordion-deferred-work .accordion-item .accordion-body .table td:nth-last-child(2) {
        width: 200px;
        padding-right: 0; }
      .accordion-deferred-work .accordion-item .accordion-body .table .sold {
        border-left: 1px solid #018A16;
        border-right: 1px solid #018A16;
        text-align: center;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: uppercase;
        font-size: 16px; }

.banner-deferred-work {
  text-align: center;
  margin-bottom: 0; }
  .banner-deferred-work.alert-level-1 {
    background: #EFF5FB; }
    .banner-deferred-work.alert-level-1 .tag.type-alert {
      background: var(--bs-primary);
      color: var(--bs-light); }

.dropdown-sort .dropdown-menu {
  border-radius: 0; }

.table.table-customer_issues {
  margin-bottom: 24px; }
  .table.table-customer_issues thead tr th {
    padding: 15px 15px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700; }
    .table.table-customer_issues thead tr th i {
      margin-left: 16px;
      font-weight: normal; }
    .table.table-customer_issues thead tr th:first-child {
      padding-left: 32px; }
  .table.table-customer_issues thead tr th:last-child {
    padding-right: 32px; }
  .table.table-customer_issues tbody > tr > * {
    padding: 15px 15px; }
  .table.table-customer_issues tbody > tr td {
    font-size: 16px;
    vertical-align: middle; }
    .table.table-customer_issues tbody > tr td:first-child {
      padding-left: 32px; }
    .table.table-customer_issues tbody > tr td:last-child {
      padding-right: 32px;
      text-align: right; }
    .table.table-customer_issues tbody > tr td .issue-title {
      font-size: 16px;
      font-weight: 700;
      text-decoration: underline; }
    .table.table-customer_issues tbody > tr td:last-child {
      white-space: nowrap; }
  .table.table-customer_issues thead tr th, .table.table-customer_issues thead tr td, .table.table-customer_issues tbody tr th, .table.table-customer_issues tbody tr td {
    border-color: #fff;
    border-bottom-width: 3px; }
  .table.table-customer_issues.accepted thead tr th {
    background: var(--bs-secondary);
    color: var(--bs-light); }
  .table.table-customer_issues.accepted tbody tr td {
    background: var(--bs-lgreen);
    color: var(--bs-dark); }
  .table.table-customer_issues.urgent thead tr th, .table.table-customer_issues.rejected thead tr th {
    background: var(--bs-danger);
    color: var(--bs-light); }
  .table.table-customer_issues.urgent tbody tr td, .table.table-customer_issues.rejected tbody tr td {
    background: var(--bs-lred);
    color: var(--bs-dark); }
  .table.table-customer_issues.advised thead tr th {
    background: var(--bs-warning);
    color: var(--bs-dark); }
  .table.table-customer_issues.advised tbody tr td {
    background: var(--bs-lorange);
    color: var(--bs-dark); }
  .table.table-customer_issues.service_agreed thead tr th {
    background: var(--bs-primary);
    color: var(--bs-light); }
  .table.table-customer_issues.service_agreed tbody tr td {
    background: var(--bs-ice);
    color: var(--bs-dark); }
    .table.table-customer_issues.service_agreed tbody tr td .pi-tick {
      font-weight: 600;
      font-size: 22px;
      color: var(--bs-primary); }
  .table.table-customer_issues.total thead tr th {
    background: var(--bs-bggrey);
    color: var(--bs-dark); }
  .table.table-customer_issues.total tbody tr td {
    background: var(--bs-bggrey);
    color: var(--bs-dark); }

.inspection-table-customer-facing {
  font-size: 14px; }
  @media (max-width: 575.98px) {
    .inspection-table-customer-facing {
      font-size: 12px; }
      .inspection-table-customer-facing h6 {
        font-size: 12px; } }
  .inspection-table-customer-facing.table > :not(caption) > * > * {
    border-color: rgba(0, 0, 0, 0.2); }
  .inspection-table-customer-facing thead tr th {
    border-color: #323639 !important; }
  .inspection-table-customer-facing tbody.content-body {
    border-left: 1px solid #323639;
    border-right: 1px solid #323639; }
    .inspection-table-customer-facing tbody.content-body:last-of-type > tr:last-child > td {
      border-bottom: 1px solid #323639; }
  .inspection-table-customer-facing > tbody > tr:first-child td, .inspection-table-customer-facing > tbody > tr:first-child th {
    border-top: 1px solid #323639; }
  .inspection-table-customer-facing > tbody > tr:first-child .colour-cell > div {
    padding-top: 30px; }
  .inspection-table-customer-facing > tbody > tr:last-child td {
    border-bottom: none;
    vertical-align: top; }
  .inspection-table-customer-facing > tbody > tr:last-child .colour-cell > div {
    padding-bottom: 15px;
    padding-top: 5px; }
  .inspection-table-customer-facing tbody {
    vertical-align: middle; }
    .inspection-table-customer-facing tbody tr.title-row th, .inspection-table-customer-facing tbody tr.title-row td {
      padding-top: 0;
      padding-bottom: 0;
      vertical-align: bottom;
      border-bottom: none; }
    .inspection-table-customer-facing tbody tr.title-row th.colour-cell {
      padding-top: 0;
      padding-bottom: 0; }
      .inspection-table-customer-facing tbody tr.title-row th.colour-cell > div {
        padding: 11px; }
    .inspection-table-customer-facing tbody tr:not(:first-child) td:first-child, .inspection-table-customer-facing tbody tr:not(:first-child) th:first-child {
      border: none; }
  .inspection-table-customer-facing .colour-cell {
    padding: 0 3px;
    width: 15%; }
    .inspection-table-customer-facing .colour-cell > div {
      padding: 8px 0; }
    .inspection-table-customer-facing .colour-cell:first-of-type {
      padding-left: 0; }
    .inspection-table-customer-facing .colour-cell:last-of-type {
      padding-right: 0; }
    @media (max-width: 1399.98px) {
      .inspection-table-customer-facing .colour-cell {
        width: 15%; } }
    @media (max-width: 1199.98px) {
      .inspection-table-customer-facing .colour-cell {
        width: 15%; } }
    @media (max-width: 575.98px) {
      .inspection-table-customer-facing .colour-cell {
        width: 59px; } }
    .inspection-table-customer-facing .colour-cell .bg-lred .status-tick.enabled:after {
      background: var(--bs-red);
      border-color: var(--bs-red); }
    .inspection-table-customer-facing .colour-cell .bg-lorange .status-tick.enabled:after {
      background: var(--bs-orange);
      border-color: var(--bs-orange);
      color: #000; }
    .inspection-table-customer-facing .colour-cell .bg-lgreen .status-tick.enabled:after {
      background: var(--bs-green);
      border-color: var(--bs-green); }
  .inspection-table-customer-facing > thead > tr > th
> tbody > tr > th:first-child,
  .inspection-table-customer-facing > tbody > tr > td:first-child,
  .inspection-table-customer-facing > tbody > tr:last-child > td:first-child {
    width: 32px;
    padding: 0; }
    @media (max-width: 1399.98px) {
      .inspection-table-customer-facing > thead > tr > th
> tbody > tr > th:first-child,
      .inspection-table-customer-facing > tbody > tr > td:first-child,
      .inspection-table-customer-facing > tbody > tr:last-child > td:first-child {
        width: 15px;
        padding: 0; } }
    @media (max-width: 1199.98px) {
      .inspection-table-customer-facing > thead > tr > th
> tbody > tr > th:first-child,
      .inspection-table-customer-facing > tbody > tr > td:first-child,
      .inspection-table-customer-facing > tbody > tr:last-child > td:first-child {
        width: 10px;
        padding: 0; } }
    @media (max-width: 575.98px) {
      .inspection-table-customer-facing > thead > tr > th
> tbody > tr > th:first-child,
      .inspection-table-customer-facing > tbody > tr > td:first-child,
      .inspection-table-customer-facing > tbody > tr:last-child > td:first-child {
        width: 5px;
        padding: 0; } }
  .inspection-table-customer-facing .status-tick {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    display: block;
    margin: 4px auto;
    font-size: 24px;
    font-weight: 700; }
    .inspection-table-customer-facing .status-tick.enabled:after {
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      content: "";
      font-family: porsche-icons;
      color: #fff;
      background: var(--bs-dark);
      border-color: var(--bs-dark); }

.inspection-table-customer-facing-header {
  position: sticky;
  top: 175px;
  z-index: 5;
  box-shadow: 0px 27px 11px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.02), 0px 7px 7px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04); }
  .inspection-table-customer-facing-header .inspection-table-customer-facing {
    margin: 0; }
    .inspection-table-customer-facing-header .inspection-table-customer-facing thead {
      border: none; }
      .inspection-table-customer-facing-header .inspection-table-customer-facing thead tr th {
        border: none; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .inspection-table-customer-facing-header {
      top: 154px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .inspection-table-customer-facing-header {
      top: 154px; } }
  @media (max-width: 767.98px) {
    .inspection-table-customer-facing-header {
      top: 154px; } }

.modal-customer_facing_images .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.modal-customer_facing_images .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.modal-customer_facing_images .swiper-slide img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto; }

.modal-customer_facing_images .swiper-button-next,
.modal-customer_facing_images .swiper-button-prev {
  color: #fff; }

.modal-customer_facing_images .swiper-pagination {
  bottom: 70px; }

.modal-customer_facing_images .modal-dialog .modal-body .btn-close {
  top: 52px;
  right: 52px; }

.modal-customer_facing_images .card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: var(--bs-bggrey);
  margin: 0;
  display: flex; }
  .modal-customer_facing_images .card-title span {
    padding: 10px; }
  .modal-customer_facing_images .card-title .status {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    font-family: porsche-icons;
    font-size: 16px;
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .modal-customer_facing_images .card-title .status:after {
      content: ""; }
  .modal-customer_facing_images .card-title.urgent {
    background-color: var(--bs-lred); }
    .modal-customer_facing_images .card-title.urgent .status {
      background-color: var(--bs-danger);
      color: var(--bs-light); }
      .modal-customer_facing_images .card-title.urgent .status:after {
        content: ""; }
  .modal-customer_facing_images .card-title.advised {
    background-color: var(--bs-lorange); }
    .modal-customer_facing_images .card-title.advised .status {
      background-color: var(--bs-warning); }
      .modal-customer_facing_images .card-title.advised .status:after {
        content: ""; }

.modal-customer_facing_images .zoom-btn {
  position: absolute;
  right: 20px;
  background-color: white;
  border: none;
  font-size: 34px;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  z-index: 11;
  line-height: 0; }

.modal-customer_facing_images .zoom-in-btn {
  bottom: 130px; }

.modal-customer_facing_images .zoom-out-btn {
  bottom: 62px; }

.modal-customer_facing_images .zoom-info {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%); }

.modal-customer_facing_images .zoom-info a.zoom-reset {
  color: white;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 400; }

.modal-customer_facing_images .zoom-info a.zoom-reset:hover {
  color: #ccc; }

.swiper-customer_facing_exterior_report {
  border: 1px solid var(--bs-bggrey); }
  .swiper-customer_facing_exterior_report .swiper-wrapper {
    align-items: center; }
  .swiper-customer_facing_exterior_report .swiper-slide {
    padding: 40px 80px 56px;
    display: flex;
    align-items: center;
    justify-content: center; }

.wheels_tyres-customer_facing .wheel-alignment {
  padding: 32px;
  border: 1px solid var(--bs-bggrey); }

.wheels_tyres-customer_facing .tyre-analysis {
  padding: 32px;
  border: 1px solid var(--bs-bggrey); }

.vehicle-videos_customer_facing {
  /* Grid layout for desktop */
  /* Reset Swiper styles for desktop */ }
  .vehicle-videos_customer_facing .swiper-container {
    width: 100%;
    height: 100%; }
    @media (max-width: 767.98px) {
      .vehicle-videos_customer_facing .swiper-container {
        padding-bottom: 50px; }
        .vehicle-videos_customer_facing .swiper-container .swiper-pagination .swiper-pagination-bullet {
          width: 11px;
          height: 11px; } }
  @media (min-width: 992px) {
    .vehicle-videos_customer_facing .swiper-wrapper {
      display: flex;
      flex-wrap: wrap; }
    .vehicle-videos_customer_facing .video-thumbnail {
      flex-basis: calc(25% - 10px);
      /* Change 25% to the desired column width */
      margin: 5px; } }
  @media (min-width: 992px) {
    .vehicle-videos_customer_facing .swiper-slide {
      width: auto;
      height: auto;
      transform: none;
      flex-shrink: 0;
      transition: none; } }
  @media (max-width: 991.98px) {
    .vehicle-videos_customer_facing .btn-container .btn {
      height: 50px; }
      .vehicle-videos_customer_facing .btn-container .btn span span {
        display: none; } }
  @media (max-width: 767.98px) {
    .vehicle-videos_customer_facing .btn-container > div .btn {
      width: 100%;
      justify-content: center; }
    .vehicle-videos_customer_facing .btn-container > div:first-child .btn {
      width: 100%;
      height: 50px; } }

body.fixed-upper {
  padding-top: 202px; }
  body.fixed-upper .masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3; }
  body.fixed-upper .section-breadcrumb {
    top: 100px;
    width: 100%;
    position: fixed;
    z-index: 2; }
  body.fixed-upper .group-double > .row > .col-3 {
    top: 137px;
    position: fixed;
    z-index: 2; }
  body.fixed-upper .group-double > .row > .col-9 {
    margin-left: 25%; }
    body.fixed-upper .group-double > .row > .col-9 > .row > .col {
      top: 137px;
      width: 75%;
      position: fixed;
      z-index: 2; }
    body.fixed-upper .group-double > .row > .col-9 #tabContentInspection {
      padding-top: 69px; }
    body.fixed-upper .group-double > .row > .col-9 .inspection-table-header {
      background: #fff;
      position: fixed;
      top: 249px;
      z-index: 2;
      width: 75%;
      margin-left: -48px;
      margin-top: -48px;
      padding: 49px 49px 0 49px; }
      body.fixed-upper .group-double > .row > .col-9 .inspection-table-header .table {
        margin-bottom: 0; }

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