:root {
  --primary-color: #1F7836;
  --secondy-color: #88BA00;
  --medium-color: #E0E0E0;
  --orange-color: #FFC26D;
  --orange-intenso-color: #FF9827;
}

body {font-family: foco, sans-serif; font-size: 16px; font-weight: 400; font-style: normal;}
.uk-card-default {border: 2px solid #fff; box-shadow: -10px -10px 20px 0 rgba(255,255,255,0.50), 10px 10px 20px 0 #EBEBEB, inset 10px 10px 20px 0 rgba(235,235,235,0.60), inset -10px -10px 20px 0 rgba(255,255,255,0.60);}
.uk-card-default:hover {box-shadow: -8px -8px 16px 0 rgba(255,255,255,0.50), 8px 8px 16px 0 #EBEBEB, inset 10px 10px 20px 0 rgba(235,235,235,0.60), inset -10px -10px 20px 0 rgba(255,255,255,0.60)!important;}

body {
    background-color:transparent !important;
}
.lw-leaves-background {
    background: url(../../../uploads/images/Aboca/backgrounds/page-bg.png);
    background-repeat: no-repeat;
	  background-size: cover;
    background-position: top;
}

.lw-index-loggati-bg {
    background: url(../../../uploads/images/Aboca/backgrounds/background_profilo.png);
    background-repeat: no-repeat;
  	background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.loyalty-main-font-color {
    color: #01954E;
}
.lw-logo-navbar {
  
}  
.lw-logo {
  /* height: 5rem !important;
  width: 15rem;
  margin-top: 7px; */
  height: 5rem !important;
  width: 25rem;
  margin-top: 12px;
}  
.uk-navbar-transparent div {
  margin-top: 5px;
}

.uk-light{
  color: rgba(255,255,255,1);
} 
/*NAV*/
.dark-menu-items,
.uk-navbar-nav>li.uk-active>a.dark-menu-items {
  color:#28754E !important;
}
.light-menu-items{
  font-weight: bolder !important;
}
.uk-navbar-nav>li.uk-active>a.light-menu-items,
.uk-navbar-nav>li.uk-active>a.uk-button{
  color: #fff
}
.uk-navbar-nav>li.uk-active>a {
  text-decoration: underline
}
.uk-navbar-nav>li>a.uk-button{
  display: block;
  line-height: 20px;
}
/* .uk-navbar-nav>li>a.uk-button.uk-button-primary{
  text-decoration: underline;
} */
.uk-navbar-right .uk-navbar-nav>li>a.uk-button-primary,
.uk-navbar-right .uk-navbar-nav>li.uk-active>a.uk-button-primary,
.uk-navbar-right .uk-navbar-nav>li>a.uk-button-danger
.uk-navbar-right .uk-navbar-nav>li.uk-active>a.uk-button-danger{
  text-decoration: none;
  font-size: 0.7em;
  padding: 5px 15px;
  line-height: 1.5em;
}

.lw-menu-canvas-button {
  padding: 2px 14px !important;
}

.lw-home-scarica-app {
  text-shadow: 0px 1px 17px #000000;
}
.lw-logo-aboca-limbo {
  max-width: 100%;
  height: auto;
  width: 350px;
  box-sizing: border-box;
}
.lw-vinci-piu-salute {
  height: 350px;
}
.lw-cf-vinci-piu-salute {
  height: 250px;
}
.uk-navbar-right .uk-navbar-nav>li>a{
  font-size: 0.8em;
  padding: 0 5px;
}

/* Pulsante e-commerce */
.uk-navbar-right .uk-button.uk-button-danger,
.bdb-offcanvas-menu .uk-button.uk-button-danger  {
  background-color: #FF9C26;
  color: #fff !important;
  border-color: #FF9827;
  padding: 5px 12px;
  /* padding-top: 5px;
  padding-bottom: 5px; */
}
.bdb-offcanvas-menu .uk-button.uk-button-danger{
  margin-bottom: 5px
}

@media all and (max-width:959px) {
  .lw-vinci-piu-salute {
    height: 230px;
  }
  .lw-cf-vinci-piu-salute {
    height: 200px;
  }
}
@media all and (max-width:459px) {
  .lw-vinci-piu-salute, .lw-cf-vinci-piu-salute {
    height: 150px;
  }
  .lw-home-partecipa-btn {
    font-size: 12px !important;
  }
}

.lw-codice-border {
  border: 3px dashed #00954E;
  border-radius: 5px;
  padding: 10px 0px;

}
#invitaamicoform-email {
    border: 1px solid #28754E !important;
    border-radius: 21.5px !important;
    background-color: #FFFFFF;
} 
.field-invitaamicoform-email label {
  color: #000;
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
  padding-bottom: 10px;
}
/* ==================================================================== */
/* 	! TEXT 														*/
/* ==================================================================== */

.text-color-orange{
  color: var(--orange-color);
}
.text-color-orange-intenso{
  color: var(--orange-intenso-color);
}
.text-color-green{
  color: var(--secondy-color);
}

.text-shadow{
  text-shadow: 2px 2px 15px #000;
}

/* ==================================================================== */
/* 	! ALERTS															*/
/* ==================================================================== */
  .head-container {
      transform: scale(.2);
      max-height: 80px;
      margin-top: -30px;
  }
  .head {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 250px;
    height: 250px;
    background: url('../../../uploads/images/Aboca/backgrounds/foglia-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .face {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 250px;
    height: 250px;
    position: relative;
  }
  
  .face__happy {
    animation: happy-look 5s infinite;
  }
  
  .face__standard {
    animation: standard-look 5s infinite;
  }
  
  .face__sad {
    animation: sad-look 5s infinite;
  }
  
  .face__happy .eye-left {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 75px;
    left: 45px;
    position: absolute;
    animation: blink 5s infinite;
  }
  
  .face__happy .eye-right {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 75px;
    right: 45px;
    position: absolute;
    animation: blink 5s infinite;
  }
  
  .face__happy .mouth {
    width: 100px;
    height: 50px;
    border-style: solid;
    border-radius: 50%;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
    left: 68px;
    top: 75px;
    position: absolute;
    animation: happy-mouth 5s infinite;
  }
  
  .face__standard .eye-left {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 125px;
    left: 45px;
    position: absolute;
    animation: blink 5s infinite;
    animation-delay: 1.3s;
  }
  
  .face__standard .eye-right {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 125px;
    right: 45px;
    position: absolute;
    animation: blink 5s infinite;
    animation-delay: 1.3s;
  }
  
  .face__standard .mouth {
    width: 75px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    left: 90px;
    top: 175px;
    position: absolute;
  }
  
  .face__sad .eye-left {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 150px;
    left: 45px;
    position: absolute;
    animation: blink 5s infinite;
    animation-delay: 3.7s;
  }
  
  .face__sad .eye-right {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 150px;
    right: 45px;
    position: absolute;
    animation: blink 5s infinite;
    animation-delay: 3.7s;
  }
  
  .face__sad .mouth {
    width: 100px;
    height: 50px;
    border-style: solid;
    border-radius: 50%;
    border-width: 8px;
    border-color: #fff transparent transparent transparent;
    left: 68px;
    top: 186px;
    position: absolute;
    animation: sad-mouth 5s infinite;
  }
  
  @keyframes blink {
    0% {
      transform: scale(1, 1);
    }
    10% {
      transform: scale(1, 1);
    }
    12% {
      transform: scale(1, .1);
    }
    14% {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1, 1);
    }
    32% {
      transform: scale(1, .1);
    }
    34% {
      transform: scale(1, 1);
    }
    60% {
      transform: scale(1, 1);
    }
    62% {
      transform: scale(1, .1);
    }
    64% {
      transform: scale(1, 1);
    }
  }
  
  @keyframes happy-look {
    0% {
      transform: translate(0px, 0px);
    }
    10% {
      transform: translate(10px, 0px);
    }
    20% {
      transform: translate(10px, 0px);
    }
    30% {
      transform: translate(0px, 0px);
    }
    60% {
      transform: translate(0px, 0px);
    }
    70% {
      transform: translate(-10px, -15px);
    }
    80% {
      transform: translate(-10px, -15px);
    }
    90% {
      transform: translate(0px, 0px);
    }
  }
  
  @keyframes happy-mouth {
    0% {
      height: 50px;
    }
    10% {
      height: 50px;
    }
    20% {
      height: 50px;
    }
    30% {
      height: 50px;
    }
    60% {
      height: 50px;
    }
    70% {
      height: 40px;
    }
    80% {
      height: 40px;
    }
    90% {
      height: 50px;
    }
  }
  
  @keyframes standard-look {
    0% {
      transform: translate(0px, 0px);
    }
    10% {
      transform: translate(-25px, 0px);
    }
    20% {
      transform: translate(-25px, 0px);
    }
    30% {
      transform: translate(0px, 0px);
    }
    60% {
      transform: translate(0px, 0px);
    }
    70% {
      transform: translate(15px, -15px);
    }
    80% {
      transform: translate(15px, -15px);
    }
    90% {
      transform: translate(0px, 0px);
    }
  }
  
  @keyframes sad-look {
    0% {
      transform: translate(0px, 0px);
    }
    15% {
      transform: translate(0px, 0px);
    }
    25% {
      transform: translate(0px, -25px);
    }
    35% {
      transform: translate(0px, -25px);
    }
    45% {
      transform: translate(0px, 0px);
    }
    70% {
      transform: translate(0px, 0px);
    }
    80% {
      transform: translate(-15px, -25px);
    }
    90% {
      transform: translate(-15px, -25px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }
  
  @keyframes sad-mouth {
    0% {
      height: 25px;
    }
    15% {
      height: 25px;
    }
    25% {
      height: 50px;
    }
    35% {
      height: 50px;
    }
    45% {
      height: 25px;
    }
    70% {
      height: 25px;
    }
    80% {
      height: 50px;
    }
    90% {
      height: 50px;
    }
    100% {
      height: 25px;
    }
  }
  
  
.alert {
    padding: 20px !important;
    position: fixed !important;
    width: 300px;
    right: 30px;
    top: 30px;
    z-index: 1000;
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 40%);
}
.alert-success {
    background-color: #1dc273;
    border-color: #1dc273;
    color: #fff;
}
.alert-danger, .alert-error {
    background-color: #ea687b;
    border-color: #ea687b;
    color: #fff;
}
.alert-warning {
    color: #fff;
    background-color: #ff9907 !important;
    border-color: #a96400 !important;
}

.alert .close {
    color:#fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background: transparent;
    border:none
}

.lw-home-btn-scarica {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-shadow: 2px 2px 15px #000;
}
#lw-home-btn-partecipa {
  font-size: 2rem;
  font-weight: bold;
  background-color: #2B794A;
  padding-top: 5px; 
  padding-bottom: 5px;
}
.lw-home-title h1 {
  font-size: 4.5rem !important;
}
.lw-home-title p {
  font-size: 38px !important;
}
/* ==================================================================== */
/* 	! HEADER															*/
/* ==================================================================== */


.tm-header { z-index: 9;}

.tm-header .uk-navbar-transparent.home-desktop .uk-navbar {
  background-color: #ffffff;
  border-radius: 32px;

}
.tm-header .uk-navbar-transparent.home-desktop .lw-navbar-container {
  padding: 22px;
}
.tm-header .uk-navbar-transparent.home-desktop .light-menu-items{
  color: var(--primary-color);
}
.tm-header a.tm-logo h1 { margin-bottom: 0px; }
.tm-header a.tm-logo {
    text-indent: -9999px;
    width: 220px;
    margin: 10px 0px 0px 0px;
    background: url('../../../uploads/images/logo-aboca.png');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}
.tm-header .bdb-menu-play:hover, .tm-header .bdb-menu-play:focus,
.tm-header .bdb-menu-play:focus:active { color: #ffffff; }
.tm-header .bdb-menu-play {
	flex: none;
    display: block;
    color: #ffffff;
    padding: 0px 30px !important;
    line-height: 45px;
    height: 47px;
    min-height: 45px;
    margin-left: 15px;
}
#bdb-offcanvas .uk-close {background: transparent;}
.bdb-btn-navbar {
    min-height: unset!important;
    padding: 0 24px;
    line-height: 3;
    margin-left: 16px;
}

.lw-header-mobile .uk-navbar {padding: 8px 15px;}
.lw-header-mobile{
  min-height: 3.5rem !important;
  z-index: 10;
}

/* ==================================================================== */
/* 	! TOOLBAR														*/
/* ==================================================================== */

.loyalty-toolbar {
    border-bottom: 1px solid rgba(151,151,151,.2);
    background: #fefefe;
}

.loyalty-toolbar .bdb-tab-toolbar .uk-tab > li {
    float: none;
    display: inline-block;
}

.loyalty-toolbar .bdb-tab-toolbar .uk-tab li:not(.uk-disabled) a {
    color: #aaaaaa;
    border-color: rgba(151,151,151,.2) !important;
    background: #eeeeee;
    line-height: 13px;
    font-size: 11px;
    margin-left: 0px;
    margin-top: 16px;
}

.loyalty-toolbar .bdb-tab-toolbar .uk-tab li a {
    padding: 10px 20px !important;
    border: 1px solid rgba(151,151,151,.2);
    margin-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px !important;
    margin-left: -10px;
    font-size: 13px;
    background: #ffffff;
}

.loyalty-toolbar .bdb-tab-toolbar .uk-tab li a img {
    max-width: 90px;
    margin-left: 6px;
    vertical-align: text-bottom;
}

.bdb-tab-loyalty {
    width: 300px;
}

.bdb-tab-loyalty span {
	vertical-align: super;
  margin-right: 10px;
}

.loyalty-toolbar .bdb-tab-toolbar .uk-tab .bdb-tab-loyalty a:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 11px);
    background: #ffffff !important;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    margin-left: 10px;
}

.loyalty-toolbar .signup-link,
.bdb-home-row-final a.uk-button:first-of-type {
    margin-right: 5px;
}

#form-signup .uk-panel-scrollable h4 {
    font-size: 16px;
}
.uk-tab::before {
    border-bottom: 0px solid #e5e5e5;
}

