.gameHeader {
    height: 38px;
    width: 100%;
    background-color: #3B5B98;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:1;    
}
.gameHeaderLogo {
    float: left;
    width: 135px;
    height: 38px;
   text-align: center;
}
.gameHeaderAvatarDiv {
    width: 38px;
    float: left;
    height: 38px;

}
.gameHeaderAvatarDiv > img {
    max-width: 36px;
    max-height: 36px;
}

.gameHeaderInnerMenus {
    padding-top: 4px;
    background-color: #637AAC;
    width: 355px;
    height: 26px;
    float: left;
    margin-top: 8px;
    
   
}
.gameHeaderNick {
    width: 130px;
        margin-left: 2px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: white;
    float: left;
}

.gameHeaderPuanDiv {
     font-family: Tahoma;
    font-size: 12px;
    width: 120px;
    float: left;
    
    line-height: 18px;
        height: 24px;
    color: white;
    
}
.gameHeaderPuan {
    margin-left: 4px;
      font-family: Tahoma;
    font-size: 12px;
 font-weight: bold;
}

.gameHeaderSecenekMenu {
    text-align: center;
    float: left;
 line-height: 22px;
      font-family: Tahoma;
    font-size: 12px;
      color: white;
      width: 96px;
      height: 24px;
      
}
.gameHeaderSecenekMenu > img {
    margin-top: 4px;
    margin-right: 2px;
    float: right;
}
.gameHeaderSecenekMenu:hover {
    background-color: #7E95C7;
}


.gameHeaderMenuSag {
    width: 100px;
    height: 28px;
  
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    color: white;
    float: right;
    line-height: 28px;
    margin-top: 5px;
}

#spech0 {
     top: 80px;
     left: 440px;
}

#spech1 {
     top: 220px;
     left: 140px;
}


#spech2 {
     top: 380px;
     left: 440px;
}

#spech2 {
     top: 380px;
     left: 440px;
}

#spech3 {
     top: 220px;
     left: 600px;
     transform: translateX(-100%);
}

#spechText0 {
   text-overflow: ellipsis;
    max-height: 70px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText1 {
   text-overflow: ellipsis;
    max-height: 70px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText2 {
    text-overflow: ellipsis;
    max-height: 70px;
    /* text-overflow: clip; */
    overflow: hidden;
    /* white-space: nowrap; */
}
#spechText3 {
   text-overflow: ellipsis;
    max-height: 70px;
    /* 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: 100px;
   
    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;
    
}

.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: 12px;
    top: 80px;
}
#spechMsg {
top: 370px;
left: 300px;

}
.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:60px !important;
}

@-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)}}



/*masa canak icon*/
.masa_canak_pot {
    float: left;
    width: 20px;
    height: 20px;
}
.masa_canak_pot_val {
    font-weight: bold;
    color: #A16B00;
    float: right;
}