/********** Template CSS **********/
:root {
    --primary:  #15656e;
    --secondary: #4a9193;
    --light: #F2F2F2;
    --dark: #111111;
    --gray: #A7A7A7;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
/* Widev */
.navbar {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}
/* fine widev */
nav.home-page-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 20px;
    /* org: font-size: 15px; */
    text-transform: uppercase;
    outline: none;
}
.home-page-nav .navbar-nav .nav-link{
    color: #FFFFFF!important;
}

.home-page-nav .navbar-nav .nav-link:hover,
.home-page-nav .navbar-nav .nav-link.active {
    color: #FFFFFF!important;
    text-decoration: underline 1px #FFFFFF !important;
    text-underline-offset: 6px;
    -webkit-text-decoration-line: underline 1px #FFFFFF !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #FFFFFF !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 1px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        /* border-top: 1px solid #EEEEEE; */
    }
    .home-page-nav.bg-active .navbar-nav{
        /* border-top: 1px solid #EEEEEE; */
    }
}

.navbar-light .navbar-brand{
    height: 119px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--gray);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .property-title{
        font-size: 1.45rem !important;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

video#background-video {
    /* widev height: 920px; */
    height: 820px;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 1400px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    container-xxl.py-5.wow.fadeInUp {
        padding-bottom: 15rem !important;
    }
}

.lang-box{
        margin-left: 10vw !important;
    }

@media screen and (min-width: 990px) {
    .lang-box{
        display: block;
        /* margin-left: 10vw !important; */
    }
}

@media screen and (min-width: 767px) {
    h1.h1-style {
        padding-top: 12rem !important;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    nav.home-page-nav {
        /*background: #fff !important;*/
        background: transparent !important;
    }

    .home-page-nav.bg-active {
         /*background: #fff !important;*/
    }

    .lang-box {
        display: block;
    }

    .lang-box .navbar-nav {
        border-top: 1px solid #EEEEEE;
        flex-direction: row;
        gap: 15px;
        justify-content: flex-end;
    }

    h1.h1-style{
        padding-top: 12rem !important;
        font-size: 3rem;
    }
    .home-page-nav .navbar-collapse {
        /* background-color: transparent; */
        background-color: rgb(21, 101, 110, .96);
        padding: 1rem;
        /* height: 100vw; */
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--gray);
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    .banner-mobile{
        height: 700px;
    }

    video#background-video {
        height: 680px;
        object-fit: cover;
    }

    #header-carousel .carousel-item img {
        position: relative; /* absolute */
        width: 100%;
        height: 100%;
        min-height: 600px;
        object-fit: cover;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: auto;
    }

    .container-xxl.py-5.wow.fadeInUp .col-lg-6 {
        min-height: auto !important;
    }

    a.btn.btn-secondary.py-2.px-5.rounded-pill.text-uppercase.fw-bold.mx-2 {
        margin-bottom: 10px;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Footer ***/

.footer .btn.btn-social {
    width: 48px;
    height: 50px;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Custom */


.object-fit-cover{
    object-fit: cover;
}

.object-fit-contain{
    object-fit: contain;
}

.navbar-brand-logo .navbar-brand-img{
    height:100%;
}

@media (max-width: 420px) {
    .navbar-brand .navbar-brand-logo{
        max-width: 70%;
    }
    .navbar-brand-logo .navbar-brand-img {
        height: 70%;
        object-fit: contain;
    }
}

.carousel-indicators button{
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
}

.navbar.navbar-bg-light{
    background-color: #f7f3f4 !important;
}
.navbar .navbar-toggler{
    height: 58px;
    width: 60px;
    border-color: var(--primary);
}

.navbar .navbar-toggler:focus {
    border-color: transparent !important;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,84,91, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.home-page-nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.service-item{
    border-radius: 20px;
}

.service-item .service-item-img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.service-item .service-item-img img{
    height: 350px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
}

.service-item .service-item-footer{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.person-item .person-item-img img{
    height: 350px;
    width: 100%;
}

.pre-footer{
    position: relative;
    display: block;
}

.pre-footer .pre-footer-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .pre-footer{
        position: relative;
        min-height: 450px;
    }

    .pre-footer img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.background-wave-1 {
    background:  url(../img/background-wave-1.png) center center no-repeat;
    background-size: 100% 50%;
}

@media screen and (max-width: 991.98px) {
    .background-wave-1 {
        background-size: 100% 20%;
    }

    .lang-box{
        margin-left: 0vw !important;
    }
}


@media screen and (min-width: 991.98px) and (max-width: 1279px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 12px !important;
    }
    .lang-box{
        margin-left: 4vw !important;
    }
}

@media screen and (min-width: 1024px){
    .mobile-only{
        display: none;
    }
}

.background-pre-footer {
    background:  url(../img/background-pre-footer.jpg) center center no-repeat;
    background-size: cover;
}

.border-top-footer {
    background:  url(../img/background-footer.png) center center no-repeat;
    background-size: 100% 100%;
}

a {
    text-decoration: none;
}

.carousel.slide .carousel-item > img{
    max-height: 700px;
    object-fit: cover;
}

.carousel.slide .carousel-item .carousel-caption{
    background: rgba(0,0,0,0.2);
}

.search-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(21, 101, 110, 0.8);
    /* widev a messo */
    padding: 30px 10px;
    /* padding: 30px 110px;  org */
    border-radius: 5px;
    width: 100%;
    /* widev a messo */
    line-height: 60px;
    font-size: 25px;
    font-weight: 200 !important;
    /* Fine widev */
    z-index: 11;
}

.carousel.slide.rounded-slide .carousel-item > img{
    border-radius: 20px;
}

.search-bar input, .search-bar select{
    background: transparent;
    border: none;
}

.search-bar input::placeholder, .search-bar select::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

/* Custom CSS for border on large screens */
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #dee2e6; /* Bootstrap's default border color */
    }
}