/* ==================================================================== */
/* 	! INDEX														*/
/* ==================================================================== */
.index-site.it-IT .lw-hero-section-background  .uk-container{
  margin-right: 0px;
}
.lw-hero-section-background {
	background: url(../../../uploads/images/Aboca/backgrounds/cascata-prodotti-Aboca.jpg); 
	background-size: cover;
  background-position: center bottom;
  padding-top: 8rem;
}
.index-site .lw-hero-section-background{
  min-height: 80vh;
}
.lw-hero-section-background.es-ES {
  background: url(../../../uploads/images/Aboca/es-ES/backgrounds/cascata-prodotti-Aboca.jpg); 
  background-size: cover;
  background-position: center bottom;
  padding-top: 8rem;
}
.lw-hero-section-background.it-IT {
  background: url(../../../uploads/images/Aboca/it-IT/backgrounds/cascata-prodotti-Aboca.jpg); 
  background-size: cover;
  background-position: center top;
  padding-top: 8rem;
}

.lw-hero-section-background-limbo {
	background: url(../../../uploads/images/Aboca/backgrounds/cascata-prodotti-Aboca_country.jpg); 
	background-size: cover;
  background-position: center;
  padding-top: 8rem;
}
.lw-hero-section-background-countdown {
	background: url(../../../uploads/images/Aboca/backgrounds/cascata-prodotti-Aboca.jpg); 
	background-size: cover;
  background-position: bottom center;
}
.lw-hero-section-background h1 {
  text-shadow: 0 0 30px #000;
  z-index: 100;
}
.lw-hero-section-overlay {
  background: rgba(0,0,0,0.4);
  max-width: 600px;
  margin: auto;
}
.loyalty-hero-loggati-background {
    background: url(../../../uploads/images/Aboca/backgrounds/header-page.jpg); 
	  background-size: cover;
    padding-top: 8rem;
}
.loyalty-hero-loggati-background-faq {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-FAQ.jpg); 
  background-size: cover;
  padding-top: 8rem;
  background-position: right;
}
.loyalty-hero-loggati-background-completaprofilo {   
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-completaProfilo.jpg); 
  background-size: cover;
  padding-top: 8rem;
  background-position: right;
}

