@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    margin: 0;
    overflow: visible; /* o overflow: auto; */
   }
   img {
    -webkit-user-drag: none;
    user-select: none;
}
h2{
    font-family: 'orbitron', sans-serif;
}
p{
    font-family: 'roboto', sans-serif;
}
   #gradient-canvas {
    --gradient-color-1: #ffb801;
    --gradient-color-2: #ff7100;
    --gradient-color-3: #fa803e;
    --gradient-color-4: #fb0e0e;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% -5%, 0% 50%);
    transform: rotate(180deg);  
  }
.container{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
.vertical-container{
    width: 20%;
    background-color: #FAFBFB;

}
.logo img{
    width:70%;
    margin-top:20px;
    margin-left:30px;
}
.general-links {
    /* Imposta il contenitore per allineare i suoi figli uno sotto l'altro */
    display: flex;
    margin-top:40px;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    z-index: 1;
}
.general-links a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.general-links p{
    font-size: 18px;
    margin-left:10px;
    width: 80%;
}
.general-content-link {
    /* Imposta ciascun link come blocco per renderli uno sotto l'altro */
    display: block;
    color: #FA803E;
    font-family: 'roboto', sans-serif;
    text-decoration: none;
}
.general-content-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background-color: #FA803E;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform 0.3s ease;
    font-weight: bold; /* Impostazione iniziale del font-weight a bold */
    background-color: #F3F3F3;
}
.general-content-link:hover,
.general-content-link.active {
    background-color: #F3F3F3;
}
.horizontal-container{
    position: absolute;
    width: 80%;
    height: 100%;
    margin-left: 20%;
}
.headbar{
    display: flex;
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}
.headbar h1{
    width: auto;
    margin-left: 2%;
    font-size: 1.8vw;
}
#playerUsername{
    font-family: 'roboto', sans-serif;
    width:  83%;
    text-align: right;
    font-size: 1.2vw;
}
.img-profile{
    margin-left: 1%;
    width: 3.5vw;
    height: 3.5vw;
}
.img-profile img{
    width: 100%;
    height: 100%;
}
.content{
    display: flex;
    flex-direction: column;
    height: 90%;
    align-items: center;
}
.content-content{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    align-items: top;
}
.container-general-link{
    display: flex;
    align-items: center;
    padding: 20px;
    padding-left: 30px;
}
.container-general-link:hover{
    background-color: #F3F3F3;
}
.container-general-link img{
    width: 2.7vw;
    height: 2.7vw;
    margin: 0px;
}
.container-general-link p{
    font-size: 1vw;
}
#supportDashboard{
    background-color: #F3F3F3;
    border-right: 3px solid #FA803E;
}
.supportDescription{
    width: 25%;
    height: 31.5vw;
    margin-left : 2.5%;
}
.supportDescription h1{
    margin-top: 8%;
    font-family: 'orbitron', sans-serif;
    font-size: 1.6vw;
}
.supportDescription h3{
    margin:0;
    margin-top: 15%;
    font-size: 1.1vw;
    font-family: 'roboto', sans-serif;
}
.supportDescription p{
    font-family: 'roboto', sans-serif;
    font-size: 0.85vw;
    width: 95%;
}
.negation{
    display: flex;
    align-items: center;
    width: 90%;
    height: 10%;
}
.negation p{
    margin-left: 3%;
    width: 95%;
}
.negation img{
    width: 1.4vw;
    height: 1.4vw;
    background-color: #e5e5e5;
    border-radius: 50%;
}
.finalEmail{
    margin-top: 15%;
    width: 95%;
}
.cardsContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 31.5vw;
}
.card{
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); 
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    height: 100%;
    width: 30.5%;
    margin-left: 1%;
    margin-right: 1%;
}
.card h2{
    font-family: 'orbitron', sans-serif;
    margin:0;
    margin-top:9%;
    font-size: 1.4vw;
    color: #fa803e;
}
.textContent{
    text-align: center;
    width: 80%;
    height: 10vw;
    margin-top: 10%;
    margin-bottom:10%;
    font-size: 0.85vw;
}
.card img{
    width: 50%;
    margin-top: 10%;
    margin-bottom: 10%;
}
.separeteLine{
    height: 1.5%;
    width: 50%;
    border-radius: 20px;
    background-color: #e5e5e5;
}
.contactUsButton{
    height: 10%;
    width: 40%;
    color: white;
    border: none;
    background-color: #fa803e;
    border-radius: 20px;
    margin:0;
    margin-bottom: 10%;
}
.contactUsButton:hover{
    cursor: pointer;
    background-color: #B95721;
}