body {
    margin: 0;

    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #8296a5;

    text-align: left;

    background-color: #000;
}

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

a {
    color: #fff;

    text-decoration: none;

    background-color: transparent;
}

a:hover {
    color: #007bff;
    text-decoration:none;

}

/* 
Grid
*/

.grid-layout,
.grid-layout-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 150px);
    grid-template-rows: repeat(auto-fit, 150px);
    grid-auto-flow: dense;
    justify-content: center;
}

.grid-item,
.grid-item-feature {
    border-radius: 5px;

    box-sizing: border-box;
}

.span-2 {
    grid-column-end: span 2;

    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;

    grid-row-end: span 3;
}

/*End Grid*/

.site-content {
    /* background-color:#293342; */
}
.page-text{ 
    min-height:100vh
}
.site-container {
    max-width: 100%;
    min-height: calc(100vh - 32px);
}

.top-nav {
    font-weight: bold;

    background-color: #164e63;

    padding: 0;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fixed-top {
    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1030;
}

.navbar-expand-lg {
    flex-flow: row nowrap;

    justify-content: flex-start;
}

.navbar {
    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

    padding: 0;
}

.navbar-brand {
    display: inline-block;

    padding-top: 0.3125rem;

    padding-bottom: 0.3125rem;

    margin-right: 1rem;

    font-size: 1.25rem;

    line-height: inherit;

    white-space: nowrap;
}

a.nav-link {
    color: #d1dbe3 ;
}
.navbar-dark .navbar-nav .nav-link{
    color:#fff;
}
li.nav-item:hover {
    background-color: #fffd68; 
    border-radius: 10px; 
}
li.nav-item:hover a{
    color:#000 !important;
}
.transition-positon:hover{
    transition-duration: 0.3s;
    transform: scale(1.01) translate(0px, -4px);
}

.loading {
    background: url(../images/comments/icon_loader.gif) 0 0/100% auto no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: none;
    clear: both;
    z-index: 1000;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.load-page {
    background: #ccc;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 0.65;
    display: none;
}

.text-white {
    color: #fff !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.copyright {
    background-color: #120e31;
}

.text-center {
    text-align: center !important;
}

.footer {
    padding-top: 1.2rem;

    padding-bottom: 1.2rem;

    background-color: #164e63;
}

img.small-thumb {
    border-radius: 10px;
    height: 135px;
    width: 135px;
    object-fit: cover;
    object-position: center;
}
img.xsmall-thumb {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
    min-height: 110px;
    min-width: 110px;
    object-fit: cover;
    object-position: center;
}
img.big-thumb {
    border-radius: 10px;
}
img.icons {
    width: 30px;
    height: 30px;
}
a:hover .list-game {
    z-index: 10;
}
.list-tile a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    transition: background ease 0.3s, border linear 0.3s;
    box-sizing: border-box;
}
.list-thumbnail {
    position: relative;
}
.list-tile a:hover .game-title {
    opacity: 1;
}
.list-content {
    padding: 0px;
}

.list-game {
    border-radius: 5px;
}

.grid-layout .list-title {
    overflow: hidden;

    margin: 0.35714em;

    color: #fff;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: center;

    position: relative;

    bottom: 65px;

    margin-bottom: -53px;

    opacity: 0;

    font-weight: bold;
}

.grid-layout .list-game:hover > .list-title {
    opacity: 1;

    transition: all 0.5s ease;
}
/*
.list-thumbnail:hover {

    opacity: 0.5;

    transition: all 0.5s ease;

}*/
.grid-item a:hover .list-game,
.grid-item-feature a:hover .list-game {
    z-index: 10;
    transform: scale(1.2);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 50px #000;
}
.grid-item a:hover .game-title,
.grid-item-feature a:hover .game-title {
    opacity: 1;
}
.game-title {
    overflow: hidden;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgb(0 0 0 / 70%) 0,
        rgba(255, 255, 255, 0) 85%
        );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 10px 2px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 14px;
}
.grid-item a,
.grid-item-feature a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    transition: background ease 0.3s, border linear 0.3s;
    box-sizing: border-box;
}
.list-game {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.grid-item img,
.grid-item-feature img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.span-2 img {
    width: 310px;
    height: 310px;
}

.grid-wrapper {
    margin-bottom: 30px;
}

.game-container {
    min-height:100vh;
}

.list-category {
    position: absolute;

    bottom: 5px;
}

h1.single-title {
    font-size: 1.75rem;
}

.single-title { 
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.single-info-container {  
    margin-bottom: 20px;
    background: #1f2937;
    padding: 12px;
    border-radius:12px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.single-info-container img{
    width:100px;
    height:100px;
    object-fit:cover;
}

.single-icon {
    background-color: #29254f;

    margin-right: 10px;

    padding: 8px 16px;

    border-radius: 15px;

    display: inline-block;

    margin-bottom: 10px;
}

.social-share {
    position: relative;

    top: -2px;

    margin-right: 10px;

    display: inline-block;
    margin-top:12px;

    margin-bottom: 12px;
}

.social-icon {
    width: 38px;

    height: 38px;
}

.sidebar {
    display: block;
}
.widget .main-comnent {
    min-height: 360px;
    max-height: 350px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow-y: auto;
}
.widget .main-comnent::-webkit-scrollbar {
    width: 6px;
    border-radius: 30px;
}
.widget .main-comnent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: rgba(75, 128, 201, 1);
    opacity: 0.9;
}

.sidebar .list-tile {
    padding-left: 3px;

    padding-right: 3px;
}

.sidebar .list-game {
    margin-bottom: 8px;
}

.page-title {
    font-weight: bold;

    margin-top: 20px;
}

h1.singlepage-title {
    font-size: 1.75rem;
}

.singlepage-title {
    padding-bottom: 10px;

    font-weight: bold;
}

.page-content,
.game-content {
    margin-bottom: 30px;
}

.site-logo {
    padding: 5px;
    height: auto;
    width: 160px;
    object-fit: cover;
}

.nav-categories {
    background-color: #111827;

    white-space: nowrap;
}

h3.item-title {
    font-weight: bold; 
    font-size: 1.3rem; 
    margin: 20px 0; 
    display: block;  
    color: #cbdbe3; 
    padding: 10px 20px;
    text-align:center;
    border-radius: 10px;
}

.item-title i,
.single-icon i,
h4 i {
    margin-right: 9px;
}

ul.list-categories {
    list-style-type: none;

    margin: 0;

    padding: 0;

    overflow: hidden;
}

.list-categories li {
    float: left;

    display: block;

    text-align: center;

    padding: 8px 16px;

    text-decoration: none;
}

.list-categories li:hover {
    background-color: #007bff;

    color: #fff;
}

nav.greedy {
    position: relative;

    display: flex;

    align-items: center;
}

button:focus {
    border: unset;
}

nav.greedy button {
    padding: 6px 16px;

    text-decoration: none;

    border: none;

    background-color: #6b7280;

    color: #fff;
}

nav.greedy button.hidden {
    transition: none;

    border-right: 0.5rem solid #b6b6b6;

    width: 0;

    padding: 0;

    overflow: hidden;

    display: none;
}

nav.greedy button::after {
    content: attr(count);

    display: inline-flex;

    width: 30px;

    height: 30px;

    align-items: center;

    justify-content: center;

    background: #fc0;

    color: #111827;

    border-radius: 50%;

    font-size: 14px;

    line-height: 14px;

    margin-left: 1rem;

    margin-right: calc(-1rem + -8px);
}

ul.links {
    display: flex;

    flex: 1;

    overflow: hidden;
}

ul.links li {
    flex: none;
}

ul.hidden-links {
    position: absolute;

    background: #111827;

    right: 0;

    top: 100%;

    z-index: 1;

    text-align: left;

    list-style: none; 

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

    padding-left: 0;

    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
}

ul.hidden-links li {
    padding-right: 2rem;
}
.list-categories li:hover{
    background-color: #007bff;
}
.list-categories li a:hover{ 
    color: #111827;
}
.current-menu-item{
    background-color: #007bff;
    color: #fff;
}
ul.hidden-links a {
    color: #fff;
}
ul.hidden-links img{
    width:30px;
    height:30px;
    object-fit:cover;
}
ul.hidden-links a:hover {
    color: #ffffff;
}

ul.hidden-links.hidden {
    display: none;
}

ul.hidden-links li {
    padding: 1rem;

    min-width: 220px;
}

ul.hidden-links li:hover {
    background-color: #007bff;
    color: #fff;
}

ul.cat-list {
    margin-top: 12px; 
    list-style:none;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:12px;
    margin-block-start : 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    flex-flow : row wrap;
}
ul.cat-list li{
    margin:12px 0;
}
.single-description .cat-link {
    padding: 8px 16px;

    background-color: #fffd68;

    margin-right: 10px;

    border-radius: 15px;
    color:#000;
}

h4.widget-title {
    font-weight: bold;

    height: auto;
    padding-bottom: 10px;

    font-size: 26px;

    border-bottom: 1px solid #ffcc00;

    margin-bottom: 20px;

    font-size: 1.3rem;

    color: #cbdbe3;
}
.single-description{
    background:#1f2937;
    padding:12px; 
    color:#fff;
	box-shadow: #00ff0094 1px 1px 12px 0;
}
.single-description h2,.single-description h3,.single-description a{
    color:#fffd68;
} 
.single-description p{
    font-size:17px;
    line-height:1.7;

}
.sidebar .row {
    margin-right: 0;

    margin-left: 0;
}

.sidebar .widget {
    /* padding-top: 18px; */
}

.bottom-container {
    margin: 30px 0;
}

.banner-ads {
    text-align: center;
}

img {
    max-width: 100%;
}

.content-wrapper {
    margin-top: 10px;
}

.pagination-wrapper {
    margin-bottom: 30px;
}

.page-link {
    color: #fff;

    background-color: #164e63;

    border: 1px solid #656097;
}

.page-link:hover {
    color: #fff;

    background-color: #007bff;

    border-color: #656097;
}

.page-item.disabled .page-link {
    color: #fff;

    background-color:#007bff !important;

    border-color: #8985aa;
}

.game-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 645px;
    border:2px solid #111827;
}
.form-control.error{
    border:2px solid #FF7B00 !important;
}

.game-iframe {
    position: absolute;

    top: 0;

    left: 0;

    bottom: 0px;

    right: 0;

    width: 100%;

    height: 100%;
}

.nav-item {
    margin: 0 5px;
}

.search-bar {
    margin-left: 10px;
}

@media (max-width: 992px) {
    #navb {
        margin: 15px 0;
    }

    .nav-item {
        margin: 0 10px;
    }

    li.nav-item:hover {
        background-color: #007bff;

        border-radius: 0px;

        padding-left: 10px;
    }
}

