*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}



html {
    background: linear-gradient(rgb(38, 18, 86), rgb(16, 7, 37));
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-color: rgb(16, 7, 37);
}

body {
    background-color: transparent;
}

.content{
    height: 100vh;
}


#header{
    background-color: rgb(96, 41, 148);
    margin: 0;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.innerheader{
    height: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
}

#nav{
    flex-grow: 1;
    display: flex;
    justify-content: end;
}


.logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about, .feedback, .info{
    height: 100%;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about:hover, .logo:hover, .feedback:hover, .info:hover{
    background-color: rgb(85, 36, 130);
}

.about:hover, .logo:hover, .feedback:hover, .info:hover{
    transition: background-color 0.2s ease;
}




.logo p, .about p, .feedback p, .info p{
    color: rgb(188, 143, 216);
    font-weight: 900;
    font-family: sans-serif;
    font-size: 20px;
}



.abouttext{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 15%;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 1.8em;
}

.feedbacktext, .errortext{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 15%;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 1.8em;
    text-align: center;
}


.abouttitle, .feedbacktitle, .errortitle{
    height: 10%;
    text-align: center;
}

.abouttitle p, .feedbacktitle p, .errortitle p{
    padding-top: 5%;
    font-size: 80px;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    opacity: 0.5;
    font-weight: 600;
}

.inputdiv{
    display: flex;
    width: 100%;
    justify-content: center;

}

#form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#form #content{
    border-style: solid;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    height: 70px;
    border-radius: 100px;
    font-size: 26px;
    box-shadow: 0px 0px 30px rgb(96, 41, 148);
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
#searchbuttonsdiv{
    display: flex;
    align-items: center;
    justify-content: center ;
    gap: 60px;
    width: 100%;
    padding-left: 30px; padding-right: 30px;
    box-sizing: border-box;
}


#form input::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}

#form input::-webkit-outer-spin-button,
#form input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

#form input[type = number]{
    -moz-appearance: textfield;
}


.homespace{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center ;
    align-content: center;
}

.homespace p{
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 107px;
    opacity: 0.5;
    font-weight: 600;
    text-align: center;
}

.loadingdiv, .explorepageinvitediv{
    width: 100%;
    height: 40px;
}

.loadingdiv p{
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    color: rgb(188, 143, 216);
    opacity: 0.5;
    visibility: hidden;
    
}

.explorepageinvitediv p{
    text-align: center;
    font-family: sans-serif;
    font-size: 27px;
    color: rgb(188, 143, 216);
    opacity: 0.5;
}



.container1{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

#image{
    height: 350px;
    border-radius: 30px;

}

#projectinfodiv{
    max-width: 1000px;
    flex-grow: 1;
}

#projectinfodiv #protitlediv{
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

#projectinfodiv #protitlediv p{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}

#protitlediv p:hover{
    text-decoration: underline;
}

#authordiv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#authordiv p{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

#authordiv p span:hover{
    text-decoration: underline;
}

#indexeddiv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexeddiv p{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

#indexedinfotitlediv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexedinfotitlediv p{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
}

#indexedinfotextdiv{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexedinfotextdiv p{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
    opacity: 0.7;
}

.container2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.container2 p{
    font-family: sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: rgb(188, 143, 216);
    opacity: 0.6;
}

#dailytext{
    font-family: sans-serif;
    font-size: 70px;
    font-weight: 600;
    color: rgb(188, 143, 216);
    opacity: 0.5;
}


.container3{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

#rstatsdiv{
    max-width: 700px;
    flex: 1;
    height: 500px;
    min-width: 450px;
    flex-wrap: wrap;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    overflow: hidden;
}

#sstatsdiv{
    max-width: 700px;
    flex: 1;
    min-width: 450px;
    flex-wrap: wrap;
    height: 500px;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    overflow: hidden;
}

#rstatstitle{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

#rstatstitle p{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}

#sstatstitle{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

#sstatstitle p{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}



#rstatsdec{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sstatsdec{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#rstatsdec p, #sstatsdec p{
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
}

#sstatsname, #rstatsname{
    width: 50%;
    height: 320px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

#sstatsname p, #rstatsname p{
    width: 100%;
    text-align: end;
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
}
#sstatsvalue p, #rstatsvalue p{
    width: 100%;
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 

}

#sstatsvalue, #rstatsvalue{
    height: 320px;
    display: flex;
    flex-wrap: wrap;
}

#userinfodiv{
    max-width: 1110px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

#usertitlediv{
    display: flex;
    height: 90px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

#usertitlediv p{
    font-family: sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}

#usertitlediv p:hover{
    text-decoration: underline;
}

