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

.userheadernarrowdiv{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    max-width: 1480px;
}

.userheaderinfodiv{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    align-content: center;
    padding-left: 20px;
}

.userheadernamediv{
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 700;
    font-family: "roboto", sans-serif;
    font-size: 40px;
}

.userheadernamediv a{
    color: rgb(188, 143, 216)
}

.userheadernamediv a:hover{
    color: rgb(159, 121, 183)
}

.userheaderiddiv{
    display: flex;
    height: 35px;
    width: 100%;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 22px;
}

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

.usercontentnarrowdiv{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    max-width: 1480px;
    flex-wrap: wrap;

}

.userdivisiondiv{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 121px;
    font-weight: 500;
    font-family: "roboto", sans-serif;
    align-items: end;
    font-size: 27px;
    color: rgba(188, 143, 216, 0.534);;
    border-bottom: 1px rgba(188, 143, 216, 0.534) solid;
    padding-bottom: 9px;
    margin-bottom: 40px;
}


.usertotalstatsdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 40px;
    gap: 40px
}

.usergraphdiv{
    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);
    min-width: 300px;
    box-sizing: border-box;
    padding: 30px;
}

.usergraphtitlediv{
    width: 100%;
    text-align: left;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: rgb(188, 143, 216);
    padding-bottom: 30px;
}

.usercanvasdiv{
    width: 100%;
    font-family: "roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: rgb(188, 143, 216);
    justify-items: left;
}


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

#submitfgbutton{
    cursor: pointer;
    padding: 20px;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    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: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
}


.userbiggraphnarrowdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 40px
}


.defaulttimesdiv{
    width: 540px; height: 70px;
    border-left: 5px;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-color: rgba(188, 143, 216, 0.148);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 40px;
}

.timebuttonselect{
    display: flex;
    min-width: 100px;
    text-align: center;
    justify-content: center;
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.121);
    border-color: rgba(188, 143, 216, 0.534);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    cursor: pointer;
    font-weight: 400;
}




.timebutton{
    display: flex;
    min-width: 100px;
    text-align: center;
    justify-content: center;
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.2s ease;
}

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

.custominput{
    background-color: rgba(0, 255, 255, 0);
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    width: 100px;
    height: 60px;
    border: 0px;
    border-bottom: 1px solid rgba(188, 143, 216, 0.224);
    text-align: center;
    margin-left: 20px;
}


.custominput::-webkit-outer-spin-button,
.custominput::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}


.custominput{
    -moz-appearance: textfield;
}

.custominput:focus{
    outline: none;
}

.projectiondatediv{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-size: 30px;
    text-align: center;
    opacity: 0.8;
}


.projectionstats{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.projectionstatdiv{
    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);
    min-width: 300px;
    box-sizing: border-box;
    padding: 30px;    
    display: none;
}

.days{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: rgb(188, 143, 216);
    max-width: 100px;
    width: 150px;
    height: 60px;
    border: 0px;
    border-bottom: 1px solid rgba(188, 143, 216, 0.224);
    text-align: center;
    align-content: center;
}


.customtimdiv{
    display: flex; align-items: center;
}


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


.tagbuttondivselect{
    min-width: 50px;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.121);
    border-color: rgba(188, 143, 216, 0.534);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
}


.tagbuttondiv{
    padding-left: 17px;
    min-width: 50px;
    text-align: center;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    transition: background-color 0.2s ease;
}

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


.projectsearchdiv{
    margin-left: 100px;
    border-bottom: 1px solid rgba(188, 143, 216, 0.224);
    height: 60px;
    display: flex;
    flex: 1;
    align-items: center;
}

#projectsearchinput{
    background-color: transparent;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    border: 0px;
}

#projectsearchinput::placeholder{
    opacity: 0.5;
    color: rgb(188, 143, 216);
}




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


#projectsearchinput{
    -moz-appearance: textfield;
}

#projectsearchinput:focus{
    outline: none;
}







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

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

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


#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;

}


.usermostviewedeach{
    box-sizing: border-box;
    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;
}

#userstatslogoimg{
    height: 27px;
    width: auto;
    margin-right: 10px;
}