.loyalty-hero-loggati-background-regolamento  {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-regolamento.jpg); 
  /* background: url(../../../uploads/images/Aboca/backgrounds/HEADER-prodotti4.jpeg);  */
  background-size: cover;
  padding-top: 8rem;
  /* padding-top: 28rem; */
  background-position: right;
  /* background-position: center; */
}
.loyalty-hero-loggati-background-premi  {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-premi.jpg); 
  background-size: cover;
  padding-top: 8rem;
  background-position: right;
}
.loyalty-hero-loggati-background-premio-tipo  {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-prodotti4.jpeg); 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center;
  height: 50vw;
  margin-top: 7rem;
}
.loyalty-hero-loggati-background-attivita  {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-attivita.png); 
  background-size: cover;
  padding-top: 8rem;
  background-position: right;
}

.loyalty-hero-loggati-background-qrcode {
  background: url(../../../uploads/images/Aboca/backgrounds/HEADER-QRCODE.jpg); 
  background-size: cover;
  padding-top: 8rem;
  background-position: right;
}

#premio-tipo-descrizione h2{
  font-size: xxx-large;
}


@media all and (max-width:959px) {
  #premio-tipo-descrizione h2{
    font-size: xx-large;
  }
  .lw-hero-section-background {
    padding-top: 12rem;
  }
  .lw-wrap-default {
    padding-top: 60px;
  }
}
@media all and (max-width:459px) {
  #premio-tipo-descrizione h2{
    font-size: x-large;
  }
  .lw-home-title h1 {
    font-size: 2.5rem !important;
  }
  .lw-home-title p {
    font-size: 20px !important;
  }
}
.loyalty-hero-blur-img::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

