    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f2f4f8;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 8rem;
    margin-left: 8%;
}

.container a {
    text-decoration: none;
    outline: none;
}

.header {
    display: block;
    background-color: white;
    height: 8rem;
}

.logo {
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(7, 118, 7);
    outline: none;
}

.logo span {
    color: #40a0ff; /* #0073e6 */
}

.cars {
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    height: max-content;
    
}

.cars h4 {
    padding: 15px 0px 5px 15px;
    margin:0;
    font-weight: 600;
}

#cancellations {
    padding: 15px 0px 0px 10px;
    padding-top: 0;
    margin-bottom: 6px;
    width: fit-content;
    font-weight: 500;
    font-size: smaller;
}

.car img {
    width: 20%;
}

.test {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 5px;
}

hr {
    border: 1.5px solid lightgray;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.fading {
    filter: brightness(1.5);
    height: 3px;
    background: -webkit-linear-gradient(left, rgba(20,106,255, 0.1) 0%,rgba(20,106,255,0.2) 10%,rgba(20,106,255,0.3) 50%,rgba(20,106,255,0.2) 90%,rgba(20,106,255,0.1) 100%);
}

.fading:before {
    display: block;
    width: 100%;
    height: 1px;
}

.fading:after {
    display: block;
    width: 100%;
    height: 1px;
}

.left_div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.element_left {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.element_right {
    display: flex;
    flex-direction: column;
    align-items: right;
    text-align: right;
}

.element p{
    text-align: left;
}

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

.circle-black {
    background-color: rgba(20,106,255,255);    
}

.vline {
    border-left: 2px solid rgba(20,106,255,255);
    height: 40px;
}

.car {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: white;
    height: max-content;
    width: 95%;
    margin-left: 2.5%;
    border: solid lightgray;
    border-radius: 10px 10px 10px 10px;
    padding: 7px 7px 7px 7px;
    margin-bottom: 10px;
}

.car .vehicle-prices {
    text-align: center;
    font-weight: 500;
    width: 6rem;
    margin: 0 auto;
}

.car .vehicle-prices p {
    font-size: medium;
    padding: 0;
}

.car .vehicle-prices span {
    font-size: smaller;
    color: rgba(135,141,150,255);
    padding: 0;

}

.car .left_side_info {
    width: 65%;
}

.car .attributes {
    display: flex;
    height: fit-content;
    width: fit-content;
    margin-top: 5px;
}

.attributes p {
    margin:0; 
    padding: 1px 2.5px 1px 2.5px;
    margin-right: 3px;
    margin-bottom: 0;
    border: solid 1.1px rgba(20,106,255,255);
    color: rgba(20,106,255,255);
    border-radius: 5px 5px 5px 5px;
    font-size: 11.5px;
    font-weight: 600;
}

.attributes .premium_quality {
    border: solid 1.1px #D4AF37;
    background-color: black;
    color: #D4AF37;
    padding: 2px 5px;
}

.attributes .special_green {
    border: solid 1.1px rgba(0,176,0,255);
    color: rgba(0,176,0,255);
}

.attributes .special_gray {
    border: solid 1.1px gray;
    color: gray;
}

.attributes .warning_color {
    border: solid 1.1px #FFA500;
    background-color: #FFA500;
    color: white;
}

.car h3 {
    margin: 0 auto 2px;
    font-size: 120%;
    font-weight: 500;
}

.car #van_price, .car #minibus_price, .car #sedan_price, .car #luxury_sedan_price, .car #luxury_van_price {
    margin: 0;
}

.car .type1 {
    color: rgba(135,141,150,255);
    font-size: 80%;
    margin-right: 6px;
    margin-left: -1px;
}

.car svg {
    color: rgba(135,141,150,255);
}

.reassurances {
    background-color: white;
}

.right-side {
    margin-top: 71px;
}

.details {
    padding: 15px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    height: max-content;
}

.details p {
    width: max-content;
}

.details span {
    width: auto;
}

.details svg {
    width: auto;
    padding: 0;
}

.details #numberOfLuggages, .details #numberOfPassengers {
    font-size: normal;
    font-weight: 500;
    padding-left: 4px;
    margin-bottom: 0;
    margin-right: 7px;
}

.details #numberOfLuggages {
    padding-left: 6px;
}

