/* .flatpickr-day.myflat-disabled:not(.selected),
.flatpickr-day.selected:has(~ .myflat-disabled) ~ .myflat-disabled ~ .flatpickr-day,
.flatpickr-day:has(~ .flatpickr-day.selected) {
    cursor: not-allowed!important;
    opacity: .5;
    user-select: none;
    pointer-events: none;
} */

.text-justify {
    text-align: justify!important;
}

.tticon {
    text-decoration: none;
}

.flatpickr-day.disabled {
    user-select: none;
    pointer-events: none;
}

.bg-glicine {
    background-color: #b8c8e2;
}

.clr-text {
    color: #55637d;
}

.navigation-menu .navigation-item.ha-submenu:hover > ul {
    opacity: 1;
    overflow: visible;
    transition: opacity 0.2s linear, max-height 0s linear;
    background-color: #fff;
    max-height: 2500px;
}

.btn-brand {
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: var(--accent-blue);
    color: #fff;
}

.text-brand {
    color: var(--brand);
}

label.toggle {
    position: relative;
    width: 38px;
    border-radius: 11px;
    border: 1px solid #BBC1E1;
    background: #fff;
    height: 23px;
}

label.toggle:hover {
    cursor: pointer;
}

label.toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: #BBC1E1;
    transform: translateX(0);
    transition: transform 0.3s ease, opacity 0.2s;
}

label.toggle:has(input:checked) {
    background-color: var(--bs-primary);
}

label.toggle:has(input:checked):before {
    background-color: #fff;
    transform: translateX(15px);
}

label.toggle input {
    display: none;
}

.pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.pagination > a {
    color: #000;
    text-decoration: none;
    font-size: 1.3rem;
}

.pagination > input {
    display: inline-block;
    width: 100px;
}

span[data-requests] {
    position: absolute;
    right: 10px;
}

span[data-requests]:not([data-requests="0"]):before {
    content: attr(data-requests);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    aspect-ratio: 1 / 1;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
}

header .navigation .addnewboat {
    color: var(--brand);
}

header .navigation .bbtn,header .navigation .tntaddnewbotton:hover  .tntaddnewbotton>a  {
    color: var(--brand)!important;
    border-radius: 10px;
    padding: 2px 15px!important;
    background-color: white;
}

.page-home .navigation-transparent .bbtn:hover,
header .navigation-animated .bbtn,header .navigation-animated .tntaddnewbotton:hover  .tntaddnewbotton>a {
    background-color: var(--brand)!important;
    color: #fff!important;
    border-radius: 10px;
    padding: 2px 15px!important;
}



.navigation-button-toggler {
    display: flex;
    flex-direction: column;
}

.navigation-button-toggler:before {
    content: attr(data-title);
    display: block;
    color: #fff;
    font-size: 11px;
}

.banner {
    overflow: hidden;
}

.banner > .inner {
    text-wrap: nowrap;
    width: fit-content;
    padding: 5px 10px;
    animation: banner 40s linear 0s infinite normal;
}

@keyframes banner {
    0% { translate: 100vw 0; }
    100% { translate: calc(var(--w) * -1px) 0; }
}

.banner + header .navigation:not(.navigation-animated) {
    top: 34px;
}

.slide {
    clip-path: ellipse(100% 62% at 50% 38%);
}

.slide .rlr-banner-splide__image-wrapper {
    position: relative;
    isolation: isolate;
}

.slide .rlr-banner-splide__image-wrapper:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .35);
}

.slide .rlr-banner-splide__banner-img {
    object-fit: cover;
    object-position: bottom;
}

.slide .boat_types {
    width: 90%;
    margin: auto;
}

.slide .boat_types > a {
    width: 100%;
}

.slide .boat_types > a > div {
    width: 75px;
}

.slide .boat_types > a span {
    text-align: center;
}

.slide .boat_types img {
    padding: 10px;
    border-radius: 50%;
}

.slide .boat_types img:not([src*="placeholder"]) {
    filter: invert(1);
}

@media (max-width: 1024px) {
    .slide .boat_types {
        gap: 3rem;
    }
}

.flatpickr-days:not([data-min="-1"]):not([data-min="1"]) .startRange {
    pointer-events: none;
    user-select: none;
}

