tltp-birthdate-group>div>select:focus,
div.form-row.tltp-idtype-group>select:focus {
    outline: solid 1px #e8eaee !important
}

div.form-row.tltp-birthdate-group>div>select:focus {
    outline: solid 1px #e8eaee !important
}

#tltp-form-duration {
display: flex !important;
    gap: 4px !important;
    align-items: center !important;
}

input:-webkit-autofill:focus,a
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: currentColor !important;
    caret-color: currentColor
}
.tltp-calendar-legend{
  display:flex;
  gap:12px;
      position: relative;
	  bottom: 20px; 
  font-size:14px;
  color: #0A2640 !important;
  font-weight: 600;
  align-items:center;
  flex-wrap:wrap;
  width: 100%;
  justify-content: start;
  left: 40px;
  margin-top: 10px;
margin-bottom: 10px;  
  
  
}



.tltp-calendar-legend span{
  display:inline-flex;
  gap:6px;
  align-items:center;
}
.tltp-leg-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  display:inline-block;
}
.tltp-leg-dot-ok{ background:#22c55e; }     /* πράσινο */
.tltp-leg-dot-full{ background:#ef4444; }   /* κόκκινο */

form.cart {
    display: block !important
}
/* ensure we can place dots inside day cells */
.flatpickr-day{
  position: relative;
}

/* status dots */
.flatpickr-day .tltp-day-dot{
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  
}

.flatpickr-day .tltp-day-dot-ok{
  /*background: #1f7a3f;*/
  display: none;
}

div.tltp-calendar-legend > span:nth-child(1) {display: none !important;}

.flatpickr-day .tltp-day-dot-full{
  background: #dc3545;
}

/* fully booked styling (even when flatpickr marks it disabled) */
.flatpickr-day.tltp-day-fullybooked{
 pointer-events: none;
}

.flatpickr-day.flatpickr-disabled.tltp-day-fullybooked:not(.nextMonthDay) {
    opacity: 1 !important;
    background-color: #ff000012;
    color: #999999;
    border: 1px solid #fff;
}


.flatpickr-day.flatpickr-disabled.tltp-day-fullybooked{
  opacity: 1 !important; /* override default disabled fade */
}

.oxy-product-cart-button:has(.travelotopos-booking-wrapper)>.quantity,
.oxy-product-cart-button:has(.travelotopos-booking-wrapper)>.single_add_to_cart_button,
.oxy-product-cart-button form.cart~.quantity,
.oxy-product-cart-button form.cart~.single_add_to_cart_button {
    display: none !important
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.booking-module,
.travelotopos-booking-wrapper {
    background: #0a2640;
    color: #fff;
    padding: 30px 35px 70px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    overflow: visible
}

.booking-module .top-row,
.travelotopos-inline-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 15px
}

.booking-module .inline-field,
.travelotopos-participants,
.travelotopos-calendar {
    display: block !important;
    flex: 1 1 48%;
    min-width: 240px;
    position: relative !important
}

.travelotopos-booking-wrapper .travelotopos-participants>label,
.travelotopos-booking-wrapper .travelotopos-calendar>label {
    display: block;
    margin: 0 0 6px;
    color: #fff !important;
    font-weight: 700
}

.travelotopos-booking-wrapper .dashicons {
    color: #ffc600;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#participants-input,
#datepicker-input,
#travelotopos-participants,
#travelotopos-datepicker {
    width: 100% !important;
    border-radius: 15px !important;
    border: none !important;
    height: 50px !important;
    padding: 10px 48px 10px 50px !important;
    font-size: 16px !important;
    background: #fff !important;
    cursor: pointer !important;
    font-weight: 600;
    caret-color: #fff0
}

#participants-input:focus,
#datepicker-input:focus,
#travelotopos-participants:focus,
#travelotopos-datepicker:focus {
    outline: 2px solid #007dc1 !important
}

#participants-input::placeholder,
#datepicker-input::placeholder,
.input-text::placeholder,
#name-perperson-0::placeholder {
    color: #6b7a99;
    opacity: 1
}

#travelotopos-participants::placeholder,
#travelotopos-datepicker::placeholder {
    color: #0a2640 !important;
    opacity: 1 !important
}

.icon-calendar,
.icon-person,
.drop-down-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none
}

.icon-calendar {
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../images/calendar-icon.svg)
}

.icon-person {
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../images/add-participants-icon.svg)
}

