/* battlemass 2
 * 
 * Данил Гужвин
 * Сергей Калашников
 * Николай Вепрев
 * Дмитрий Петров
 *
 * 26.02.2020 22:49 (GMT+3)
 */

 @font-face{
    font-family:'GameFont';
    src:url('/style/battlemass.ttf');
}
@font-face{
    font-family:'LilitaOne';
    src:url('/style/Lilita One Russian.ttf');
}
@font-face{
    font-family:'Anfisa';
    src:url('/style/battlemass.ttf');
}
@font-face{
    font-family:'Gothic';
    src:url('/style/ofont.ru_Arthur Gothic.ttf');
}

::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-thumb {
    background: #2f3944;
}
::-webkit-scrollbar-track {
    background: #414d5a;
}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}

anfisa{font-family:Anfisa;position:absolute;left:50px ;top:6px ;font-size:15pt;	}
/* Tahoma, Arial */
/* Comic Sans MS, Comic Sans, cursive; */
body{
    font-family: Tahoma, Arial;
    font-size:16px;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 250px;
    background: linear-gradient(180deg, #0a7acf 34%, #115f8d 57%);
    overflow-y: scroll;
}
battlemass::after{
    content: "";
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 480px){
    body{
        background: url(/bmimage/backgrounds/bg2_test.jpg?0.6) no-repeat 50% 0 #000;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
}

.onlineText{
    color:green;
}

.offlineText{
    color:black;
}

.clanHover{
    width: 100%;
    margin-bottom: 8px;
}
.clanHover:hover{
    width: 100%;
    margin-bottom: 8px;
    background-color:#ddca9f;

}
.loading{
    z-index: 999999999;
    position: fixed;
    width: 40%;
    bottom: 0px;
    right: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}
.location_full{
    max-width: 480px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    min-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: -99999;
}

.location_full_elem{
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    max-width: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    left: 50%;
    transform: translateX(-50%);
}

.location_top {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 80px;
    z-index: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 2%;
    box-sizing: border-box;
}

.location_bottom {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100px;
    z-index: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 2%;
    box-sizing: border-box;
}

@media screen and (max-width: 440px) {
    .location_bottom{
        bottom: 90px;
    }
}

@media (max-height: 554px) {
    .location_full{
        min-height: 517px;
    }
}

.gametextbox{
    background-color: #012b55;
    height: 26px;
    border-radius: 9px;
    text-align: center;
    outline: none;
    font-weight: bold;
    border-width: 1px;
    border-color: #4e4d4c;
    border-style: solid;
    width: 94%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 20px;
    max-height: 320px;
    margin: 4px;
    padding: 6px;
    color: azure;
    font-size: 16px;
    resize: vertical;
}

.profile_sets_input {
    background-color: #012b55;
    border-radius: 4px;
    text-align: center;
    outline: none;
    font-weight: bold;
    border-width: 1px;
    border-color: #4e4d4c;
    border-style: solid;
    color: azure;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 0.2em;
}

.location_name {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000;
    border-radius: 6px;
    height: 29px;
    background: #20283c;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 49%;
    width: 49%;
}

.bg_fixed_location{
    z-index: -999999;
    width: 100%;
    min-height: 100%;
    top: 0;
    position: fixed;
    max-width: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url(/bmimage/location/67.jpg?136.1189);
    left: 50%;
    transform: translateX(-50%);
}

.z101{
    padding:0px ;
    text-align:left;
}
.pad{
    padding-left:3px ;
    padding-right:3px ;
}
.padding{
    padding-left:17px ;
}
.bold{
    font-weight:bold;}
.inputext{
    background-color:#C4AE7F;
    border:1px solid #7B4811;
}
.error{
    color:#cc0000;
}
.menu{
    background-color:#C4AE7F;
}

a.page_menu:link{
    color:#663300;
}
a.page_menu:active{
    text-decoration:none;
}
a.page_menu:visited{
    text-decoration:none;
}
a:link{
    color:black;

}
a:hover{
    text-decoration: none;
}
a.button{
    background:#FF8B00;
    text-decoration:none;
    width:100px ;
    text-align:center;
    border: 1px  solid black;
    display:block;
    margin-bottom:3px ;
    margin-top:3px ;
    color:black;
}
a.button:link{
    text-decoration:none;
}
a.button:active{
    text-decoration:none;
    background:#FFE200;
}
a.button:hover{
    text-decoration:none;
    background:#FFE200;
}
a.button:visited{
    text-decoration:none;
}

div.light{
    background-color:#DCC99F;
}
hr{
    border:none;/*Убираемграницу*/
    background-color: #092f6e;
    height:2px ;/*Толщиналинии*/
}
div.pstatus{
    top:0;
    left:0;
    margin-top:1px ;
}

div.container{
    width:232px ;
    height:150px ;
    position:relative;
    margin-top:1px ;
    text-align:center;
}
div.containerdiv{
    width:232px ;
    position:absolute;
}
.border_image{
    z-index:2;
}

.text_background{
    z-index:3;
    bottom:1px ;
}

.containerdiv.pstatus{
    z-index:5;
}
.left_name{
    top:0;
    left:0;
    margin-top:1px ;
    margin-left:15px ;
    text-align:left;
    z-index:5;
}
div.right_name{
    width:230px ;
    text-align:right;
    margin-top:-5px ;
}
.fight_button{
    border: 2px  solid black;
    padding-left:20px ;
    padding-right:20px ;
    padding-bottom:3px ;
}
div.left{
    left:17px ;
    bottom:17px ;
    text-align:left;
    z-index:3;
}
div.right{
    right:17px ;
    bottom:17px ;
    text-align:right;
    z-index:3;
}
.caption{
    background-color:#C4AE7F;
}
.button{
    background-color:#FF8B00;
    border:2px solid #663300;
    width:130px ;
    border-radius:4px ;
    display:inline-block;
    text-align:center;
    height:30px ;
    bottom:5px ;
    opacity:0.75;
}
.button:link{
    text-decoration:none;
}
.button:active{
    text-decoration:none;
    background:#FFE200;
}
.button:hover{
    text-decoration:none;
    background:#FFE200;
}
.button:visited{
    text-decoration:none;
}
.button_alt_00{
    background-color: #002a4d;
    border-color:#000000;
    border-width:1px ;
    border-style:solid;
    border-radius:4px ;
    text-align:center;
    width:250px ;
    line-height:30px ;
    font-weight:bold;
}
#btn_894_0{
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-top: 1px solid black;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}
#btn_894_1{
    width: 100%;
    height: 100%;
    background-color: grey;
    padding: 0;
    border: 0;
    border-top: 1px solid black;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}
.button_alt_00:hover{
    background:#00172a;
}
.button_alt_01, .button_alt_01_disabled {
    text-align: center;
    width: 90%;
    border-radius: 10px;
    text-shadow: 2px 2px 2px #000;
    font-family: sans-serif;
    font-style: initial;
    color: #ffffff;
    transition: 0.2s;
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    outline: none;
    margin: 3px auto;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}
.button_alt_01:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.05);
}
.button_alt_01_disabled {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(180deg, #7E7E7E 45%, #666666 55%);
}
.button_alt_02,
.button_alt_02_disabled {
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 3px #3f4041;
    text-shadow: 2px 2px 2px #000;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    width: 90%;
    outline: none;
    margin: 1px auto;
    padding-top: 4px;
    transition: 0.2s;
}
.button_alt_02_disabled {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(180deg, #7E7E7E 45%, #666666 55%);
}
.button_alt_02:not(.disabled):hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.05);
}

.button_alt_04,
.button_alt_04_disabled {
    background-color:#ff6700;
    border-color:#663300;
    border-width:2px ;
    border-style:solid;
    border-radius:4px ;
    text-align:center;
    width: 90%;
    outline:none;
    margin: 1px auto;
    padding-top:4px;
}
.button_alt_04_disabled {
    background-color: #7e7e7e;
    border-color: #535353;
}
.button_alt_04:hover{
    background:#ff9a00;
}
.main_button_01 {
    height: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #ff6700;
    border: 3px solid #663300;
    border-radius: 10px;
    padding: 2px;
}
.main_button_01:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #ff9a00;;
}
.bg_red {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: red_bg;
    animation-fill-mode: backwards;
}
.gold_button_anim {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: blue_bg;
    animation-fill-mode: backwards;
}
.input_real {
    width: 90%;
    height: 30px;
    font-weight: bold;
    border-width: 1px;
    border-color: #3e3e3e;
    border-style: solid;
    background-color: #000000;
    outline-color: #0d0d0d;
    color: aliceblue;
    border-radius: 6px;
    text-align: center;
}
.chat_input{
    outline:none;
    background-color: #0460A7;
    font-weight: bold;
    border-width: 1px;
    border-color: #002745;
    border-style:solid;
    border-radius: 12px;
    width:94%;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 20px;
    height: 100%;
    max-height: 320px;
    margin: 4px;
    padding: 6px;
}
.chat_input:focus{
    background-color:#057ACB;
}
.chat_input::placeholder{
    color: #cecece;
}
.chat_input_new {
    outline: none;
    background-color: #e7ce98;
    font-weight: bold;
    border-width: 1px;
    border-color: #bbaa8f;
    border-style: solid;
    border-radius: 8px;
    width: 96%;
    padding: 10px 0 10px 7px;
}
.chat_input_new:focus{
    background-color:#e7ce98;
}
.hover_affect {
    transition: all 0.3s;
}
.hover_affect:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-shadow: black 0 0 2px;
}
.div_for_buttons {
    margin: auto;
    width: 98%;
    border: 2px solid black;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    background-color: #e7cea9;
    padding: 10px 0 5px 0;
}
.div_for_main_chat {
    margin: 10px auto 0 auto;
    width: 98%;
    height: 100%;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e7cea9;
}
.chat_new,
.block_new {
    background-color: #edd19d;
    border: 1px solid #000000;
    padding: 0.5em;
}
#chat{
    margin: auto;
}
.system_message{
    color:red;
}
.fight_message{
    color:yellow;
}
a.message{
    text-decoration:none;
}
div.message{
    padding-bottom:3px ;
    padding-top:3px ;
    background-color:#C4AE7F;
}
.block12_mini{
    background-repeat:repeat-x;
    width:400px ;
    height:44px ;
    background-image:url('block/12.png?136.44724');
    font-weight:bolder;
    font-size:14px ;
    color:#000;
    text-align:center;
    line-height:44px ;
}
.block11{
    background-repeat:no-repeat;
    height:44px ;
    width:15px ;
    background-image:url('block/11.png?136.44724');
}
.block13{
    background-repeat:no-repeat;
    height:44px ;
    width:15px ;
    background-image:url('block/13.png?136.44724');
}


/*MadeinDanilgu*/

.loca{
    padding-top:13px ;
    width:250px ;
    padding-left:20px ;
    height:25px ;
    background-image:url("/bmimage/loc.png?136.44724");
}

.icohome{
    padding-top:5px ;
    width:250px ;
    padding-left:20px ;
    height:25px ;
    background-image:url("/bmimage/quest.png?136.44724");
    background-repeat:no-repeat;
}

