@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


html, body {
    min-height: 100%;
    margin: 0;
    display: block;
    font-size: 0;
/*    scroll-behavior: smooth;*/
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    
}

:root {
    --main : #01263D;
    --secondary: #F2F2F2;
    --accent: #CF2E2E;
    --sys-main: #4D5E80;
    --sys-light: #b6bbc5;
}

section {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction:column;
/*    overflow: hidden;*/
	box-sizing: border-box;
}
pre {
    font-family: 'Roboto', sans-serif;
    color: var(--sys-main);
    font-weight: 400;
    white-space: break-spaces;
    max-width: calc(100% - 64px);
}

h1 {
    color: var(--accent);
    font-size: 4vw;
    margin: 0;
    font-weight: 800;
}

h2 {
    color: var(--main);
    font-size: 1.8vw;
    margin-top: 32px;
    margin-bottom: 0;
}

h4 {
   color: var(--main);
    font-size: 0.7vw;
    margin-top: 8px;
    font-weight: 400;
}

menu {
    background-color: #f2f2f2;
    position: absolute;
    display: flex;
    justify-content: end;
    top:0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
}

menu nav ul {
    display: flex;
}

menu nav a {
    color: #01263d;
    padding: 12px 24px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

menu nav a:hover {
    background-color: #ebebeb;
}

.fold {
    background-color: var(--secondary);
    margin: 0 auto;
    background-image: url(../images/top_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fold .top_content {
    margin-top: -184px;
    text-align: center;
    line-height: 1;
}

.fold .cta {
    color: white;
    background-color: var(--accent);
    display: inline-block;
    font-size: 1.8vw;
    border-radius: 50px;
    padding: 16px 72px;
    margin-top: 7vh;
}

.fold .scroll {
    background-image:url(../images/Scroll.svg);
    width: 30px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 24px;
    animation: float 2s ease-in-out infinite;
}

.fold .ads_logo {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
}

.fold .ads_logo img {
    height: 32px;
}

.fold .ads_logo .logo_text {
    font-size: 16px;
    margin-left: 12px;
    color: rgb(255 255 255 / 76%);
}

/******************/

.second {
    
display: flex;
    
align-items: center;
    
flex-direction: column;
    
justify-content: space-between;
    
background-color:white;
}

.second .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;    
    background-repeat: no-repeat;
    background-size: 100%;
}

.top .content {
    background-color: var(--main);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 64px
}

.top img {
    width: 100%;
}

.more {
    bottom: 24px;
    font-size: 2.4vw;
    color: white;
    display: flex;
    justify-content: space-between;
    width: 60vw;
}

.second .mid {
    text-align: center;
}

.second h4 {
    font-size: 1.4vw;
    color: white;
    align-items: center;
    margin-bottom: 0;
}

.second h3 {
    font-size: 2vw;
    margin-bottom: 64px
}

.icons {
    display: flex;
    justify-content: space-between;
    width: 50vw;
    margin-bottom: 128px
}

.item {
    text-align: center;
    max-width: 11vw;
}

.item .img {
    width: 100%;
    height: auto;
    aspect-ratio:14/13;
}

.item img {
    width:100%
}

.item .text {
    font-size: 1vw;
    margin-top: 24px;
}

/***********/

.bottom {
    background-color: var(--accent);
    background-image: url(../images/red_bg_top.svg);
    background-position: 0 0 200px 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: flex-start;
    overflow: inherit!important;
}

.who {
    background-image: url(../images/who_bg.svg);
    background-size:cover;;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 80px 64px 80px;
    width: auto;
    max-width: 28vw;
    aspect-ratio: 888/852;
    margin-top: 24px;
    z-index: 99;
}

.who h4 {
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 600;
}

.who .text {
    font-size: 1vw
}

.games {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.games .header {
    display: block;
    margin-top: 0px;
}

.games .header img {
    width: 100%;
}

.games h3 {
    font-size: 1.2vw;
    color: white;
}

.button, .cta {
    text-decoration: none;
    cursor: pointer;
}

.games .button {
    font-size: 1.1vw;
    color: var(--accent);
    background-color: white;
    padding: 8px 64px;
    border-radius: 24px;
    display: inline-block;
    font-weight: 600;
}

.games .items {
    display: flex;
    flex-direction: row;
    margin: 24px;
}

.games .row {
    font-size: 0.9vw;
    color: white;
    display: flex;
    align-items: center;
    margin: 12px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.game-container {
/*    display: flex;*/
    flex-wrap: nowrap;
    max-width: 800px;
    overflow: hidden;
/*    overflow-x: scroll;*/
    padding: 4px;
    margin-bottom: 24px;
}

.game {
    display: inline-block;
/*    max-width: 120px;*/
/*    width: 120px;*/
    aspect-ratio:1/1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: #fff 2px solid;
    border
    text-align: center;
    flex:none;
    margin: 0 4px;
    box align-self: auto;
    text-align: center;
}

.game img {
    width: 100%;
}

.game-name {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    background-color: #000000b9;
    color: white;
    width: 100%;
    padding: 6px 0
}

/* width */
.game-container::-webkit-scrollbar {
  height: 4px;
}

/* Track */
.game-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.game-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.game-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.row .img {
    min-width: 100px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10vh 0;
}

.footer h1 {
    font-size: 2vw;
    color: #000326;
    margin-bottom: 48px;
    text-align: center;
}

.footer .button {
    font-size: 18px;
    color: white;
    background-color:var(--accent);
    border-radius: 50px;
    padding: 8px 106px;
    line-height: 1.3;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all;
    position: relative;
    border: 0;
}

.form[data-loading] .button {
    padding: 8px 0;
}

.form[data-loading] .button .label {
    opacity: 0;
    display: block;
}

.form[data-loading] .button .load {
    position: absolute;
	width: 32px;
	height: 32px;
    left: 12%;
	top: 50%;
	margin-top: -16px;
	opacity: 1;
	background-image: url(https://s3.amazonaws.com/platform.monsteraplay.com/images/load.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/******** SLIDER *********/

@-webkit-keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-140px * 7));
transform: translateX(calc(-140px * 7));
}
}
@keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-138px * 7));
transform: translateX(calc(-138px * 7));
}
}
.slider {
background: pr;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
height: 130px;
margin: auto;
overflow: hidden;
position: relative;
/*width: 960px;*/
    max-width: 882px;
}

.slider .slide-track {
-webkit-animation: scroll 40s linear infinite;
animation: scroll 40s linear infinite;
display: flex;
width: calc(140px * 14);
}
.slider .slide {
height: 126px;
width: 126px;
}

/********* Form **********/

.form {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px
}

.field {
    display: flex;
    flex-direction: column;
}

.field label {
    font-size: 12px;
    margin-bottom: 4px;
    margin-left: 16px;
    position: relative;
}

.field.mend label:after {
    content: "*";
    font-size: 56px;
    line-height: 0px;
    position: absolute;
    top: 23px;
    right: 10px; 
}

.field input, select {
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 24px;
    border: 2px solid var(--main);
/*    width: 14vw*/
}

.form .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form .line h4 {
    margin: 0;
    font-size: 12px;
}

.form .load {
    
}

.form_alerts {
    width: 100%;
}

.form_alerts .line {
    display: block;
}

.alert_green, .alert_red {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 24px;
    font-weight: 600;
}

.alert_green {
    color: var(--main);
}

.alert_red {
    color: var(--accent);
}

input.error_border {
    border-color:var(--accent);
}



/********** FOOTER **********/

footer {
    display: flex;
    justify-content: space-around;
    background-color: var(--main);
    padding: 32px 0;
}

footer nav {
    display: flex;
    justify-content: space-around;

}

nav a, nav span {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 12px 32px;
    cursor: pointer;
}

/************ TERMS **********/

.terms {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #000000d9;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
}

.terms.display_on {
    display: flex;
}

.terms .box {
    display: flex;
    background-color: #f1f1f1;
    padding: 64px;
    border-radius: 24px;
    flex-direction: column;
    max-width: 60vw;
    max-height: 60vh;
    position: relative;

}

.terms .box h1 {
    margin-bottom: 32px;
}

.terms .box .text {
    font-size: 0.8vw;
    line-height: 1.6;
    overflow-y: auto;
    overflow-x: hidden;
}

.terms .box .close {
    width:64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--accent);
    font-size: 42px;
    font-weight: 800;
    color: white;
    position: absolute;
    top: -24px;
    right: -24px;
    cursor: pointer;
}

ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}

ol li {
    display: table;
    counter-increment: item;
    
}

ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 10px;
}

li ol li:before {
    padding-right: 10px;
    content: counters(item, ".") " ";
}

.terms .title {
    font-weight: 600;
}

/********** ANIMATION ********/

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

/********* RESPONSIVE *********/

@media only screen and (min-height: 1000px) {
    .bottom {
        min-height: auto;
        padding-bottom: 216px;
    }
    
}

@media only screen and (min-width: 1300px) {
    .games .header img {
        width: 50vw;
    }
}

@media only screen and (max-width: 1300px) {
    .terms .box .text {
        font-size: 1.4vw;
    }
    .game-container {
        max-width: 600px;
    }
}