.rlr-product-card__price > mark {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.percentage_discount {
    background-color: var(--brand);
    color: #fff;
    font-size: 0.65em;
    padding: 2px 7px;
    border-radius: 5px;
    margin-left: 10px;
}

.rlr-banner-input-group--activity-dropdown, .rlr-banner-input-group--location-dropdown {
    max-height: 350px;
}

.rlr-autocomplete__item, .rlr-js-autocomplete__item {
    padding: 0;
}

.rlr-autocomplete__item, .rlr-js-autocomplete__item > a {
    display: block;
    padding: var(--spacing-3) var(--spacing-5);
}

.boat-search {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.boat-dates_wrap {
    position: relative;
}

.boat-dates_wrap > input:not(.boat-dates) {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.boat-dates_wrap > input.boat-dates {
    position: relative;
    z-index: 2;
}

.boat-dates {
    background-color: #fff!important;
}

.logo > a {
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
    height: auto;
}

.navigation-menu .is-active > a {
    color: var(--brand);
}

.navigation-menu .avatar {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.language-menu .flag-icon {
    aspect-ratio: 1/1;
    background-size: cover;
    box-shadow: 0 0rem .4rem .1rem  rgba(0, 0, 0, 0.25);
}

.language-menu ul a {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.login img {
    height: auto!important;
}

.select-ul .select-ul-a {
    color: #000;
    text-decoration: none;
}

.prod-gallery > div {
    aspect-ratio: 1/1;
}

.prod-gallery > div img {
    width: 100%;
    aspect-ratio: 1/1;
}

.products .rlr-product-card__footer {
    display: flex;
    gap: 0 5px;
}

.products .rlr-product-card__footer a {
    text-decoration: none;
}

.products .rlr-product-card__footer img {
    width: 24px;
}

.slide .boat_types > a > div {
    position: relative;
}

.slide .boat_types > a > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgb(16, 165, 178, .5);
}

.boat_details table {
    table-layout: fixed;
}

.detail_infos .detail_info {
    display: inline-flex;
    align-items: center;
    width: 49%;
}

.detail_infos .detail_info img {
    width: auto;
    height: auto;
    max-width: 32px;
    max-height: 32px;
}

.rlr-product-filters .boat_types-checkboxes img {
    width: 32px;
}

.rlr-product-filters .terms-checkboxes {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.Boat input::placeholder {
    color: #ddd;
}

.rlr-product-filters .terms-checkboxes img {
    width: 32px;
}

.products_wrap .products .product .splide ul {
    width: 100%;
    aspect-ratio: 16/9;
}

.products_wrap .products .product .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products_wrap .products .product .boat_type img {
    width: 25px;
}

.products_wrap .products :is(.table, td) {
    border: none;
}

.products_wrap .products > .product {
    display: block;
    width: calc(100% / 3);
}

.products_wrap .products > .product .boat_infos span {
    margin-right: 10px;
    /* white-space: nowrap; */
}

@media(max-width: 767px) {
    .products_wrap .products > .product {
        width: 100%;
    }


    .page-boats .rlr-search-results-page__product-details {
        flex-direction: column;
    }

    .togglefiltri i:before {
        content: '\f204';
    }

    .togglefiltri:has(.togglefiltrick:checked) i:before {
        content: '\f205';
    }

    .togglefiltri:not(:has(.togglefiltrick:checked)) + .formfilter  {
        display: none!important;
    }
}

.boat-input {
    width: 100%;
    padding: 3px 8px;
    border-radius: 0;
    border: 1px solid #ddd;
}

/*
.page-profile aside {
    position: sticky;
    top: 90px;
}
*/

.boatstable thead {
    display: none!important;
}

.boatstable,
.boatstable tbody > tr:last-of-type > td {
    border: none!important;
}

.boatstable tbody > tr > td {
    padding: 20px 0;
    border-color: #dfdfdf;
}

.boatstable .boat .image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

.boatstable .boat .infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boatstable .boat .btns .calbtn:not(:hover) {
    color: var(--bs-primary);
}

.boatstable .boat .btns .boatbnt:not(:hover) {
    color: var(--bs-success);
}

.boatstable .boat .btns a:hover {
    color: var(--bs-light);
}

.boatstable .boat .status {
    display: flex;
}

.boatstable .boat .status > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--clr);
}

.boatstable .boat .status > span:before {
    content: '';
    position: absolute;
    width: 15px;
    aspect-ratio: 1/1;
    left: 0;
    border-radius: 50%;
    background-color: var(--clr);
}

.dt_front_boats.dataTables_wrapper .dataTables_paginate {
    justify-content: start;
}

.rlr-secondary-menu-desc__icon img {
    min-width: 45px;
    max-width: 45px;
}

.page-boat #map > .inner {
    height: 500px;
}



.bookingstable {
    table-layout: fixed;
    border: none!important;
}

.bookingstable tr {
    position: relative;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
    border-radius: 2rem;
}

.bookingstable tr > td {
    padding: 20px 10px !important;
}

.bookingstable tr:not(:last-of-type) > td {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
}

.bookingstable .rental_url {
    display: flex;
    position: absolute;
    inset: 0;
}

.bookingstable td {
    vertical-align: middle;
    border: 0 !important;
}

.bookingstable td:not(.infos) {
    text-align: center;
}

.bookingstable .img img {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.bookingstable .status span {
    white-space: nowrap;
}

.bookingstable .status span[data-type="1"] { background-color: var(--bs-dark); }
.bookingstable .status span[data-type="3"] { background-color: var(--bs-danger); }
.bookingstable .status span[data-type="4"] { background-color: var(--bs-success); }
.bookingstable .status span[data-type="5"] { background-color: var(--bs-primary); }
.bookingstable .status span[data-type="6"] { background-color: var(--bs-primary); }

.bookingstable .timr {
    width: 300%;
}

.enter-coupon {
    text-transform: uppercase;
}

.Rental .status {
    display: flex;
}

.Rental .update_checkin {
    width: 150px;
}

.Rental .status > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.Rental .status > div > i {
    color: var(--clr, #bbb);
}

.Rental .status > div:not(:last-of-type) > i:after {
    content: '';
    position: absolute;
    top: 14px;
    left: calc(50% + 16px);
    width: calc(100% - 32px);
    border-bottom: 3px dashed var(--brd, #bbb);
}

.Rental .status[data-status="1"] .st3, .Rental .status[data-status="3"] .st4, .Rental .status[data-status="4"] .st3, .Rental .status[data-status="5"] .st3, .Rental .status[data-status="6"] .st3 {
    display: none!important;
}

.Rental .status[data-status="1"] .st1 > i,
.Rental .status[data-status="3"] .st1 > i,
.Rental .status[data-status="4"] .st1 > i,
.Rental .status[data-status="4"] .st4 > i,
.Rental .status[data-status="5"] .st1 > i,
.Rental .status[data-status="5"] .st4 > i,
.Rental .status[data-status="5"] .st5 > i,
.Rental .status[data-status="6"] > div > i {
    --clr: var(--bs-success);
}

.Rental .status[data-status="3"] .st1 > i:after,
.Rental .status[data-status="4"] .st1 > i:after,
.Rental .status[data-status="5"] .st1 > i:after,
.Rental .status[data-status="5"] .st4 > i:after,
.Rental .status[data-status="6"] > div > i:after {
    --brd: var(--bs-success);
}

.Rental .status[data-status="3"] .st3 > i {
    --clr: var(--bs-danger);
}


.rental_type-booking_card > label:not(:first-of-type) {
    display: block;
}

/* .getboatprenotation .boat_price-wrap:not(.on) {
    opacity: 0;
    visibility: hidden;
} */

.saveboatprenotation.disabled button,
.getboatprenotation.disabled .booknow {
    filter: grayscale(1);
    opacity: .7;
}

.saveboatprenotation.disabled button:before,
.getboatprenotation.disabled .booknow:before {
    content: "\f110";
    display: inline-block;
    margin-right: .5rem;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    animation: fa-spin 3s linear 0s infinite;
}

.checkout:has(input[name="mod_payment"][value="2"]:checked) .type_pay[data-tp="2"] ~ tr[data-tp="3"],
.checkout:has(input[name="mod_payment"][value="2"]:checked) .type_pay[data-tp="3"],
.checkout:has(input[name="mod_payment"][value="2"]:checked) .type_pay[data-tp="3"] + tr,
.checkout:has(input[name="mod_payment"][value="3"]:checked) .type_pay[data-tp="5"] {
    display: none;
}

.checkout .type_pay + tr p {
    font-size: 12px;
}

.info-descr {
    position: relative;
    display: inline-block;
}

.info-descr > span {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 250px;
    background-color: #f8f9fa;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5);
    padding: 5px 10px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.info-descr > i:hover + span {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}

.messageschat .box {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.messageschat .msg {
    display: flex;
}

.messageschat .msg.me {
    justify-content: end;
}

.messageschat .msg .sx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
}

.messageschat .msg .sx img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
}

.messageschat .msg.me .sx { order: 2; }
.messageschat .msg.me .dx { order: 1; }

.messageschat .msg .dx {
    width: calc(75% - 75px);
}

.messageschat .msg .dx span {
    display: block;
    background-color: #b9b9b9;
    height: 100%;
    border-radius: 5px;
    padding: 5px;
}

.messageschat .bottom {
    background-color: #aaaaaa;
}

.messageschat .msg.me .dx span {
    background-color: #2288b5;
    color: #fff;
}

.messageschat .sendmdg.disabled {
    opacity: .6;
    pointer-events: none;
    user-select: none;
}

.boat_percentage_discount {
    position: absolute;
    top: 25px;
    left: 30px;
    padding: 1px 5px;
    border-radius: 20%;
    z-index: 3;
    background-color: #034d8c;
    color: #fff;
}

.updatefavorites.on i:before {
    color: var(--accent-red);
}

.bookingstable + .norentals,
.dataTables_wrapper:has(.bookingstable) + .norentals {
    display: none;
}

.dataTables_wrapper:has(.bookingstable .dataTables_empty) + .norentals {
    display: block;
}

.review-form .rating_stars {
    display: flex;
}

.review-form .rating_stars > a {
    color: #c1bebe;
    text-decoration: none;
}

.review_stars a.active,
.review-form .rating_stars > a:is(.active, :hover),
.review-form .rating_stars > a:is(.active, :hover) ~ a {
    color: #E0A500;
}

.review-form .rating_stars > a[data-star="1"] { order: 1; }
.review-form .rating_stars > a[data-star="2"] { order: 2; }
.review-form .rating_stars > a[data-star="3"] { order: 3; }
.review-form .rating_stars > a[data-star="4"] { order: 4; }
.review-form .rating_stars > a[data-star="5"] { order: 5; }

@media (max-width: 767px) {
    .content:has(> .User),
    .content:has( .Boat) {
        padding-top: 15px;
        background-color: var(--bs-light);
        z-index: 10;
    }

    :is(.Boat, .User) .gabls {
        display: flex;
        overflow: scroll;
        white-space: normal;
        text-wrap: nowrap;
    }

    .User .uphone_wrap {
        flex-direction: column;
    }

    .User .docparent span {
        font-size: 15px;
    }

    .boatstable .boat .status {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .boatstable .boat .status .bstatus {
        display: block;
        width: 100%;
    }

    .boatstable .infos .favs {
        display: block;
    }

    .priceboatwrap b {
        font-size: 14px;
    }

    .bookingstable tbody td.img {
        width: 100px;
    }

    .bookingstable tbody td.infos {
        width: 200px;
    }

    .bookingstable tbody td.price {
        width: 120px;
    }
}



.range-slider {
    width: 300px;
    max-width: 90%;
    text-align: center;
    position: relative;
  }
  .range-slider .rangeValues {
    display: block;
    text-align: left;
    padding: 5px 0;
  }

  input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 80%;
    position: absolute;
    left: 0;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 80%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }

  input[type=range]:focus {
    outline: none;
  }

  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }

  input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
  }

  input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
  }

  /*hide the outline behind the border*/
  input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
  }

  input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
  }

  input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
  }

  input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
  }

  input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
  }

  input[type=range]:focus::-ms-fill-lower {
    background: #888;
  }

  input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
  }

  @media (max-width: 500px) {
    .boat_infos * {
        white-space: wrap;
    }
  }

.rlr-product-card__ratings .stars {
    position: relative;
    display: flex;
    width: 80px;
    height: 7px;
}

.rlr-product-card__ratings .stars:before,
.rlr-product-card__ratings .stars:after {
    content: '\f005\f005\f005\f005\f005';
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    position: absolute;
    left: 0;
}

.rlr-product-card__ratings .stars:after {
    font-weight: 800;
    width: calc(var(--pp) * 1px);
    overflow: hidden;
}

.saveboatprenotation input {
    color: #000!important;
}

.singup_form:not(:has(.condz:checked)) button.btn {
    opacity: .2;
    user-select: none;
    pointer-events: none;
}