@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Panton Demo Black';
    src: url('../../assets/PantonDemoBlack.otf');
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background: #080808;
    color: #fff;
}

a{
    color: #fff;
    text-decoration: none;
}
ul{
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar{
    position: fixed;
    left: 0; 
    top: 0;

    width: 250px;
    height: 100vh;
    background: #0D0D0D;
    
    display: flex;
    flex-direction: column;
}

.logo{
    padding: 20px;

    display: flex;
    justify-content: center;
    margin-bottom: 1.5625rem;
}

.menu{
    display: flex;
    flex-direction: column;
}
.menuItem{
    display: flex;
    align-items: center;
    gap: 15px;

    padding: .9375rem 1.25rem;

    font-size: 1rem;
    color: #938F8F;
    text-transform: uppercase;
    font-weight: 500;
}
.menuItem .bx{
    font-size: 1.375rem;
}
.menuItem.active{
    color: #fff;
    background: linear-gradient(90deg,#1593EE 0%, #0e7bca 47%, #0560c0 100%)
}
.sidebarBottom{
    margin-top: auto;
    margin-bottom: 1.25rem;
}

main{
    margin-left: 250px;
    min-height: 100vh;
    padding: 1.25rem;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerLeft h2{
    font-size: 1.125rem;
    font-weight: 500;
}
.headerLeft p{
    font-size: .875rem;
    color: #636363;
}
.userProfile{
    display: flex;
    align-items: center;
    gap: 10px;
} 
.userProfile img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.userProfile span{
    font-size: .875rem;
    font-weight: 500;
}
.userProfile p{
    font-size: .75rem;
    background-image: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  
    background-clip: text;
    -webkit-background-clip: text; 
  
    color: transparent;
}
.content{
    padding-top: 1.875rem;
}
.profileUser{
    width: 100%;
    background: #0D0D0D;
    border: 1px solid #191919;
    border-radius: 5px;
}
.profileUser .banner{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
.profileInfo{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 3.125rem;
}
.userAvatar{
    border: 1px solid #fff;
    width: 120px; height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.profileInfo .username{
    font-size: 1.25rem;
    font-weight: 500;
}
.profileInfo p{
    font-size: 1rem;
    color: #636363;
}

.statsUser{
    margin-top: .9375rem;

    display: flex;
    align-items: stretch;
    gap: 15px;
    background: #0D0D0D;
    border: 1px solid #191919;
    border-radius: 5px;
    padding: .9375rem;
}
.line{
    width: 1px;
    background: #1C1B1B;
    align-self: stretch;
}
.statsBox{
    max-width: calc((100% - 84px) / 5);
    width: 100%;
    display: flex;
    gap: 8px;
}
.iconT{
    font-size: .75rem;
    font-weight: 600;
    border: 2px solid #fff;
    width: fit-content;
    height: fit-content;
    padding: .375rem;
    border-radius: 50%;
}
.icon{
    font-size: 1.875rem;
}
.iconT.fc{
    color: #F0B33F;
    border-color: #FFCE34;
}
.iconT.xp{
    color: #8F1DD2;
    border-color: #9C33D9;
}
.statsUser > .statsBox:nth-child(5) .icon{
    color: #EB9F0C;
}
.statsUser > .statsBox:nth-child(7) .icon{
    color: #DB4177;
} 
.statsUser > .statsBox:nth-child(9) .icon{
    color: #898989;
} 
.statsInfo span{
    font-size: .75rem;
    color: #636363;
}
.statsInfo h3{
    font-size: 1.125rem;
    font-weight: 500;
}
.statsInfo #role{
    background-image: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  
    background-clip: text;
    -webkit-background-clip: text; 
  
    color: transparent;
}
.homeSevereal{
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-top: .9375rem;
}
.boxSevereal{
    max-width: calc((100% - 20px) / 2);
    width: 100%;
    background: #0D0D0D;
    border: 1px solid #191919;
    border-radius: 5px;
}
.boxSevereal:nth-child(1){
    padding: .9375rem;
}
.boxSevereal h6{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 500;
}
.boxSevereal .bx{
    font-size: 1.875rem;
}
.homeSevereal .boxSevereal:nth-child(1) .bx {
    color: #F49426;
}

.topContainer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 20px;
    margin-top: 10px;
}
.topBox{
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top{
    display: flex;
    align-items: center;
    gap: 15px;
}
.top span{
    font-size: 1rem;
    font-weight: 600;
}
.user{
    display: flex;
    align-items: center;
    gap: 5px;
}
.user img{
    width: 35px; height: 35px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 50%;
}
.user #username{
    font-size: .875rem;
    font-weight: 400;
}
.xp{
    display: flex;
    align-items: center;
    gap: 10px;
}
.xp .nivel{
    font-size: .875rem;
    font-weight: 500;
    padding: .3125rem .5rem;
    border: 1px solid #AF63F0;
    border-radius: .5rem;
}
.xp p{
    color: #807C7C;
    font-size: .75rem;
}
.quoteD{
    display: flex;
    gap: 15px;
}
.quoteD .bx{
    color: #2D2D2D;
    font-size: 1.5625rem;
}
.quote{
    max-width: 390px;
    width: 100%;
}
.quote p{
    font-size: 1.25rem;
}
.quote small{
    font-size: 1rem;
    color: #636363;
}
.quoteBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 2.5rem;
}
.boxSevereal:nth-child(2) h6{
    padding: 15px 0 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 500;
}