@media only screen and (max-height: 768px) {
    .games .header img {
        max-width: 470px;
    }
    .second .top {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 820px) {
    
    .terms .box .text {
        font-size: 2.3vw
    }
    
    section {
        height: auto!important;
    }
    
    .game-container {
        max-width: 100vw;
    }
    
    .games .items {
        flex-direction: column;
        margin: 24px 0;
        max-width: 90vw;
    }
    
    .fold .top_content {
        text-align: left;
        line-height: 1;
        padding-left: 24px;
        margin-top: -30vh;
    }
    
    h1 {
        font-size: 15vw;
    }
    
    h2 {
        font-size: 7vw;
    }
    
    h4 {
        font-size: 3vw;
    }
    
    .terms .box h1 {
        font-size: 5vw;
        margin-bottom: 0px
    }
    
    .fold .cta {
        font-size: 4.8vw;
    }
    
    .second {
        background-position: 0px 100px;
    }
    
    .second h3 {
        font-size: 5vw;
        margin-top: 64px;
    }
    
    .second .top {
        min-height: 100px;
        justify-content: center;
        padding-top: 0px;
    }
    
    .more {
        width: 100%;
        font-size: 5.4vw;
        flex-direction: column;
        align-items: center;
        padding-bottom: 12px;
    }
    
    .second h4 {
        font-size: 3.4vw;
        margin: 0 0 30px 0;
    }
    
    .icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        width: 100%;
        justify-items: center;
        margin-bottom: 24px;
    }
    
    .item {
        max-width: 100%;
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .item .img {
        width: 60%;
    }
    
    .item .text {
        font-size: 4vw;
    }
    
    .bottom {
        background-image: url(../images/mobile_red.jpg);
        align-items: center;
        flex-direction: column;
        background-position: center;
        background-color: var(--accent);
        background-size: contain;
    }
    
    .who {
        max-width: inherit;
        aspect-ratio: auto;
        background-color: #f2f2f2;
        padding: 64px 32px;
        display: block;
        margin-top: 0;
    }
    
    .who h4 {
        font-size: 8vw
    }
    
    .who .text {
        font-size: 3.9vw;
    }
    
    .games {
        background-color: var(--accent);
        padding-bottom: 42px;
    }
    
    .games .header {
        max-width: 80%;
    }
    
    .games h3 {
        font-size: 4.2vw;
    }
    
    .games .button {
        font-size: 4.1vw;
    }
    
    .games .row {
        font-size: 3.8vw;
        padding: 0 24px;
    }
    
    .footer h1 {
        font-size: 4vw;
    }
    
    .form, .form form {
        display: block;
    }
    
    .field {
        margin-top: 24px;
        padding: 0 12px;
    }
    
    .field input {
        width: auto;
    }
    
    .footer .button {
        font-size: 5vw;
        padding: 8px;
        width: 100%;
        text-align: center;
        margin: 0 12px;
        cursor: pointer;
    }
    
}

@media only screen and (max-height: 600px) {
    
    .top .content {
        padding-top: 32px;
    }
    .second .mid {
        margin-top: -30px;
    }
        
}

@media (max-width: 800px) and (max-height: 600px) {
    .games .header img {
        max-width: 470px;
    }
    
    
}

@media (max-width: 800px) and (max-height: 500px) {
    .section {
        height: auto!important;
    }
    
    
    
}

@media only screen and (min-width: 820px) {
    
    .games {
        max-width: 50vw;
    }
    
}

@media only screen and (max-width: 600px) {
    
	
	
    .form, .form form {
        width: 100vw;
    }
    
    .footer h1 {
        margin-bottom: 6px;
    }
    
    .footer h4 {
        font-size: 2.6vw;
        margin-bottom: 48px;
        margin-top: 0;
    }
	
	
    
}

@media only screen and (max-width: 820px) and (orientation: portrait) {

    .fold {
        background-image: url(../images/mobile_top.jpg);
    }

}
@media only screen and (max-width: 420px) {
    .game-name {
        font-size: 11px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 820px), screen and (orientation: portrait) {
    
    h1 {
        font-size: 60px;
    }
    
    
    
}

@media screen and (max-width: 820px) and (orientation: landscape) {
    
    
    .fold {
        align-items: flex-start;
    }
    
    .fold .top_content {
        margin-top: 0;
    }
    
    .fold h1 {
        font-size: 6vw;
        
    }
    
    .fold h2 {
        font-size: 3.4vw;
        margin-top: 4px;
    }
    
    .fold h4 {
        font-size: 2vw;
    }
    
    .fold .cta {
        font-size: 1.8vw;
    }
    
    .fold .scroll {
        width: 100vw;
        background-position: center;
        height: 36px;
        bottom: 12px;
    }
    
    .more {
        flex-direction: row;
        font-size: 3.4vw;
        justify-content: space-around;
    }
    
    .second h4 {
        font-size: 2.4vw;
    }
    
    .second h3 {
        font-size: 4vw;
    }
    
    .item .img {
        width: 40%;
    }
    
    .item .text {
        font-size: 2.2vw;
    }
    
    .who {
        padding: 32px 24px;
    }
    
    .who h4 {
        font-size: 5vw;
    }
    
    .who .text {
        font-size: 2.4vw;
    }
    
    .games .row {
        justify-content: flex-start;
    }
    
    .games .row {
        font-size: 2.3vw;
    }
    
    .bottom {
        background-position: unset;
    }
  
}


/*******************************/
/************ ADMIN ************/
/*******************************/



.sys, .cpanel {
    background-color: #F7F8FA;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
}

h1, h2, h3, h4 {
    text-transform: capitalize;
}

.sys .logo {
    height: 50px;
}

.sys .logo img {
    height: 100%;
}

.sys.login .logo {
    height: 140px;
    margin-top: 0px;
    margin-bottom: 48px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
}
 
::-webkit-scrollbar-thumb {
  background-color: #EDEFF2;
  outline: 1px solid #fff;
}

.game-table, .left-small, .right-small, .client-panel .left-side, .client-panel .right-side {
    scrollbar-width: thin;
}

thead {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 99;
}

.click_icon {
    cursor: pointer;
    filter: grayscale(1);
}

.click_icon:hover{
    filter: grayscale(0);
}

.with-button .click_icon img {
    height: 24px;
    margin-left: 16px;
}

.med-icon img {
    height: 24px;
}

.sys section {
    width: 100vw;
    display: flex;
    flex-direction: inherit;
    padding-top: 60px;
    min-height: auto;
    max-height: calc(100vh - 45px);
    color: var(--sys-main);
    overflow: hidden;
    scrollbar-width: thin;
}

.sys a, .sys h2 {
    color: var(--sys-main);
    text-decoration: none;
}

.sys input[type="text"], input[type="search"], input[type="password"], .sys select, textarea, .sys input[type="email"], .sys input[type="number"] {
    font-family: 'Roboto', sans-serif;
    color: var(--sys-main);
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    font-size: 12px;
    width: 100%;
    outline: none;
}

.sys input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, .sys select:focus, textarea:focus, .sys input[type="email"]:focus {
    border: 1px solid #3361FF;
}

.sys select {
    padding: 7px;
}

textarea {
    resize: vertical;
    height: 100px;
}
textarea.code-area {
    font-family: monospace;
}

select {
    padding: 8px 16px;
}

.sys .left-side .search {
    position: relative;
    flex: auto;
    margin: 8px 0;
}

.sys .search {
    position: relative;
}

.sys .search .fake-icon {
    position: absolute;
    left: 8px;
    top: 8px;
}

.sys .search input {
    padding: 8px 32px;
}

.sys .with-button .search {
    width: 100%;
}

/********** LOGIN *********/

.login .logo {
    height: 100px;
    margin-bottom: 48px;
}

.login .logo img {
    height: 100%;
}

.login.sys section {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.login.sys .left_side section {
    justify-content: space-evenly;
}

.login h1 {
    font-size: 1.4vw;
    color:var(--main);
}

.login-box {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 16vw;
    align-items: center;
    padding: 48px 32px;
    border-radius: 4px;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
    margin-top: 24px;
}

.login-box form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-box .line {
    margin-bottom: 12px;
}

.login-box label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #818181;
}

.login-box h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
}

.login-box h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #818181;
    text-transform: none;
    margin-bottom: 4px;
}

.sys .login-box .button {
    text-align: center;
    padding: 8px 0;
    margin-bottom: 4px;
}

.sys .login-box .button:hover {
    text-decoration: none;
}

.login-box a {
    color: white;
    text-decoration: none;
    display: block;
}

.sys .small-link {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 12px;
    color: #585858;
    text-decoration: none;
    cursor: pointer;
}

.sys .small-link:hover {
    text-decoration: underline;
}

.login-box a:hover {
    text-decoration: underline;
}

.sys.login .line.flex .left_side {
    width: 30vw;
    margin: 0;
    min-width: 420px;
    background-color: #ffffff;
}

.sys.login .line.flex div:last-child {
    margin: 0;
/*    width: 100%;*/
}

.sys.login .line.flex div:last-child, .sys.login .line.flex div:nth-child(2) {
/*    margin: 0;*/
}

.sys.login .line.flex .button {
    margin: 0 auto;
    margin-top: 12px;
    padding: 8px 0;
    display: block;
    width: 100%;
}

.sys.login .right_side {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-image: url(https://static.monsteraplay.com/landing_page/images/fold_bg.jpg);
    background-position: top right;
    background-size: cover;
}

.sys.login .line.flex .login-box {
    width: 16vw;
    box-shadow: none;
    min-width: 320px;
    padding-inline:0;
}

.sys.login .login-box .line {
    margin-right: 0;
}

/************ SET PASSWORD ***********/

.sys.login .title, .sys.login .sub-title {
/*    width: 16vw;*/
}

.sys.login .title h3, .sys.login .title h4 {
    margin: 0;
    color: var(--main);
    font-family: 'Montserrat', sans-serif;
    margin-right: 0;
}

.sys.login .line.flex div {
    margin-right: 0;
}

.sys.login .title h3 {
/*    font-size: 2vw;*/
    font-size: 38px;
    color: var(--accent);
}
.sys.login .title h4 {
/*    font-size: 1.1vw;*/
    font-size: 21px;
    text-transform: math-auto;
}

.sys.login .sub-title {
    margin-top: 48px;
    color: var(--main);
    font-family: 'Montserrat', sans-serif;
}

.sys.login .left_side .login-box {
    padding-top: 12px;
}

@media only screen and (max-width: 420px) {
    .sys.login .line.flex .left_side {
        width: 100%;
        min-width: 100%;
    }
    
    .sys.login .line.flex .login-box {
        width: 100%;
    }
    
}

@media only screen and (max-width: 330px) {
    
    .sys.login .line.flex .form-wrap {
        width: calc(100% - 24px);
        min-width: inherit;
    }
    
    .sys.login .line.flex .login-box {
        width: 100%;
        min-width: inherit;
    }
    
}

@media only screen and (max-height: 650px) {
    
    .sys.login .right_side {
/*        display: none;*/
    }
    
    .sys.login .line.flex .left_side {
        overflow: auto;
        height: 100vh;
    }
    
    .sys.login {
        height: auto;
        overflow-x: scroll;
    }
    
    body {
        background-color: #fff;
    }
    
    .sys.login .line.flex {
        align-items: flex-start;
    }
    
    .sys.login .logo {
        margin-top: 48px;
    }
    
    .login.sys section {
        max-height: inherit;
    }
    
}

/************* SIDE MENU ************/

.side-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 114px); 
    padding: 16px;
    border-right: 1px solid #EDEFF2;
    font-size: 24px;
    margin-right: 24px;
    position: relative;
    top: 16px;
}

