/* Mobitva 2
 * 
 * Данил Гужвин
 * Сергей Калашников
 * Николай Вепрев
 * Дмитрий Петров
 *
 * 26.02.2020 22:49 (GMT+3)
 */

@font-face{
    font-family:'GameFont';
    src:url('/style/mobitva.ttf');
}
@font-face{
    font-family:'Anfisa';
    src:url('/style/mobitva.ttf');
}
@font-face{
    font-family:'Gothic';
    src:url('/style/ofont.ru_Arthur Gothic.ttf');
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: #774400;
}
::-webkit-scrollbar-thumb {
    background: #774400;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #212121;
    border-radius: 10px;
    background: #c8ac71;
}

.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; */
html{
    color: black;
    font-family:Tahoma, Arial;
    font-size:16px;
    background-color:#C8AC70;
    width: 100%;
    padding-bottom: 200px;
}
.chat_table{
    background-color:#C8AC70;
}
.chat_tav_div_bg {
    height: 100%;
    width: 100%;
    max-width: 480px;
    margin: auto;
    background-color: #C8AC70;
    overflow: scroll;
}
.mmobtl_bg{
    height: 100%;
    width: 100%;
    max-width: 480px;
    margin: auto;
    background-color: #C8AC70;
}
.mail_div_bg {
    height: 100%;
    width: 100%;
    max-width: 480px;
    margin: auto;
    background-color: #C8AC70;
}
body{
    color: black;
}
.bgColour{
}

.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;
}

