﻿
/*Commmon and usefull*/

.blackbox{
    background-color: rgba(0, 0, 0, 0.8);
    border: groove 2px #7b6f6f;
    font-size: 13px;
    color: white;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border-radius: 4px;
}

.nice-scroll::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: #E2EDFF;
    border-radius: 10px;
}

.nice-scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #ff962a;
    border: 2px solid #E2EDFF;
}

.nice-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #E2EDFF   ;
    border-radius: 5px;
}

.flex-row {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}

.flex-row.between,.flex-column.between {
    justify-content:space-between;
}

.flex-row.around {
    justify-content:space-around;
}

.flex-row.center {
    justify-content:center;
}

.flex-row.wrap {
    flex-wrap:wrap;
}

.flex-row.stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
}

.flex-row.align-top {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items:unset;
}

.flex-row.reverse {
    flex-direction:row-reverse;
}

.flex-column{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:baseline;
}

.flex-column.center{
    align-items: center;
}

.flex-row.wrap{
    flex-wrap: wrap;
}


.full-screen{
    width:100vw;
    height:100vh;
}


.total-center{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.btn{
    background: #ff962a;
    color: white;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    outline: none;
}

.btn:focus{
    color: white;
    outline: none;
}


.btn:hover{
    background: #ff9f3b;
    color: white;
}


.btn-big{
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1;
}

.table, .table-silver, .table-combo{
    width:100%;
}

.field {
    width:100%;
    position: relative;
}

.field + .field{
    margin-top:5px;
}
.field > label{
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1;
}


.field input[type=text]{


}

.silver-control{
    position: relative;
    display: block;
}

.silver-control .silver-textbox, 
.silver-control .silver-memo{
    outline: none;
    background: transparent;
    border: 1px solid #bf8c60;
    background: #ffeac4;
    padding:6px 4px;
    width:100%;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    color: #333;
}

.silver-control .silver-textbox:focus,
.silver-control .silver-memo:focus
{
    /*border:solid 1px #fb7400;*/
    background-color: #ffe0a8;
    outline: 0;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.2);*/
}


.SilverCombo{
    position: relative;
}