.side-menu a {
    margin-bottom: 24px;
    background-color: white;
    padding: 9px;
    border-radius: 50%;
    aspect-ratio:1/1;
    line-height: 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}

.side-menu a:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.side-menu a img {
    filter: grayscale(1);
}

.side-menu a.active img {
    filter: grayscale(0);
}

.side-menu a.active path {
    fill: #3361FF;
}

.side-menu a.active rect, .side-menu a.active circle {
    stroke: #3361FF;
}

.side-menu .side-top, .side-menu .side-bottom {
    display: flex;
    flex-direction: column;
}

/********* TOP MENU ***********/

.top-menu {
    padding: 12px;
    width: calc(100vw - 24px);
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #EDEFF2;
}

.top-menu .logo {
    width: 60px;
    margin-right: 34px;
    display: flex;
    justify-content: center;
}

.top-menu nav {
    margin-left: auto;
    display: flex;
    gap:12px;
    align-items: center;
}

.top-menu nav i {
    cursor: inherit;
}

.top-menu nav ul {
    margin: 0;
}

.top-menu nav a {
    padding: 0;
    font-size: 0;
}


.menu-items {
    margin-left: auto;
    margin-right: 24px;
}

.page-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--sys-main);
}

.sub-title {
    font-size: 18px;
}

.line ~ .sub-title {
    margin-top: 32px;
    margin-bottom: 12px;
}

.small-text {
    font-size: 11px;
    color:#7E7E7E;
    margin-bottom: 16px;
}

.sys .content {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    height: calc(100vh - 100px);
    width: calc(100vw - 144px);
    margin-top: 24px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
}

.sys.games-page .content .split .left-side >.line {
    display: flex;
    align-items: center;
}

.sys button {
    all: unset;
}