.cursor-alias {
    cursor: alias !important;
}

.cursor-all-scroll {
    cursor: all-scroll !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cursor-cell {
    cursor: cell !important;
}

.cursor-context-menu {
    cursor: context-menu !important;
}

.cursor-col-resize {
    cursor: col-resize !important;
}

.cursor-copy {
    cursor: copy !important;
}

.cursor-crosshair {
    cursor: crosshair !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-e-resize {
    cursor: e-resize !important;
}

.cursor-ew-resize {
    cursor: ew-resize !important;
}

.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab !important;
}

.cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-move {
    cursor: move !important;
}

.cursor-n-resize {
    cursor: n-resize !important;
}

.cursor-ne-resize {
    cursor: ne-resize !important;
}

.cursor-nesw-resize {
    cursor: nesw-resize !important;
}

.cursor-ns-resize {
    cursor: ns-resize !important;
}

.cursor-nw-resize {
    cursor: nw-resize !important;
}

.cursor-nwse-resize {
    cursor: nwse-resize !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.cursor-none {
    cursor: none !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-progress {
    cursor: progress !important;
}

.cursor-row-resize {
    cursor: row-resize !important;
}

.cursor-s-resize {
    cursor: s-resize !important;
}

.cursor-se-resize {
    cursor: se-resize !important;
}

.cursor-sw-resize {
    cursor: sw-resize !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-w-resize {
    cursor: w-resize !important;
}

.cursor-wait {
    cursor: wait !important;
}

.cursor-zoom-in {
    cursor: zoom-in !important;
}

.cursor-zoom-out {
    cursor: zoom-out !important;
}

/* Banner */
.banner-top{
    margin-top: 80px;
}

@media (min-width: 1400px) {
    .banner-top {
        margin-top: 140px;
    }
}

@media (max-width: 420px) {
    .banner-top {
        margin-top: 0px;
    }

    .text-slider-header {
        margin-top: 150px;
    }
}

.container-xxl.py-0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-xxl.py-5.wow.fadeInUp .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

i.fas.fa-map-marker {
    margin-right: 10px;
}

@media (max-width: 991.98px){
    div#main-menu-lingue ul.navbar-nav {
        display: -webkit-inline-box;
    }
    div#main-menu-lingue li.nav-item {
        padding-right: 20px;
    }
    div#main-menu-lingue {
        text-align: end;
    }
    ul.lingue-mobile.navbar-nav {
        display: -webkit-inline-box;
    }
    ul.lingue-mobile.navbar-nav li.nav-item {
        padding-right: 15px;
    }

    .lang-box .navbar-nav {
        border-top: 1px solid #EEEEEE;
        flex-direction: row;
        gap: 15px;
        justify-content: flex-end;
    }

}

/* Widev */
@media (min-width: 1380px) {
    .lingue.mobile.navbar-nav {
        text-align: end;
        max-width: 280px;
    }
}

.service-bottom {
    padding-bottom: 6rem !important;
}

@media (max-width: 768px){
    .icon-gb {
        width: 80px;
        height: 80px;
    }
    .service-bottom {
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 420px){
    .icon-gb {
        width: 70px;
        height: 70px;
    }
    .service-bottom {
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 320px){
    .icon-gb {
        width: 70px;
        height: 70px;
    }
    .service-bottom {
        padding-bottom: 3rem !important;
    }
    .service-home {
        font-size:  calc(1.275rem + 0.3vw) !important;
    }
}

.slogan-home {
    font-size: 2.75rem !important;
    font-weight: 500 !important;
}


.form-fields {
    padding: 0.75rem;
}

.form-fields input, textarea {
    background: transparent !important;
    border-radius: 0.25em;
}

.form-fields label {
    margin-bottom: 0.5em;
    font-size: 14px;
}

form-check-input {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}


form-check-input:checked {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}


.bg-img-secondary {
  /* background-color: #3C8081 !important; */
    background-color: #12545b;
}


/* Slider - Swipper img properties */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  max-height: 600px;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--primary);
}

@media (max-width: 768px) {
.swiper {
    width: 100%;
    max-height: 285px;
}
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #15656e !important;
  color: #15656e !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #15656e !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: var(--primary) !important;
}

#CybotCookiebotDialog :focus-visible {
    outline: 2px solid #15656e !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: var(--primary) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--primary) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--secondary) !important;
}