@media all and (max-width:1765px) {
  .loyalty-hero-loggati-background-faq, 
  .loyalty-hero-loggati-background-attivita,
  .loyalty-hero-loggati-background-qrcode {
    background-position: 80%;
  }
  .loyalty-hero-loggati-background-comefunziona {
    background-position: 77%;
  }
  .loyalty-hero-loggati-background-completaprofilo {
    background-position: 77%;
  }
}
@media all and (max-width:959px) {
  .loyalty-hero-blur-img {
    padding-top: 3rem;
  }
  .loyalty-hero-loggati-background-faq,
  .loyalty-hero-loggati-background-attivita,
  .loyalty-hero-loggati-background-qrcode {
    padding-top: 210px;
    background-position: 80% -85%;
  }
  .loyalty-hero-loggati-background-comefunziona {
    background-position: 75%;
    padding-top: 210px;
  }
  .loyalty-hero-loggati-background-completaprofilo {
    background-position: 77%;
    padding-top: 210px;
  }
}
@media all and (max-width:459px) {
  .loyalty-hero-loggati-background-faq, 
  .loyalty-hero-loggati-background-attivita,
  .loyalty-hero-loggati-background-qrcode {
    background-position: 80% 120%;
  }
  .loyalty-hero-loggati-background-comefunziona {
    background-position: 79%;
  }

  .uk-heading-large {
    font-size: 2.4rem;
  }
}

.lw-close-modal-video {
    height: 100vh;
    width: 100vw;
    color: transparent;
    background-color: transparent;
    top: -55px;
}
.lw-close-modal-video svg {
    display: none;
}

.pagination {
  font-size: 12px;
}
.pagination>.active>a {
  background-color: #28754E !important;
  color: #FFFFFF !important;
  border-color: #28754E !important;
}
.pagination a {
  color: #28754E !important;
}


/* #world {animation-duration: 400ms;}
#shadow {animation-duration: 300ms;}
#cloud-2 {animation-duration: 320ms;}
#cloud-2 {animation-duration: 320ms;}
#swallows {animation-duration: 300ms;}
#boy-sx {animation-duration: 500ms;}
#girl-dx {animation-duration: 600ms; animation-delay: 400ms;}
#girl-sx {animation-duration: 700ms; animation-delay: 600ms;}
#boy-dx {animation-duration: 400ms; animation-delay: 700ms;}
#bdb-world-container {transform-origin: top center;} */

/* ==================================================================== */
/* 	! INDEX LOGGATI / NOVITÀ														*/
/* ==================================================================== */
.loyalty-new-game-img img {width: 1400px;}
.loyalty-novita {
    line-height: 2.5;
    color: #fff;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    right: -35px;
    transform: rotate(45deg);
    text-align: center;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #e4432e;
    height: 0;
    width: 100px;
		-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
/* ==================================================================== */
/* 	! INDEX LOGGATI / USER PROFILE														*/
/* ==================================================================== */
.bdb-user-dashboard-level img {height: 200px;}
.bdb-user-avatar {
    border: 4px solid #3bae2c;
    box-shadow: 0px 14px 10px -7px rgba(59, 174, 44, 0.3);
}
.bdb-user-dashboard-text {letter-spacing: 7px;}
.bdb-user-dashboard-score-title {top: 30px;}
.bdb-user-dashboard-score-icon {top: -30px;}
.bdb-user-dashboard-edit, .bdb-user-dashboard-logout {font-size: 13px;}
.bdb-user-dashboard-foglie {
	background: url(/loyalty/uploads/img/profilo/foglie-bg-card.svg) #f5f5f5;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: 50%;
}
.lw-user-avatar {
    box-sizing: border-box;
    border: 5px solid #28754E;
}
.lw-user-text {
    color: #01954E;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.67px;
}
.lw-user-text strong {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 1.28px;
}
.lw-user-dashboard-edit, .lw-user-dashboard-logout {
    color: #184634;
    font-size: 16px;
    font-weight: 300;
}
.lw-user-dashboard-edit span, .lw-user-dashboard-logout svg{
    color: black;
}

.lw-vedi-premi-button {
    box-sizing: border-box;
    border: 1px solid #01954E !important;
    padding: 5px 18px;
    color: #01954E !important;
}
.lw-single-banner .uk-position-center-left {
  background: linear-gradient(260deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 34%) 60%)!important;
  height: 100%;
  display: flex;
  align-items: center;
}
.lw-single-banner .uk-position-center-right {
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 34%) 60%)!important;
  height: 100%;
  display: flex;
  align-items: center;
}
.lw-blur-slideshow-img-dark::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.4);
  /* backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); */
}
.lw-blur-slideshow-img-light::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  /* backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); */
}
@media all and (max-width:639px) {
  .loyalty-font-size h2 {
    font-size: 28px;
  }
  .loyalty-font-size h3 {
    font-size: 20px;
  }
  .loyalty-font-size p {
    font-size: 14px;
  }
}
@media all and (max-width:959px) {
  /* .lw-blur-slideshow-img-dark {
    padding-left: 1rem;
  } */
  .lw-blur-slideshow-img-dark::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .lw-blur-slideshow-img-light::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}

