header,footer{
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}

a{
    text-decoration: none;
    margin: 0px;    
	cursor: pointer;
    line-height: inherit;    
	-webkit-text-decoration: none;
    color: #fff;
}
a:hover{
    text-decoration: none;	
	-webkit-text-decoration: none;	
}
p{
    line-height: 1.6;
}
ol{
    margin: 0;
    padding: 0;
}
ul,ol{
    line-height: 1.6;
}
ol, ul, dl{
    padding-left: 40px;
}

select {
    width: 100%;
}
button:focus{
    line-height: 1.5;
    outline: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    border: 0px; 
}
input[type="file"], select {
    margin: 0 0 1em 0;
}

input::placeholder{
    text-transform: none;

}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

strong,
b {
    font-weight: 700;
}

body {
    margin: 0;
    color: #f9faff;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: #0c0d14;
	overflow-y: auto;
    font-size: 14px;
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media print {
    body {
        background-color: #fff;
    }
}

body::backdrop {
    background-color: #0c0d14;
}

@font-face {
    font-family: Nunito-fallback;
    size-adjust: 101.44000000000005%;
    ascent-override: 109%;
    src: local("Arial");
}

html {
    scrollbar-width: thin;
    scrollbar-color: #aaadbe;
}
html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
}
html::-webkit-scrollbar-thumb {
    background: #aaadbe;
    border-radius: 30px;
}
html::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

button {
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 900;
    color: #fff;
    margin-block: 0;
}

h1 {
    font-size: 24px;
    line-height: 31px;

}
h2 {
    font-size: 1.2rem;
}
@media (max-width: 1509.95px) {
    h2 {

        font-size: 0.875rem;
    }
}
h3 {
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(170, 173, 190);;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(170, 173, 190);;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(170, 173, 190);;
}

/*==========Class Common===============*/

.hn2315-main, .hn2315-header, .row-footer{
    width : 100%
}

.hn2315-header{
    z-index: 11;
    position: fixed;
}

.hidden {
    display: none !important;
}