.SilverCombo .silver-textbox{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.SilverCombo .btn-silver-carret{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    user-select: none;
    background: linear-gradient(180deg, #ddd01e 5.83%, #ff8303 100.28%);
    font: 11px Verdana, Geneva, sans-serif;
    border-radius: 0;
    padding: 10px 3px;
    border: 1px solid #bf8c60;
    border-left: none !important;
    height: 29px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.SilverCombo .btn-silver-carret > .carret{
    background-image: url(/SiteCMS/img/DXImages2.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -85px -16px;
    width: 10px;
    height: 7px;
}

.SilverCombo .btn-silver-carret:active{
    outline: none;
    box-shadow: none;

}


.SilverCombo .holder {
    position: absolute;
    /*height: 320px;*/
    border-top: none;
    width: inherit;
    box-shadow: 2px 2px 2px #bebebe;
    font-size: 12px;
    z-index: 9999;
    transition: all .02s linear .01s;
    transition: all .04s linear .02s;
    color: Black;
    font: 12px Tahoma, Geneva, sans-serif;
    box-shadow: 0px 2px 12px #7e7878;
    height: 1px;
    overflow: hidden;
    width:100%;

    background: #ffeac4;
    border: 1px solid #bf8c60;
    border-top: none;
    border-radius: 4px;
}



.SilverCombo .holder .overflow {
    height: 294px;
    overflow: auto;
    position: relative;
}


.SilverCombo .holder .table-silver th {
    border-top: none;
    border-left: none;
    border-right: none;
}

.SilverCombo > table > tbody > tr > td {
    padding: 0;
}

.SilverCombo.noborder > table > tbody > tr > td {
    border: none;
}

.SilverCombo.noborder > table > tbody > tr > td.td-carret {
    border-left: solid 1px #dbdee1;
}

.SilverCombo .table-combo > tbody > tr > td {
    text-align: left;
    cursor: default;
    padding: 2px 5px 3px 6px;
    font: 11px Verdana, Geneva, sans-serif;
    border-right: none;
    border-left: none;
}

.SilverCombo .table-combo > tbody > tr:first-child > td {
    border-top: none;
}


.SilverCombo .table-combo > tbody > tr:last-child > td {
    border-bottom: none;
    padding-bottom: 5px;
}

.SilverCombo .table-combo > tbody > tr:hover > td {
    background-color: #ffe0a8;
    cursor: pointer;
}

.SilverCombo .table-combo em {
    background: #e2ecf7 none repeat 0 0;
    color: Black;
    font-weight: bold;
    font-style: normal;
}

.SilverCombo .table-combo .nodata {
    text-align: center;
}

.SilverCombo .table-combo > tbody > tr > td img {
    float: left;
    margin-right: 5px;
}

.SilverCombo .holder .table-silver.table-combo-header th:not(:first-child),
.SilverCombo .holder .table-silver.table-combo tr td:not(:first-child) {
    border-left: 1px solid #a5acb5 !important;
}


.silver-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}


.silver-loader > .loader-block{
    display: block;
    background: #fff6d4;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ffa87e;
    font-size: 12px;

}


.silver-loader > .loader-block > img{
    margin-right: 5px;
}


.silver-control.noborder,
.silver-control.noborder input,
.silver-control.noborder > .silver-tokenbox,
.silver-control.noborder > div > .silver-tokenbox {
  border: none;
}



.silver-control.validate-error .silver-textbox,
.silver-control.validate-error .silver-memo,
.silver-selector.validate-error > div:first-child,
.silver-selector.validate-error > table,
.silver-uploader.validate-error > table,
.silver-control.validate-error .silver-tokenbox,
.silver-checkbox.validate-error label:before,
.SilverCombo.silver-control.validate-error > table {
  border: 1px solid red;
}


.silver-control .error-message{
    font-size: 11px;
    line-height: 11px;
    color:red;
}
/*POPUP*/


.popupBackDrop {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: rgb(103 133 163 / 60%);
    background: rgba(0,0,0,0.32);
    z-index: 999999;
    overflow:hidden;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
}

.popupBackDrop.animated {
    opacity: 0;
}

.popupBackDrop.animated.shown {
    opacity: 1;
    background: rgba(0,0,0,0.65);
}

.popupWindow {
    min-width:250px;
    min-height:200px;
    background:#FFF;
    color:black;
    box-shadow: 0 4px 17px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16), 0 0 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius:20px;
    box-sizing:border-box;
    position:absolute;
    font-family: inherit;
}

.popupWindow.modal-type {
    min-width:initial;
    min-height:initial;
    width:90%;
    height:90%;
    position:absolute;
    z-index: 999999;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16), 0 0 1px 0 rgba(0,0,0,.16);
}

.popupWindow.animated {
    transition: all .4s cubic-bezier(.25,.8,.25,1);
}

.popupWindow.modal-type.confirm-type {
    width:initial;
    height:initial;
    min-width:400px;
}

.popupWindow > .popup-container {
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
    background: #ff9b00;
    background:#fff;
    border-radius: 20px;
    font-size: 14px;
}

.popupWindow > .popup-container > div:last-child{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.popupWindow > .popup-container > .head {
    height:48px;
    width:100%;
    background: #ff9b00;
    background:#fff;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    font-family: inherit;
    line-height:1;
    display:flex;
    flex-direction:row;
    padding:10px 20px 10px 32px;
    font-weight:bold;

}
.popupWindow > .popup-container > .head > span {    
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    color:#3977C8;
    margin: 0;
}

.popupWindow > .popup-container > .head.move {
    cursor:move;
}

.popupWindow > .popup-container > .head > button.close {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    border-radius: 3px;
    cursor: pointer;
    /*height: 2.28571em;
    line-height: 2.28571em;*/
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    vertical-align: middle;
    width: auto;
    outline: none !important;
    color: #000 !important;
    text-shadow:none!important;
    font-size:33px;
    margin-top: -11px;
    margin-right: 0px
}

.popupWindow > .popup-container > .head > button.close > span {
    display:none;
}

.popupWindow > .popup-container > .head > button.close {
    width:18px;
    height:18px;
    background:url(/s_jckl/game-img/close.svg) 0 0 no-repeat;
    margin-top: 0;
    opacity:1;
    filter: invert(48%) sepia(11%) saturate(3148%) hue-rotate(174deg) brightness(88%) contrast(88%);
}

.popupWindow > .popup-container > .head > button.close:hover {
    opacity:1;
}

.popupWindow > .popup-container > .content.nice-scroll {
    position: relative;
    width:100%;
    padding:10px 20px;
    height:calc(100% - 82px);
    overflow:auto;
    padding:15px 20px;
    position:relative;

}


.popupWindow > .popup-container > .footer {
    background: #ff9b00;
    background:#fff;
    height:50px;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    padding:10px 20px 10px 19px;
    position:absolute;
    left:0;
    bottom:0;
}


.popupWindow, 
.popupWindow > .popup-container,
.popupWindow > .popup-container > .head{
    background-color: #fff5e6;
}

/*TabControls*/
.horizontal-tab{
    position: relative;
    height: 100%;
    width: 100%;
}


.horizontal-tab > .menu{
    width: 100%;
    height: 38px;
    overflow: auto;
    margin: 15px 0;
}


.horizontal-tab > .menu > ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    width: max-content;
    background: #f6f9ff;
    border-radius: 8px;
    padding: 0px 8px;
    height: 38px;
}

.horizontal-tab > .menu > ul > li{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: unset;
    padding: 8px 8px;
    cursor: pointer;
    color: #7386A3;
    margin-left:5px;
}


.horizontal-tab > .menu > ul > li:first-child{
    margin-left:0px;

}


.horizontal-tab > .menu > ul > li.active{
    color:black;
}


.horizontal-tab > .menu > ul > li:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #c1cad4;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.horizontal-tab > .menu > ul > li.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(147.53deg, #ddd01e 5.83%, #ff8303 100.28%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 3px;
}