#userstatslogoimgviews{
    height: 25px;
    width: auto;
    margin-right: 10px;
}





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





.userloadmorediv{
    margin: auto;
    min-width: 50px;
    width: 100%;
    max-width: 680px;
    text-align: center;
    height: 60px;
    align-content: center;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.534);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    font-weight: 400;
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    transition: background-color 0.2s ease;
}

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





.userbadgediv{
    width: 40px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


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

.userdarkdiv{
    zoom: 1.4815;
    background-color: rgba(0, 0, 0, 0.605);
    position: fixed; left: 0px;
    top: 0px; width: 100%;
    height: 100dvh;
    z-index: 1001;
    display: none;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    padding-left: 20.25px;
    padding-right: 20.25px;
    box-sizing: border-box;
}

.badgepopupnarrow{
    width: 100%;
    height: 100%;
    max-width: 999px; /* here diffenrent because of zoom for userdarkdiv which include all other badge related elements */
    display: flex;
    box-sizing: border-box;
    padding-top: 101.25px;
    padding-bottom: 101.25px;
}

.badgepopupdiv{
    width: 100%;
    height: 100%;
    background-color: rgba(183, 58, 241, 0.09);
    border-radius: 13.5px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    padding: 33.75px;
    overflow-y: auto;
}

.badgepopupdiv::-webkit-scrollbar{
    width: 8.1px;
}


.badgepopupdiv::-webkit-scrollbar-thumb{
    border-radius: 6.75px;
    background-color: rgb(173, 132, 198);
}

.badgepopupdiv::-webkit-scrollbar-thumb:hover{
    background-color: rgb(188, 143, 216)
}

.badgetitlep{
    color: rgb(188, 143, 216);
    font-weight: 700;
    font-family: "roboto", sans-serif;
    font-size: 33.75px;
}

.badgeeachetitlediv{
    color: rgb(188, 143, 216);
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 20.25px;
    width: 100%;
    padding-bottom: 6.75px;
    padding-top: 16.88px;
}

.badgeeachesubtitlediv{
    color: rgb(188, 143, 216);
    opacity: 0.8;
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 16.88px;
    width: 100%;
    padding-bottom: 16.88px;
}

.badgewidecarousel{
    width: 100%;
    height: 270px;
    display: flex;
}

.badgescrollbuttoncontainer{
    display: flex;
    align-items: center;
}

.badgescrollbuttondiv{
    width: 47.25px;
    height: 47.25px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 67.5px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.badgescrollablecarousel{
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    gap: 33.75px;
    overflow-x: scroll;
}



.badgescrollablecarousel::-webkit-scrollbar{
    display: none;
}

.badgecarouselcard{
    min-width: 182.25px;
    height: 100%;
}

.badgewidecarousel::selection{
    background-color: rgba(0, 255, 255, 0);
}


.badgediv{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 128.25px;
    position: relative;
    padding-bottom: 67.5px;
}

.badgenamediv{
    color: rgb(188, 143, 216);
    font-weight: 600;
    font-family: "roboto", sans-serif;
    font-size: 18.23px;
    width: 100%; display: flex; justify-content: center;
}

.badgecardprogressdiv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 27px;
}

.badgeprogresstrack{
    background-color: rgb(89, 67, 103);
    width: 94.5px;
    height: 6.75px;
    border-radius: 6.75px;
    position: relative;
    overflow: hidden;
}

.badgeprogressthumb{
    background-color: rgb(188, 143, 216);
    width: 94.5px; /* here important */
    height: 6.75px;
    border-radius: 6.75px;
    position: absolute;
}

.badgeprogresspercentp{
    color: rgb(188, 143, 216);
    font-weight: 600;
    font-family: "roboto", sans-serif;
    font-size: 13.5px;
    padding-left: 6.75px;
}

.badgeimgcleared{
    position: absolute;
    height: 236.25px;
    top: -33.75px;
}

.badgeimglocked{
    position: absolute;
    height: 236.25px;
    top: -33.75px;
    filter: grayscale(1) brightness(100) brightness(0.15)  sepia(40%) hue-rotate(-135deg) saturate(600%) ;
}