/* ==================================================================== */
/* 	! COMPLETA IL PROFILO														*/
/* ==================================================================== */
.loyalty-completaprofilo-regolamento {
    background-color: #FFFFFF;
    border: 1px solid #28754E;
    border-radius: 12px;
    padding: 30px;
    height: 370px;
}
.loyalty-completaprofilo-field label ,
#completa-profilo-form label{
    color:#28754E;
    font-size: 11px;
    letter-spacing: 1.8px;
    line-height: 20px;
}

.loyalty-completaprofilo-field input,
#completa-profilo-form input {
    border: 1px solid #28754E;
    border-radius: 21.5px;
    background-color: #FFFFFF;
} 

#completa-profilo-form input#utente-data_nascita,
#completa-profilo-form input#utenteprofilo-data_nascita {
    border-radius: 0 21.5px 21.5px 0;
}

.loyalty-completaprofilo-container {
  max-width: 750px;
}


/* .field-utente-email2 label,
.field-codice_amico_invitante label {
  color: #01954e;
} */
/* width */
::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
::-webkit-scrollbar-track {
background: #D8D8D8;; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #28754E; 
border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #28754E; 
}

/* ==================================================================== */
/* 	! INDEX LOGGATI / BADGE														*/
/* ==================================================================== */
.loyalty-badge {
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
  padding: 0px 8px;
}
.loyalty-badge * {pointer-events: none;}
.loyalty-badge__icon {margin-top: -8px; width: 30px;}
.loyalty-badge__number {font-size:20px; margin-right:5px;}
.loyalty-badge__punti {font-size:10px;line-height:9px;}

/* ==================================================================== */
/* 	! INDEX LOGGATI / TASK													*/
/* ==================================================================== */
.loyalty-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none !important;
}


.bdb-comingsoon {position: relative;}
.bdb-comingsoon .el-item {filter: blur(10px);}
.bdb-comingsoon:after {
    content: 'PRESTO DISPONIBILE';
    height: 100%;
    width: calc(100% - 16px);
    margin-left: 8px;
    display: block;
    background: rgba(35, 101, 26, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
		padding-top: 40%;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 10px;
    text-shadow: 1px 1px 0 #000;
}
.bdb-comingsoon:hover {
	animation: uk-shake .5s ease-in-out;
}
.loyalty-task-complete .uk-button-text, .bdb-card-text {
    color: #fff;
    text-transform: inherit;
}
.bdb-completo-no-rigioca a {pointer-events: none;}
[class*="loyalty-single-task-"] .uk-card-media-top img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
}

.loyalty-home-prod-banner {
    background: url(/uploads/images/Aboca/backgrounds/banner_prodotti.png);
    background-repeat: no-repeat;
	  background-size: cover;
    background-position: right;
}