.sys .button, .sys button.button {
    background-color: #3361FF;
    padding: 8px 18px;
    font-size: 14px;
    color: white;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition: .1s;
	vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

.sys .button:has(i) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/***** button icon *******/
.sys .button .gg-code {
    margin-left: 6px;
    margin-right: 3px;
}
.sys .button .gg-code, .sys .button .gg-code::after, .sys .button .gg-code::before {
    width: 9px;
}
.sys .button .gg-code::after, .sys .button .gg-code::before {
    content: "";
    position: absolute;
    height: 9px;
    top: 3px;
}
.sys .button .gg-math-plus {
    margin-top: -1px;
}
.sys .button .gg-stack, .sys .button .gg-stack::after, .sys .button .gg-stack::before {
    width: 11px;
    height: 11px;
}
/************/
.sys .button.disabled, .sys .button.disabled:hover {
    background-color: #e1e1e1;
    color: #939393;
    cursor:no-drop;
}

.sys .button:hover, .sys button.button:hover {
    background-color: #0939e1;
}

.sys .button.circle {
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 10px 10px;
    font-size: 24px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sys .button-clean {
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.sys .button.grey {
    background-color: #464646;
}

.sys .button.drop {
    background-color: #ededed;
    color: var(--sys-main);
}

.sys .button.drop:hover {
    background-color: #d3d3d3;
}

.sys .button[data-loading="load"] {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(https://s3.amazonaws.com/static.pikoya.com/platforms/images/sys/load_t2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    font-size: 0;
    padding: 0;
    vertical-align: middle;
}

.sys .button[data-loading="ok"] {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(https://s3.amazonaws.com/static.pikoya.com/platforms/images/sys/check.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    font-size: 0;
    padding: 0;
    vertical-align: middle;
}

.split {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

div span.indicator {
    width: 8px;
    aspect-ratio:1/1;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin-right: 4px;
}

.indicator.green {
    background-color: #24E520
}

.indicator.red {
    background-color: var(--accent);
}

.indicator.orange {
    background-color: #ff8d00;
}

/*********** FILLTERS *************/

.filters {
    padding: 0;
    display: none;
    position: relative;
}

.filters.display_on {
    display: flex;
    justify-content: space-between;
}

.sys .left-side .line.flex .search {
    margin: 0 8px 0 0;
}

.filters .cluster .ticket {
    font-size: 12px;
    padding: 4px 12px;
}

.filters .cluster .ticket img {
    width: 12px;
    height: 12px;
}

.filters .button {
    align-self: flex-start;
}

.sys .button.drop:after {
    content: "\276F";
    color: black;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    transition: 0.2s;
}

.sys .button.drop.close:after {
    transform: rotate(270deg);
}

.filters .card {
    position: absolute;
    display: none;
    top: -14px;
    right: 0px;
    background: white;
    border: 1px solid #efefef;
    padding: 8px;
    z-index: 999;
    border-radius: 4px;
/*    width: 220px;*/
    width: max-content;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.games-page .left-side .filters .card {
    height: auto;
}



.filters .card.display_on {
    display: block;
}

.filters .card .line.flex select {
    width: auto;
}

.filters .card .line {
    margin: 0;
}

.filters .card .line.flex {
    display: none;
    margin-top: 16px;
}

.filters .card .line.flex.display_on {
    display: flex;
    align-content: center;
    align-items: center;
}

.filters .card .line.flex button:first-of-type {
    margin-right: 4px;
}

.filters-container .button.drop {
    background:none;
    padding: 10px 10px 4px;
}

.filters-container .button.drop:hover {
    background-color: #f1f1f1;
}

.filters-container .button.drop:after {
    content: "";
    margin:0;
}
.search-container {
    display: flex; 
    gap:8px;
}

.filters-container .filters .card {
    top: 2px;
    z-index: 9999;
    background: #f7f8fa;
    border: 1px solid #D3D3D3;
}

.client-panel .filters-container .filters .card {
	flex-direction: column;
}

.client-panel .filters-container .filters .card .line:not(:first-child) {
	margin-top: 8px;
}

.client-panel .filters-container .filters .card .line.flex {
	display: flex;
	align-items: center;
}

.filters-container .button.drop .icon-filter {
    filter:grayscale(1) brightness(1.5);
}

.filters-container .button.drop.active .icon-filter {
    filter: inherit;
}

/************ TOOLTIP *************/

.filters-container .tooltip {
    position: absolute;
    top: -35px;
    right:0;
    font-size: 14px;
    background: var(--main);
    color: var(--secondary);
    padding: 6px 6px 6px 8px;
    border-radius: 4px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    width: max-content;
    display:flex;
    align-items: center;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.filters-container .tooltip.tooltip-fade-enter-from,
.filters-container .tooltip.tooltip-fade-leave-to {
    top: 0;
    opacity: 0;
}

.filters-container .tooltip .tooltip__close {
    font-weight: 900;
    margin-left: 6px;
    padding: 3px 8px;
    pointer-events: auto;
    border-radius: 3px;
}

.filters-container .tooltip .tooltip__close::after, .filters-container .tooltip .tooltip__close::before {
    background: var(--secondary);
}

.filters-container .tooltip .tooltip__close:hover {
    background-color: rgb(73, 73, 73);
}

.filters-container .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--main);
    bottom: -3px;
    left: 80%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.filters-container button.drop {
    position: relative;
}

/************ LEFT-SIDE *************/

.left-side {
    padding-right: 24px;
    flex: 1 0 50%;
}

.left-side .search, .left-side .row  {
    display: flex;
    margin: 12px 0;
}

.search .button {
    margin-left: 4px
}

.left-side .row input[type="submit"], .left-side .row .button {
    flex-basis: min-content;
    margin-left: 4px;
}

.left-side .row label {
    flex: none;
    margin-right: 4px;
}

tr:hover {
    background: #f7f8fa;
}

.sys table {
    border: 0;
    border-collapse: collapse;
}

tr.edit {
    background-color: var(--secondary);
}

.left-side table {
    width: 100%;
}

.left-side table th {
    text-align: left;
}

.left-side table th.asc:after, .left-side table th.des:after {
    content: "\276F";
    color: black;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}

.left-side table th.des:after {
    transform: rotate(270deg);
}

table .sortable {
    cursor: pointer;
}

table button.click_icon {
    display: block;
}

.left-side table td, .domain-table td {
    border-bottom: 1px solid #E7E7E7;
    padding: 16px 24px 16px 0px;
    white-space: nowrap;
}

.domain-table td:first-child {
    width:1px;
    padding-left: 0;
}
.domain-table th { text-align:left;}

.left-side table td:last-child, .right-side table td:last-child, .small-cell {
    text-align: center;
    width: 1%;
    white-space: nowrap;
}
.left-side table td.small-cell {padding:  0px;}    
td.small-cell .click_icon {
	min-width: 24px;
    display: flex;
    box-sizing: content-box;
    padding: 0 6px;
    width: 24px;
    justify-content: center;
}
td.small-cell .gg-code {
	right: 0;
}
td.small-cell .click_icon:hover {
	filter: brightness(0.5);
}
.domain-table td.small-cell {
    padding-left: 16px;
}

.left-side table tr:last-child td {
    border: none;
    box-sizing: content-box;
}

.add_user {
    display: none;
}

.left-side table td:first-child, .left-side table th:first-child {
    width: 1%;
    white-space: nowrap;
    padding: 16px 24px 16px 0px;
}

.code {
    cursor: pointer;
}

.code:hover {
    background-color: #b6f5f9;
    display: inline-block;
}

table .code img {
    height: 16px;
}

.two-rows {
    display: flex;
    flex-direction: column;
    font-size: 16px
}

.two-rows span:nth-child(2) {
    font-size: 11px;
    color: #7E7E7E;
}

/*********** RIGHT-SIDE - EDIT PANEL ************/

.astrix {
    color: var(--accent)
}

.right-side {
    flex: 1 0 35%;
}

.side-edit {
    display: none;
    padding-left: 24px;
    border-left: 1px solid #EDEFF2;
}

.display_on {
    display: block;
}

.left-small, .right-small {
    flex: 1 0 50%;
    box-sizing: border-box;
    max-height: calc(100vh - 234px);
    overflow-y: auto;
    overflow-x:hidden;
}

.left-small {
    padding-right:12px;
}

.right-side .split {
    justify-content: space-between;
    margin-bottom: 12px
}

.right-side .sub-title, .games-page .sub-title, .sections-page .sub-title {
    margin-bottom: 12px;
}

.right-side .line {
    display: block;
    margin-bottom: 20px;
}

.right-side label, .helper {
    font-size: 12px;
    color: #818181;
    margin-bottom:2px;
    display: block;
}

.helper {
    margin-top: 4px;
}

.helper .sample {
    color: black;
}

.line .edible {
    width: auto;
}

.line.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.line .row {
    margin: 0
}

.button ~ .line {
    margin-top: 12px;
}

input[type="checkbox"] {
    margin-right: 8px;
}

input[type="checkbox"] ~ label {
    margin-bottom: 0;
}

.line .with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line .with-button .button {
    margin-left: 4px;
    flex: none;
}

.line .with-button select {
    width: auto;
}

.line.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

.card_wide .line.flex button.button {
    margin-left: auto;
}

.sys.games-page .card_wide .line.flex button.button {
/*    flex: 0 0 calc(100% - 24px);*/
    margin-top: 24px;
    text-align: center;
}

.sys.games-page .card .line {
    flex-wrap: wrap;
}

.line.flex div:first-child, .line.flex div:nth-child(2) {
    margin-right: 12px;
}

.line.flex div:last-child, .line.flex .button, .left_margin {
    margin-left: auto;
}

.left_margin {
    display: flex;
}

.line.flex .left_margin .click_icon {
    margin-right: 20px;
	display: flex;
}

.left-side .line.flex .button {
    margin-left: 0;
    margin: 0;
}

.line.flex .code img {
    height: 24px;
}

.right-side .field-drag-drop, .left-side .field-drag-drop {
    border: 2px dashed #cdc9c9;
    height: 40px;
    border-radius: 8PX;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px 16px;
    min-width: 200px;
    justify-content: center;
    transition: all 0.1s ease-out;
}

.right-side .field-drag-drop__dropping , .left-side .field-drag-drop__dropping {
    background: #4d5e8014;
    border-color: #4d5e80;
}

.right-side .field-drag-drop .gg-spinner,.left-side .field-drag-drop .gg-spinner,
.right-side .field-drag-drop .gg-spinner::after, .left-side .field-drag-drop .gg-spinner::after,
.right-side .field-drag-drop .gg-spinner::before, .left-side .field-drag-drop .gg-spinner::before {
    height: 24px;
    width: 24px;
}

.right-side .with-button--upload,.left-side .with-button--upload {
    position: relative;
    margin-bottom: 28px;
}

.right-side .with-button--upload .error-text, .left-side .with-button--upload .error-text {
    position: absolute;
    left: 0;
    top: 110%;
    margin: 0;
}

.right-side table, .left-side table {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 12px;
}

/********** CLIENTS **********/


.clients .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.clients .card {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
}

.clients .game-table {
    max-height: calc(100vh - 340px);
    overflow-x: hidden;
}

.clients .left-small .game-table {
    max-height: calc(100vh - 650px);
}

.clients .left-small .game-table th {
    text-align: left;
}

.clients .left-side .card {
    overflow-y: auto;
    max-height: calc(100vh - 190px);
}

.clients .left-side {
    flex: 1 0 25%;
}

.clients .right-side {
    flex: 1 0 74%;
}

.clients .side-edit {
    display: block;
}

.clients .fake-icon, .games-page .fake-icon, .sections-page .fake-icon {
    display: inline-block;
    vertical-align: middle;
}

button.click_icon {
    border: 0;
    background: transparent;
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {
    .clients .left-side {
        flex: 1 0 25%;
    }

    .clients .right-side {
        flex: 1 0 66%;
    }
}

.clients .left-small, .clients .right-small {
    max-height: calc(100vh - 140px);
}

.clients .right-small {
    flex: 1 0 10%;
}

.clients .side-edit {
    border: none;
    padding: 0;
}

.clients .right-side .row-items {
    max-height:calc(100vh - 1000px);
}

.row-items {
    max-height:200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.right-side .row-items {
    max-height:calc(100vh - 750px);
    min-height: 180px;
}

.item-row {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #EDEFF2;
    padding: 16px 0;
}

.item-row:hover {
    background-color: #f7f8fa;
}

.item-row:last-child {
    border: none;
}

.item-row span {
    margin-right: auto;
}

.item-row .button {
    margin-left: 4px;
}

.item-row .click_icon {
    margin-left: 10px;
}

.comments {
    position: relative;
}

.comments .button.circle {
    max-width: 36px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.comment {
    background-color: #ededed;
    padding: 16px 12px;
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 24px;
/*    border: 1px solid #d3d3d3;*/
}

.comment .delete {
    position: absolute;
    top: -12px;
    right: -6px;
    background-color: white;
    padding: 8px;
    aspect-ratio:1/1;
    border-radius: 50px;
    box-shadow: 2px 2px 40px rgb(0 0 0 / 15%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    justify-items: center;
    border: 0;
}

.comment .delete:hover {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 35%);
}

/********* ACCOUNTS **********/

.accounts .left-side, .games-page .left-side {
    flex: 1 0 38%;
}

.accounts .right-side, .games-page .right-side {
    flex: 1 0 58%;
    padding-right: 24px;
    box-sizing: border-box;
}

.block-array {
    display: flex;
    margin-bottom: 24px;
}

.block-array .block {
    padding: 0 12px;
}

.block-array .cell-border-left {
    border-left: 1px solid #ccc;
    padding-left: 6px;
    margin-left: -6px;
}

.block-array .block:first-child .cell-border-left {
    border: none;
}

/********* GAMES **********/

.games-page .left-side {
    flex: 1 0 38%;
}

.game-table {
    box-sizing: border-box;
    max-height: calc(100vh - 314px);
    overflow-y: auto;
    
}

.cluster {
    display: flex;
    flex-wrap: wrap;
}

.ticket {
    font-size: 12px;
    background-color: #ededed;
    display: flex;
    padding: 4px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
}

.ticket:hover {
    background-color: #d3d3d3;
}

.ticket span {
    margin: 0;
}

.ticket .close, .ticket .icon {
    margin-left: 4px;
    padding: 4px;
    cursor: pointer;
}

.games-page .left-small .line.flex-start {
    justify-content: flex-start;
}

.games-page .left-small .line.flex-start div:last-child {
    margin-left: 0
}

.games-page .left-side .card {
/*    overflow-y: auto;*/
    overflow-y: auto;
    max-height: calc(100vh - 117px);
/*    max-height: calc(100vh - 237px);*/
/*    height: calc(100vh - 117px);*/
}

.games-page.edit .left-side .card {
	max-height: calc(100vh - 237px);
}

/****** 111022 - Add game addition *****/

.games-add .left-side {
    flex: 1 0 25%;
}

.games-add .right-side {
    flex: 1 0 74%;
}

.games-add .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.games-add .card {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
}


/******** GAME PAGE *********/

.games-page  .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.games-page .left-side {
    flex: 1 0 25%;
}

.games-page .right-side {
    flex: 1 0 74%;
}

.games-page .side-edit {
    border: none;
    padding: 0;
    display: block;
}

.games-page .left-small, .games-page .right-small {
    max-height: calc(100vh - 140px);
}

.games-page .right-small {
    flex: 1 0 10%;
	padding-right: 8px;
}

.games-page .card {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
}

.games-page .button-clean {
    margin-top: 24px;
}

.games-page .row-items {
    max-height: none;
}

.games-page .row-items thead  {
    top: -19px;
}

/********* FLOATERS **********/

.black_floater {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #000000d9;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
}

.black_floater#genre-list .card {
    width: 500px;
    align-items: flex-start;
}

.black_floater.display_on {
    display: flex;
}

.black_floater .card {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 360px;
    align-items: flex-start;
    padding: 48px 32px 24px;
    border-radius: 4px;
    box-shadow: 2px 2px 40px rgb(0 0 0 / 5%);
}

.black_floater .card.card_medium {
    width: 400px;
}

.black_floater .card.card_wide {
    width: 600px;
}

.black_floater .card.card_wide table {
    width: 100%;
}

.games-page .black_floater .card.preview-card {
    width: auto;
}

.black_floater .card.card_wide .line.flex {
    justify-content: flex-start;
}

.black_floater .card.card_wide .line.flex div:last-child {
    margin-left: inherit;
}

.black_floater .card.card_wide.preview-card {
    min-width: 600px;
    max-height: 100vh;
    width: auto;
}

.black_floater .card .line .text {
    margin-bottom: 0;
}


@media only screen and (max-width: 600px) {
    .black_floater .card.card_wide.preview-card {
        min-width:inherit;
    }
}


.black_floater .card ul {
    font-size: 16px;
    max-height: 200px;
    overflow-y: scroll;
}

.black_floater#getcode .card {
    width: 360px;
}

.card .title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
}

.card .text {
    font-size: 16px;
    display: flex;
    flex-basis: fit-content;
    margin-bottom: 24px;
}

.card .line {
    margin-bottom: 8px;
    margin-bottom: 24px;
    width: 100%;
    position: relative;
}

.card .line:last-child {
    margin-bottom: 0;
}

.card .line input {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-top: 0;
}

.card label, .card input[type="checkbox"] ~ label {
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    display: inline-block;
}

.card .line.flex .button {
    flex: none;
    margin: 0;
}

.card input[type="checkbox"] {
    width: auto;
}

.sys input:disabled {
    background: #f1f1f1;
    color: #818181;
}

.black_floater.terms .card {
    overflow: hidden;
    width: 40vw!important;
    position: relative;
}

.black_floater .card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.black_floater .card li {
    padding: 0;
    margin: 0 0 12px 0;
    display: flex;
    font-size: 14px;
}

.games-page .black_floater .card {
    width: 50vw;
}

.black_floater#clients_panel li:first-child {
    background-color: #f5f5f5;
    padding: 6px 0;
    position: sticky;
    top: 0px;
}

.black_floater#clients_panel label {
    cursor: pointer;
}

.terms .card .text {
    overflow: auto;;
/*    width: 40vw;*/
    width: auto;
    max-height: 60vh;
    display: block;
}

.terms .card .line.flex {
    position:absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: calc(100% - 32px);
    background-color: white;
}

.terms .line.flex button.button, .terms .card .line.flex button.button {
    margin-left: 0;
}

/******** DOMAINS FLOATER ********/

.black_floater .row-items {
    width: 100%;
    margin-bottom: 24px;
}

.black_floater .domain-table {
    font-size: 14px;
}

.black_floater .domain-table td.small-cell {
    padding-left: 0;
}

/********* ERRORS ********/

.login-box.error {
    align-items: initial;
}

.error-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
    font-weight: 600;
}

.error-text {
    font-size: 14px;
    margin-bottom: 24px;
    color: #FF5858;
}

td .error-text {
    margin: 0;
}

/************************/
/********* ICONS ********/
/************************/

i {
    cursor: pointer;
}

/* .gg-dollar {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 20px;
  background: currentColor;
}
.gg-dollar::after,
.gg-dollar::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 2px solid;
}
.gg-dollar::before {
  border-right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  top: 3px;
  left: -6px;
  box-shadow: 4px -2px 0 -2px;
}
.gg-dollar::after {
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  bottom: 3px;
  right: -6px;
  box-shadow: -4px 2px 0 -2px;
} */

/*-------- DOLLAR -------*/


.gg-dollar {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  outline: 2px solid currentColor;
  border-radius: 50%;
}
.gg-dollar::after,
.gg-dollar::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 6px;
  border: 2px solid;
}
.gg-dollar::before {
  border-right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  top: 5px;
  left: 5px;
  box-shadow: 1px -4px 0 -2px, 4px -2px 0 -2px;
}
.gg-dollar::after {
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  bottom: 5px;
  right: 5px;
  box-shadow: -1px 4px 0 -2px, -4px 2px 0 -2px;
}

/*--------SPINNER -------*/

.gg-spinner, .gg-spinner::after, .gg-spinner::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    cursor: default;
}

.gg-spinner {
    transform: scale(var(--ggs,1));
}

.gg-spinner::after, .gg-spinner::before {
    content: "";
    position: absolute;
    border-radius: 100px;
}

.gg-spinner::before {
    animation: spinner 1s cubic-bezier(.6,0,.4,1) infinite;
    border: 2px solid transparent;
    border-top-color: var(--sys-main);
}
.gg-spinner::after {
    border: 2px solid;
    opacity: .2;
}

.side-menu .gg-spinner, .side-menu .gg-spinner::after, .side-menu .gg-spinner::before {
    width: 24px;
    height: 24px;
    top: 2px;
    left: 2px;
}

/*------ OUT LINK ------*/

.gg-external {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 12px;
    box-shadow:
        -2px 2px 0 0,
        -4px -4px 0 -2px,
        4px 4px 0 -2px;
    margin-left: -2px;
    margin-top: 1px
}
.gg-external::after,
.gg-external::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -4px
}
.gg-external::before {
    background: currentColor;
    transform: rotate(-45deg);
    width: 12px;
    height: 2px;
    top: 1px
}
.gg-external::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    top: -4px
}