.perg_block{
    position:absolute;
    top:165px ;
    width:320px ;
}
.perg{
    font-size: 14px;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.perg_text{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    left: 0;
    width: 100%;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-image: url('/mmoqimage/ramka/name_0.png?123.1') 54 fill / 14px;
    font-family: 'GameFont';
}

.z101{
    padding:0px ;
    text-align:left;
}
imgg{
    opacity:0.5;
    background-repeat:no-repeat;
}
.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:not([disabled]):hover{
    background:#b19862;
    text-decoration:none;
}

button{
    color: black;
}
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:#B69C63;/*Цветлинии*/
    height:0.1px;/*Толщиналинии*/
    border-radius: 10px;
}
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:#ff6700;
    border-color:#000000;
    border-width:1px ;
    border-style:solid;
    border-radius:4px ;
    text-align:center;
    width:250px ;
    line-height:30px ;
    font-weight:bold;
}
.button_alt_00:hover{
    background:#ff9a00;
}
.button_alt_01,
.button_alt_01_disabled {
    background-color:#ff6700;
    border-color:#000000;
    border-width:1px ;
    border-style:solid;
    border-radius:4px ;
    text-align:center;
    width: 90%;
    line-height:30px ;
    font-weight:bold;
    outline:none;
    margin: 1px auto;
    padding-top:4px;
}
.button_alt_01:hover {
    background:#ff9a00;
}
.button_alt_01_disabled {
    background-color: #7e7e7e;
    border-color: #535353;
}
.button_alt_02,
.button_alt_02_disabled {
    background-color:#ff6700;
    border-color:#663300;
    border-width:2px ;
    border-style:solid;
    border-radius:4px ;
    text-align:center;
    width: 90%;
    line-height:40px;
    font-weight:bold;
    outline:none;
    margin: 1px auto;
    padding-top:4px;
    position: relative;
}
.button_alt_02_disabled {
    background-color: #7e7e7e;
    border-color: #535353;
}
.button_alt_02:hover{
    background:#ff9a00;
}
.main_button_01 {
    height: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #ff6700;
    border-color: #663300;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
}
.main_button_01:hover {
    cursor: pointer;
    background-color: #ff9a00;
    ;
}
.bg_red {
    background-color: #760000 !important;
    background: linear-gradient(to top, #d00000, #ff0000, #e00000) !important;
}
.bg_red:hover {
    background-color: lightcoral !important;
    background: linear-gradient(to top, #a00000, #ff0000, #a00000) !important;
}
.input_real{
    width:90%;
    height:30px;
    font-weight:bold;
    border-width:1px ;
    border-color:#7b4811;
    border-style:solid;
    background-color:#e7ce98;
    outline-color:#ffff00;
}
.chat_input{
    outline:none;
    background-color:#c4ae7f;
    font-weight:bold;
    border-width:1px ;
    border-color:#7b4811;
    border-style:solid;
    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:#e7ce98;
}
#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("/mmoqimage/loc.png?136.44724");
}

.icohome{
    padding-top:5px ;
    width:250px ;
    padding-left:20px ;
    height:25px ;
    background-image:url("/mmoqimage/quest.png?136.44724");
    background-repeat:no-repeat;
}

a{
    text-decoration:none;/*Отменяемподчеркиваниеуссылки*/
    color:#000000;
    cursor: default;
}
div{
    cursor: default;
}

.table_block2{
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}
/*свиток1*/
.block11{
    background-repeat:no-repeat;
    height:44px ;
    width:15px ;
    background-image:url("/mmoqimage/block/1.png?136.44724");
}
.block12{
    background-repeat:repeat-x;
    height:44px ;
    background-image:url("/mmoqimage/block/2.png?136.44724");
}
.block13{
    background-repeat:no-repeat;
    height:44px ;
    width:15px ;
    background-image:url("/mmoqimage/block/3.png?136.44724");
}
.block21{
    background-repeat:repeat-y;
    width:15px ;
    background-image:url("/mmoqimage/block/4.png?136.44724");
}
.block22{
    background-repeat:repeat;
    background-color:#D3C6A3;
}
.block23{
    background-repeat:repeat-y;
    width:20px ;
    background-image:url("/mmoqimage/block/5.png?136.44724");
}
.block31{
    background-repeat:no-repeat;
    height:44px ;
    width:15px ;
    background-image:url("/mmoqimage/block/6.png?136.44724");
}
.block32{
    background-repeat:repeat-x;
    height:20px ;
    background-image:url("/mmoqimage/block/7.png?136.44724");
}
.block33{
    background-repeat:no-repeat;
    height:44px ;
    width:14px ;
    background-image:url("/mmoqimage/block/8.png?136.44724");
}

/*свиток2*/
.block01{
    background-position:right;
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/1.png?136.44724");
}
.block02{
    background-repeat:repeat-x;
    width:1px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/2.png?136.44724");
}
.block03{
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/3.png?136.44724");
}
.block04{
    background-position:right;
    background-repeat:repeat-y;
    width:15px ;
    height:1px ;
    background-image:url("/mmoqimage/block_1/4.png?136.44724");
}
.block05{
    background-color:#c4ae7f;
}
.block06{
    background-repeat:repeat-y;
    width:15px ;
    height:1px ;
    background-image:url("/mmoqimage/block_1/5.png?136.44724");
}
.block07{
    background-position:right;
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/6.png?136.44724");
}
.block08{
    background-repeat:repeat-x;
    width:1px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/7.png?136.44724");
}
.block09{
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/8.png?136.44724");
}


/*свиток3*/
.block101{
    background-position:right;
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/1.png?136.44724");
}
.block102{
    background-repeat:repeat-x;
    width:1px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/2.png?136.44724");
}
.block103{
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/3.png?136.44724");
}
.block104{
    background-position:right;
    background-repeat:repeat-y;
    width:15px ;
    height:1px ;
    background-image:url("/mmoqimage/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("/mmoqimage/block_1/5.png?136.44724");
}
.block107{
    background-position:right;
    background-repeat:no-repeat;
    width:15px ;
    height:14px ;
    background-image:url("/mmoqimage/block_1/6.png?136.44724");
}
.block108{
    background-repeat:repeat-x;
    width:1px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/7.png?136.44724");
}
.block109{
    background-repeat:no-repeat;
    width:15px ;
    height:17px ;
    background-image:url("/mmoqimage/block_1/8.png?136.44724");
}

.hr_01{
    border:none;/*Убираемграницу*/
    background-color:#a7936d;/*a6926dЦветлинии*/
    height:0.1px ;/*Толщиналинии*/
    width: 96%;
    margin: auto;
}
.hr_02{
    border:none;/*Убираемграницу*/
    background-color:#e8cf98;/*a6926dЦветлинии*/
    height:0.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;
    overflow: hidden;
}



.locations{
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: 52% 50%;
    background-size: 98% 98%;
    background-image: url(/mmoqimage/location/1.jpg?136.44724);
    transform-origin: center center;
    /*
    animation-duration: 60s;
    animation-name: unset;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    */
}

.logoFonTable {
    transform-origin: center center;
    animation-duration: 60s;
    animation-name: grow;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes grow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
.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('/mmoqimage/icond_1/plata.png?123.1');
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: -1.6em;
    top: -0.55em;
    background-repeat: no-repeat;
}
.gold_label::before {
    background-image: url('/mmoqimage/icond_1/gold.png?123.1');
}
.crystal_label::before {
    top: -0.4em;
    left: -1.5em;
    background-image: url('/mmoqimage/icond_1/crystal.png?123.10');
}
.ryb_label::before {
    left: -1.4em;
    top: -0.6em;
    content: "\20BD";
    background-image: unset;
}

.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;
}
.locations:hover{
    background-color:#dcc99f;

}


/*registration*/
.button_auth{
    width: 300px;
    height: 50px;
    background-image: url(/mmoqimage/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;
}
.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;
    font-family: Arial;
}

#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(mmoqimage/oval.svg?136.44724) center center no-repeat;
    background-size:41px;
    margin: -16px 0 0 -16px;
}

.tablehov:checked{
    background-color: #ddca9f;
}
.tablehov:hover{
    background-color: #ddca9f;
}

.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 #B69C63;
    padding: 10px 0 10px 5px;
    background-color: #c5af7f;
    border-radius: 6px;
    margin-bottom: 6px;
}

.quest_block {
    border: 1px solid #B69C63;
    padding: 10px 5px;
    background-color: #c5af7f;
    border-radius: 6px;
    margin-bottom: 6px;
}

.grab_block {
    border: 1px solid #B69C63;
    padding: 10px 5px;
    background-color: #c5af7f;
    border-radius: 6px;
}

.clanturblock:checked,
.equip_block:checked,
.quest_block:checked,
.grab_block:checked,
.clan_block:checked {
    background-color: #ddca9f;
}
.groot_attacked span:hover,
.clanturblock:hover,
.equip_block:hover,
.quest_block:hover,
.grab_block:hover,
.clan_block:hover {
    cursor: pointer;
    background-color: #ddca9f;
}

.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;
    border: 1px solid #b69c66;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 16px;
    padding-top: 16px;
    background-color: #c9ac71;
}
.shopblock:checked{
    background-color: #ddca9f;
}
.shopblock:hover{
    background-color: #ddca9f;
}
.shopminiblock{
    border: 1px solid #b69c66;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: #c9ac71;
}
.shopminiblock:checked{
    background-color: #ddca9f;
}
.shopminiblock:hover{
    background-color: #ddca9f;
}