.lw-home-premiati-banner {
    background: url(/uploads/images/Aboca/backgrounds/banner-app-download.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: left;
}

.lw-home-steps {
    /* -webkit-box-shadow: 20px 20px 0px 0px rgba(48,48,48,0.11);
    box-shadow: 20px 20px 0px 0x rgba(48,48,48,0.11); */
    border-radius: 60px 0px 48px 0px!important;
    height: 400px;
    width: 800px;
    object-fit: cover;
}

.lw-step-info {
  /* -webkit-box-shadow: 20px 20px 0px 0px rgba(48,48,48,0.11);
  box-shadow: 20px 20px 0px 0x rgba(48,48,48,0.11); */
  background-color: white;
  position: absolute;
  height: auto;
  min-height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lw-step-info>div {
  height: auto; /* Assicurati che l'altezza sia dinamica */
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.lw-step-info.right{
  background-color: white;
  position: absolute;
  right: 0;
}
.lw-step-img {
 margin-left: auto;
}

.lw-step-info .el-title {
  font-size: 2rem;
  width: 100%;
}
.lw-description-step {
  font-size: 1rem!important;
  margin: 16px 0 0!important;
  width: 100%
}
.lw-home-step-bg {
    background: url(/uploads/images/Aboca/backgrounds/foglia-bg.svg);
    background-repeat: no-repeat;
	background-size: contain;
    color:white;
    padding: 20px;
    background-position: center;

}

.lw-home-final-step {
    background: url(/uploads/images/Aboca/backgrounds/green-bg.jpg);
    background-repeat: no-repeat;
  	background-size: cover;
} 

.lw-container-shadow {
    background-color: rgba(255,255,255,0.15);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(48,48,48,0.11);
    box-shadow: 20px 20px 0px 0x rgba(48,48,48,0.11);
}

.loyalty-box-shadow {
  box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 20%);
  background-color: rgba(255,255,255,0.7);
  border: none;
}

.loyalty-container-rounded-corners {
    border-radius: 20px;
}

.lw-steps-section.long-line::before {
    background: url(/uploads/images/Aboca/backgrounds/line-long.svg) no-repeat center;
    top: calc(50% + 212px); 
    background-size: 60%;
    max-width: 1400px;

}

.lw-steps-section.short-line::before {
    background: url(/uploads/images/Aboca/backgrounds/line-short.svg) no-repeat center;
    background-size: 58%;
    background-position: top;
    max-width: 1400px;
}

.lw-steps-section::before {
    content:'';
    height: 100%;
    position: absolute;
    top: calc(46% + 80px + 250px + 100px);
    left: calc(53% + 50px);
    transform: translate(-50%,-50%);
    width: 100%;
    pointer-events: none;
}

@media all and (min-width: 960px) and (max-width:1455px) {
    .lw-steps-section.long-line::before {
        top: calc(50% + 139px);

    }
}

@media all and (max-width:1095px) {
  .lw-steps-section.short-line::before, .lw-steps-section.long-line::before {
      background:none;
  }
}

@media all and (max-width:959px) {
    .lw-steps-section.short-line::before, .lw-steps-section.long-line::before {
        background:none;
    }
    .lw-steps-section h2 {
        font-size: 24px;
    }
    .lw-home-steps {
      max-height: 300px;
      width: 100%;
    }
}
@media all and (max-width:1095px) {
  .lw-step-info .el-title {
    font-size: 1.3rem;
  }
  .lw-description-step {
    font-size: 0.9rem!important;
  }
}
@media all and (max-width: 960px) { 
  .lw-step-info {
    position: static!important;
    width: 100%;
    margin: -60px auto 40px!important;
  }
  .lw-step-info .el-title {
    font-size: 1.6rem;
  }
  .lw-description-step {
    font-size: 1rem!important;
  }
}
/* .lw-steps-section p {
  font-size: large;
} */

.lw-btn-play {
    background: rgb(255 255 255 / 30%);
    padding: 50px;
    border: 1px solid white;
    color: white;
    backdrop-filter: blur(5px);
    animation: pulse-play 2s infinite;
    transition: padding .2s ease-in-out;
}

@keyframes pulse-play {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.lw-btn-play:hover {
    animation: none;
    padding: 40px;
}

.lw-btn-play polygon {
    fill: white;
}

@media all and (max-width:960px) {
    .lw-btn-play, .lw-btn-play:hover {
        padding: 30px;
        animation: pulse-play 2s infinite;

    }
    
}

/* ==================================================================== */
/* 	! INDEX LOGGATI / BOX UPGRADE													*/
/* ==================================================================== */
.bdb-updgrade-slideshow-figure img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 230px!important;
		object-fit: contain;
}

/* ==================================================================== */
/* 	! INDEX LOGGATI / FIXED BUTTON													*/
/* ==================================================================== */
.bdb-fixed-button {
    width: 100px;
    height: 100px;
    background: #3cae2d;
    border-radius: 100px;
    color: #fff;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
		animation-name: bounce;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
		animation-duration: 2s;
    animation-iteration-count: infinite;
}
.bdb-fixed-button:active, .bdb-fixed-button:focus, .bdb-fixed-button:hover {
	color: #fff;
	text-decoration: none;
}

@keyframes bounce {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-100px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }

/* ==================================================================== */
/* 	! INDEX LOGGATI / NEWS													*/
/* ==================================================================== */
.bdb-news-figure img {
	border-radius: 20px 20px 0 0;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}


/* ==================================================================== */
/* 	! TASK / SOCIAL ACCOUNT													*/
/* ==================================================================== */
.task-social-account .auth-clients {
    justify-content: center;
    display: flex;
}

/* ==================================================================== */
/* 	! INDEX LOGGATI / SLIDER PRODOTTI														*/
/* ==================================================================== */
.bdb-slider-prodotti .uk-card-media-top img {width: 900px; max-height: 200px; object-fit: cover;}

/* ==================================================================== */
/* 	! INDEX LOGGATI / SLIDER TASK/BANNER								*/
/* ==================================================================== */
.uk-slideshow-items .uk-position-center-left,
.uk-slideshow-items .uk-position-center-right
 {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
 }
 .uk-slideshow-items .uk-position-center-left *,
 .uk-slideshow-items .uk-position-center-right *
  {
    color: #fff!important;
 }
 .uk-slideshow-items .comingsoon{
   filter: blur(8px);
   -webkit-filter: blur(8px);
 }



/* ======================================================================== */
/* 	! LOGIN & REGISTRAZIONE													*/
/* ======================================================================== */

#loyalty-login .uk-grid > div:last-child,
#loyalty-error .uk-grid > div:last-child,
#bdb-signup .uk-grid > div:last-child { border-left: 1px solid #eee; }

#loyalty-login,
#loyalty-error,
#bdb-signup {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 0px;
}

#loyalty-login h2,
#loyalty-error h2,
#bdb-signup h2 {
	text-align: center;
    letter-spacing: 0px;
    font-size: 21px;
    line-height: 24px;
    max-width: 270px;
    margin: 0px auto 20px auto;
}

.loyalty-login-title,
.loyalty-error-title, 
.bdb-signup-title {
	background-color: #f1f1f1;
	border-radius: 20px 20px 0px 0px;
}

.loyalty-login-title h1, 
.loyalty-error-title h1, 
.bdb-signup-title h1 { margin-bottom: 10px; }

.loyalty-login-social {
    padding-left: 0px;
    list-style: none;
}

.loyalty-login-social a {
    display: block;
    margin: 0px auto 10px auto;
    max-width: 350px;
    position: relative;
		color: #fff;
}

a.loyalty-button-social.facebook { background-color: #3b5999; }
a.loyalty-button-social.twitter { background-color: #55acee; }
a.loyalty-button-social.keycloak { 
  border-color: #28754E;
  color: #ffffff;
  background-color: #28754E; }

.control-label, label[for="loginform-rememberme"] {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 16px;
}

.form-control {
    margin: 0;
    outline: 0;
    width: 100%;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.2em;
    padding: 8px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    background: #ffffff;
    border: 1px solid rgba(34,36,38,.15);
    color: #333333;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    height: auto;
    box-sizing: border-box;
}

.form-control:focus, .form-control:hover,
.form-control:focus, .form-control:hover,
label[for="loginform-rememberme"]:focus:before, label[for="loginform-rememberme"]:hover:before {
    border-color: #777;
    outline: none;
    box-shadow: none;
}
.help-block.help-block-error{
  color: red;
  font-size: 0.9em;
  margin: 0px;
}

.form-group.required label::before,
.form-group.required input[type='checkbox']::before{
color:red;
content:"*";
}

.loyalty-button-social {
    padding-left: 55px;
}

#loyalty-login-signup {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 0px 0px 20px 20px;
}

.field-loginform-password { margin-bottom: 0px; }
.loyalty-reset-password a {
	font-size: 13px;
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
    display: inline-block;
}

.nz-scorebar-border {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    width: 100px;
    margin: 0;
}

.nz-scorebar {
    width: 100px;
    border-radius: 0px;
}

.nz-score {
    text-align: center;
    width: 100px;
    line-height: 14px;
	font-size: 11px;
}

.nz-verdict .label {
    border-radius: 0px;
    width: 100px;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    display: block;
    background: #cccccc;
}

span.input-group-addon {
    border-radius: 0px;
}

input.nz-toggle {
    -webkit-appearance: none;
    width: 20px;
    display: block;
    height: 20px;
    cursor: pointer;
}

input[type="password"]#signupform-password + span input.nz-toggle:before,
input[type="password"]#resetpasswordform-password + span input.nz-toggle:before {
    font-family: "fontAwesome";
    font-size: 14px;
    content: "\f06e";
    padding-left: 3px;
}

input[type="text"]#signupform-password + span input.nz-toggle:before,
input[type="text"]#resetpasswordform-password + span input.nz-toggle:before {
    font-family: "fontAwesome";
    font-size: 14px;
    content: "\f070";
    padding-left: 3px;
}