.horizontal-tab > .content{
    position: relative;
    width:100%;
    height: calc(100% - 38px);
}

.horizontal-tab > .content  > .tab{
    display: none;
    padding: 5px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #EEF7FE; */
}

.horizontal-tab > .content  > .tab.active {
    display: block;
}

/**/

.default-page, #jackal-game{
    background: url(/wallpaper.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;

}


.AccessBlocked{

    background: url(/wallpaper.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}


.AccessBlocked_content {
  background-color: rgba(0, 0, 0, 0.8);
  border: groove 2px #7b6f6f;
  font-size: 13px;
  color: white;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);

}


.login-form{
    background-color: rgba(0, 0, 0, 0.8);
    border: groove 2px #7b6f6f;
    font-size: 13px;
    color: white;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    padding:20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    position: relative;
}




.login-page{
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
}


.login-page a{
    outline: none;
    color:white;
    text-decoration: none;
}

.login-page a:hover{
    color:white;
    text-decoration: underline;
}


.login-page  > .login-form > .title {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-align:center;
    margin-bottom: 10px;
}
.login-page  > .login-form > .loader {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0, 0.6);
    display: grid;
    justify-items: center;
    align-items: center;
    place-items: center;
    user-select:none;
    border-radius: 10px;
}


.login-page .input-field {
    position:relative;
    width:100%;
}

.login-page .input-field > input,
.login-page  input.input-field{
    width: 100%;
    min-height:30px;
    outline:none;
    background:white;
    text-shadow: none !important;
    text-align: left;
    line-height: 40px !important;
    height: 40px !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    font-size: 14px;
    color: #77858c;
    z-index: 20;

    border: 1px solid #818181;
    color: #383838;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 300;

    background: transparent;
    border: 1px solid #7b6f6f;
    color: white;
}

.login-page .input-field > input:focus,
.login-page  input:focus.input-field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(51 128 207 / 60%);
}


.login-page .input-field > input:-internal-autofill-selected,
.login-page  input:-internal-autofill-selected.input-field  {
    background-color:transparent!important;
}

.login-page  input.input-field.error {
    border:solid 1px red;
}

.login-page .input-field > input + label {
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 20px;
    line-height: 20px;
    transition: .3s;
    color: #bdced3;
    display: inline-block;
    background: #ffffff;
    background: transparent;
    padding: 0 3px;
    z-index: 0;
    color: #383838;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 300;
    color: white;
}
/*.login-page .input-field > input:not(:focus):valid + label */

.login-page .input-field > input:focus + label,
.login-page .input-field > input:not(:focus):valid + label
{
    top: 0px;
    z-index: 20;
}


.captcha > div{
    align-items: center;
}

.captcha input[type=text]{
    font-size: 12px;
    color:white;
}