@media (max-width: 1440px) {
    .site-container {
        padding: 0;
    }
}

input.search {
    background-color:#6b7280;

    border-color:#164e63;
}
input.search::placeholder{
    color:#fff;
}
.form-control.search:focus{
    background:0;
    color:#fff;
    border:;
}

.btn-search {
    background-color:#00ff00;
    color:#000;
}
.btn-search:hover{
    color:#fff;
}

.stats-vote {
    margin-left:auto;
    margin-right:24px;
}

.stats-vote i {
    font-size: 30px;

    padding: 6px;
}

.stats-vote i:hover {
    color: #1abc9c;

    cursor: pointer;
}

.header-left {
    margin-left:12px;
}

.header-right {
    display: inline-block;

    float: right;

    margin-left: 30px;
}

.vote-status {
    font-size: 18px;

    font-weight: bold;
}

/* Post list */

.post-item {
    margin-bottom: 3rem !important;
}

.post-media {
    display: flex;

    align-items: flex-start;
}

.post-thumb {
    display: flex;

    margin-right: 1rem;
}

.post-thumb img {
    max-width: none;
}

.post-title {
    margin-bottom: 0.25rem;

    font-weight: bold;

    font-size: 1.5rem;
}

.post-meta .date {
    color: #8f8f8f;

    font-size: 0.8125rem;
}

