

@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@300&display=swap');
:root {
    --fucsia: #FF2A7B;
    --verde-light: #01ff00;
    --blu-chiaro: #7AC1FF;
    --grigio: #DEDBE3;
    --grigio-scuro: #424142;
    --grigio-medio: #A19EA7;
    --blue-marine: #778ba3;
    --bianco: white;
    --verde: #69B42D;
    --font-title: 'Bebas Neue', cursive;
    --font-text: 'Bebas Neue', cursive;
    --font-button:  'Roboto', sans-serif;
    --radius: 12px;
    --radius-left: 12px 0 0 12px;
    --radius-right: 0 12px 12px 0;

    --blu-guest: #37abc8;
    --verde-provider: #2ca05a;
    --blu-chat-mine: #c4d5ec;
}

/* COLORS */
.bg-sfumato{
    background-color: rgba(255, 255, 255, 0.5);

}

.bg-fucsia {
    background-color: var(--fucsia);
    color: var(--white);
}
.bg-grigio-scuro {
    background-color: var(--grigio-scuro);
    color: var(--white);
}
.bg-grigio {
    background-color: var(--grigio);
    color: var(--white);
}
.border-bottom.color-border-grigio-scuro{
    border-bottom:  1px solid var(--grigio-scuro)!important;
}
.border-top.color-border-grigio-scuro{
    border-top:  1px solid var(--grigio-scuro)!important;
}
.border-bottom.border-dotted{
    border-bottom-style: dotted!important;
}
.color-border-grigio-scuro{
    border-color: var(--grigio-scuro)!important;

}
.color-fucsia{
    color: var(--fucsia)!important;
}
.color-grey{
    color: var(--grigio);
}
.color-dark-grey{
    color: var(--grigio-scuro);
}
.color-medium-grey{
    color: var(--grigio-medio);
}

.color-black{
    color: black!important;
}
.bkg-grigio-scuro {
    background-color: var(--grigio-scuro)!important;
}
.bkg-verde-light {
    background-color: var(--verde-light)!important;
}
.bkg-grigio {
    background-color: var(--grigio)!important;
}
.bkg-grigio-medio {
    background-color: var(--grigio-medio)!important;
}


/* MAIN */
.hidden {
    display:none!important
}
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: rgb(255 255 255 / 62%);*/
    opacity: 62%;
    background: white;
    z-index: 999999;
    text-align: center;
    vertical-align: middle;
}
#preloader img{
    width: 120px;
    height: 120px;
    margin-top: -60px;
    position: relative;
    top: 50%;
}
body {
    color: black !important;
    text-decoration: none !important;
    font-family: var(--font-text);

    min-width: 354px;
}

body>.container{
    /*padding-top: 105px!important;*/
}

#overlayer{
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height:  100%;
    background-image: url(/assets/img/main/background.webp);

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#header-logo{
    /*max-width: 60%;*/
    max-height: 60px;
}

header.has-notifier {
    /*margin-top:30px;*/
}
header {
    background-color: rgba(255,255,255,0.5);
    max-height: 105px;
}
header.scrolled {
    background-color: rgba(255,255,255,1);
}
header a{
    height: 100%;
}

#header-player{
    max-height: 60px;
}



/* TITLES */
h1, .h1, h2, .h2 {
    font-size: calc(1.125rem + .9vw);
    font-family: var(--font-title)!important;

    /*   margin-left: -15px!important;*/
}

h1, .h1{
    color: var(--grigio-scuro)!important;
    text-transform: uppercase;

}

p {
    line-height: 1.2rem!important;
}
/* NOTIFIER BOX */

#notifier-box, .top-bar-like-notifier {
    background-color: var(--fucsia);
    min-height: 30px;
    /*display: block;
  clear: both;
  z-index: 1;
  position: sticky;
top: 105px;*/
    padding:0;
    margin: 0;
    width: 100%;
}

#notifier-box p{
    text-align: center;
    color: var(--bianco);
}

/* STEPS */
.step {
    height: 40px;
    width: 40px;
    /*  margin: 0 15px;*/
    background-color: white;
    border: 3px solid var(--grigio);
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-text);
    font-size: 26px;
    color: var(--grigio);
}

.step:first-child{
    margin-left: 0;
    padding-left:0;
}
.step:last-child{
    margin-right: 0;
    padding-right:0;
}

.step.active {
    opacity: 1;
    background-color: var(--fucsia);
    color: var(--bianco);
    border: 3px solid var(--bianco);
}

.step.finish {
    background-color: #4CAF50
}

