















.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: 60px;
    width: 100%;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 700;
    font-family: "roboto", sans-serif;
    font-size: 50px;
}

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

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

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

.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: 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: "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{
    height: 50px;
    max-width: 150px;
    min-width: 100px;
    width: 100%;
    border: 1px solid rgb(188, 143, 216);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    border-radius: 10px;
    background-color: rgba(183, 58, 241, 0.121);
    cursor: pointer;
}

.timebutton{
    height: 50px;
    max-width: 150px;
    min-width: 100px;
    width: 100%;
    border: 1px solid rgb(188, 143, 216);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    border-radius: 10px;
    cursor: pointer;
}

.custominput{
    background-color: rgba(0, 255, 255, 0);
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    width: 100px;
    height: 50px;
    border: 0px;
    border-bottom: 2px solid rgb(188, 143, 216);
    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: 10px;
}

.projectionstatdiv{
    height: 150px;
    flex-grow: 1;
    font-family: "roboto", sans-serif;
    font-size: 30px;
    color: rgb(188, 143, 216);
    justify-content: center;
    align-items: center;
    display: none;
    min-width: 300px;
    max-width: 450px;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    background-color: rgba(183, 58, 241, 0.05);
}

.days{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    max-width: 150px;
    width: 150px;
    height: 50px;
    border: 0px;
    border-bottom: 2px solid rgb(188, 143, 216);
    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);
}


.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{
    max-width: 1480px;
    width: 100%;
    margin: auto;
    background-color: rgb(96, 41, 148);
    font-family: "roboto", sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

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


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