a{
    text-decoration:none;
    /*color:#000000;*/
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
div{
    /*cursor: default;*/
}

td{
    cursor: default;
}

.table_block2{
    width: 100%;border-collapse: collapse;margin: auto;
}
/*свиток1*/
.block11{background-repeat:no-repeat;height:44px ;width:15px ;background-image:url("/bmimage/block/1.png?136.44724");}
.block12{background-repeat:repeat-x;height:44px ;background-image:url("/bmimage/block/2.png?136.44724");}
.block13{background-repeat:no-repeat;height:44px ;width:15px ;background-image:url("/bmimage/block/3.png?136.44724");}
.block21{background-repeat:repeat-y;width:15px ;background-image:url("/bmimage/block/4.png?136.44724");}
.block22{background-repeat:repeat;background-color:#D3C6A3;}
.block23{background-repeat:repeat-y;width:20px ;background-image:url("/bmimage/block/5.png?136.44724");}
.block31{background-repeat:no-repeat;height:44px ;width:15px ;background-image:url("/bmimage/block/6.png?136.44724");}
.block32{background-repeat:repeat-x;height:20px ;background-image:url("/bmimage/block/7.png?136.44724");}
.block33{background-repeat:no-repeat;height:44px ;width:14px ;background-image:url("/bmimage/block/8.png?136.44724");}

/*свиток2*/
.block01{background-position:right;background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/1.png?136.44724");}
.block02{background-repeat:repeat-x;width:1px ;height:17px ;background-image:url("/bmimage/block_1/2.png?136.44724");}
.block03{background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/3.png?136.44724");}
.block04{background-position:right;background-repeat:repeat-y;width:15px ;height:1px ;background-image:url("/bmimage/block_1/4.png?136.44724");}
.block05{background-color:#c4ae7f;}
.block06{background-repeat:repeat-y;width:15px ;height:1px ;background-image:url("/bmimage/block_1/5.png?136.44724");}
.block07{background-position:right;background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/6.png?136.44724");}
.block08{background-repeat:repeat-x;width:1px ;height:17px ;background-image:url("/bmimage/block_1/7.png?136.44724");}
.block09{background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/8.png?136.44724");}


/*свиток3*/
.block101{background-position:right;background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/1.png?136.44724");}
.block102{background-repeat:repeat-x;width:1px ;height:17px ;background-image:url("/bmimage/block_1/2.png?136.44724");}
.block103{background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/3.png?136.44724");}
.block104{background-position:right;background-repeat:repeat-y;width:15px ;height:1px ;background-image:url("/bmimage/block_1/4.png?136.44724");}
.block105{background-color:#c4ae7f;padding: 0 10px;}
.block106{background-repeat:repeat-y;width:15px ;height:1px ;background-image:url("/bmimage/block_1/5.png?136.44724");}
.block107{background-position:right;background-repeat:no-repeat;width:15px ;height:14px ;background-image:url("/bmimage/block_1/6.png?136.44724");}
.block108{background-repeat:repeat-x;width:1px ;height:17px ;background-image:url("/bmimage/block_1/7.png?136.44724");}
.block109{background-repeat:no-repeat;width:15px ;height:17px ;background-image:url("/bmimage/block_1/8.png?136.44724");}

.hr_01{
    border:none;/*Убираемграницу*/
    background-color:#a7936d;/*a6926dЦветлинии*/
    height:1px ;/*Толщиналинии*/
    width:100%;
    margin: 0;
}
.hr_02{
    border:none;/*Убираемграницу*/
    background-color:#e8cf98;/*a6926dЦветлинии*/
    height:1px ;/*Толщиналинии*/
    width:100%;
}

td{
    padding: 0px;
    background:none;
    border:none;
    text-decoration:none;

}
.location{
    text-align: center;
    z-index: 1;
    margin: auto;
    position: relative;
    padding: 0;
}



.locations{
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 91% 86%;
    background-position: 45% 45%;
    background-image:url("/bmimage/location/1.jpg?136.44724");
}

.text{
    width:320px ;
    bottom:10px ;
    z-index:4;
}

.top0_1{
    margin: auto;
    position:relative;
    text-align:center;
    width:320px ;
    height:36px ;
    z-index:99999;
}
.logo_Img{
    position:relative;
    width:270px ;
    height:28px ;
}
.top2_1{
    position:relative;
    margin-top:-26px ;
    font-size:10px ;
}
.ico_head_all{
    width: 20px;
    vertical-align: text-bottom;
}
.ramka_dvig{
    /*margin-top: -40px;*/
}
.mymagicoverbox_fenetre{
    z-index:9999;
    position:fixed;
    margin-left:50%;
    top:150px ;
    text-align:center;
    display:none;
    padding:5px ;
    background-color:#FFFFCC;
    outline:2px solid #000;/*Чёрнаярамка*/
}
.before_label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.before_label::before {
    content: "";
    position: absolute;
    font-size: 23px;
    background-image: url('/bmimage/icons/plata.png?123.0');
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: -1.6em;
    top: -0.55em;
    background-repeat: no-repeat;
}
.platinum_label::before {
    background-image: url(/bmimage/icons/platinum2.png?1);
}
.gold_label::before {
    background-image: url(/bmimage/icons/gold2.png?1);
}
.crystal_label::before {
    top: -0.53em;
    left: -1.5em;
    background-image: url(/bmimage/icons/gem2.png?1);
}
.ryb_label::before {
    left: -1.4em;
    top: -0.6em;
    content: "\20BD";
    background-image: none;
}

.no_scroll {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.no_scroll::-webkit-inner-spin-button,
.no_scroll::-webkit-outer-spin-button {
    -webkit-appearance: none;
}



.shops:hover{
    background-color:/*#DCC99F*/#cbac83;
}
.locations:hover{
    background-color:#dcc99f;

}

.shop_btn_width{
    width: 98%;
    margin: 0 auto;
}

/*registration*/
.button_auth{
    width: 300px;
    height: 50px;
    background-image: url(/bmimage/buttonreg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #f8b334;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.button_auth:hover{
    opacity: 1 !important;
}

.button_auth_Input,select {
    outline: none;
    border-style: solid;
    width: 100%;
    max-width: 300px;
    height: 50px;
    outline-color: #ffff00;
    background-color: #f7ff96;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}

#p_prldr{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    background: #9A12B3;
    z-index: 30;}

.contpre small{font-size:25px;}

.contpre{
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;top: 48%;
    margin-left:-125px;
    margin-top:-75px;
    color:#fff;
    font-size:40px;
    letter-spacing:-2px;
    text-align:center;
    line-height:35px;}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(bmimage/oval.svg?136.44724) center center no-repeat;
    background-size:41px;
    margin: -16px 0 0 -16px;}
.questpers01{background: url("../bmimage/qestpers/GOL_app_quest-drunkard.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers02{background: url("../bmimage/qestpers/GOL_app_quest-farrier.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers03{background: url("../bmimage/qestpers/GOL_app_quest-girl.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers04{background: url("../bmimage/qestpers/GOL_app_quest-merchant.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers05{background: url("../bmimage/qestpers/GOL_app_quest-skeleton.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers06{background: url("../bmimage/qestpers/GOL_app_quest-spy.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}
.questpers07{background: url("../bmimage/qestpers/GOL_app_quest-warrior.png?136.44724") center center no-repeat;width: 100%;height: 100%;position:absolute;bottom: -30px;z-index: 0;}

.questbtn {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 31px;
    width: 102px;
}

.locpers {
    position: relative;
    height: 150px;
    width: 150px;
}

.seller {
    position: relative;
    height: 140px;
    width: 150px;
}

.mob_ico_div {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-size: 100%;
    margin-left: 10px;
}

.locpers1{background: url("/bmimage/qestpers/GOL_app_quest-merchant.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*жиртрес*/
.locpers2{background: url("/bmimage/qestpers/GOL_app_quest-warrior.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*Человек в броне*/
.locpers3{background: url("/bmimage/qestpers/GOL_app_quest-drunkard.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*бомж*/
.locpers4{background: url("/bmimage/qestpers/GOL_app_quest-farrier.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*Зеленая борода*/
.locpers5{background: url("/bmimage/qestpers/GOL_app_quest-girl.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*Мадама*/
.locpers6{background: url("/bmimage/qestpers/GOL_app_quest-skeleton.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*Скелет*/
.locpers7{background: url("/bmimage/qestpers/GOL_app_quest-spy.png?123.0") no-repeat;background-size: contain;background-position: bottom;}/*в шарфике*/
.locpers8{background: url("/bmimage/qestpers/anime.png?1223.0") no-repeat;background-size: contain;background-position: bottom;}/*anime*/
.locpers9{background: url("/bmimage/qestpers/anime_0.png?1244.0") no-repeat;background-size: contain;background-position: bottom;}/*anime*/
.locpers10{background: url("/bmimage/qestpers/anime_1.png?1244.0") no-repeat;background-size: contain;background-position: bottom;}/*anime*/
.locpers11{background: url("/bmimage/qestpers/anime_2.png?1244.0") no-repeat;background-size: contain;background-position: bottom;}/*anime*/
.locpers12{background: url("/bmimage/qestpers/GOL_app_quest-future.png?1244.1") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers13{background: url("/bmimage/qestpers/GOL_app_quest-viking1.png?1244.1") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers14{background: url("/bmimage/qestpers/GOL_app_quest-viking2.png?1244.1") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers15{background: url("/bmimage/qestpers/GOL_app_quest-viking3.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers16{background: url("/bmimage/qestpers/GOL_app_quest-viking_child.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers17{background: url("/bmimage/qestpers/GOL_app_quest-viking1_2.png?1244.1") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers18{background: url("/bmimage/qestpers/GOL_app_quest-viking2_2.png?1244.1") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers19{background: url("/bmimage/qestpers/GOL_app_quest-viking3_2.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers20{background: url("/bmimage/qestpers/GOL_app_quest-viking_child_2.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers21{background: url("/bmimage/qestpers/GOL_app_quest-halloween.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers22{background: url("/bmimage/qestpers/1.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers23{background: url("/bmimage/qestpers/2.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers24{background: url("/bmimage/qestpers/3.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers25{background: url("/bmimage/qestpers/4.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers26{background: url("/bmimage/qestpers/5.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers27{background: url("/bmimage/qestpers/6.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers28{background: url("/bmimage/qestpers/7.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers29{background: url("/bmimage/qestpers/8.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers30{background: url("/bmimage/qestpers/9.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers31{background: url("/bmimage/qestpers/10.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers32{background: url("/bmimage/qestpers/11.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers33{background: url("/bmimage/qestpers/12.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers34{background: url("/bmimage/qestpers/13.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers35{background: url("/bmimage/qestpers/14.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers36{background: url("/bmimage/qestpers/15.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers37{background: url("/bmimage/qestpers/16.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers38{background: url("/bmimage/qestpers/17.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers39{background: url("/bmimage/qestpers/18.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers40{background: url("/bmimage/qestpers/19.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers41{background: url("/bmimage/qestpers/20.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers42{background: url("/bmimage/qestpers/21.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers43{background: url("/bmimage/qestpers/22.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers44{background: url("/bmimage/qestpers/23.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers45{background: url("/bmimage/qestpers/24.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers46{background: url("/bmimage/qestpers/25.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers47{background: url("/bmimage/qestpers/26.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers48{background: url("/bmimage/qestpers/27.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers49{background: url("/bmimage/qestpers/28.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers50{background: url("/bmimage/qestpers/29.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers51{background: url("/bmimage/qestpers/30.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers52{background: url("/bmimage/qestpers/31.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers53{background: url("/bmimage/qestpers/32.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers54{background: url("/bmimage/qestpers/33.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers55{background: url("/bmimage/qestpers/34.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers56{background: url("/bmimage/qestpers/35.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers57{background: url("/bmimage/qestpers/36.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers58{background: url("/bmimage/qestpers/37.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers59{background: url("/bmimage/qestpers/38.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers60{background: url("/bmimage/qestpers/39.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers61{background: url("/bmimage/qestpers/40.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers62{background: url("/bmimage/qestpers/41.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers63{background: url("/bmimage/qestpers/42.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers64{background: url("/bmimage/qestpers/43.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers65{background: url("/bmimage/qestpers/44.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers66{background: url("/bmimage/qestpers/45.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers67{background: url("/bmimage/qestpers/46.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers68{background: url("/bmimage/qestpers/47.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers69{background: url("/bmimage/qestpers/48.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers70{background: url("/bmimage/qestpers/49.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers71{background: url("/bmimage/qestpers/50.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers72{background: url("/bmimage/qestpers/51.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers73{background: url("/bmimage/qestpers/52.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers74{background: url("/bmimage/qestpers/53.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers75{background: url("/bmimage/qestpers/54.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers76{background: url("/bmimage/qestpers/55.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers77{background: url("/bmimage/qestpers/56.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers78{background: url("/bmimage/qestpers/57.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers79{background: url("/bmimage/qestpers/58.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers80{background: url("/bmimage/qestpers/59.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers81{background: url("/bmimage/qestpers/60.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers82{background: url("/bmimage/qestpers/61.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers83{background: url("/bmimage/qestpers/62.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers84{background: url("/bmimage/qestpers/63.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers85{background: url("/bmimage/qestpers/64.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers86{background: url("/bmimage/qestpers/65.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers87{background: url("/bmimage/qestpers/66.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers88{background: url("/bmimage/qestpers/67.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers89{background: url("/bmimage/qestpers/68.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers90{background: url("/bmimage/qestpers/69.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers91{background: url("/bmimage/qestpers/70.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers92{background: url("/bmimage/qestpers/71.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers93{background: url("/bmimage/qestpers/91.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers94{background: url("/bmimage/qestpers/92.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers95{background: url("/bmimage/qestpers/93.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers96{background: url("/bmimage/qestpers/94.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers97{background: url("/bmimage/qestpers/95.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers98{background: url("/bmimage/qestpers/96.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/
.locpers99{background: url("/bmimage/qestpers/97.png?1244.2") no-repeat;background-size: contain;background-position: bottom;}/*not anime*/

.locpers_null{background: url(/bmimage/icons/lobby_sub_icon_mission.png?1) no-repeat;background-size: contain;background-position: bottom;}

.mob_ico_div.locpers8,
.mob_ico_div.locpers10 {
    background-position: 50% 0%;
    background-size: 70px;
}
.mob_ico_div.locpers9 {
    background-position: 90% 0;
    background-size: 70px;
}
.mob_ico_div.locpers11 {
    background-position: 40% 0;
    background-size: 70px;
}
.mob_ico_div.locpers13,
.mob_ico_div.locpers14,
.mob_ico_div.locpers15,
.mob_ico_div.locpers16,
.mob_ico_div.locpers17,
.mob_ico_div.locpers18,
.mob_ico_div.locpers19,
.mob_ico_div.locpers20 {
    background-position: 38% 69%;
    background-size: 70px;
}
.btnyes{
    background: url(/bmimage/button/btnyes.png);
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}
.btnno{
    background: url("/bmimage/button/btnno.png?123.0");
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}
.btn:hover{
    opacity: 0.7;
}
.text_msg_quest::-webkit-scrollbar {
    /*display: none;*/
}
.coll_for_yes{
    vertical-align: top;
}
.coll_for_no{
    vertical-align: top;
}

.tablehov {
    width: 98%;
    border-radius: 0.8em;
    height: 60px;
    position: relative;
    padding: 0.5em 0;
    background-color: #f8deb9;
    border: 1px solid #000000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.tablehov:nth-of-type(1) {
    margin: 0 auto;
}
.tablehov:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #fad7a6;
}
.tablehov:not(:last-of-type):before,
.tablehov:not(:last-of-type)::after {
    content: "";
    height: 6px;
    width: 2px;
    background-color: black;
    position: absolute;
    bottom: -10px;
    left: 4%;
}
.tablehov:not(:last-of-type)::after {
    left: unset;
    right: 4%;
}
.tablehov .dott_td::before,
.tablehov .dott_td::after {
    content: "";
    padding: 9px;
    background: radial-gradient(circle at center, rgba(249,203,34,0.996078431372549) 0%, #f73600 100%);
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    top: 32%;
    left: 2%;
}
.tablehov .dott_td::after {
    left: unset;
    right: 2%;
}
.equip_block {
    border: 1px solid #653602;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 18px;
    padding-top: 16px;
    margin: 1px 0;
    background-color: #c5af7f;
}
.clan_block {
    border: 1px solid #653602;
    padding: 15px;
    margin: 1px 0;
    background-color: #c5af7f;
}

.clanturblock {
    border: 1px solid #092f6e;
    padding: 10px 0 10px 5px;
    background-color: #3577e4;
}

.quest_block {
    border: 1px solid #B69C63;
    padding: 10px 5px;
    background-color: #c5af7f;
}

.grab_block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
    background-color: rgb(0,0,0,0.12);
    border-top: 1px solid #092f6e;
    border-bottom: 1px solid #092f6e;
}
.grab_block p {
    margin: 0;
}

.clanturblock:checked,
.equip_block:checked,
.quest_block:checked,
.grab_block:checked,
.clan_block:checked {
    background-color: rgb(0,0,0,0.28);
}
.groot_attacked span:hover,
.clanturblock:hover,
.equip_block:hover,
.quest_block:hover,
.grab_block:not(.no_hover):hover,
.clan_block:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(0,0,0,0.28);
}

.equipblockodet {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 1px;
    border: 1px solid #653602;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 16px;
    padding-top: 16px;
    background-color: #c5af7f;
}
.equipblockodet:checked {
    background-color: #ddca9f;
}
.equipblockodet:hover {
    background-color: #ddca9f;
}
.shophref:checked {
    background-color: #ddca9f;
}
.shophref:hover {
    background-color: #ddca9f;
}
.shopblock {
    /*margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #c9ac71;*/
}
.shopblock:checked{
    /*background-color: #ddca9f;*/
}
.shopblock:hover{
    /*background-color: #ddca9f;  */
}
.shopminiblock {
    padding-bottom: 7px;
    padding-top: 8px;
    background-color: #fbaa36;
    border-radius: 6px;
    transition: 0.2s;
}
.shopminiblock:checked{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #fdbc5e;
    transform: scale(1);
}
.shopminiblock:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #fdbc5e;
    transform: scale(0.97);
}

/*свиток 30*30*/
.ptb_1l{
    width: 30px;
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/1l.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
.ptb_1c{
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/1c.svg?136.44724");
    background-size: contain;
    background-repeat: repeat-x;
    padding: 0;
}
.ptb_1r{
    width: 30px;
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/1r.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}



.ptb_2l{
    width: 30px;
    background-image: url("../bmimage/profile_svitok_3/2l.svg?136.44724");
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0;
}
.ptb_2c{
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/2c.svg?136.44724");
    background-size: contain;
    background-size: contain;
    padding: 0;
}
.ptb_2r{
    width: 30px;
    background-image: url("../bmimage/profile_svitok_3/2r.svg?136.44724");
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0;
}


.ptb_3l{
    width: 30px;
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/3l.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
.ptb_3c{
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/3c.svg?136.44724");
    background-size: contain;
    background-repeat: repeat-x;
    padding: 0;
}
.ptb_3r{
    width: 30px;
    height: 30px;
    background-image: url("../bmimage/profile_svitok_3/3r.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}


/*logo 121218*/
.lth_01l{
    height: 100%;
    max-height: 100%;
    background-image: url("../bmimage/logo_svg/logo_l.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
}
.lth_01c{
    text-align: center;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background-image: url("../bmimage/logo_svg/logo_c.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lth_01r{
    height: 100%;
    max-height: 100%;
    background-image: url("../bmimage/logo_svg/logo_r.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;

}
.huntb_text {
    text-align: left;
    width: 100%;
}
.event_text2,
.event_header2,
.event_header {
    padding: 3px 0;
    margin: 10px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.event_text2 {
    font-size: 16px;
    margin: 0;
}
.event_header2 {
    font-weight: 400;
    font-size: 20px;
}
.event_text {
    text-align: center;
}
.event_buy {
    margin: 10px auto;
    text-align: center;
}
.event_table {
    margin: auto;
    border-spacing: 0;
    width: 100%;
}
.input_text {
    display: none;
}
.big_black_hr {
    height: 5px;
    border: 0;
    background-color: #e7ce98;
}
.green_hr {
    background-color: green;
}
.red_hr {
    background-color: #CB2025;
}
.blue_hr {
    background-color: #0033CC;
}
.purple_hr {
    background-color: #7f00ff;
}
.ref_text {
    margin-bottom: 0;
}
.online_table tr td font:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.online_table_th {
    font-weight: bold;
    background-color: #633300;
    color: #ddca9f;
}
.online_table tr:not(:first-child):nth-child(2n+1) {
    background-color: #bb9854;
}
.online_table tr:nth-child(2n) {
    background-color: #c8ac71;
}
.admin_shop_table td {
    background-color: #faffbd;
}
.admin_shop_table textarea {
    min-height: 60px;
}
.hidden_creator {
    display: none;
}
.default_table {
    width: 98%;
    margin: auto;
    border-radius: 5px;
}
.default_table td.center {
    text-align: center;
}
.input_text,
.hidden,
.hidden_creator {
    display: none;
}
.default_table {
    width: 98%;
    margin: auto;
    border-collapse: collapse;
}
.default_table th,
.default_table tr,
.default_table td {
    height: 32px;
    padding: 5px;
    border: 2px solid #50668E;
}
.default_table.small_padding th,
.default_table.small_padding tr,
.default_table.small_padding td {
    height: unset;
    padding: 1px 2px;
}
.default_table th {
    background-color: #4C3C8F;
    color: #ffdce8;
}
.default_table td {
    background-color: #060E1D;
    color: antiquewhite;
}
.default_table .button_alt_01,
.default_table .button_alt_01_disabled {
    width: 98%;
}
.default_table .table_img {
    height: 30px;
}
.default_table th.clicked {
    padding: 0.5em;
    font-size: 1.5em;
    transition: all 0.3s;
}
.default_table th.clicked:hover {
    cursor: pointer;
    background-color: #ff5722;
    border: 2px solid #f44336;
}
details {
    margin: 5px 5px 15px 5px;
}
summary {
    margin: 0px 5px 15px 5px;
    text-align: center;
}
.table_input {
    width: 96%;
}
.beauty_checkbox {
    width: 100%;
    height: 25px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
}
.beauty_checkbox:checked {
    background: #02a9f4;
}
.beauty_checkbox::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    transition: 0.5s;
}
.beauty_checkbox:checked::before {
    left: 85%;
}
.text-align_center {
    text-align: center;
}
.text_for_quest {
    font-size: 20px;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
    margin: 0 auto;
}
.display_none {
    display: none;
}

.label_for_radio_table {
    width: 98%;
    margin: 0 auto 6px auto;
    border-collapse: collapse;
}

.label_for_radio_table tr td:nth-of-type(1),
.label_for_radio_table tr td:nth-of-type(3) {
    width: 33%;
}

.label_for_radio_table tr td:nth-of-type(2) {
    width: 34%;
}

.label_for_radio_table label {
    display: inline-block;
    background-color: #3577e4;
    border: 1px solid #000000;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    box-sizing: border-box;
}
.label_for_radio_table label:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(0,0,0,0.28);
}

.div_for_checkbox {
    display: none;
}

.radio_container {
    background: #012b55;
    border-radius: 6px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 0.5em;
}

.radio_container .radio_container_text {
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    font-size: 18px;
    color: #49aaf5;
    position: relative;
}
.radio_container .radio_container_text .text_underline {
    display: none;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    border-bottom: 5px solid #FCFBFD;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
#first_input:checked ~ .radio_container label[for="first_input"],
#second_input:checked ~ .radio_container label[for="second_input"],
#third_input:checked ~ .radio_container label[for="third_input"] {
    color: #FCFBFD;
}
#first_input:checked ~ .radio_container label[for="first_input"] .text_underline,
#second_input:checked ~ .radio_container label[for="second_input"] .text_underline,
#third_input:checked ~ .radio_container label[for="third_input"] .text_underline {
    display: block;
}
/* init events */
#first_input:checked ~ .label_for_radio_table label[for="first_input"],
#second_input:checked ~ .label_for_radio_table label[for="second_input"],
#third_input:checked ~ .label_for_radio_table label[for="third_input"] {
    background-color: #3577e4;
    cursor: default;
}

#first_input:checked ~ #first_input_div,
#second_input:checked ~ #second_input_div,
#third_input:checked ~ #third_input_div {
    display: block;
}

.admin_edit {
    float: right;
    font-size: 18px;
}

.admin_edit:hover {
    cursor: cell;
    text-decoration: underline;
}

.admin_comment_text {
    font-style: italic;
    font-size: 14px;
    margin: 1em 0 0 0;
    color: grey;
}

.main_hr {
    height: 5px;
}

.good_input_style {
    outline: none;
    height: 25px;
    width: 98%;
    border: 1px solid rgb(125, 75, 17);
    padding: 3px;
}
.location_bottom_gradient{
    height: 5%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#394450));
    background: linear-gradient(to bottom,transparent 0%,#394450 100%);
    position: absolute;
    bottom: 0%;
    z-index: 10;
    max-width: 480px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}
.ramka_div {
    background-image: url(/bmimage/window_wood_iron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mmobutton{
    width: 24%;
    text-align:center;
    border-radius:10px;
}
.mmobutton:hover{
    text-align:center;
    border-radius:10px;
}
.equip_net,
.equip_all,
.shop_net,
.shop_all {
    color: grey
}

.BlueMsg{
    color: blue;
}

.CallMD,
.chat_buyed,
.chat_newlvl,
.profile_narmas,
.GetDress,
.chat_blocked,
.equip_yvorot,
.shop_yvorot {
    color: rgba(255, 255, 255, 0.73);
}
.error_msg,
.profile_sheivan,
.help_red,
div.result_red,
.equip_brona,
.shop_brona,
.groot_attacked,
.MainGrabColor,
.NoReadMsg,
.questText1 {
    color: #ff5722;
}
.equip_major,
.shop_major {
    color: yellow;
}
.equip_uron,
.shop_uron,
.GreenMsg2,
.GreenMsg,
.ClanUserOnline,
.onlineUser,
.NoReadMsg2,
.help_green,
.questText3 {
    color: #15b515;
}
.equip_brown,
.wintext,
.equip_remove,
.equip_remont,
.equip_take {
    color:#642F00;
}
.equip_salat {
    color: #99ffcf;
    font-weight: bold;
}
.equip_fiolet {
    color: #8b00ff;
}
.equip_white {
    color: #ffffff;
}

.line2 {
    background: #bb9854;
}
.qGreen {
    background-color: #8fdc71;
}
.qRed {
    background-color: #cd6060;
}
.msgBG {
    position: relative;
    margin: auto;
    width: 90%;
    background-color: #e3eef2;
    border-radius: 11px;
    padding-bottom: 4%;
    border-top: 28px solid rgba(40, 40, 40, 0.72);
    background-clip: padding-box;
}

.msgBG:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -28px;
    padding-bottom: 25px;
    left: -2px;
    border-radius: 11px;
    border: solid 2px #000000;
    pointer-events: none;
}

.msgBG2 {
    position: relative;
    margin: auto;
    width: 90%;
    background-color: #e3eef2;
    border-radius: 11px;
    padding-bottom: 4%;
    border-top: 28px solid rgba(40, 40, 40, 0.72);
    background-clip: padding-box;
}

.msgBG2:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -28px;
    padding-bottom: 25px;
    left: -2px;
    border-radius: 11px;
    border: solid 2px #000000;
    pointer-events: none;
}

.win_prize_money {
    padding-left: 5px;
    font-weight: bold;
    color: #003300;
}

.new_text,
.new_title {
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
    word-break: break-word;
}
.new_title {
    color:#693401;
}
.win_prize {
    color: #006600;
    padding-top: 0px;
}
.shkaf_bg {
    background-color: #faffbd;
}
.auk_new_lots_bg {
    width: 100%;
    margin: auto;
    background-color: #FFFFCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}
.imgHere{
    display: none;
    margin: auto;
    width: 90%;
    height: 130px;
    padding:5px;
    overflow: auto;
}
#mybutton:active{
    opacity: 0.5;
}

.groot_attacked span {
    text-decoration: underline;
}
.clan_input {
    outline: none;
    margin-top: 6px;
    height: 35px;
    width: 96%;
    background-color: #c5af7f;
    border: 1px solid #7d4b11;
    padding: 3px;
}
.colonleft{
    width: 150px;
    padding-left: 6;
}
.colonright{
    width: 130px;
    padding-right: 6;
    word-break: break-all;
}
.id_dress,
.name_dress,
.lvl_dress {
    outline: none;
}
.big_checkbox {
    height: 30px;
    width: 30px;
    margin: 0;
}
.blocked_btn {
    background-color: #808080;
}
.blocked_btn:hover {
    cursor: default;
    background-color: #808080;
}
a.startDownload {
    opacity: 0.85;
}
a.startDownload:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: unset;
    opacity: 1;
}
.profile_img {
    width: 100%;
}
.container-els {
    box-sizing: border-box;
    border: 1px solid #653602;
    background-color: #c5af7f;
    padding: 10px;
    margin: 0 auto;
    width: 98%;
}
.container-el {
    border: 1px solid #B69C63;
    padding: 10px 0 10px 5px;
    background-color: #c5af7f;
}
.quest_num {
    border: 1px solid #000000;
}
.top_right_radius {
    border-radius: 5px 7px 5px 5px;
}
.top_left_radius {
    border-radius: 7px 5px 5px 5px;
}
.bot_right_radius {
    border-radius: 5px 5px 7px 5px;
}
.vjv_td_01 {
    width: 33%;
}

#chat_msg {
    word-break: break-all;
}

.lvl_svitok {
    width: 30px;
    height: 30px;
    margin: 10px;
    text-align: center;
    background: #ffce31;
    position: relative;
    display: inline-block;
}
.lvl_svitok:before,
.lvl_svitok:after {
    content: "";
    height: 30px;
    width: 30px;
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
.lvl_svitok:before {
    -moz-transform: rotate(30deg); /* Для Firefox */
    -ms-transform: rotate(30deg); /* Для IE */
    -webkit-transform: rotate(30deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(30deg); /* Для Opera */
    transform: rotate(30deg);
}
.lvl_svitok:after {
    -moz-transform: rotate(60deg); /* Для Firefox */
    -ms-transform: rotate(60deg); /* Для IE */
    -webkit-transform: rotate(60deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(60deg); /* Для Opera */
    transform: rotate(60deg);
}
.svitok_lvl {
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 23px;
}
.svitok_block {
    display: inline-block;
    position: relative;
}
.svitok_block:not(:nth-of-type(1)) {
    margin-left: 10px;
}
.plat_svitok {
    margin: 0 5px;
}
.svitok_text {
    font-family: "Rockwell";
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255,255,203,0.996078431372549) 0%, #e1cdad 100%);
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    padding: 3px 62px 3px 25px;
    color: #FFFDFB;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.svitok_img {
    width: 30px;
    vertical-align: text-top;
    position: absolute;
    bottom: -2px;
    left: -11px;
}
.svitok_red {
    top: -1px;
    width: 31px;
    left: -8px;
}
.main_info {
    position: absolute;
    top: 8px;
    z-index: 10;
    max-width: 480px;
    width: 100%;
    text-align: center;
}
.main_info.inTop {
    position: relative;
    top: -16px;
    z-index: 999;
}
td.inTop {
    border-top: 0;
    padding: 8px 0;
    border-radius: 0 0 10px 10px;
}
.buy_button {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    bottom: 3px;
    right: 0px;
    background: #99df94;
    border: 1px solid #2e6430;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    transition: 0.2s;
}
.buy_button:hover,
.buy_button:active {
    background-color: #a1ff9a;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.background_color_purple{
    background: linear-gradient(180deg, #f489ff 0%, #b518c4 100%);
}

.background_color_platinum{
    background: linear-gradient(180deg, #3bc7ff 0%, #1a6afd 100%);
}

.background_color_gold{
    background: linear-gradient(180deg, #ffe925 0%, #ee8f0b 100%);
}

.background_color_purple_line{
    background: linear-gradient(180deg, #5206b2 0%, #190732 100%);
}

.background_color_platinum_line{
    background: linear-gradient(180deg, #0665b0 0%, #00223c 100%);
}

.background_color_gold_line{
    background: linear-gradient(180deg, #a36202 0%, #353002 100%);
}

.background_color_purple:hover, .background_color_purple:active {
    background: linear-gradient(180deg, #f99fff 0%, #b82cc4 100%);
}

.background_color_platinum:hover, .background_color_platinum:active {
    background: linear-gradient(180deg, #52d3ff 0%, #3d81fd 100%);
}

.background_color_gold:hover, .background_color_gold:active {
    background: linear-gradient(180deg, #fff34c 0%, #ee9648 100%);
}

#profileTable{
    width:100%;
    margin: auto;
    border-spacing: 0px;
}
#profileIconsMin{
    width:60px;
}
#profileIconsMax{
    width:100%;
}
#profileTable td{
    text-align:center;
    vertical-align: middle;
    border: none;
    padding: 0px;
}
#profileTable img{
    border-radius: 10px;
    width:60px;
    background-image: url("/bmimage/shopicons/744.png");
    background-size: cover;
}
#profileTable2{
    width:100%;
    margin: auto;
    border-spacing: 0px;
}
#profileTable2 td{
    text-align:center;
    width:33%;
}
#profileTable3{
    width:100%;
    margin: auto;
    border-spacing: 0px;
}
#profileTable3 td{
    text-align:center;
    width: auto;
}

#profileTable4{
    width:100%;
    margin:auto;
    border-spacing: 0px;
}
#profileTable4 td{
    text-align:left;
    width:50%;
    padding-left: 1px;
}
#profileTable4 div:nth-child(2n+1) {
    background-color: #bb9854;
}
#profileTable4 div:nth-child(2n+2) {
    background-color: #c8ac71;
}
#profileTable5{
    width:100%;
    margin:auto;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #947c55;
    border-radius: 6px;
    padding: 2px;
    font-size: 16px;
    border-spacing: 0px;
}
#profileTable5 td{
    text-align: center;
    max-width:50%;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    margin:0;
    border:none;
}
#profileTable5 tr td:nth-child(1) {
    text-align: center;
    padding-left: 2px;
    white-space: nowrap;
}
#profileTable5 tr td:nth-child(3) {
    text-align: left;
    padding-left: 2px;
    word-break: break-all;
}

#profileTable5 tr:nth-child(2n+1) {
    background-color: #bb9854;
}
#profileTable5 tr:nth-child(2n+2) {
    background-color: #c8ac71;
}
#profileZv{
    width:35%;
}

#profileNoneTd{
    background-color: #947c55;
    width:1px;
}
.profileFonMob{
    background-image: url("/bmimage/battle_fon/22.jpg");
    background-size: 100% 100%;
    border-radius: 6px;
}
.otherprofilediv{
    width:100%;
    position: relative;
}
.otherprofilediv button{
    width:49%;
    height: 50px;
}
.equiptableotherprofiles{
    width:100%;
    margin:auto;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #947c55;
    border-radius: 6px;
    padding: 2px;
    font-size: 13px;
    border-spacing: 0px;
}
.equiptableotherprofiles td{
    text-align: center;
    border-radius: 0;
    margin:0;
    border:none;
    height: 26px;
    font-size: 14px;
}
.equiptableotherprofiles td:nth-child(1) {
    width:80px;
}
.equiptableotherprofiles td:nth-child(3) {
}
.equiptableotherprofiles tr:nth-child(2n+1) {
    background-color: #bb9854;

}
.equiptableotherprofiles tr:nth-child(2n+2) {
    background-color: #c8ac71;
}
.tableotherprofiles{
    width:100%;
    margin:auto;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #947c55;
    border-radius: 6px;
    padding: 2px;
    font-size: 13px;
    border-spacing: 0px;
}
.tableotherprofiles td{
    text-align: center;
    border-radius: 0;
    margin:0;
    border:none;
    height: 24px;
    font-size: 14px;
}
.tableotherprofiles td:nth-child(1) {
}
.tableotherprofiles td:nth-child(3) {
}
.tableotherprofiles tr:nth-child(2n+1) {
    background-color: #bb9854;
}
.tableotherprofiles tr:nth-child(2n+2) {
    background-color: #c8ac71;
}
#td_894{
    width: 20%;
    height: 40px;
}
.skin_table{
    margin:auto;
    text-align: center;
}
.skin_table #skin_block{
    padding: 6px;
    background-color: #faffbd;
    border-radius: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px;
    min-width: 60px;
}
.skin_table img{
    height: 40px;
    width: 40px;
}
.skin_table #skin_block_line{
    background-color: brown;
    width: 100%;
    margin-left: -7px;
    padding-right: 7px;
    padding-left: 7px;
    border-style: double;
    border-width: 4px;
    border-left: none;
    border-right: none;
    border-color: gold;
    color: gold;
}
.nick_left_padding{
    padding-left: 15px;
}
.line {
    background: #BB9854;
    height: 25px;
    width: 190px;
}
.line3 {
    background: #D3C6A3;
}
.page_title {
    background-color: #3577e4;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #092f6e;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 1em;
    color: #ffffff;
    padding: 0.4em 0;
}
.block_text {
    width: 95%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 0.5em 0;
    border: 1px solid #000000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(0deg, #918a78 3%, transparent 22%),linear-gradient(180deg, #f4efe6 3%, transparent 22%), #e9d9bf;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.block_text:hover {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.middle_title {
    border-radius: 10px;
    border: 1px solid #000000;
    width: 75%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 1em auto;
    padding: 0.5em 0;
    background: linear-gradient(0deg, #1246a8 3%, transparent 22%),linear-gradient(180deg, #78afeb 3%, transparent 22%), #469af8;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.mobs_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.mobs_block {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 26%;
    border: 1px solid black;
    border-radius: 5px 5px 10px 10px;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border-bottom: solid 4px rgba(0, 0, 0, 0.75);
    max-height: 180px;
    margin: 7px;
}
.mobs_block:not(.disabled_mob):hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    overflow: visible;
}

.mobs_block .mobs_name {
    display: flex;
    background: none;
    text-shadow: 0px 2px 3px rgb(0 0 0);
    font-family: sans-serif;
    text-align: center;
    padding: 0.5em 0.3em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    font-size: 12px;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    word-break: break-word;
    width: 110%;
}
.mobs_block .mobs_icon {
    display: flex;
    box-sizing: border-box;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0.5em 0.3em;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: #1F5FDB;
    border-bottom: solid 5px #224690;
    image-rendering: pixelated;
    overflow: hidden;
}

.mobs_block .mobs_icon .icon {
    width: 120px; /*122%*/
}
.mobs_block .mobs_icon .icon:after{
    content: '';
    background-color: #fc0;
}
.mobs_block.disabled_mob {
    color: #f1f1f1;
}
.mobs_block.disabled_mob .mobs_name {
    background-color: #bfbfbf;
}
.mobs_block.disabled_mob .mobs_icon {
    background: radial-gradient(#ffffff, #666666);
}
@media screen and (max-width: 400px) {
    .mobs_block .mobs_name {
        font-size: 12px;
    }
}

.mobs_block_bg{
    padding-top: 10px;
    border-bottom: solid 7px #003158;
    border-radius: 12px;
    color: white;
    background-color: rgba(0, 102, 255, 0.7);
    margin: 0 1em;
}

.mobs_block_bg_bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0.5em 1em;
    border-top: 1px solid black;
    background-color: rgba(0, 69, 172, 0.97);
    box-sizing: border-box;
}
.hunt_block_text {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
.default_new_list {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #000000;
    margin-bottom: 6px;
    border-collapse: collapse;
}
.default_new_list td:nth-of-type(1) {
    background-color: #c6582d;
    padding: 0.2em;
}
.default_new_list:not(.noHover) td:nth-of-type(1):hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #d3734e;
}
.default_new_list td:nth-of-type(1) > img {
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
.default_new_list td:nth-of-type(2) {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #edd19d;
    padding: 0.6em 0.3em;
}
.default_new_list:not(.noHover) td:nth-of-type(2):hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #eddcbd;
}
.newTable .admin_comment,
.default_new_list td:nth-of-type(2) > .admin_comment {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
    text-align: left;
    color: gray;
}
.default_new_list td:nth-of-type(3) {
    background-color: #e1a229;
    padding: 0.3em;
}
.default_new_list:not(.noHover) td:nth-of-type(3):hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #e4b04e;
}
.default_new_list td:nth-of-type(3) > img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.default_new_list td.text-left {
    text-align: left;
}
.blink_anim {
    animation: blink 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.scale_anim {
    animation: scale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.newTable {
    background-color: #edd19d;
    border: 1px solid #000000;
    width: 98%;
    margin: 0 auto 6px auto;
    padding: 0.2em;
    border-radius: 6px;
}
.newTitle {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.newTable .inTable_table {
    width: 70%;
    margin: 0 auto;
}
.show_hero {
    border: 1px solid #000000;
    width: 98%;
    margin: 0 auto 6px auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-collapse: collapse;
}
.show_hero .text_td {
    font-weight: bold;
    text-align: center;
    border-top: 1px solid black;
    font-size: 24px;
    padding: 0.4em;
    background-color: #edd19d;
}
.attack_btn {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #000000;
    background-color: #e1a229;
    padding: 0.2em;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.attack_btn:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #e4b04e;
}
.monster_here {
    text-align: center;
}
.text_msg_quest {
    word-break: break-word;
    padding: 0.6em 0;
}
.new_button_table {
    width: 100%;
    border-collapse: collapse;
}
.new_button_table .coll_for_yes,
.new_button_table .coll_for_no {
    border-bottom: 0;
    padding-top: 0.3em;
    width: 50%;
    font-weight: bold;
    font-size: 18px;
}
.new_button_table .coll_for_yes {
    padding-right: 5px;
}
.new_button_table .coll_for_no {
    padding-left: 5px;
}
.new_button_table .no_right_border {
    border-right: unset;
}
.new_button_table .no_left_border {
    border-left: unset;
}
.new_button_table .no_right_padding {
    padding-right: unset;
}
.new_button_table .no_left_padding {
    padding-left: unset;
}
.new_button_table .coll_for_yes .yes_btn,
.new_button_table .coll_for_no .no_btn {
    border: 1px solid #000000;
    text-align: center;
    padding: 0.2em;
}

.yes_btn {
    border-radius: 0px 14px 14px 0px;
}

.no_btn {
    border-radius: 14px 0px 0px 14px;
}
.one_btn {
    border-radius: 14px;
    transition: 0.2s;
}
.new_button_table .coll_for_yes .yes_btn {
    background: linear-gradient(180deg, #9bc953 45%, #78b120 55%);
    padding-bottom: 2vh;
    padding-top: 2vh;
    border: solid 1px #000000;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: 0.2s;
}
.new_button_table .coll_for_yes .yes_btn:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.95);
}
.new_button_table .coll_for_no .no_btn {
    background: linear-gradient(180deg, #bd4545 45%, #b22f2f 55%);
    padding-bottom: 2vh;
    padding-top: 2vh;
    border: solid 1px #000000;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: 0.2s;
}
.new_button_table .coll_for_no .no_btn:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.95);
}
.new_button_table .coll_for_yes .yes_btn img,
.new_button_table .coll_for_no .no_btn img {
    vertical-align: middle;
    width: 30px;
}
.main_quests {
    width: 77%;
    margin: 0 auto;
    background-color: #e1a229;
    color: #0d2e2f;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 0 0 15px 15px;
    font-weight: bold;
    padding: 0.3em 0.4em;
    font-size: 24px;
    margin-top: -6px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}
.main_quests:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #e4b04e;
}
.cursor_edit:hover {
    cursor: cell;
}
.hover_icon_menu {
    position: relative;
    transition: 0.2s;
    text-align: center;
    background: rgba(3, 63, 121, 0.7);
    border-radius: 14px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin: 0.3em;
}

.hover_icon,
.hover_icon_disabled{
    /*height: 5.5em;*/
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    height: 10vh;
    max-height: 117px;
}

.hover_icon_disabled{
    opacity: 0.7;
}

.hover_icon_menu:hover {
    transform: translateY(0px) scale(1.15);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.btn_setting {
    position: relative;
    right: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
    z-index: 2;
    height: 26px;
    width: 26px;
    border-radius: 6px;
    background: #20283c;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: 1%;
}

.btn_setting:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.9);
}

.btn_icon_setting{
    position: relative;
    height: 80%;
    image-rendering: pixelated;
    transition: 0.2s;
    left: 10%;
    top: 10%;
}

.user_info_level{
    position: absolute;
    top: -12px;
    z-index: 2;
}
.level_img{
    height: 52px;
    width: 43px;
    background: url(/bmimage/icons/character_lv_bg_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
}
.level_img_text{
    font-size: 26px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 2px 3px 2px #171725;
    padding-bottom: 8px;
}

.user_level_progress_back{
    position: relative;
    height: 26px;
    left: 15%;
    background: #20283c;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    z-index: 2;
}

.user_level_progress_top{
    width: 0%;
    height: 100%;
    background: #11a1f2;
    border-radius: 6px;
}

.user_level_progress_text{
    font-size: 11px;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000;
    padding-top: 5px;
    text-align: center;
    position: relative;
    bottom: 25px;
}
.user_level_name{
    position: absolute;
    top: -23px;
    left: 41px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000,
        1px 0 1px #000000,
        0 1px 1px #000000,
        -1px 0 1px #000000,
        0 -1px 1px #000000;
    z-index: 2;
}

.main_panel_level_loc{
    position: absolute;
    top: 55px;
    left: 2%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.level_panel{
    width: 34%;
    padding-right: 6%;
}
.radus_text_box,
.radus_text_box_disabled{
    height: 18px;
    width: 100px;
    text-align: center;
    position: relative;
    border-color: #030900;
    color: #FBC797;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    padding: 2px;
    text-shadow: 0px 4px 4px rgb(0, 0, 0, 0.35);
    font-weight: bold;
    background-image: linear-gradient(-0deg, #110F10 86%, #2e2e2e 24%);
    font-size: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.radus_text_box_disabled {
    border: 1px solid #767676;
    background-color: gray;
    color: #c3c0c0;
    background-image: linear-gradient(-0deg, gray, gray);
    opacity: 0.7;
}
.hover_icon_menu_text, .hover_icon_menu_text_disabled {
    position: relative;
    bottom: 0px;
    font-size: 11px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.hover_icon, .hover_icon_disabled {
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    height: 40px;
    padding-top: 3px;
}
.hover_icon_menu_text_disabled{
    color: #8b8b8b;
}
.quest_circle {
    position: relative;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: 48px;
    bottom: 64px;
    background: #66B864;
    border-bottom: solid 4px rgba(35, 35, 35, 0.52);
    border-left: solid 1px rgba(35, 35, 35, 0.82);
    border-right: solid 1px rgba(35, 35, 35, 0.82);
    background-clip: padding-box;
}

.quest_red_circle{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    text-shadow: 0px 1px 6px rgb(0 0 0 / 35%);
    font-weight: bold;
    left: 56px;
    bottom: 59px;
    background: #e91e63;
    border: solid 2px #ffffff;
    background-clip: padding-box;

    animation-name: red-circle-pulse;
    animation-duration: 1.1s;
    animation-timing-function: cubic-bezier(0.04, 0.01, 0.27, 1.55);
    animation-iteration-count: infinite;
}

.red_circle_top {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -5%;
    right: -5%;
    background: #e91e63;
    border: solid 2px #ffffff;
    background-clip: padding-box;

    animation-name: red-circle-pulse;
    animation-duration: 1.1s;
    animation-timing-function: cubic-bezier(0.04, 0.01, 0.27, 1.55);
    animation-iteration-count: infinite;
}

.disable_quest_circle{
    position: relative;
    width: 23px;
    height: 23px;
    bottom: 34px;
}

.anim_bell{
    animation-name: icon-bell;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.icon_show {
    animation-name: icon-show;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    will-change: opacity;
}

.bottom_panel_anim_show{
    animation-name: bottomPanelFadeIn;
}

.bottom_panel_anim_hide{
    animation-name: bottomPanelFadeOut;
}

.bottom_panel {
    position: fixed;
    /*box-sizing: border-box;*/
    padding: 38px 0 20px 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    border-radius: 24px 24px 0 0;
    z-index: 9999999999;
    background-color: rgba(0,0,0, .76);
    overflow-y: auto;
    display: none;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: translateZ(0);
}

.bottom_panel_text{
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.no_padding {
    padding: 0;
}

.canvas_map_ingame{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: auto;
    background: azure;
}

.canvas_fixed_full{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: auto;
}

.bottom_panel_comment,
.bottom_panel_edit,
.bottom_panel_close {
    transition: all 0.2s;
    position: absolute;
    background-image: url(/bmimage/icons/btn_close_white.png);
    background-size: cover;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    right: 18px;
    top: 11px;
    width: 22px;
    height: 24px;
    z-index: 999999;
}
.btn_close {
    transition: all 0.2s;
    background-image: url(/bmimage/icons/btn_close_white.png);
    background-size: contain;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    width: 22px;
    height: 24px;
    background-repeat: no-repeat;
}

.bottom_panel_edit {
    background-image: url(/bmimage/icons/btn_icon_setting.png);
    right: 50px;
    width: 24px;
}
.bottom_panel_comment {
    background-image: url(/bmimage/icons/btn_icon_info.png);
    background-size: 100%;
    right: 80px;
    width: 32px;
    top: 7px;
    height: 30px;
}
.bottom_panel_id {
    position: absolute;
    top: 11px;
    left: 18px;
    z-index: 999999;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
}
.scale_hover {
    transition: all 0.2s;
}
.bottom_panel_comment:hover,
.bottom_panel_edit:hover,
.bottom_panel_close:hover,
.scale_hover:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.msg_item_info_panel_add_btn{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.hover_item_profile_dress_2_img,
.hover_item_profile_dress_2_img_disabled{
    margin-top: 5%;
    width: auto;
    height: 44px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: #004c88;
    margin-left: 3px;
    transition: 0.2s;
}
.hover_item_profile_dress_2_img:hover {
    transform: scale(1.1);
}

.hover_item_profile_dress_2_img_disabled {
    opacity: 0.6;
    cursor: default;
}

.mini_location{
    width: 100%;
    height: 60vh;
    max-width: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-image: url(/bmimage/location/67.jpg?136.1189);
}

.fadeBG{
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: rgba(0,0,0,0.8);
    opacity:0;
    display: none;
}

.btn_red{
    background: linear-gradient(0deg, #d03a2f 45%, #f44336 55%);
}

.btn_red:hover {
    /*background: linear-gradient(0deg, #dc1912 45%, #f41a12 55%);*/
}

.profile_player_position_new{
    width: 100%;
    max-width: 480px;
    height: 260px;
    position: absolute;
}

.bg_fixed_one_colour{
    z-index: -999998;
    width: 100%;
    min-height: 100%;
    top: 0;
    position: fixed;
    max-width: 480px;
    background: rgb(3,92,160);
    background: radial-gradient(circle, rgba(3,92,160,1) 0%, rgba(3,93,156,1) 50%, rgba(18,133,210,1) 100%);
}

.bg_character_lobby {
    z-index: -1;
    top: -180px;
    position: fixed;
    background-image: url(/bmimage/background/character_bg.png?3);
    background-position: center;
    max-width: 480px;
    width: 100%;
    height: 853px;
}

.bg_character_lobby_gradient {
    height: 251px;
    position: absolute;
    top: 642px;
    z-index: 10;
    max-width: 480px;
    width: 100%;
    background: transparent;
    background: linear-gradient(0deg, transparent 0%, rgba(22, 99, 143, 0.29) 100%);
}

.profile_top_info{
    position: relative;
    top: 0;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.profile_top_text{
    font-size: 14px;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000,
        1px 0 1px #000000,
        0 1px 1px #000000,
        -1px 0 1px #000000,
        0 -1px 1px #000000;
}

.profile_might_icon{
    height: 6vw;
    max-height: 23px;
    padding-right: 4px;
}

.hover_item_profile {
    position: relative;
    transition: 0.2s;
    text-align: center;
    background: #03457C;
    border-radius: 7px;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    width: 11.5vw;
    height: 11.5vw;
    max-width: 55px;
    max-height: 55px;
    margin-bottom: 10%;
    z-index: 3;
    border-bottom: solid 4px #025da0;
    border-left: solid 4px #025da0;
    border-right: solid 4px #014f88;
    border-top: solid 4px #014f88;
}

.hover_item_profile:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    padding-bottom: 6px;
    padding-right: 6px;
    border-radius: 7px;
    border: 1px solid darkblue;
    pointer-events: none;
}
.hover_item_profile.disabled {
    filter: grayscale(0.6);
}
.hover_item_profile_2 {
    position: relative;
    top: 4px;
    transition: 0.2s;
    text-align: center;
    background: #03457C;
    border-radius: 7px;
    min-width: 57px;
    height: 57px;
    z-index: 3;
}
.hover_item_profile_2:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.hover_item_profile:not(.disabled):hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.15);
    z-index: 3;
}

.hover_item_profile_add{
    margin-top: 24%;
    width: 58%;
}

.hover_item_profile_icons_dress{
    position: relative;
}
.hover_item_profile_icons_dress:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.hover_item_profile_dress{
    margin-top: 10%;
    width: 80px;
    max-width: 80%;
    border-radius: 5px;
}
.hover_item_profile_dress_2{
    margin-top: 3%;
    width: 53px;
    height: 53px;
    border-radius: 5px;
}
.character_and_dress{
    padding-top: 1%;
    overflow: hidden;
}

.profile_items_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.profile_player_position{
    width: 100%;
    height: 260px;
    position: absolute;
}

.profile_bottom_table_new {
    position: absolute;
    width: 100%;
    max-width: 480px;
    bottom: 140px;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
}

.auc_add_lot{
    background: #012b55;
    color: #49aaf5;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.2s;
}
.auc_add_lot:hover{
    transform: scale(1.05);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.shop_items {
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
    align-content: flex-start;
    justify-content: center;
}

.hover_item_one_shop {
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    background: #03457C;
    border-radius: 7px;
    pointer-events: all;
    width: 24%;
    max-width: 106px;
    height: 168px;
    z-index: 3;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 13px;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border-bottom: solid 4px #025da0;
    border-left: solid 4px #025da0;
    border-right: solid 4px #014f88;
    border-top: solid 4px #014f88;
}

.hover_item_one_shop:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    padding-bottom: 6px;
    padding-right: 6px;
    border-radius: 7px;
    border: 1px solid darkblue;
    pointer-events: none;
}

.hover_item_undress_profile.hover_item_one_shop:before {
    border: 1px solid #898989;
}

.hover_item_one_shop:hover {
    transform: scale(1.15);
    z-index: 3;
}

.hover_item_one_text_shop{
    font-size: 11px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 2px 1px #171725, 2px 3px 2px #171725;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    width: 86%;
    height: 32%;
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
}

@media screen and (max-width: 465px) {
    .hover_item_one_shop{
        width: 22vw;
        height: 35vw;
    }
}

@media screen and (max-width: 440px)
{
    .profile_bottom_table {
        bottom: 110px;
    }
}


.filter_all_block{
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    width: 98%;
    flex-wrap: wrap;
}
.hover_item_profile_text_center{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 3px 1px 1px #171725, 2px 3px 2px #171725;
    font-size: 15px;
}

.hover_item_shop_filter{
    width: 50px;
    height: 50px;
    margin-bottom: 3%;
    margin-right: 1%;
    margin-left: 1%;
}

.profile_hp_line{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}

.profile_stats{
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}

.profile_stat_bg{
    position: relative;
    display: flex;
    align-items: center;
    background: #004c88;
    border: solid 1px #004266;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 4%;
    pointer-events: all;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    height: 30px;
    margin-top: 10%;
}

.profile_stat_bg_up_text{
    position: absolute;
    top: -7px;
    left: 22%;
    font-size: 10px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
}

.profile_stat_bg_icon{
    width: 25px;
    z-index: 1;
    padding-right: 8%;
    padding-left: 2%;
}

.shop_item_msg {
    position: absolute;
    top: 1%;
    left: 16%;
    width: 68%;
    height: 96%;
    z-index: 2;
    background: rgba(3, 63, 121, 0.7);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
    align-content: flex-start;
    justify-content: center;
}
.shop_item_msg::-webkit-scrollbar {
    display: none;
}

.hover_item_one_profile {
    position: relative;
    transition: 0.2s;
    text-align: center;
    background: #03457C;
    border-radius: 7px;
    pointer-events: all;
    height: 100%;
    max-width: 24%;
    max-height: 35%;
    z-index: 3;
    margin: 2.5%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}

.hover_item_one_profile:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    padding-bottom: 6px;
    padding-right: 6px;
    border-radius: 7px;
    border: 1px solid darkblue;
    pointer-events: none;
}

.hover_item_one_profile:hover {
    transform: scale(1.15);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
}
.hover_item_dress_profile {
    background: rgb(17,47,130);
    background: linear-gradient(0deg, rgba(17,47,130,1) 0%, rgba(16,53,143,1) 100%);
}

.hover_item_one_text_profile{
    font-size: 11px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 2px 1px #171725, 2px 3px 2px #171725;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.item_stars_profile {
    position: absolute;
    top: 1px;
    display: flex;
    flex-direction: row;
    width: 100%;
    font-style: initial;
    font-weight: bold;
    color: #CBFEFF;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    font-size: 12px;
    align-items: center;
    justify-content: flex-end;
}

.item_one_star_profile {
    background-image: url(/bmimage/icons/character_grade_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.hover_item_undress_profile {
    background: rgb(17,47,130);
    background: linear-gradient(0deg, #9e9e9e 0%, #607d8b 100%);
    opacity: 0.8;
}

.msg_item_info_bg{
    max-height: 96vh;
    overflow-y: hidden;
}

.msg_item_info_bg_2{
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msg_item_info_bg_in {
    position: relative;
    margin: auto;
    width: 90%;
    background-color: #033773;
    border-radius: 11px;
    padding-top: 21px;
    padding-bottom: 2%;
    color: white;
    text-align: center;
}

.msg_item_info_btn_close{
    position: absolute;
    right: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    background-color: #555067;
    border-radius: 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.msg_item_info_btn_close_image{
    position: absolute;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 20px;
}
.msg_item_info_btn_close:hover {
    transform: scale(1.15);
    z-index: 3;
}

.msg_item_info_panel_1{
    position: relative;
    top: -5px;
    left: 10px;
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.msg_item_info_panel_text_name {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}

.msg_item_info_panel_text_desc {
    font-size: 12px;
    min-height: 33px;
    margin-top: 1.5%;
    color: #cecdd0;
}
.msg_line_end_profile{
    position: relative;
    top: 7px;
    width: 90%;
    height: 7px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, transparent 100%);
}

.msg_item_info_panel_stats{
    position: relative;
    top: -5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.msg_item_info_panel_one_stats{
    width: 40%;
    margin-top: 4%;
    margin-left: 2%;
}

.msg_item_info_panel_btn{
    position: relative;
    padding-top: 3%;
    display: flex;
    flex-direction: row-reverse;
}

.item_info_icon_profile {
    position: absolute;
    top: 0;
    left: 0;
    height: 18%;
    border: 1px solid white;
    border-radius: 6px;
}

.item_info_panel_padding{
    padding-left: 10px;
}

.rarity_text_0{
    color: #b0bbc9;
}
.rarity_text_1{
    color: #598cc4;
}
.rarity_text_2{
    color: #86ef46;
}
.rarity_text_3{
    color: #dd6fff;
}
.rarity_text_4{
    color: #ffaf22;
}
.rarity_text_5{
    color: #ff00e2;
}

.battlemass_bg {
    position: relative;
    background-color: rgba(41, 37, 169, 0.20);
    border-radius: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.bank_icons_table{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bank_icons{
    position: relative;
    width: 29%;
    margin: 1%;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(0deg, #8629f3 5%, transparent), radial-gradient(circle, rgba(223,85,233,1) 0%, rgba(201,64,255,1) 25%, rgba(164,39,253,1) 100%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border: solid 2px #002f63;
    border-bottom: solid 4px #4f0ea8;
}

.bank_icons:hover {
    transform: scale(0.95);
    z-index: 2;
    position: relative;
    background: linear-gradient(0deg, #8629f3 5%, transparent), radial-gradient(circle, #DE4AE9 0%, #C431FF 25%, #9F1DFD 100%);
}

.bank_icons_platinum{
    background: linear-gradient(0deg, #2981f3 5%, transparent), radial-gradient(circle, #5596e9 0%, rgba(64, 180, 255, 1) 25%, rgba(39, 187, 253, 1) 100%);
}

.bank_icons_platinum:hover{
    background: linear-gradient(0deg, #2981f3 5%, transparent), radial-gradient(circle, #66a0eb 0%, rgba(86, 186, 250, 1) 25%, rgba(62, 189, 246, 1) 100%);
}

.bank_icons_gold{
    background: linear-gradient(0deg, #f2a40c 5%, transparent), radial-gradient(circle, #fee02a 0%, #fed521 25%, #fcc014 100%);
    border-bottom: solid 4px #9a5e1c;
}
.bank_icons_gold:hover{
    background: linear-gradient(0deg, #e27906 5%, transparent), radial-gradient(circle, #fadf3d 0%, #fcd734 25%, #f1c033 100%);
    border-bottom: solid 4px #9a5e1c;
}

.bank_fonts{
    text-align: center;
    font-size: 21px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
    padding-bottom: 8px;
    padding-top: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bank_img{
    vertical-align: text-bottom;
    max-height: 60px;
    height: 60px;
    width: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bank_icon_best{
    position: absolute;
    left: -4px;
    top: -4px;
    height: 44px;
    width: 35px;
    background: url(/bmimage/icons/common_badge_best.png?1);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.profile_items_left{
    padding-left: 2%;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_profile_items_left;
    animation-fill-mode: backwards;
}

.profile_items_right{
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_profile_items_right;
    animation-fill-mode: backwards;
}

.default_new_list_flex{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-bottom: 4px;
    background: #1F5FDB;
    border-bottom: solid 5px #224690;
    border-radius: 7px;
    padding: 0.3em;
    box-sizing: border-box;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
}
.default_new_list_flex:not(.no_hover):hover {
    background: #1C55DB;
    transform: scale(0.98);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.quest_name_fonts{
    text-align: left;
    font-size: 14px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
    padding-bottom: 8px;
    padding-top: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
}
.quest_desc_fonts{
    text-align: left;
    font-size: 13px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
}
.quest_img_text_info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.quest_reward_blocks{
    position: relative;
    display: flex;
}
.quest_reward_block{
    background-color: #4e7ce2;
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 6px;
    font-size: 12px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    min-height: 51px;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.quest_reward_block_img{
    width: 35px;
    margin-bottom: 4px;
    align-self: center;
}
.quest_person_flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    font-size: 21px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
}
.done_common_quest {
    background: #FFD700;
    border-bottom: solid 5px #685900;
}
.done_common_quest .circle_progress_text {
    background: #524500;
}
.done_common_quest .quest_reward_block {
    background-color: #fff1a8;
}
.default_new_list_flex.done_common_quest:not(.no_hover):hover {
    background: #d7b500;
}
.background_result {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 4% 2%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
}
.background_level {
    background: linear-gradient(0deg, rgba(9,43,82,1) 55%, rgba(7,65,116,1) 65%);
    padding: 4% 2%;
    min-height: 100vh;
    box-sizing: border-box;
}
.background_level::before {
    content: "";
}
.ribbon_container {
    display: flex;
    flex-flow: row nowrap;
    height: 100px;
    transition: all 0.3s;
    animation-name: slide_down;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    position: relative;
}
.ribbon_container .orange_center {
    background: url(/bmimage/ribbon/orange_center.png);
}
.ribbon_container .green_center {
    background: url(/bmimage/ribbon/green_center.png);
}
.ribbon_container .orange_center,
.ribbon_container .green_center {
    background-size: 100% 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    color: white;
    text-shadow: 3px 3px 3px #000;
    transition: all 0.3s;
}
.ribbon_container .ribbon_addition {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-shadow: 3px 3px 3px #000;
    transition: all 0.3s;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.stars_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
}
.stars_container img {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: show;
    animation-fill-mode: backwards;
}
.stars_container img:nth-of-type(1),
.stars_container img:nth-of-type(3) {
    width: 20%;
}
.stars_container img:nth-of-type(2) {
    width: 30%;
    margin: 0 2%;
}
.level_bar_container {
    padding-left: 50px;
}
.level_bar_bg {
    display: flex;
    align-items: center;
    width: 50%;
    min-width: 240px;
    border-radius: 5px;
    position: relative;
    padding: 2px 2px 2px 2px;
    margin: 0 auto;
    border: 1px solid black;
    background: linear-gradient(0deg, rgba(29,41,67,1) 45%, rgba(24,30,46,1) 55%);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 4px 2px #171725, 3px 3px 2px #171725;
}
.cur_level_bar_value,
.next_level_bar_value {
    height: 26px;
    background: linear-gradient(0deg, rgba(16,161,244,1) 45%, rgba(35,203,252,1) 55%);
}
.next_level_bar_value {
    animation: load 2s normal forwards;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(0deg, rgb(107 190 239) 45%, rgb(173 229 245) 55%);
}
.level_user {
    width: 50px;
    height: 63px;
    background: url(/bmimage/icons/userinfo_lv_bg.png?1);
    background-size: 100%;
    display: flex;
    padding-top: 7px;
    justify-content: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    font-size: 30px;
    box-sizing: border-box;
}
.level_bar_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 2px 2px #171725, 2px 2px 2px #171725;
}
.level_bar_plus_text {
    color: #FFC107;
    font-size: 1.1em;
}
.reward_text_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 8% auto 2% auto;
    overflow: hidden;
}
.reward_text_container .reward_line {
    height: 4px;
    background-color: white;
    width: 100%;
    opacity: 0.8;
    transition: all 2s;
    animation-name: give_width;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.reward_text_container .reward_image {
    opacity: 0.9;
}
.reward_text_container .reward_image:nth-of-type(1) {
    margin-left: -2px;
}
.reward_text_container .reward_image:nth-of-type(2) {
    margin-right: -2px;
}
.reward_text_container .reward_text {
    font-weight: bold;
    margin: 0 1.5em;
    color: white;
    transition: all 0.3s;
    animation-name: slide_down;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.rewards_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    animation-delay: 2s;
    margin-top: 4%;
}
.rewards_container .reward_block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;

    width: 13%;
    margin-bottom: 3%;
    padding: 2% 1%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #17386e;

    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
}
.rewards_container .reward_block:nth-child(2),
.rewards_container .reward_block:nth-child(4),
.rewards_container .reward_block:nth-child(7),
.rewards_container .reward_block:nth-child(9),
.rewards_container .reward_block:nth-child(12),
.rewards_container .reward_block:nth-child(14),
.rewards_container .reward_block:nth-child(17),
.rewards_container .reward_block:nth-child(19),
.rewards_container .reward_block:nth-child(22),
.rewards_container .reward_block:nth-child(24),
.rewards_container .reward_block:nth-child(27),
.rewards_container .reward_block:nth-child(29) {
    margin: 0 2% 3% 2%;
}
.rewards_container .reward_block img {
    margin-top: -20%;
    width: 50px;
}
.rewards_container .reward_block .reward_text,
.rewards_container .reward_block .reward_addition_text {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    text-shadow: 2px 2px 2px #000;
}
.rewards_container .reward_block .reward_addition_text {
    position: absolute;
    background-color: #0b0d40;
    padding: 0.1em 0.8em 0.2em;
    border-radius: 15px;
    font-size: 10px;
    bottom: -11%;
}
.result_button_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
.result_button_container .result_button {
    text-align: center;
    border-radius: 0.5em;
    padding: 1em 3em;
    transition: all 0.3s;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: show;
    animation-fill-mode: backwards;
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 5px rgb(0 0 0 / 75%);
    background-clip: padding-box;
}
.result_button_container .result_button:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.1);
}
.battle_details_container {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
    transition: all 0.3s;
}
.battle_details_container img {
    width: 40px;
}
.battle_details_container p {
    margin: 0;
    font-size: 11px;
}
.battle_details_container:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.1);
}
.result_table {
    display: flex;
    flex-flow: column nowrap;
    font-size: 17px;
    overflow-y: auto;
}
.result_table::-webkit-scrollbar {
    width: 0;
}
.result_table .result_row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border: 3px solid #053065;
    background: #053065;
    border-radius: 5px;
    margin-top: 0.3em;
}
.result_table .result_row div {
    text-align: center;
    padding: 0.2em;
    word-break: break-all;
}
.result_table .result_row div:nth-of-type(1) {
    min-width: 30px;
}
.result_table .result_row div:nth-of-type(2) {
    width: 100%;
    text-align: left;
}
.result_table .result_row div:nth-of-type(3) {
    min-width: 60px;
}
.result_table .result_row div:nth-of-type(4) {
    min-width: 74px;
}
.default_button {
    width: fit-content;
    min-width: 50%;
    margin: 1em auto;
    text-align: center;
    border-radius: 8px;
    padding: 1em 0;
    transition: all 0.3s;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    background: #067acd;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: show;
    animation-fill-mode: backwards;
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 5px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.default_button:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.1);
}
.green_button {
    background: linear-gradient(180deg, #52d400 45%, #40bc1c 55%) padding-box;
}
.gold_button {
    margin: 0.5em auto;
    padding: 0.5em;
    background: linear-gradient(0deg, #fab51a 45%, #fedd2e 55%) padding-box;
}
.main_info.inTopShop {
    position: relative;
    top: 8px;
    z-index: 999;
}
.iconShopSeller{
    background: url(/bmimage/qestpers/32.png?1244.2) no-repeat;
    position: relative;
    height: 140px;
    width: 150px;
    background-size: contain;
    background-position-x: left;
    transform: rotateY(180deg);
}
.timeShop{
    padding-right: 4%;
    padding-bottom: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.topTextShop{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-right: 10%;
    padding-bottom: 3%;
}
/* The switch - the box around the slider */
.switch_admin {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch_admin input {display:none;}
/* The slider */
.slider_admin {
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: all .4s;
}
.slider_admin:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: all .4s;
}
input:checked + .slider_admin {
    background-color: #2196F3;
}
input:checked + .slider_admin:before {
    left: unset;
    right: 4px;
}

.fadeBG_full {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.arena_center_panel{
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0.5em 0;
    z-index: 9999999999;
}
.selected_table td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.selected_table tr.selected_tournament td {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.selected_table tr:not(.selected_tournament):not(:first-child):hover td {
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}
.default_panel {
    color: white;
    width: 90%;
    max-height: 71vh;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.arena_panel {
    background: radial-gradient(circle, rgba(3,92,160,1) 0%, rgba(3,93,156,1) 50%, rgba(18,133,210,1) 100%);
    border: solid 5px #5d647e;
}
.premium_panel {
    background: radial-gradient(circle, #7c25d6 0%, #b046f0 50%, #7c25d6 100%);
    border-bottom: solid 3px #591bac;
}
.damageTable_panel {
    background: #012b55;
    border-bottom: solid 3px #001c38;
    padding: 0.3em;
    box-sizing: border-box;
    color: #FCFBFD;
    font-weight: bold;
    text-shadow: 3px 1px 1px #171725, 2px 3px 2px #171725;
}
.damageTable_panel .damagetable_header {
    font-size: 24px;
    text-align: center;
    margin: 0.2em;
}
.arena_panel_btn_close{
    transition: all 0.2s;
    position: absolute;
    background-image: url(/bmimage/icons/btn_close_white.png);
    background-size: contain;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    right: 47px;
    top: 14px;
    width: 22px;
    height: 24px;
    z-index: 999999;
}
.damageTable_panel .arena_panel_btn_close {
    right: 3%;
    top: 0%;
}
.arena_panel_container{
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.arena_panel_container::-webkit-scrollbar {
    display: none;
}

.arena_block{
    min-height: 150px;
    background: #0280D5;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    background-image: url(../bmimage/location/191.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}
.arena_block_desc{
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, rgb(0, 88, 175, 0.77), rgba(2, 65, 128, 0.77));
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.arena_block_desc_red{
    background: linear-gradient(180deg, rgb(175 0 0 / 77%), rgb(128 2 2 / 77%));
}

.arena_block_desc_green{
    background: linear-gradient(180deg, rgb(0 175 13 / 77%), rgb(2 128 29 / 77%));
}

.arena_block_desc_purple{
    background: linear-gradient(180deg, rgba(152, 0, 175, 0.77), rgba(122, 1, 140, 0.77));
}

.arena_block_desc_blue{
    background: linear-gradient(180deg, rgb(0 5 175 / 77%), rgb(5 3 128 / 77%));
}

.arena_block_desc_gray{
    background: linear-gradient(180deg, rgba(105, 102, 106, 0.77), rgba(80, 79, 80, 0.77));
}
.arena_block_not_available{
    opacity: 0.8;
}

.arena_ribbon{
    position: relative;
    bottom: 24px;
}
.arena_block_conent{
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 114px;
}
.arena_block_img{
    height: 100px;
    margin-left: 5%;
}
.arena_block_btn{
    width: 30%;
    border-radius: 6px;
    height: 46px;
    padding: 0;
    position: relative;
}
.arena_block_btn.disabled {
    filter: grayscale(1);
    color: #878787;
}

.premium_info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-bottom: 0.5em;
}
.premium_info .premium_info_left {
    width: 40%;
}
.premium_info .premium_info_left img {
    margin-left: -10%;
    width: 115%;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.premium_info .premium_info_right {
    width: 60%;
}
.premium_info .premium_info_right .prem_info_right_container {
    width: 80%;
    margin: 0 auto;
}
.premium_info .premium_info_right .prem_info_right_container_box {
    background-color: #7d35bf;
    border: 2px solid #7022b3;
    padding: 1em 1.7em;
    border-radius: 10px;
    font-size: 0.7em;
    width: 100%;
    box-sizing: border-box;
}
.premium_info .premium_info_right .prem_info_right_container_box .box_text {
    margin: 0;
    text-align: left;
}
.premium_info .premium_info_right .prem_day,
.premium_info .premium_info_right .prem_price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 16px;
}
.anim_bell_infinite {
    animation-name: icon-bell-infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.chest_wrapper{
    position: fixed;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
}
.chest_wrapper:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.chest_rays{
    position: relative;
    background-image: url(/bmimage/rays.png?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 480px;
    animation-name: rotate-normal;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.chest_sub_rays{
    position: absolute;
    background-image: url(/bmimage/sub_rays.png?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 29%;
    width: 100%;
    height: 200px;
    animation-name: rotate-normal;
    animation-duration: 10s;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.chest_box{
    position: absolute;
    background-image: url(/bmimage/shopicons/1634.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 38%;
    width: 100%;
    height: 111px;
}
.item_reward{
    width: 95%;
    filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.23));
    font-size: 20px;
    position: fixed;
    max-width: 480px;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

@keyframes rotate-normal {
    0% {transform: rotate(360deg);}
    100% {transform: rotate(0deg);}
}

@keyframes icon-bell-infinite {
    0% {transform: rotate(-15deg);}
    5% {transform: rotate(15deg);}
    10% {transform: rotate(-18deg);}
    15% {transform: rotate(18deg);}
    20% {transform: rotate(-22deg);}
    25% {transform: rotate(22deg);}
    30% {transform: rotate(-18deg);}
    35% {transform: rotate(18deg);}
    40% {transform: rotate(-12deg);}
    45% {transform: rotate(12deg);}
    50% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@keyframes red_bg {
    0% {
        background: #00336e;
        /*background: linear-gradient(0deg, #00204A 5%, transparent 11%),linear-gradient(180deg, #024276 9%, transparent 11%), linear-gradient(180deg, #024075 0%, #00336e 35%, #013c77 86%, #01254f 100%);*/
        border: solid 2px #002f63;
    }
    50% {
        background: #D49635;
        /*background: linear-gradient(0deg, #703a1b 5%, transparent 11%),linear-gradient(180deg, #df7538 9%, transparent 11%), linear-gradient(180deg, #ed7732 0%, #814019 35%, #934a1f 86%, #6a2801 100%);*/
        border: solid 2px #A86700;
    }
    100% {
        background: #00336e;
        /*background: linear-gradient(0deg, #00204A 5%, transparent 11%),linear-gradient(180deg, #024276 9%, transparent 11%), linear-gradient(180deg, #024075 0%, #00336e 35%, #013c77 86%, #01254f 100%);*/
        border: solid 2px #002f63;
    }
}
@keyframes blue_bg {
    0% {
        background: #fedd2e;
        border-bottom: solid 3px #3f4041;
        /*background: linear-gradient(0deg, #fab51a 45%, #fedd2e 55%) padding-box;*/
    }
    50% {
        background: #008500;
        border-bottom: solid 3px #0a4200;
        /*background: linear-gradient(0deg, #0B226E 45%, #2342A9 55%) padding-box;*/
    }
    100% {
        background: #fedd2e;
        border-bottom: solid 3px #3f4041;
        /*background: linear-gradient(0deg, #fab51a 45%, #fedd2e 55%) padding-box;*/
    }
}

@keyframes anim_turn_hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    99% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 470px) {
    .ribbon_container {
        height: 80px;
    }
    .ribbon_container .orange_center,
    .ribbon_container .green_center {
        font-size: 34px;
    }
    .ribbon_container .ribbon_addition {
        font-size: 9px;
        bottom: 19%;
    }
    .rewards_container .reward_block .reward_text {
        font-size: 10px;
    }
    .rewards_container .reward_block .reward_addition_text {
        font-size: 8px;
    }
}
@media screen and (max-width: 420px) {
    .ribbon_container {
        height: 70px;
    }
    .ribbon_container .orange_center,
    .ribbon_container .green_center {
        font-size: 28px;
    }
    .ribbon_container .ribbon_addition {
        font-size: 8px;
        bottom: 18%;
    }
    .rewards_container .reward_block img {
        width: 45px;
    }
    .rewards_container .reward_block {
        width: 14%;
    }
    .rewards_container .reward_block .reward_addition_text {
        bottom: -8%;
    }
    .rewards_container .reward_block .reward_text {
        font-size: 9px;
    }
    .rewards_container .reward_block .reward_addition_text {
        font-size: 7px;
    }
    .result_button_container .result_button {
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    .ribbon_container {
        height: 65px;
    }
    .ribbon_container .orange_center,
    .ribbon_container .green_center {
        font-size: 23px;
    }
    .level_bar_container {
        padding-left: 35px;
    }
    .level_bar_bg {
        min-width: 170px;
        border-radius: 3px;
    }
    .cur_level_bar_value {
        height: 20px;
    }
    .next_level_bar_value {
        border-radius: 0 3px 3px 0;
        height: 20px;
    }
    .level_user {
        width: 35px;
        height: 44px;
        padding-top: 5px;
        font-size: 20px;
        left: -27px;
    }
    .level_bar_text {
        font-size: 12px;
    }
    .reward_text_container .reward_text {
        font-size: 14px;
    }
    .rewards_container .reward_block img {
        width: 38px;
    }
    .result_button_container .result_button {
        font-size: 12px;
    }
}
.big_shield_level {
    width: 114px;
    height: 125px;
    background: url(/bmimage/icons/character_lv_bg_blue.png);
    background-size: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 93px;
    text-align: center;
    margin: 0.5em auto;
    text-shadow: 2px 5px 2px #171725;
    -webkit-text-stroke: 2px black;
}
.big_text_up {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    text-shadow: 3px 6px 3px #171725, 2px 2px 2px #171725;
}
.gold_shield {
    background-image: url(/bmimage/icons/character_lv_bg_yellow.png);
}

.bp_season_logo {
    min-height: 200px;
    background: #0280D5;
    width: 100%;
    margin: auto;
    border-radius: 6px;
    text-align: center;
    background-image: url(../bmimage/location/191.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    position: relative;
}
.bp_season_name{
    position: relative;
    top: 30px;
    font-style: initial;
    font-weight: bold;
    color: #CBFEFF;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    font-size: 18px;
}
.question_btn{
    position: absolute;
    right: 2%;
    top: 2%;
    width: 35px;
    height: 35px;
    background: linear-gradient(180deg, #ff4d00, #ff8200);
    border-bottom: solid 2px black;
    border-radius: 8px;
    z-index: 2;
    transition: 0.2s;
}
.question_btn:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.15);
}
.bp_season_desc{
    color: #FCFBFD;
    font-size: 22px;
}
.bp_time_text{
    font-size: 20px;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
}
.bp_season_bg{
    position: relative;
    top: 145px;
    height: 55px;
    width: 100%;
    background-color: rgba(3, 93, 159, 0.5);
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.bp_gold_pass{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
}
.bp_gold_pass:hover{
    transform: translateY(0px) scale(1.15);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bp_gold_pass_text{
    position: relative;
    bottom: 5px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
    font-size: 11px;
}
.bp_icon_check{
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    border: 1px solid #0c9551;
    background: linear-gradient(180deg, #35be79, #039b50);
    border-radius: 6px;
}
.bp_icon_item_check {
    position: absolute;
    top: -6px;
    right: -8px;
    height: 17px;
    border: 1px solid #0c9551;
    background: linear-gradient(180deg, #35be79, #039b50);
    border-radius: 6px;
}
.bp_icon_item_check_disabled{
    position: absolute;
    top: -6px;
    right: -8px;
    height: 17px;
    border: 1px solid #7d7d7d;
    background: linear-gradient(180deg, #adadad, #878787);
    border-radius: 6px;
}
.bp_list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bp_pass_icon{
    height: 48px;
    width: 107px;
    background-image: url(/bmimage/icons/icon_golden_pass.png);
    background-size: auto;
    background-repeat: round;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: initial;
    font-weight: bold;
    color: #433c3c;
    font-size: 13px;
}
.bp_center_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
}
.bp_hover_item{
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 0;
}
.bp_level{
    height: 65px;
    width: 53px;
    background: url(/bmimage/icons/stage_frame_active.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5px;
    margin-right: 10%;
    margin-left: 10%;
}
.bp_level_text{
    position: relative;
    bottom: 3px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
    font-size: 18px;
}
.bp_season_end_line{
    width: 100%;
    height: 9px;
    background: linear-gradient(180deg, #124671, #035c9e);
    margin-bottom: 10px;
}
.bp_exp_panel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
}
.bp_panel_text{
    color: white;
    text-shadow: 3px 3px 3px #000;
    font-size: 16px;
}
.bp_exp_panel_text{
    padding-top: 2px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
}
.profile_sets_pos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    height: 280px;
}
.profile_sets_div{
    position: relative;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: 31%;
    overflow: hidden;
    background-image: url(/bmimage/background/character_bg.png?3);
    background-size: 274px 480px;
    background-position: 58% 47%;
}
.profile_sets_dell {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}
.profile_sets_name {
    padding: 5px 17px;
    background: #03457C;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    color: #FCFBFD;
    border-bottom: 1px solid black;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}
@media screen and (max-width: 440px) {
    .quest_name_fonts {
        font-size: 12px;
    }
    .quest_desc_fonts {
        font-size: 11px;
    }
    .quest_reward_block{
        font-size: 11px;
    }
}

@keyframes slide_down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes anim_profile_items_left {
    0% {
        transform: translateX(-75px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes anim_profile_items_right {
    0% {
        transform: translateX(75px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes anim_profile_items_left {
    0% {
        -webkit-transform: translateX(-75px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes anim_profile_items_right {
    0% {
        -webkit-transform: translateX(75px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

@media screen and (max-width: 390px) {
    .hover_item_one_text_profile{
        font-size: 8px;
    }
    .hover_item_one_text_shop{
        font-size: 8px;
    }
}

@media screen and (max-width: 480px) {
    .svitok_text {
        font-size: 2.9vw;
        padding: 3px 11vw 3px 25px;
    }
    .buy_button{
        font-size: 2.5vw;
    }
    .svitok_img {
        width: 6.5vw;
    }
}
@keyframes give_width {
    0% {width: 0%;}
    100% {width: 100%;}
}

@keyframes bottomPanelFadeIn {
    0% {transform: translateY(100%);}
    100% {transform: translateY(0);}
}

@keyframes bottomPanelFadeOut {
    0% {transform: translateY(0);}
    100% {transform: translateY(100%);}
}

@-webkit-keyframes bottomPanelFadeIn {
    0% {-webkit-transform: translateY(100%);}
    100% {-webkit-transform: translateY(0);}
}

@-webkit-keyframes bottomPanelFadeOut {
    0% {-webkit-transform: translateY(0);}
    100% {-webkit-transform: translateY(100%);}
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@keyframes icon-show {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


@-webkit-keyframes fadeIn {
    0% {-webkit-opacity:0;}
    100% {-webkit-opacity:1;}
}

@-webkit-keyframes fadeOut {
    0% {-webkit-opacity:1;}
    100% {-webkit-opacity:0;}
}

@-webkit-keyframes icon-show {
    0% {-webkit-opacity: 0;}
    100% {-webkit-opacity: 1;}
}


@keyframes blink {
    0% {
        background-color: #ebaa3a;
    }
    50% {
        background-color: #ffda99;
    }
    100% {
        background-color: #ebaa3a;
    }
}

@keyframes scale {
    0% {
        transform: 0;
    }
    50% {
        transform: translateY(-10px) scale(1.2);
    }
    100% {
        transform: 0;
    }
}

@keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes icon-bell {
    0% {transform: rotate(-15deg);}
    10% {transform: rotate(15deg);}
    20% {transform: rotate(-18deg);}
    30% {transform: rotate(18deg);}
    40% {transform: rotate(-22deg);}
    50% {transform: rotate(22deg);}
    60% {transform: rotate(-18deg);}
    70% {transform: rotate(18deg);}
    80% {transform: rotate(-12deg);}
    90% {transform: rotate(12deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes anim_turn_show {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    99% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
    }
}





/*chat/main.html*/
.chat_div {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 10000000;
}

.chat_table {
    margin: auto;
    width: 100%;
    max-width: 480px;
    height: 100%;
}

.chat_input_0 {
    background-color: transparent;
    padding: 6px;
    max-width: 100%;
    border-style: solid;
    border-width: 0px;
    border-color: #000;
    border-radius: 6px;
    position: relative;
    color: white;
    cursor: text;
}

.chat_input_0_div {
    height: 100%;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align: left;
    border: none;
    outline: none;
    line-height: 20px;
    font-size: 18px;
    vertical-align: text-bottom;
    padding-top: 4px;
    cursor: text;
}
.chat_input_lenght{
    position: absolute;
    right: -2px;
    bottom: -5px;
}
.chat_btn_smse {
    width: 50px;
    min-width: 50px;
    border-style: solid;
    border-width: 0px;
    border-color: #000;
    border-radius: 6px;
    height: 40px;
    line-height: unset;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.chat_row_0 {
    text-align:center;
}

.chat_row_4_td {
    z-index: 1;
    border-style: solid;
    border-width: 0px;
    border-radius: 0px;
    background-color: rgb(3,92,160);
    vertical-align: top;
    overflow-y: overlay;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    position: relative;
    background-image: url(/bmimage/background/character_bg.png?3);
    background-position: center;
    background-position-y: -238px;
    background-repeat: no-repeat;
    background-size: 480px 853px;
}
.chat_row_4_td::-webkit-scrollbar {
    width: 0;
}

.chat_row_4_td_div {
    width:100%;
    height:100%;
    overflow:auto;
    padding:2px;
}

.chat_btn_select {
    width: 15%;
    min-width: 65px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-weight: 100;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    height: 42px;
}

.chat_btn_select_checked {
    background-color:#fad257;
    font-weight:600;
}

.button_fly_0 {
    height: 30px;
    width: 30px;
    opacity: 0.85;
}

.button_fly_1 {
    fill:#fad257;
}
.chat_msg_my {
    border: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.58);
    position: relative;
    max-width: 80%;
    margin-left: 2%;
    color: #fffbfb;
    font-size: 18px;
    word-break: break-word;
    margin-bottom: 6px;
    opacity: 0;
    animation: show 0.3s 1;
    animation-fill-mode: forwards;
}
.chat_msg_user {
    margin-left: 18%;
    background-color: rgba(0, 0, 0,  0.79);
    color: white;
}
.chat_table_position{
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background: #060E1D;
}
.chat_msg_down_time{
    height: 28px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    border-radius: 0.625rem;
    padding: 0 0.25rem;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    position: relative;
    top: 0.275rem;
    float: right;
    line-height: 1.35;
    margin-left: 0.4375rem;
    margin-right: 0rem;
    font-size: 11px;
}
[contenteditable][placeholder]:empty:before {
    content: attr(placeholder);
    position: absolute;
    color: gray;
    background-color: transparent;
}
@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.BanColor{
    color: rgba(255, 255, 255, 0.73);
}
.chat_msg_name {
    font-weight: bolder;
    font-size: 14px;
    opacity: 0.7;
    padding-top: 5px;
}
.chat_msg_status{
    max-width: 100%;
    text-align: right;
}
.chat_msg_status_div{
}
.chat_msg_status_div img{
    width: 16px;
    height: 16px;
}
.chat_msg_option{
    width: 6px;
    text-align: center;
}
.chat_msg_text {
    font-size: 16px;
    color: #E4ECF2;
}
.chat_msg_td{
    padding-left: 12px;
}
.chat_msg_text a{
    color: rgba(255, 255, 255, 0.73);
}
.chat_msg_avatar{
    float: left;
    height: 28px;
    margin-top: -28px;
}
.chat_scrolling_area{
    height: 100%;
    min-height: 80vh;
    width: 100%;
    position: absolute;
    overflow: auto;
}
.chat_scrolling_area::-webkit-scrollbar {
    width: 0;
}
.chat_table hr {
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #585858;
}
.chat_button_send_msgs{
    position: relative;
}
.chat_button_send_msgs_disabled{
    pointer-events: none;
}
.chat_button_send_msgs_disabled_slide{
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0.8;
    background-color: grey;
    left: 0;
    top: 0;
}
.chat_sender_el{
    padding: 2px;
    display: inline;
    color: white;
}
.chat_sender_el_x{
    font-weight: bold;
}
.chat_row_2_ban{
    text-align: center;
}
.chat_ban_msg{
    padding: 5px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.chat_smile_wrap {
    display: none;
    width: 100%;
    text-align: center;
    z-index: 10000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.chat_smile_container {
    width: 97%;
    background-color: #060e1d;
    opacity: 0.95;
    margin: auto;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    border-color: #000000;
    padding: 4px;
    text-align: center;
}
.chat_msg_text_img {
    width: 16px;
    vertical-align: -3px;
    display: inline-block;
}
.chat_msg_text_img_1{
    width: 80px;
    vertical-align: inherit;
    line-height: 0px;
}
.chat_msg_text_img_2{
    width: 60px;
    vertical-align: inherit;
    line-height: 0px;
}
.chat_msg_text_img_3{
    width: 40px;
    vertical-align: inherit;
    line-height: 0px;
}
.chat_smile_img {
    width: 30px;
    padding: 2px;
}
.chat_smile_select_img {
    width: 30px;
    padding: 2px;
}
.chat_admin{
    text-align: left;
    display: none;
}
.chat_admin_color{
    width: 100px;
    height: 40px;
}
.chat_admin_checkbox{
    width: 50px;
    height: 30px;
}

.chat_smile_last{
    width: 100%;
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    min-height: 45px;
}
.chat_smile_last::-webkit-scrollbar {
    display:none;
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.chat_smile_available{
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
.chat_smile_available::-webkit-scrollbar {
    display:none;
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.chat_smile_select{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.chat_smile_select::-webkit-scrollbar {
    display:none;
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}


.shopSticker_table{
    height: 100%;
    background: #060e1d;
    border-style: solid;
    border-width: 0px;
    border-color: black;
    text-align: center;
    position: relative;
    display: block;
    overflow: auto;
}
.shopSticker_product{
    padding: 1px;
    background-color: #3e3e3e;
    border-radius: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 5px;
}
.shopSticker_price{
    background-color: brown;
    width: 100%;
    margin-left: -2px;
    padding-right: 2px;
    padding-left: 2px;
    border-style: double;
    border-width: 4px;
    border-left: none;
    border-right: none;
    border-color: gold;
    color: gold;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.shopSticker_img{
    width: 80px;
}
.shopSticker_hide{
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.shopStickerClose{
    display: none;
}
.shopStickerAllClose{
    display: none;
}
/*end chat/main.html*/

/*chat/frame.html*/
.chat_msgs_option_div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    word-break: break-word;
    z-index: 10000002;
}
.chat_msgs_option_table{
    max-width: 480px;
    width: 80%;
    height: 100%;
    margin: auto;
}
.chat_msgs_option_table_td{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.chat_msgs_option_table2{
    width: 100%;
    margin: auto;
}
.chat_msgs_option_table_td2{
    width: 50%;
    text-align: center;
}
.chat_msgs_option_text{
    word-break: break-word;
}
.chat_msgs_option_knock{
}
.chat_msgs_option_ban{
}
.chat_msgs_option_delete{
}
/*end chat/frame.html*/

/*chat/msg_yn.html*/
.chat_msg_yn_div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    word-break: break-word;
    z-index: 10000003;
}
.chat_msg_yn_table{
    max-width: 480px;
    width: 80%;
    height: 100%;
    margin: auto;
}
.chat_msg_yn_table_td{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.chat_msg_yn_table2{
    width: 100%;
    margin: auto;
}
.chat_msg_yn_text{
    word-break: break-word;
}
/*end chat/msg_yn.html*/

/*chat/taverna.html*/
.chat_tav_div {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 10000001;
}
.chat_tav_table {
    margin:auto;
    width:100%;
    max-width:480px;
    max-height:94%;
    text-align: center;
}
.chat_tav_name_tr{
    height: 30px;
}
.chat_tav_name_td{

}
.chat_tav_list_tr{

}
.chat_tav_list_td{

}
.chat_tav_page_tr{
    height: 30px;
}
.chat_tav_page_td{

}
.online_table{
    width: 100%;
    margin: auto;
    border-spacing: 0;

}
.tav_onl_font{
    font-size: 22px;
}
.online_table_tr_0{
    width: 35px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
}
.online_table_tr_1{
    width: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
}
.online_table_tr_2{
    max-width: 100%;
    text-align: left;
}
.online_table_tr_3{
    width: 30px;
    text-align: center;
}
.online_table_tr_4{
    width: 46px;
    text-align: center;
}
.nav_pagination{
    font-size: 24px;
}
.nav_pagination_button{
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    text-align: center;
    width: 10%;
    min-width: 40px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    outline: none;
}
.select_pagination{
    font-weight: bold;
    color: #ff0000;
}
.tav_list_template img{
    width: 16px;
}
/*ПЕРЕНЕСТИ В CSS*/
.pup_up {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    max-width: 480px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    /* animation: 0.4s ease 0s 1 normal forwards running fadeIn; */
}

.pup_up_content{
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.pop_up_body{
    position: relative;
    margin: auto;
    width: 85%;
    background: rgb(4,55,120);
    border-radius: 10px;
    padding: 40px 15px 20px 15px;
}
.close_button_pup_up {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 21px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color:aliceblue;
}
.hr-shelf {
    margin: -30px auto 10px;
    padding: 0;
    height: 39px;
    border: none;
    border-bottom: 1px solid #1f1209;
    width: 95%;
}
.start {
    display: flex;
    justify-content: space-around;
}
.next-line {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}
.block332 {
    position: relative;
    display: flex;
    align-items: center;
    background: #004c88;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    pointer-events: all;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    height: 31px;
    margin-top: 4%;
    width: 32%;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
}
.top {
    position: absolute;
    top: -7px;
    left: 30%;
    font-size: 8px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
}
.center {
    color: #fafeff;
    text-align: center;
    font-size: 10px;
}
.user_icon {
    position: absolute;
    top: -10px;
    left: 8px;
}
.user_name {
    font-size: 24px;
}
.clan {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 7%;
}
.input_pop_up {
    border: 1px solid black;
    border-radius: 5px;
    width: 111px;
    height: 26px;
    color: white;
}
.send_new_name {
    height: 20px;
    width: 20px;
    position: absolute;
    background: rgb(31 90 165);
    right: 0px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.input_container {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10%;
}
.slava {
    padding-right: 10%;
}
.top1 {
    font-size: 18px;
}
.center2 {
    font-size: 12px;
}
.top_num_block{
    color: #FCFBFD;
    background: #053065;
    width: 56px;
    padding-right: 16px;
    padding-left: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(287deg, #055f9b 15px, #053065 0);
}

.top_my_num_block{
    color: #FCFBFD;
    background: #198bf6;
    width: 56px;
    padding-right: 16px;
    padding-left: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(287deg, #1eb1ff 15px, #198bf6 0);
}
/*ЗАМЕНИТЬ*/

.main-task-section {
    margin: auto;
    display: flex;
    height: 47px;
    width: 95%;
    border-radius: 6px;
    margin-top: 6px;
    border-bottom: solid 5px #004576;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    background: #055f9b;
}

.main-task-section div {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.main-task-section-my{
    background: #1eb1ff;
}

.hover_switch:hover {
    transform: translateY(0px) scale(1.04);
}
.hover_switch_disabled {
    cursor: default;
    color: gray !important;
}
.b-switch {
    background: #012b55;
    border-radius: 6px;
    width: 95%;
    margin: auto;
    justify-content: space-around;
    display: flex;
    height: 50px;
    align-items: center;
    flex-flow: row wrap;
}
.b-switch div {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.text_top_shadow {
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    text-shadow: 3px 1px 1px #171725, 2px 3px 2px #171725;
    font-size: 18px;
    color: #FCFBFD;
}
.circle_progress {
    display: flex;
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-left: 10px;
    border-radius: 50%;
    background: white;
    background: conic-gradient(white 0deg, black 0deg);
    font-size: 0;
}

.circle_progress_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 2px;
    border-radius: 50%;
    background: #2351aa;
    font-size: 17px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.hr_weekly_quest {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin: 8px 0px;
    font-size: x-large;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 0px -1px 2px #000000, 1px 0px 1px #000000, -1px 0px 1px #000000;
}
.hr_weekly_quest:before,
.hr_weekly_quest:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    margin: 0px 8px;
    background-color: #092f6e;
}
.level_top_container{
    display: inline-flex;
    margin-right: 10px;
}

.task-section {
    display: flex;
    width: 100%;
    align-items: center;
}
.b3126 {
    position: absolute;
    margin-top: 10px;
    width: 100%;
    border-bottom: 5px solid #FCFBFD;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
/*end chat/taverna.html*/


.other_profile_head{
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    min-height: 200px;
}
.other_profile_stats{
    width: 60%;
    background: rgba(3, 63, 121, 0.7);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.other_profile_name{
    background: radial-gradient(circle, rgba(3,92,160,1) 0%, rgba(3,93,156,1) 50%, rgba(18,133,210,1) 100%);
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}
.other_line_gr{
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, #00457e, #035c9e00);
}
.other_colon{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.other_colon:nth-child(2n+2){
    background-color: #00000024;
}
.other_colon div{
    text-align: center;
    width: 100%;
}
.other_colon div:nth-child(1){
    border-right: #00457e solid 1px;
}
.other_colon div:nth-child(2){
    border-left: #0071ce solid 1px;
}
.other_gift{
    margin-bottom: 6%;
    border: 1px solid black;
    border-radius: 5px 5px 10px 10px;
    font-weight: bold;
    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border-bottom: solid 4px rgba(0, 0, 0, 0.75);
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(0deg, #1060a3 20%, transparent), radial-gradient(#a9f7ff, #006cb7);
}
.other_names{
    margin-bottom: 6%;
    border: 1px solid black;
    border-radius: 5px 5px 10px 10px;
    font-weight: bold;
    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border-bottom: solid 4px rgba(0, 0, 0, 0.75);
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(0deg, #1060a3 20%, transparent), radial-gradient(#a9f7ff, #006cb7);
}
.other_gifts{
    width: 80px;
    height: 80px;
}
.history_head{
    color: white;
    width: 90%;
    max-height: 71vh;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, rgb(0, 88, 175, 0.77), rgba(2, 65, 128, 0.77));
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.history_panel{
    background: #0280D5;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    background-image: url(/bmimage/location/132.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}
.history_names{
    font-size: 26px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.gifts_block_Shop{
    background: #0280D5;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    background-image: url(/bmimage/location/140.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}
.gifts_block_Shop_name{
    color: white;
    width: 90%;
    max-height: 71vh;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, rgb(0, 88, 175, 0.77), rgba(2, 65, 128, 0.77));
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.gifts_block_Shop_elements{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}
#gift_block{
    background-color: #140c71ad;
    border-radius: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
}
#gift_block img{
    width: 80px;
    height: 80px;
}
#gift_block_line{
    background-color: #0e0074;
    width: 100%;
    margin-left: -2px;
    padding-right: 2px;
    padding-left: 2px;
    border-style: double;
    border-width: 4px;
    border-left: none;
    border-right: none;
    border-color: #3243a9;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FCFBFD;
    text-shadow: 0px 2px 1px #171725, 2px 3px 2px #171725;
}
#gift_block_line img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.gifts_block_Shop_2{
    background: #0280D5;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    background-image: url(/bmimage/location/140.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.gifts_block_2{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
}
.gifts_text_input{
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align: left;
    outline: none;
    font-size: 18px;
    vertical-align: text-bottom;
    margin-bottom: 10px;
    background-color: #16163d85;
    padding: 6px;
    max-width: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #1700c142;
    border-radius: 6px;
    color: white;
    cursor: text;
}
.tec_hunt_main {
    margin: auto;
    width: 100%;
}

.tec_hunt_main_title {
    color: white;
    max-height: 71vh;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 6px 6px 0px 0px;
    background: unset;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.hunt_tec_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.hunt_tec_block_element{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-bottom: 4px;
    background: #1F5FDB;
    border-bottom: solid 5px #224690;
    border-radius: 7px;
    box-sizing: border-box;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    padding: 4px;
    align-items: center;
}
.tec_mini_attack{
    background-color: #4e7ce2;
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30px;
}
.tec_block_text{
    padding: 0.5em 0;
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto 5px;
    border-radius: 10px;
    height: 50px;
    text-shadow: 2px 2px 2px #000;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    transition: 0.2s;
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.default_table_hover_td:hover {
    cursor: pointer;
    background-color: #0d2450;
    color: #ffcdd2;
}
.page_title .editor_description {
    font-size: 14px;
    font-style: italic;
}
.campaign_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 1em;
}
.campaign_wrapper .beauty_block {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: solid 7px #003158;
    border-radius: 12px;
    overflow: hidden;
}
.campaign_wrapper .beauty_block.purple_border {
    border-bottom: solid 7px #3c1872;
}
.campaign_wrapper .beauty_block.green_border {
    border-bottom: solid 7px #013607;
}
.campaign_wrapper .beauty_block.gray_border {
    border-bottom: solid 7px #4b4b4b;
}
.campaign_wrapper .beauty_block:nth-of-type(2) {
    margin: 2em 0;
}
.campaign_wrapper .beauty_block .top_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 1em;
    color: white;
    background-color: rgba(0, 102, 255, 0.7);
}
.campaign_wrapper .beauty_block.gray_border .top_block.gray_bg {
    background-color: rgb(55 55 55 / 70%);
    justify-content: center;
    padding: 0.5em;
}
.campaign_wrapper .beauty_block.gray_border .top_block.gray_bg .big_text {
    font-weight: bold;
}
.campaign_wrapper .beauty_block .top_block .left_top_block {
    display: flex;
    flex-flow: column nowrap;
    width: 60%;
}
.campaign_wrapper .beauty_block .top_block .left_top_block .title_left_top_block {
    font-weight: bold;
    font-size: 31px;
    margin: 0;
}
.campaign_wrapper .beauty_block .top_block .left_top_block .description_left_top_block {
    font-size: 14px;
    margin: 0;
    margin-top: 1em;
}
.campaign_wrapper .beauty_block .top_block .right_top_block {
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid black;
    border-radius: 5px;
    width: 40%;
    overflow: hidden;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block {
    background-color: #0066db;
    padding: 0.5em;
    border-bottom: 1px solid black;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block .item_rewards_right_top_block {
    border: 1px solid black;
    border-radius: 7px;
    margin: 0 0.2em;
    padding: 0.5em;
    background-color: #258dff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    min-height: 3.325em;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block .item_rewards_right_top_block.item_only {
    justify-content: center;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block .item_rewards_right_top_block:first-of-type {
    margin-left: 0;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block .item_rewards_right_top_block:last-of-type {
    margin-right: 0;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block img {
    width: 2em;
    margin: 0 0 0.2em 0;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .rewards_right_top_block .text_item_rewards_block {
    margin: 0;
    font-weight: bold;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .inBattle_right_top_block {
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 26px;
    background-color: #e9a51e;
    position: relative;
    padding: 0.3em 0;
    transition: all 0.3s;
}
.campaign_wrapper .beauty_block .top_block .right_top_block .inBattle_right_top_block:hover {
    cursor: pointer;
    background-color: #ffdc97;
    color: #014a6b;
}
.campaign_wrapper .beauty_block .bottom_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0.5em 1em;
    border-top: 1px solid black;
    background-color: rgba(0, 69, 172, 0.97);
    box-sizing: border-box;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block:not(.clicked_block):not(.nohover):hover {
    background-color: #007dff;
    cursor: pointer;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block.clicked_block {
    background-color: #004de6;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #006cdc;
    border: 1px solid black;
    border-radius: 10px;
    justify-content: center;
    min-height: 3.9em;
    padding: 0.5em;
    transition: all 0.3s;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block > img {
    width: 3em;
}

/*.campaign_wrapper .beauty_block .bottom_block .count_bottom_block:first-of-type {
    margin-left: 0;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block:last-of-type {
    margin-right: 0;
}*/
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block .text_count_bottom_block {
    color: white;
    font-weight: bold;
    font-size: 35px;
    margin: 0 0 3px 0;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block .stars_count_bottom_block {
    display: flex;
    min-height: 12px;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block .stars_count_bottom_block img {
    width: 12px;
    height: 12px;
}
.campaign_wrapper .beauty_block .bottom_block .count_bottom_block .stars_count_bottom_block img:nth-last-of-type(2) {
    margin: 0 3px;
}



.campaign_wrapper .beauty_block .top_block.purple_top_block {
    background-color: rgba(116, 92, 185, 0.85);
}
.campaign_wrapper .beauty_block .top_block.purple_top_block .left_top_block {
    width: 65%;
}
.campaign_wrapper .beauty_block .top_block .singleItem_right_top_block {
    display: flex;
    flex-flow: column nowrap;
    width: 35%;
    position: relative;
}
.campaign_wrapper .beauty_block .top_block .singleItem_right_top_block .inBattle_right_top_block {
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 26px;
    background-color: #e9a51e;
    padding: 0.6em 0;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}
.campaign_wrapper .beauty_block .top_block .singleItem_right_top_block .inBattle_right_top_block:not(.disabled):hover {
    cursor: pointer;
    background-color: #ffdc97;
    color: #014a6b;
}
.campaign_wrapper .beauty_block .top_block .singleItem_right_top_block .inBattle_right_top_block.disabled {
    background-color: gray;
}
.campaign_wrapper .beauty_block .top_block .singleItem_right_top_block .description_right_top_block {
    margin-top: 0.5em;
    font-size: 12px;
    text-align: center;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block {
    background-color: #5a23ad;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .mob_info_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .mob_info_block .mob_icon {
    width: 3em;
    margin-right: 0.5em;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .mob_info_block .hp_bottom_block {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .hp_bottom_block p {
    margin: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block {
    margin: 0 1em;
    overflow: hidden;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block {
    border: 1px solid black;
    border-radius: 7px;
    padding: 0.5em;
    min-height: 3.387em;
    background-color: #9c34dd;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block.item_only {
    justify-content: center;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block:first-of-type {
    margin-left: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block:last-of-type {
    margin-right: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block img {
    width: 2em;
    margin: 0 0 0.2em 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .rewards_bottom_block .item_rewards_bottom_block .text_item_rewards_block {
    margin: 0;
    font-weight: bold;
    color: white;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .team_bottom_block {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .team_bottom_block .count_team_bottom_block {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkPurple_bottom_block .team_bottom_block img {
    width: 3em;
}
.campaign_wrapper .beauty_block .top_block.green_top_block {
    background-color: rgba(32, 130, 55, 0.85);
}
.campaign_wrapper .beauty_block .top_block.green_top_block .left_top_block {
    width: 65%;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block {
    background-color: #005f0b;
    justify-content: space-between;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block {
    display: flex;
    flex-flow: row nowrap;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block .item_rewards_bottom_block {
    border: 1px solid black;
    border-radius: 7px;
    margin: 0 0.1em;
    padding: 0.5em;
    min-width: 2.5em;
    background-color: #03972f;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    flex: auto;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block .item_rewards_bottom_block:first-of-type {
    margin-left: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block .item_rewards_bottom_block:last-of-type {
    margin-right: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block .item_rewards_bottom_block img {
    width: 2em;
    margin: 0 0 0.2em 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .rewards_bottom_block .item_rewards_bottom_block .text_item_rewards_block {
    margin: 0;
    font-weight: bold;
    color: white;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .record_bottom_block {
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .top_bottom_block {
    display: flex;
    flex-flow: column nowrap;
    max-width: 40%;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .top_bottom_block .item_top_bottom_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .top_bottom_block .item_top_bottom_block > img {
    width: 1.5em;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .top_bottom_block .item_top_bottom_block .max_wave_item_top_bottom_block {
    color: #ffffff;
    font-weight: bold;
    margin: 0 0.8em 0 0.2em;
}
.campaign_wrapper .beauty_block .bottom_block.darkGreen_bottom_block .top_bottom_block .item_top_bottom_block .name_item_top_bottom_block {
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.arena_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0.5em;
    margin: 0 0.5em;
    background-color: rgba(41, 37, 169, 0.20);
    border-radius: 14px;
}

.arena_wrapper .arena_block {
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-flow: column nowrap;
    background: #0280D5;
    width: 100%;
    margin-bottom: 10px;
    background-image: url(../bmimage/location/191.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}
.arena_wrapper .arena_block_grab {
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.arena_wrapper .arena_tur_block {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.news_block {
    background: #ffffff;
    width: 85%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 8px;
    border-bottom: solid 5px #a6a6b4;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

.news_content {
    position: relative;
    width: 95%;
    margin: auto;
    transition: 0.2s;
}
.news_new_info {
    background-image: url(../bmimage/icons/news_label.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -16px;
    left: -19px;
    width: 67px;
    height: 41px;
    z-index: 1;
}
.news_new_info_text{
    position: relative;
    top: 7px;
    left: -4px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
    font-size: 15px;
    text-align: center;
}
.news_info_block{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_event_name{
    padding-top: 7px;
    color: #594d3d;
    font-size: 11px;
    font-weight: bold;
}
.news_name{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
.news_time{
    color: #828282;
    font-size: 11px;
}
.news_arrow_show{
    padding-top: 10px;
    width: 15px;
    padding-right: 8px;
    transition: 0.2s;
}
.news_description {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s;
    color: black;
    font-size: 14px;
}
.news_checkbox{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.news_checkbox_label {
    position: relative;
    cursor: pointer;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}
.news_checkbox:checked ~ .news_description {
    max-height: 1300px;
}

.news_checkbox:checked ~ .news_checkbox_label div .news_arrow_show {
    transform: rotate(90deg) translate(10px, 0px);
}

.gameselectbox{
    outline: none;
    border-style: solid;
    width: 94%;
    max-width: 94%;
    height: 50px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: #012b55;
    color: azure;
    border-radius: 9px;
    border-color: #4e4d4c;
}
.news_image_div{
    position: relative;
    height: 22.4vh;
    border-radius: 8px;
    overflow: hidden;
}

.news_image_anim{
    background-image: url(../bmimage/news/stub.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    height: 100%;
    transition: 0.4s;
}

.news_image_anim:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.02);
}

.b-switch-clan{
    background: #2465B9;
    border-bottom: solid 5px #013F70;
}

.clan_top_info{
    background: #2465B9;
    border-radius: 6px 6px 0 0;
    width: 95%;
    margin: auto;
}


.clan_center_info{
    background: #064A93;
    border-radius: 0 0 6px 6px;
    width: 95%;
    margin: auto;
    border-bottom: solid 5px #013F70;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.clan_bottom_info{
    background: #2465B9;
    border-radius: 6px;
    width: 95%;
    margin: auto;
    border-bottom: solid 5px #013F70;
    display: flex;
    justify-content: space-around;
}

.clan_info{
    color: white;
    display: flex;
    justify-content: space-between;
}

.clan_sub_info{
    width: 92%;
    margin: auto;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.clan_info_name{
    padding-top: 20px;
    padding-left: 10px;
}

.clan_name{
    font-weight: bold;
}

.clan_battle_btn{
    padding-top: 20px;
}
.clan_top_info_right {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.clan_description{
    font-size: 12px;
}

.clan_btn{
    transition: 0.2s;
    text-align: center;
    border-radius: 14px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #FCFBFD;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin: 0.3em;
    position: relative;
}
.clan_btn.no_height {
    height: unset;
}
.clan_btn:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.clan_btn_img{
    height: 45px;
}
.clan_btn_text{
    font-size: 12px;
}
.clan_statistic_text:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.clan_role{
    font-size: 10px;
    color: #d5d5d5;padding-top: 3px;
}

.clan_panel {
    background: radial-gradient(circle, rgba(3,92,160,1) 0%, rgba(18,133,210,1) 100%);
    border: solid 1px #5d647e;
    border-bottom: solid 3px #3d4252;
}
.clan_panel_size{
    min-height: 80px;
    max-height: 56vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.clan_panel_close{
    background-color: #5C4F6B;
    border: solid 3px #5C4F6B;
    border-left: solid 5px #5C4F6B;
    border-right: solid 5px #5C4F6B;
    border-radius: 6px;
    right: -9px;
}

.panel_center_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clan_btn_invite {
    display: flex;
    background: #00D75B;
    border-radius: 6px;
    margin-right: 5px;
    align-items: center;
    transition: 0.2s;
    border: solid 2px #5c4f6b;
}

.clan_btn_invite:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.top_num_block_cube {
    color: #FCFBFD;
    background: #053065;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clan_section_img{
    height: 40px;
}

.clan_section_text{
    font-size: 12px;
}

.top_num_block_cube_clan{
    color: #FCFBFD;
    background: #053065;
    width: 95px;
    text-align: center;
}

.clan_rays {
    position: absolute;
    background-image: url(/bmimage/rays.png?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 512px;
    top: -180px;
    opacity: 0.2;
    animation-name: rotate-normal;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.clan_sub_rays {
    position: absolute;
    background-image: url(/bmimage/sub_rays.png?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -71px;
    width: 100%;
    height: 273px;
    opacity: 0.2;
    animation-name: rotate-normal;
    animation-duration: 10s;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.create_clan_top_info{
    position: relative;
    overflow: hidden;
}
.clan_create_frame{
    position: relative;
    margin: 6px;
    width: 64px;
    height: 64px;
    border-radius: 7px;
    background-color: #013f70;
    border: solid 3px #013f70;
    background-size: contain;
    background-repeat: no-repeat;
}
.create_clan_text {
    margin: auto;
    text-align: center;
    color: white;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 16px;
}

.clan_create_frame.center{
    border: solid 3px white;
}

.create_clan_logo{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px;
    animation-name: icon-clan-bell-infinity;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.clan_create_color{
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 7px;
    border: 28px solid transparent;
}
.create_clan_text{
    margin: auto;
    text-align: center;
    color: white;
}


@keyframes icon-clan-bell-infinity {
    0% {transform: rotate(-1deg) scale(1);}
    25% {transform: rotate(0deg) scale(1.025);}
    50% {transform: rotate(1deg) scale(1.05);}
    75% {transform: rotate(0deg) scale(1.025);}
    100% {transform: rotate(-1deg) scale(1);}
}

.reward_panel {
    background: radial-gradient(circle, #033677 0%, #023e7d 100%);
    border: solid 1px #00000e;
    border-bottom: solid 3px #212124;
}
.reward_panel_size {
    min-height: 80px;
    max-height: 100vh;
    margin-bottom: 2vh;
}
.button_reward_claim {
    border: solid 1px #000000;
    border-bottom: solid 3px #3f4041;
    text-shadow: 2px 2px 2px #000;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 11px;
    width: 95px;
    background: linear-gradient(180deg, #32cb05 45%, #328d03 55%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
}

.button_reward_claim:hover {
    transform: scale(0.9);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.reward_icons.purple {
    background: linear-gradient(0deg, #8629f3 5%, transparent), radial-gradient(circle, rgba(223,85,233,1) 0%, rgba(201,64,255,1) 25%, rgba(164,39,253,1) 100%);
}
.reward_day_fonts {
    text-align: left;
    font-size: 12px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #f9fcfd;
    text-shadow: 0px 3px 1px #000000;
    padding: 0; /*Удалить*/
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.reward_icons {
    position: relative;
    width: 30%;
    margin-left: 1%;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(0deg, #2981f3 5%, transparent), radial-gradient(circle, #5596e9 0%, rgba(64, 180, 255, 1) 25%, rgba(39, 187, 253, 1) 100%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    border: solid 2px #002f63;
    border-bottom: solid 4px #4f0ea8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: 0.2s;
    max-width: 100%;
    height: auto;
}
.reward_icons:hover {
    transform: scale(0.95);
    z-index: 2;
    position: relative;
    background: linear-gradient(0deg, #2981f3 5%, transparent), radial-gradient(circle, #66a0eb 0%, rgba(86, 186, 250, 1) 25%, rgba(62, 189, 246, 1) 100%);
}
.reward_icons.purple:hover {
    background: linear-gradient(0deg, #8629f3 5%, transparent), radial-gradient(circle, #DE4AE9 0%, #C431FF 25%, #9F1DFD 100%);
}

.reward_icons.get_reward{
    animation-name: reward-get-pulse;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: solid 2px #ffffff;
}

.monthly_reward_img {
    vertical-align: text-bottom;
    max-height: 35px;
    height: 35px;
    width: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.bg_confetti_animated.flash_animation{
    animation-name: confetti-flash-anim;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode:forwards
}

.bg_confetti_animated.bg_fixed{
    position: fixed;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0.5em 0;
    z-index: 9999999999;
    pointer-events: none;
}

.bg_confetti_animated {
    background-repeat: repeat-x;
    background-position: top -10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='90' viewBox='0 0 600 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' y='-10' width='6' height='10'/%3E%3Crect x='84' y='-10' width='6' height='10'/%3E%3Crect x='126' y='-13' width='5' height='13'/%3E%3Crect x='168' y='-13' width='5' height='13'/%3E%3Crect x='210' y='-10' width='6' height='10'/%3E%3Crect x='252' y='-13' width='5' height='13'/%3E%3Crect x='294' y='-10' width='6' height='10'/%3E%3Crect x='336' y='-13' width='5' height='13'/%3E%3Crect x='378' y='-13' width='5' height='13'/%3E%3Crect x='420' y='-10' width='6' height='10'/%3E%3Crect x='462' y='-10' width='6' height='10'/%3E%3Crect x='504' y='-13' width='5' height='13'/%3E%3Crect x='546' y='-10' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E%0A");
}

.roulette_bg{
    position: relative;
    background-image: url(/bmimage/icons/roulette_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 327px;
}
.roulette_wheel{
    position: relative;
    top: 14px;
    margin: auto;
    background-image: url(/bmimage/icons/roulette_wheel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 300px;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}

.roulette_wheel_item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.roulette_wheel_item_text{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: white;
    width: 71px;
}
.roulette_arrow{
    position: absolute;
    top: -12px;
    background-image: url(/bmimage/icons/roulette_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 51px;
    z-index: 5;
}
.roulette_btn_spin_center {
    position: absolute;
    top: 132px;
    width: 100%;
    z-index: 2;
}
.roulette_btn_spin {
    background-image: url(/bmimage/icons/roulette_btn_spin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    height: 64px;
    width: 64px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: 0.3s;
}
.roulette_btn_spin.disabled{
    transform: scale(0.9);
    cursor: default;
}
.roulette_count_info{
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.roulette_btn_spin_text {
    display: flex;
    margin: auto;
    width: 64px;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 3px #000;
    justify-content: center;
    align-items: center;
    top: -3px;
    position: relative;
    user-select: none;
}

.roulette_item_reward {
    display: flex;
    width: 100vw;
    height: 100vh;
    font-size: 20px;
    position: fixed;
    max-width: 480px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, 0.74);
    align-items: center;
    z-index: 999999;
}
.no_hover_item_spin {
    position: relative;
    transition: 0.2s;
    text-align: center;
    background: #03457C;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    z-index: 3;
    border-bottom: solid 4px #025da0;
    border-left: solid 4px #025da0;
    border-right: solid 4px #014f88;
    border-top: solid 4px #014f88;
}

.rarity_border_0{
    border-bottom: solid 4px #718d9a;
    border-left: solid 4px #718d9a;
    border-right: solid 4px #b0bbc9;
    border-top: solid 4px #b0bbc9;
}
.rarity_border_1{
    border-bottom: solid 4px #2196f3;
    border-left: solid 4px #2196f3;
    border-right: solid 4px #598cc4;
    border-top: solid 4px #598cc4;
}
.rarity_border_2{
    border-bottom: solid 4px #29c464;
    border-left: solid 4px #29c464;
    border-right: solid 4px #86ef46;
    border-top: solid 4px #86ef46;
}
.rarity_border_3{
    border-bottom: solid 4px #a14efb;
    border-left: solid 4px #a14efb;
    border-right: solid 4px #dd6fff;
    border-top: solid 4px #dd6fff;
}
.rarity_border_4{
    border-bottom: solid 4px #fe8d1b;
    border-left: solid 4px #fe8d1b;
    border-right: solid 4px #ffaf22;
    border-top: solid 4px #ffaf22;
}
.rarity_border_5{
    border-bottom: solid 4px #d513ff;
    border-left: solid 4px #d513ff;
    border-right: solid 4px #ff9800;
    border-top: solid 4px #ff9800;
}

.rarity_border_none {
    border-bottom: solid 4px transparent;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-top: solid 4px transparent;
}

.bg_fixed_location_weather {
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    max-width: 480px;
    left: 50%;
    overflow: hidden;
    transform: translate3d(0,0,0) translateX(-50%);
    -webkit-transform:translate3d(0,0,0) translateX(-50%);
    -moz-transform:translate3d(0,0,0) translateX(-50%);
    -ms-transform:translate3d(0,0,0) translateX(-50%)
}

.location_weather_snow {
    background-image: url(/bmimage/weather/snow/snowflake.png), url(/bmimage/weather/snow/snowflake3.png), url(/bmimage/weather/snow/snowflake2.png);
    animation: weather-snow 5s linear infinite;
}

.location_weather_flowers {
    background-image: url(/bmimage/weather/flowers/flowers.png?2), url(/bmimage/weather/flowers/flowers3.png?2), url(/bmimage/weather/flowers/flowers2.png?2);
    animation: weather-snow 7s linear infinite;
}

.location_weather_rain {
    background-image: url(/bmimage/weather/rain/rain.png), url(/bmimage/weather/rain/rain3.png), url(/bmimage/weather/rain/rain2.png);
    animation: weather-rain 1s linear infinite;
}

.location_weather_thunder {
    background-image: url(/bmimage/weather/thunder/thunder.png),url(/bmimage/weather/thunder/thunder2.png);
    background-position: -13px 1px, 188px -31px;
    background-size: 256px, 390px;
    background-repeat: no-repeat;
    animation: weather-thunder 20s linear infinite;
}

.location_weather_sun {
    position: absolute;
    top: -870px;
    left: -493px;
    width: 1824px;
    height: 1824px;
    background-image: url(/bmimage/weather/sun/sun_rays.png?1);
    background-size: contain;
    animation: weather-sun 90s linear infinite;
}

.effects_28px{
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-image: url(/bmimage/effectsHD84.png);
    background-size: cover;
    background-position: -280px;
    margin-right: 8%;
}

.effects_25px{
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-image: url(/bmimage/effectsHD84.png);
    background-size: cover;
    background-position: -250px;
    margin-right: 8%;
}

@keyframes weather-sun {
    0% {transform: rotate(0deg);opacity: 0.6;}
    25% {transform: rotate(22.5deg);opacity: 0.55;}
    45% {transform: rotate(40.5deg);opacity: 0.5;}
    75% {transform: rotate(67.5deg);opacity: 0.5;}
    100% {transform: rotate(90deg);opacity: 0.6;}
}

@keyframes weather-thunder {
    0% {background-size: 0px, 390px;opacity: 0;}
    5% {background-size: 0px, 390px;opacity: 0;}
    6% {background-size: 0px, 390px;opacity: 1;}
    7% {background-size: 0px, 390px;opacity: 0.7;}
    8% {background-size: 0px, 390px;opacity: 1;}
    15% {background-size: 0px, 390px;opacity: 0;}

    50% {background-size: 256px, 0px;opacity: 0;}
    55% {background-size: 256px, 0px;opacity: 0;}
    56% {background-size: 256px, 0px;opacity: 1;}
    57% {background-size: 256px, 0px;opacity: 0.7;}
    58% {background-size: 256px, 0px;opacity: 1;}
    65% {background-size: 256px, 0px;opacity: 0;}

    100% {opacity: 0;}
}

.itemRange {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
    border-radius: 8px;
}
.itemRange:focus {
    outline: none;
}
.itemRange::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #03a9f4;
    border-radius: 25px;
}
.itemRange::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
.itemRange:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}
.itemRangeWrap{
    margin: auto;
    width: 85%;
    position: relative;
}
.itemRangeValue{
    position: absolute;
    bottom: 15%;
}
.itemRangeValue span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.itemRangeValue span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -30%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

.item_profile_new_info {
    background-image: url(../bmimage/icons/news_label.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: -7px;
    width: 46px;
    height: 31px;
    z-index: 1;
}

.item_profile_new_info_text {
    position: relative;
    top: 5px;
    left: -2px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
    font-size: 10px;
    text-align: center;
}

.chest_items_open{
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    align-content: center;
    justify-content: center;
}

.chest_text_count {
    display: none;
    position: absolute;
    right: 27px;
    top: -22px;
    font-family: "Rockwell";
    font-weight: 600;
    font-size: 31px;
    color: #FFFDFB;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
}

.search_battle_text{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
    padding-top: 20%;
}
.search_battle_text_people{
    font-size: 18px;
    text-align: center;
    color: #FCFBFD;
    text-shadow: 0px 3px 1px #000000, 1px 0 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 0 -1px 1px #000000;
    padding-top: 1%;
}
.search_battle_peoples{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
}
.user_battle_find {
    background: rgba(3, 63, 121, 0.7);
    width: 19vw;
    height: 19vw;
    max-width: 85px;
    max-height: 85px;
    position: relative;
    margin: 1%;
    border: solid 2px white;
    border-radius: 8px;
    transition: 0.2s;
}
.user_battle_nofind{
    opacity: 0.3;
    transform: scale(0.9);
}
.user_battle_find_user_image{
    width: 80%;
    height: 80%;
    margin: 10%;
}
.tutorial_finger {
    position: absolute;
    width: 23vw !important;
    max-width: 95px;
    z-index: 9999999999999;
    pointer-events: none;
    animation: finger_point 1.5s ease-in-out infinite;
}

.quest_finger {
    position: absolute;
    width: 42px;
    height: 42px;
    pointer-events: none;
    animation: finger_point 1.5s ease-in-out infinite;
    top: -20%;
    left: -14%;
    z-index: 9;
    background-image: url(/bmimage/tutorial/finger.png?1.0);
    background-size: contain;
    background-repeat: no-repeat;
}

.tutorial_finger.footer {
    top: -33%;
    left: -19%;
}
.tutorial_finger.campaign {
    top: -65%;
    right: 39%;
}
.tutorial_finger.campaign_start {
    top: -90%;
    left: 12%;
    animation: finger_point_small 1.5s ease-in-out infinite;
}
.tutorial_finger.campaign_footer {
    top: -41%;
    right: -44%;
    animation: finger_point_revers_small 1.5s ease-in-out infinite;
}
.tutorial_finger.map_go {
    top: -125%;
    left: 32%;
}
.tutorial_finger.shop {
    top: -81%;
    right: -86%;
    animation: finger_point_revers 1.5s ease-in-out infinite;
}
.tutorial_finger.shop_enter {
    top: -30%;
    left: -30%;
}
.tutorial_finger.shop_this {
    top: -95%;
    left: 30%;
}
.tutorial_finger.profile {
    top: -81%;
    right: -86%;
    animation: finger_point_revers 1.5s ease-in-out infinite;
}
.tutorial_finger.profile_icon {
    top: -71%;
    right: -70%;
    animation: finger_point_revers_small 1.5s ease-in-out infinite;
}
.tutorial_finger.profile_item {
    top: -25%;
    left: -50%;
    animation: finger_point_small 1.5s ease-in-out infinite;
}
.tutorial_finger.item_dress {
    display: none;
    top: -100%;
    left: 30%;
}
.tutorial_finger.item_sell {
    display: none;
    top: -72%;
    left: -86%;
    animation: finger_point_small 1.5s ease-in-out infinite;
}
.tutorial_finger.item_upgrade {
    display: none;
    top: -72%;
    left: -86%;
    animation: finger_point_small 1.5s ease-in-out infinite;
}
.tutorial_finger.craft_button {
    top: -79%;
    left: 28%;
}
.tutorial_finger.quest {
    top: -56px;
    left: -49px;
}
.tutorial_finger.to_quest {
    animation: finger_point_revers 1.5s ease-in-out infinite;
    left: 110px;
    top: -40px;
}
.tutorial_finger.to_mob {
    top: 0;
    left: 0;
}
.tutorial_finger.to_mob_attack {
    top: -47px;
    left: 28%;
}
.clan_level_info {
    display: flex;
    flex-flow: column nowrap;
    background: #2465B9;
    border-radius: 6px;
    width: 95%;
    box-sizing: border-box;
    padding: 0.5em;
    margin: auto;
    border-bottom: solid 5px #013F70;
}
.clan_level_info_top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.clan_level_info_top_icon {
    position: relative;
    margin-right: 2em;
}
.clan_level_info_top_icon > img {
    width: 55px;
}
.clan_level_info_top_icon span {
    position: absolute;
    top: 29%;
    left: 42%;
    color: #FCFBFD;
    font-weight: bold;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
}
.clan_level_info_top_text_button {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #FCFBFD;
    font-weight: bold;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
    width: 100%;
    text-align: center;
    margin-right: 6em;
}
.clan_level_info_top_text_button:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.clan_level_info_top_text_button > img {
    width: 42px;
}
.clan_level_info_exp_info {
    position: relative;
    padding: 2px 2px 2px 2px;
    margin-top: 0.5em;
    border-radius: 5px;
    border: 1px solid black;
    height: 26px;
    background: linear-gradient(0deg, rgba(29,41,67,1) 45%, rgba(24,30,46,1) 55%);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 4px 2px #171725, 3px 3px 2px #171725;
}
.clan_level_info_exp_info_bar {
    height: 26px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(16,161,244,1) 45%, rgba(35,203,252,1) 55%);
    animation: load 2s normal forwards;
}
.clan_level_info_exp_info_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.clan_shop_level {
    display: flex;
    flex-flow: column nowrap;
    width: 95%;
    box-sizing: border-box;
    margin: 1em auto;
}
.clan_shop_level_text {
    color: #FCFBFD;
    font-weight: bold;
    padding: 0.5em;
    background: #2465B9;
    border-radius: 6px 6px 0 0;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
}
.clan_shop_level_text > img {
    height: 16px;
}
.clan_shop_level_text.disabled {
    background: #9ca9b9;
}
.clan_shop_items_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    background: #064A93;
    padding: 0.5em;
    border-bottom: solid 5px #013F70;
    border-radius: 0 0 6px 6px;
}
.clan_shop_items_container.disabled {
    background: #8c8f93;
    border-bottom: solid 5px #767676;
}
.zem_wrapper {
    padding: 0.5em;
    margin: 0 0.5em;
    background-color: rgba(0, 102, 255, 0.7);
    border-bottom: solid 7px #003158;
    border-radius: 12px;
    color: white;
}
.clan_statistic_text {
    transition: all 0.2s;
    position: relative;
}
.zem_button {
    position: relative;
    text-align: center;
    border-radius: 0.5em;
    padding: 1em 3em;
    transition: all 0.3s;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: show;
    animation-fill-mode: backwards;
    background: linear-gradient(180deg, #057ACB 45%, #0460A7 55%);
    border: solid 1px #000000;
    border-bottom: solid 5px rgb(0 0 0 / 75%);
    background-clip: padding-box;
}
.zem_button:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.1);
}
@keyframes finger_point {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-60deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes finger_point_revers {
    0% {
        transform: rotate(240deg) scale(1, -1);
    }
    50% {
        transform: rotate(180deg) scale(1, -1);
    }
    100% {
        transform: rotate(240deg) scale(1, -1);
    }
}
@keyframes finger_point_revers_small {
    0% {
        transform: rotate(240deg) scale(0.5, -0.5);
    }
    50% {
        transform: rotate(180deg) scale(0.5, -0.5);
    }
    100% {
        transform: rotate(240deg) scale(0.5, -0.5);
    }
}
@keyframes finger_point_small {
    0% {
        transform: rotate(0) scale(0.5);
    }
    50% {
        transform: rotate(-60deg) scale(0.5);
    }
    100% {
        transform: rotate(0) scale(0.5);
    }
}

@keyframes weather-rain {
    0% {background-position: 0 0, 0 0, 0 0;}
    100% {background-position: 1000px 1000px, 400px 400px, 300px 300px;}
}

@keyframes weather-rain-right {
    0% {background-position: 0 0, 0 0, 0 0;}
    100% {background-position: -1000px 1000px, -400px 400px, -300px 300px;}
}

@keyframes weather-snow {
    0% {background-position: 0 0, 0 0, 0 0;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@keyframes weather-snow-right {
    0% {background-position: 0 0, 0 0, 0 0;}
    100% {background-position: -500px 1000px, -400px 400px, -300px 300px}
}

@keyframes confetti-flash-anim {
    0% {opacity: 0;}
    20% {opacity: 1;}
    60% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes reward-get-pulse {
    0% {transform: scale(0.96);z-index: 3;}
    50% {transform: scale(1.01);z-index: 3;}
    100% {transform: scale(0.96);z-index: 3;}
}

@keyframes red-circle-pulse {
    0% {transform: scale(0.9);}
    50% {transform: scale(1.1);}
    80% {transform: scale(0.9);}
    100% {transform: scale(0.9);}
}


/*mail*/
.mail_div{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000020;
}
.mail_block{
    margin: auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #060E1D;
}
.mail_bg_orig_color{
    margin: auto;
    height: 100%;
    width: 100%;
    width: 99.4%;
    background: rgb(3,92,160);
    background: radial-gradient(circle, rgba(3,92,160,1) 0%, rgba(3,93,156,1) 50%, rgba(18,133,210,1) 100%);
}
.mail_contacts{
    overflow: auto;
    height: 100%;
    padding: 2px;
}
.mail_contacts::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.mail_contact{
    width: 99%;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    min-height: 50px;
    border-color: rgba(0, 0, 0, 0.4);
    background: #055f9b;
    color: white;
}
.mail_contact_div:nth-child(1){
    background-color: rgb(0, 57, 25, 0.08);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail_contact_div:nth-child(2){
    background-color: rgba(0,0,0,0.02);
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
    text-align: left;
    overflow: hidden;
}
.mail_contact_div:nth-child(3){
    background-color: rgba(0, 0, 0, 0.14);
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.mail_contact_icon{
    height: auto;
    width: 100%;
}
.mail_contact_msg{
    font-size: 14px;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}
.mail_contact_msg img{
    width: 16px;
}
.mail_contact_name{
    height: 16px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
}
.mail_contact_counter{
    color: #6eff00;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.14);
}
.mail_contact_onread{
    color: #6eff00;
    display: none;
}
.mail_sort_bold{
    font-weight: bold;
}   
.mail_online{
    color: #15b515;
}
.mail_pagination{
    margin: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mail_pagination button{
    width: 100%;
}
.mail_contact_inputs_dots{
    margin-left: 4px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #947c55;
    text-align: left;  
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mail_contact_inputs_dots div:nth-child(1){
    -webkit-animation: room_inputs_dots 0.9s 0.0s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.0s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.0s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.0s infinite;
    animation: room_inputs_dots 0.9s 0.0s infinite;
}
.mail_contact_inputs_dots div:nth-child(2){
    -webkit-animation: room_inputs_dots 0.9s 0.3s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.3s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.3s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.3s infinite;
    animation: room_inputs_dots 0.9s 0.3s infinite;
}
.mail_contact_inputs_dots div:nth-child(3){
    -webkit-animation: room_inputs_dots 0.9s 0.6s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.6s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.6s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.6s infinite;
    animation: room_inputs_dots 0.9s 0.6s infinite;
}
@keyframes room_inputs_dots{
    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}



.room_div{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000021;
}
.room_block{
    margin: auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #c3a76d;
    overflow: hidden;
}
.room_msg_l{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: flex-start;
    word-wrap: break-word;
    max-width: 85%;
    margin: 0px auto 0px 0px;
    padding: 2px;
}
.room_msg_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    text-align: right;
    align-items: flex-start;
    word-wrap: break-word;
    max-width: 85%;
    margin: 0px 0px 0px auto;
    padding: 2px;
}
.room_msg_c {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    text-align: right;
    word-wrap: break-word;
    max-width: 80%;
    margin: auto;
    padding: 2px;
    justify-content: center;
}
.room_msg_text_block{
    border-radius: 6px;
    border-color: rgba(0, 0, 0, 0.09);
    color: #fffbfb;
    background-color: #092c49;
    padding: 6px;
}

.chat_msg_otvet {

}
.room_msg_r .room_msg_text_block{
    background-color: #1b7cdb;
    padding: 6px 3px 6px 6px;
    position: relative;
}
.room_msg_l .room_msg_text_block{
    padding: 6px 3px 6px 6px;
}
.room_msg_icon_cont{
    min-width: 24px;
    width: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 0 2px 0 2px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.l_room_msg_icon{
    height: auto;
    width: 100%;
}
.r_room_msg_icon{
    height: auto;
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.room_msg{
    margin: 0 2px 0 2px;
    text-align: left;
    position: relative;
}
.room_msg_text{
    display: contents;
    word-break: break-word;
}
.chat_msg_center {
    text-align: center;
}
.room_msg_meta{
    float: right;
    line-height: 20px;
    top: 9px;
    padding-left: 4px;
    display: flex;
    position: relative;
    font-size: 12px;
}
.room_msg_meta_img{
    position: absolute;
    bottom: -5px;
    right: -3px;
    padding: 1px 4px;
    background: rgba(2, 22, 36, 0.37);
    border-radius: 9px;
    font-size: 12px;
    display: inline-flex;
}
.room_msg_meta_mark{
    color: crimson;
    width: 18px;
}
.room_msg_meta_double_mark{
    letter-spacing: -8px;
    width: 18px;
    display: none;
    color: darkolivegreen;
}
.room_msg_meta_mark_svg{
    width: 20px;
    position: absolute;
}
.room_msgs {
    overflow: auto;
    padding-top: 7px;
    height: 100%;
    background-color: rgb(3,92,160);
    background-image: url(/bmimage/background/character_bg.png?3);
    background-position: center;
    background-position-y: -238px;
    background-repeat: no-repeat;
    background-size: 480px 853px;
}

.room_msgs::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.room_msgs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #663300;
    border-radius: 0;
    background: #c8ac71;
}
.room_msgs::-webkit-scrollbar-thumb {
    background: #774400;
    border-radius: 10px;
}

.room_info{
    position: relative;
    height: 50px;
    display: flex;
    flex-direction: row;
    color: white;
    background: #012b55;
    font-size: 26px;
    align-items: center;
    padding-bottom: 2px;
    box-shadow: 0px -2px 6px black;
}
.room_btn_back{
    height: 100%;
    width: 20px;
    padding-right: 5%;
    padding-left: 11px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
}
.room_icon{
    height: auto;
    width: 40px;
    padding-right: 4px;
}
.room_option{
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.room_edit_cont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background-color: #060e1d;
    padding: 4px;
    box-shadow: 0px 5px 6px black;
    align-items: center;
    position: relative;
}
.room_smile_icon_cont{
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_smile_icon{
    width: 30px;
}
.room_input_cont{
    width: 100%;
    position: relative;
    padding: 6px;
}
.room_input{
    height: 100%;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align: left;
    border: none;
    outline: none;
    line-height: 20px;
    font-size: 18px;
    vertical-align: text-bottom;
    position: relative;
    color: white;
    cursor: text;
}
.room_input_lenght{
    position: absolute;
    right: -2px;
    bottom: -5px;
    pointer-events: none;
}
.room_send_button_cont{
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_send_button{
    width: 40px;
}
.room_send_fly{
    fill: #ffd600;
    stroke: #c08100;
    stroke-width: 0.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1 1 1;
}
.room_arrow{
    position: relative;
}
.room_arrow_flex{
    position: absolute;
    right: 5px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
}
.room_arrow_end {
    position: relative;
    margin: 5px 0;
    font-size: 2em;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #060e1d;
    height: 45px;
    width: 45px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #0f7dc7;
    cursor: pointer;
}
.room_arrow_end_svg{
    scale: 1;
}
.room_arrow_end_svg_fill{
    fill: #dadbdd;
}
.room_arrow_num {
    position: absolute;
    right: -4px;
    top: -15px;
    margin: 5px 0;
    font-size: 15px;
    color: #dadbdd;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #663300;
    height: 20px;
    width: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #0f7dc7;
}
.room_smst_cont{
    position: relative;
}
.room_smst_main{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.room_smst{
    height: 283px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 99%;
    background-color: #060e1d;
    opacity: 0.95;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px 6px 0 0;
    border-color: #000000;
    text-align: center;
}
.room_smst_last{
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
}
.room_smst_last::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.room_smst_available{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    justify-content: center;
}
.room_smst_available::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.room_smst_available_img_40{
    width: 30px;
    height: 30px;
    padding: 2px;
}
.room_smst_available_img_80{
    width: 80px;
    height: 80px;
    padding: 2px;
}
.room_sm{
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.room_smst_select_img{
    width: 30px;
    height: 30px;
}
.room_sm_img{
    width: 30px;
    height: 30px;
}
.room_st{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.room_sm_select{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
    justify-content: flex-start;
    flex-direction: row;
}
.room_sm_select::-webkit-scrollbar {
    width: 0;
    height: 0;
} 
.room_st_select{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
    justify-content: flex-start;
    flex-direction: row;
}
.room_st_select::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.room_line_hor_0{
    background-color: #b69c63;
    height: 1px;
    width: 100%;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
}
.room_line_vert_0{
    background-color: #b69c63;
    height: 100%;
    width: 1px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
}
.room_msg_text_img {
    width: 22px;
    vertical-align: inherit;
}
.mail_msg_text_img{
    width: 22px;
    vertical-align: middle;
}
.mail_msg_text_img_1{
    width: 80px;
    vertical-align: middle;
}
.mail_msg_text_img_2{
    width: 60px;
    vertical-align: middle;
} 
.mail_msg_text_img_3{
    width: 40px;
    vertical-align: middle;
}
.room_name{
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.room_name_inputs_name{
    text-align: left;
}
.room_name_inputs_dots{
    margin-left: 4px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #947c55;
    text-align: left;  
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.room_name_inputs_dots div:nth-child(1){
    -webkit-animation: room_inputs_dots 0.9s 0.0s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.0s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.0s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.0s infinite;
    animation: room_inputs_dots 0.9s 0.0s infinite;
}
.room_name_inputs_dots div:nth-child(2){
    -webkit-animation: room_inputs_dots 0.9s 0.3s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.3s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.3s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.3s infinite;
    animation: room_inputs_dots 0.9s 0.3s infinite;
}
.room_name_inputs_dots div:nth-child(3){
    -webkit-animation: room_inputs_dots 0.9s 0.6s infinite;              
    -moz-animation: room_inputs_dots 0.9s 0.6s infinite;  
    -o-animation: room_inputs_dots 0.9s 0.6s infinite;
    -ms-animation: room_inputs_dots 0.9s 0.6s infinite;
    animation: room_inputs_dots 0.9s 0.6s infinite;
}
@keyframes room_inputs_dots{
    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}
.mail_date_info{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.mail_date_info_hr{
    width: 28%;
    height: 1px;
}
.mail_date_info_text{
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    background-color: rgba(1, 43, 85, 0.44);
    position: absolute;
    top: 164%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    z-index: 99;
}
.mail_date_info_fade_out{
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    background-color: rgba(1, 43, 85, 0.44);
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    z-index: 1;
}

.sell_item_msg{
    position: fixed;
    bottom: 8%;
    margin-left: 15px;
    width: 170px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.47);
}
.sell_items_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sell_hover_item_one_profile{
    max-width: 80px;
    width: 80px;
    height: 119px;
}

.garland_enable_btn{
    width: 25px;
    height: 25px;
    position: absolute;
    right: -1px;
    top: -13px;
    z-index: 2;
    cursor: pointer;
}
.garland_header_bg{
    position: absolute;
    top: 15px;
    background-image: url(/bmimage/christmas-lights.png);
    height: 36px;
    width: 100vw;
    max-width: 480px;
}

.anim_bgarland_header {
    animation-name: garland_header_animation_frame;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}



.reward_top_info {
    padding: 3px 0px 8px 0px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}



@keyframes garland_header_animation_frame {
    0% {background-position: 0 -36px;opacity: 0;}
    2% {background-position: 0 -36px;opacity: 1;}
    30% {background-position: 0 -36px;opacity: 1;}
    32% {background-position: 0 -36px;opacity: 0;}

    33% {background-position: 0 -72px;opacity: 0;}
    35% {background-position: 0 -72px;opacity: 1;}
    59% {background-position: 0 -72px;opacity: 1;}
    61% {background-position: 0 -72px;opacity: 0;}

    62% {background-position: 0 -108px;opacity: 0;}
    64% {background-position: 0 -108px;opacity: 1;}
    97% {background-position: 0 -108px;opacity: 1;}
    100% {background-position: 0 -108px;opacity: 0;}
}

@media (max-height: 759px) {
    .profile_bottom_table_new {
        position: relative;
        bottom: -41px;
        width: 100%;
        max-width: 480px;
        display: flex;
        flex-flow: row wrap;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: space-between;
    }
}

@keyframes fadeOut654665 {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}