.all-steps {
    text-align: center;
    display: block;
    width: fit-content;
    background-image: url(/assets/img/main/linea_tab.webp);
    background-repeat: repeat-x;
    background-position: center;
}

p.step{
    line-height: 1.5!important;
}

.counter.step{
    background-color: var(--fucsia);
    color: white!important;
    opacity: 1;
    height: 44px;
    width: 44px;
    font-size: 28px;

}
.counter.step.min{

    height: 40px;
    width: 40px;
    font-size: 24px;
}
@media (max-width: 576px) {
    .all-steps {
        margin-top: -5px;
    }
    form, .bk-form, .bk-content {
        padding: 10px!important;
    }
    h1, .h1, h2, .h2 {
        margin-left: 3px!important;
    }

}
@media (max-width: 375px) {
    .all-steps {
        margin-top: -5px;
    }
    form, .bk-form, .bk-content {
        padding: 10px!important;
    }
    h1, .h1, h2, .h2 {
        margin-left: 3px!important;
    }
    .counter.step.min {
        height: 35px;
        width: 35px;
        font-size: 22px;
    }
    .counter.step {

        height: 40px;
        width: 40px;
        font-size: 24px;
    }

}
/* SIDEBAR */
nav .container-fluid {
    justify-content: flex-end!important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover{
    color: var(--fucsia)!important;
}

.sidebar,
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
}

.sidebar {
    /*left: -100%;*/
    right:-100%;
    max-width: 225px;/*300px;*/
    transition: all ease 0.25s;

    overflow-y: auto;
    z-index: 1032;
}
.overlay {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    z-index: 1031;
    top: 69px;

}
a.nav-link{
    color: white!important;
}
.nav-item {
    margin-top: 15px!important;
    font-weight: bold;
}

.navbar-toggler {
    border: none!important;
}

.main-navigation.active #main-menu
{
    z-index: 99999;
}
.main-navigation.active .sidebar {
    right: 0;
    left: auto;
    top:69px;
}

.main-navigation.active .overlay {
    visibility: visible;
}

@media (max-width: 992px) {
    #header-logo {
        max-height: 37px;
    }
    #header-player {
        max-height: 19px;
    }
    .sidebar {
        top:69px!important;
    }
    #main-container{
        /* margin-top: 30px!important;*/
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block!important;
    }
    .sidebar {
        /* position: relative;*/
        top: auto;
        bottom: auto;
        left: auto;
        flex-direction: row;
        max-width: 100%;
        transform: none;
        transition: none;
        overflow-y: visible;
        z-index: auto;
    }
    .sidebar {
        top:84px!important;
    }
    #main-container{
        /*margin-top: 70px!important;*/
    }
}

.main-heading {
    position: relative;
    z-index: 100;
}

/* TABS */
.tab {
    display: none;
}

/* FORMS */

form, .bk-form, .bk-content {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px auto;
    padding: 40px;
    border-radius: var(--radius)!important;/* 22px;40px;*/
    color: var(--grigio-scuro)
}
.bk-content {
    padding: 14px;
}
.no-bk-form{
    background-color: transparent;
}
.form-par{
    font-size: 15px;
    color: var(--fucsia)
}
form .tips, form label:not(.form-check-label) {
    font-size: 18px;
    color: var(--grigio-scuro)
}
form .bkg-grigio-scuro .form-par{
    color: var(--grigio);
}
.form-select[multiple]{
    min-height: 100px;
}
label{
    padding-left: 6px!important;
}

button, .btn {

    color: var(--bianco)!important;
    border: 3px solid var(--bianco)!important;
    padding: 6px 10px 6px 10px!important;
    font-size: 13px!important;
    font-family: var(--font-button)!important;
    cursor: pointer!important;
    border-radius:  var(--radius)!important;/*1812px!important;*/
    text-transform: uppercase;
    min-height: 44px;
    padding-top: 9px!important;
}
.btn-sm{
    color: var(--bianco)!important;
    border: 2px solid var(--bianco)!important;
    border-radius:  var(--radius)!important;/*1812px!important;*/
    padding-left:10px!important;
    padding-right:10px!important;
}
.btn {
    font-weight: bold!important;
}
a.btn-sm.btn-info.px-3.fw-bold.circle.info {
    border-radius: 20px!important;
    height: 35px;
    width: 35px;
    display: block;
    margin: 0!important;
    font-size: 13px;
    padding-left: 14px!important;
}

a.btn-sm.btn-info.px-3.fw-bold.circle.info.fucsia {
    border-radius: 25px!important;
    height: 45px;
    width: 45px;
    display: block;
    margin: 0!important;
    font-size: 25px;
    padding-left: 17px!important;
    padding-top: 0;
    background-color: var(--fucsia)!important;
}