/*------- STATS -------*/

.gg-insights {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 16px;
    transform: scale(var(--ggs,1));
    border-left: 8px solid transparent;
    border-top: 4px solid transparent;
    box-shadow: inset 0 0 0 2px
}
.gg-insights::after,
.gg-insights::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 16px;
    border: 2px solid;
    right: 4px;
    bottom: 0
}
.gg-insights::before {
    height: 8px;
    right: 8px
}

/*------- PAGE-LOAD-SPINNER -------*/
.page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.page-load .gg-spinner, .page-load .gg-spinner::after, .page-load .gg-spinner::before {
    width: 80px;
    height: 80px;
}

.page-load .gg-spinner::before {
    border: 5px solid transparent;
}

/*-------- SPINNER BUTTON --------*/

.button.load, .button.load:hover, .button.disabled.load, .button.disabled.load:hover {
    background-color: transparent;
    padding: 0px;
    padding: 7px;
    vertical-align: top;
}

.button .gg-spinner,.button .gg-spinner::after,.button .gg-spinner::before, button .gg-spinner,button .gg-spinner::after,button .gg-spinner::before {
    width: 20px;
    height: 20px;
}

.button .gg-spinner::after, .button .gg-spinner::before {
    border: 3px solid #d5d5d5;
}

.button .gg-spinner::before {
    border-top-color: var(--sys-main);
}

td .gg-spinner,td .gg-spinner::after,td .gg-spinner::before {
    width: 16px;
    height: 16px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

/*-------- CLOSE ---------*/

.ticket .gg-close {
    width: 12px;
    height: 12px;
}
.ticket .gg-close::after, .ticket .gg-close::before {
    width: 10px;
    height: 1px;
    top: 4px;
    left: 1px;
}

.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 40px
}
.gg-close::after,
.gg-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 2px;
    background: var(--sys-main);
    transform: rotate(45deg);
    border-radius: 5px;
    top: 7px;
    left: 1px;
}
.gg-close::after {
    transform: rotate(-45deg)
}

/*-------- CHECK ---------*/

.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 17px;
    height: 17px;
    border: 0;
    border-radius: 100px
;background-color: #82CA77;
}
.gg-check-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    top: 0;
    width: 5px;
    height: 9px;
    border-color: white;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

/*--------- UPLOAD ----------*/

.gg-software-upload {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}
.gg-software-upload::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    left: 2px;
    bottom: 4px
}
.gg-software-upload::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 3px
}

/*------- DOWNLOAD --------*/

.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
}
.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px
}
.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px
}

/*--------- CODE ---------*/

.gg-code {
    transform: scale(var(--ggs,1))
}

.left_margin .gg-code {
    margin-left: 10px;
}

.gg-code, .gg-code::after, .gg-code::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 12px;
    height: 16px;
    right: 4px;
}
.gg-code::after, .gg-code::before {
    content: "";
    position: absolute;
    height: 11px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) scaleY(1);
    left: -4px;
    top: 6px
}
.gg-code::after {
    transform: rotate(-45deg) scaleX(-1);
    left: 4px
}

td .gg-code, td .gg-code::after, td .gg-code::before {
    width: 9px;
    height: 24px;
    right: -10px;
}
td .gg-code::after, td .gg-code::before {
    height: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    left: -4px;
    top: 6px;
}
td .gg-code::after {
    left: 4px
}

/*---------- PEN ----------*/

td .click_icon div {
    aspect-ratio:1/1;
}

.gg-pen {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs,1));
    width: 14px;
    height: 6px;
    border-right: 2px solid transparent;
/*    box-shadow: 0 0 0 2px, inset -1px 0 0;*/
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-right: 0px;
    background-color: var(--sys-main);
    top: -1px;
}
.gg-pen::after, .gg-pen::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-pen::before {
    background-color: var(--sys-main);
    border-left: 0;
    right: -6px;
    width: 0px;
    height: 0px;
    border-radius: 1px;
    top: 0
}
.gg-pen::after {
    width: 8px;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid var(--sys-main);
    left: -9px;
    top: -1px;
    border-radius: 14px;
}

/*--------- DOWN ---------*/

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

/*------ ENVELOPE ---------*/

.gg-mail,
.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid var(--sys-main);
}
.gg-mail {
    overflow: hidden;
    transform: scale(var(--ggs,1));
    position: relative;
    width: 18px;
    border-radius: 2px
}
.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0
}
/*-------- FLAG ----------*/

.gg-flag-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 20px;
  border-left: 2px solid;
}
.gg-flag-alt::after,
.gg-flag-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
}
.gg-flag-alt::before {
  width: 12px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid transparent;
}
.gg-flag-alt::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transform: rotate(45deg);
  top: 1px;
  left: 6px;
}


/*-------- SEARCH ----------*/

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 14px;
    border: 2px solid var(--sys-light);
    border-radius: 100%;
    margin-left: -2px;
    margin-top: -2px;
    cursor: default;
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 6px;
    background-color: var(--sys-light);
    transform: rotate(-45deg);
    top: 9px;
    left: 11px;
}

/*---------- LIST ----------*/

.gg-layout-list {
    transform: scale(var(--ggs,1))
}

.gg-layout-list, .gg-layout-list::after, .gg-layout-list::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 3px;
    margin: 3px 0;
    border-left: 10px double;
    border-right: 10px solid;
    border-color: var(--sys-main);
}
.gg-layout-list::after, .gg-layout-list::before {
    content: "";
    position: absolute;
    left: -10px;
}
.gg-layout-list::after {
    bottom: 2px;
}
.gg-layout-list::before {
    top: 2px;
}

/*---------- PLAY -----------*/

.gg-play-button-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px
}
.gg-play-button-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px
}

/*----------- LOCK ------------*/

.gg-lock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 11px;
    border: 2px solid;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: transparent;
    margin-top: -12px
}
.gg-lock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 10px;
    border-radius: 2px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    left: -4px;
    top: 9px
}

/*---------- USER LIST ----------*/

.gg-user-list {
    display: block;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background:
      linear-gradient(
        to left,
        currentColor 8px,
        transparent 0)
        no-repeat 14px 4px/6px 2px,
      linear-gradient(
        to left,
        currentColor 8px,
        transparent 0)
        no-repeat 14px 8px/6px 2px,
      linear-gradient(
        to left,
        currentColor 8px,
        transparent 0)
        no-repeat 14px 12px/6px 2px
}
.gg-user-list::after,
.gg-user-list::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid
}
.gg-user-list::before {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px
}
.gg-user-list::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px
}