.has-success .control-label { color: inherit !important; }
.has-success .form-control,
.has-success .input-group-addon {
	border-color: rgba(34,36,38,.15) !important;
	box-shadow: none !important;
	background: inherit !important;
	color: inherit !important;
}

/* ==================================================================== */
/* 	! COME FUNZIONA														*/
/* ==================================================================== */

.bdb-comefunziona-list .bdb-numero-step { height: 100px; }
.bdb-prize-radius {
    border-radius: 50%;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #28754E;
    overflow: hidden;
}

/* ==================================================================== */
/* 	! COME FUNZIONA														*/
/* ==================================================================== */
.site-faq .uk-accordion-title::before {
  content: "+";
  font-size: 35px;
  background-image: none;
}
.site-faq .uk-open .uk-accordion-title::before {
  content: "-";
  font-size: 35px;
  background-image: none;
}
.site-faq p {
  font-size: 18px;
}
/* ==================================================================== */
/* 	! PREMI													*/
/* ==================================================================== */

.loyalty-premi-card {
    border: none;
    box-shadow: none;
    background-color: rgba(255,255,255,0.7);
}
.lw-premi-green-border-box {
    border: 4px solid #01954E;
    border-radius: 12px;
    padding: 2rem;
    font-size: 20px;
}
.loyalty-my-premi-img{
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  object-fit: cover;
}
.lw-premio-img {
    height: 80px;
    width: 80px;
    box-sizing: border-box;
    border: 2px solid #01954E;
    object-fit: cover;
}
.lw-premio-img-noborder {
    height: 80px;
    width: 80px;
    box-sizing: border-box;
    object-fit: contain;
}  
.lw-premio-name {
    font-weight: 900;
    letter-spacing: 1.78px;
}
.lw-premio-date {
    font-size: 14px;
    letter-spacing: 1.56px;
}

/* ==================================================================== */
/* 	! PREMI TIPO                              													*/
/* ==================================================================== */

#premio-tipo-descrizione {
  padding-bottom: 10rem;
}
#premio-tipo-descrizione li {
  list-style: none;

}
/* #premio-tipo-descrizione li::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url(/uploads/images/Aboca/backgrounds/foglia-bg.svg);
  background-size: contain;
  margin-right: 6px;
} */
#premio-tipo-descrizione a {
  text-decoration: none;
}
#premio-tipo-descrizione a:hover {
  text-decoration: underline;
}
@media all and (max-width: 959px) { 
  #premio-tipo-descrizione ul {
    text-align: center !important;
  }
}
.lw-grid-prodotti .uk-card {
    border-radius: 10px !important;
}
.lw-grid-prodotti img {
  mix-blend-mode: multiply;
}
.lw-grid-prodotti .uk-card-body {
  color: #28754E !important;
}

/* ==================================================================== */
/* 	! RICHIEDI PREMIO                              											*/
/* ==================================================================== */
.premio-richiedi-premio-gioca-scontrino .required label.control-label:before {
    content: "*";
    color: red;
}
div#img_scontrino,
#img_documento
{
    position: relative;
}
.cestino_immagini_view {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
}

.cestino_immagini_desktop_view {
  position: absolute;
  padding: 5px;
}