button:hover, .btn:hover{
    font-weight: 900!important;
    color: var(--bianco)!important;
    /*color: var(--grigio-scuro)!important;*/
}
.btn-primary, .background-primary{
    background-color: var(--fucsia)!important;
    color: white;
}
.btn-grigio, .background-grigio{
    background-color: var(--grigio)!important;
    color: white;
}
.btn-grigio-scuro, .background-grigio-scuro{
    background-color: var(--grigio-scuro)!important;
    color: white;
}
.btn-verde, .background-verde{
    background-color: var(--verde)!important;
    color: white;
}
.btn-bianco, .background-bianco{
    background-color: #fff!important;
    color: black!important;
}
.btn-bianco:hover{
    color: darkgrey!important;
}

.btn-verde-provider, .background-verde-provider{
    background-color: var(--verde-provider)!important;
    color: white;
}
.btn-blu-guest, .background-blu-guest{
    background-color: var(--blu-guest)!important;
    color: white;
}
.btn-blu-marine, .background-blu-marine{
    background-color: var(--blue-marine)!important;
    color: white;
}
.btn-verde, .background-verde{
    background-color: var(--verde)!important;
    color: white;
}
.btn-blu-chat-mine, .background-blu-chat-mine{
    background-color: var(--blu-chat-mine)!important;
    color: black;
}
button:hover, .btn:hover {
    opacity: 0.8
}