/*--------- USER ----------*/

.gg-user {
    display: block;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 12px;
    height: 18px
}
.gg-user::after,
.gg-user::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid
}
.gg-user::before {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px
}
.gg-user::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px
}

/*------------- IMAGE ------------*/

.gg-image {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 2px;
    border-radius: 2px
}
.gg-image::after,
.gg-image::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid
}
.gg-image::after {
    transform: rotate(45deg);
    border-radius: 3px;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 4px
}
.gg-image::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 1px;
    left: 1px
}


/*---------- ARROW -----------*/

.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px
}
.gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}
.gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}

/*--------- DOMAIN ---------*/

.gg-browser {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px
}
.gg-browser::after,
.gg-browser::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    top: 4px
}
.gg-browser::after {
    border-radius: 3px;
    width: 2px;
    box-shadow:
        3px 0 0,
        6px 0 0;
    top: 1px;
    left: 1px
}

/*--------- EYE ---------*/
.gg-eye-alt {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}
.gg-eye-alt::after,
.gg-eye-alt::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}
.gg-eye-alt::after {
    top: 2px;
    box-shadow:
        inset 0 -8px 0 2px,
        inset 0 0 0 2px;
    width: 24px;
    height: 24px
}
.gg-eye-alt::before {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    box-shadow:
        inset 0 0 0 6px,
        0 0 0 4px,
        6px 0 0 0,
        -6px 0 0 0 ;
    bottom: 4px;
    left: 8px
}
/*--------- DRAG&DROP ---------*/
.gg-drag {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    margin-left: -4px;
    margin-top: 4px;
    cursor: inherit;
}
.gg-drag::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    border-left: 2px dotted;
    border-top: 2px dotted;
    left: -9px;
    top: -9px;
}
/*--------- MATH PLUS ---------*/
.gg-math-plus,
.gg-math-plus::after {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px
}
.gg-math-plus {
    margin-top: -3px;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 2px
}
.gg-math-plus::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    top: -6px;
    left: 6px
}
/*--------- TRASH ---------*/
.gg-trash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 10px;
    height: 12px;
    border: 2px solid transparent;
    box-shadow:
        0 0 0 2px,
        inset -2px 0 0,
        inset 2px 0 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-top: 4px
}
.gg-trash::after,
.gg-trash::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-trash::after {
    background: currentColor;
    border-radius: 3px;
    width: 16px;
    height: 2px;
    top: -4px;
    left: -5px
}
.gg-trash::before {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    top: -7px;
    left: -2px
}
/*--------- CHECK ---------*/
.gg-check-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #3361FF;
    transform: scale(var(--ggs,1));
    border-radius: 4px;
    color: #fff;
    background-color: #3361FF;
}
.gg-check-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    top: -2px;
    width: 9px;
    height: 15px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}
/*--------- MOVE ---------*/
.gg-move {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    rotate: 45g;
    box-shadow:
        -6px -6px 0 -4px,
        6px 6px 0 -4px,
        6px -6px 0 -4px,
        -6px 6px 0 -4px
}
.gg-move::after,
.gg-move::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    transform: rotate(-45deg);
    bottom: 6px;
    left: -4px
}
.gg-move::before {
    transform: rotate(45deg)
}
/*--------- CHEVRON LEFT ---------*/
.gg-chevron-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-chevron-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px
}
/*-------- FILE --------------*/
.gg-file-document {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
   }
   
   .gg-file-document::after,
   .gg-file-document::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
   }
   
   .gg-file-document::before {
    background: currentColor;
    box-shadow:
    0 4px 0,
    -6px -4px 0;
    left: 0;
    width: 10px;
    height: 2px;
    top: 8px
   }
   
   .gg-file-document::after {
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
   } 

/*-------- Arrow Long Right --------------*/
.gg-arrow-long-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    box-shadow: inset 0 0 0 2px var(--sys-main);
    width: 24px;
    height: 6px
}
.gg-arrow-long-right-r::after,
.gg-arrow-long-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-arrow-long-right-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--sys-main);
    border-right: 2px solid var(--sys-main);
    transform: rotate(45deg);
    right: 0;
    bottom: -2px
}
.gg-arrow-long-right-r::before {
    width: 6px;
    height: 6px;
    border: 2px solid var(--sys-main);
    transform: rotate(45deg);
    left: -5px;
    bottom: -2px
}

/*-------- Exchange --------------*/
.gg-arrows-exchange {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 8px;
    margin-left: -6px;
    top: 2px;
}
.gg-arrows-exchange::after,
.gg-arrows-exchange::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 4px
}
.gg-arrows-exchange::before {
    width: 6px;
    transform: rotate(45deg);
    box-shadow: 2px -13px 0;
    top: 10px
}
.gg-arrows-exchange::after {
    width: 12px;
    box-shadow: -4px 4px 0;
    left: 4px;
    top: 4px
}
/*-------- File Add --------------*/
.gg-file-add {
    background:
        linear-gradient(to bottom,
            currentColor 5px, transparent 0) no-repeat 2px 9px/6px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden
}

.gg-file-add::after,
.gg-file-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px
}

.gg-file-add::before {
    background: currentColor;
    left: 4px;
    width: 2px;
    top: 7px
}

.gg-file-add::after {
    width: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px
}

/*-------- Stack --------------*/
.gg-stack,
.gg-stack::after,
.gg-stack::before {
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid
}
.gg-stack {
    margin-right: 8px;
    margin-top: 8px;
    transform: scale(var(--ggs,1));
    position: relative
}
.gg-stack::after,
.gg-stack::before {
    content: "";
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    right: -5px;
    top: -5px
}
.gg-stack::before {
    right: -8px;
    top: -8px
}

   
/************ Client panel ************/

.client-panel .line.flex {
    align-items: flex-start;
}

.client-panel h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0px;
}

.client-panel .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.client-panel .card {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.client-panel .black_floater  .card {
    box-sizing: content-box;
}

.client-panel .left-side, .client-panel .right-side {
    max-height: calc(100vh - 130px);
}

.client-panel .left-side {
    flex: 1 0 25%;
    overflow-y: scroll;
}

.client-panel .right-side {
    flex: 1 0 75%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.client-panel .full-width {
    display: block;
    margin-bottom: 0;
}
.client-panel .full-width .card {
    display: flex;
    
}
.client-panel .full-width .left-side, .client-panel .full-width .right-side {
    height: calc(100vh - 240px);
}
.client-panel .full-width .left-side {
    flex: 1 0 10%;
    overflow: inherit;
}

.client-panel .full-width .left-side button.button {
    position: relative;
    top: -8px;
}

.client-panel .full-width .right-side {
    flex: 1 0 90%;
}
.client-panel .full-width .right-side .line .small-link {
    margin-right: 24px;
}

.client-panel .right-side .card {
/*    max-width: calc(100% - 48px);*/
}

.client-panel .card .text {
    margin-bottom: 0;
}

.client-panel .black_floater .card .text {
    margin-bottom: 24px;
}

.client-panel .left-side .line.flex>div:last-child {
    width: 170px;
}

.client-panel .left-side .line input[type="text"] + .gg-spinner, .client-panel .left-side .line input[type="text"] + .gg-check-o {
    position: absolute;
    top: 27px;
    right: 8px;
}

.client-panel .left-side .line input[type="text"] + .gg-check-o {
    top: 24px;
}

.client-panel .line.flex div:last-child {
    margin-left: 0;
}

.client-panel .line.flex .text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}

.client-panel .right-side .line.flex div.search, .client-panel .full-width.card div.search {
    width: 40vw!important;
    margin-right: 0!important;
    position: relative;
}

.client-panel .right-side .line .small-link {
    margin: 0;
}

.client-panel footer {
    display: block;
    background-color: transparent;
    padding: 4px;
}

.client-panel nav {
    justify-content: flex-end
}

.client-panel footer nav a {
    padding: 10px 20px;
    font-size: 14px;
}

/*
.client-panel nav a:last-child {
    padding-right: 0;
}
*/

.client-panel footer nav a:hover {
    background-color: #efefef;
}

nav ul {
    list-style: none;
}

/********** GAMES PAGE ***********/

.games-grid .pack {
    display: grid;
    grid-template-columns: repeat(auto-fit,150px);
    height: 100%;
    gap: 8px;
    justify-content: start;
    grid-auto-flow: dense;
    margin: 12px 0;
    margin-bottom: 32px;
    align-items: center;
    width: auto;
}

.game-card:first-child {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    max-width: 300px;
}

#trending-section .game-card:first-child, #trending-section .game-card {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
}

.game-card {
    display: block;
    position: relative;
    max-width: 150px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
	background-color: #c7c7c7;
}

.game-card .badge {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 999;
}

.game-card .my-game-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 999;
}

.game-card img {
    width: 100%;
}

h3 {
    position: relative;
}

h3 .badge {
    position: relative;
    top: 18px;
    left: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;  
}

h3 .badge img {
    margin: 0;
}

.labels .small-text {
    margin-right: 4px;
}

.game-card label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 8px);
    margin: 0;
    padding-left: 8px;
    background-color: #000000ab;
    color: white;
    font-size: 13px;
    transition: 0.2s;
    height: 30px;
    cursor: pointer;
}

.game-card:hover label {
    height: 100%;
    white-space: inherit;
}

.sys.client-panel .left-small {
        flex: 1 0 auto;
}

.sys.client-panel .right-small {
        flex: 1 0 80%;
}

.sys.client-panel .categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sys.client-panel .categories a {
    text-decoration: none;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #EDEFF2;
}

.sys.client-panel .categories li:last-child a {
    border-bottom: none;
}

.sys.client-panel .categories li:hover, .sys.client-panel .categories li.active {
    background-color: #f7f8fa;
}

.games-grid .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.games-grid .line h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.game-page img {
    max-width: 100px;
    height: auto;
}

.game-page h2 {
    margin: 0;
    font-size: 24px;
}