.drop-down-arrow {
    right: 14px;
    width: 14px;
    height: 9px;
    background-image: url(../images/drop-down-arrow.svg);
    transition: transform 0.3s ease;
    transform-origin: 50% 25%
}

.drop-down-arrow.rotated {
    transform: translateY(-50%) rotate(180deg)
}

#travelotopos-participants-panel,
#participants-inline-panel {
    position: absolute;
    top: calc(100% + 2px);
    left: -35px;
    right: auto;
    display: none;
    background: #fff !important;
    border-radius: 20px;
    box-shadow: 0 0 42px -11px #00000080;
    padding: 45px 35px 35px;
    z-index: 100150
}

#travelotopos-participants-panel.visible,
#participants-inline-panel.visible {
    display: block
}

.tltp-backdrop {
    position: fixed;
    inset: 0;
    background: #0006;
    z-index: 100000
}

.inline-panel {
    opacity: 0;
    pointer-events: none;
    display: none;
    transform: translate3d(0, -10px, 0)
}

.inline-panel.open {
    display: block;
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0)
}

.person-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 12px;
    max-height: 40px !important
}

#travelotopos-participants-panel .label-container label {
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    color: #0a2640 !important;
    margin-bottom: -4px !important;
    font-size: 18px
}

#travelotopos-participants-panel .qty-controls {
    display: flex;
    gap: 20px;
    align-items: center
}

.minus,
.plus,
.minus-btn,
.plus-btn {
    background: #e2f3fa;
    color: #0a2640;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    outline: none
}

.minus:hover,
.plus:hover {
    background: #cce2ff
}

.count,
.count-span {
    color: #0a2640;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px
}

#travelotopos-save-participants,
#participants-inline-save {
    display: block;
    width: 100%;
    background-color: #192e59;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 19px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-weight: 200;
    margin-top: 40px;
    height: 55px;
    margin-bottom: 10px
}

#travelotopos-save-participants:hover {
    background-color: #0069d9 !important
}

.meta-hint {
    margin-top: 2px;
    font-size: 13px !important;
    color: #0a2640 !important
}

.time-section {
    display: block !important
}

.option-block {
    margin-top: 16px
}

.option-block:first-child {
    margin-top: 0
}

#travelotopos-options-panel .option-block:last-of-type {
    margin-bottom: 30px
}

.option-title {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 20px
}

.option-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2f3fa;
    color: #0a2640;
    border-radius: 20px;
    border: 4px solid #e2f3fa;
    font-size: 16px;
    padding: 22px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    flex-direction: column
}

.option-button:hover {
    background: #fff
}

.option-button.selected {
    background: #fff !important;
    border-color: #ffb900
}

.option-button.has-active-time {
    border-color: #ffb900
}

.option-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between
}

.tltp-time-and-duration {
    display: flex;
    align-items: center
}

.option-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 18px
}

.option-duration::before,
#tltp-form-duration::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230a2640' stroke-width='1.28' stroke-linecap='round' stroke-linejoin='round'><path d='M6.825 13.012c-3.415 0-6.188-2.772-6.188-6.187 0-3.415 2.773-6.188 6.188-6.188 3.415 0 6.187 2.773 6.187 6.188l1.956-1.85-1.947 1.85-2.688-1.041'/><path d='M11.926 10.303c-.906 1.305-2.305 2.247-3.929 2.556' stroke-dasharray='0.77,1.91,0.13,0,0,0'/><path d='M6.962 4.358v2.855l-1.719 2.026'/></svg>") no-repeat center;
    background-size: contain;
    vertical-align: middle
}

.option-button.tltp-soldout {
    cursor: default !important;
    background: #f7f7f7 !important;
    border-color: #eee !important;
    padding-bottom: 20px;
    color: #0a2640a1;
    align-items: flex-start;
    flex-direction: column-reverse
}

.option-button.tltp-soldout .option-duration::before {
    opacity: 0.5 !important
}

