.ts-input-wrapper .ts-input input{
    width: 500px;
    height: 50px;
}
.ts-button-primary{
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #2662d9;
    color: #fff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.toursoft img{
    width: 500px;
}
.toursoft .clearfix{
    clear: both;
}
.toursoft.activity-component, 
.toursoft.transportation-component, 
.toursoft.accommodation-component, 
.toursoft.service-component,
.toursoft.restaurant-component{
    max-width: 664px;
    margin: 15px auto;
    border: 1px solid #d2d2d2;
    padding: 14px;
}
.toursoft .component-image{
    width: 140px;
    display: block;
    float: left;
}
.toursoft .component-image img{
    display: block;
}
.toursoft .component-content{
    display: block;
    width: calc(100% - 140px);
    float: left;
    padding-left: 16px;
}
.toursoft #ts-google-map{
    width: 100%;
    min-height: 400px;
}
.toursoft .col-inline{
    display: inline-block;
    padding-right: 25px;
}

.toursoft .component-icon{
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 14px;
}
.toursoft .component-icon-medium{
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    display: block;
}
.toursoft.error{
    color: red;
}

/* Container styling */
.toursoft .error-message-container {
    margin: 20px auto;
    padding: 15px;
    background-color: #f8d7da;
    border-left: 5px solid #dc3545;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #721c24;
  }

  .toursoft .success-message-container {
    margin: 20px auto;
    padding: 15px;
    background-color: #a3e4b6;
    border-left: 5px solid #04993d;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #1c721c;
  }

.toursoft .icon-activity{
    background-image: url('../icons/running-solid.svg');
    
}

.toursoft .icon-location{
    background-image: url('../icons/map-marker-alt-solid.svg');
}

.toursoft .icon-transportation{
    background-image: url('../icons/train-subway-solid.svg');
}

.toursoft .icon-accommodation{
    background-image: url('../icons/bed-solid.svg');
}

.toursoft .icon-ratings{
    background-image: url('../icons/star-solid.svg');
}

.toursoft .icon-service{
    background-image: url('../icons/cubes-solid.svg');
}
.toursoft .icon-restaurant{
    background-image: url('../icons/spoon-svgrepo-com.svg');
}
.toursoft .icon-clock{
    background-image: url('../icons/clock-solid.svg');
}

.toursoft .icon-time{
    background-image: url('../icons/time.svg');
}
.toursoft .icon-type{
    background-image: url('../icons/group.svg');
}
.toursoft .icon-amount{
    background-image: url('../icons/amount.svg');
}
.toursoft .icon-include{
    background-image: url('../icons/right-tick.png');
}
.toursoft .icon-self-pay{
    background-image: url('../icons/cross-tick.png');
}
.toursoft .icon-exclude{
    background-image: url('../icons/cross-tick.png');
}

.toursoft .component-description{
    margin-top: 16px;
}


/* Page layout setup */

/*
.page-id-285 .container.pageinlayout{
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    background-color: white;
    overflow-x: hidden;
}
.position-relative{
    position: relative;
}
.toursoft.banner-image-component{
    margin: -20px;
   
}
.banner-image img{
    width: 100%;
    height: 60vh !important;
    object-fit: cover !important;
}
.position-relative{
    position: relative;
}
#itinerary-title-wrapper{
    position: absolute;
    top: 40%;
}

div#itinerary-container {
    background: white;
    max-width: 920px;
    position: relative;
    top: -70px;
    border-radius: 10px 10px 0px 0px;
}
#itinerary-stat{
    text-align: center;
}
#itinerary-stat h2{
    color: black;
}
.component-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px; 
}
.component-title, .day-index, .day-name, .includes h3, .self-pay h3, .excludes h3{
    color: black;
}
#total-price{
    background-color: #007bff;
    color: white;
    padding: 50px;
    border-radius: 5px;
}
*/