.game-page .right-side {
    height: calc(100vh - 120px);
/*    overflow-y: scroll;*/
}

.game-page .card .text {
    font-size: 14px;
    display: block;
}

.game-page .line {
    position: relative;
}

.game-page .right-side .line .click_icon {
/*
    position: absolute;
    right: 0px;
    top: 0px;
*/
}



.copy, .ticket-right, .ticket-left {
    position: relative;
}

.copy label, .ticket-msg {
    position: absolute;
    top: 0;
    right: -60px;
    opacity: 0;
    font-size: 12px;
    background-color: #323e54;
    color: white!important;
    padding: 8px;
    border-radius: 4px;
    transition: all .3s ease-out;
}

.copy label:before, .ticket-right .ticket-msg:before , .ticket-left .ticket-msg:before {
    content: '';
    position: absolute;
    top: 9px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent; 
    border-right: 6px solid transparent;
    border-left: 6px solid #29343d;
    border-bottom: 6px solid transparent;
}

.copy.active label, .ticket-right.active .ticket-msg, .ticket-left.active .ticket-msg {
    right: 41px;
    opacity: 100%;
}

.ticket-right .ticket-msg:before {
    left: -12px;
    border-right: 6px solid #29343d;
    border-left: 6px solid transparent;
}

.ticket-right .ticket-msg {
    right: auto;
    left: -12px;
    pointer-events: none;
}

.ticket-right.active .ticket-msg {
    right: auto;
    left: 80px;
}

.game-page h3, .collapse  h3 {
    margin-bottom: 12px;
}

.game-page .line.flex {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.game-page .line.flex .line {
    flex: 1;
}

.game-page .line.flex h2, .game-page .line.flex .labels {
    flex: 0 0 100%;
}

.game-page .line.flex .small-link {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.game-page .line.flex .small-link img, .clients .line.flex .small-link img {
    margin-right: 8px;
}

.game-page #iframe-size-line .line:last-child {
    margin-bottom: 24px;
}

.game-details {
    position: relative;
    display: flex;
}

.game-details img {
    margin-right: 12px;
}

.game-details h3 {
    margin-bottom: 4px;
}

.game-details .labels {
    margin-bottom: 12px;
}

.asset_thumb {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	background-color: #cbcbcb;
}

.asset_thumb .gg-play-button-o {
    position: absolute;
    box-shadow: rgb(255 255 255) 0px 1px 3px 0px, rgb(255 255 255) 0px 0px 0px 1px;
    background-color: #ffffff99;
}

.asset_thumb a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.asset_thumb img {
    max-height:200%;
    max-width: 200%;
}

.card.collapse {
    max-height: 72px;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
}

/*
.card.collapse .line.flex::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #cbd2e1;
    position: absolute;
    bottom: 6px;
    left: calc(50% - 20px);
}
*/

.card.collapse .line.flex {
    cursor: pointer;
}

.card.collapse .line.flex::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 4px;
    top: 2px;
    transition: 0.5s;
}

.card.collapse.open .line.flex::after {
    transform: rotate(225deg);
}

.card.collapse.open {
    max-height: 1000px;
}

.card.collapse pre {
    max-width: 100%;
}

.card.collapse.open pre {
/*    margin: 0;*/
}

.client-panel .left-side .card.collapse .line.flex>div:last-child, .client-panel .left-side .card.collapse .line.flex div:first-child {
    width: auto;
    margin: 0;
}

.client-panel .asset, .sections-page .asset {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-panel .asset .name, .sections-page .asset .name {
    padding: 4px;
}

.client-panel .asset img, .sections-page .asset img {
    height: 120px;
    max-width: none;
}

.client-panel .asset .gg-play-button-o {
    position: absolute;
    border: 4px solid white;
    width: 40px;
    height: 40px;
    background-color: #00000055;
    outline: 2px solid #00000055;
}

.client-panel .asset .gg-play-button-o:before {
    top: 8px;
    left: 12px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
}

.card.collapse .line .click_icon {
    text-align: right;
}

.card.collapse .line {
    margin-bottom: 0px;
}

.game-page .preview-game, .game-page .preview_play {
    max-width: 800px;
    min-height: 400px;
}

.game-page .preview_play {
    cursor: pointer;
}

/********* TERMS *********/

.terms-page .text_block {
    overflow-x: hidden;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
    scrollbar-width: thin;
}

.terms-page .text_block h1 {
    color: var(--main);
    font-size: 18px;
}

.terms-page .text_block h2 {
    color: var(--main);
    font-size: 14px;
    font-weight: normal;
}

/******** CONTACT *********/

.client-panel .contact-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page .card {
    min-width: 360px;
    max-width: 520px;
}

.contact-page h2 {
    font-size: 28px;
    margin-bottom: 4px;
}

.contact-page .text {
    font-size: 12px;
}

.client-panel .contact-page .full-width .left-side {
        flex: 1 0 40%;
}

.client-panel .contact-page .full-width .right-side {
    flex: 1 0 60%;
}

.contact-page .line.flex:not(.contact-page .line.flex:last-child) {
    align-items: center;
}


.contact-page label {
/*    width: 0%;*/
}

.contact-page .ticket-msg.green {
    background-color: #28c551;
    left: 75px;
    top: 2px;
}

.ticket-right .ticket-msg.green:before {
    border-right: 6px solid #28c551;
}

.contact-page .ticket-msg.error {
    background-color: #FF5858;
    left: 478px;
    top: 18px;
    right: auto;
    white-space: nowrap;
}

.contact-page input + .ticket-msg {
    left: 400px;
    top: 18px;
    white-space: nowrap;
}

.contact-page .button + .ticket-msg.error {
    left: 75px;
    top: 2px;
}

.ticket-right .ticket-msg.error:before {
    border-right: 6px solid #FF5858;
    border-left: 6px solid transparent;
}


/********** 404 ***********/

.card.err-page {
    height: calc(100vh - 140px);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.card.err-page h1, .card.err-page h2 {
    margin: 0;
    color: #4D5E80;
    line-height: 1;
}

.card.err-page .text {
    margin: 8px 0;
}

.card.err-page a {
}

.sys.error section {
    margin: 0 auto;
    padding: 0;
    height: 100vh;
}

.sys.error .content {
    display: inline-block;
    margin: 24px auto;
    height: auto;
    width: calc(100vw - 48px);
}

.sys.error .logo {
    height: auto;
    text-align: center;
    margin-bottom: 64px;
}

.sys.error .card.err-page h1, .sys.error .card.err-page h2  {
    color: #01293e;
}

/********* LOADING ANIMATION **********/

.button.load {
    color: #00000000;
    position: relative;
}

.load .loading {
    display: block;
}

.loading {
    display: none;
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 9999px 0 0 -5px;
    -webkit-animation: dot-pulse 1.5s infinite linear;
    animation: dot-pulse 1.5s infinite linear;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    margin: 0 47%;
}

.loading::before, .loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
}

.loading::before {
  box-shadow: 9984px 0 0 -5px;
  -webkit-animation: dot-pulse-before 1.5s infinite linear;
  animation: dot-pulse-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
    left: -16px
}

.loading::after {
  box-shadow: 10014px 0 0 -5px;
  -webkit-animation: dot-pulse-after 1.5s infinite linear;
  animation: dot-pulse-after 1.5s infinite linear;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
    left: 16px
}

.comment.load .loading, .comment.load .loading::after, .comment.load .loading::before, .item-row.load .loading, .item-row.load .loading::after, .item-row.load .loading::before {
    background-color: #00000033;
    color: #00000033;
}

@-webkit-keyframes dot-pulse-before {
  0% {
    box-shadow: -0 0 0 -5px;
  }
  30% {
    box-shadow: -0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: -0 0 0 -5px;
  }
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: -0 0 0 -5px;
  }
  30% {
    box-shadow: -0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: -0 0 0 -5px;
  }
}

@-webkit-keyframes dot-pulse {
  0% {
    box-shadow: 0 0 0 -5px;
  }
  30% {
    box-shadow: 0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 0 0 0 -5px;
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 0 0 0 -5px;
  }
  30% {
    box-shadow: 0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 0 0 0 -5px;
  }
}

@-webkit-keyframes dot-pulse-after {
  0% {
    box-shadow: 0 0 0 -5px;
  }
  30% {
    box-shadow: 0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 0 0 0 -5px;
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 0 0 0 -5px;
  }
  30% {
    box-shadow: 0 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 0 0 0 -5px;
  }
}

/***************** TOOL - TIP *******************/
.help-icon {
    font-size: 11px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    padding: 0 4px;
    top: -2px;
    cursor: pointer;
    text-decoration: none;
}

/********** TOGGEL **********/

.toggle input {
    display: none;
}

.toggle label {
    height: 18px;
    width: 48px;
    padding: 3px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.4s ease;
}

.toggle label:after {
    content: "my games";
    position: absolute;
    right: 0;
    width: max-content;
}

.toggle label .switch {
    content: "";
    height: 20px;
    aspect-ratio:1/1;
    position: absolute;
    background-color: #d3d3d3;
    left: 3px;
    top: 2px;
    border-radius: 4px;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    z-index: 99;
}

.toggle label:active .switch {
    padding-right: 0.8em;
}

.toggle input:checked + label:active .switch {
    margin-left: -0.8em;
}

.toggle label:before, .toggle label:after {
    font-size: 11px;
    background-color: none;
    position: absolute;
    z-index: 90;
    top: 6px;
}

.toggle label:before {
    content: "Yes";
    text-align: left;
    opacity: 0;
    color: #fff;
    left: 8px;
}
.toggle label:after {
    content: "No";
    right: 8px;
    opacity: 1;
}
.toggle input:checked + label:before {
    opacity: 1;
}

.toggle input:checked + label:after {
    opacity: 0;
}


.toggle input:checked + label {
    background-color: #3361ff;
    border-color: #3361ff;
}

.toggle input:checked + label .switch {
    left: 60%;
    background: #fff;
}

.line.flex .toggle .text {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 4px;
    line-height: 1;
}

/************** Labels ***********/