.usersubinfodiv{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.usersubinfodiv p{
    font-family: sans-serif;
    font-size: 35px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

.userstatsdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

.userstatscenterdiv{
    max-width: 1480px;
    display: flex;
    justify-content: center;
    align-self:center;
    flex-wrap: wrap;
    flex-grow: 1;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    margin-left: 30px; margin-right: 30px;
}


.userstatscenterdiv div{
    display: flex;
    height: 350px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    
}





.userstatscenterdiv div p{
    font-family: sans-serif;
    font-size: 35px;
    color: rgb(188, 143, 216);
}
.totalstatslogos{
    font-weight: 600;
}


.usercentermostv{
    width: 1480px;
    display: flex;
    justify-content: space-evenly;
    align-self:center;
    flex-wrap: wrap;
    gap: 80px;
    padding-left: 30px; padding-right: 30px;
}

.usermostviewedeach{
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    overflow: hidden;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.usermostviewedeach img, .comparemostviewedeach img{
    width: 300px;
    height: 225px;
}

.usermostviewedeach div, .comparemostviewedeach div{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
}


.comparemostviewedeach{
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    overflow: hidden;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.compareprojectdivuser1{
    background-color: rgba(138, 98, 250, 0.066);
    border-color: rgba(138, 98, 250, 0.226);  
}

.compareprojectdivuser2{
    background-color: rgba(255, 66, 161, 0.048);
    border-color: rgba(255, 66, 161, 0.139);  
}



#eachfirstdiv{
    height: 80px;
    overflow: hidden;
}

#eachfirstdiv p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}


.nameofmostviewed{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: bold;
}

.viewsofmostviewed{
    font-family: sans-serif;
    font-size: 25px;
    color: rgba(188, 143, 216, 0.758);
}

.userviewsofmostviewed{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
}

.userloadmorediv{
    max-width: 1480px;
    width: 100%;
    margin: auto;
    background-color: rgb(96, 41, 148);
    font-family: sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}


.userloadmorediv:hover{
    background: rgb(85, 36, 130);
}

.exploreloadmorediv{
    max-width: 1480px;
    width: 100%;
    margin: auto;
    background-color: rgb(96, 41, 148);
    font-family: sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}


.exploreloadmorediv:hover{
    background: rgb(85, 36, 130);
}


#explorelogo{
    font-size: 80px;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    opacity: 1;
    font-weight: 600;
}
#explorelogo2 {
    font-size: 80px;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    opacity: 0.6;
    font-weight: 600;
}

.exploreformdiv{
    display: flex;
    width: 100%;
}

.exploreformdiv form{
    display: flex;
    width: 100%;
}


#exploreinput{
    border-style: solid;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    height: 70px;
    border-radius: 100px;
    font-size: 30px;
    text-align: center;
    flex-grow: 1;
}

#exploreinput::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}


.exploretopinfocenterdiv{
    width: 1480px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tagsdiv{
    display: flex;
    justify-content: safe;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 30px;
}

.rankingtagsdiv{
    display: flex;
    justify-content: safe;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 20px;
}




.tagbuttondiv{
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 30px;
    font-family: sans-serif;
    transition: background-color 0.2s ease;
}

.tagbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.132) ;
}


.tagbuttondivselect{
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.178);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 30px;
    font-family: sans-serif;
}

.rankingtagbuttondiv{
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 30px;
    font-family: sans-serif;
    transition: background-color 0.2s ease;
}

.rankingtagbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.132)
}



.rankingtagbuttondivselect{
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.178);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 30px;
    font-family: sans-serif;
}


.exploretagandmodediv{
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-color: rgb(188, 143, 216);
}

.selectdiv{
    text-align: end;
    width: 245px;
    margin-left: 40px;
    border-left: solid 1px;
    border-color: rgb(188, 143, 216);
}

#exploreselect{
    width: 200px;
    border-style: solid;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 30px;
    text-align: center;
}


.rankingsselect{
    width: 200px;
    border-style: solid;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 30px;
    text-align: center;
}



.rankingsselectselected{
    width: 200px;
    border-style: solid;
    background-color: rgba(183, 58, 241, 0.178);
    border-color: rgb(188, 143, 216);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 30px;
    text-align: center;
}

.rankingsselectselected option{
    background-color: rgb(255, 255, 255);
}





.widefgdiv {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;    
}

.fgcanvasdiv {
    width: 100%;
    max-width: 1480px;
    height: 350px;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);

    
}




#submitfgbutton{
    cursor: pointer;
    padding: 20px;
    font-family: sans-serif;
    font-size: 30px;
    background-color: rgb(96, 41, 148);
    color: rgb(188, 143, 216);
    font-weight: 700;
    border-radius: 20px;
    border: 0px;
}

