*{
    margin: 0;
    padding: 0;

}
html{
    font-family: sans-serif;
    line-height: 1.15;
}
body{
    font-family: 'Noto Sans', sans-serif;
    background: #441774;
    font-size: 14px;
    line-height: 21px;
    position: relative; 
    transition: 0.2s;
}

a{
    border: 0;
    cursor: pointer;
    text-decoration: none;    
    color: #fff;
    background: transparent;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none!important;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    color: #fff;
}
.home-title{        
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    display: block;
}
p{    
    line-height: 1.5;
    color: #fff;
}
input, button{
    border: 0;    
}
.title-game{
    font-family: Arial;
    background: #17064B;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #FAC609;
    text-align: center;
    opacity: 0.80;
    padding: 6px 0px 6px 0px;
}

img{    
    height: auto;
    cursor: pointer;  
}
.container{
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    box-sizing: border-box;
}

.font-bold{
    font-weight: bold;
}
.d-block{
    display: block;
}
.d-inline{
    display: inline-block;
}
.d-flex{
    display: flex;
}
.d-r-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.d-c-flex{
    display: flex;
    flex-direction: column;
}
.sp{
    justify-content: space-between;
}
.bz{
    box-sizing: border-box;
}
.p-r{
    position: relative;
}
.bg-fff{
    background-color: #fff;
}
.absolute{
    position: absolute;
    top: 50%;
}
.text-overflow{    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.text-center{
    text-align: center;
}
.m-r{
    margin-right: 10px;
}
.m-t{
    margin: 10px 0;
}
.flex-start{
    justify-content: flex-start;
}
.gif{
    width: 100%;
    text-align: center;
}
#loading_img{
    width: 32px;
    height: 32px;
    background-color: transparent!important;
}
.hidden{
    display: none;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.font-fff{
    color: #fff;
}
.flex-1{
    flex: 1;
    box-sizing: border-box;
    padding: 15px;
}
.flex-3{
    flex: 3;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #441774;
}
.al{
    align-items: center;
}
.grid-clayover{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 4px;
    grid-auto-rows: minmax(110px, auto);
    grid-auto-flow: dense;
}
.grid-3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}