.captcha .glyphicon{
    display: none;
}

.captcha ul li span{
    color:white!important;
}

.captcha ul li span:hover{
    color:white!important;
    text-decoration: underline!important;
}

.login-page .button {
    font-size: 16px;
    border-radius: 8px;
    color: #ffffff!important;
    display: inline-block;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none!important;
    text-size-adjust: none;
    background: #eb8d00;
    border-radius: 8px;
    padding: 10px 20px;
    line-height: 1;
    transition: all .1s ease-in-out;
}

.login-page .button:hover, .button:active, button:focus {
    background: #eb8d00;
    text-decoration: none;
    text-size-adjust: none;
    color: #ffffff;
}

.btn-login{
    width:80%;
}

.login-page .lbl-error {
    color:red;
    font-size:13px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin:10px 0;
    min-height:20px;
}


.login-page .shake
{
    -webkit-animation: shake 0.5s infinite;
    -moz-animation: shake 0.5s infinite;
    -o-animation: shake 0.5s infinite;
    animation: shake 0.5s infinite;
    position:relative;
}
@-webkit-keyframes shake {
    0% {top:0px;}
    10% {top:3px;}
    20% {top:0px;}
    30% {top:-3px;}
    40% {top:0px;}
    50% {top:3px;}
    60% {top:0px;}
    70% {top:-3px;}
    80% {top:0px;}
    90% {top:3px;}
    100% {top:0px;}
}
@-moz-keyframes shake {
    0% {top:0px;}
    10% {top:3px;}
    20% {top:0px;}
    30% {top:-3px;}
    40% {top:0px;}
    50% {top:3px;}
    60% {top:0px;}
    70% {top:-3px;}
    80% {top:0px;}
    90% {top:3px;}
    100% {top:0px;}
}

@-o-keyframes shake {
    0% {top:0px;}
    10% {top:3px;}
    20% {top:0px;}
    30% {top:-3px;}
    40% {top:0px;}
    50% {top:3px;}
    60% {top:0px;}
    70% {top:-3px;}
    80% {top:0px;}
    90% {top:3px;}
    100% {top:0px;}
}
@keyframes shake {
    0% {top:0px;}
    10% {top:3px;}
    20% {top:0px;}
    30% {top:-3px;}
    40% {top:0px;}
    50% {top:3px;}
    60% {top:0px;}
    70% {top:-3px;}
    80% {top:0px;}
    90% {top:3px;}
    100% {top:0px;}
}




.game-lobby{
    position: relative;
    width:100%;
    height: 100%;
}


.game-lobby > .lobby-topline{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    display: flex;
    align-items: center;
    gap:10px;
    padding:10px;
    z-index: 9999;
}

.game-lobby > .lobby-topline > .user-profile{
    width:300px;
    height: 100px;
    display: block;
    padding:5px;
}

.game-lobby > .lobby-topline > .user-profile > .user-profile-content{
    display: flex;
    align-items: center;
    gap:5px;
}

.game-lobby > .lobby-topline > .user-profile > .user-profile-content > .avatar{
    width:85px;
    height:85px;
    background-image: url(/img/avatar.jpg);
    background-size: contain!important;
    background-position:  center center!important;
    background-repeat: no-repeat!important;
    border:solid 1px gold;
    border-radius: 4px;
}


.game-lobby > .lobby-topline > .user-profile > .user-profile-content > .userinfo{
    width:calc(100% - 95px);
    height: 90px;
}

.game-lobby > .lobby-topline > .user-profile > .user-profile-content > .userinfo h2{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin:0;
    padding:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 97%;
}


.game-lobby > .lobby-topline > .user-profile > .user-profile-content > .userinfo .rang{
    font-weight: normal;
    font-size: 12px;
    color:gray;

}

.game-lobby > .lobby-topline > .user-profile > .user-profile-content > .userinfo .rang::before{
    content:'Ранг: ';
    font-weight:bold;
}


.game-lobby .filter-menu{
    width:100%;
    padding:5px;
    height: 100px;
    max-width: 550px;
}



.game-lobby .filter-menu .flex-row > .field{
    margin:0px;
    width:50%;
    padding:0px 2px;
    margin-bottom: 5px;
}


.game-lobby .filter-menu .flex-row > .field.button-holder{
    text-align: right;
    padding-top: 5px;
}