.tltp-soldout-badge {
    position: relative;
    font-size: 16px;
    gap: 5px !important;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.soldout-icon,
.time-soldout-icon {
    height: 24px;
    width: 22px
}

.time-soldout-icon {
    margin-right: 5px
}

.option-times {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center
}

.option-times .time {
    border-radius: 20px;
    background: #e2f3fa;
    cursor: pointer;
    font-weight: 700;
    color: #0a2640;
    display: flex;
    text-align: center;
    padding: 10px 22px;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.4;
    border: 2px dotted #e2f3fa;
    pointer-events: all
}

.option-times .time:hover {
    background: #f7fbff;
    border-color: #d7e6f7
}

.option-times .time.selected {
    border: 2px dotted #ffb900;
    background: #fff;
    padding: 10px 12px;
    pointer-events: none
}

.option-times .time.selected::before {
    content: "✔";
    color: #0a2640;
    font-size: 13px;
    line-height: 1.5;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.option-block.single-option-static .option-button.single-option-static {
    border-color: #fff !important;
    pointer-events: none !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    cursor: default
}

div.option-block>button.tltp-multi-open>span.option-line {
    justify-content: center !important
}

div.option-block>button.tltp-multi-open>span.option-line>span.option-duration {
    margin-left: 14px !important
}

.time-label-sold-out {
    margin-right: 4px
}

.tltp-time-sold-out {
    color: #0a2640a1 !important;
    pointer-events: none !important;
    background-color: #f7f7f7 !important;
    border: solid #eee !important;
    padding-left: 12px !important;
    padding-right: 12px !important
}

.choose-time-prompt {
    font-weight: 400;
    margin: 10px;
    font-size: 14px
}

.time-inline {
    margin-left: 10px
}

.time-label {
    font-weight: 400;
    margin-right: 2px
}

#travelotopos-options-panel span.time-inline>span.time-label {
    margin-right: -2px !important
}

#travelotopos-availability-info {
    text-align: center;
    position: relative
}

.tltp-availability-stats {
    text-align: left
}

.tltp-price-messageholder {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.tltp-notice {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    transition: all 0.2s;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.4
}

.tltp-notice.error::before,
.tltp-notice.warn::before,
.tltp-notice.info::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.tltp-notice.error::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'><circle cx='8.5' cy='8.5' r='7.5' stroke-width='2'/><path d='M10.75 6.25l-4.5 4.5' stroke-width='2'/><path d='M6.25 6.25l4.5 4.5' stroke-width='2'/></svg>")
}

.tltp-notice.warn::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'><path d='M7.554 1.722l-6.353 10.605c-.132.228-.201.487-.201.75 0 .817.667 1.491 1.484 1.5h12.705c.816-.009 1.483-.683 1.483-1.5 0-.263-.069-.522-.201-.75L10.119 1.722A1.484 1.484 0 008.837 1c-.524 0-1.011.274-1.283.722z' stroke-width='2'/><path d='M8.836 5.577v2.641' stroke-width='2'/><path d='M8.836 11.2v.375' stroke-width='2'/></svg>")
}

.tltp-notice.info::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'><circle cx='8.5' cy='8.5' r='7.5' stroke-width='2'/><path d='M8.5 12.25V9.25' stroke-width='2'/><path d='M8.5 6.25V5.875' stroke-width='2'/></svg>")
}

.label-taxes-fees::before,
.label-free-cancel::before,
.label-best-price::before,
div.tltp-form-estimated-notes>span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='-1 -1 17 17' xmlns='http://www.w3.org/2000/svg' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'><circle cx='7.125' cy='7.125' r='6.75' style='fill:%23fff;stroke:%23007dc1;stroke-width:2px;'/><path d='M4.657,7.805l1.904,1.536l3.061,-4.327' style='fill:none;stroke:%23007dc1;stroke-width:1.5px;stroke-linecap:square;'/></svg>") no-repeat center;
    background-size: contain
}

div.tltp-form-estimated-notes>span {
    align-items: center;
    position: relative
}

.seats-left-holder {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px
}

.seats-num {
    color: #fff;
    font-weight: 800
}

.availability-icon {
    display: inline-flex
}

#tltp-seats-left-text {
    font-size: 13px;
    color: #ffffffe0
}

.live_availability {
    display: flex;
    font-size: 10px;
    justify-content: flex-end;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: .9px;
    color: #fff;
    margin-top: -10px
}

.live_availibility_label {
    align-items: center;
    display: flex
}

.live_availibility_label::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 5 9.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114,10.227l1.375,-4.386l-1.489,-0l4.386,-5.841l-1.352,4.46l1.466,-0l-4.386,5.767Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

#travelotopos-continue-button {
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    border-radius: 50px;
    cursor: pointer;
    border: none !important;
    transition: background 0.2s;
    height: 70px;
    line-height: 1.4;
    width: calc(100% - 70px);
    text-transform: revert !important;
    padding: 20px;
    background-color: #ffb900;
    z-index: 200;
    position: absolute;
    bottom: -30px
}

#travelotopos-continue-button:not(:disabled):hover {
    background-color: #ffc600 !important
}