#submitfgbutton:hover{
    background-color: rgb(85, 36, 130);
}

#fgtext{
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
}

.eachrankingdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.rankusercentermostv{
    width: 1480px;
    display: flex;
    justify-content: space-evenly;
    align-self:center;
    flex-wrap: wrap;
    gap: 80px;
}

.rankdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 120px;
}

.rankdiv p{
    color:rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 70px;
    font-weight: 600;
}

.rankusernamediv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}

.rankusernamediv p{
    color:rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.rankimgdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.rankfollowdiv{
    display: flex;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    padding-right: 20px;
}

.rankfollowdiv p{
    color:rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.rankimg{
    border-radius: 20px;
}

.followimg{
    height: 30px;
    padding-right: 10px;
    opacity: 0.8;
}

#rankingincreaseimg{
    padding-left: 25px;
    padding-right: 5px;
}

#rankingincreasep{
    color: rgb(117,220,98);
}

.rankingpagesdiv{
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.pagediv{
    background-color: rgb(96, 41, 148);
    font-family: sans-serif;
    padding: 10px;
    font-size: 30px;
    color: rgb(188, 143, 216);
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

.pagediv:hover{
    background: rgb(85, 36, 130);
}


.desactivatedpagediv{
    background-color: rgba(96, 41, 148, 0.475);
    font-family: sans-serif;
    padding: 10px;
    font-size: 30px;
    color: rgb(188, 143, 216);
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

.pageselectdiv{
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    align-items: center;
    min-width: 280px;
    justify-content: center;
}

#rankpageinput{
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 100px;
    text-align: center;
    border: solid 1px;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    border-radius: 10px;
}




.rankingvariationcenterdiv{
    width: 1480px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.variationbuttondiv{
    justify-content: center;
    height: 96px;
    width: 300px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: rgb(188, 143, 216);
    gap: 10px;
    border-bottom: 4px solid rgb(188, 143, 216);

}

.variationbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.05);
}


.userprojectsfilterdiv{
    width: 100%;
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.comparewidediv{
    width: 100%;
    background-color: rgba(183, 58, 241, 0.05);;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.comaparecenterdiv{
    width: 100%;
    max-width: 1480px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.compareinputs{
    height: 120px;
    text-align: center;
    flex-grow: 1;
    border-radius: 20px;
    background-color: rgba(31, 13, 70, 0);
    border: solid 1px;
    border-color: rgb(188, 143, 216);
    font-family: sans-serif;
    font-size: 30px;
    color: rgb(188, 143, 216);
}


.compareinputs:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgb(188, 143, 216);
}



.compareinputswrong{
    height: 120px;
    text-align: center;
    flex-grow: 1;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid 1px;
    border-color: rgba(255, 9, 9, 0.454);
    font-family: sans-serif;
    font-size: 30px;
    color: rgb(188, 143, 216);
}

.compareinputs::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}


.compareinputswrong::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}

.comparebuttondiv{
    background-color: rgb(96, 41, 148);
    align-content: center;
    text-align: center;
    height: 122px;
    width: 300px;
    border-radius: 20px;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(188, 143, 216);
    cursor: pointer;
    border: 0px;
    transition: background-color 0.2s ease;
}

.comparebuttondiv:hover{
    background-color: rgb(85, 36, 130);
}

.compsmallgraphcenter{
    width: 100%;
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.smallgraphdiv{
    background-color: rgba(183, 58, 241, 0.05);
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    width: 100px;
    flex-grow: 1;
    min-width: 500px
}

.smallgraphtitlediv{
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgba(188, 143, 216, 0.655);
    padding-top: 20px;
    padding-bottom: 20px;
}

.smallgraphcanvasdiv{
    width: 100%;
    height: 500px;
}

.smallcomparediv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.comparenamediv{
    width: 100%; max-width: 1480px; margin: auto; display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;

}

#all_stats_content{
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

.comparecolor1{
    font-family: sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgba(139, 98, 250, 0.703);
}

.comparecolor2{
    font-family: sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgba(245, 53, 149, 0.4);
}

.compareprojectdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.indexchoicediv{
    color:rgb(188, 143, 216);
    font-size: 27px;
    font-family: sans-serif;
    height: 60px;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    display: flex;
    max-width: 340px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.indexchoicediv:hover{
    background-color: rgba(183, 58, 241, 0.121);
}



.indexchoicedivselect{
    color:rgb(188, 143, 216);
    font-size: 27px;
    font-family: sans-serif;
    height: 60px;
    background-color: rgba(183, 58, 241, 0.121);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.534);
    display: flex;
    max-width: 340px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.loadingimg{
    height: 30px;
    animation: rotate 2s linear infinite;
}


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