/* ==================================================================== */
/* 	! FOOTER														*/
/* ==================================================================== */
footer.bdb-footer.footer.uk-light {background: #333;}
.footer-navigation {background-color: #EDF0F0;}
.bdb-telegram-icon {background-size: cover; background-position: top;	filter: brightness(0);}
.lw-footer-columns h4 {
    color: #28754E;
    font-size: 16px;
}
.lw-footer-column-title {border-right: 1px solid #28754E;}
.lw-footer-info-bottom-border {border-right: 1px solid #fff; }
.lw-footer-ul {text-align:center;}
.lw-footer-ul a { display: inline-block !important;}
.uk-navbar-nav>li>a {text-transform: none; color: #fff; min-height:initial;}
.uk-navbar-nav>li>a:hover {text-decoration: underline; color: #fff;}

.footer-info-bottom {background-color: #28754E; color: #fff;}

/*CHATOBOT*/
#widget-gemma{
  position: fixed;
  z-index: 88888888
}
/* ==================================================================== */  
/* 	! MEDIA QUERY														*/
/* ==================================================================== */
@media all and  (min-width: 960px){
  .uk-navbar-nav {
      gap: 0!important;
  }
}

@media all and (max-width: 1599px) {
	.bdb-slider-prodotti .uk-position-medium {margin: 30px -38px;}
}
@media all and (max-width: 959px) {
	.bdb-slider-prodotti .uk-slider-container {overflow: inherit;}
	.bdb-slider-prodotti .uk-position-medium {margin: -110px -13px;}
	.uk-button-small {padding: 0 15px; line-height: 26px}
	.loyalty-new-game-img {border-radius: 20px 20px 0px 0px !important;}
	.bdb-updgrade-slideshow-figure img {width: 100%;}
    .lw-footer-column-title  {border-right: none;}
}
@media all and (max-width: 750px) {
	#bdb-world-container {transform: scale(0.8);}
}
@media all and (max-width: 600px) {
	#bdb-world-container {transform: scale(0.6);}
	#shadow {bottom: -18%!important}
	#shadow img {transform: scale(2);}
	#boy-sx {left: -100px!important;}
	#girl-dx {left: 100%!important;}
	#girl-sx {left: -10%!important;}
	#boy-dx {left: 40%!important;}
}
@media all and (max-width: 640px) {
	.tm-header a.tm-logo {width: 140px;}
	.bdb-numero-step {width: 50px;}
	.bdb-hero-section > .uk-section {padding-top: 20px;}
	.bdb-hero-section-background {padding-top: 10px; padding-bottom: 0;}
	.bdb-step-section-background {padding-top: 0px;}
	.uk-text-lead {font-size: 1rem;}
	.uk-button:not(.uk-button-small) {
    padding: 0 30px;
    font-size: 14px;
    line-height: 52px;
	}
	#bdb-tasks .uk-card-media-top img {height: 120px; object-fit: cover;}
	#bdb-tasks .uk-card-title {font-size: 16px;}
	#bdb-tasks .uk-button {font-size: 12px; padding: 5px 4px; line-height: 1.2;}
	.bdb-user-dashboard-text {font-size: 12px; letter-spacing: 2px;}
	.bdb-user-dashboard-card-footer.uk-card-footer {padding: 13px 0px;}
	.bdb-user-dashboard-score-icon {top: 0px;}
	.bdb-user-dashboard-level img {height: 150px;}
	.userimage-edit {
    font-size: 12px;
    padding: 11px 0px;
	}
	/* .bdb-slider-prodotti .uk-button-small {max-width: 180px; font-size: 12px; line-height: 1.2;} */
	body, .bdb-leaves-background {background-repeat: repeat-y; background-size: contain;}
	.uk-countdown-label {font-size: 10px;}
	.bdb-comingsoon:after {font-size: 12px; letter-spacing: 3px;}
	.bdb-fixed-button {
		width: 60px;
    height: 60px;
    font-size: 10px;
    padding-top: 15px;
	}
}

.lw-btn-line-height {
  line-height: 35px!important;
}



/**  SELECT COUNTRY LIMBO  **/

.lw-card-country {
  border-radius: 60px 0px 48px 28px!important;
  box-shadow: 0px 4.683px 16.39px 0px rgba(0, 0, 0, 0.25)!important;
  background-color: var(--secondy-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 16px 8px;
  gap: 8px;
  aspect-ratio: 1/1;
  max-width: 180px;
  
}
.lw-card-country.disabled {
  pointer-events: none;
  background-color: var(--medium-color);
  box-shadow: none!important;
  color: #000;
}
.lw-card-country.disabled p {
  color: black;
}
.lw-card-country img {
  max-width: 60%;
}
.lw-card-country p {
  margin:0;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: foco;  color: white;
  font-size: 20px;
  
}
.lw-card-country:hover {
 transform: scale(1.1);
 background-color: var(--primary-color);
 text-decoration: none;
}

@media all and (max-width: 640px) {
  .lw-card-country { 
    max-width: 160px;
  }
}

/* SWITCH GRUPPO LOYALTY  */

.loyalty-switch-gruppo-loyalty {
  /* position: absolute; */
  background-color: var(--orange-color);
  top: 0;
  z-index: 999;
  width: 100%;
  max-height: 100px;
  /* margin-bottom: 16px; */
}
.loyalty-switch-gruppo-loyalty #container_form_switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.loyalty-switch-gruppo-loyalty #container_form_switch p {
  margin-bottom: 0;
}
.loyalty-switch-gruppo-loyalty #form_switch {
  width: fit-content;
}
.loyalty-switch-gruppo-loyalty form {
  display: flex;
  gap: 16px;
  align-items: center;
}
.loyalty-switch-gruppo-loyalty form .form-group  {
  margin-bottom:0;
}
.loyalty-switch-gruppo-loyalty form .select2-container {
  min-width: 260px!important;
}
.loyalty-switch-gruppo-loyalty form .select2-container .select2-selection{
  border-radius: 18px!important;
}
.loyalty-switch-gruppo-loyalty form .uk-button  {
  line-height: 30px!important;
}

@media all and (max-width: 865px) {
  .loyalty-switch-gruppo-loyalty {
    max-height: 160px;
    margin-bottom: 0;
  }
  .loyalty-switch-gruppo-loyalty #container_form_switch {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 0;
  }
  .loyalty-switch-gruppo-loyalty  #form_switch, .loyalty-switch-gruppo-loyalty form, .loyalty-switch-gruppo-loyalty .field-dynamicmodel-gruppo_loyalty_id {
    width: 100%!important;
  }
  .loyalty-switch-gruppo-loyalty  .has-success #dynamicmodel-gruppo_loyalty_id {
    background-color: white!important;

  }
  .loyalty-switch-gruppo-loyalty #dynamicmodel-gruppo_loyalty_id {
    visibility: visible!important;
    width: 100%!important;
    height: 100%!important;
    border-radius: 18px!important;
  }
}


/* COME ACCUMULARE PUNTI */

.lw-card-task {
  border-radius: 32px!important;
  overflow: hidden;
  /* height: 400px; */
  display: flex;
  flex-direction: column;
}
.lw-card-task:hover {
  transform: scale(1.02);
}
.lw-card-task .uk-card-body {
  height: 100%;
  padding: 8px 12px 16px!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* FAQ */
.lw-faq-list-item a *{
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}