.game-page .tags {
  margin-top: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.game-page .tags .tag {
  padding: 6px 12px;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  text-decoration: none;
  background-color: #ededed;
  display: inline-block;
  font-size: 11px;
}
.game-page .tags .tag:hover {
  background-color: #d3d3d3;
}

/************** Sections ***********/
.sections-page .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.sections-page .left-side {
    flex: 1 0 20%;
    position: relative;
    transition: 0.5s;
    max-height: calc(100vh - 234px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sections-page .right-side {
    flex: 1 0 80%;
}

.sections-page .card {
    background-color: white;
    font-size: 14px;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
}

.sections-page .card {
    position: relative;
}

.sections-page .line-sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 0;
    box-sizing: border-box;
    background: #FFF;
}

.sections-page .line .with-button {
    gap: 16px;
}

.sections-page .game-card:first-child {
    grid-column: inherit;
    grid-row: inherit;
}

.sections-page .right-small .card .search {
    width: 100%;
}

.sections-page .left-side table td:not(.small-cell),
.sections-page .left-side table th {
    width: inherit;
}

.sections-page .game-empty {
    outline: 2px dashed #cdc9c9;
    outline-offset: -2px;
    height: 150px;
    width: 150px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    transition: all 0.1s ease-out;
    background: url("https://s3.amazonaws.com/static.pikoya.com/platforms/images/sys/game_placeholder.png"), lightgray 50% / cover no-repeat;
}

.sections-page .game-add {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border-radius: 8px;
    padding: 6px;
    box-sizing: border-box;
    background: #f8f9fb;
	background: url(https://s3.amazonaws.com/static.pikoya.com/platforms/images/sys/game_placeholder.png), lightgray 50% / cover no-repeat;
	outline: 2px dashed #cdc9c9;
    outline-offset: -2px;
}
.sections-page .game-add > div {
    width: 100%;
    text-align: center;
}

.sections-page .game-add .button {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}

.sections-page .game-card .check-badge {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
}
.sections-page .game-card.selected .check-badge {
    display: block;
}
.sections-page .game-card:hover,
.sections-page .game-card.selected {
    outline: 3px solid #3361FF;
}

.sections-page .game-card .added-menu {
    display: flex;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    gap: 8px;
    z-index: 999;
    opacity: 0;
    transition: all 0.15s ease-out;
}

.sections-page .game-card.added .added-menu button,
.sections-page .asset_thumb button.click_icon {
    opacity: 0.75;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    background-color: #3361FF;
}

.sections-page .asset_thumb button.click_icon {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
}

.sections-page .game-card.added .added-menu button .gg-pen::before,
.sections-page .game-card.added .added-menu button .gg-pen {
    background-color: #fff;
}

.sections-page .game-card.added .added-menu button .gg-pen::after {
    border-right-color: #fff;
}

.sections-page .game-card.added:hover .added-menu,
.sections-page .game-card.added .added-menu button:hover {
   opacity: 1;
}

.sections-page .game-card.added .added-menu .option-delete {
    margin-left: auto;
    background-color: #FF3333;
}

.asset_thumb--section {
    height: 150px;
    width: 150px;
    box-shadow:inset 0 0 0 1px #D3D3D3;
}

.asset_thumb--setion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sections-page .collapse-panel {
    background-color: white;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 9;
}

.sections-page .left-side.collapse {
     flex-basis: 0;
     overflow: inherit;
}

.sections-page .left-side.collapse .collapse-panel {
    transform: rotate(180deg);
}

.sections-page .left-side.collapse .card,
.sections-page .left-side.collapse .button-clean {
    display: none;
}

.sections-page .right-side.full-width {
    flex: 1 0 98%;
}

.client-panel.sections-list .left-side {
    overflow-y:inherit;
}
.client-panel.sections-games .left-side,
.client-panel.sections-games .right-side {
    flex: 1 0 50%;
    max-height: calc(100vh - 130px);
}

.sections-page .table-files {
    max-width: 300px;
}

.sections-page .table-files .with-icon {
    display: flex;
    gap:8px;
    align-items: center;
}

.sections-page .table-files td {
    padding: 6px 0;
}

.tabs-section ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs-section {
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
}
.tabs-section ul li a {
    display: block;
    padding: 8px 6px;
    margin-right: 12px;
    border-bottom: 2px solid transparent;
}
.tabs-section ul li a:hover {
    background-color: #f1f1f1;
}

.tabs-section ul li a.selected {
    border-bottom: 2px solid #3361FF;
    color: #3361ff;
}

.sections-page .group-container {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.sections-page .group-container .line {
    width: 100%;
    max-width: 340px;   
}
.sections-page .group-container ~ .group-container{
    border-bottom: 1px solid #e3e3e3;
}
.sub-title-editable {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 0;
}
.sub-title-editable span {
    border-bottom: 1px solid transparent;
    min-width: 115px;
}
.sub-title-editable span[contenteditable="true"] {
    outline: none;
    border-bottom: 1px solid #464646;
}

/********* SECTIONS - URL MAPPING FLOATER **********/

.floater_mapping .card {
    width: 50vw;
}
.wrapper-url {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    margin-bottom: 16px;
    height: 236px;
    overflow: auto;
}
.wrapper-url .line.flex{
    align-items: center;
    margin-bottom:12px;
}
.wrapper-url .line-icon {
    margin: 0 8px;
    cursor: inherit;
}
.wrapper-url i {
    cursor: inherit;
}

/********* SECTIONS - Collapse **********/

.sections-page .group-container.collapse {
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.collapse .line-collapse {
    border: 1px solid #e3e3e3;
    background: #f7f8fa;
    cursor: pointer;
    transition: all 0.12s ease-out;
    box-sizing: border-box;
    min-height: 42px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.collapse .line-collapse:hover,
.collapse.open .line-collapse {
    background: #f1f2f4;
}

.collapse .line-collapse + .line {
    padding: 4px 4px 4px 30px;
    margin-bottom: 0;
    min-height: 42px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.collapse .line-collapse ~ .line label {
    display: none;
}

.collapse .line-collapse ~ .line input[type="text"] {
    max-width: 340px;
    margin:0;
    background-color: rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 1;
}
.collapse .line input[type="text"]:focus,
.collapse .line input[type="text"]:hover {
    background-color: #fff;
}
.collapse .line-collapse::before {
    content: "\276F";
    width: 24px;
    height: 24px;
    text-align: center;
    transition: all 0.35s;
    font-size: 18px;
    position: absolute;
    left: 2px;
    top: 7px;
}
.collapse.open .line-collapse::before{
    transform: rotate(90deg); 
}

.sections-page .group-container.collapse .button-delete,
.add-category-wrapper .button-add {
    position: absolute;
    z-index: 9;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 4px;
    transition: all 0.12s ease-out;
}

.sections-page .group-container.collapse .button-delete {
    top:7px;
    right:6px
}

.collapse .button-delete:hover,
.collapse .add-category-wrapper .button-add:hover,
.collapse .add-category-wrapper.open .button-add {
    background: #d8d9d9;
}

.collapse .games-grid {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  border-bottom:1px solid transparent;
}
.collapse.open .games-grid {
    max-height: 99999px;
    border-bottom:1px solid #e3e3e3;
}

.collapse .games-grid .line {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 12px;
  }

/*fix to delete after launch */
.sections-page .collapse .line:first-of-type  {
    width: 100%;
}

/********* SECTIONS - Add category page **********/

.add-category-wrapper {
    position: absolute;
    z-index: 9999;
    width: 30px;
    height: 30px;
    top: 7px;
    right: 46px;
}
.add-category-popup {
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 999;
    background: #f7f8fa;
    border: 1px solid #D3D3D3;
    padding: 12px;
    width: 240px;
    display: none;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
}
.add-category-popup input {
    margin-bottom: 8px;
}
.add-category-wrapper.open .add-category-popup {
    display: block;
}



/********* SYS MSG **********/

@keyframes pop {
  0% {
    top: 0px;
    opacity: .8;
  }
  10% {
    top: 30px;
    opacity: 1;
  }
    
    90% {
    top: 30px;
    opacity: 1;
  }
    
    100% {
    top: -50px;
    opacity: .8;
  }
}

.pop_msg {
    display: inline-block;
    padding: 16px 42px;
    font-size: 14px;
    margin: 0 auto;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999;
    border-radius: 2px;
    max-width: 400px;
}

.on.pop_msg {
	display: inline-block;
	animation: pop 3s ease;
}

.pop_msg.static {
	top: 30px;
}

.pop_msg h3 {
	margin-top: 0;
}

.pop_msg .close {
	font-size: 16px;
    position: absolute;
    font-weight: bold;
    top: 16px;
    right: 16px;
	cursor: pointer;
}

.pop_msg.green {
    border: 1px solid #5ac581;
}

.red {
	background-color: #e24a4a;
	color: #fff;
}

.green {
	background-color: #5BD889;
	color: #fff;
}

@media only screen and (max-width: 600px) {
    
	.black_floater {
		position: relative;
		height: auto;
	}
	
	.sys {
		height: auto;
	}
	
	.black_floater .card.card_wide.preview-card {
		max-height: none;
	}
}




/* Old stuf to delete*/
/********* SECTIONS - CODE TEXTAREA **********/

.code-collapse {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    line-height: 0;    
    transition: height 0.2s ease;
    overflow: hidden;
    height: 38px;
}
.code-collapse summary {
    font-size: 12px;
    padding: 8px 12px;
    background: #f7f8fa;
    color: #818181;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

textarea.code-area {
    resize: none;
    font-family: monospace;
    color: var(--sys-main);
}

.code-collapse > summary .gg-chevron-down {
    transition: 0.2s;
}

.code-collapse[open]{
    border: 1px solid #bebebe;
    height: 139px;
}
.code-collapse[open] > summary {
    border-bottom: 1px solid #bebebe;
}
.code-collapse[open] > summary .gg-chevron-down {
    transform: rotate(180deg);
}


/* Old stuf to delete*/
.sections-page .group-container .button-delete {
    position: absolute;
    top: 14px;
    right: 17px;
    z-index: 9;
}