#travelotopos-continue-button.is-disabled,
#travelotopos-continue-button[disabled],
#travelotopos-continue-button.is-loading {
    color: #ffffff !important;
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 1 !important;
    filter: grayscale(100%) !important
}

.btn-spinner {
    margin-left: 12px;
    vertical-align: middle;
    display: flex;
    align-items: center
}

#tltp-submit-spinner>img {
    width: 30px;
    height: 30px
}

#loading-indicator {
    display: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 100 !important
}

#loading-indicator img {
    width: 50px !important;
    height: 50px !important
}

.flatpickr-day:hover:not(.flatpickr-disabled),
.flatpickr-day:focus:not(.flatpickr-disabled) {
    background: #e2f3fa !important;
    border-color: #e2f3fa !important
}

.flatpickr-day.selected {
    background: #192d59 !important;
    color: #fff !important
}

.travelotopos-calendar {
    position: relative !important
}

body.contact-details-open {
    overflow: hidden
}

.travelotopos-customer-form-module {
    padding-inline: 13px;
    position: fixed;
    inset: 0;
    z-index: 110000;
    display: none;
    color: #0a2640 !important;
    background: #000000b3
}

.travelotopos-customer-form-module .form-overlay {
    display: none
}

.travelotopos-customer-form-module .form-container {
    position: relative;
    background: #fff;
    width: calc(100% - 2px);
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100% - 15px);
    margin-top: 15px;
    padding: 30px;
    scrollbar-width: thin;
    scrollbar-color: #fff0 #fff0;
    overflow-y: auto;
    bottom: -100%;
    transition: bottom 0.8s cubic-bezier(.25, 1, .5, 1);
    will-change: bottom;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}



.travelotopos-customer-form-module .form-container .iti__country-list {
  overflow-y: scroll !important;  /* always show scrollbar space */
  scrollbar-width: auto !important;
  scrollbar-color: auto !important;
}



.travelotopos-customer-form-module.open .form-container {
    bottom: 0
}

.travelotopos-customer-form-module .form-container.scrolling {
    scrollbar-color: #cccc #fff0;
    scrollbar-width: thin;
}

.travelotopos-customer-form-module.closing .form-overlay {
    transition-duration: 0.18s
}

.travelotopos-customer-form-module.closing .form-container {
    transition-duration: 0.35s;
    transition-delay: 0s
}

.travelotopos-customer-form-module.closing .form-container .form-footer {
    transition-duration: 0.28s;
    transition-delay: 0.05s
}

.tltp-form-topbar {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: solid 1px #e8eaee;
    max-width: 1280px;
    justify-content: center;
    padding-bottom: 10px;
    gap: 40px;
    padding-top: 10px;
    border-top: solid 1px #e8eaee
}

.tltp-form-top-title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 20px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%
}

.tltp-form-tour {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-align: right
}

.tltp-form-tour::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #e8eaee
}

.tltp-form-start {
    display: flex;
    color: #192c59;
    align-items: center;
    line-height: 1;
    gap: 14px;
    font-weight: 400;
    font-size: 18px
}

.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #e8eaee
}

.form-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0a2640 !important;
    display: flex;
    gap: 8px;
    align-items: center
}

#close-customer-form {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease
}

.travelotopos-customer-form-module.open #close-customer-form {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.8s ease 0.8s
}

#close-customer-form>svg {
    color: #999
}

#travelotopos-customer-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    margin-bottom: 60px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.single-block-mode {
    grid-template-columns: 1fr !important
}

.tltp-form-spacer {
    display: block;
    height: 100px
}

#travelotopos-customer-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.tltp-birthdate-group,
#travelotopos-customer-form .form-row {
    gap: 0 !important;
    margin-bottom: 20px !important
}

#travelotopos-customer-form .form-row label,
#travelotopos-customer-form .contact-group {
    color: #0a2640 !important;
    font-weight: 600
}

#travelotopos-customer-form .form-row label {
    font-size: 14px
}

#travelotopos-customer-form .contact-group h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    margin-bottom: 10px
}

#travelotopos-customer-form .contact-group h4::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='-4 -4 83 103' version='1.1' xmlns='http://www.w3.org/2000/svg' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'><circle cx='36.287' cy='21.413' r='19.163' style='fill:%23fff;stroke:%23192e59;stroke-width:8px;'/><path d='M28.78,92.263l17.095,0.25c28.5,-6.5 26.5,-14 26.5,-14l-0,-7.5c-1.25,-20.25 -26.5,-29.75 -26.5,-29.75l-17.095,-0.25c0,0 -25.25,9.5 -26.5,29.75l0,7.5c0,0 -2,7.5 26.5,14Z' style='fill:%23fff;stroke:%23192e59;stroke-width:8px;'/></svg>");
    background-size: contain;
    background-repeat: no-repeat
}

