/* GLOBAL */
body {
  font-size: 14px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size:16px;
}

h4 {
  font-size:14px;
}

#fixed-header-pushup {
  height:181px;
}

.page-step-6 #fixed-header-pushup{
  height:370px !important;
}

small {
  font-size:12px !important;
}

.bg-success {
  background-color: #42A435 !important;
}

.bg-light {
  background-color:#f4f4f4 !important;
}

.bg-secondary {
  background-color: #005D86 !important;
}

.bg-tertiary {
  background-color: #60B1DF !important;
}

.bg-light-blue {
  color:#1a80ad;
}

.bg-form {
  background-color:#ECECEC;
}

.select-error {
  border:2px solid red !important;
}
.error-message {
  font-size:14px;
}

.btn {
  font-size:16px;
}

.btn.btn-back:hover {
  background:transparent;
}

.btn.disabled {
  background-color: #cfcdcd;
  color: #000000 !important;
  border: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size:16px;
  }
  #fixed-header-pushup {
    height:192px;  
  }
  
  .page-step-6 #fixed-header-pushup{
    height:285px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width:1000px !important;
  }
}

/* STEP ONE - MACHINE */
#step-one-machine {
  .radio-container label {
      cursor:pointer;
  }
  .bg-booking-secondary img {
    filter: brightness(0) invert(1);
  }
}

.bg-booking-secondary {
  color:white;
}

.bg-booking-secondary a {
  color:white;
}



/* STEP THREE - DATE & TIME */
.slick-prev {
  display: block;
  position: absolute;
  z-index: 1000;
  top:50%;
  transform: translateY(-50%);
}

.slick-next {
  display: block;
  position: absolute;
  right: 0px;
  top:50%;
  transform: translateY(-50%);
  z-index: 1000;
}

 /* the slides */
 .slick-slide {
  margin: 0 16px;
}

/* the parent */
.slick-list {
  margin: 0 -16px;
}

.calendar-card, .mechanic-card {
  cursor:pointer;
}

.calendar-card .day-of-week, 
.calendar-card .date, 
.calendar-card .time, 
.calendar-card .time-part,
.mechanic-card .mechanic-name,
.mechanic-card .mechanic-region
{
  font-size:16px;
}
.calendar-card .seats-available, .show-more, .more-info {
  font-size:14px;
}
.more-info {
  color:#000;
}




.appointment-confirm {
  font-size:14px;
}

@media screen and (min-width: 768px) {
  .appointment-confirm {
    font-size: 16px;
  }
}

.text-primary {
  color: #EB8F00 !important;
}

.text-secondary {
  color: #005D86 !important;
}

.text-success {
  color: #42A435 !important;
}

.error {
  color: red;
  text-align:center;
  display:none;
}

.icon-list li {
    display: flex;
    gap:15px;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.circle {
  background-color:#fff; 
  width:45px; 
  height:45px; 
  border-radius:50%;
}

.icon {
  font-size: 25px;
  color: #42A435;
  transform: translate(0px, -1px);
}

.icon-end {
  margin-left:auto;
}

.check-icon {
  height: 40px; 
  width: 40px; 
  background-color: #43a435 ; 
  border-radius: 50%;
}


.button-outline-white {
  border: solid 1px #fff; 
  background-color: transparent; 
  color:#fff; 
}

li a {text-decoration : none; color : #2d2f31;}

#step-1 input {
  opacity: 0; 
  width: 0; 
  height: 0;
  position: absolute;
}

#step-one-machine img.machine-img {
  max-height: 100px;
  width: auto;
}

@media screen and (min-width: 768px) {
  #step-one-machine img.machine-img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
  }
}

#step-3 .icon-arrow {
  font-size: 14px;
}

.collapse-text {
  font-size:14px;
}

@media screen and (min-width: 768px) {
  .collapse-text {
    font-size: 16px;
  }
}

.steps-title {
  font-size:11px;
}

@media screen and (min-width: 768px) {
  .steps-title {
    font-size: 18px;
  }

  .stepper-item {
   min-width: 140px;
  }

  .stepper-item::after, .stepper-item.completed::after, .stepper-item::before {
    top: 43px !important;
  }
}

.text-booking-primary-light {
  color: #005d86;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 6px;
  font-size: 18px;
}

.stepper-item .step-name {
  font-weight: bold;
  font-size: 16px;
  text-wrap: nowrap;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #42A435;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}


.progress-container {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
}

.progress-container::before {
  content: ""; /* Mandatory with ::before */
  background-color: var(--line-border-empty);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: var(--line-border-fill);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview-card span {
  font-size:14px;
}

/* mechanic */
.mechanic-card {
  border-radius:5px;
}

.mechanic {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.card-img {
  /* max-width: 100%;  */
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
  /* height: 100%; */
  width: 400px;
  height: 150px;
}

.card-container {
  width: 488px;
  height: 100%;
  background-color: #005D86;
}

@media screen and (max-width: 768px) {
  .card-container {
    width: 516px;
    height: 230px;
  }
}

@media screen and (min-width: 768px) {
  .card-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-img {
    height:300px;
    border-top-right-radius:5px; 
    border-bottom-right-radius:5px;
    border-top-left-radius:0px;
  }
}

.repair-card {
  background-color:#005D86; 
  border-bottom-left-radius:5px; 
  border-bottom-right-radius:5px;
}

@media screen and (min-width: 768px) {
  .repair-card {
    border-top-left-radius:5px;
    border-bottom-right-radius:0px; 
  }
}

.calendar-card {
  border-radius:5px;
  padding: 10px;
}

.price {
  font-size:14px;
}

.slick-list {
  overflow: visible !important;
}

/* Carousel datum */
.slide-container {
  position: relative;
  overflow: hidden;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slide-prev {
  left: 0px;
}

.slide-next {
  right: 0px;
}

.device-container {
  cursor:pointer;
}

.card-item input[type="radio"] + label .check-item {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #005D86;
}

.card-item input[type="radio"]:checked + label .check-item{
  background-color: #42A435;
  border-color: #42A435;
}

/* Carousel tijd */
.carousel-slide-time {
  flex: 0 0 calc(100% / 3);
}

.card-item-time span{
  font-size: 14px;
}

.card-item-time input[type="radio"] + label .check-item {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #005D86;
}

.card-item-time input[type="radio"]:checked + label .check-item{
  background-color: #42A435;
  border-color: #42A435;
}

.form-control:focus {
  background-color: #ECECEC;
}
.accordion-body {
  padding-left: 0;
}

.accordion-item {
  background-color: #005D86;
  color: white;
}

.accordion-header button {
  background-color: #005D86 !important;
  color: white;
  border: none !important;
}

.accordion-button i {
  margin-right: 1rem;
}

.accordion-button {
  padding-left: 0!important;
}

.accordion-button::after svg {
  fill: white;
}

.repair-title {
  font-size: 24px;
}

.accordion-item {
  border: none;
}



/* Repair info accordion */
.repair-info {
  background: #005D86;
  padding: 2rem;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.slick-prev {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.slick-next {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.error-message .step-2 {
  margin-top: auto;
  text-align: left;
}


.more-info:hover {
  /* Styles when the link is hovered over */
  text-decoration: underline;
  color: #EB8F00; /* Some light background color on hover */
}

/* Mechanic card styling */

#step-three-mechanics .hidden {
  display: none;
}

#step-three-mechanics .show-less,
.show-more {
  cursor: pointer;
}

/* Add CSS transitions for smooth animations */
#step-three-mechanics .mechanic-wrapper-card hidden {
  transition: height 0.01s ease-in-out;
}