.post-meta {
    color: #8f8f8f;
}

.blog-list {
    margin-top: 30px;
}

@media (max-width: 576px) {
    .blog-list .post-thumb {
        display: none;
    }
}

.copyrightGame {
    background-color: #060513;
}
li.li3 {
    list-style-type: none;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}
.wide-ad {
    height: 350px;
    margin-bottom: 20px;
}
/* .top-nav { */
/* background-image: url(../images/header_bg.png); */
/* } */
element.style {
    padding-top: 78.125%;
}
/* .game-iframe-container { */
/* top: 20px; */
/* } */
div#nav_bar1 {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: relative;
    background: #111827;
    box-sizing: content-box;
    user-select: none;
}
.navbar1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.navbar1 ul li img {
    width: 36px;
}
.navbar1 ul li {
    list-style-type: none;
}
.navbar1 li a i{
    font-size:24px;
}
.navbar1 ul .li1 {
    float: left;
    list-style-type: none;
}
.navbar1 ul .li2 {
    float: right;
    list-style-type: none;
    height: 30px;
    width: 30px;
    justify-content: flex-end;
    margin-top: 4px;
    margin-right: 12px;
}
.navbar1 ul .li2 i#downvote {
    margin-top: -5px;
}
.navbar1 ul .li2 i#upvote {
    margin-top: -5px;
}
.navbar1 ul li a {
    color: #fff;
}
#button1 {
    display: inline-block;
    background-color: #fffd68;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button1::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #000;
}
#button1:hover {
    cursor: pointer; 
    color: #111827;
}
#button1:active { 
}
#button1.show {
    opacity: 1;
    visibility: visible;
}
.login-logo.text-center img {
    height: 79px;
    width: 93px;
}
.login-body {
    background-color: #120e31;
}
.site-logo:hover {
    transform: scale(1.1);
    transition: all ease 500ms;
}
.ads-top-txt {
    text-align: center;
    margin: 0;
    height: 30px;
}
.ads-top-txt span {
    font-size: 12px;
    color: #cbdbe3;
}
@media screen and (min-width: 1281px) {
    .ads-class {
        height: 120px;
    }
    .ads-class-home {
        height: 120px;
    }
    .ads-kare {
        height: 280px;
        margin-bottom: 20px;
    }
    /* .navbar { */
    /* height: 120px; */
    /* } */
    .long-ads {
        min-height: 700px;
    }
    .buttom-ads {
        min-height: 200px;
    }
    .bottom-container {
        height: 270px;
    }
    .nav-categories {
        height: 46px;
    }
    .action-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .ads-class-home {
        height: 270px;
    }
    .ads-class {
        height: 270px;
    }
    .ads-kare {
        height: 270px;
    }
    li.li3 {
        visibility: hidden;
        display: none;
    }
}
img[alt~="rating"] {
    height: 16px;
    width: 105px;
}
.footer-2 {
    font-size: small;
}
.fa-facebook {
    background: #3b5998;
    color: #fff;
    padding: 20px;
}
.fa-twitter {
    background: #55acee;
    color: #fff;
    padding: 20px;
}
.more_game {
    text-align: center;
}
#load-more {
    background-color: #211e3f;
    color: #73a4c9;
}
#load-more:hover {
    background-color: #90c0e5;
    color: #fff;
}
ul.links li img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}
h3.h3game {
    font-size: 1.2rem;
    color: #fff;
}
#comment_button {
    background-color: #211e3f;
    color: #73a4c9;
}
#comment_button:hover {
    background-color: #90c0e5;
    color: #fff;
}
body.login-body {
    background-color: #120e31;
}