#travelotopos-customer-form .form-row .input-text,
#travelotopos-customer-form>div>fieldset.tltp-gender-group>label,
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>select,
.bd-inline>select,
.tltp-country-input {
    border-radius: 10px !important;
    background: #fff7df !important;
    min-height: 44px;
    border: 1px solid #fff !important;
    font-weight: 600;
    color: #0a2640 !important;
    width: 100%
}

.bd-inline>select,
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>select {
    border-right: 10px #fff7df solid !important;
    cursor: pointer;
    transition: all 0s !important
}

#travelotopos-customer-form .form-row .input-text:not(#travelotopos-customer-form .iti input[type="tel"].iti__tel-input) {
    padding-left: 20px !important
}

#travelotopos-customer-form .form-row .input-text:focus:not(:-webkit-autofill),
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>select:focus:not(:-webkit-autofill),
.bd-inline>select:focus:not(:-webkit-autofill),
.tltp-country-input:focus:not(:-webkit-autofill) {
    box-shadow: none !important
}

#travelotopos-customer-form .form-row .input-text:focus,
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>select:focus,
.bd-inline>select:focus,
.tltp-country-input:focus {
    background-color: #fff !important;
    border: solid 1px #e8eaee !important
}

.bd-inline>select:focus,
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>select:focus {
    border-right: solid #fff 10px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important
}

.bd-inline {
    display: flex;
    gap: 12px;
    width: 100%
}

.bd-inline>select {
    flex: 1 1 0%;
    min-width: 0
}

#travelotopos-customer-form>div>fieldset.tltp-gender-group>label {
    display: flex;
    gap: 8px;
    padding: 10px 10px 8px 15px;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer
}

#travelotopos-customer-form>div>fieldset.tltp-gender-group>legend {
    color: #0a2640 !important;
    margin-bottom: 4px;
    font-weight: 600
}

#travelotopos-customer-form>div>fieldset.tltp-gender-group>label>input[type="radio"] {
    background: #fff !important;
    border: 2px solid #0a2640 !important;
    border-radius: 35% !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    width: 16px !important;
    height: 16px !important;
    box-shadow: none !important
}

#travelotopos-customer-form>div>fieldset.tltp-gender-group>label>input[type="radio"]:checked {
    background: #007dc1 !important;
    box-shadow: inset 0 0 0 4px #fff !important;
    border-radius: 10px !important
}

.tltp-country-group {
    gap: 0 !important
}

.tltp-country-group>label {
    font-size: 16px !important;
    pointer-events: none
}

.tltp-country-group .iti__dial-code {
    display: none !important
}

.tltp-country-input {
    caret-color: #fff0;
    user-select: none;
    cursor: pointer
}

.tltp-country-input::-moz-selection {
    background: #fff0
}

.tltp-country-input::selection {
    background: #fff0
}

.tltp-phone-override {
    background-color: #eff9fc;
    color: #192d59 !important;
    padding: 10px 20px;
    font-size: 14px !important;
    border-radius: 10px;
    margin-top: 5px !important;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
	display: flex;
    gap: 12px;
}

#travelotopos-customer-form>div>div>div.tltp-phone-override>div {
    display: flex;
    gap: 10px;
    align-items: center
}

.tltp-phone-override>div>input[type="checkbox"] {
    width: fit-content
}

#phone-primary-override {
    width: auto !important;
    zoom: 1.5;
    cursor: pointer
}

div.tltp-phone-error-message.error-message,
.tltp-email-error-message {
    background-color: #fbeaea;
    color: #192d59 !important;
    padding: 10px 20px;
    font-size: 14px !important;
    border-radius: 10px;
    margin-top: 4px !important;
    font-weight: 600
}

.form-row.floating-label {
    position: relative;
    margin-bottom: 1.5rem
}

.form-row.floating-label label {
    position: absolute;
    left: 20px;
    top: 12px;
    color: #666;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.2s ease;
    background: #fff0
}

