.gameHeader {
    height: 63px;
    width: 100%;
    /*background-color: #3B5B98;*/
    background-image: url(img/header_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:1;    
}
.gameHeaderLogo {
    float: left;
    width: 135px;
    height: 38px;
   text-align: center;
}
.gameHeaderAvatarDiv {
    padding: 3px;
    width: 50px;
    float: left;
    height: 50px;

}
.gameHeaderAvatarDiv > img {
    max-width: 47px;
    max-height: 47px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0264DB;
}

.gameHeaderInnerMenus {
       padding-top: 4px;
    /* background-color: #637AAC; */
    width: 355px;
    height: 80px;
    float: left;
    /* margin-top: 8px; */
    
    
   
}
.gameHeaderNick {
       width: 130px;
    /* margin-left: 2px; */
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color: white;
    float: left;
    
}

.gameHeaderPuanDiv {
 font-family: Tahoma;
    font-size: 17px;
    width: 120px;
    /* float: left; */
    font-weight: bold;
    line-height: 18px;
    height: 24px;
    color: white;
    
}
.gameHeaderPuan {    
    margin-left: 4px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
}

.gameHeaderSecenekMenu {
    text-align: center;
    float: left;
 line-height: 22px;
      font-family: Tahoma;
    font-size: 12px;
      color: white;
      width: 96px;
      height: 24px;
      
}
.fontTahoma {
     font-family: Tahoma;
}
.gameHeaderSecenekMenu > img {
    margin-top: 4px;
    margin-right: 2px;
    float: right;
}
.gameHeaderSecenekMenu:hover {
    background-color: #7E95C7;
}


.gameHeaderMenuSag {
    width: 210px;
    height: 28px;
  
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
    color: white;
    float: right;
    line-height: 28px;
    margin-top: 5px;
}

#spech0 {
    top: 40px;
    left: 530px;
}

#spech1 {
    top: 195px;
    left: 200px;
}


#spech2 {
    top: 310px;
    left: 540px;
}


#spech3 {
     top: 195px;
     left: 800px;
     transform-origin: right;
     transform: translateX(-100%);
}

#spechText0 {
   text-overflow: ellipsis;
    max-height: 80px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText1 {
   text-overflow: ellipsis;
    max-height: 80px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText2 {
    text-overflow: ellipsis;
    max-height: 80px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText3 {
   text-overflow: ellipsis;
    max-height: 80px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
.reverseCorner {
    background-image: url(bublebg.png);
    background-size: 10px 10px;
    transform: rotate(180deg);
    left: 98% !important;
}



.chatBuble {
	
    position: absolute;
    width: fit-content;
    /* width: 300px; */
    height: fit-content;
    padding: 4px;
    min-width: 50px;
    max-width: 220px;
   
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
	z-index:9;
    border: 1px solid gray;
    max-height: 70px;
    background-color: white;
    font-family: Tahoma,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    word-break: break-word;
    
}

.bublecorner {
    width: 10px;
    height: 10px;
    /* background-color: white; */
    position: absolute;
    left: -9px;
    top: 10px;
    /* border: 1px solid red; */
    background-image: url(bublebg.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.winBubble {
    position: absolute;
    width: fit-content;
    padding: 3px;
    background-color: #33b333;
    color: white;
    text-align: center;
    min-width: 50px;
    border-radius: 4px;
    left: 20%;
    z-index: 10;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
    font-size: 18px;
    top: 0px;
    transform: scaleX(1.5) scaleY(1.5);
}
#spechMsg {
top: 350px;
left: 500px;
transform: scaleX(1.5) scaleY(1.5);
}
.chatBubleMsg {
    position: absolute;
    width: fit-content;
    /* width: 300px; */
    height: fit-content;
    padding: 4px;
    min-width: 50px;
    max-width: 180px;
    border-radius: 5px;
    text-align: center;
    line-height: 15px;
    z-index: 9;
    border: 1px solid gray;
    max-height: 70px;
    background-color: white;
    font-family: Tahoma;
    font-size: 12px;
    text-overflow: ellipsis;
    word-break: break-word;
}


.lostBubble {
background-color: #d13838;
}


.Toast {
top:5px !important;
}


.ozelMesajlarButtons {
    position: absolute;
    left: 750px;
    top: 5px;
    width: 80px;
    height: 60px;
    background-image: url(img/mesajicon_bg.png);
    background-repeat: no-repeat;
    z-index: 2;
    
}
.ozelMesajlarCounter {
  
background-color: #C40000;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: white;
    text-align: center;
    font-family: Tahoma,sans-serif;
    position: absolute;
    left: -30px;
    line-height: 30px;
    top: 5px;
    
}
@-webkit-keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}

.shake-horizontal{-webkit-animation:shake-horizontal .8s cubic-bezier(.455,.03,.515,.955) both;animation:shake-horizontal .8s cubic-bezier(.455,.03,.515,.955) both}

.vibrate-2 {-webkit-animation:vibrate-2 .3s linear infinite both;animation:vibrate-2 .3s linear infinite both}

@-webkit-keyframes vibrate-2{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}40%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}60%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}80%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes vibrate-2{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}40%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}60%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}80%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}