.game-lobby .filter-menu .flex-row > .field.button-holder > a.btn{
    width:100%;
}


.game-lobby .filter-menu > .flex-row >  .button-holder{
    padding-left:20px;
}


.game-lobby .holder-games{
    width: calc(100vw - 22px);
    height: calc(100vh - 130px);
    top: 120px;
    position: fixed;
    overflow: auto;
    padding: 10px;
    left: 10px;
}



/**/
.account-holder .portrait-box{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;    
    margin-bottom: 16px;
}

.account-holder .portrait-box .portrait{
    display: block;
    width: 120px;
    height: 120px;
    background: url(/img/avatar.jpg) 00 no-repeat;
    background-size:contain !important;
    background-position: center center !important;
}

.account-holder .portrait-box .portrait-load {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .1s ease-in;
    text-align: center;
    cursor: pointer;
}

.account-holder .portrait-box:hover .portrait-load{
    height: 100%;
}

.account-holder .portrait-box .portrait-load::after {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    content: '';
    pointer-events: none;
    background: url(/SiteCMS/img/photo.svg) 00 no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(-50%,-50%) scale(.66);
    transform: translate(-50%,-50%) scale(.66);
    will-change: transform;
}


.account-holder .profile-row{
    align-items: flex-start;
    gap:10px;
}


.account-holder .profile-row .main-info{
    width:100%;
    max-width: 400px;
}


.lobby-game{
    display: block;
    background: rgb(105 93 33 / 60%);
    border-radius: 4px;
    border: ridge 2px gold;
    position: relative;
    width: 100%;
    width: 98%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #000;
}

.lobby-game > .flex-row{
    align-items: flex-start;
}

.lobby-game > .flex-row > div{

    height: 90px;
}


.lobby-game .game-info{
    border-right: ridge 2px silver;
    width:60%;
    padding:10px;
}


.lobby-game .game-info .info-holder{
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
    align-items: flex-start;
}

.lobby-game .game-players{
    width:40%;
}

.lobby-game .game-players .game-player{
    padding:2px;
    width:100%;
    min-height: 90px;
}

.lobby-game .game-players .game-player > .btn-join{
    display: block;
    max-width: 200px;
    margin: auto;
    margin-top: 15px;
}

.lobby-game .game-players .game-player > .flex-row{
    align-items: flex-start;
}

.lobby-game .game-players .game-player > .flex-row > .avatar{
    width: 70px;
    height: 70px;
    background-image: url(/img/avatar.jpg);
    background-size: contain!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    border: ridge 2px gold;
    border-radius: 4px;
}


.lobby-game .game-players .game-player > .flex-row > .info{
    width:fit-content;
    font-size: 12px;
    padding: 0px 10px;
    
}


.lobby-game .game-players .game-player > .flex-row > .info .name{
    font-weight: bold;
}

.lobby-game .game-players > .players-2 > div
{
    width:50%;
    padding:10px;
}



.lobby-game .game-players > .players-2 > div:first-child{
    border-right: ridge 2px silver;
}



@media (max-width: 768px)
{ 

    .game-lobby > .lobby-topline 
    {
        flex-direction: column;
        gap: 2px;
    }


    .game-lobby > .lobby-topline > .user-profile {
        width:100%;
        height: 80px;
    }

    .game-lobby > .lobby-topline > .user-profile > .user-profile-content > .avatar {
        width: 65px;
        height: 65px;
    }

    .game-lobby > .lobby-topline > .user-profile > .user-profile-content > .userinfo {
        width: calc(100% - 75px);
        height: initial;
    }

    .game-lobby .holder-games {
        height: calc(100vh - 200px);
        top: 195px;
        padding: 2px;
    }


    .lobby-game > .flex-row {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .lobby-game > .flex-row > div {
        height:initial;
    }

    .lobby-game .game-info {
        width: 100%;
        border-right:none;
        border-bottom: ridge 2px silver;;
    }

    .lobby-game .game-info .info-holder {
        display: block;
        height: initial;
    }

    .lobby-game .game-players {
        width: 100%;
    }

    .lobby-game .game-players .game-player > .flex-row {
        align-items: center;
    }
    
    .lobby-game .game-players .game-player > .flex-row > .avatar {
        width: 50px;
        height: 50px;
    }

}