.form-row.floating-label input:focus+label,
.form-row.floating-label input:not(:placeholder-shown)+label,
.form-row.floating-label textarea:focus+label,
.form-row.floating-label textarea:not(:placeholder-shown)+label,
.form-row.floating-label .iti:focus-within+label,
.form-row.floating-label.has-value label {
    top: -10px;
    left: auto !important;
    right: 10px;
    font-size: 0.6rem !important;
    background: #fff;
    padding: 4px 8px;
    color: #0a2640 !important;
    border-radius: 10px;
    line-height: 1.2;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 400 !important
}

.travelotopos-customer-form-module .form-footer {
    display: flex;
    background: #f7f7f7;
    padding: 15px 30px;
    position: fixed;
    width: calc(100% - 30px);
    bottom: -100%;
    transition: bottom 0.5s cubic-bezier(.25, 1, .5, 1);
    will-change: bottom;
    left: 15px;
    z-index: 4 !important
}

.travelotopos-customer-form-module.open .form-container .form-footer {
    bottom: 0;
    transition-delay: 0.3s
}

.form-footer-inner-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

#tltp-form-estimated-cost {
    font-weight: 600
}

.tltp-form-estimated-line {
    font-size: 22px;
    display: flex;
    gap: 8px;
    align-items: baseline
}

.tltp-form-estimated-notes {
    display: flex;
    gap: 2px 20px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px
}

.tltp-form-estimated-notes.tltp-showhide {
    display: none
}

#submit-customer-form {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    transition: background 0.2s;
    height: 70px;
    line-height: 1.4;
    width: 40%;
    text-transform: revert !important;
    font-weight: 700;
    padding: 20px;
    background-color: #ffb900 !important;
    z-index: 200;
    border: none !important
}

#submit-customer-form[disabled] {
    cursor: not-allowed !important;
    filter: grayscale(100%) !important;
}

#travelotopos-customer-form>div>div.form-row.tltp-birthdate-group>label,
#travelotopos-customer-form>div>div.form-row.tltp-idtype-group>label {
    font-size: 16px !important
}

.button-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: grayscale(100%) !important;
}

.fare-display {
    margin-top: 10px !important;
    font-size: 16px !important;
    display: none;
    color: #fff !important
}

.fare-value {
    font-size: 26px;
    padding-left: 4px;
    font-weight: 600
}

.label-booking-cost {
    font-weight: 200;
    font-size: 18px
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    touch-action: manipulation
}

@media (max-width:1024px) {
    .tltp-form-tour::after {
        display: none !important
    }
    .tltp-form-top-title {
        justify-content: flex-start !important;
        font-size: 18px !important;
        padding-bottom: 10px !important
    }
    .tltp-form-estimated-line {
        margin-bottom: 5px
    }
    .tltp-form-topbar {
        flex-direction: column !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        gap: 6px !important;
        padding-bottom: 0 !important;
        align-content: flex-start !important;
        flex-wrap: wrap !important;
        border-bottom: none !important
    }
    .tltp-form-tour {
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: left !important;
        width: 100% !important
    }
    .tltp-form-start {
        font-size: 16px !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        border-bottom: solid 1px #e8eaee !important;
        gap: 14px !important
    }
    .tltp-form-estimated-notes {
        max-width: 520px
    }
    #travelotopos-customer-form {
        grid-column-gap: 16px
    }
    #submit-customer-form {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
        height: 100% !important;
        font-weight: 400 !important;
        font-size: 18px !important
    }
}