.details_date {
    border: solid 1px rgba(20,106,255,255);
    border-radius: 15px;
    padding: 3px 8px;
    color: rgba(20,106,255,255);
    font-weight: 500;
    font-size: small;
    margin: 0 auto;
}

.details_pickup, .details_destination {
    font-weight: 500;
    font-size: 14px;
}

.details_pickup {
    margin-bottom: 25px;
    padding-top: 8px;
}

#details_pickup_time, #details_pickup_time2{
    margin-bottom: 25px;
    color: rgb(97, 97, 97);
}

#details_arrival_time, #details_arrival_time2 {
    color: rgb(97, 97, 97);
}

#ways {
    border-radius: 10px 10px 10px 10px;
    padding: 4px 6px 4px 6px;
    background-color: rgba(20,106,255,255);
    color: white;
    font-size: smaller;
    margin: 0 auto;
    margin-bottom: 5px;
    font-weight: 600;
}

.row {
    margin: 0 auto;
}

#map {
    height: 500px;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#trip-info {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #003366;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.selectable {
    cursor: pointer;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: 0.1s;
  }
  
  .selectable.selected {
    border: 2px solid #0073e6;
    background-color: #e6f0ff;
  }

  #return_div_disabled {
    display: none;
  }



.cta-button {
    border-radius: 25px 25px 25px 25px;
    padding: 1.25rem 2.5rem;
    background-color: #0073e6;
    color: white;
    border: none;
    text-decoration: none;
    font-weight: 600;
    font-size: normal;
    transition: background-color 0.3s;
    margin-left: -13rem;
}

.cta-button:hover {
    background-color: #005bb5;
}

#add_stops {
    display: none;
}

/* header circles and lines */
.prog-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1rem;
    width: 70rem;
  }
  
  .step2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    pointer-events: none;
  }
  
  .circle2 {
    width: 28px;
    height: 28px;
    font-size: smaller;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-weight: bold;
    color: #ccc;
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .step2.active .circle2, .step2.done .circle2 {
    border-color: #007bff;
    color: #007bff;
  }
  
  .step2 p {
    margin-top: 0.1rem;
    font-size: 12px;
    font-weight: 600;
    color: #999;
  }
  
  .step2.active p,
  .step2.done p {
    color: #007bff;
    font-weight: 600;
  }
  
  .line2 {
    flex: 1;
    height: 2px;
    background-color: #e6e6e6;
    transition: background-color 0.3s ease;
    margin-bottom: 2.8rem;
    margin-left: -4rem;
    margin-right: -2rem;
  }
  
  .line2.active {
    background-color: #007bff;
  }

  .checkout-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* απόσταση ανάμεσα στα div */
    margin: 0 auto;
    width: 120rem;
  }

  #checkout_div {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    gap: 0.5rem;
    width: 65rem;
    margin-top: 0%; 
}

h2 {
    width: 110rem;
    font-weight: 500;
    margin-left: 1.5rem;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.right-column {
    margin: 0 auto;
    flex-grow: 0;
    width: 35rem;
    position: sticky;
    top: 20px;
  }

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

#checkout_loading {
  padding: 1.25rem 4.5rem;
}

.assets {
    background-color: white;
    margin-top: 2rem;
    border-radius: 10px;
    padding: 5px 10px 10px 15px;
    font-weight: 500;
	display: none !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  @media (max-width: 767px) {
    .container {
        gap: 1.5rem;
        margin: 0 auto;
    }

    .header {
        margin-top: 10px;
    }

    .logo {
        font-size: 1.8rem;

    }


    .prog-bar {
        width: 50%;
    }

    .checkout-wrapper {
        flex-wrap: wrap;
        width: 100%;
        gap: 2.5rem;
    }

    #checkout_div {
        width: 100%;    
    }

    .right-column {
        width: 100%;
    }

    .car .attributes {
        flex-wrap: wrap;
    }

    .attributes p {
        margin-bottom: 3px;
        width: max-content;
    }

    #cancellations {
        flex-wrap: wrap;
        width: 80%;
    }

    #map {
        height: 25rem;
        width: 98%;
        margin: 0 auto;
        margin-top: 4rem;
        margin-bottom: 10rem;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    h2 {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
  }