.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

html, body{
    font-family: "Roboto", sans-serif;
    height: 100%;
    background-color: #2e3246;
}

.container{
    width: 1150px;
    max-width: 90%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 5px;
}



.site-box{
    padding: 7px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #F2F4F5;
    border-top: 2px solid #aac2da;
}

.site-box .head{
    padding:10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.site-box .head img{
    border-radius: 10px;
}

.site-box .content, .site-box .footer{
    padding:10px;
    background-color: #fff;
    margin-top:5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}


header, footer{
    background-color: #393f5b;
    color: white;
    text-align: center;
    padding: 20px;
}

header{
    margin-bottom: 10px;
}

footer{
    margin-top:10px
}

.visit-button {
    font-weight: bold;
    background-color: #2f8834;
    border: none;
    color: white;
    padding: 13px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0, 97, 16, 0.25);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.visit-button:hover {
    background-color: #4CAF50;
    box-shadow: 0 0px 0px rgba(0, 97, 16, 0.25);
    
}

.visit-button:active {
    background-color: #3e8e41;
    box-shadow: 0 0px 0px rgba(0, 97, 16, 0.25);
    transform: translateY(2px);
}

.terms{
    width: 1100px;
    max-width: 90%;
}

#smc{
    display: none;
    visibility: hidden;
    width: 2px;
    height: 2px;
    overflow: none;
}


@media (min-width: 768px){
    .mobile-box{
        display: none;
    }
}


@media (max-width: 767px){
    .desktop-box{
        display: none;
    }

    .container{
        min-width: 95%;
    }

    .terms{
        width: 90%;
    }
}

/*Bootstrap mod per opacità*/
#mldFirewall, #mldConfirm{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}



.modal-backdrop.show {
    opacity: 0.7;
}

.custom-modal-rounded .modal-content{
    border-radius: 40px;
}

.modal-yes-no-button{
    width: 35%;
    padding: 10px;
    font-size: 19px;
    margin: 8px;
}

.modal-body{
  padding-bottom: 7px;
}

.modal-footer{
  border:none; 
  padding-top:0px;
}

#backtt{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99;
}

/**
  Animazioni
*/

@keyframes bounceIn {
  0%, 20%, 50%, 80%, 100%{
    transform: translate(0);
  }
  40%{
    transform: translateY(-75px);
  }
  60%{
    transform: translateY(-15px);
  }
}

.modal.bounce .modal-dialog{
    animation: bounceIn 1.0s;
}

.trovaslot-link, .trovaslot-link:active, .trovaslot-link:visited{
  color:#f74679;
}

.ts-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3 px;
}

.ts-search-input {
  border-radius: 50px 0 0 50px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 10px 20px;
  flex: 1;
  max-width: 300px;
}

.ts-search-button {
  border-radius: 0 50px 50px 0;
  background-color: #3D2DFF;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ts-search-button:hover {
  background-color: #2B21CC;
}

/** LOADER **/
.loader {
  margin: 0px auto;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}