@media (max-width:768px) {


.tltp-country-input{min-height: 50px !important;}

    .iti-mobile-close {
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        width: 30px;
        height: 30px;
        z-index: 99999;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
	
    }
	

	
	.tltp-calendar-legend{
  

      position: absolute !important; 
	
 

        padding-bottom: 20px !important;
        margin-top: -30px !important;
        bottom: -5px !important;
  
}
	
    .travelotopos-customer-form-module {
        padding-inline: 0 !important
    }
    .booking-module,
    .travelotopos-booking-wrapper {
        padding: 30px 20px 70px !important
    }
    .tltp-country-input,
    .bd-inline>select {
        font-size: 16px !important
    }
    .tltp-time-sold-out {
        padding-left: 22px !important
    }
    .time-soldout-icon {
        margin-right: 9px !important
    }
    .tltp-soldout-badge {
        margin-bottom: 16px !important;
        gap: 9px !important
    }
    .option-button.tltp-soldout {
        align-items: center !important
    }
    .tltp-notice.warn::before {
        width: 32px !important;
        height: 32px !important
    }
    #travelotopos-continue-button {
        width: calc(100% - 40px) !important
    }
    .tltp-form-top-title {
        line-height: 1.5;
        max-width: calc(100% - 32px);
        margin-right: 32px
    }
    .tltp-email-error-message {
        margin-top: 2px !important
    }
    #submit-customer-form {
        max-height: 55px !important;
        width: 100% !important
    }
    .tltp-form-estimated-line {
        margin-bottom: 13px !important
    }
    .form-footer-inner-holder {
        flex-direction: column !important
    }
    .tltp-form-estimated-notes {
        max-width: 100% !important
    }
    .tltp-form-estimated-notes:not(.tltp-showhide) {
        display: none
    }
    .tltp-form-estimated-notes.tltp-showhide {
        display: flex
    }
    #travelotopos-customer-form {
        grid-template-columns: none
    }
    .tltp-form-topbar {
        gap: 3px !important
    }
    #close-customer-form {
        top: 10px;
        right: 10px
    }
    #close-customer-form>svg {
        color: #192c59;
        width: 16px;
        height: 16px
    }
    #travelotopos-customer-form .contact-group h4 {
        font-size: 18px !important
    }
    .tltp-contact-card .contact-group {
        margin-bottom: 14px !important
    }
    #travelotopos-customer-form .form-row {
        gap: 0 !important
    }
    travelotopos-customer-form {
        grid-template-columns: 1fr !important
    }
    .tltp-form-start {
        font-size: 16px !important;
        width: 100% !important;
        border-bottom: solid 1px #e8eaee !important
    }
  
    #tltp-form-duration::before {
        width: 18px !important;
        height: 18px !important;
    }
    .tltp-form-estimated-line {
        font-size: 18px !important;
        display: flex;
        gap: 8px;
        align-items: baseline;
        justify-content: center;
        text-transform: uppercase;
    }
    .form-footer {
        box-shadow: 0 0 42px -11px #0003
    }
    #travelotopos-customer-form .form-row .input-text {
        min-height: 50px !important;
        font-size: 16px !important
    }
    #travelotopos-customer-form .form-row label {
        font-size: 16px !important
    }
    div.tltp-form-estimated-notes>span {
        padding-left: 22px !important
    }
    .travelotopos-customer-form-module .form-footer {
        width: 100% !important;
        left: 0 !important;
        padding-top: 20px !important
    }
    .travelotopos-customer-form-module .form-container {
        margin-top: 0 !important
    }
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label:focus-within>label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label input:not(:placeholder-shown)+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label textarea:not(:placeholder-shown)+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label input.filled+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label textarea.filled+label,
    #travelotopos-customer-form .form-row.floating-label.filled>label {
        font-size: 11px !important
    }
    .tltp-form-estimated-notes {
        align-items: flex-start !important;
        font-size: 16px !important;
        align-content: flex-start !important;
        flex-direction: row !important;
        justify-content: center;
        margin-top: 20px;
        gap: 4px 10px;
        margin-bottom: 10px;
        font-weight: 400 !important
    }
    div.tltp-form-estimated-notes>span::before {
        width: 16px !important;
        height: 16px !important
    }
    .tltp-form-spacer {
        height: 200px !important
    }
    div.option-block>button.tltp-multi-open>span.option-line>span.option-duration {
        margin-left: 0 !important;
        justify-content: center !important;
        margin-top: 10px !important
    }
    .option-line {
        flex-direction: column !important
    }
    .tltp-time-and-duration {
        margin-top: 6px !important;
        justify-content: center !important
    }
    .choose-time-prompt {
        font-weight: 600 !important
    }
    .time-inline {
        margin-left: 0 !important
    }
    .label-booking-cost {
        font-size: 22px !important
    }
    #travelotopos-continue-button {
        font-weight: 600 !important
    }
    .booking-module .top-row,
    .travelotopos-inline-row {
        gap: 0 !important;
        flex-direction: column;
        align-items: stretch
    }
    #participants-input,
    #datepicker-input,
    #travelotopos-participants,
    #travelotopos-datepicker {
        width: 100% !important
    }
    #travelotopos-participants-panel,
    #participants-inline-panel {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        position: fixed;
        top: revert !important;
        padding: 30px 35px 35px !important;
        width: 100%
    }
    .label-booking-cost {
        font-weight: 400 !important
    }
    #tltp-seats-left-text {
        font-size: 14px !important
    }
    .travelotopos-participants {
        margin-bottom: 36px !important
    }
    .travelotopos-customer-form-module .form-container {
        height: 100%;
        max-height: none;
        border-radius: 0;
        outline: 1px #fff solid
    }
    .option-times .time {
        line-height: 1.2 !important
    }
}