.title-top{
    display:flex;
    justify-content:space-between;
    align-items:center; 
}
.link-games
{
    background: #000;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 22%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #00ff00;
    border: 2px solid #00ff00;
    text-decoration: none;
    transition: all .3s;
    margin:12px auto;
}

.link-games:hover{
    text-decoration:none;
    transform: scale(1.1);
    color:#00ff00;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.nav-footer-items{
    list-style: none;
    display:flex;
    justify-content: center;
    align-items:center;
    margin-right:-12px;
    margin-right:px;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    gap:50px;
}
.nav-footer-item{
    margin-right:12px;
}
.nav-footer-item a:hover{
    text-decoration:none;
}

.vote-block-info {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    margin-bottom: 18px;
}
.vote-block-info ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 0 !important;
}
.vote-block-info .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 14px;
    float: left;
    vertical-align: middle;
    background: none !important;
}
.vote-block-info ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative;
}
.vote-block-info .rating li {
    display: block;
    width: 15px;
    height: 14px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 10;
}
.vote-block-info ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../images/rating-info.png);
}
.vote-block-info ol.show-current li.current span {
    display: block;
    height: 14px;
    width: 0;
    background: inherit;
    background-position: 0 -28px;
}
.sidebar .box-comment{
    background:#1f2937;
    color:#fff;
	box-shadow: #00ff0094 1px 1px 12px 0;
}
textarea,input ::placeholder{
    color:#fff;
}
.sidebar .form-default .form-control{
    background:#6b7280;
    color:#fff;
}
.sidebar .form-default input.form-control::placeholder ,.sidebar .form-default textarea.form-control::placeholder{
    color:#fff;
}
.sidebar .confir_res .text{
    color:#fff;
}
.sidebar .confir_res .checkmark{
    background: #ffffff;
}
.sidebar .confir_res .checkmark:after{ 
    border: solid #111827;
    border-width: 0 2px 2px 0;
}.sidebar span.disabled{ 
    background:#111827 !important;
}
.sidebar .box-comment .header-comment .sort .list{
    background:#111827;
}
.iframe-container{ 
	 box-shadow: #00ff0094 1px 1px 12px 0;
}

/* End all.css */
.animated.delay-4s{
    animation-delay: 4s; 
} 
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;

}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
} 