/* Filter Form properties list page */
.filter-form {
   /* margin-left: 4.2rem;  */
    padding: 30px 0;
    border-radius: 5px;
    width: 100%;
    font-size: 25px;
    z-index: 11;
}
/* .filter-form {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(21, 101, 110, 0.8);
    padding: 30px 10px;
    border-radius: 5px;
    width: 100%;
    line-height: 60px;
    font-size: 25px;
    font-weight: 200 !important;
    z-index: 11;
} */


.filter-form-main {
    /* text-align: center; */
    margin: 0 auto;
    position: relative;
}
.filter-form-main.form-index-page{
    max-width: 1300px;
}

.filter-form select {
    background: transparent;
    padding: 15px;
    margin: 0px 20px;
}

.btn-filter {
    color: #f9fafb;
    line-height: 50px;
    width: 208px;
    margin-left: 20px;
    background-color: var(--primary);
}

.btn-filter:hover {
    color: var(--primary);
    background-color: #f9fafb;
    border-color: var(--primary);
}

.btn-search {
    line-height: 50px;
    width: 208px;
}

/*** property page banner css **/
.main-image-box {
    position: relative;
    max-height: 720px;
    overflow: hidden;
}
.btn-banner-box {
    position: absolute;
    bottom: 71px;
    left: 0;
    right: 0;
    display: inline-block;
    /* max-width: max-content; */
    margin: 0 auto;
    text-align: center;
}

/* removed by widev
.banner-img-box img {
    max-height: 600px;
} */

.richesta-form-style .form-control {
    background-color: transparent !important;
}

/* removed by Widev
.show-more-img.btn.btn-secondary {
    padding: 1rem 2rem !important;
} */

.btn-banner-box {
    left: auto;
    right: 14%;
    bottom: 50px !important;
}
.style-select-option select option {
    background: rgba(21, 101, 110, 0.8);
    font-size: 20px;
    color: #fff;
}
.filter-form select:focus {
    outline: none;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .btn-banner-box {
        right: 9%;
        bottom: 50px !important;
        left: auto;
    }
}

@media screen and (min-width: 1101) and (max-width: 1199px) {
    .btn-banner-box {
        right: 14%;
        bottom: 50px !important;
        left: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .btn-banner-box {
        right: 9%;
        bottom: 50px !important;
        left: auto;
    }
}

@media  screen and (min-width: 1281px) {
    .btn-banner-box {
        right: 12%;
        bottom: 50px !important;
        left: auto;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .btn-banner-box {
        bottom: 20px !important;
        right: 4%;
        left: auto;
    }
    .fancybox-container{
        height: 100vh !important;
        width: 100vw!important;
    }
    .show-more-img.btn.btn-secondary {
        font-size: 14px;
        padding: 8px 20px !important;
    }
  }
  @media  screen and (min-width: 601px) {
    .src-btn-mobile  {
        display: none;
    }
    #formsrcContainer {
        display: block;
    }

  }

  @media screen and (max-width: 600px) {
    .dropdown-button.price-select-btn {
        border: none !important;
        /* padding: 0 !important; */
        margin: 0 !important;
        line-height: 2;
    }
    .dropdown-content{
    width: 97% !important;
    margin: 0 5px;
    }
    .hidden-box {
        display: none;
    }
    button#closeButton {
        border: none;
        position: absolute;
        top: -64px;
        right: 10px;
        border-radius: 20pc;
        padding: 1rem 2rem;
        color: #12545B;
        line-height: 1.5;
        font-size: 1.2rem;
        font-weight: 500;
    }
    #showFormButton {
        display: block;
    }
    #formsrcContainer {
        display: none;
    }
    .style-select-option select{
        width: 100%;
        border-radius: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-bottom: unset !important;
        border-top: unset !important;
        margin: 7px 0 !important;
        padding: 0 0 0 20px!important;
        font-size: 22px;
    }
    div#selected-options-1, div#selected-options-2, div#selected-options-3{
        flex: 100% !important;
    }
    .filter-form select {
        width: 98%;
        margin: 6px 0 !important;
        font-size: 22px;
    }
    .mob-src-center {
        justify-content: center !important;
    }
    .search-bar.d-flex{
        flex-direction: column;
    }
    .btn-full-mobile{
        margin: 3.5px 0 !important;
    }
    .dropdown{
        width: 100%;
    }
    .dropdown-button{
        width: 100% !important;
        border-radius: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        padding-right: 4px;
        margin: 0.5rem 0 !important;
    }
    .selected-values{
        padding-left: 20px;
    }
    .search-bar{
        padding: 30px 0;
    }
    .src-btn-mobile .Filtri-text {
        margin: 0 0  0 auto;
        /* width: 93%; widev */
    }
    .src-btn-mobile {
        margin: 0 auto;
        width: auto;
    }
    .filter-form .src-btn-mobile {
        width: auto;
    }
    .btn-search {
        width: 100% !important;
        margin: 15px 10px !important;
        position: relative;
        top: 48px;
    }
    .style-padding {
        padding: 0 !important;
    }
    .btn-filter{
    width: 100%;
    margin: 20px 6px;
    line-height: 40px;
    width: 147px;
    }
}