@media (max-width:600px) {
	
	
	
    .option-times {
        flex-direction: column !important;
        width: 100% !important;
        gap: 14px !important
    }
    .option-times .time {
        font-size: 16px !important;
        width: 100% !important
    }
    .choose-time-prompt {
        margin-top: 14px !important
    }
    .option-title-text {
        line-height: 1.4 !important
    }
    .tltp-form-tour {
        font-weight: 400 !important;
        font-size: 14px !important
    }
    .tltp-form-estimated-notes {
        font-size: 12px !important
    }
    div.form-footer>div>div.tltp-form-estimated-notes.tltp-showhide>span:nth-child(2) {
        display: none !important
    }
    .travelotopos-customer-form-module .form-container,
    .travelotopos-customer-form-module .form-footer {
        padding: 20px !important
    }
    .tltp-form-top-title {
        font-size: 17px !important
    }
    .tltp-form-estimated-line {
        margin-bottom: 9px !important
    }
    .travelotopos-customer-form-module .form-footer {
        padding: 15px 15px 10px !important
    }
    .tltp-form-start {
        font-size: 14px !important
    }
    #tltp-form-duration::before {
        width: 16px !important;
        height: 16px !important
    }
    #travelotopos-customer-form {
        grid-row-gap: 10px
    }
    #travelotopos-customer-form .form-row {
        margin-bottom: 14px !important
    }
    .tltp-contact-card .contact-group {
        margin-bottom: 8px !important
    }
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label:focus-within>label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label input:not(:placeholder-shown)+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label textarea:not(:placeholder-shown)+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label input.filled+label,
    #travelotopos-customer-form>div.tltp-contact-card>div.form-row.floating-label textarea.filled+label,
    #travelotopos-customer-form .form-row.floating-label.filled>label {
        font-size: 9px !important
    }
    .form-row.floating-label input:focus+label,
    .form-row.floating-label input:not(:placeholder-shown)+label,
    .form-row.floating-label textarea:focus+label,
    .form-row.floating-label textarea:not(:placeholder-shown)+label {
        top: -6px
    }
    #travelotopos-customer-form .contact-group h4 {
        font-size: 17px !important
    }
    #travelotopos-customer-form .contact-group h4::before {
        width: 14px !important;
        height: 18px !important
    }
    div.tltp-form-estimated-notes>span {
        padding-left: 18px !important
    }
    div.tltp-form-estimated-notes>span::before {
        width: 14px !important;
        height: 14px !important
    }
	
	    div.tltp-phone-error-message.error-message {
			
			margin-top: 4px !important;
        padding: 15px 20px !important;
        line-height: 1.4 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
		}
	
	.tltp-phone-override {padding: 15px 20px !important; font-size: 14px !important;}
	
}

@media (max-width:430px) {
	
		.tltp-calendar-legend{
	font-size:12px !important;

}
	
    #travelotopos-customer-form {
        grid-row-gap: 6px !important
    }
    .tltp-form-estimated-line {
        font-size: 16px !important;
        gap: 6px !important;
        margin-bottom: 8px !important
    }
    #submit-customer-form {
        max-height: 45px !important;
        line-height: 1.2 !important;
        font-size: 16px !important
    }
    .tltp-form-estimated-notes {
        font-size: 12px !important;
        margin-top: 15px !important;
        gap: 2px 10px !important;
        margin-bottom: 4px !important
    }
	
	.travelotopos-customer-form-module .form-footer {
        padding: 15px 10px 40px !important;
    }
	
	#travelotopos-customer-form>div>div>div.tltp-phone-override>div {line-height: 1.4 !important;}
}

@media (max-width:400px) {
    .tltp-form-estimated-notes {
        display: none !important
    }
   
    .form-container {
        padding: 15px !important
    }
    .tltp-form-tour {
        font-size: 16px !important
    }
    .tltp-form-start {
        font-size: 14px !important;
        width: 100% !important
    }
    #tltp-form-duration {
        gap: 3px !important;
        margin-left: 8px !important
    }
    .tltp-form-estimated-line,
    .tltp-time-and-duration {
        font-size: 15px !important
    }
}

.button-disabled,
#submit-customer-form[disabled],
#submit-customer-form.button-disabled,
#travelotopos-continue-button[disabled],
#travelotopos-continue-button.button-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: grayscale(100%) !important;
}

