
.desktop .super_container .home {
  height: 100%;
    z-index: 699;
}

.desktop .top-free {
    z-index: 699;
}

.desktop .top , .desktop .special , .desktop .comefunziona, .desktop div#conferma {
   /*min-height: 100vh;*/
   margin-top: auto !important;
}
.desktop .top , .desktop .special , .desktop .comefunziona {
   padding-top: 140px !important;
}
.desktop div#conferma {
   padding-top: 100px !important;
}


#alert-continue .alert-link-text  
{
    /* color: white; */
    font-size: 1rem;
    margin: 1rem;
    padding: 1rem;
    display: block;
    margin-top: 0;
    padding-top: 0;
    font-weight: initial;
}

.alert-link-text  {

  color: white;
  font-size: 1.3rem; 
  font-weight: 600;

}
.alert-link-text a {
  color: cyan; 
  font-size: 1.3rem; 
  font-weight: 600;
}

.alert-box-container, 
.alert-container, 
.alert-online-container, 
.alert-online-container-partner,
.alert-noonline-container, 
.alert-noonline-container-partner,
.alert-noembed-container {
    font-family: sans-serif;
    position: fixed;
    z-index: 701;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    padding-top: 15vh;
    color: #ddd;
    background-color: rgba(0,0,0,0.6);
}



.current_user_name {

    position: absolute;
    right: -12rem;
    top: 3.3rem;
    font-size: 0.8rem;
    color: white;
}

.avatar {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 1.5rem;
}

.avatar i {

   color: white;
   right: 0;
   position: absolute;

}

.avatar-box {

    padding: 5px;
    background-color: aqua;
    font-size: 1rem;
    margin-top: 2rem;

}

@media (max-width: 800px) {
   .bfg-alert {
         height: 25rem;
         top: calc(50% - 15rem);
   }
}

.conferma-prenotazione {
  display: none;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  border-bottom-left-radius: 15px; 
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px; 
  border-top-right-radius: 15px;
  background-color: transparent;
  width: 262.5px;
  height: 262.5px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.info-link {
  background-color: transparent;
  width: 262.5px;
  height: 262.5px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  border-bottom-left-radius: 15px; 
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px; 
  border-top-right-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back .categorie-external{
  padding: 20px;
  height: 100%;
  width: 100%;
}

.flip-card-back .categorie-internal{
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.flip-card a {

  width: 100%;
  height: 100%;
 position: relative;
  overflow: hidden;
}
.flip-card-back .categorie-internal h1{
  font-size: 2.0rem; 
  font-weight: 600;
}

.operator_site_embedded {

  margin-top: 100px;
  height: 10000px;
  width: 100%;
  display: none;

}
.operator_embedded_active .operator_site_embedded {
  display: block;
}
.operator_embedded_active .home_content {
  display: none;
}

.user-logged.operator_embedded_active #mnu-discount {
  display: inline-block;
}
#mnu-discount {
  display: none;
}

.special_item {

  cursor: pointer;
}

body.operator_embedded_active {
 overflow-y: hidden;
}

.operator_embedded_active .top,
.operator_embedded_active .special,
.operator_embedded_active .menu_container,
.operator_embedded_active .home_content,
.operator_embedded_active .home,
.operator_embedded_active #login{
   display: none;
}

.combo_width_50 .combo_container {
 width: 100%;
}

.combo_width_50 .combo_text {
 width: 85%;
}

.combo_width_50 .combo_list {
 width: 100%;
}

.top_item_image.img_center {
    border: 1px solid black;
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px;
    background-color: white;
    height: 260px;
    width: 260px;
    vertical-align: middle;
    display: table-cell;
}

.find_background.parallax-window {

    min-height: auto;
}

.lista_prodotti .top_item_content {
    height: 100%;
    overflow: hidden;
}
.lista_prodotti .top_item_content.combo_content {
    overflow: initial;
}
.lista_prodotti .div-prodotti {
  height: 4rem;
}

@media (max-width: 600px) {
   .lista_prodotti .div-prodotti {
     height: 2rem;
  }

  .lista_prodotti .top_item_text {
     font-size: 0.7rem;
  }
  .lista_prodotti .combo_container {
     height: 2rem;
  }
  .lista_prodotti .btn_combo_button {
    top: -8px;
  }
  .lista_prodotti .combo_text {
    font-size: 0.7rem;
    top: 0.4rem;
  }
  .lista_prodotti .combo_list {
    top: 2rem;
  }
  .lista_prodotti .list_elements {
    font-size: 0.7rem !important;
 }
}

.lista_prodotti .combo_container {
    margin-top: -2.6rem;
}
.menu-item {
  font-size: 0.8rem !important;
}

.toast {
    background-color: #fff; /* Background color: white */
    color: #333; /* Text color: dark */
    padding: 16px; /* Padding */
    position: fixed; /* Fixed position */
    z-index: 9999; /* Sit on top */
    left: 50%; /* Center the toast */
    top: 40px; /* Place the toast at the bottom */
    transform: translateX(-50%); /* Center the toast */
    font-size: 17px; /* Text size */
    border-radius: 10px; /* Rounded corners */
    display: none;
    text-align: center;
}

#toast_ok {
    color: white !important;
    background-color: #20a508 !important; /* Text color: dark green */
}

#toast_notok {
    background-color: #f45555 !important; /* Text color: dark red */
}

.form-group {
        display: flex;
        justify-content: space-between;
}

.custom-close {
        background-color: #ffc107;
        color: black;
        margin: 0 auto;
        border-color: #ffc107;
}
/*.internal-content {*/
/*        margin: 0 auto;*/
/*        position: relative;*/
/*        width: {% if request.user_agent.is_mobile %}98%{% else %}90{% endif %}%;*/
/*}*/
.internal-content .row{
        background-color: rgba(0,0,0,0.5);
}
.internal-content .row input{
        text-indent: 5px;
}
.header-content {
        display: flex;
        justify-content: space-between; // This spreads the items evenly in the container
        align-items: center; // This aligns the items vertically in the middle
}