/*свиток 30*30*/
.ptb_1l{
    width: 30px;
    height: 30px;
    background-image: url("../mmoqimage/profile_svitok_3/1l.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
.ptb_1c{
    height: 30px;
    background-image: url("../mmoqimage/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("../mmoqimage/profile_svitok_3/1r.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}



.ptb_2l{
    width: 30px;
    background-image: url("../mmoqimage/profile_svitok_3/2l.svg?136.44724");
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0;
}
.ptb_2c{
    height: 30px;
    background-image: url("../mmoqimage/profile_svitok_3/2c.svg?136.44724");
    background-size: contain;
    background-size: contain;
    padding: 0;
}
.ptb_2r{
    width: 30px;
    background-image: url("../mmoqimage/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("../mmoqimage/profile_svitok_3/3l.svg?136.44724");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
.ptb_3c{
    height: 30px;
    background-image: url("../mmoqimage/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("../mmoqimage/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("../mmoqimage/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("../mmoqimage/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("../mmoqimage/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 {
    background-color: #ddca9f;
    cursor: pointer;
}
.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;
    border: 2px solid black;
}
.default_table td.center {
    text-align: center;
}
.input_text,
.hidden,
.hidden_creator {
    display: none;
}
.default_table {
    width: 98%;
    margin: auto;
}
.default_table th,
.default_table tr,
.default_table td {
    height: 32px;
    padding: 5px;
    border: 2px solid transparent;
}
.default_table.small_padding th,
.default_table.small_padding tr,
.default_table.small_padding td {
    height: unset;
    padding: 1px 2px;
    border: 2px solid transparent;
}
.default_table th {
    background-color: #f8ffa3;
}
.default_table td {
    background-color: #dcc99f;
}
.default_table .button_alt_01,
.default_table .button_alt_01_disabled {
    width: 98%;
}
.default_table .table_img {
    height: 30px;
}
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;
    box-shadow: inset 0 0 5px rgba(0,0,0, .2);
    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);
    box-shadow: 0 2px 5px rgba(0,0,0, .2);
    transition: 0.5s;
}
.beauty_checkbox:checked::before {
    left: 85%;
}
.text-align_center {
    text-align: center;
}
.display_none {
    display: none;
}

.label_for_radio_table {
    width: 98%;
    margin: 10px auto 0 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;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    background-color: #bb9854;
    border: 1px solid #653602;
}
.label_for_radio_table label:hover {
    cursor: pointer;
    background-color: #ddca9f;
}

.div_for_checkbox {
    display: none;
    border: 1px solid #653602;
    border-top: 0;
    background-color: #c5af7f;
    padding: 10px;
    margin: 0 auto;
    width: 98%;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* 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: #c5af7f;
    border-bottom: 1px solid #c5af7f;
    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: #212121;
}

.main_hr {
    height: 5px;
}

.good_input_style {
    outline: none;
    height: 25px;
    width: 98%;
    border: 1px solid rgb(125, 75, 17);
    padding: 3px;
}

.ramka_div {
    background-image: url(/mmoqimage/ramka/ramka_3.png?123.1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.equip_net,
.equip_all,
.shop_net,
.shop_all {
    color: #212121;
}
.CallMD,
.chat_buyed,
.chat_newlvl,
.BlueMsg,
.profile_narmas,
.GetDress,
.chat_blocked,
.equip_yvorot,
.shop_yvorot {
    color: blue;
}
.error_msg,
.profile_sheivan,
.BanColor,
.help_red,
div.result_red,
.equip_brona,
.shop_brona,
.groot_attacked,
.MainGrabColor,
.NoReadMsg,
.questText1,
.qRed {
    color: darkred;
}
.equip_major,
.shop_major {
    color: yellow;
}
.equip_uron,
.shop_uron,
.GreenMsg2,
.GreenMsg,
.ClanUserOnline,
.onlineUser,
.NoReadMsg2,
.help_green,
.questText3,
.qGreen {
    color: green;
}
.wintext,
.equip_remove,
.equip_remont,
.equip_take {
    color:#642F00;
}

.nick_left_padding{
    padding-left: 15px;
}
.line {
    background: #bb9854;
    height: 25px;
    width: 190px;
}
.line2 {
    background: #bb9854;
}
.line3 {
    background: #d3c6a3;
}
.attackButtons:active,
.attackButtons:hover {
    cursor: pointer;
    background-color: #ddca9f;
    ;
}
.msgBG {
    width:100%;
    background-color: #C8AC70;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
}

.msgBG2 {
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    margin: auto;
    width: 80%;
    background-color: #C8AC70;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
}

.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: #dcc99f;
}
.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;
    border: 10px solid #C8AC70;
    -moz-border-image: url(/mmoqimage/image.png) 17 stretch round;
    -webkit-border-image: url(/mmoqimage/image.png) 17 stretch round;
    -o-border-image: url(/mmoqimage/image.png) 17 stretch round;
    border-image: url(/mmoqimage/image.png) 17 stretch round;
    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;
    background-color: unset;
    opacity: 1;
}
.profile_img {
    width: 100%;
}
.container-els {
    box-sizing: border-box;
    border: 1px solid #653602;
    border-radius: 10px;
    background-color: #c5af7f;
    padding: 10px 0 10px 0;
    margin: 0 auto 5px auto;
    width: 98%;
}
.container-els .container-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 5px;
}
.container-els .container-header {
    text-align: center;
    font-weight: bold;
    position: relative;
}
.container-els .container-header:hover {
    cursor: pointer;
}
.container-els .container-header .info_icon {
    position: absolute;
    width: 35px;
    top: -8px;
    right: 0;
    transition: all 0.3s;
    opacity: 0.5;
}
.container-els .container-header:hover .info_icon{
    transform: rotate(35deg);
}
.container-els .reg_users {
    margin: 5px 0 0 0;
}
.container-els .reg_users summary {
    margin: 0;
}
.container-els .container_reg_button {
    background-color: #ff6700;
    border-color: #663300;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 0.5em 0.5em;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    min-width: 160.43px;
    word-break: break-word;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-els .container_reg_button:hover {
    cursor: pointer;
    background: #ff9a00;
}
.container-el {
    width: fit-content;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #B69C63;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    background-color: #c5af7f;
}
.quest_num {
    position: absolute;
    border-color: #663300;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
    width: 18px;
    height: 14px;
    line-height: 14px;
    background-color: #cfd000;
}
.vjv_td_01 {
    width: 33%;
}

#chat_msg {
    word-break: break-all;
}



.questbtn {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 31px;
    width: 102px;
}

.locpers {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 4px;
}

.locpers1{
    background: url("/mmoqimage/qestpers/GOL_app_quest-merchant.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*жиртрес*/
.locpers2{
    background: url("/mmoqimage/qestpers/GOL_app_quest-warrior.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*Человек в броне*/
.locpers3{
    background: url("/mmoqimage/qestpers/GOL_app_quest-drunkard.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*бомж*/
.locpers4{
    background: url("/mmoqimage/qestpers/GOL_app_quest-farrier.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*Зеленая борода*/
.locpers5{
    background: url("/mmoqimage/qestpers/GOL_app_quest-girl.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*Мадама*/
.locpers6{
    background: url("/mmoqimage/qestpers/GOL_app_quest-skeleton.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*Скелет*/
.locpers7{
    background: url("/mmoqimage/qestpers/GOL_app_quest-spy.png?123.1") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*в шарфике*/
.locpers8{
    background: url("/mmoqimage/qestpers/anime.png?1223.0") no-repeat;
    background-size: 35% 57%;
    background-position: bottom;
}/*anime*/
.locpers9{
    background: url("/mmoqimage/qestpers/anime_0.png?1244.0") no-repeat;
    background-size: 30%;
    background-position: bottom;
}/*anime*/
.locpers10{
    background: url("/mmoqimage/qestpers/anime_1.png?1244.0") no-repeat;
    background-size: 30%;
    background-position: bottom;
}/*anime*/
.locpers11{
    background: url("/mmoqimage/qestpers/anime_2.png?1244.0") no-repeat;
    background-size: 30%;
    background-position: bottom;
}/*anime*/
.locpers12{
    background: url("/mmoqimage/qestpers/GOL_app_quest-future.png?1244.1") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers13{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking1.png?1244.1") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers14{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking2.png?1244.1") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers15{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking3.png?1244.2") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers16{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking_child.png?1244.2") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers17{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking1_2.png?1244.1") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers18{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking2_2.png?1244.1") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers19{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking3_2.png?1244.2") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers20{
    background: url("/mmoqimage/qestpers/GOL_app_quest-viking_child_2.png?1244.2") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers21{
    background: url("/mmoqimage/qestpers/GOL_app_quest-halloween.png?1244.2") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.locpers22{
    background: url("/mmoqimage/qestpers/1.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers23{
    background: url("/mmoqimage/qestpers/2.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers24{
    background: url("/mmoqimage/qestpers/3.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers25{
    background: url("/mmoqimage/qestpers/4.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers26{
    background: url("/mmoqimage/qestpers/5.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers27{
    background: url("/mmoqimage/qestpers/6.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers28{
    background: url("/mmoqimage/qestpers/7.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers29{
    background: url("/mmoqimage/qestpers/8.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers30{
    background: url("/mmoqimage/qestpers/9.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers31{
    background: url("/mmoqimage/qestpers/10.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers32{
    background: url("/mmoqimage/qestpers/11.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers33{
    background: url("/mmoqimage/qestpers/12.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers34{
    background: url("/mmoqimage/qestpers/13.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers35{
    background: url("/mmoqimage/qestpers/14.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers36{
    background: url("/mmoqimage/qestpers/15.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers37{
    background: url("/mmoqimage/qestpers/16.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers38{
    background: url("/mmoqimage/qestpers/17.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers39{
    background: url("/mmoqimage/qestpers/18.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers40{
    background: url("/mmoqimage/qestpers/19.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers41{
    background: url("/mmoqimage/qestpers/20.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers42{
    background: url("/mmoqimage/qestpers/21.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers43{
    background: url("/mmoqimage/qestpers/22.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers44{
    background: url("/mmoqimage/qestpers/23.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers45{
    background: url("/mmoqimage/qestpers/24.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers46{
    background: url("/mmoqimage/qestpers/25.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers47{
    background: url("/mmoqimage/qestpers/26.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers48{
    background: url("/mmoqimage/qestpers/27.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers49{
    background: url("/mmoqimage/qestpers/28.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers50{
    background: url("/mmoqimage/qestpers/29.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers51{
    background: url("/mmoqimage/qestpers/30.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers52{
    background: url("/mmoqimage/qestpers/31.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers53{
    background: url("/mmoqimage/qestpers/32.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers54{
    background: url("/mmoqimage/qestpers/33.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers55{
    background: url("/mmoqimage/qestpers/34.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers56{
    background: url("/mmoqimage/qestpers/35.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers57{
    background: url("/mmoqimage/qestpers/36.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers58{
    background: url("/mmoqimage/qestpers/37.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers59{
    background: url("/mmoqimage/qestpers/38.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers60{
    background: url("/mmoqimage/qestpers/39.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers61{
    background: url("/mmoqimage/qestpers/40.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers62{
    background: url("/mmoqimage/qestpers/41.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers63{
    background: url("/mmoqimage/qestpers/42.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers64{
    background: url("/mmoqimage/qestpers/43.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers65{
    background: url("/mmoqimage/qestpers/44.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers66{
    background: url("/mmoqimage/qestpers/45.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers67{
    background: url("/mmoqimage/qestpers/46.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers68{
    background: url("/mmoqimage/qestpers/47.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers69{
    background: url("/mmoqimage/qestpers/48.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers70{
    background: url("/mmoqimage/qestpers/49.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers71{
    background: url("/mmoqimage/qestpers/50.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers72{
    background: url("/mmoqimage/qestpers/51.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers73{
    background: url("/mmoqimage/qestpers/52.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers74{
    background: url("/mmoqimage/qestpers/53.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers75{
    background: url("/mmoqimage/qestpers/54.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers76{
    background: url("/mmoqimage/qestpers/55.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers77{
    background: url("/mmoqimage/qestpers/56.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers78{
    background: url("/mmoqimage/qestpers/57.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers79{
    background: url("/mmoqimage/qestpers/58.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers80{
    background: url("/mmoqimage/qestpers/59.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers81{
    background: url("/mmoqimage/qestpers/60.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers82{
    background: url("/mmoqimage/qestpers/61.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers83{
    background: url("/mmoqimage/qestpers/62.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers84{
    background: url("/mmoqimage/qestpers/63.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers85{
    background: url("/mmoqimage/qestpers/64.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers86{
    background: url("/mmoqimage/qestpers/65.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers87{
    background: url("/mmoqimage/qestpers/66.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers88{
    background: url("/mmoqimage/qestpers/67.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers89{
    background: url("/mmoqimage/qestpers/68.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers90{
    background: url("/mmoqimage/qestpers/69.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers91{
    background: url("/mmoqimage/qestpers/70.png?1244.2") no-repeat;
    background-size: 40%;
    background-position: bottom;
}/*not anime*/
.locpers92{
    background: url("/mmoqimage/qestpers/71.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers93{
    background: url("/mmoqimage/qestpers/91.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers94{
    background: url("/mmoqimage/qestpers/92.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers95{
    background: url("/mmoqimage/qestpers/93.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers96{
    background: url("/mmoqimage/qestpers/94.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers97{
    background: url("/mmoqimage/qestpers/95.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers98{
    background: url("/mmoqimage/qestpers/96.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers99{
    background: url("/mmoqimage/qestpers/97.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers100{
    background: url("/mmoqimage/qestpers/98.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers101{
    background: url("/mmoqimage/qestpers/99.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers102{
    background: url("/mmoqimage/qestpers/100.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers103{
    background: url("/mmoqimage/qestpers/101.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers104{
    background: url("/mmoqimage/qestpers/102.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers105{
    background: url("/mmoqimage/qestpers/103.png?1244.2") no-repeat;
    background-size: 35%;
    background-position: bottom;
}/*not anime*/
.locpers106{
    background: url("/mmoqimage/qestpers/newyearDedMoroz.png") no-repeat;
    background-size: 60%;
    background-position: bottom;
}/*not anime*/
.locpers107{
    background: url("/mmoqimage/qestpers/newyearSnegurka.png") no-repeat;
    background-size: 30%;
    background-position: bottom;
}/*not anime*/
.locpers108{
    background: url("/mmoqimage/qestpers/newyearSnowMan.png") no-repeat;
    background-size: 50%;
    background-position: bottom;
}/*not anime*/
.mob_ico_div {
    display: inline-block;
    height: 50px;
    width: 40px;
    background-size: 100%;
}


.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(/mmoqimage/button/btnyes.png);
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}

.btnno{
    background: url("/mmoqimage/button/btnno.png?123.1");
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}

.btn:hover{
    opacity: 0.7;
}

#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("/mmoqimage/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;
    font-size: 16px;
    border-spacing: 0px;
    overflow: hidden;
}
#profileTable5 td{
    text-align: center;
    max-width:50%;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    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;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

#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:0.1px;
}
.profileFonMob{
    background-image: url("/mmoqimage/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;
    font-size: 13px;
    border-spacing: 0px;
    overflow: hidden;
}
.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;
    font-size: 13px;
    border-spacing: 0px;
    overflow: hidden;
}
.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;
}
#btn_894_0{
    width: 100%;
    height: 100%;
    padding: 0;
}
#btn_894_1{
    width: 100%;
    height: 100%;
    background-color: grey;
}
.skin_table{
    margin:auto;
    text-align: center;
}
.skin_table #skin_block{
    padding: 6px;
    background-color: #dcc99f;
    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;
}
/* 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;
    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;
}

/*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:94%;
}

.chat_input_0 {
    background-color:#ffe3a7;
    padding:6px;
    max-width:100%;
    border-style:solid;
    border-width:1px;
    border-color:#000;
    border-radius:6px;
    position: relative;
}

.chat_input_0_div {
    height:100%;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align:left;
    box-shadow:none;
    border:none;
    outline:none;
    font-size:20px;
}
.chat_input_lenght{
    position: absolute;
    right: -2px;
    bottom: -5px;
}
.chat_btn_smse {
    width:50px;
    min-width: 50px;
    border-style:solid;
    border-width:1px;
    border-color:#000;
    border-radius:6px;
    height:24px;
    line-height:unset;
}

.chat_row_0 {
    text-align:center;
}

.chat_row_4_td {
    border-radius: 6px;
    background-color: #b69c66;
    vertical-align: top;
    overflow-y: overlay;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    position: relative;
}
.chat_row_4_td::-webkit-scrollbar {
    width: 0;
}

.chat_row_4_td_div {
    width:100%;
    height:100%;
    overflow:auto;
    padding:2px;
}
.chat_scrolling_area div:nth-child(1) {
    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;
}

.chat_btn_select_checked {
    background-color:#fad257;
    font-weight:600;
}

.button_fly_0 {
    height:30px;
    width:30px;
}

.button_fly_1 {
    fill:#fad257;
}
.chat_msg_my{
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 1px #ae8400, 0px 6px 2px #000000;
    -moz-box-shadow: 0px 3px 1px #c8ac55, 0px 6px 2px #000000;
    box-shadow: 0px 3px 1px #947c55, 0px 6px 2px #c8ac71;
    background-color: #d1b476;
    position: relative;
    /* width: 100%;*/
    color: #000000;
    font-size: 18px;
    word-break: break-word;
    margin-bottom: 6px;
    opacity: 0;
    animation: show 0.3s 1;
    animation-fill-mode: forwards;
    line-height: 18px;
    overflow: hidden;
}
.chat_msg_user{
    -webkit-box-shadow: 0px 3px 1px #947c55, 0px 6px 2px #000000;
    -moz-box-shadow: 0px 3px 1px #c8ac55, 0px 6px 2px #000000;
    box-shadow: 0px 3px 1px #947c55, 0px 6px 2px #000000;
    background-color: #e7ce98;
    margin-left: auto;
}
.chat_msg_otvet{
    -webkit-box-shadow: 0px 3px 1px #947c55, 0px 6px 2px #000000;
    -moz-box-shadow: 0px 3px 1px #c8ac55, 0px 6px 2px #000000;
    box-shadow: 0px 3px 1px #947c55, 0px 6px 2px #000000;
    background-color: #d5da6b;
}
@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.chat_msg_name{
    font-weight: bolder;
    font-size: 12px;
    padding-left: 32px;
    line-height: 18px;
    overflow: hidden;
}
.chat_msg_status{
    max-width: 100%;
    text-align: right;
}
.chat_msg_status_div{
}
.chat_msg_status_div img{
    width: 24px;
    height: 24px;
    margin: -5px 0px -6px 0px;
}
.chat_msg_option{
    width: 6px;
    text-align: center;
    display: none;
}
.chat_msg_time{
    width: 38px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.chat_msg_text{
    font-size: 16px;
    text-align: left;
    color: #000000;
}
.chat_msg_avatar{
    float: left;
    height: 24px;
    margin-top: -24px;
}
.chat_scrolling_area{
    height: 100%;
    min-height: 50vh;
    width: 100%;
    position: absolute;
    overflow: auto;
}
.chat_scrolling_area::-webkit-scrollbar {
    width: 0;
}
.chat_table hr{
    height: 0.1px;
    padding: 0px;
    margin: 0px;
}
.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{
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    padding: 2px;
    display: inline;
    background-color: #ffdc91;
}
.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: #dcc99f;
    opacity: 0.95;
    margin:auto;
    border-style:solid;
    border-width:1px;
    border-radius:6px;
    border-color:#883802;
    padding:4px;
    text-align:center;
}
.chat_msg_text_img{
    height: 22px;
    vertical-align: inherit;
    line-height: 0px;
    border-radius: 6px;
}
.chat_msg_text_img_1{
    height: 80px;
    vertical-align: inherit;
    line-height: 0px;
    border-radius: 6px;
}
.chat_msg_text_img_2{
    height: 60px;
    vertical-align: inherit;
    line-height: 0px;
    border-radius: 6px;
}
.chat_msg_text_img_3{
    height: 40px;
    vertical-align: inherit;
    line-height: 0px;
    border-radius: 6px;
}
.chat_smile_img {
    height: 50px;
    padding: 2px;
    border-radius: 6px;
}
.chat_smile_select_img {
    height: 30px;
    padding: 2px;
    border-radius: 6px;
}
.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-color: #c8ac71;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: block;
    overflow: auto;
}
.shopSticker_product{
    padding: 1px;
    background-color: #dcc99f;
    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{
    height: 80px;
    margin: 2px;
    border-radius: 6px;
}
.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: 24px;
    height: 24px;
    margin: -5px 0px -6px 0px;
}
/*end chat/taverna.html*/

/*chest */
.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(/mmoqimage/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;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.chest_sub_rays{
    position: absolute;
    background-image: url(/mmoqimage/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;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.chest_box{
    position: absolute;
    background-image: url(/mmoqimage/shopicons/1634.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 38%;
    width: 100%;
    height: 111px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.item_reward{
    width: 95%;
    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;
}
.hover_item_one_shop {
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    pointer-events: all;
    width: 106px;
    height: 150px;
    z-index: 3;
    transition: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-name: anim_turn_show;
    animation-fill-mode: backwards;
    display: block;
}

.hover_item_one_shop:hover {
    transform: scale(1.15);
    z-index: 3;
}

.hover_item_one_text_shop {
    font-size: 12px;
    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: center;
    align-content: center;
    align-items: center;
}

.hover_item_dress_profile {
    background: rgb(99, 51, 0);
    background: linear-gradient(0deg, rgb(99, 51, 0) 0%, rgb(78, 42, 4) 100%);
}
.rarity_border_0{
    border: solid 4px #9d570e;
}
.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: 80%;
    border-radius: 5px;
}
.item_stars_profile{
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-style: initial;
    font-weight: bold;
    color: #CBFEFF;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    font-size: 12px;
}
.item_one_star_profile{
    background-image: url(/mmoqimage/icond_1/character_grade_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}
.anim_bell_infinity {
    animation-name: icon-bell-infinity;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.chest_text_reward{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
}

@keyframes icon-bell-infinity {
    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 rotate-normal {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes anim_turn_show {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    99% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
    }
}
/*end chest*/
.equip_itemInfo{
    position: relative;
    top: 0px;
    left: 10px;
    display: flex;
    align-items: center;
    grid-gap: 40px;
}
.equip_infoshop {
    position: relative;
    top: -5px;
    left: 10px;
    width: 95%;
}
.equip_left {
    width: 20%;
}
.equip_content {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}
.equip_pup_up {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
}
.equip_main {
    position: relative;
    margin: auto;
    width: 90%;
    background: #C8AC70;
    border-radius: 10px;
    padding: 20px 15px 10px 15px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}
.hr-shelf {
    margin: -30px auto 10px;
    padding: 0;
    height: 39px;
    border: none;
    border-bottom: 1px solid #1f1209;
    width: 95%;
}
.equipName {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
}
.all-gifts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    text-align: center;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border: 1px solid #b69c66;
    margin-left: 12px;
    height: 113px;
}
.gift-container-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.mmobtl{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000000;
    display: none;
    image-rendering: pixelated;
}
.mmobtlContainer{
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: auto;
}
.monster_here{
    background-size: 100% 100%;
    border-radius: 6px;
}
.mmobtlPersInfoContainer{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #C8AC70;
    z-index: 9000010;
    opacity: 0.95;
}
.mmobtlPersInfo{
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: flex;
    overflow: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
}
.mmobtlPersInfoD{
    width: 100%;
}
.mmobtlPersInfo::-webkit-scrollbar {
    width: 0px;
}
.mmobtlPersInfoDiv{
    width: 98%;
    border: solid #947c55 1px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 200px;
}
.mmobtlPersInfoVS{
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    border-bottom: solid #947c55 1px;
    width: 100%;
    background-color: #663300;
    color: #e7ce98;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mmobtlPersInfoParams{
    width: 100%;
}
.mmobtlPersInfoParam{
    display: flex;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    padding: 4px;
    align-items: center;
    flex-direction: row;
}
.mmobtlPersInfoParam:nth-child(2n){
    background-color: #6633001c;
}
.mmobtlPersInfoParamName{
    border-right-style: dotted;
    border-width: 1px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.mmobtlPersInfoParamVal{
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.mmobtlPersInfoParamsNum{
    background-color: #77440069;
}
.mmobtlPersInfoParams img{
    width:  24px;
    margin: 3px;
}
.mmobtlPersInfoParamValR{
    border-color: #0000002e;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #00ff223b;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.mmobtlCommandContainer{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #C8AC70;
    z-index: 9000010;
    opacity: 0.95;
}

.mmobtlCommand{
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: flex;
    overflow: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
}
.mmobtlCommandD{
    width: 100%;
}
.mmobtlCommand::-webkit-scrollbar {
    width: 0px;
}
.mmobtlCommandDiv{
    width: 98%;
    border: solid #947c55 1px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 200px;
}
.mmobtlCommandVS{
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    border-bottom: solid #947c55 1px;
    width: 100%;
    background-color: #663300;
    color: #e7ce98;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mmobtlCommandHeroes{
    width: 100%;
}
.mmobtlCommandHero{
    display: flex;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    padding: 4px;
    align-items: center;
    flex-direction: row;
}
.mmobtlCommandHero:nth-child(2n){
    background-color: #6633001c;
}
.mmobtlCommandHeroName{
    border-right-style: dotted;
    border-width: 1px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
}
.mmobtlCommandHeroLife{
    width: 40%;
}
.mmobtlCommandHeroesNum{
    background-color: #77440069;
}


/*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;
}
.mail_contacts{
    overflow: auto;
    height: 100%;
}
.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.14);
    background-color: #C8AC70;
}
.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;
    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: green;
}
.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: 1px;
}
.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: 1px;
}
.room_msg_text_block{
    border-radius: 6px;
    border-color: rgba(0, 0, 0, 0.09);
    background-color: #e7ce98;
    padding: 6px;
}
.room_msg_r .room_msg_text_block{
    background-color: #e7ce98;
    padding: 6px;
    position: relative;
}
.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;
}
.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: -6px;
    right: -6px;
    padding: 1px 4px;
    background: rgba(228, 205, 152, 0.6);
    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;
    height: 100%;
}

.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;
    display: flex;
    flex-direction: row;
    background-color: #d0b578;
    font-size: 26px;
    align-items: center;
    padding-bottom: 2px;
    box-shadow: 0px -2px 6px black;
}
.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: #d0b578;
    padding: 4px;
    box-shadow: 0px 5px 6px black;
    align-items: center;
    position: relative;
}
.room_smile_icon_cont{
    width: 60px;
    height: 50px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_smile_icon{
    width: 40px;
}
.room_input_cont{
    width: 100%;
    background-color: #ffe3a7;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 6px;
    position: relative;
}
.room_input{
    height: 100%;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align: left;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 20px;
}
.room_input_lenght{
    position: absolute;
    right: -2px;
    bottom: -5px;
    pointer-events: none;
}
.room_send_button_cont{
    width: 60px;
    height: 50px;
    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: 20px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
}
.room_arrow_end {
    position: relative;
    margin: 5px 0;
    font-size: 2em;
    color: #663300;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #663300;
    height: 50px;
    width: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(208, 181, 120, 0.44);
}
.room_arrow_end_svg{
    scale: 1;
}
.room_arrow_end_svg_fill{
    fill: #663300;
}
.room_arrow_num {
    position: relative;
    margin: 5px 0;
    font-size: 2em;
    color: #81ff00;
    text-shadow: 0px 0px 1px #663300;
    font-family: fantasy;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #663300;
    height: 50px;
    width: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(208, 181, 120, 0.44);
}
.room_smst_cont{
    position: relative;
}
.room_smst_main{
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
}
.room_smst{
    height: 300px;
    background-color: #c0a872;
    width: 96%;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #b69c63;
    padding: 4px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.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{
    height: 40px;
    padding: 2px;
    border-radius: 6px;
}
.room_smst_available_img_80{
    height: 80px;
    padding: 2px;
    border-radius: 6px;
}
.room_sm{
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.room_smst_select_img{
    height: 40px;
    border-radius: 6px;
}
.room_sm_img{
    height: 40px;
    border-radius: 6px;
}
.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 {
    height: 22px;
    vertical-align: inherit;
    border-radius: 6px;
}
.mail_msg_text_img{
    height: 22px;
    vertical-align: middle;
    border-radius: 6px;
}
.mail_msg_text_img_1{
    height: 80px;
    vertical-align: middle;
    border-radius: 6px;
}
.mail_msg_text_img_2{
    height: 60px;
    vertical-align: middle;
    border-radius: 6px;
}
.mail_msg_text_img_3{
    height: 40px;
    vertical-align: middle;
    border-radius: 6px;
}
.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: 0.1px;
}
.mail_date_info_text{
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    background-color: rgba(206, 183, 130, 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(206, 183, 130, 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;
}
@keyframes fadeOut654665 {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.annoying {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid;
    background: #FFC107;
    animation: annoying .4s ease-in infinite alternate;
}
@keyframes annoying{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.premBoost {
    color: black;
    animation: vibr5665ate5465546 3s infinite;
    position: absolute;
}

@keyframes vibr5665ate5465546 {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-2px) rotate(-1deg);
    }
    20% {
        transform: translateX(2px) rotate(1deg);
    }
    30% {
        transform: translateX(-2px) rotate(-1deg);
    }
    40% {
        transform: translateX(2px) rotate(1deg);
    }
    50% {
        transform: translateX(-2px) rotate(-1deg);
    }
    60% {
        transform: translateX(2px) rotate(1deg);
    }
    70% {
        transform: translateX(-2px) rotate(-1deg);
    }
    80% {
        transform: translateX(2px) rotate(1deg);
    }
    90% {
        transform: translateX(-2px) rotate(-1deg);
    }
    100% {
        transform: translateX(0);
    }
}

.auk_group_cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 12px;
    font-weight: bold;
    align-content: stretch;
}
.auk_group_block{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 24%;
    min-width: 105px;
    text-align: center;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    padding-top: 0px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border: 1px solid #b69c66;
    position: relative;
}
.auk_group_block:hover{
    opacity: 0.8;
}
.auk_group_block_ico{
    width: 80px;
    height: 80px;
    border-radius: 20px;
}
.auk_blocks{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.auk_block{
    border: 1px solid #b69c66;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px;
    border-radius: 12px;
    width: 30%;
    min-width: 120px;
    text-align: center;
}
.auk_block_img{
    width: 12px;
}
.auk_group_block_levels{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #debe7896;
    border: 1px #0000005c solid;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px;
}

textarea::-webkit-scrollbar {
    width: 30px;
    opacity: 0;
}

.div_info_hr{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-wrap: nowrap;
}
.hr_info_hr{
    width: 100%;
    height: 0.1px;
    margin-left: 10px;
    margin-right: 10px;
}

.new_text {
    text-align: justify;
}

.button,
.button_alt_00,
.button_alt_01,
.button_alt_02,
.container-els .container_reg_button,
.main_button_01,
div.bitch_me {
    background: linear-gradient(to top, #ff5000, #ff8900, #fb7400);
}

.footbcs{
    background: linear-gradient(to top, #5a2e00, #6c3700, #5a2e00);
}