@media  screen and (min-width: 768px) {
    .style-select-option{
        gap: 20px;
    }
    .filter-form .filter-form-main{
        margin: 0;
    }
    .filter-form .style-select-option{
        justify-content: flex-start;
    }
    .selected-values{
        text-align: left;
    }
    .search-bar  .selected-values{
        text-align: center;
    }
    .search-bar div#selected-options-1{
        padding: 0 0 0 2rem;
    }
    .search-bar div#selected-options-2{
        padding: 0 2rem 0 0;
    }
    .search-bar div#selected-options-3{
        padding: 0;
    }
    /* div#selected-options-3 {
        flex: 7% !important;
    } */

    }

/***** multiselect css **********/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px !important;
    font-size: 22px;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1;  */
    cursor: pointer;
    width: 270px; /* Adjust width as needed */
    font-weight: 500;

}

.dropdown-arrow {
    margin-left: 10px;
    fill: #000;
}
.filter-form .dropdown-content {
    background-color: #fff;
}
.filter-form .options .option{
    color: var(--primary);
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #115e66;
    min-width: auto;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.3;
    width: 300px;
    border-radius: 20px;
}

.dropdown-content input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.options .option {
    padding: 10px;
    cursor: pointer;
}

.options .option:hover {
    background-color: #fff;
    color: #115e66;
}

.filter-form .options .option:hover, .filter-form .options .option.selected  {
    background-color: #115e66;
    color: #fff;
}

.options .option.selected {
    background-color: #fff;
    color: #115e66;
}

.selected-values {
    margin-top: 20px;
    width: 100%;
}


.selected-values .selected-item {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-right: 5px;
    padding: 6px 15px;
    border-radius: 999pc;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #15656e;
    line-height: normal;
}

.selected-values span.remove-btn {
    background: #fff;
    color: rgba(21, 101, 110, 0.8);
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    top: -6px;
    border: 1px solid rgba(21, 101, 110, 0.8);
}
.selected-values .selected-item:hover {
    background-color: rgba(21, 101, 110, 0.8);
    color: #fff;
}
.style-filter .selected-values .selected-item{
    background-color: rgba(21, 101, 110, 0.8);
    color: #fff;
}
.style-filter .selected-values .selected-item:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #15656e;
}

.show {
    display: block;
}

.hidden-select {
    display: none;
}
.style-select-option {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

}
div#selected-options-1, div#selected-options-2, div#selected-options-3 {
    order: 4;
    display: grid;
    /* flex: auto; */
    text-align: left;
}

.navbar-light .navbar-toggler {
    color: transparent !important;
}

@media screen and (min-width: 768px) and (max-width: 1480px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}


/* PAGINATION */
.page-item.active .page-link {
    z-index: 3;
    background-color: transparent !important;
    border-color: var(--primary);
    color: var(--primary);
    /* padding: 12px 22px !important; */
    border-radius: 8px;
    transition: 0.15s;

}

.page-item a{
    display: block;
    min-width: 3.6em;
    padding: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.15s;
}
.page-link:focus {
    z-index: 3;
    border-color: var(--primary);
    color: var(--primary);
    outline: 0;
}


.page-link:hover {
    z-index: 2;
    color:  var(--primary);
    /* background-color:  var(--primary); */
    border-color:  var(--primary);
}

.page-link {
    position: relative;
    display: block;
    font-weight: bold;
    color: var(--primary);
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 226, 230);
    border-image: initial;
    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;
}

.form-group.captcha {
    margin-top: 20px;
    color: #FFFFFF;
    /* altre personalizzazioni */
}
.form-group.captcha.text-white.form-fields #id_captcha_1 {
    background-color: #FFFFFF !important;
}