@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body,
html {
  font-family: "Volvo Novum";
  font-style: normal;
}

.no-scroll {
  overflow: hidden !important;
}

nav .header.container .navbar-header {
  display: none;
}

.header.container {
  position: fixed;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #footercontent .container .footer-links {
    padding-right: 0 !important;
  }
}
#test-drive-main {
  max-width: 1140px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #test-drive-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#test-drive-main .test-drive-left {
  width: calc(100% - 469px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  padding-bottom: 50px;
  z-index: 0;
  min-height: 600px;
  position: sticky;
  top: 64px;
  height: 100%;
}
@media screen and (min-width: 767px) {
  #test-drive-main .test-drive-left {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-left {
    width: 100%;
    padding-top: 0;
    min-height: auto;
    padding-bottom: 16px;
    position: relative;
  }
}
#test-drive-main .test-drive-left .swiper {
  width: 100%;
}
#test-drive-main .test-drive-left .swiper img {
  width: 100%;
}
#test-drive-main .test-drive-left #count-down {
  color: #707070;
  font-size: 12px;
  line-height: 20px;
  font-family: "Volvo Novum";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 213px;
  padding-left: 32px;
  margin: 12px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#test-drive-main .test-drive-left #count-down svg {
  margin-right: 11px;
  margin-left: -30px;
}
#test-drive-main .test-drive-left #count-down #timer {
  color: #FF0000;
  margin-left: 3px;
  display: contents;
}
#test-drive-main .test-drive-left .title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-left .title {
    margin-left: 24px;
  }
}
#test-drive-main .test-drive-left .title span {
  font-size: 40px;
  line-height: 44px;
  color: #141414;
  font-family: "Volvo Novum Medium";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-left .title span {
    color: #141414;
    font-family: Volvo Novum;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
}
#test-drive-main .test-drive-left a {
  font-size: 16px;
  line-height: 19px;
}
#test-drive-main .test-drive-left .text-left {
  padding-top: 14px;
  font-size: 16px;
  line-height: 19px;
  color: #141414;
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-left .text-left {
    margin: 0 24px;
  }
}
#test-drive-main .test-drive-left .text-left span {
  margin-right: 12px;
}
#test-drive-main .test-drive-left .text-left span img {
  margin-right: 12px;
}
#test-drive-main .test-drive-left .text-left span a {
  position: relative;
  color: rgba(0, 0, 0, 0.96) !important;
  font-weight: 500;
  text-decoration: none !important;
}
#test-drive-main .test-drive-left .text-left span a::after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.96);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: -12px;
}
#test-drive-main .test-drive-left .text-disclaimer {
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-left .text-disclaimer {
    margin: 0 24px;
  }
}
#test-drive-main .test-drive-right {
  width: 469px;
  border: none;
  padding: 24px 21px;
  height: auto;
  padding-top: 40px;
  margin-bottom: 56px;
}
#test-drive-main .test-drive-right .submit-order-btn {
  width: 442px;
}
#test-drive-main .test-drive-right .payment-store-title {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.96);
  padding: 8px 0px;
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  #test-drive-main .test-drive-right .payment-store-title {
    margin-bottom: 16px;
  }
}
#test-drive-main .test-drive-right .change-store-label {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 56px;
  padding: 16px;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 767px) {
  #test-drive-main .test-drive-right .change-store-label {
    width: 392px;
  }
}
#test-drive-main .test-drive-right .change-store-label:hover {
  cursor: pointer;
}
#test-drive-main .test-drive-right .invalid-feedback {
  color: #FF0000;
  margin-top: 10px;
}
#test-drive-main .test-drive-right .agreement-preferable-contact .invalid-feedback {
  margin-top: 0;
  margin-bottom: 10px;
}
#test-drive-main .test-drive-right .selected-store-payment {
  display: block;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element {
  padding: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 767px) {
  #test-drive-main .test-drive-right .selected-store-payment .store-details-element {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-right .selected-store-payment .store-details-element {
    margin-bottom: 24px;
  }
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left {
  width: 100%;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left .store-name {
  font-family: "Volvo Novum medium";
  font-size: 16px;
  line-height: 24px;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left .store-name span {
  float: right;
  color: #1C6BBA;
  font-family: "Volvo Novum";
  border-radius: 20px;
  background: #c2dcf7;
  padding: 2px 12px;
  display: none;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address {
  margin: 0;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address .store-map {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin-top: 16px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.96) !important;
  font-family: Volvo Novum;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address p .distance {
  font-size: 12px;
  margin-right: 20px;
  color: #141414;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address p .storelocator-phone {
  color: #2A609D !important;
  line-height: 20px;
  font-size: 14px;
  margin-left: 6px;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address p i {
  content: "";
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.99826%201.19629C3.20583%201.19629%203.39709%201.30887%203.49786%201.49036L4.19683%202.74945C4.28835%202.91431%204.29266%203.11371%204.20832%203.28237L3.53495%204.62914C3.53495%204.62914%203.73009%205.63239%204.54678%206.44908C5.36349%207.26577%206.36338%207.45754%206.36338%207.45754L7.70992%206.78428C7.87869%206.69988%208.07823%206.70425%208.24315%206.79594L9.50581%207.49794C9.68715%207.59877%209.79958%207.78991%209.79958%207.99737V9.44694C9.79958%2010.1851%209.11389%2010.7183%208.41446%2010.4823C6.97789%209.99757%204.74798%209.07465%203.3346%207.66125C1.92123%206.24788%200.998298%204.01797%200.513573%202.58142C0.277567%201.88197%200.810736%201.19629%201.54892%201.19629H2.99826Z%22%20stroke%3D%22%23141414%22%20stroke-width%3D%220.571429%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  width: 12px;
  height: 12px;
  display: block;
  background-size: contain;
  position: relative;
  top: 4px;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-left address p i:before {
  content: "";
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-right {
  width: 100%;
  border: none;
  text-align: left;
  margin-top: 24px;
}
#test-drive-main .test-drive-right .selected-store-payment .store-details-element .address-right button {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  background: none;
  border: none;
  font-family: "Volvo Novum";
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-right .selected-store-payment {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #test-drive-main .test-drive-right {
    width: 100%;
    padding: 0 24px;
    position: relative;
    top: 64px;
  }
}
#test-drive-main.data-test-drive-stage .payment-title {
  display: none !important;
}

/* model */
.model .model-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.96);
  padding: 8px 0px;
  margin-bottom: 16px;
}
.model .reschedule-model-title {
  margin-bottom: 0;
  margin-top: 24px;
}
.model .model-section .tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model .model-section .tab-container .tab {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}
.model .model-section .tab-container .tab-offset {
  width: 1px;
  height: 1px;
}
.model .model-section .tab-container .tab-indicator {
  width: 0;
  height: 4px;
  background: #2A609D;
  -webkit-transition-property: margin-left, width;
  transition-property: margin-left, width;
  -webkit-transition-duration: 160ms;
          transition-duration: 160ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.model .model-section .tab-container .tab-item {
  background: none;
  color: #141414;
  border: none;
  padding: 0;
  max-width: 100px;
  letter-spacing: 0.3px;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 500;
}
.model .model-section .tab-container .tab-item.selected {
  color: #1c6bba;
}
@media screen and (min-width: 767px) {
  .model .model-section .swiper {
    width: 392px;
  }
}
.model .model-section .swiper img {
  width: 100%;
}
.model .model-section .swiper-slide {
  padding: 2px;
}
.model .model-section .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .model .model-section .swiper-button {
    width: 392px;
  }
}
@media screen and (max-width: 767px) {
  .model .model-section .swiper-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.model .model-section .swiper-button .swiper-button-prev {
  position: unset;
  width: 60px;
  height: 60px;
  z-index: 1;
  margin-top: 16px;
  cursor: pointer;
}
.model .model-section .swiper-button .swiper-button-prev.swiper-button-disabled {
  display: block;
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.model .model-section .swiper-button .swiper-button-prev:after {
  content: "";
  background-image: url("../../images/media-previous-40.svg");
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
}
.model .model-section .swiper-button .swiper-button-next {
  position: unset;
  width: 60px;
  height: 60px;
  z-index: 1;
  margin-top: 16px;
  cursor: pointer;
}
.model .model-section .swiper-button .swiper-button-next.swiper-button-disabled {
  display: block;
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.model .model-section .swiper-button .swiper-button-next:after {
  content: "";
  background-image: url("../../images/media-next-40.svg");
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
}
@media screen and (max-width: 767px) {
  .model .model-section .swiper-button .swiper-button-next {
    display: block;
  }
}
.model .model-section .engine-type-list {
  margin: 0 auto;
  width: 100%;
}
.model .model-section .engine-type-list .model-grid {
  display: grid;
  grid-template-columns: calc(33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);
  grid-gap: 16px;
  margin-top: 16px;
}
.model .model-section .engine-type-list .car-model-container:hover {
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(20, 20, 20, 0.64);
          box-shadow: 0px 0px 0px 1px rgba(20, 20, 20, 0.64);
}
.model .model-section .engine-type-list .car-model-container:hover .model-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.model .model-section .engine-type-list .car-model-container.selected {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(20, 20, 20, 0.64);
          box-shadow: 0px 0px 0px 1px rgba(20, 20, 20, 0.64);
}
.model .model-section .engine-type-list .car-model-container.selected .model-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.model .model-section .engine-type-list .car-model-container .car-model {
  text-decoration: none;
}
.model .model-section .engine-type-list .car-model-container .model-img {
  height: 96px;
  padding: 20% 0;
  background: #fafafa;
}
@media screen and (min-width: 767px) {
  .model .model-section .engine-type-list .car-model-container .model-img {
    width: 118px;
  }
}
.model .model-section .engine-type-list .car-model-container .model-img img {
  width: 100%;
  max-width: 100%;
}
.model .model-section .engine-type-list .car-model-container .model-attr {
  padding: 8px;
}
.model .model-section .engine-type-list .car-model-container .model-name {
  font-size: 12px;
  font-weight: 500;
  color: #141414;
  line-height: 14px;
  font-weight: 500;
}
.model .model-section .engine-type-list .car-model-container .engine-type {
  font-size: 8px;
  color: #707070;
  font-family: "Volvo Novum";
  line-height: 14px;
  font-weight: 350;
}

.shipping-content .close-button-popup {
  float: right;
  margin-right: 10px;
}
.shipping-content h3 {
  color: rgba(0, 0, 0, 0.96);
  font-family: Volvo Novum;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-top: 52px;
  margin-bottom: 16px;
  width: 100%;
}
.shipping-content h3 + .close-button-popup {
  position: absolute;
  right: 28px;
  top: 0;
  padding: 16px 0;
  cursor: pointer;
}
.shipping-content .google-search-location-title {
  color: #707070;
  font-family: Volvo Novum;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}

.card-body.shipping-content {
  z-index: 99;
  position: absolute;
  width: 552px;
  left: 50%;
  padding: 24px 80px 80px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 768px) {
  .card-body.shipping-content {
    -webkit-transform: translate(-50%, -300px);
            transform: translate(-50%, -300px);
    max-width: 552px;
    margin: 1.75rem auto;
  }
}
@media screen and (max-width: 767px) {
  .card-body.shipping-content {
    position: fixed;
    top: 20vh;
    left: 5%;
    width: 90%;
    padding: 10px 0 20px;
    min-height: 300px;
  }
}

.datetime-content, .submit-content, .cancel-td-content, .reminder-content {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 552px;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .datetime-content, .submit-content, .cancel-td-content, .reminder-content {
    margin: 1.75rem auto;
  }
}
@media screen and (max-width: 767px) {
  .datetime-content, .submit-content, .cancel-td-content, .reminder-content {
    width: 90%;
    padding-bottom: 25px;
  }
}

.warning-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
  gap: 24px;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .warning-outer {
    padding: 40px 0 0 0;
  }
}

.datetime-background, .shipping-content-background, .submit-background, .cancel-td-background, .reminder-background {
  position: fixed;
  z-index: 9;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.38;
  display: none;
}

.datetime-note {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
}

.warning-container {
  width: 100%;
}

.warning-icon {
  width: 40px;
  height: 40px;
}

.warning-close-btn, .submit-close-btn, .cancel-close-btn, .reminder-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}

button.btn-warning {
  background-color: #2A609D;
  width: 100%;
  height: 48px;
  color: #fff;
  border-color: #2A609D;
  margin: 24px auto 0px auto;
  font-family: "Volvo Novum medium";
  font-size: 16px;
}
button.btn-warning:hover {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000000;
  text-decoration: none;
  border-color: transparent;
}
button.btn-warning:focus, button.btn-warning:not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5) !important;
}
button.btn-warning:not(.disabled):active {
  color: #fff !important;
  background-color: #2A609D !important;
  border-color: transparent !important;
}

.reschedule-css {
  pointer-events: none;
  background: #fafafa !important;
}

/* dateAndTime */
.date-and-time-picker {
  color: #141414;
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .date-and-time-picker {
    width: 392px;
  }
}
.date-and-time-picker .picker-header .title {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.96);
  padding: 8px 0px;
  margin-bottom: 16px;
  margin-top: 24px;
}
.date-and-time-picker .picker-subheader .title {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.date-and-time-picker .picker-subheader .tips {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.date-and-time-picker .picker-subheader .disclaimer1, .date-and-time-picker .picker-subheader .disclaimer2, .date-and-time-picker .picker-subheader .disclaimer3 {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
}
.date-and-time-picker .picker-subheader .disclaimer2 {
  margin: 8px 0;
}
.date-and-time-picker .picker-subheader .disclaimer3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.date-and-time-picker .picker-subheader .disclaimer3-container {
  display: none;
}
.date-and-time-picker .picker-subheader .fully-booked-warning-icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: 7px;
}
.date-and-time-picker ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.date-and-time-picker ul > li {
  list-style-type: none;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  display: grid;
}
.date-and-time-picker .date-picker .date-picker-calendar {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.week {
  margin: 12px 0 4px 0;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.week,
.date-and-time-picker .date-picker .date-picker-calendar ul.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li {
  border: 0.5px solid #DCDCDC;
  height: 40px;
  margin-top: -1px;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li:not(.inactive) {
  cursor: pointer;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li:not(.inactive):hover, .date-and-time-picker .date-picker .date-picker-calendar ul.dates li.selected {
  background: #2A609D !important;
  color: white !important;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li.inactive {
  background: #FAFAFA;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  color: rgba(20, 20, 20, 0.36);
  position: relative;
  pointer-events: none;
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li.inactive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #DCDCDC;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  /* transform: skewY(11deg); */
  -webkit-transform: skewY(35deg);
          transform: skewY(35deg);
}
.date-and-time-picker .date-picker .date-picker-calendar ul.dates li span {
  font-size: 70%;
}
.date-and-time-picker .date-picker .date-picker-calendar .date-picker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.date-and-time-picker .date-picker .date-picker-calendar .date-picker-previous, .date-and-time-picker .date-picker .date-picker-calendar .date-picker-next {
  padding: 0 10px;
}
.date-and-time-picker .date-picker .date-picker-calendar .date-picker-previous:not(.disabled):hover, .date-and-time-picker .date-picker .date-picker-calendar .date-picker-next:not(.disabled):hover {
  cursor: pointer;
}
.date-and-time-picker .time-picker .time-picker-times ul.time-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin: 12px 0 4px 0;
}
.date-and-time-picker .time-picker .time-picker-times ul.time-points li {
  color: #141414;
  background: #FFFFFF;
  border: 0.5px solid #D5D5D5;
  margin-top: -1px;
  height: 36px;
}
.date-and-time-picker .time-picker .time-picker-times ul.time-points li:not(.inactive) {
  cursor: pointer;
}
.date-and-time-picker .time-picker .time-picker-times ul.time-points li:not(.inactive):hover, .date-and-time-picker .time-picker .time-picker-times ul.time-points li.selected {
  background: #2A609D !important;
  color: white !important;
}
.date-and-time-picker .time-picker .time-picker-times ul.time-points li.inactive {
  background: #FAFAFA !important;
  color: rgba(20, 20, 20, 0.36) !important;
  pointer-events: none;
}
.date-and-time-picker .appointment-time-container {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.date-and-time-picker .appointment-time-title {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.date-and-time-picker .appointment-time-body {
  font-family: "Volvo Novum";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.date-and-time-picker .appointment-date, .date-and-time-picker .appointment-time {
  width: 50%;
}
.date-and-time-picker .appointment-value {
  color: rgba(0, 0, 0, 0.96);
}
