*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;

}
html{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
}
body{
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #564b47;
    padding: 0;
    margin: 0;
    /*text-align: center;*/
    min-height: 100vh;
}

a{
    color: #DB7093;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition:    background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition:      background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition:         background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    border: 0;
}
p{
    margin-bottom: 10px;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none!important;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    font-weight: normal;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
input,
select,
textarea,
button {
    background-color: transparent;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
}
button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition:    background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition:      background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition:         background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}
.home-title{        
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #47db00;
    margin: 12px 0;
    text-align: center;
	letter-spacing: 2px;
    -webkit-text-stroke: 0.5px;
    -webkit-text-fill-color: #47db00;
}

input, button{
    border: 0;    
}

img{    
    height: 100%;
    cursor: pointer;  
    width: 100%;
}
.container{
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}

.font-bold{
    font-weight: bold;
}
.text-uppercase{
    text-transform: uppercase;
}
.d-block{
    display: block;
}
.d-inline{
    display: inline-block;
}
.d-flex{
    display: flex;
}
.row-direction{
    flex-direction: row;
}
.column-direction{
    flex-direction: row;
}
.flex-wrap{
    flex-wrap: wrap;
}
.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;
}
.text-center{
    text-align: center;
}

.gif{
    width: 100%;
    text-align: center;
}
#loading_img{
    width: 42px;
    height: 42px;
    background-color: transparent!important;
}
.hidden{
    display: none;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.font-fff{
    color: #fff;
}
.row{
    width: 100%;
    overflow: hidden;
}

.al{
    align-items: center;
}
.jc{
    justify-content: 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;
}





/*menu css*/
.span-titre{
    background: #951F26;
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0px;
    display: inline-block;
    /*margin-left: 20px;*/
    padding: 14px;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border: 0px solid #951F26;
}
.group-banner{
    position: relative;
    height: 185px;
    margin-top: 35px;
    margin-bottom: 20px;
    background: #EB4768;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.logo-box{
    width: 30%;
}
.a-logo{
    display: block;
    width: 100%;
    max-width: 290px;
    height: 149px;
}
.banner-box{
    width: 40%;
}
.criteria{
    padding: 15px;
}
.p-criteria{
    line-height: 2.5;
    display: block;
    border: none;
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    text-transform: capitalize;
}

/*break crumb*/
.bread-crumb{
    background-color: #1ba4d5;
    margin-bottom: 10px;
    min-height: 36px;
    padding: 0 15px;
    border-radius: 12px;
}
.row-bread-crumb{
    min-height: 36px;
}
.home{
    font-size: 12px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 5px 0;
}
.throw-ads{
    width: 100%;
    margin: 10px 0;
}
.behind-home{
    padding-right: 0;
    padding-left: 0;
}
.behind-home:before{
    content: '\00BB';
    padding-right: 10px;
    padding-left: 10px;
}
/*game-item*/

.game_item{
    margin: 10px 0;
}
.color-picker{
    margin: 0 -10px;
}
.colorer{
    width: 245px;
    min-height: 265px;
    padding: 10px;
    box-sizing: border-box;
}
.box-color{
    border: 3px solid;
    border-radius: 15px;
    overflow: hidden;
    border-color: #1ba4d5;
    background-color: #1ba4d5;
}
.color-picker .colorer:nth-child(4n+2)  .box-color{
    border-color: #d60808;
    background-color: #d60808;
}

.color-picker .colorer:nth-child(4n+3)  .box-color{
    border-color: #ff9c00;
    background-color: #ff9c00;
}

.color-picker .colorer:nth-child(4n)  .box-color{
    border-color: #9c00ff;
    background-color: #9c00ff;
}
.color-picker .colorer:nth-child(2n){
    transform: skewX(2deg);
}
.color-picker .colorer:nth-child(2n+1){
    transform: skewX(-2deg);
}

.image-box-color{
    text-align: center;
    background-color: #fff;
    padding: 12px 0;
}
.image-box-color img{
    width: 181px;
    height: 180px;
}
.title-box-color{
    height: 45px;
    /*background-color: #1ba4d5;*/
}
.title-coloring{
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-line-clamp: 1;
    line-height: 45px;
	text-transform: capitalize;
}
.pagination{
    display: block;
    overflow: hidden;
    padding: 10px 0;
}
.s_paging{
    display: flex;
    justify-content: center;
}
.go_top{
    padding: 10px 14px;
    cursor: pointer;
    border: 1px solid;
    border-color: #ccc;
    color: #111;
    margin-right: 12px;
    font-size: 13px;
    transition: 0.15s;

}
.go_top:hover{
    background-color: #1ba4d5;
    border-color: #1ba4d5;
    color: #fff!important;
}
.active_{
    background-color: #1ba4d5; 
    border-color: #1ba4d5;
    cursor: default;
    color: #fff!important;
}

/*list_category*/

.categories-box{
    background: #9900FF;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 12px;
    border-radius: 8px;
    border-top-left-radius: 12px;
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
}
.category-titre{
    display: flex;
    width: 236px;
    height: 65px;
    background-color: #ff00cc;
    justify-content: center;
    align-items: center;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-bottom-right-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.tire-category{
    color: #fff;
    font-size: 22px;
    letter-spacing: 1.5px;
    font-family: cursive;
}
.category-item{
    width: 238px;
}
.a-category{
    padding-left: 4px;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    line-height: 26px;
    border-bottom: 1px dotted #FFFFFF;
    margin-left: 24px;
    margin-right: 8px;
    margin-top: 8px;
    text-transform: capitalize;
    border-top: 1px dotted transparent;
}
.a-category:hover{
    background-color: #ff00cc;
    font-weight: bold;
    border-top: 1px dotted #FFFFFF;
}
/*game_play*/
#expand{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 4px;
    border-radius: 2px;
    transition: 0.2s;
    overflow: hidden;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
#expand:hover{
    background-color: rgba(0,0,0,0.8);
}
.each-game-category{
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 4px;
    background-color: #1ba4d5;
}
.list-category-game .each-game-category:nth-child(4n){
    background-color: #9c00ff;
}
.list-category-game .each-game-category:nth-child(4n+2){
    background-color: #d60808;
}
.list-category-game .each-game-category:nth-child(4n+3){
    background-color: #ff9c00;
}
.view-tab{
	color: #fff;
    letter-spacing: 2px;
    -webkit-text-stroke: .5px;
    -webkit-text-fill-color: #fff;
	padding: 4px 8px;
	border-radius: 3px;
	background-color: #47db00;
	
}
.view-tab:hover{
	text-decoration: underline;
}
.rate-boxer{
    width: 40%;
    min-width: 300px;
    max-width: 400px;
}
.comment-boxer{
    width: 60%;
    min-width: 300px;
    max-width: 600px;
    padding-left: 20px;
    box-sizing: border-box;
    max-height: 600px;
    overflow-y: auto;
}
#comments_area{
    color: #111!important;
}
.form-control{
    box-sizing: border-box;
    padding: 0 12px;
}
.hr{
    width: 100%;
    height: 3px;
    background-color: #000;
    margin: 15px 0;
}
.leave-comment-title{
    text-transform: uppercase;
    color: #1BA4D5;
    font-size: 18px;
    margin-top: 12px;

}
/*footer*/
.bottom-footer{
    padding-bottom: 15px;
}
.on-bottom-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.link{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
}

.link:hover{
    color: #FFFF66;
}
#back-to-top{
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1ba4d5;
    font-size: 24px;
    border-radius: 4px;
    transition: 0.15s;
}


#back-to-top:hover{
    background-color: #349fc5;
}