.overflow_hidden{
    overflow: hidden;
}
.left{ 
    float: left;
}
.right{
    float: right;
}
.unset{
    float: unset;display: inline-block
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.hn2315Container-post {
    max-width: 850px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hn2315Container-row{
    width: 100%;
    overflow: hidden;
}

.flex{
    display: flex
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.flex-jus-center{
    display: flex;
    justify-content: center;
}

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

.flex-wrap{
    flex-wrap: wrap;
}
.flex-column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.padding_top_8{
    padding-top: 8px;
}


/*================End=======================*/


.header{
    z-index: 11;
    position: fixed;
    background: rgba(33, 34, 51, 0.9);
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    min-height: 60px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
}

.header-menu-logo{
    display:flex;
    flex-direction:row;
    padding-left:8px;
    align-items:center;
}

.menu-menu-head{
    width: 80%;
    display: none;
    flex-direction: row;
}

.menu-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item-menu{
    padding: 0 10px;
}
.item-menu a:hover{
    color: #f7e52e;
}



.hn2315Container-section{
    padding-left: 8px; overflow-x: hidden; padding-bottom: 64px; padding-top: 8px;
	    width: 100%;
}

.hn2315game-list{
    width: 20%;
}

.hn2315game-infor{
    margin: 3px;
}
.hn2315game-infor a{
    display: block;
}

.hn2315game-content{
    display: block;
    height: 130px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
}

.hn2315game-img img{
    transition: opacity .3s cubic-bezier(.5, 0, .1, 1);
    transition-delay: 0ms;
    z-index: 1;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    object-fit: cover;
}

.hn2315game-title{
    display: none;
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    margin-bottom: 8px;
    margin-left: 8px;
    z-index: 4;
    font-size: 11.2px;
    font-weight: 700;
    width: calc(100% - 16px);
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hn2315game-infor:hover  .hn2315game-title {
    display: block;
}


.hn2315game-infor:hover .hn2315game-content{
    transform: scale(1.1);
    cursor: pointer;
    border: 2px solid rgb(104, 66, 255);
    z-index: 10;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1) 0.5s;
    border-radius: 10px
}
.hn2315game-link{
    display: block;
    box-sizing:content-box; 
    margin: 2px;
    border:2px solid transparent; 
    width: 178px; 
    height:100px; 
    position: relative;
}

.hn2315game-link:hover{
    transform: scale(1.15);
    cursor: pointer;
    border: 2px solid rgb(104, 66, 255);
    z-index: 10;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1) 0.5s;
    border-radius: 10px;

}


.hn2315game-link:hover  .hn2315game-title {
    display: block;
}


.hn2315Container-main{
    margin-top: 60px;
	width:100%;
}

.padding-left-0{
    padding-left: 0!important;
}

.main-section{
    min-height: calc(100vh - 60px);
    padding-bottom: 20px;
    position: relative;  
	width: 100%;
}
.right-ads-games{
	width:380px;
	padding-right: 18px;
}
.col-play{
    width: calc(100% - 400px);
}

@media (max-width: 1199px){
	.col-play{		
		width:100%;
	}
	.right-ads-games{
		display:none;
	}
}
.main-footer{
    padding: 8px;
    min-height: 80px;
    font-size: 14px;
    content-visibility: auto;
    contain: layout paint;
    contain-intrinsic-size: 0px 32px;
    width: 100%;
    height: 100%;
    box-shadow: 0px -1px 0px #1a1b28;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-anchor: none; 
}

.padding-left-8{
    padding-left: 8px;
}
.padding-16{
    padding: 16px;
}
.tag-content-title{
    padding: 16px 16px 0px 16px
}

.tag-title{
    margin-right: 16px
}
.tag-excerpt{
    margin-top: 8px;
    color: #AAADBE;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tag-hn2315Container-popular {
    padding: 0;
    margin: 0;
    content-visibility: auto;
    contain-intrinsic-size: 168px;
    contain: layout paint;
    padding-left: 0;
    overflow: hidden;
    margin-top: 4px;
    position: relative;
    height: 168px;
}

.tag-row-popular {
    padding-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.tag-row-popular .tag-title-popular{
    align-self: flex-end;
    padding-right: 16px;
    padding-bottom: 3px;
}

.tag-content-popular {
    position: relative;
    overflow-y: hidden;
    z-index: 2;
}

.prime-carousel-ul li.prime-carousel-li {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    scroll-snap-align: center;
    vertical-align: middle;
    position: relative;
}

.prime-carousel-ul {
    margin-block-end: 0px;
    padding: 10px 8px;
    overflow: scroll hidden;
    width: 100%;
    white-space: nowrap;
    list-style: none;
    transform: translateZ(0px);
    scroll-padding: 50px;
    margin: 0px;
}

.prime-carousel-ul::-webkit-scrollbar {
    display: none;
}


.prime-carousel-ul {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.prime-carousel-width {
    width: calc(186px);
}

.prime-carousel-column {
    height: calc(112px);
    display: flex;
    flex-direction: column;
}
.prime-carousel-column a{
    display: block;
}

.tag-detail-content {
    margin-bottom: 16px;
    margin: 16px;
    content-visibility: auto;
    contain: layout paint;
    contain-intrinsic-size: 400px;
    overflow-anchor: none;
    border-radius: 10px;
    background-color: #13141E;
    height: 250px;
    position: relative;
    color: #AAADBE;
    font-size: 16px;
    /*/     
    /*/
}

.height-auto{
    height: auto;  
}

.tag-detail {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    scrollbar-width: thin;
    scrollbar-color: #AAADBE;
    padding-bottom: 60px;
}

.tag-detail-content h2, .tag-detail-content h3 {
    color: #E5E6EE;
    font-weight: 800;    
    font-size: 16px;
}

.tag-detail-content a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #A48EFF;
    font-weight: 700;
}

.tag-detail-content p {
    color: #AAADBE;
    font-size: 16px;
}

.row-footer-logo {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.row-footer-menu {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    width: inherit;
	padding: 8px;
    font-size: 15px;
}

.select-language{
    align-items:center;
    width: inherit;

}

.tag-detail::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(0,0,0,0);
}

.tag-detail::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);

}
.tag-detail::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.btn-showMoreDetail{
    position:  absolute;
    bottom: 0;
    left:0;
    right: 4px;
    background: linear-gradient(180deg, rgba(19, 20, 30, 0) 0%, #13141E 35.42%);
    height: 80px;
    padding-top: 40px; 
    padding-left: 30px;
}

.btn-showmore{
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #A48EFF;
    font-weight: 700;
}

.btn-showmore:hover{
    color: #6842FF;
}

.menu-list{
    width: 100%;
    height: calc(100% - 46px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
}

.menu-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.menu-list::-webkit-scrollbar-thumb {
    border-radius: 30px;
}

.menu-list:hover::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
}
.menu-list:hover::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.menu-list:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: rgba(0,0,0,0);
}

.menu-common{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    width: 200px;
    height: 34px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: transparent;
}

.menu-common:hover{
    cursor: pointer;
    color: rgb(204, 204, 204); 
}   
.menu-common:hover svg{
    color: rgb(108, 110, 126);
}
.menu-common:hover [class*='LabelContainer'] {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
}

.menu-common svg {
    width: 60px;
    height: 34px;
    padding: 0 19px;
    text-align: center;
    margin-left: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878A9E;
}

.menu-common .LabelContainer {
    -webkit-transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    transition: visibility 0s,opacity 0.3s,all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.menu-active{
    border-left-color: #A48EFF;
}
.menu-active svg{
    color: #A48EFF;
}
.menu-active:hover svg{
    color: #A48EFF;
}
.menu-active  .LabelContainer{
    transform: none!important;
    color: #A48EFF;
}

.menu-icon{
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
}

.btn-menu-left{
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    color: #EFF0F7;
    height: 48px;
    width: 48px;
    margin-right: 4px;
}

.btn-menu-left svg {
    height: 24px;
    width: 24px;
}


.icon-menu{
    display: inline-block;
    fill:currentcolor;
}

.iconhide{
    display: block;
}

.iconshow{
    display: none;
}

.toggle-icon .iconhide{
    display: none;
}

.toggle-icon .iconshow{
    display: block;
}


.logo-menu{
    display: flex;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: start;
    margin: 0px 8px;
    border-radius: 5px;
    overflow: hidden;
}



.logo-menu img{
    background:#0f0;
    width: 120px;
    height: 40px;
    object-fit: cover;

    transition: all 0.5s;
}
.logo-menu:hover > img{
    transform: scale(1.2) rotate(5deg);;
}

.search-menu{
    height: 40px;
    transition: all 0.1s ease-in-out;
}

.background-text{
    background-color: #46b8da;
    display: flex;
    align-items: flex-end;
}

.form-input{
    padding-left: 16px;
    border-radius: 30px;
    fill: rgb(170, 173, 190);
    height: 40px;
    position: relative;
    padding-top: 7px;
    background-color: rgb(55, 57, 82);
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    margin-right: 15px;
    width: 201px;
}

.btn-submit{
    position: absolute;
    right: 0px;
    color: rgb(170, 173, 190);
    height: 36px;
    width: 36px;
    padding: 7px 6px 6px;
    margin-top: -7px;
    background: rgba(0,0,0,0);
}
.search-form{

}
.btn-submit svg {
    height: 20px;
    width: 20px;
}
.input{   
    outline: 0px;
    width: 100%;
    background: rgba(0,0,0,0);
    color: rgb(249, 250, 255);
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
}



/*===============*/

.paging-hn2315Container{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 24px 0px;
    content-visibility: auto;
    contain: layout paint;
    contain-intrinsic-size: 50px;
}
.paging-row{
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.paging-pre, .paging-next{
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 8px 20px;
    background: rgb(104, 66, 255);
    width: unset;
    height: 50px;
    margin: 5px;
    font-size: 20px;
}

.paging-pre:hover , .paging-next:hover{
    background: rgb(134, 104, 255);
}
.paging-number{
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 8px;
    background: rgb(47, 49, 72);
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 20px;
}

.icon-pre, .icon-next{
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.name-btnpre, .name-btnnext{
    display: none;
}

.paging-number:hover {
    background: rgb(67, 69, 97);
}

.paging-number-active{
    transition: all 0.1s ease-in 0s;
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 3px solid rgb(104, 66, 255);
    padding: 8px;
    background: transparent;
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 20px;
}


/*================*/


.hn2315game-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

.hn2315game-toolbar{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    box-sizing: content-box;
    background: rgb(33, 34, 51);
    z-index: 1;
    transition: all 0.2s ease-in-out 0s;
    height: 45px;
}
.hn2315game-logo{
    box-sizing: border-box;
    padding-left: 5px;
}
.hn2315game-logo-content{
    font-size: 24px;
    height: 45px;
    margin: 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hn2315game-logo-content img{
    object-fit: cover;
	height: 35px;
}
.hn2315game-name{
    font-size: 1rem;
    font-weight: 900;
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.containner-toolbar{
    box-sizing: border-box;
    padding-right: 8px;
}
.toolbar{
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0px;
    justify-content: space-around;
}
.full-screen{
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}

.btn-fullscreen{
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 15px;
    height: 15px;
    min-height: 45px;
    display: inline-block;
    min-width: 44px;
    padding: 0px;
    color: rgb(249, 250, 255);
}
.full-screen svg{
    user-select: none;
    width: 24px;
    height: 24px;
    fill: white;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.71429rem;
}

.full-screen:hover svg{
    fill: rgb(134,104,255);
}

.play-frame{
    transition: all 0.3s ease; 
    background: #5897fb;
}

.hn2315game-similar-left,.hn2315game-similar-right,.hn2315game-similar-center{
    display: none;
}

.ads-center{
    height: 100px;
}

.advertisement{
    width: 380px; 
    display: flex;
    justify-content: center;
    display: none;

    display: none;
}

.hn2315game-similar{
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    content-visibility: visible;
}

.content-page{
    margin: 16px;
    padding: 16px;
    background: rgb(18, 18, 28);
}

.content-page p{
    line-height: 2rem;
}

.content-page li{
    line-height: 2rem;
}

.content-page a{
    -wekit-text-decoration : none;
    text-decoration: none;
    color: #A48EFF;
    font-weight: 700;
}

.content-page a:hover{
    color: #6842FF;
}

.content-search{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    min-height: 50vh;
    padding-left: 8px;
}

.MuiInput-input input{
    border-radius: 8px;
    outline: 0px;
    padding: 16.5px 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    min-height: 50px;
    border: 2px solid transparent;
    background-color: rbg(229, 230, 238);
    color: rbg(135, 138, 158);    
}

.MuiInput-input:hover input{
    background-color: rgb(239, 240, 247);
}

.MuiInput-input input:focus{
    border: 2px solid rbg(104, 66, 255);
}

.btn-search{
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px;
    background: transparent;
    color: rgb(164, 142, 255);
    height: 48px;
    width: 48px;  
}

.btn-search svg{

    height: 24px;
    width: 24px;
    display: inline-block;
    fill: currentcolor;
}

.row-hn2315game-content{
    margin-top: 16px;
}
.games-below,.no-results{
    text-align: center;
    font-size: 1rem;
}
.no-results{
    font-size: 1.2rem;
    margin: 24px 0px;
}

.hn2315game-search-return{
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    content-visibility: visible;
    margin-left: 4px;
    padding: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.hn2315game-return .hn2315game-content{
    border-radius: calc(10px);
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    contain: layout;
    z-index: 0;
    transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    background-color: rgba(255, 255, 255, 0.07);
    background-clip: padding-box;
    margin-left: 0px;
    margin-top: 0px;
    width: 178px;
    height: 100px;
    padding: 0px; 
}

.hn2315game-return:hover  .hn2315game-title {
    display: block;
}

.hn2315game-return:hover .hn2315game-content{
    transform: scale(1.4);
    cursor: pointer;
    border: 2px solid rgb(104, 66, 255);
    z-index: 10;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1) 0.5s;
    border-radius: 10px
}
.hn2315game-bottom-right{
    display: none;
    width: 372px;   
    /*/
    // 
    /*/ 
}
.gameInfoContainer{
    display: flex;
    flex-flow: row wrap;
    background-color: #1A1B28;
    border-width: 0px;
    border-radius: 8px;
    color: #fff;
    padding-right: 8px;
    padding-left: 24px;
    width: 100%;
    position: relative;
    margin: auto;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 6px;
}


.gameInfoRow{
    width: 100%;
}
.gameInfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 8px;
}

.title-game{
    padding-bottom: 8px;
    width: 100%;
}

.group-btn{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-share,.btn-embed{
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgb(55, 57, 82);
    color: rgb(249, 250, 255);
    height: 40px
}
.btn-embed{
    margin-left: 16px;
}

.btn-share:hover , .btn-embed:hover{
    background: rgb(33, 34, 51);
}

.btn-share svg, .btn-embed svg {
    display: inline-block;
    fill: currentcolor;
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.hn2315game-detail{
    max-width: 100%;
    padding: 8px 0px;
}

.hn2315game-rate{
    display: flex;
    min-height: 29px;
}

.hn2315game-rate .name{   
    color: rgb(118, 122, 142);
    width: 110px;
    flex-shrink: 0;
}
.hn2315game-rate .content{
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.mui-divider{
    margin-left: 16px;
    margin: 4px 0px 20px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.12);
    width: calc(100% - 16px);
}

.hn2315game-description{
    margin-block-end: 1em;
}
.gameInfoContainer a{
    text-decoration: none;
    color: rgb(164, 142, 255);
    font-weight: 700;
}
.gameInfoContainer a:hover{
    color: rgb(104, 66, 255);
}
.gameInfoContainer p{
    margin:0px;
}

.hn2315game-modes{
    width: 100%;
}

.hn2315game-modes h3{
    margin-block: 1em;
}

.hn2315game-modes p{
    margin: 0px;
}

.hn2315game-tag-relate{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 139px);
    margin: 16px 0px;
}
.box-tag{
    transform: scale(0.9);
}
.box-tag a{
    display: block;
}
.btn-tag-relate{
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px 8px 8px;
    background: rgb(71, 72, 83);
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 4px;
    height: 32px;
}

.btn-tag-relate:hover{
    background-color: rgb(18, 18, 28);
}

.img-tag-relate{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.img-tag-relate img{
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}
.btn-tag-relate p{
    font-size: 11.2px;
    font-weight: 700;
    color: white;
}
#popupshare,#popupembed{
    display: none;
}
.popup-share-hn2315Container{
    padding: 32px;
    position: fixed;
    z-index: 1300;
    inset: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.popup-share-backgroud{
    z-index: -1;
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-tap-highlight-color: transparent;
}
.popup-share{
    position: relative;
    padding: 8px;
    max-height: calc(100% - 64px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    outline: none;
}
.popup-share-content{
    overflow-y: auto;
    background-color: rgb(249, 250, 255);
    color: rgb(102, 106, 127);
    border-radius: 4px;
    max-width: 600px;
}

.close-popup{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
    background-color: white;
    border-radius: 50%;
    border: 4px solid rgb(249, 250, 255);
    z-index: 1;
}
.btn-close-popup{
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    background: rgb(104, 66, 255);
    color: rgb(249, 250, 255);
    padding: 0px;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.btn-close-popup:hover{
    background: rgb(134, 104, 255);
}

.btn-close-popup svg{
    margin-right: 0px;
    height: 20px;
    width: 20px;
    display: inline-block;
    fill:currentcolor;
}



.share-hn2315Container{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    margin-bottom: 32px;
}
.share-hn2315Container h1{
    margin-bottom: 16px;
    text-align: center;
    color: rgb(47, 49, 72);
}

.share-content{
    max-width: 100%;
    width: 400px;
}
.share-icon button {
    background-color: transparent;
    border: none;
    padding: 0px;
    font: inherit;
    color: inherit;
    cursor: pointer;
    margin: 0px 4px;
    transition: opacity 0.2s ease 0s;
    opacity: 0.9;
}

.share-icon button:hover{
    z-index: 2;
    opacity: 1;
}

.group-btn-share{
    padding: 0px 20px 20px;
}

.share-link{
    display: flex;
    margin-bottom: 8px;
    margin-top: 16px;
    width: 100%;
}

.share-textarea{
    border-radius: 8px;
    outline: 0px;
    padding: 16.5px 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    min-height: 50px;
    border: 2px solid transparent;
    background-color: rgb(229, 230, 238);
    color: rgb(135, 138, 158);
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.share-textarea:hover{
    background-color: rgb(239, 240, 247);
}


.share-textarea:focus{
    border: 2px solid rgb(104, 66, 255);
    background-color: rgb(239, 240, 247);
}

.btn-copy{
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgb(104, 66, 255);
    color: rgb(249, 250, 255);
    height: 50px;
    width: 100%;
    border-radius: 30px;
}

.btn-copy:hover{
    background: rgb(134, 104, 255);
}

.btn-cancel{
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: transparent;
    color: rgb(164, 142, 255);
    height: 50px;
    width: 100%;
    margin-top: 4px;
    border-radius: 30px;
}

.btn-cancel:hover{
    color: rgb(104, 66, 255);
}

.widthfull{
    width:100%;
}

@media (min-width: 1359px) and (max-width: 1559px){   
    .hn2315game-bottom-right {
        display: block;
    }
    .hn2315game-bottom-left{
        width: 950px;
    }
}

@media(min-width: 1200px) and  (max-width: 1359px){   
    .hn2315game-bottom-right {
        display: block;
        width: 186px;
    }
    .hn2315game-bottom-left{
        width: 950px;
    }
}





.name-menu-footer{
    color:#878A9E;
    text-decoration: none;
    margin: 2px 10px;
    cursor: pointer;
}
.name-menu-footer:hover{
    opacity: 0.8;
}


.icon-backtotop{
    font-size:20px; 
    padding-right: 3px;
    margin-top: -5px;
}
.btn-backtogame{
    position : fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transition: opacity 0.4s ease 0s;
    opacity: 1;
}

.opacity-0 {
    opacity: 0%;
}

.button-anim{
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgb(104, 66, 255);
    color: rgb(249, 250, 255);
    height: 50px;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 40px;
    animation-duration: 1.5s;
    animation-iteration-count: 4;
    animation-name: animation-btn;
    animation-timing-function: ease;
    width: auto;
}
.button-anim svg{
    height : 20px;
    width: 20px;
    margin-right: 1px;
    position : static;
}

.button-anim:hover{

    animation-name: none;
    background: rgb(134, 104, 255);

}

.icon-btn-backtogame{
    display: inline-block;
    fill: currentcolor;
}
@keyframes animation-btn{
    0%{
        transform: scale(1,1) translateY(0px);
    }

    10%{
        transform: scale(1.03, 0.97) translateY(0px);
    }

    30%{
        transform: scale(0.97,1.03) translateY(-30px);
    }

    50%{
        transform: scale(1,1) translateY(0px);
    }

    57%{
        transform: scale(1,1) translateY(-3px);
    }

    64%{
        transform: scale(1,1) translateY(0px);
    }

    100%{

        transform: scale(1,1) translateY(0px);
    }

}

.hn2315Container-404{
    padding: 16px; padding-left: 24px;
}



.all-tag{
    margin-top:16px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: initial;
}

.all-tag a{
    text-decoration: none;
    color: rgb(164, 142, 255);
    font-weight: 700; 
}

.all-tag a:hover{
    color: rgb(104, 66, 255);
}

.tag-link-popular{
    border-radius: 6px;
    position: relative;
    width: 178px;
    margin: 4px;
    height: 48px;
    background-color: rgb(104, 66, 255);
    color: rgb(255, 255, 255);
    transition: background-color 0.2s ease-in 0s;
    display: flex;
    flex-direction: row;
    font-weight: 700;
}
.tag-link-popular:hover{
    background-color: rgb(36,23,89);
}
.tag-link-popular img{
    height: 48px;
    width: 65px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.name-tag{
    display: flex;
    -webkit-box-align : center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 113px;
    text-align: center;
    padding: 4px;
}
.name-tag p{
    font-size: 11.2px;
    white-space: normal;
    width: 100%;
    text-align: center;
    margin-block: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5
}






.force-full-screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 220px){

}

@media (min-width: 330px){
    .hn2315game-list{
        width: 50%;
    }
}

@media (min-width: 590px){
    .hn2315game-list{
        width: 33.33%;
    }


}

@media (min-width : 600px){
    .gameInfoRow{
        padding-right: 8px;
    }
    .name-btnpre, .name-btnnext{
        display: block;
    }
    .box-tag{
        transform: scale(1);
    }
}


@media (min-width: 850px){
    .hn2315game-list{
        width: 25%;
    }
    .menu-menu-head{
        display: flex;
    }
}

@media (min-width: 1080px){
    .hn2315game-list{
        width: 20%;
    }
    .menu-menu-head{
        display: flex;
    }
}
@media (min-width: 1082px){
    .gameInfoRow{
        padding-right: 16px;
    }
}


@media (min-width:1200px){
    .advertisement{
        display: block;
    }
    .hn2315game-similar-center{
        display: block;
    }
}

@media (min-width: 1250px){
    .hn2315game-list{
        width: 16.66%;
    }
}

@media (min-width: 1280px){

    .mui-divider{
        margin-left: 0px;
    }
}

@media (min-width: 1545px){
    .hn2315game-list{
        width: 14.28%;
    }
}

@media(min-width: 1560px){
    .hn2315game-similar-left{
        display: block;
    }

}

@media (max-width: 2099px){
    .hn2315game-center{
        width: 930px;
    }
    .play-frame{
        width: 922px;
        height: 532px;
    }
}

@media (min-width: 1778px){
    .hn2315game-center{
        width: 1140px;
    }

    .play-frame{
        width: 1128px;
        height: 660px;
    }
    .hn2315game-similar{
        margin-top: calc(2px + -8px);
        margin-left: -6px;
        width: calc(100% + 12px);
    }

    .hn2315game-search-return{
        margin-top: calc(-6px);
        margin-left: -6px;
        width: calc(100% + 12px);
    }

    .hn2315game-link{
        margin: 4px;   
    }
}

@media (min-width: 1910px){
    .menu-left {
        width: 200px;
    }

    .css-26ldk7, .css-3hh4tu, .css-1ietxlh {
        margin-left: 12px;
        margin-right: 12px;
    }

    .menu-common .LabelContainer {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 2020px){
    .hn2315game-list{
        width: 12.5%;
    }
}

@media(min-width: 2100px){
    .hn2315game-similar-right{
        display: block;
    }
}

@media (min-width: 2222px){  
    .hn2315game-list{
        width: 11.11%;
    }
}


@media (min-width: 2630px){
    .hn2315game-list{
        width: 10%;
    }
}



@media (max-width: 1909){
    .menu-left{
        width: 60px;
    }
    .menu-left:hover [class*='LabelContainer'] {
        opacity: 1;
        visibility: visible;
    }

    .main-footer{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-footer-logo, .row-footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }

}

@media (max-width: 1509){
    .tag-hn2315Container-popular {
        padding-bottom: 8px;
        margin-bottom: -4px;
        contain-intrinsic-size: 148px;
        height: 148px;

    }
    .tag-row-popular {
        padding-left: 0!important;
        min-height: 21px;
    }

}

@media (max-width:1358){
    .advertisement{

        width: 186px;
    }
}

@media (max-width: 1199){
    .play-frame{
        width: calc(100vw - 60px - 24px);
        /*height: min(calc(100vh - 60px - 16px),56vw);*/
    }
    .hn2315game-center{
        width: calc(100vw - 60px - 24px);
        /*height: min(calc(100vh - 60px - 16px),56vw);*/
    }
    .gameInfoContainer{
        margin-top: 20px;
    }
}

@media ( max-width: 868){
    .gameInfoRow{
        width:100%;
    }
}

@media ( max-width: 609){

}

.css-1rcr72c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto !important;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-bottom: 8px;
}

@media (max-width: 1081px) {
	.css-1rcr72c {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		background: rgb(18, 18, 28);
		padding: 8px 16px 8px 16px;
		width: 100% !important;
	}
}
	.jq-stars {
	display: inline-block;
}

.jq-rating-label {
	font-size: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: helvetica, arial, verdana;
}

.jq-star {
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
}

.jq-star-svg {
	padding-left: 3px;
	width: 100%;
	height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
	/* stroke: #000; */
	stroke-linejoin: round;
}
	.css-hrlctq {
	text-align: right;
	margin-left: 16px;
	margin-right: 8px;
}

@media (min-width: 0px) {
	.css-hrlctq {
		line-height: 1.3;
	}
}

@media (min-width: 1082px) {
	.css-hrlctq {
		line-height: 1;
	}
}
.css-iuagh {
	font-weight: 700;
	font-size: 11.2px;
	color: #fff;
}
.css-qkofrw {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}
.css-1pnh80q {
	margin-right: 8px;
	color: #1A1B28;
	background: #FFFFFF;
	border-radius: 32px;
	padding: 0 8px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 18px;
}

.css-lpurl3{
	white-space: normal;
}
@media (min-width: 1200px){
	.css-1la1o8y li.primeCarouselLi, .css-1la1o8y .skeleton {
		width: calc((100vw - 76px) / 7.3);
		height: calc(((((100vw - (76px)) / 7.3) - 4px) * 0.5617977528089888) + 4px);
	}
}
.paginate li{
	display: inline-block;
}

.paginate {
	text-align: center;
}

.paginate a{
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #FFFFFF;
	transition: all 0.1s ease-in;
	font-weight: 800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50px;
	border: 2px;
	border-style: solid;
	border-color: transparent;
	padding: 8px;
	background: #2F3148;
	width: 50px;
	height: 50px;
	margin: 5px;
	font-size: 20px;
}
.paginate a.active {
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	font-weight: 800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50px;
	border: 2px;
	border-style: solid;
	border-color: #6842FF;
	padding: 8px;
	background: #2F3148;
	width: 50px;
	height: 50px;
	margin: 5px;
	font-size: 20px;
	border-width: 3px;
	background-color: transparent;
}
.number-pre svg{
	color: white;
}
.css-ds7ni7 a:not(.MuiButton-root) {
-webkit-text-decoration: none;
text-decoration: none;
color: #A48EFF;
font-weight: 700;
}

.css-1hmbo15 {
	border-radius: 6px;
	position: relative;
	width: 178px;
	margin: 4px;
	height: 48px;
	background-color: #6842FF;
	color: #FFFFFF;
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-weight: 700;
}
.css-1hmbo15 img {
	height: 48px;
	width: 65px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.css-t9s2qs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 113px;
	text-align: center;
	padding: 4px;
}
.css-t9s2qs p {
	font-size: 11.2px;
	white-space: normal;
	width: 100%;
	text-align: center;
	margin-block-start: 0;
	margin-block-end: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
}
.css-1hmbo15:hover{
	background-color: rgb(36, 23, 89);
}

