.btn-big {
    font-size: 30px!important;
    height: auto!important;
}
.btn.circle{
    border-radius: 49px!important;
    height: 80px;
    width: 80px;
    font-size: 11px!important;
}
.btn.circle-sm{
    border-radius: 69px!important;
    height: 40px;
    width: 44px;
    font-size: 16px!important;
}
.btn.circle.service-add{
    font-size: 10px!important;
}
.btn.circle.service-add span{
    /*margin-top: 34%;*/
    /*margin-top: auto;
    margin-bottom:auto;
    display: block;*/
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.btn.circle.event-add{
    font-size: 10px!important;
}
.btn.circle.event-add span{
    margin-top: 14%;
    display: block;
}
.btn-squared-40{
    width: 40px;
    height: 40px;
}
.textarea-1 {
    min-height: 70px !important;
    max-height: 70px !important;
    overflow-y: scroll;
    resize: none;
}
.textarea-2 {
    min-height: 150px !important;
    max-height: 150px !important;
}
.container {
    padding: 70px 10px !important;
}
.form-width {			/*for form card*/
    padding: 0px 30px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 2px 1px #ddd;
    border-radius:  var(--radius)!important;/*10px !important;*/
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-header {		/*header of the form*/
    margin: 0 -30px;
    margin-bottom: 30px !important;
    background-color: #800080;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a061a0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    padding: 15px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
    color:white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.btn-stripe{
    background-color: #5469d4;
    border-radius: 5px!important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input.checkbox:focus {
    outline:0px auto -webkit-focus-ring-color !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
    color: purple !important;
    background-color: white !important;
    border: 1px solid purple !important;
    text-decoration: none;
}
.btn:active {
    box-shadow:none !important;
}
.btn-default {				/*customized buttons eg: send, register, done.... present in each form*/
    width:100%;
    border-radius: 2px !important;
    box-shadow:1px 4px 7px 0px rgba(99, 97, 97, 0.24);
    color:white !important;
    background-color: purple !important;
    border-color: transparent !important;
}
.btn.focus, .btn:focus {
    box-shadow:none !important;
}
.form-control, .form-select {
    height: 44px;
    border: 1px solid #ced4da5c !important;
    padding-left: 20px !important;
    box-shadow: 1px 1px 3px 0px #f0ecec82;

    border-radius: /*18*/12px!important;

}
.form-control.small {
    height: 30px!important;
}
.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.iconalign {		/*icon alignment*/
    top: -38px;
    position: relative;
    padding: 11px;
}
.form-select{
    height: 46px !important;
    color: #495057!important;
    padding-left: 20px !important;
    box-shadow: 1px 1px 3px 0px #f0ecec82;
}
.form-select:focus{
    box-shadow: none !important;
    border-color: #ced4da !important
}
.form-check-label{
    margin-left: 5px!important;
}
.showpass{
    height: 100%;
    background-color: transparent!important;
    border-radius: var(--radius-right)!important;
    border: none!important;
    border-right: 1px solid var(--grigio)!important;
    border-top: 1px solid var(--grigio)!important;
    border-bottom: 1px solid var(--grigio)!important;
    cursor: pointer;
}
.showpass.white{
    height: 100%;
    background-color: white!important;
}
.showpass.login{
    height: 100%;
    border: none!important;
    border-bottom: 1px dotted black!important;
    border-radius: 0!important;
}
input[type=password], .password {
    border-radius: var(--radius-left)!important;
    border: none!important;
    border-left: 1px solid var(--grigio)!important;
    border-top: 1px solid var(--grigio)!important;
    border-bottom: 1px solid var(--grigio)!important;
    box-shadow: none;
}
.btn-browse {					/*BROWSE button*/
    background-color:purple !important;
    color:white !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    height:46px !important;
}
.btn-browse:hover, .btn-browse:focus {
    background-color:purple !important;
    color:white !important;
}

.with-right-group-text{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.input-group-text{
    border-radius: var(--radius-right)!important;
}

.file {
    visibility:hidden;
    position:absolute;
}


#div2 {
    display: none;
}
a, a:focus, a:hover {
    text-decoration: none !important;
    color: inherit !important;
}
/*CONTACT US FORM*/



/*Login-1 FORM*/
.icon-button {
    background-color: purple;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}
/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
/* Icons */
.icon-button img {
    background: none;
    color: white;
    height: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    z-index: 10;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
    color: white;
}


/*rating of the feedback form*/
.rating{
    direction: rtl;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating > input:checked ~ label {
    color: purple;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: purple;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: purple;
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

/*to avoid safari select field shadow*/
select {
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    -o-appearance:none !important;
}



.center-v{
    align-items: center;
}

.word-break{
    word-break: break-word
}
.auto-height{
    height: auto;
}

.px-40{
    padding-left: 40px;
    padding-right: 40px;
}


div#title_sticky.scrolled {
    padding-top: 105px;
}
div#title_sticky.scrolled div{
    background-color: var(--bianco);
}


.icon-vr-hf{
    max-height: 30px;
    max-width:  30px;
}

.container{
    /*max-width: 800px!important;*/
}

.cursor-pointer{
    cursor: pointer;
}


/* BOOKINGS */
.booking-status{
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    display: inline-block;
    border-radius: 5px;
    vertical-align: sub;
}

.booking-item .booking-status{
    /*min-width: 50px;
    min-height: 50px;*/
    width: auto;
    height: auto;
    border: none;

}

.booking-status-txt{
    vertical-align: top;

    /*  font-size: 0.8rem!important;*/
    color: black!important;
}
.booking-status.pending, .btn-sm.pending{
    background-color: #E94E12;
    color:white!important;
}
.booking-status.confirmed, .btn-sm.confirmed{
    background-color: #E8357B;
    color:white!important;
}
.booking-status.checkin, .btn-sm.checkin{
    background-color: #69B42D;
    color:white!important;
}
.booking-status.penality, .btn-sm.penality{
    background-color: #000;
    color:white!important;
}

/* LOGIN */
#login-language-view, #login-main-view {
    margin-top: 25%!important;
}

.rounded-me {
    border-radius:  var(--radius)!important;

}
.player-select.active i{
    color: greenyellow!important;
}
.thread-container-items{
    padding-bottom: 80px;
}

.btn-chat-player {
    min-width: 40px!important;
    width: 40px;
    display: inline-block;
}
.chat-to-read{
    color:greenyellow!important;
}
#chat-send-message-container{
    border: 2px solid var(--fucsia)!important;
    border-radius:  var(--radius)!important;/*1812px!important;*/
    background-color: #fff!important;
}
input#chat-message{
    background-color: transparent!important;
    border: none!important;
    height: auto;
}
#chats-container-items{
    padding-bottom:200px;
}

#chat-search-recipient{
    margin-bottom: 140px;
}

.no-image:after {
    content: 'noimage';
    color: black;
    background-color: white;
    height: 80px;
    display: block;
    padding-top: 32%;
}
.no-image {
    text-align: center;


}

#home-module .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#home-module [class*='col-'] {

}


.h-60px{
    height: 60px;
}

.people-data-type{
    border-radius: 16px;
    padding: 3px 5px;
    font-size: 12px;
    background-color: white;
    color: var(--fucsia);
    margin-right: 10px;
    margin-bottom: 4px;
}

.people-data-type.green{
    background-color: var(--verde-light);
    color: white;
}

.needed{
    background-color: lightgreen!important;
}

.fs-small{
    font-size: 12px!important;
}

.swiper-slide{
    text-align: center;
}
.swiper, .swiper img{
     width: 100%
    }
@media (max-width: 992px){
    .swiper, .swiper img{
        max-height: 50vh;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.modal-body * {
    line-break: anywhere;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: white!important;
}