.ozelEngelBtnOn {
    font-family: Tahoma,sans-serif;
    
width: 30px;
height: 30px;
border: 1px solid red;
color: white;
background-color:rgba(106, 167, 1, 1);
font-weight: bold;
font-size: x-large;
text-align: center;
vertical-align: central;
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}
.ozelEngelBtnOff {
    font-family: Tahoma,sans-serif;
width: 30px;
height: 30px;
border: 1px solid red;
color: white;
background-color: #c90000;
font-weight: bold;
font-size: x-large;
text-align: center;
vertical-align: central;

-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}



.ozelItemStyle {

    -webkit-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);
   
    margin-top:1px;width: 285px;border: none;height: 30px;background-image: url(img/ozelitemback.png);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding: 2px;
    
        
}
.ozelAvatarIkon {
    
    width:28px;height:28px;margin-top:1px;margin-left: 1px;
    
}
.ozelNick {
    
    margin-top: 5px;height: 10px;vertical-align: top;font-family: Tahoma,sans-serif;font-weight: bold;font-size: 20px;
        
}

.ozelCounter {
    width:25px;height:25px;margin-left: 250px;margin-top:-34px;background-image: url(img/ozel_counter_back.png);text-align: center;background-repeat: no-repeat;color: white;line-height: 25px;font-family: Tahoma,sans-serif;
}
.ozelCounterHidden {
visibility: hidden; width:25px;height:25px;margin-left: 250px;margin-top:-34px;background-image: url(img/ozel_counter_back.png);text-align: center;background-repeat: no-repeat;
}

#OZEL_LOG {
    font-family: Tahoma,sans-serif;
    font-size: 19px;
    color: black;
}


#ingameMenu{
    width: 200px;
    height: 200px;
    padding: 4px;
        padding-top: 10px;
    border: 1px solid #16a5ea;
    background-color: #353535;
    position: absolute;
    left: 812px;
    top: 50px;
    border-radius: 5px;
        z-index: 10;
      
        
    
}

.ingameMenuInner {

    color: white;
    font-family: Tahoma,sans-serif;
    height: 25px;

    
    
}

.ingameMenuInnerHR {

    color: white;
    font-family: Tahoma,sans-serif;
    height: 10px;
   
    
    
}
.ingameMenuInnerHR >hr {
    border-top: 1px solid gray;
}
.ingameMenuInner:hover{
       background-color:  #3b3b3b;
    
}
.ingameMenuInner >img {
    float: left;
    padding-right: 5px;
}
/*masa canak icon*/

.masa_canak_pot {
    margin-top:2px;
    float: left;
    width: 20px;
    height: 20px;
}
.masa_canak_pot_val {
    font-weight: bold;
    color: #FFB300;
    /*float: right;*/
    font-size: 20px;
}


.salonDuyuruText {
position: absolute;
    left: 300px;
    top: 25px;
    width: 700px;
    height: 30px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 18px;
    border-radius: 7px;
    background-color: #e1e7ec4d;
    padding: 4px;
    line-height: 30px;
}


/* animaterd salon text*/


#top100 {
    
    position: absolute;
    background-image: url(img/top100bg.png);
    width: 502px;
    height: 502px;
    left: 250px;
    /* margin-left: -271px; */
    top: 20px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 9;
    
}
#top100kapat {
        position: absolute;
    right: 5px;
    top: 5px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#innerToplist {
    position: absolute;
    height: 400px;
    width: 480px;
    top: 60px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    color: white;
  
}




.engeluserlistitem {
    
     padding: 2px;
                vertical-align: central;
                height: 26px;
                width: 210px;
                list-style:none;
                
                white-space: pre-line;
                overflow: hidden;
                text-overflow: ellipsis;
}
.engelusercheck {

    margin:0;
                 float: left;
                 vertical-align: bottom;
                 width: 20px;
                 height: 20px;
}
.engeluserlabel {
    
    margin-top: -5px;
    float: left;
    margin-left: 6px;
    vertical-align: top;
    font-family: Tahoma;
                font-size: 16pt;
        white-space: nowrap;
        overflow: hidden;
        color:white;
        
            white-space: break-spaces;
    text-overflow: clip;
    max-height: 26px;
    max-width: 180px;
    word-break: break-word;
    
}