html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #115c9f;
  background-image: url(/oyna/img/base/background_v3.png);
  min-height: 100%;
  min-width: 900px;
  background-position: top center;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.gb-okey {
  background-image: url(/oyna/img/okey/background_v3.png);
    background-size: 2089px 985px;
    /* background-position-y: 51px;*/
}

.gb-okey101 {
  background-image: url(/oyna/img/okey101/background_v3.png);
}

.gb-pisti {
  background-image: url(/oyna/img/pisti/background_v3.png);
  background-size: 100%;
}

.gb-batak {
  background-image: url(/oyna/img/batak/background_v2.png);
  background-size: 100%;
}

.gb-zadebul{
  background-image: url(/oyna/img/zadebul/background_v2.png);
  background-size: 100%;
}

.gb-kelime101 {
  background-image: url(/oyna/img/kelime101/background.png);
}

.gb-banko {
  background-image: url(/oyna/img/banko/background.png);
}

.test-buttons {
  background-color: white;
}

.marquee {
  width: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

.containerwheelcoin-close-btn{
  position: absolute;
  float: left;
  top: 49px;
  right: -56px;
  width: 50px;
  height: 50px;
  background-image: url(/oyna/img/okey101/store/FortuneWheel-CloseButton.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}


.containerwheelcoin-close-btn:hover{
  transform: scale(1.05);
}

#containerwheelcoin{
  position: absolute;
    z-index: 10000;
    width: 100%;
    top: 50px;
    visibility: visible;
}

.containerwheelcoin-top-panel{
  top:35px;
  display: block;
    position: absolute;
    width: 100%;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    height: 50px;
}

.containerwheelcoin-top-wrapper{
  display: block;
    height: 62px;
    width: 617px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.containerwheelcoin-top-indicator{
  display: inline-block;
    margin-right: 50px;
    position: relative;
    width: 126px;
    height: 38px;
    text-align: center;
    background-image: url(/oyna/img/okey101/store/FortuneWheel-RewardZlBackground.png);
    background-size: 100% 100%;

}

.containerwheelcoin-top-indicator-zl{
  width: 191px;
}

.containerwheelcoin-top-indicator-wheelcoin-img{
  background-size: 100% 100%;
  position: absolute;
  width: 41px;
  height: 40px;
  top: -1px;
  left: -3px;
  background-image: url(/oyna/img/okey101/store/purchase_wheel.png);
}

.containerwheelcoin-top-indicator-wheelcoin-txt{
  text-align: center;
  color: white;
  width: 126px;
  height: 37px;
  line-height: 38px;
  font-size: 18px;
  padding-left: 39px;
}

.containerwheelcoin-top-indicator-zl-img{
  background-size: 100% 100%;
    position: absolute;
    width: 41px;
    height: 41px;
    top: -2px;
    left: -4px;
    background-image: url(/oyna/img/okey101/store/Profile-Chip.png);

}

.containerwheelcoin-top-indicator-zl-txt{
  text-align: center;
    color: white;
    width: 191px;
    height: 37px;
    line-height: 38px;
    font-size: 18px;
    padding-left: 39px;

}

.containerwheelcoin-top-indicator-diamond-img{
  background-size: 100% 100%;
    position: absolute;
    width: 62px;
    height: 54px;
    top: -5px;
    left: -20px;
    background-image: url(/oyna/img/okey101/store/with_diamond.png);
}

.containerwheelcoin-top-indicator-diamond-txt{
  text-align: center;
  color: white;
  width: 126px;
  height: 37px;
  line-height: 38px;
  font-size: 18px;
  padding-left: 39px;
}



.admin-message-window {
  font-family: 'DINPro-CondensedBold';
  display: none;
  position: absolute;
  top: 100px;
  left: 500px;
  width: 363px;
  height: 168px;
  background-color: #666666;
  border-radius: 10px;
  border: 2px black solid;
  z-index: 9999;
}

.admin-message-header {
  width: 363px;
  height: 48px;
  color: white;
  text-align: center;
  line-height: 48px;
  font-size: 23px;
  position: relative;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.admin-message-text {
  display: block;
  width: 288px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}

.admin-message-bottom {
  width: 363px;
  height: 49px;
}

.admin-message-send-btn {
  width: 101px;
  height: 23px;
  margin: 8px auto 0 auto;
  background-color: #A6A6A6;
  color: #3A3A3A;
  text-align: center;
  font-size: 0.9em;
  line-height: 23px;
  border-radius: 3px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-message-send-btn:hover, .admin-message-close-btn:hover {
  border: 1px #6baef1 solid;
}

.admin-message-close-btn {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 14px;
  background-color: #A6A6A6;
  color: #3A3A3A;
  text-align: center;
  cursor: pointer;
  line-height: 19px;
  font-size: 0.7em;
  border-radius: 3px;
  text-shadow: none;
}

.salon-chat-window {
  display: none;
  font-family: 'DINPro-CondensedBold';
  position: absolute;
  top: 100px;
  left: 500px;
  width: 400px;
  height: 281px;
  background-image: url(/oyna/img/base/chat/salon_sohbeti_window.png);
  z-index: 9999;
}

.profile-looker-users-window-close-btn, .salon-chat-window-close-btn, .salon-users-window-close-btn {
  position: absolute;
  top: 27px;
  right: 23px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}


.gb-okey101 .profile-looker-users-window-close-btn{
  position: absolute;
    top: 6px;
    right: 140px;
    width: 37px;
    height: 37px;
    background-image: url(/oyna/img/okey101/like/Game-BackButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
}

.gb-okey101 .profile-looker-users-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/okey101/like/Game-BackButton.png);
}

.gb-okey .profile-looker-users-window-close-btn{
  position: absolute;
    top: 6px;
    right: 140px;
    width: 37px;
    height: 37px;
    background-image: url(/oyna/img/okey/like/Game-BackButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
}


.gb-pisti .profile-looker-users-window-close-btn{
  position: absolute;
    top: 6px;
    right: 140px;
    width: 37px;
    height: 37px;
    background-image: url(/oyna/img/pisti/like/Game-BackButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
}

.gb-okey .profile-looker-users-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/okey/like/Game-BackButton.png);
}


.gb-pisti .profile-looker-users-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/pisti/like/Game-BackButton.png);
}

.profile-users-window-header-navigate{
  position: absolute;
    right: 8px;
    top: 2px;
    width: 240px;
    height: 32px;
}

.profile-users-window-header-nav-btn{
  float: left;
    display: block;
    width: 88px;
    height: 39px;
    color: white;
    font-size: 14px;
    background-image: url(/oyna/img/okey101/like/Friends-AddButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;

}

.profile-users-window-header-nav-btn:hover{
  transform: scale(1.05);
}

.prfile-users-window-header-nav-txt{
  float: left;
    width: 45px;
    height: 24px;
    text-align: center;
    color: white;
}


.salon-chat-window-close-btn {
  top: 22px;
  right: 27px;
}

.invite-users-close-btn {
  position: absolute;
  top: 21px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/blue_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}

.invite-user-row, .invite-user-row-master {
  margin-left: 6px;
  width: 241px;
  height: 35px;
  background-color: #D6D0B3;
  margin-bottom: 2px;
}

.invite-user-row .row-nickname {
  float: left;
  margin-left: 4px;
  height: 100%;
  width: 110px;
  line-height: 35px;
}

.invite-user-row-point {
  float: left;
  height: 100%;
  padding-left: 23px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
  background-image: url(/oyna/img/base/chips/profile_chip.png);
  background-repeat: no-repeat;
  background-position: left 0px top 8px;
  background-size: 20px;
  color: green;
  line-height: 32px;
  font-size: 14px;
  width: 72px;
}

.invite-user-row-btn {
  float: right;
  margin-right: 6px;
  margin-top: 4px;
}

.invite-users-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/blue_close_btn_over.png);
}

.salon-chat-window-close-btn:hover, .salon-users-window-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.salon-chat-window-header {
  width: 395px;
  height: 62px;
  color: white;
  line-height: 68px;
  font-size: 21px;
  text-align: center;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.salon-chat-window-body {
  width: 395px;
  height: 167px;
}

.chat_window_text_area_wrapper {
  width: 389px;
  height: 160px;
  padding-top: 3px;
  padding-left: 12px;
}

.salon-chat-window-bottom {
  width: 395px;
  height: 53px;
}

#salon_chat_window_input {
  float: left;
  margin-left: 33px;
  margin-top: 5px;
  width: 221px;
  height: 26px;
  font-size: 16px;
  font-family: 'DINPro-CondensedBold';
}

#btn_chat_window_send {
  float: left;
  margin-left: 9px;
  margin-top: 5px;
  margin-right: 0px;
  width: 116px;
  height: 35px;
  border-bottom-right-radius: 23px;
  transition: all 0.2s ease;
}

.salon-users-window, .profile-looker-users-window, .invite-users-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 100px;
  left: 500px;
  width: 275px;
  height: 468px;
  background-image: url(/oyna/img/base/chat/salondaki_kisiler.png);
  background-size: 275px 468px;
  z-index: 9999;
}


.gb-okey101 .profile-looker-users-window{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    top: 100px;
    left: 404px;
    width: 809px;
    height: 374px;
    background-image: url(/oyna/img/okey101/like/Friends-Background.png);
    background-size: 100% 100%;
    border-radius: 10px;
}

.gb-okey .profile-looker-users-window,.gb-pisti .profile-looker-users-window{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    top: 100px;
    left: 404px;
    width: 809px;
    height: 374px;
    background-image: url(/oyna/img/okey/like/Friends-Background.png);
    background-size: 100% 100%;
    border-radius: 10px;
}

.gb-pisti .profile-looker-users-window{
  background-image: url(/oyna/img/pisti/like/Friends-Background.png);
}


.invite-users-window {
  background-image: url(/oyna/img/base/chat/salondaki_kisiler_blue.png);
}

.invite-users-tab {
  height: 37px;
  background-color: #5294b3;
  margin: 4px 11px 1px 15px;
  border-radius: 10px;
}

.invite-users-tab-option {
  float: left;
  line-height: 34px;
  text-align: center;
  width: 50%;
  height: 100%;
  color: white;
  cursor: pointer;
}

.invite-users-salondakiler {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.invite-users-arkadaslar {
  border-top-right-radius:  10px;
  border-bottom-right-radius: 10px;
}

.invite-users-selected-tab {
  background: #033c79;
}

.invite-users-arkadaslar.invite-users-selected-tab {
  border-top-right-radius: 10px;
}

.profile-looker-like-buttons-panel{
  position: absolute;
  background-size: 100% 100%;
  padding-top: 64px;
  background-image: url(/oyna/img/okey101/like/Friends-LeftBar.png);
  height: 374px;
  width: 129px;
}

.gb-okey .profile-looker-like-buttons-panel{
  background-image: url(/oyna/img/okey/like/Friends-LeftBar.png);
}


.gb-pisti .profile-looker-like-buttons-panel{
  background-image: url(/oyna/img/pisti/like/Friends-LeftBar.png);
}

.profile-looker-like-buttons-line{
  background-image: url(/oyna/img/okey101/like/Friends-TabLine.png);
    background-size: 100% 100%;
    width: 101px;
    height: 1px;
    margin-left: 9px;
}

.gb-okey .profile-looker-like-buttons-line{
  background-image: url(/oyna/img/okey/like/Friends-TabLine.png);
}

.gb-pisti .profile-looker-like-buttons-line{
  background-image: url(/oyna/img/pisti/like/Friends-TabLine.png);
}


.profile-looker-like-btn{
  background-size: 100% 100%;
    line-height: 20px;
    height: 68px;
    text-align: left;
    color: white;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 135px;
    font-size: 17px;
    padding-left: 14px;
    cursor:pointer;
  
}

.profile-looker-like-looker-btn {
  padding-top:12px;
}

.profile-looker-like-like-btn{
  padding-top:28px;
}

.profile-looker-like-btn-selected{
  background-image: url(/oyna/img/okey101/like/Friends-TabButton-Selected.png);
}


.gb-okey .profile-looker-like-btn-selected{
  background-image: url(/oyna/img/okey/like/Friends-TabButton-Selected.png);
}


.gb-pisti .profile-looker-like-btn-selected{
  background-image: url(/oyna/img/pisti/like/Friends-TabButton-Selected.png);
}

.salon-users-window-header {
  width: 264px;
  color: white;
  height: 64px;
  line-height: 73px;
  font-size: 21px;
  text-align: center;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.gb-okey101 .profile-looker-users-window .salon-users-window-header,.gb-okey .profile-looker-users-window .salon-users-window-header,.gb-pisti .profile-looker-users-window .salon-users-window-header{ 
  height: 46px;
  line-height: 38px;
  position: relative;
  background-size: 100% 100%;
  width: 814px;
  top: -5px;
  font-size: 19px;
  background-image: url(/oyna/img/okey101/like/Friends-TopBar.png);
}

.gb-okey .profile-looker-users-window .salon-users-window-header{
  background-image: url(/oyna/img/okey/like/Friends-TopBar.png);
}

.gb-pisti .profile-looker-users-window .salon-users-window-header{
  background-image: url(/oyna/img/pisti/like/Friends-TopBar.png);
}

.profile-looker-heder-bg{
  position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
    height: 45px;
    width: 186px;
    line-height: 45px;
    background-image: url(/oyna/img/okey101/like/Friends-TitleBar.png);
    padding-left:30px;

}

.gb-okey .profile-looker-heder-bg{
  background-image: url(/oyna/img/okey/like/Friends-TitleBar.png);
}

.gb-pisti .profile-looker-heder-bg{
  background-image: url(/oyna/img/pisti/like/Friends-TitleBar.png);
}


.salon-users-window-body {
  position: relative;
  width: 264px;
  height: 315px;
  padding-left: 9px;
}



.gb-okey101 .profile-looker-users-window .salon-users-window-body,.gb-pisti .profile-looker-users-window .salon-users-window-body{
  position: absolute;
    width: 673px;
    height: 319px;
    left: 127px;
    padding-left: 8px;
    top:37px
}

.gb-pisti .profile-looker-users-window  .friend_online_text{
  line-height: 19px;
    right: -43px;
}

.profile-like-container-panel{
  width: 666px;
  height: 284px;
}

.gb-pisti .profile-like-container-panel{
  margin-top:6px;
}

.salon-users-window-body-cover {
  position: absolute;
  width: 264px;
  height: 372px;
  top: 0px;
}

.game-rules-window {
  display: none;
  z-index: 199999
}

.game-rules-content, .game-rules-content-duello, .game-rules-content-banko {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/rules_bg.png);
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -280px;
  width: 560px;
  height: 428px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 199999;
}

.game-rules-content-duello {
  display: none;
}

.game-rules-body {
  width: 100%;
  height: 362px;
  overflow: auto;
}




.game-rules-body-batak{
  /*width:460px;*/
  width:539px;
  float:left;
  height: 362px;
  overflow:auto;
}


.game-rules-body-container{
  float:left;
  width: 100%;
  height: 362px;
  overflow: auto;
}

.game-rules-left-buttons-holder{
  display:none;
  width: 136px;
  float: left;
  height: 362px;
  overflow: auto;
  padding-left: 20px;
  padding-top: 31px;
}

.game-rules-left-button{
  cursor: pointer;
  float: left;
  height: 58px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 111px;
  margin-bottom: 6px;
  background-image: url(/oyna/img/base/best_users/type_blue.png);
  font-size: 18px;
  margin-right: 14px;
  line-height: 44px;
  padding: 4px 17px;
}

.game-rules-left-active-btn{
  background-image: url(/oyna/img/base/best_users/type_green.png);
}


.game-rules-left-button:hover{
  transform: scale(1.05);
}

.game-rules-body-ihaleli-esli-container{
  display:block;
}

.game-rules-body-ihaleli-container{
  display:none;
}

.game-rules-body-uc-bes-sekiz-container{
  display:none;
}

.game-rules-body-koz-maca-container{
  display:none;
}

.game-rules-body-gommeli-container{
  display:none;
}

.game-rules-back-btn {
  float: left;
  margin-left: 7px;
  margin-top: 0px;
  width: 44px;
  height: 44px;
  background-image: url(/oyna/img/base/friends/game_back_btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
}

.game-rules-text p {
  margin-bottom: 20px;
}

.game-rules-back-btn:hover {
  transform: scale(1.05);
}

.game-rules-window-header-title {
  height: 32px;
  width: 381px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/base/general_chat/general_chat_header_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  line-height: 31px;
  font-size: 1.2em;
}

.game-rules-text {
  color: white;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  font-size: 18px;
}

.best-users-window {
  display: none;
  z-index: 19999;
}

.best-users-content {
  transform: scale(0.94);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/best_users/best_users_bg.png);
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 506px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 800;
}


.gb-pisti .best-users-content{
  transform: scale(1);
    background-image: url(/oyna/img/pisti/best/bg.png);
    width: 264px;
    margin-left: -131px;
    padding: 0px;
    top: 81px;
    height: 530px;

}

.gb-okey101 .best-users-content{
  transform: scale(1);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/best_users/best_users_bg.png);
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -463px;
  width: 925px;
  height: 455px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 800;
}

.best-users-content-body {
  position: absolute;
  width: 632px;
  left: 154px;
  height: 359px;
}

.gb-okey101 .best-users-content-body{
  left: 206px;
}


.best-users-content-body-nodata{
  color:white;
  text-align: center;
  font-size:20px;
  margin-top:200px;
  padding-left:90px;
}


.best-users-content-body-top {
  height: 148px;
  width: 100%;
  padding-left: 66px;
}

.best-users-content-body-column {
  width: 188px;
  height: 100%;
  float: left;
  padding-top: 33px;
  position: relative;
}

.gb-okey101 .best-users-content-body-column {
  width:150px;
}


.best-users-pillow {
  position: absolute;
  top: 99px;
  left: -11px;
  height: 51px;
  width: 157px;
  background-image: url(/oyna/img/base/best_users/best_users_pillow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.best-users-stand{
  position: absolute;
  top: 82px;
  left: 5px;
  height: 51px;
  width: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.best-users-stand-1{
  background-image: url(/oyna/img/okey101/best_users/best-users-stand-1.png);
}
.best-users-stand-2{
  background-image: url(/oyna/img/okey101/best_users/best-users-stand-2.png);
}

.best-users-stand-3{
  background-image: url(/oyna/img/okey101/best_users/best-users-stand-3.png);
}


.best-users-row {
  float: left;
  width: 162px;
  height: 57px;
  margin-left: 14px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  margin-right: 52px;
}

.best-users-row-number {
  position: absolute;
  top: 18px;
  left: 10px;
  color: white;
  width: 15px;
  height: 100%;
  line-height: 58px;
}



.best-v2-panel-bottom .best-users-row-number.lc-1{
  font-size: 20px;
}


.best-v2-panel-bottom .best-users-row-number.lc-2{
  font-size: 15px;
}


.best-v2-panel-bottom .best-users-row-number.lc-3{
  font-size: 12px;
}


.best-v2-panel-bottom .best-users-row-number.lc-4{
  font-size: 10px;
}

.best-teams-row-number{
  position: absolute;
  /* top: 18px; */
  /* left: 10px; */
  /* color: white; */
  /* width: 15px; */
  /* height: 100%; */
  /* line-height: 58px; */
  color: white;
  top: 0px;
  height: 40px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  -webkit-text-stroke: 0.5px black;
  font-family: 'archivo-black';
  line-height: 38px;
  font-weight: bold;
  left: 6px;
}


.best-v2-panel-players .best-v2-top-row-holder .best-users-row-number{
  background-size: 100% 100%;
    width: 42px;
    height: 30px;
    left: 21px;
    top: 86px;

}



.best-v2-panel-teams .best-v2-top-row-holder .best-users-row-number{
  background-size: 100% 100%;
    width: 42px;
    height: 30px;
    left: 21px;
    top: 86px;

}


.best-v2-panel-players .best-v2-top-row-holder-1 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_1.png);
}


.best-v2-panel-players .best-v2-top-row-holder-2 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_2.png);
}



.best-v2-panel-players .best-v2-top-row-holder-3 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_3.png);
}



.best-v2-panel-teams .best-v2-top-row-holder-1 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_1.png);
}


.best-v2-panel-teams .best-v2-top-row-holder-2 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_2.png);
}



.best-v2-panel-teams .best-v2-top-row-holder-3 .best-users-row-number{
  background-image: url(/oyna/img/pisti/best/cup_3.png);
}






.best-users-point-holder{
  position: absolute;
  top: 64px;
  left: 10px;
  width: 63px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  color: wheat;
  /* padding-left: 15px; */
  line-height: 19px;
  font-size: 14px;
}

.best-users-point-holder-zl-1{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg1.png);
}

.best-users-point-holder-zl-2{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg2.png);
}


.best-users-point-holder-zl-3{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg3.png);
}






.gb-okey101 .best-users-content-body-bottom .best-users-row-number{
  position: absolute;
  top: 0px;
  line-height: 39px;
  left: 5px;
  color: white;
  width: 32px;
  height: 100%;
  font-size: 19px;
  text-align: center;
}

.gb-okey101 .best-user-row-pos-me .best-users-row-number{
  position: absolute;
  top: 0px;
  line-height: 39px;
  left: 5px;
  color: #F3C81A;
  width: 32px;
  height: 100%;
  font-size: 19px;
  text-align: center;
}

.gb-okey101 .best-users-row.best-user-row-pos-me{
  transform: scale(1.1);
  position: absolute;
  width: 562px;
  height: 42px;
  bottom: -88px;
  left: 11px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/best_users/best-users-list-item-bg.png);

}


.best-users-row-icon {
  position: absolute;
  top: 0px;
  left: 13px;
  width: 85px;
  height: 90px;
  background-image: url(/oyna/img/base/best_users/circle_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
  float: left;
  background-position-x: -3px;
}

.gb-okey101 .best-users-row-icon {
  position: absolute;
    top: -13px;
    left: 23px;
    width: 60px;
    height: 66px;
    background-image: url(/oyna/img/base/best_users/circle_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    float: left;
    background-position-x: 0px;
}

.gb-okey101 .best-users-content-body-bottom .best-users-row-icon{
  position: absolute;
  top: -10px;
  left: 37px;
  width: 54px;
  height: 55px;
  background-image: url(/oyna/img/base/best_users/circle_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
  float: left;
  background-position-x: 0px;
}


.gb-okey101 .best-user-row-pos-me .best-users-row-icon{
  position: absolute;
  top: -10px;
  left: 37px;
  width: 54px;
  height: 55px;
  background-image: url(/oyna/img/base/best_users/circle_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
  float: left;
  background-position-x: 0px;
}


.gb-okey101 .best-users-row-icon-1{
  background-image: url(/oyna/img/okey101/best_users/circle-1.png);
}

.gb-okey101 .best-users-row-icon-2{
  background-image: url(/oyna/img/okey101/best_users/circle-2.png);
}

.gb-okey101 .best-users-row-icon-3{
  background-image: url(/oyna/img/okey101/best_users/circle-3.png);
}

.best-users-row-icon-vip {
  background-image: url(/oyna/img/base/best_users/circle_bg_vip.png);
}

.best-users-row-icon-circle {
  width: 51px;
  height: 48px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 23px;
  left: 14px;
}

.gb-okey101 .best-users-row-icon-circle {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.gb-okey101 .best-users-content-body-bottom .best-users-row-icon-circle{
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 12px;
  left: 11px;

}

.gb-okey101 .best-user-row-pos-me .best-users-row-icon-circle{
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 12px;
  left: 11px;

}

.best-users-row-icon-pic {
  position: relative;
  top: -6px;
  left: -4px;
  width: 58px;
  height: 55px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .best-users-content-body-bottom .best-users-row-icon-pic{
  position: relative;
  top: 0px;
  left: 0px;
  width: 34px;
  height: 36px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .best-user-row-pos-me .best-users-row-icon-pic{
  position: relative;
  top: 0px;
  left: 0px;
  width: 34px;
  height: 36px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}




.best-users-row-icon-star {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 33px;
  text-align: center;
  line-height: 29px;
  height: 33px;
  background-image: url(/oyna/img/base/best_users/best_users_star.png);
  background-size: 100% 100%;
  background-position: center;
  background-position-x: 3px;
  font-size: 14px;
}

.gb-okey101 .best-users-row-icon-star {
  right: -19px;
  top: 13px;
}


.gb-okey101 .best-users-content-body-bottom .best-users-row-icon-star{
  right: -240px;
  top: 13px;
  color: white;
  background-image: none;
  font-size: 18px;
}

.gb-okey101 .best-user-row-pos-me .best-users-row-icon-star{
  right: -240px;
  top: 13px;
  color: #F3C81A;
  background-image: none;
  font-size: 18px;
}


.best-users-row-body {
  position: absolute;
  width: 90px;
  height: 46px;
  top: 23px;
  left: 80px;
}

.gb-okey101 .best-users-row-body {
  position: absolute;
    width: 90px;
    height: 24px;
    top: 63px;
    left: 10px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/best_users/best-users-point-bg.png);

}

.gb-okey101 .best-users-content-body-bottom .best-users-row-body{
  position: absolute;
    width: 90px;
    height: 24px;
    top: 7px;
    left: 111px;
    background-image: none;
}


.gb-okey101 .best-user-row-pos-me .best-users-row-body{
  position: absolute;
    width: 90px;
    height: 24px;
    top: 7px;
    left: 111px;
    background-image: none;
}



.best-users-row-zl-img{
  background-size: 100% 100%;
    width: 27px;
    position: absolute;
    height: 27px;
    top: -2px;
    float: left;
    background-image: url(/oyna/img/okey101/best_users/profile-chip.png);
    left: -2px;
}

.best-users-row-nickname {
  width: 95px;
  height: 23px;
  color: white;
  font-size: 14px;
  padding-left: 15px;
}

.gb-okey101 .best-users-content-body-top .best-users-row-nickname{
  position: absolute;
    top: 48px;
    text-align: center;
    padding-left: 0px;
    left: 6px;
}

.gb-okey101 .best-users-content-body-bottom .best-users-row-nickname{
  position: absolute;
    width: 95px;
    height: 23px;
    color: white;
    padding-left: 15px;
    left: -12px;
    font-size: 18px;
}

.gb-okey101 .best-user-row-pos-me .best-users-row-nickname{
  position: absolute;
    width: 95px;
    height: 23px;
    color: #F3C81A;
    padding-left: 15px;
    left: -12px;
    font-size: 18px;
}

.best-users-row-point {
  padding-left: 9px;
  width: 95px;
  height: 23px;
  color: #F3C81A;
  font-size: 14px;
}

.gb-okey101 .best-users-row-point{
  padding-left: 29px;
    width: 69px;
    height: 24px;
    color: #40e57a;
    line-height: 23px;
    float: left;
    font-size: 14px;
}


.gb-okey101 .best-users-content-body-bottom .best-users-row-point{
  padding-left: 34px;
  width: 69px;
  height: 27px;
  color: white;
  line-height: 26px;
  float: left;
  font-size: 17px;
  position: absolute;
  left: 323px;
  background-repeat: no-repeat;
  background-image: url(/oyna/img/okey101/best_users/profile-chip.png);
  background-size: 27px 27px;
  top: -2px;
}

.gb-okey101 .best-user-row-pos-me .best-users-row-point{
  padding-left: 34px;
  width: 69px;
  height: 27px;
  color: #F3C81A;
  line-height: 26px;
  float: left;
  font-size: 17px;
  position: absolute;
  left: 323px;
  background-repeat: no-repeat;
  background-image: url(/oyna/img/okey101/best_users/profile-chip.png);
  background-size: 27px 27px;
  top: -2px;
}

.best-users-content-body-line {
  width: 534px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/base/best_users/best_users_line.png);
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 20px;
}

.best-users-content-body-list-headers{
  color:white;
  width: 534px;
  height: 30px;
  margin-top:20px;
}

.best-users-content-body-list-headers div {
  color: white;
  position: absolute;
  text-align: center;
  line-height: 30px;
  width: 30px;
  width: 100px;
  font-size: 20px;
  height: 30px;
  left: 36px;
}

.best-users-content-body-bottom {
  width: 476px;
  height: 182px;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.gb-okey101 .best-users-content-body-bottom{
  width: 578px;
  height: 182px;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.gb-okey101 .best-users-content-body-bottom .best-users-row{
  float: left;
  width: 562px;
  height: 42px;
  margin-left: 0px;
  margin-bottom: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  margin-right: 17px;
  background-image: url(/oyna/img/okey101/best_users/best-users-list-item-bg.png);
}





.best-users-row-wrapper {
  width: 100%;
}

.best-users-category-buttons {
  position: absolute;
  top: 367px;
  left: 40px;
  width: 116px;
  height: 120px;
}

.best-users-category-btn {
  cursor: pointer;
  height: 49px;
  line-height: 16px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 101px;
  margin-bottom: 10px;
  background-image: url(/oyna/img/base/best_users/category_blue.png);
  font-size: 18px;
  padding: 5px;
}

.gb-batak .best-users-category-btn {
  display: none;
}

.best-users-category-btn-selected {
  background-image: url(/oyna/img/base/best_users/category_green.png);
}

.best-users-category-btn:hover {
  transform: scale(1.05);
}

.best-users-type-buttons {
  position: absolute;
  top: 422px;
  left: 217px;
  width: 585px;
  height: 57px;
}

.gb-okey101 .best-users-type-buttons {
  padding-top: 86px;
  top: -6px;
  left: -4px;
  width: 135px;
  background-size: 100% 100%;
  height: 467px;
  background-image: url(/oyna/img/okey101/best_users/best-users-left-bar.png);
}

.best-users-top-50{
  position: absolute;
  padding-left:5px;
  top: -5px;
  left: -3px;
  width: 224px;
  height: 54px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/best_users/best-users-top-50.png);
}

.best-users-top-50-txt{
  text-align: center;
  height: 100%;
  float: left;
  width: 148px;
  line-height: 50px;
  color: #F3C81A;
  font-size: 21px;


}


.best-users-type-btn {
  cursor: pointer;
  float: left;
  height: 50px;
  line-height: 20px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 116px;
  background-image: url(/oyna/img/base/best_users/type_blue.png);
  font-size: 18px;
  margin-right: 14px;
  padding: 4px 17px;
}

.gb-okey101 .best-users-type-btn {
  background-image:none;
  margin-top:10px;
  line-height: 40px;
  float:none;
  margin-bottom: 10px;
  width: 145px;
  height: 53px;
  padding-left:0px;
  color: #F3C81A;
}



.best-users-type-btn:hover {
  transform: scale(1.05);
}

.gb-okey101 .best-users-type-btn:hover{
  transform:none;
}

.best-users-type-btn-underline{
  background-size: 100% 100%;
    width: 104px;
    height: 2px;
    margin-left: 12px;
    background-image: url(/oyna/img/okey101/best_users/tab-underline.png);
}

.best-users-type-btn-selected {
  background-image: url(/oyna/img/base/best_users/type_green.png);
}

.gb-okey101 .best-users-type-btn-selected {
  background-image: url(/oyna/img/okey101/best_users/selected-btn.png);
}

.friends-window {
  display: none;
  z-index: 19999;
}

.friends-window-content {
  transform: scale(0.94);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/friends/friends_bg.png);
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 428px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 800;
}

.friends-window-header {
  width: 100%;
  position: relative;
  height: 70px;
  padding-top: 12px;
}

.friends-window-header-title, .best-users-header-title {
  height: 48px;
  width: 607px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/base/general_chat/general_chat_header_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  line-height: 42px;
  font-size: 1.2em;
}

.friends-back-btn, .best-users-back-btn {
  float: left;
  margin-left: 7px;
  margin-top: 6px;
  width: 55px;
  height: 55px;
  background-image: url(/oyna/img/base/friends/game_back_btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gb-okey101 .best-users-back-btn{
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/best_users/game-back-btn.png);
  width:40px;
  height:40px;
}

.friends-back-btn:hover, .best-users-back-btn:hover {
  transform: scale(1.05);
}

.gb-pisti .best-users-back-btn {
  display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}


.best-v2-title-holder{
  width: 100%;
    height: 69px;
    position: relative;
}


.best-v2-title{
  position: absolute;
    background-size: 100% 100%;
    /* background-image: url(/oyna/img/pisti/best/leader_txt.png); */
    width: 200px;
    height: 31px;
    top: 22px;
    left: 26px;
    color:white;
    text-align: center;
    font-size: 25px;
    text-shadow:
    0 0 5px #00f,
    0 0 10px #00f,
    0 0 15px #00f,
    0 0 20px #00f;

}

.best-v2-cont .festival-row-prizes-popup{
  
    background-image: url(/oyna/img/pisti/festival/DetailPanelBGCenterSmall.png);
    transform: scale(0.7);
    top: 5px;
    left: -64px;
}

.best-user-team-name{
      /* top: 39px; */
      width: 73px;
      /* left: 4px; */
      margin-left: 2px;
      height: 11px;
      text-align: center;
      color: #540a0a;
      font-size: 14px;
      position: relative;
}


.best-user-cup-text{
  position: absolute;
  top: 77px;
  left: 8px;
  width: 67px;
  height: 15px;
  text-align: center;
  color: wheat;
  font-size: 11px;
  background-size: 100% 100%;
}

.best-v2-team-name{
  top: 26px;
  width: 73px;
  left: 4px;
  margin-left: 2px;
  height: 14px;
  text-align: center;
  color: #9f0202;
  font-size: 12px;
  position: absolute;
}

.best-v2-team-capacity-holder{
  position: absolute;
  left: 4px;
  width: 78px;
  top: 38px;
  height: 50px;
}
.best-v2-team-capacity-text{
  text-align: center;
  width: 100%;
  height: 13px;
  color: #607f9e;
  font-size: 10px;
}

.best-v2-team-capacity{
  display: block;
  background-size: 100% 100%;
  width: 48px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #263126;

}

.best-v2-top-row-holder-2 .best-v2-team-capacity{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg2.png);
}

.best-v2-top-row-holder-1 .best-v2-team-capacity{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg1.png);
}


.best-v2-top-row-holder-3 .best-v2-team-capacity{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg3.png);
}


.best-v2-team-cup-holder{
  position: absolute;
  display: block;
  background-size: 100% 100%;
  width: 67px;
  height: 16px;
  color: wheat;
  top: 70px;
  left: 9px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}


.best-v2-top-row-holder-3 .best-v2-team-cup-holder{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg3.png);
}


.best-v2-top-row-holder-2 .best-v2-team-cup-holder{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg2.png);
}

.best-v2-top-row-holder-1 .best-v2-team-cup-holder{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg1.png);
}




.best-v2-team-logo{
  display: block;
    position: absolute;
    top: -20px;
    left: 21px;
    width: 42px;
    height: 47px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}


.best-v2-horizontal-line{
  width: 258px;
    height: 1.3px;
    margin-left: 2px;
    background-image: url(/oyna/img/pisti/best/horizontal_line.png);
}

.best-v2-cont{
  width: 100%;
    height: 427px;
}

.best-v2-cont-tab-panel{
  width: 262px;
  /* background-color: #005900; */
  height: 32px;
  margin-left: 3px;
  padding-top: 6px;

} 

.best-v2-panel-bottom{
  display: block;
  width: 257px;
  height: 234px;

  position:relative;
}


.best-users-race-collect-holder, .best-users-race-start-holder{
  display: none;
  position:absolute;
  bottom:0px;
  width: 100%;
  height: 50px;

}

.best-users-race-collect-btn, .best-users-race-start-btn{
  background-size: 100% 100%;
    height: 40px;
    cursor: pointer;
    width: 108px;
    transition: all 0.2s ease;
    margin-left: auto;
    background-image: url(/oyna/img/pisti/best/collect.png);
    margin-right: auto;
    text-align: center;
    color: white;
    line-height: 32px;
    text-shadow: -1px 1px black;
    font-family: fantasy;
}

.best-users-race-collect-btn:hover, .best-users-race-start-btn:hover{
  transform:scale(1.05);
}



.best-v2-panel-scroll{
  position:absolute;
  display: block;
  width:257px;
  height: 234px;
  overflow-x: hidden;
  overflow-y: auto;
  top:4px;

}

.best-v2-panel-scroll-friends {
  height: 420px;
}


.best-team-scroll-row-master, .best-team-scroll-row{
  background-image: url(/oyna/img/pisti/team/panel/BestUserBG0.png);
  position: absolute;
  width: 246px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  text-decoration: none;
  font-weight: bold;
  color:#FFFFFF;
  background-size: 100% 100%;
  cursor: pointer;
  height: 40px;
  margin-bottom: 3px;
}





.best-user-scroll-row-master, .best-user-scroll-row {
  background-image: url(/oyna/img/pisti/team/panel/BestUserBG0.png);
  position: absolute;
  width: 246px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  text-decoration: none;
  font-weight: bold;
  color:#FFFFFF;
  background-size: 100% 100%;
  cursor: pointer;
  height: 40px;
  margin-bottom: 3px;
}

.best-v2-bottom-vertical-line{
  background-color: #5b0000;
    position: absolute;
    right: 2px;
    width: 3px;
    top: 8px;
    height: 222px;
    border-radius: 94px;
}



.best-v2-cont-tab{
  float: left;
    width: 63px;
    height: 24px;
    margin-right: 2px;
    background-size: 100% 100%;
    text-align: center;
    background-image: url(/oyna/img/pisti/best/best_tab.png);
    color: wheat;
    line-height: 23px;
    cursor: pointer;
    font-size: 15px;
}


.best-v2-cont-tab-selected{
  background-image: url(/oyna/img/pisti/best/best_tab_selected.png);
}


.best-v2-panel-holder{
  width: 257px;
    margin-left: 3px;
    height: 424px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    overflow: hidden;
}

.best-v2-panel{
  display: none;
  width: 257px;
  height: 424px;

}

.best-v2-panel-top{
  width: 257px;
  height: 189px;
  background-size: 100% 100%;
  
}

.best-v2-panel-race  .best-v2-panel-top{
  background-image: url(/oyna/img/pisti/best/top_bg_race.png);
}



.best-v2-panel-players  .best-v2-panel-top{
  background-image: url(/oyna/img/pisti/best/top_bg_players.png);
}


.best-v2-panel-teams  .best-v2-panel-top{
  background-image: url(/oyna/img/pisti/best/top_bg_teams.png);
}

.best-v2-top-row-holder .best-users-row-number {
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  background-image: url(/oyna/img/pisti/best/num_1.png);
  top: 88px;
  left: 27px;
}

.best-user-scroll-row .best-users-row-number
, .best-team-scroll-row .best-users-row-number{
  background-size: 100% 100%;
  width: 29px;
  height: 32px;
  position: absolute;
  top: 5px;
  font-size: 18px;
  left: 1px;
  line-height: 26px;
  text-align: center;
  -webkit-text-stroke: 0.5px black;
    font-family: 'archivo-black';
    color:white;
    font-weight: bold;
}

.best-v2-top-row-holder-1 .best-users-row-number {
  background-image: url(/oyna/img/pisti/best/num_1.png);
}

.best-v2-top-row-holder-2 .best-users-row-number {
  background-image: url(/oyna/img/pisti/best/num_2.png);
}


.best-v2-top-row-holder-3 .best-users-row-number {
  background-image: url(/oyna/img/pisti/best/num_3.png);
}

.best-v2-panel-race{
  display: block;;
}

.best-v2-panel-top-title-holder{
  display: block;
  width: 100%;
  height: 40px;
  position:relative;

}

.race-time-panel{
  position:absolute;
      height: 27px;
    width: 70px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/treasure/time_bg.png);
    top: 2px;
    left: 182px;

}

.race-remaining-time-txt{
position: absolute;
    display: block;
    width: 55px;
    height: 25px;
    top: 1px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 25px;
    color: wheat;
    font-size: 13px;
    left: 19px;
}

.gb-pisti .best-v2-top-row-holder-panel .user_row_data{
  position: relative;
    /* top: 30px; */
    width: 73px;
    left: 2px;
    /* margin-left: 2px; */
    float: none;
    margin: 0px;
    height: 13px;
}


.best-user-prizes{
  position: absolute;
  top: 56px;
  left: 13px;
  width: 56px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  color: wheat;
  padding-left: 15px;
  font-size: 14px;
}

.best-user-prizes-zl-1{
  background-image: url(/oyna/img/pisti/best/prize_zl_bg1.png);
}


.best-user-prizes-zl-2 {
  background-image: url(/oyna/img/pisti/best/prize_zl_bg2.png);
}

.best-user-prizes-zl-3 {
  background-image: url(/oyna/img/pisti/best/prize_zl_bg3.png);
}

.best-user-prizes-chest{
  background-image: url(/oyna/img/pisti/best/chest_bg.png);
  width: 34px;
  left: 25px;
  height: 27px;
  top: 50px;
}

.best-user-prizes-zl-img{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/best/chip.png);

}


.gb-pisti .best-v2-top-row-holder-panel .user_row_data .friend_nickname{
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  top: 0px;
  left: 0px;
  margin-top: 0px;

}

.best-v2-top-row-holder-panel .best-users-row-point{
  position:absolute;
  top:90px;
  background-size: 100% 100%;
  width: 60px;
  height: 20px;
  text-align: center;
}


.best-v2-top-row-holder-panel .user-row-team-logo{
  width: 42px;
  height: 46px;
  top: 92px;
  left: 52px;
  cursor: pointer;
  transition: all 0.2s ease;
}


.best-v2-top-row-holder-panel .user-row-team-logo:hover{
  transform: scale(1.05);
}

.best-v2-panel-top .pi-mask{
  cursor: pointer;
}



.best-v2-panel-top-title{
  display: block;
  width: 166px;
  height: 38px;
  line-height: 28px;
  text-align: center;
  color: wheat;
  margin-left: auto;
  font-size: 15px;
  margin-right: auto;
  background-size: 100% 100%;

}

.best-v2-title-purple-bg{
  background-image: url(/oyna/img/pisti/best/top_title_bg_race.png);
}

.best-v2-title-red-bg{
  background-image: url(/oyna/img/pisti/best/top_title_bg_players.png);
}

.best-v2-title-orange-bg{
  background-image: url(/oyna/img/pisti/best/top_title_bg_teams.png);
}

.best-v2-top-row-holder-panel{
  width: 257px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0px;
}


.best-v2-top-row-holder{
  float: left;
    width: 85px;
    height: 113px;
    background-size: 100% 100%;
    margin-right: 0px;
    position: relative;
    transition: all 0.2s ease;
}



.best-v2-cont .best-v2-panel-top .best-v2-top-row-holder-1{
  background-image: url(/oyna/img/pisti/best/bg_1.png);
}

.best-v2-cont .best-v2-panel-top .best-v2-top-row-holder-2{
  background-image: url(/oyna/img/pisti/best/bg_2.png);
  margin-left:1px;
  top:7px;
 
}


.best-v2--panel-top .pi-wrapper {
  cursor:pointer;
}





.best-v2-cont .best-v2-panel-top .best-v2-top-row-holder-3{
  background-image: url(/oyna/img/pisti/best/bg_3.png);
  top:10px;
}


.best-users-row-v2{
  display: block;
  position: relative;
  width:100%;
  height: 100%;
}





.friends-window-body {
  margin-top: 27px;
  width: 100%;
}

.friends-window-left-part {
  float: left;
  width: 180px;
  height: 326px;
}

.friends-window-left-button {
  background-image: url(/oyna/img/base/friends/friends_tab_btn.png);
  background-size: 100% 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100px;
  width: 160px;
  padding-top: 10px;
}

.friends-left-button-selected {
  background-image: url(/oyna/img/base/friends/friends_tab_btn_selected.png);
}

.friends-window-left-button-picture {
  background-size: 100% 100%;
  margin-top: 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 88px;
  height: 66px;
}

.friends-window-left-button-text {
  color: white;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.friends-window-left-friends .friends-window-left-button-picture {
  background-image: url(/oyna/img/base/friends/friends_friends.png);
}

.friends-window-left-requests .friends-window-left-button-picture {
  background-image: url(/oyna/img/base/friends/friends_request.png);
}

.friends-window-left-chat .friends-window-left-button-picture {
  background-image: url(/oyna/img/base/friends/friends_chat.png);
}

.friends-window-right-part {
  float: left;
  width: 700px;
  height: 322px;
}

.friends-window-right-tab {
  position: relative;
}

.friends-window-friends-tab {
  display: block;
}

.friends-window-scroll-pane {
  width: 100%;
  height: 279px;
  overflow: auto;
}

.friends-window-request-tab .friends-window-scroll-pane {
  height: 237px;
}

.friends-window-row-wrapper {
  width: 100%;
}

.friends-window-row, .friends-window-row-master, .friends-window-request-row, friends-window-request-row-master {
  float: left;
  width: 326px;
  height: 98px;
  margin-right: 14px;
  margin-bottom: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  background-image: url(/oyna/img/base/friends/friends_row_background.png);
}

.friends-window-row-online {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background-image: url(/oyna/img/base/friends/online_bg.png);
}

.friends-row-body {
  position: absolute;
  width: 220px;
  height: 60px;
  top: 35px;
  left: 100px;
}

.friends-row-nickname {
  width: 165px;
  height: 27px;
  color: #F3C81A;
  font-size: 1.2em;
}

.friends-row-body-buttons {
  width: 224px;
  height: 37px;
}

.friends-row-body-btn {
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  font-size: 15px;
  line-height: 31px;
  color: white;
}

.friends-row-body-btn:hover {
  transform: scale(1.05);
}

.friends-row-go-btn {
  background-image: url(/oyna/img/base/friends/friends_button_orange.png);
  width: 84px;
  height: 36px;
}

.friends-row-zl-btn {
  width: 84px;
  height: 34px;
  background-image: url(/oyna/img/base/friends/friends_button_orange.png);
}

.friends-row-chat-btn {
  background-image: url(/oyna/img/base/friends/ingame_chat_btn.png);
  width: 48px;
  height: 32px;
}

.friends-row-reject-btn {
  width: 93px;
  height: 30px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  padding-right: 8px;
  background-image: url(/oyna/img/base/friends/friends_reject_btn.png);
}

.friends-row-accept-btn {
  width: 93px;
  height: 30px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  padding-right: 8px;
  background-image: url(/oyna/img/base/friends/friends_accept_btn.png);
}

.friends-row-close-btn, .friends-row-request-close-btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(/oyna/img/base/friends/delete_btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.friends-row-close-btn:hover, .friends-row-request-close-btn:hover {
  transform: scale(1.05);
}

.friends-row-icon {
  position: absolute;
  top: 4px;
  left: 14px;
  width: 86px;
  height: 86px;
  background-image: url(/oyna/img/base/friends/friends_border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 16px;
  float: left;
}

.friends-row-icon-vip {
  background-image: url(/oyna/img/base/friends/friends_border_vip.png);
}

.friends-row-icon-circle {
  width: 56px;
  height: 57px;
  overflow: hidden;
  border-radius: 100px;
  /* margin-left: 16px; */
  position: absolute;
  top: 19px;
  left: 15px;
}

.friends-row-icon-pic {
  position: relative;
  top: -5px;
  left: -5px;
  width: 66px;
  height: 66px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.friends-window-request-tab {
  display: none;
}

.friends-window-request-bottom-buttons {
  width: 100%;
  padding-top: 20px;
  height: 68px;
}

.friends-window-request-bottom-btn {
  cursor: pointer;
  float: right;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.friends-window-request-add-btn {
  width: 120px;
  background-image: url(/oyna/img/base/friends/friends_add_btn.png);
}

.friends-window-request-add-btn:hover {
  transform: scale(1.05);
}

.firends-window-request-btn {
  width: 158px;
  background-image: url(/oyna/img/base/friends/friends_request_btn.png);
}

.firends-window-request-btn:hover {
  transform: scale(1.05);
}

.friends-window-cover {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  padding-top: 50px;
  padding-right: 200px;
}

.friends-cover-picture {
  width: 130px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.friends-window-friends-tab .friends-cover-picture {
  background-image: url(/oyna/img/base/friends/friends_friends.png);
}

.friends-window-request-tab .friends-cover-picture {
  background-image: url(/oyna/img/base/friends/friends_request.png);
}

.friends-cover-text {
  text-align: center;
  height: 30px;
  color: white;
  line-height: 30px;
  width: 100%;
  font-size: 1.5em;
}

.friends-window-norequest-cover {
  padding-right: 200px;
  width: 100%;
  height: 274px;
}

.friends-window-nofriends-cover {
  height: 100%;
}

.friends-window-right-title {
  color: white;
  height: 37px;
  width: 100%;
  line-height: 37px;
  font-size: 1.2em;
}

.friends-content-add-friend-window {
  display: none;
}

.friends-content-add-friend-content {
  position: absolute;
  top: 21px;
  left: 90px;
  width: 727px;
  height: 385px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/oyna/img/base/friends/add_friends_window_bg.png);
  z-index: 1999;
}

.friends-content-add-friend-window-title {
  height: 50px;
  color: #5E839D;
  text-align: center;
  line-height: 50px;
  font-size: 1.4em;
  position: relative;
}

.friends-content-add-friend-close-btn {
  float: left;
  margin-left: 18px;
  margin-top: 6px;
  width: 46px;
  height: 46px;
  background-image: url(/oyna/img/base/friends/game_back_btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
}

.friends-content-add-friend-close-btn:hover {
  transform: scale(1.05);
}

.friends-content-add-friend-search-panel {
  width: 100%;
  height: 103px;
  padding-top: 28px;
  padding-left: 156px;
}

.friend-content-add-friend-input-holder {
  height: 30px;
  width: 326px;
  padding: 0px;
  padding-left: 7px;
  float: left;
  background-image: url(/oyna/img/base/general_chat/general_chat_input_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 13px;
  margin-right: 12px;
}

.friend-content-add-friend-input {
  height: 30px;
  line-height: 30px;
  width: 100%;
  /* font-size: 1.1em; */
  font-size: 14px;
  background-color: transparent;
}

.friends-content-add-friend-search-btn {
  cursor: pointer;
  float: left;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 126px;
  background-image: url(/oyna/img/base/friends/friends_add_btn.png);
  font-size: 20px;
}

.friends-content-add-friend-search-btn:hover {
  transform: scale(1.05);
}

.friends-content-add-friend-last-played-title {
  width: 100%;
  height: 34px;
  line-height: 30px;
  text-align: center;
  color: #5E839D;
  font-size: 28px;
}

.friends-content-add-friend-last-played-panel {
  width: 100%;
  height: 230px;
}

.friends-content-add-friend-scroll-panel {
  width: 100%;
  height: 197px;
  overflow: auto;
}

.friends-content-add-friend-row-wrapper {
  width: 100%;
  height: 145px;
  padding-top: 8px;
}

.friends-add-window-row, .friends-add-window-row-master {
  float: left;
  width: 162px;
  height: 58px;
  margin-left: 14px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  background-image: url(/oyna/img/base/friends/friends_row_background.png);
}

.friends-add-row-icon {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 60px;
  height: 58px;
  background-image: url(/oyna/img/base/friends/friends_border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
  float: left;
  background-position-x: -3px;
}

.friends-add-row-icon-vip {
  background-image: url(/oyna/img/base/friends/friends_border_vip.png);
}

.friends-add-row-icon-circle {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 13px;
  left: 8px;
}

.friends-add-row-icon-pic {
  position: relative;
  top: -2px;
  left: -2px;
  width: 43px;
  height: 44px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.friends-add-row-body {
  position: absolute;
  width: 90px;
  height: 46px;
  top: 2px;
  left: 64px;
}

.friends-add-row-nickname {
  padding-left: 9px;
  width: 95px;
  height: 23px;
  color: #F3C81A;
}

.friends-add-row-body-buttons {
  width: 94px;
  height: 25px;
}

.friends-add-row-body-btn {
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: white;
  width: 84px;
  height: 34px;
}

.friends-add-row-body-btn:hover {
  transform: scale(1.05);
}

.friends-add-row-body-add {
  background-image: url(/oyna/img/base/friends/friends_accept_btn.png);
}

.friends-add-row-body-remove {
  display: none;
  background-image: url(/oyna/img/base/friends/friends_reject_btn.png);
}

.friends-add-row-previous-next-panel {
  width: 100%;
  height: 49px;
  overflow: hidden;
  padding-left: 112px;
}

.friends-add-row-previous-next-buttons {
  float: left;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: white;
  transition: transform 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 126px;
  background-image: url(/oyna/img/base/friends/friends_add_btn.png);
  font-size: 20px;
  cursor: pointer;
}

.friends-add-row-previous-next-buttons:hover {
  transform: scale(1.05);
}

.friends-add-row-previous-btn {
  display: block;
}

.friends-add-row-middle-text {
  height: 49px;
  width: 245px;
  line-height: 49px;
  color: white;
  float: left;
  font-size: 22px;
  text-align: center;
}

.friends-add-row-next-btn {
  display: block;
}

.friends-content-add-friend-cover {
  width: 100%;
  height: 200px;
  padding-top: 71px;
}

.freinds-content-add-friend-cover-text {
  text-align: center;
  color: #5E839D;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
}

.general-chat-complaint-window {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 12px;
  display: none;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/general_chat/complaint_window_bg.png);
  position: absolute;
  top: 145px;
  left: 121px;
  width: 296px;
  height: 200px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.general-complaint-close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 4px;
  background-image: url(/oyna/img/base/general_chat/general_chat_close_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general-complaint-close-btn:hover {
  transform: scale(1.05);
}

.general-chat-complaint-title {
  color: white;
  width: 256px;
  height: 20px;
  margin-top: 14px;
  margin-bottom: 5px;
  margin-left: 10px;
  text-align: center;
  line-height: 18px;
  font-size: 0.9em;
}

.general-chat-complaint-row {
  text-align: center;
  width: 255px;
  height: 37px;
  margin-bottom: 4px;
  margin-left: 10px;
  position: relative;
  line-height: 34px;
}

.general-chat-complaint-option {
  position: absolute;
  top: 6px;
  right: 11px;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.general-chat-opt-selected {
  background-image: url(/oyna/img/base/general_chat/complaint_tik_bg.png);
}

.general-chat-complaint-send-btn {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 6px;
  width: 116px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/general_chat/complaint_send_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 35px;
  transition: all 0.2s ease;
}

.general-chat-complaint-send-btn:hover {
  transform: scale(1.05);
}

.general-chat-window {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 12px;
  display: none;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/general_chat/general_chat_bg.png);
  position: absolute;
  top: 100px;
  left: 500px;
  width: 548px;
  height: 452px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 19999;
}

.general-chat-header {
  width: 100%;
  position: relative;
  height: 57px;
  padding-top: 12px;
}

.general-chat-header-title {
  height: 36px;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/base/general_chat/general_chat_header_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.general-chat-header-title div {
  float: left;
  text-align: center;
  height: 100%;
  line-height: 40px;
}

.general-chat-header-general {
  color: white;
  width: 149px;
  cursor: pointer;
}

.general-chat-header-middle {
  color: white;
  width: 89px;
}

.general-chat-header-private {
  color: white;
  width: 149px;
  cursor: pointer;
}

.general-chat-header-selected {
  color: #FCB13C;
}

.general-chat-close-btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 28px;
  top: 17px;
  background-image: url(/oyna/img/base/general_chat/general_chat_close_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general-chat-close-btn:hover {
  transform: scale(1.2);
}

.general-chat-body {
  margin-top: 0px;
  width: 100%;
  height: 375px;
}

.gb-okey101 .general-chat-body,.gb-okey .general-chat-body,.gb-pisti .general-chat-body{
  overflow: hidden;
}

.general-chat-body-general {
  width: 100%;
  height: 100%;
  position: relative;
}

.general-chat-body-control-panel {
  display: none;
  top: 0px;
  left: 10px;
  position: absolute;
  width: 96px;
  height: 34px;
}

.small-chat .general-chat-body-control-panel {
  top: -6px;
  left: -9px;
  transform: scale(0.64);
}

.general-chat-body-control-options-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  line-height: 32px;
  background-image: url(/oyna/img/base/general_chat/control_green_btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general-chat-body-control-options-btn:hover {
  transform: scale(1.05);
}

.general-chat-body-control-optoions-panel {
  display: none;
  position: absolute;
  top: 62px;
  left: -4px;
}

.general-chat-body-control-optoions-panel div {
  text-align: center;
  color: white;
  width: 150px;
  cursor: pointer;
  height: 36px;
  line-height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.general-chat-body-control-optoions-panel div:hover {
  transform: scale(1.05);
}

.general-chat-body-control-clean-chat-btn {
  background-image: url(/oyna/img/base/general_chat/control_red_long_btn.png);
}

.general-chat-body-control-close-chat-btn {
  background-image: url(/oyna/img/base/general_chat/control_red_long_btn.png);
}

.general-chat-body-control-open-chat-btn {
  background-image: url(/oyna/img/base/general_chat/control_green_long_btn.png);
}

.general-chat-body-top-buttons {
  height: 36px;
  width: 526px;
}

.general-chat-body-top-right-buttons {
  width: 148px;
  height: 100%;
  float: right;
  margin-right: 5px;
}

.general-chat-body-top-right-btn {
  width: 32px;
  height: 32px;
  float: right;
  margin-right: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general-chat-body-top-right-btn:hover {
  transform: scale(1.05);
}

.general-chat-body-top-complain-btn {
  background-image: url(/oyna/img/base/general_chat/tiny_complaint_bg.png);
}

.general-chat-body-top-drag-btn {
  background-image: url(/oyna/img/base/general_chat/tiny_hold_bg.png);
}

.general-chat-body-top-maximize-btn {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 6px;
  background-image: url(/oyna/img/base/general_chat/tiny_maximize_bg.png);
}

.general-chat-body-top-maximize-btn:hover {
  transform: scale(1.05);
}

.general-chat-body-top-minimize-btn {
  background-image: url(/oyna/img/base/general_chat/tiny_minimize_bg.png);
}

.general-chat-body-top-magnify-btn {
  cursor: pointer;
}

.chat-magnify-plus {
  background-image: url(/oyna/img/base/general_chat/magnify_plus_bg.png);
}

.chat-magnify-minus {
  background-image: url(/oyna/img/base/general_chat/magnify_minus_bg.png);
}

.general-chat-text-panel {
  margin-top: 10px;
  padding-top: 10px;
  width: 511px;
  margin-left: 7px;
  height: 321px;
  background-image: url(/oyna/img/base/general_chat/general_chat_text_bg.png);
  background-size: 100% 85%;
  background-repeat: no-repeat;
  position: relative;
}


.private-chat-text-panel {
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 324px;
  margin-left: 7px;
  height: 321px;
  background-image: url(/oyna/img/base/general_chat/general_chat_text_private_bg.png);
  background-size: 100% 85%;
  background-repeat: no-repeat;
  position: relative;
}

.general-chat-text-scroll-container {
  width: 496px;
  height: 260px;
  margin-bottom: 8px;
  overflow: auto;
  position: relative;
}

.private-chat-text-scroll-container {
  width: 309px;
  height: 260px;
  margin-bottom: 8px;
  overflow: auto;
  position: relative;
}

.general-chat-go-down-btn, .private-chat-go-down-btn {
  display: none;
  transform-origin: 100%;
  position: absolute;
  right: -2px;
  bottom: 79px;
  transition: all 0.2s ease;
  width: 115px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding-left: 40px;
  font-size: 1.2em;
  background-image: url(/oyna/img/base/general_chat/go_down_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.general-chat-go-down-btn:hover, .private-chat-go-down-btn:hover {
  transform: scale(1.05);
}






.team-chat-text-row, .team-chat-text-row-master{
  width: 100%;
  clear: both;
  padding-left: 0px;
  overflow: hidden !important;
  position:relative;
  margin-bottom: 10px;
}


.team-chat-text-row-join-req .team-join-req-panel{
  display: block;
}



.team-chat-text-row-joined-or-left .team-chat-text-row-icon{
  display: none;
}





.team-chat-text-row-joined-or-left .team-chat-text-row-nick{
  display: none;
}


.team-chat-text-row-joined-or-left .team-chat-text-row-message::after{
  display: none;
}


.general-chat-text-row, .general-chat-text-row-master {
  width: 100%;
  clear: both;
  padding-left: 14px;
  overflow: hidden !important;
}

.general-chat-text-row-right {
  padding-left: 0px;
  padding-right: 14px;
}

.team-chat-text-row-right {
  padding-left: 0px;
  padding-right: 0px;
}

.general-chat-text-row-icon {
  width: 70px;
  height: 70px;
  background-image: url(/oyna/img/base/general_chat/chat_panel_brofile_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 16px;
  float: left;
}

.gb-pisti .general-chat-text-row-icon{
  background-image:none;
}

.gb-pisti .team-chat-text-row-icon{
 padding-top: 0px;
    transform: scale(0.88);
    position: relative;
    top: -5px;
    background-image: none;
    height: 50px;
}


.gb-pisti .team-chat-text-row-gift-sent .team-chat-text-row-icon{
  transform: scale(0.8);
  margin-top: 1px;

}


.gb-pisti .team-chat-text-row-join-req .team-chat-text-row-icon{
  transform: scale(0.88);
    margin-top: 6px;

}


.team-chat-text-row-icon {
  width: 65px;
  height: 70px;
  background-image: url(/oyna/img/base/general_chat/chat_panel_brofile_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 16px;
  float: left;
}





.gb-okey101 .general-chat-text-row-icon, .gb-okey .general-chat-text-row-icon{
  background-image:none;
}

.general-chat-text-row-icon-vip {
  background-image: url(/oyna/img/base/general_chat/chat_panel_profile_vip_bg.png);
}

.team-chat-text-row-icon-vip {
  background-image: url(/oyna/img/base/general_chat/chat_panel_profile_vip_bg.png);
}

.gb-okey101 .general-chat-text-row-icon-vip, .gb-okey .general-chat-text-row-icon-vip,.gb-pisti .general-chat-text-row-icon-vip{
  background-image:none;
}

.gb-pisti .team-chat-text-row-icon-vip{
  background-image:none;
}

.general-chat-text-row-icon-circle {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100px;
  margin-left: 13px;
}


.team-chat-text-row-icon-circle {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100px;
  margin-left: 13px;
}

.general-chat-text-row-icon-pic {
  position: relative;
  top: -2px;
  left: -2px;
  width: 48px;
  height: 48px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}


.team-chat-text-row-icon-pic {
  position: relative;
  top: -2px;
  left: -2px;
  width: 48px;
  height: 48px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.team-chat-text-panel .team-chat-text-row-icon-pic{
  left:3px;
}

.gb-okey101 .general-chat-text-row-icon-pic,.gb-okey .general-chat-text-row-icon-pic, .gb-pisti .general-chat-text-row-icon-pic{
  width: 95px;
  height: 95px;
}

.gb-pisti .team-chat-text-row-icon-pic{
  width: 105px;
    height: 105px;
    left: -3px;
}




.general-chat-text-row-icon-pic:hover {
  transform: scale(1.05);
}


.team-chat-text-row-icon-pic:hover {
  transform: scale(1.05);
}

.general-chat-text-row-content {
  float: left;
  min-height: 70px;
  min-width: 100px;
  font-size: 0.9em;
  margin-top: 16px;
}


.team-chat-text-row-content {
 float: left;
    min-height: 55px;
    min-width: 226px;
    font-size: 0.9em;
    margin-top: 16px;
}

.gb-pisti .team-chat-text-row-content{
    margin-top: 0px;
}

.general-chat-body-private .general-chat-text-row-content {
  min-height: 50px;
}


.team-chat-body-private .team-chat-text-row-content {
  min-height: 50px;
}

.general-chat-text-row-nick {
  width: 100px;
  height: 20px;
  color: white;
  margin-left: 6px;
}


.team-chat-text-row-nick {
  width: 200px;
    height: 20px;
    color: black;
    margin-left: 0px;
    font-size: 15px;
    overflow: hidden;
}

.team-chat-text-row-gift-sent{
  position:relative;
  top:-4px;
}


.team-chat-text-row-join-req .team-chat-text-row-nick {
      position: relative;
    top: 19px;
}



.genral-chat-text-row-right .general-chat-text-row-nick {
  text-align: right;
}



.team-chat-text-row-right .team-chat-text-row-nick {
  text-align: right;
}


.general-chat-text-row-message {
  min-width: 100px;
  min-height: 32px;
  max-width: 210px;
  text-align: left;
  padding: 10px;
  margin-left: 5px;
  background-color: white;
  border-radius: 2px;
  position: relative;
  /*
  background-image: url(/oyna/img/base/general_chat/chat_panel_text_left_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;*/
}

.team-chat-text-row-message {
 min-width: 226px;
    min-height: 32px;
    max-width: 226px;
    text-align: left;
    padding: 10px;
    margin-left: 5px;
    background: linear-gradient(to top, #d8b778 0%, #f6e7c3 100%);
    border-radius: 6px;
    position: relative;
  /*
  background-image: url(/oyna/img/base/general_chat/chat_panel_text_left_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;*/
}

.team-chat-text-row-gift-sent .team-chat-text-row-message {
 background: none;
    padding-left: 0px;
    margin-left: 0px;
}


.team-chat-text-row-join-req .team-chat-text-row-message {
 background: none;
    padding-left: 0px;
    margin-left: 0px;
 
}



.private-chat-panel .cbg-1 .general-chat-text-row-message{
  background-color: #f1c513;
}

.private-chat-panel .cbg-2 .general-chat-text-row-message{
  background-color: #25a0e7;
}



.gb-okey101 .small-chat .general-chat-text-row-message{
  max-width: 450px;
}

.gb-okey101 .general-chat-text-row-message{
  max-width: 380px;
}


.generel-chat-text-row-message-bg{
  display: none;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  min-height: 37px;
}


.team-chat-text-row-message-bg{
  display: none;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  min-height: 37px;
}

.general-chat-text-row-message-bg-left{
  position: absolute;
    height: 100%;
    width: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/chat/gold_left.png);
}




.team-chat-text-row-message-bg-left{
  position: absolute;
    height: 100%;
    width: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/chat/gold_left.png);
}

.general-chat-text-row-message-bg-middle{
  position: absolute;
  left: 20px;
  right: 20px;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/chat/gold_middle.png);
}


.team-chat-text-row-message-bg-middle{
  position: absolute;
  left: 20px;
  right: 20px;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/chat/gold_middle.png);
}

.general-chat-text-row-message-bg-right{
  position: absolute;
    height: 100%;
    width: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/chat/gold_right.png);
    right: 0px;
}


.team-chat-text-row-message-bg-right{
  position: absolute;
    height: 100%;
    width: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/chat/gold_right.png);
    right: 0px;
}


.general-chat-text-panel .cbg-1  .general-chat-text-row-message{

  background-color:transparent;
  background-color: transparent;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 14px;
    min-width: 95px;
  
}



.team-chat-text-panel .cbg-1  .team-chat-text-row-message{

  background-color:transparent;
  background-color: transparent;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 14px;
    min-width: 95px;
  
}

.gb-okey101 .general-chat-window .cbg-no .general-chat-text-row-message{
  background-color:transparent;
  background-image: none;
}

.general-chat-window .cbg-no .general-chat-text-row-message{
  background-color:transparent;
  background-image: none;
}


.team-chat-window .cbg-no .team-chat-text-row-message{
  background-color:transparent;
  background-image: none;
}

.general-chat-text-panel .cbg-1  .generel-chat-text-row-message-bg,.general-chat-text-panel .cbg-2  .generel-chat-text-row-message-bg{
  display: block;
}

.team-chat-text-panel .cbg-1  .team-chat-text-row-message-bg,.team-chat-text-panel .cbg-2  .team-chat-text-row-message-bg{
  display: block;
}


.general-chat-text-panel .cbg-no  .generel-chat-text-row-message-bg,.general-chat-text-panel .cbg-no  .generel-chat-text-row-message-bg{
  display: none;
}


.team-chat-text-panel .cbg-no  .team-chat-text-row-message-bg,.team-chat-text-panel .cbg-no  .team-chat-text-row-message-bg{
  display: none;
}

.cbg-2 .general-chat-text-row-message-bg-left{
  background-image: url(/oyna/img/okey101/chat/blue_left.png);
}

.cbg-2 .team-chat-text-row-message-bg-left{
  background-image: url(/oyna/img/okey101/chat/blue_left.png);
}

.cbg-2 .general-chat-text-row-message-bg-middle{
  background-image: url(/oyna/img/okey101/chat/blue_middle.png);
}

.cbg-2 .team-chat-text-row-message-bg-middle{
  background-image: url(/oyna/img/okey101/chat/blue_middle.png);
}

.cbg-2 .general-chat-text-row-message-bg-right{
  background-image: url(/oyna/img/okey101/chat/blue_right.png);
}


.cbg-2 .team-chat-text-row-message-bg-right{
  background-image: url(/oyna/img/okey101/chat/blue_right.png);
}

.general-chat-text-panel .cbg-2  .general-chat-text-row-message{
  background-color: transparent;
    padding-left: 23px;
    padding-right: 23px;
  background-color:transparent;
  padding-bottom: 14px;;
  min-width: 95px;
}


.team-chat-text-panel .cbg-2  .team-chat-text-row-message{
  background-color: transparent;
    padding-left: 23px;
    padding-right: 23px;
  background-color:transparent;
  padding-bottom: 14px;;
  min-width: 95px;
}

.general-chat-text-row-message-inside {
  overflow: hidden;
  position:relative;
  word-wrap: break-word;
}

.team-chat-text-row-message-inside {
  overflow: hidden;
  position:relative;
  word-wrap: break-word;
}



.team-chat-text-row-join-req .team-chat-text-row-message-inside{
       position: relative;
    top: -13px;
    left: 80px;
    width: 151px;
}

.team-chat-text-row-gift-sent .team-chat-text-row-message-inside{
  width: 132px;
  top: -4px;
}

.team-join-req-panel{
  display: none;
}

.team-join-levave-message{
  display: none;
}

.team-join-accept-req-wrapper{
        display: block;
    width: 151px;
    height: 28px;
    position: relative;
    top: -11px;
    left: 73px;
}



.team-chat-gift-sent-bg{
      display: none;
    position: absolute;
    top: 0px;
    left: 1px;
    width: 295px;
    border-radius: 6px;
    height: 66px;
    background: linear-gradient(to top, #dea135 0%, #ffe5c7 100%);
}

.team-chat-text-row-gift-sent .team-chat-gift-sent-bg{
  display: block;
}


.team-chat-text-row-join-req .team-chat-gift-sent-bg{
     display: block;
    background: linear-gradient(to top, #63819a 0%, #86abd6 100%);
    top: 1px;
    height: 81px;
}



.chat-row-gift-collect-btn{
 display: none;
    margin-right: 0px;
    position: absolute;
    top: 2px;
    right: 7px;
    cursor: pointer;
    width: 116px;
    height: 52px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #161005;
    text-align: center;
    font-size: 22px;
    font-family: 'DINPro-CondensedBlack';
    margin-top: 6px;
    font-weight: 200;
    background-image: url(/oyna/img/pisti/treasure/team_collect_btn.png);
    padding-left: 26px;
    line-height: 52px;
    color: white;
    font-family: fantasy;
    -webkit-text-stroke: 0.5px gray;

}



.team-chat-text-row-gift-sent .chat-row-gift-collect-btn{
  display: block;

}

.chat-row-gift-collect-btn:hover{
  transform: scale(1.05);
}

.team-row-gift-chip-panel{
      background-image: url(/oyna/img/pisti/treasure/chip_img.png);
    width: 32px;
    position: absolute;
    left: 15px;
    top: 10px;
    height: 29px;
    background-size: 100%;
    background-repeat: no-repeat;

}

.team-row-gift-chip-panel-txt{
  position: absolute;
    width: 42px;
    height: 10px;
    text-align: center;
    color: white;
    bottom: 19px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 16px;
    font-family: fantasy;
    left: -6px;
}


.team-join-req-btn{
      display: inline-block;
    cursor: pointer;
    width: 60px;
    color: yellow;
    height: 25px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: yellow;
    text-align: center;
    font-size: 13px;
    font-family: fantasy;
    line-height: 25px;
    margin-top: 2px;
    font-weight: 200;
    margin-right: 7px;
    -webkit-text-stroke: 0.5px gray;

}

.team-join-req-accept-btn{
  background-image: url(/oyna/img/pisti/team/panel/TeamGreenButton.png);
}

.team-join-req-accept-btn:hover{
  transform:scale(1.05);
}

.team-join-req-reject-btn{
  background-image: url(/oyna/img/pisti/team/panel/TeamRedButton.png);
}


.team-join-req-reject-btn:hover{
  transform:scale(1.05);
}



.general-chat-text-row-message-inside img {
  width: 75px;
  height: 75px;
}


.team-chat-text-row-message-inside img {
  width: 75px;
  height: 75px;
}

.general-chat-text-row-complaint {
  position: absolute;
  background-image: url(/oyna/img/base/general_chat/chat_complaint_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  right: 0;
  margin-top: -8px;
  margin-right: -12px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.team-chat-text-row-complaint {
  position: absolute;
  background-image: url(/oyna/img/base/general_chat/chat_complaint_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  right: 0;
  margin-top: -8px;
  margin-right: -12px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cbg-no .general-chat-text-row-complaint{
  display: none;
}


.cbg-no .team-chat-text-row-complaint{
  display: none;
}


.general-chat-text-row-complaint:hover {
  transform: scale(1.2);
}


.team-chat-text-row-complaint:hover {
  transform: scale(1.2);
}


.general-chat-text-row-right .general-chat-text-row-complaint {
  display: none;
}


.team-chat-text-row-right .team-chat-text-row-complaint {
  display: none;
}

.general-chat-text-row-right .general-chat-text-row-message::after {
  content: '';
  position: absolute;
  left: unset;
  right: 0;
  top: 12px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  border-top: 0;
  margin-top: -5px;
  margin-right: -5px;
}


.team-chat-text-row-right .team-chat-text-row-message::after {
  content: '';
  position: absolute;
  left: unset;
  right: 0;
  top: 12px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #fdd144;
  border-right: 0;
  border-top: 0;
  margin-top: -5px;
  margin-right: -5px;
}


.team-chat-text-row-gift-sent  .team-chat-text-row-message::after {
  display: none;

}


.team-chat-text-row-join-req .team-chat-text-row-message::after {
  display: none;

}


.private-chat-panel .general-chat-text-row-right.cbg-1  .general-chat-text-row-message::after {
  border-left-color: #f1c513;
}

.private-chat-panel .cbg-2 .general-chat-text-row-right.cbg-1 .general-chat-text-row-message::after {
  border-left-color: #25a0e7;
}


.general-chat-text-row-message::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  border-left: 0;
  border-top: 0;
  margin-top: -5px;
  margin-left: -5px;
}


.team-chat-text-row-message::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #e7d6ae;
  border-left: 0;
  border-top: 0;
  margin-top: -5px;
  margin-left: -5px;
}


.cbg-1 .general-chat-text-row-message::after{
  border-right-color: #f1c513;
}


.cbg-1 .team-chat-text-row-message::after{
  border-right-color: #f1c513;
}

.cbg-2 .general-chat-text-row-message::after{
  border-right-color: #25a0e7;
}

.cbg-2 .team-chat-text-row-message::after{
  border-right-color: #25a0e7;
}

.private-chat-pane .cbg-1 .general-chat-text-row-message::after{
  border-left-color: #f1c513;
}

.private-chat-pane .cbg-2 .general-chat-text-row-message::after{
  border-left-color: #25a0e7;
}

.private-chat-panel  .general-chat-text-row-right.cbg-1 .general-chat-text-row-message::after {
  border-left-color: #f1c513;
}

.private-chat-panel  .general-chat-text-row-right.cbg-2 .general-chat-text-row-message::after {
  border-left-color: #25a0e7;
}

.gb-okey101 .general-chat-text-panel .cbg-1  .general-chat-text-row-message::after ,.gb-okey101 .general-chat-text-panel .cbg-2  .general-chat-text-row-message::after,.gb-okey101 .cbg-no .general-chat-text-row-message::after,
.gb-okey .general-chat-text-panel .cbg-1  .general-chat-text-row-message::after ,.gb-okey .general-chat-text-panel .cbg-2  .general-chat-text-row-message::after,.gb-okey .cbg-no .general-chat-text-row-message::after,
.gb-pisti .general-chat-text-panel .cbg-1  .general-chat-text-row-message::after ,.gb-pisti .general-chat-text-panel .cbg-2  .general-chat-text-row-message::after,.gb-pisti .cbg-no .general-chat-text-row-message::after{
  display: none;
}




.general-chat-text-row-right .general-chat-text-row-icon {
  float: right;
}


.team-chat-text-row-right .team-chat-text-row-icon {
  float: right;
}

.general-chat-text-row-right .general-chat-text-row-content {
  float: right;
}


.team-chat-text-row-right .team-chat-text-row-content {
  min-width: 236px;
  float: right;
}

.general-chat-text-row-right .general-chat-text-row-message {
  margin-left: 0px;
  margin-right: 5px;
}


.team-chat-text-row-right .team-chat-text-row-message {
  margin-left: 0px;
  margin-right: 5px;
  background-color:#dcb0e9;
  background: linear-gradient(to bottom, #fdd144 0%, #dea721 100%);
}

.general-chat-text-row-right .general-chat-text-row-nick {
  margin-left: 0px;
  margin-right: 6px;
  text-align: right;
  width: 100%;
  padding-right: 10px;
}


.team-chat-text-row-right .team-chat-text-row-nick {
  margin-left: 0px;
  margin-right: 6px;
  text-align: left;
  width: 100%;
  padding-right: 10px;
}

.general-chat-text-row-right-message::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  border-top: 0;
  margin-top: -5px;
  margin-right: -10px;
}

.team-chat-text-row-right-message::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  border-top: 0;
  margin-top: -5px;
  margin-right: -10px;
}


.team-chat-text-row-joined-or-left .team-chat-text-row-content{
  min-height: 35px;
  min-width: 298px;
  float:unset;
}



.general-chat-input-panel {
  width: 509px;
  height: 50px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  position: relative;
}


.team-chat-input-panel {
  width: 509px;
  height: 50px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
}

.gb-okey .general-chat-input-panel{
  overflow: hidden;
}

.private-chat-input-panel {
  width: 322px;
  height: 50px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  position: relative;
}

.general-chat-input-text {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 1.4em;
  background-color: transparent;
}

.private-chat-input-text {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 1.4em;
  background-color: transparent;
}

.general-chat-input-text-holder {
  height: 36px;
  width: 421px;
  padding: 0px;
  padding-left: 5px;
  float: left;
  background-image: url(/oyna/img/base/general_chat/general_chat_input_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gb-okey101 .general-chat-input-text-holder,.gb-okey .general-chat-input-text-holder,.gb-pisti .general-chat-input-text-holder{
  width: 376px;
}

.private-chat-input-text-holder {
  width: 234px;
  height: 36px;
  padding: 0px;
  padding-left: 5px;
  float: left;
  background-image: url(/oyna/img/base/general_chat/general_chat_private_input_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gb-okey101 .private-chat-input-text-holder,.gb-okey .private-chat-input-text-holder,.gb-pisti .private-chat-input-text-holder{
  width: 190px;
}

.general-chat-body-private {
  display: none;
}

.general-chat-users-panel {
  float: left;
  width: 180px;
  height: 320px;
  margin-left: 7px;
  margin-top: 10px;
  background-image: url(/oyna/img/base/general_chat/general_chat_users_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.team-chat-text-row-joined-or-left  .team-chat-text-row-message{
  min-width: 212px;
  min-height: 30px;
  max-width: 295px;
  background-color: #40845e;
  background: linear-gradient(to bottom, #3d8c5d 0%, #64d997 100%);
}

.team-chat-text-row-left  .team-chat-text-row-message{
  background-color:#7599bd;
  background: linear-gradient(to top, #63819a 0%, #86abd6 100%);
}

.general-chat-users-scroll-container {
  width: 176px;
  height: 285px;
  margin-top: 21px;
  margin-bottom: 21px;
  overflow: auto;
}

.general-chat-users-row, .general-chat-users-row-master {
  height: 72px;
  width: 178px;
  position: relative;
}

.general-chat-users-row-delete {
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  top: 30px;
  left: 0px;
  background-image: url(/oyna/img/base/general_chat/users_close_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.general-chat-users-row-delete:hover {
  transform: scale(1.05);
}

.general-chat-users-row-body {
  margin-left: 15px;
  height: 73px;
  width: 157px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transform-origin: right;
  transition: all 0.2s ease;
}

.general-chat-users-row-body:hover {
  transform: scale(1.03);
}

.general-chat-users-badge {
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  left: 48px;
  font-size: 0.8em;
  top: 7px;
  line-height: 22px;
  background-image: url(/oyna/img/base/header/global_chat_badge.png);
  color: black;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.general-chat-users-online {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 49px;
  left: 48px;
  background-image: url(/oyna/img/base/friends/online_bg.png);
}

.general-chat-users-row-standard-selected {
  background-image: url(/oyna/img/base/general_chat/chat_panel_users_active.png);
}

.general-chat-users-row-standard {
  background-image: url(/oyna/img/base/general_chat/chat_panel_users_inactive.png);
}

.general-chat-users-row-vip {
  background-image: url(/oyna/img/base/general_chat/chat_panel_users_inactive_vip.png);
}

.general-chat-users-row-vip-selected {
  background-image: url(/oyna/img/base/general_chat/chat_panel_users_active_vip.png);
}

.general-chat-users-icon-circle {
  width: 51px;
  height: 54px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  left: 12px;
}

.general-chat-users-icon-pic {
  position: relative;
  top: -6px;
  left: -8px;
  width: 62px;
  height: 61px;
  background-image: url(/oyna/img/base/general_chat/guest.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.general-chat-users-content {
  position: absolute;
  width: 86px;
  height: 61px;
  top: 10px;
  left: 69px;
  font-size: 15px;
}

.general-chat-users-nick {
  margin-top: 10px;
  width: 72px;
  color: white;
  height: 23px;
  font-size: 13px;
  overflow: hidden;
  line-height: 23px;
}

.general-chat-users-time {
  width: 100%;
  color: white;
  height: 18px;
  font-size: 13px;
}

.general-chat-body-top-left-buttons {
  float: left;
  height: 100%;
  width: 210px;
  margin-left: 162px;
}

.general-chat-body-top-left-btn {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  width: 100px;
  height: 38px;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 35px;
  transition: all 0.2s ease;
}

.general-chat-body-top-left-btn:hover {
  transform: scale(1.05);
}

.general-chat-body-ban-button {
  background-image: url(/oyna/img/base/general_chat/middle_block_btn_bg.png);
}

.general-chat-body-shake-button {
  background-image: url(/oyna/img/base/general_chat/middle_shake_btn_bg.png);
}

.general-chat-world-icon {
  width: 50px;
  height: 50px;
  /* margin-left: 10px; */
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: 100%;
  transition: all 0.2s ease;
  /* background-image: url(/oyna/img/base/general_chat/tiny_hold_bg.png); */
  background-image: url(/oyna/img/base/header/general_chat_btn_ico.png);
  cursor: pointer;
}

.general-chat-world-icon:hover {
  transform: scale(1.05);
}

.private-chat-window {
  display: none;
  font-family: 'DINPro-CondensedBold';
  position: absolute;
  top: 100px;
  left: 500px;
  width: 530px;
  height: 254px;
  z-index: 19999;
}

.small-chat {
  width: 400px;
  ;
  height: 300px;
}

.small-chat .general-chat-header-title {
  width: 313px;
}

.small-chat .general-chat-header-general {
  width: 113px;
}

.small-chat .general-chat-header-private {
  width: 106px;
}

.small-chat .general-chat-close-btn {
  right: 2px;
  top: 2px;
}

.small-chat .general-chat-body-top-buttons {
  width: 386px;
}

.small-chat .general-chat-body-top-right-btn {
  width: 24px;
  height: 24px;
}

.small-chat .general-chat-body-top-buttons {
  height: 27px;
}

.small-chat .general-chat-header {
  height: 41px;
}

.small-chat .general-chat-header-title {
  height: 25px;
}

.small-chat .general-chat-header-title div {
  line-height: 27px;
}

.small-chat .general-chat-body {
  height: 238px;
}

.small-chat .general-chat-text-panel {
  margin-left: -95px;
  margin-top: -50px;
  transform: scale(0.64);
  width: 567px;
}

.small-chat .general-chat-send-btn, .small-chat .private-chat-send-btn {
  width: 76px;
  height: 29px;
  line-height: 28px;
  margin-right: 4px;
  margin-top: 0px;
}

.team-chat-send-btn{
  cursor: pointer;
    width: 76px;
    height: 29px;
    line-height: 28px;
    margin-right: 4px;
    text-align: center;
    margin-top: 0px;
    float: left;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/show_btn.png);
    margin-top: 4px;
    color: #540a0a;
}

.team-chat-send-btn{
  transform: scale(1.05);
}

.small-chat .general-chat-text-scroll-container {
  width: 565px;
  height: 254px;
  top: -41px;
}

.small-chat .general-chat-input-panel {
  width: 567px;
  top: -37px;
}

.small-chat .general-chat-send-btn {
  width: 118px;
  height: 34px;
  margin-top: 1px;
}

.small-chat .general-chat-input-text-holder {
  width: 440px;
}

.gb-okey101 .small-chat .general-chat-input-text-holder,.gb-okey .small-chat .general-chat-input-text-holder, .gb-pisti .small-chat .general-chat-input-text-holder{
  width: 391px;
}

.general-chat-emoji-btn{
  float: left;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
    right: 305px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/base/ta/emo/emo_1.png);
    margin-left: 8px;
    margin-top: 0px;
}

.general-chat-emoji-btn:hover{
  transform: scale(1.05);
}



.team-chat-emoji-btn{
  float: left;
  width: 38px;
  height: 38px;
  background-size: 100% 100%;
  right: 305px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url(/oyna/img/base/ta/emo/emo_1.png);
  margin-left: 0px;
  margin-top: 0px;
}

.team-chat-emoji-btn:hover{
  transform: scale(1.05);
}

.salon-chat-emoji-btn{
  display: none;
  width: 32px;
  position: absolute;
  height: 32px;
  background-size: 100% 100%;
  right: 118px;
  top: -1px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url(/oyna/img/okey101/emoji/emo0.png);
  margin-left: 11px;
  margin-top: 2px;
}


.salon-chat-emoji-btn:hover{
  transform:scale(1.05);
}

.private-chat-emoji-btn{
  float: left;
  width: 38px;
  height: 38px;
  background-size: 100% 100%;
  right: 305px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url(/oyna/img/base/ta/emo/emo_1.png);
  margin-left: 8px;
  margin-top: 0px;
}

.private-chat-emoji-btn:hover{
  transform: scale(1.05);
}


.table-chat-emoji-btn{
  width: 32px;
    position: absolute;
    height: 32px;
    background-size: 100% 100%;
    right: 305px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/base/ta/emo/emo_1.png);
    margin-left: 11px;
    margin-top: 2px;
    top: 8px;
    right: 125px;
}

.table-chat-emoji-btn:hover{
  transform: scale(1.05);
}

.table-chat-emoji-panel{
  display: none;
    position: absolute;
    top: 330px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.table-chat-emoji-panel.panel-open{
  top:45px;
  display:block;
}


.general-chat-emoji-panel{
  position: absolute;
  top: 330px;
  text-align: center;
  left: 0px;
  width: 100%;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.7);

}

.general-chat-emoji-panel.panel-open{
  top:203px;
}



.team-chat-emoji-panel{
  position: absolute;
  top: 391px;
  text-align: center;
  left: 0px;
  width: 100%;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.7);

}

.team-chat-emoji-panel.panel-open{
  top:303px;
}


.salon-chat-emoji-panel{
  display: none;
  position: absolute;
    top: 518px;
    left: -159px;
    width: 658px;
    height: 112px;
    background-color: rgba(0, 0, 0, 0.5);

}

.private-chat-emoji-panel{
  position: absolute;
  top: 330px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 47px;
  background-color: rgba(0, 0, 0, 0.7);
}

.private-chat-emoji-panel.panel-open{
  top: 226px;
}

.chat-emoji-opt-btn{
  display: inline-block;
    /* float: left; */
    width: 47px;
    /* margin-left: 10px; */
    height: 47px;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/okey101/emoji/emo0.png);
    margin-top: 10px;
    transition: all 0.2s ease;
}


.team-chat-emoji-panel .chat-emoji-opt-btn{
  width: 28px;
  height: 28px;
}

.gb-okey101 .small-chat .general-chat-emoji-panel .chat-emoji-opt-btn{
  width:53px;
  height: 53px;
}

.gb-okey101 .small-chat .private-chat-emoji-panel .chat-emoji-opt-btn{
  width: 34px;
  height: 34px;
  margin-top: 7px;
}

.table-chat-emoji-panel .chat-emoji-opt-btn{
  width: 57px;
  height: 57px;
  margin-top:8px;
}


.chat-emoji-opt-btn:hover{
  transform:scale(1.05);
}



.private-chat-emoji-panel .chat-emoji-opt-btn{
  width: 29px;
  height: 29px;

}


.chat-emoji-1{
  background-image: url(/oyna/img/base/ta/emo/emo_1.png);
}


.chat-emoji-2{
  background-image: url(/oyna/img/base/ta/emo/emo_2.png);
}

.chat-emoji-3{
  background-image: url(/oyna/img/base/ta/emo/emo_3.png);
}

.chat-emoji-4{
  background-image: url(/oyna/img/base/ta/emo/emo_4.png);
}

.chat-emoji-5{
  background-image: url(/oyna/img/base/ta/emo/emo_5.png);
}

.chat-emoji-6{
  background-image: url(/oyna/img/base/ta/emo/emo_6.png);
}

.chat-emoji-7{
  background-image: url(/oyna/img/base/ta/emo/emo_7.png);
}

.chat-emoji-8{
  background-image: url(/oyna/img/base/ta/emo/emo_8.png);
}

.chat-emoji-9{
  background-image: url(/oyna/img/base/ta/emo/emo_9.png);
}

.chat-emoji-10{
  background-image: url(/oyna/img/base/ta/emo/emo_10.png);
}

.chat-emoji-11{
  background-image: url(/oyna/img/base/ta/emo/emo_11.png);
}

.chat-emoji-12{
  background-image: url(/oyna/img/base/ta/emo/emo_12.png);
}

.chat-emoji-13{
  background-image: url(/oyna/img/base/ta/emo/emo_13.png);
}

.chat-emoji-14{
  background-image: url(/oyna/img/base/ta/emo/emo_14.png);
}

.chat-emoji-15{
  background-image: url(/oyna/img/base/ta/emo/emo_15.png);
}

.chat-emoji-16{
  background-image: url(/oyna/img/base/ta/emo/emo_16.png);
}

.chat-emoji-17{
  background-image: url(/oyna/img/base/ta/emo/emo_17.png);
}

.chat-emoji-18{
  background-image: url(/oyna/img/base/ta/emo/emo_18.png);
}

.chat-emoji-19{
  background-image: url(/oyna/img/base/ta/emo/emo_19.png);
}



.small-chat .general-chat-text-row-nick {
  font-size: 22px;
  height: 28px;
}

.small-chat .general-chat-body-top-right-buttons {
  width: 116px;
}

.small-chat .general-chat-body-top-left-buttons {
  margin-left: 93px;
  width: 172px;
}

.small-chat .general-chat-body-top-left-btn {
  width: 81px;
  height: 26px;
  line-height: 22px;
}

.small-chat .general-chat-users-panel {
  margin-left: -27px;
  margin-top: -54px;
  transform: scale(0.64);
}

.small-chat .private-chat-text-scroll-container {
  width: 365px;
}

.small-chat .private-chat-text-panel {
  transform: scale(0.64);
  width: 378px;
  margin-top: -320px;
  margin-left: 62px;
}

.small-chat .general-chat-users-nick {
  font-size: 17px;
}

.small-chat .general-chat-users-time {
  font-size: 16px;
}

.small-chat .general-chat-text-row-message-inside {
  font-size: 22px;
}

.small-chat .private-chat-input-text-holder {
  width: 279px;
}

.gb-okey101 .small-chat .private-chat-input-text-holder,.gb-okey .small-chat .private-chat-input-text-holder,.gb-pisti .small-chat .private-chat-input-text-holder{
  width: 233px;
}

.small-chat .private-chat-input-panel {
  width: 382px;
}

.small-chat .private-chat-send-btn {
  width: 91px;
}

.mini-chat {
  width: 49px;
  height: 70px;
  background-image: none !important;
  padding: unset;
}

.mini-chat .general-chat-header {
  display: none;
}

.mini-chat .general-chat-body {
  display: none;
}

.mini-chat-panel {
  display: none;
  width: 50px;
  height: 70px;
}

.mini-chat .mini-chat-panel {
  display: block;
}

.game-starting-window-v2 {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/game_starting_v3/starting_bg.png);
  top: 351px;
  left: 50%;
  width: 700px;
  height: 282px;
  margin-left: -350px;
  margin-top: -146px;
  background-size: 100% 100%;
  z-index: 800;
  font-size: 1.2em;
}

.gb-pisti .game-starting-window-v2{
  transform: scale(0.78);
}

.gb-okey .game-starting-window-v2 {
  background-image: url(/oyna/img/okey/game_starting_v4/starting_bg.png);
  height: 170px;
  width: 323px;
  margin-left: -162px;
  top: 398px;
  z-index: 798;
}


.gb-zadebul .game-starting-window-v2 {
  background-image: url(/oyna/img/zadebul/game_starting/starting_bg.png);
    height: 356px;
    width: 400px;
    margin-left: -200px;
    top: 333px;
    z-index: 798;
}

.gb-okey101 .game-starting-window-v2{
  background-image: url(/oyna/img/okey101/game_starting_v4/starting_bg_v2.png);
  height: 268px;
  width: 410px;
  margin-left: -204px;
  top: 348px;
  z-index: 798;
}


.gb-okey101 .game-starting-window-tournament{
  background-image: url(/oyna/img/okey101/game_starting_v3/starting_bg_tournament.png);
  height: 224px;
  width: 323px;
  margin-left: -162px;
}

.gb-okey101 .game-starting-window-tournament .game-starting-punishment-option-v2{
  display: none;
}




.game-starting-header-v2 {
  width: 100%;
  height: 84px;
  text-align: center;
  padding-top: 0px;
}

.game-setting-header-v2{
  width: 100%;
  height: 54px;
  text-align: center;
  padding-top: 0px;
}

.gb-okey .game-starting-header-v2
{
  height: 39px;
  padding-top: 0px;
}


.gb-zadebul .game-starting-header-v2
{
  height: 125px;
  padding-top: 0px;
}

.game-starting-header-profile-left{
  position: absolute;
    width: 190px;
    height: 90px;
    left: 0px;
    top: 20px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/zadebul/game_starting/profile_left.png);

}

.game-starting-header-vs{
  position: absolute;
  left: 157px;
  top: 27px;
  background-size: 100% 100%;
  width: 80px;
  height: 75px;
  background-image: url(/oyna/img/zadebul/game_starting/vs.png);

}

.game-starting-header-profile-right{
  position: absolute;
    width: 190px;
    height: 90px;
    right: 0px;
    top: 20px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/zadebul/game_starting/profile_right.png);
}

.game-starting-header-profile-circle{
  width: 81px;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
  position: absolute;
  top: 5px;
}
.game-starting-header-profile-circle-left{
  left:5px;
}
.game-starting-header-profile-circle-right{
  right:5px;
}
.game-starting-header-profile-picture{
  position: relative;
    top: -2px;
    left: -4px;
    width: 90px;
    height: 90px;
    background-image: url(/oyna/img/base/general_chat/guest.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.game-starting-header-profile-name{
  position:absolute;
  width: 74px;
  height: 18px;
  text-align: center;
  top: 17px;
    left: 88px;

}

.game-starting-header-profile-point{
  position:absolute;
  width: 74px;
  height: 18px;
  text-align: center;
  color:white;
  top:38px;
  left:88px;
}

.game-starting-header-profile-vip{
  position:absolute;
  width: 74px;
  height: 18px;
  text-align: center;
  top:59px;
  left:88px;
}




.gb-okey101 .game-starting-window-tournament .game-starting-header-v2{
  padding-top:0px;
  width: 323px;
    height: 39px;
}




.gb-okey101  .game-starting-header-v2{
  width: 410px;
  height: 54px;
}




.game-starting-header-img{
  position: absolute;
    width: 57px;
    height: 58px;
    top: -19px;
    left: 19px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/game_starting_v3/trophy.png);
}

.gb-zadebul .game-starting-header-img{
    background-image: url(/oyna/img/zadebul/game_starting_v3/trophy.png);
}





.game-starting-window-tournament .game-starting-header-img{
  display: none;
}
 
.game-starting-window-pisti .game-starting-header-v2{
  padding-top:10px;
  height:56px;

}

.game-starting-window-batak .game-starting-header-v2{
  height: 54px;
  position:relative;

}
.game-starting-window-batak-header-trophy{
  background-image: url(/oyna/img/batak/game_starting_v2/trophy.png);
  position: absolute;
  width: 85px;
  height: 82px;
  background-size: 100% 100%;
  top: -27px;
  left: 16px;

}

.game-starting-window-okey101-header-trophy{
  background-image: url(/oyna/img/okey101/game_starting_v3/trophy.png);
  position: absolute;
  width: 85px;
  height: 82px;
  background-size: 100% 100%;
  top: -27px;
  left: 16px;
}

.game-starting-window-tournament .game-starting-window-okey101-header-trophy{
  display: none;
}


.game-starting-title-v2 {
  display: inline-block;
  line-height: 36px;
  width: 300px;
  height: 62px;
  background-size: 100% 100%;
  color: white;
  font-size: 22px;
}

.gb-okey .game-starting-title-v2
{
  background-image: none;
  color: #69c7e1;
  font-size: 28px;
  height: 41px;
}

.gb-zadebul .game-starting-title-v2
{
  background-image: none;
  color: #7C5617;
  font-size: 28px;
  height: 41px;
}


.gb-okey101 .game-starting-title-v2 {
  display: inline-block;
  width: 300px;
  height: 62px;
  color: #7F5717;
  font-size: 35px;
  line-height: 51px;
}

.gb-okey101 .game-starting-window-tournament .game-starting-title-v2 {
  height: 41px;
  font-size: 28px;
  line-height: 41px;

}


.game-starting-pisti-title-v2{
  display: inline-block;
  line-height: 36px;
  width: 300px;
  height: 62px;
  color: white;
  font-size: 22px;
}

.game-starting-batak-title-v2,.game-starting-okey101-title-v2{
  display: inline-block;
  width: 300px;
  height: 62px;
  color: #7F5717;
  font-size: 35px;
  line-height: 51px;
}

.game-starting-body-v2 {
  width: 597px;
  height: 110px;
  margin-left: 52px;
  padding: 11px 13px;
  position: relative;
}

.gb-okey .game-starting-body-v2,
.gb-okey101 .game-starting-body-v2{
  width: 312px;
  height: 85px;
  margin-left: 2px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
}


.game-starting-window-pisti .game-starting-body-v2, .game-starting-window-batak .game-starting-body-v2{
  margin-left:25px;
}


.game-starting-window-pisti .game-starting-body-v2,.game-starting-window-batak .game-starting-body-v2{
  height: 134px;
}


.game-starting-window-okey .game-starting-body-v2{
  top: 0px;
}

.game-starting-window-zadebul .game-starting-body-v2, .game-settings-content-v2-zadebul .game-starting-body-v2{
  top: 2px;
    width: 326px;
    height: 148px;
    margin-left: 30px;
    padding: 0px 0px;
    position: relative;
}

.game-starting-body-v2-row{
  width: 350px;
  height: 33px;
  margin-top: 0px;
  margin-bottom: 4px;
}

.game-starting-option-text-left{
  width: 174px;
    height: 33px;
    padding-left: 50px;
    background-size: 20px 20px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    float: left;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    line-height: 33px;
}

.game-starting-option-text-goal{
  background-image: url(/oyna/img/zadebul/game_starting/target.png);
  background-size: 33px 32px;
  background-position: 13px 5px;
}

.game-starting-option-text-point{
  background-image: url(/oyna/img/zadebul/game_starting/coin_pile.png);
    background-size: 27px 28px;
    background-position: 13px 4px;
}


.game-starting-option-text-canak{
  background-image: url(/oyna/img/zadebul/game_starting/canak.png);
    background-size: 41px 30px;
    background-position: 11px 0px;
}

.game-starting-option-text-canakgoal{
  background-image: url(/oyna/img/zadebul/game_starting/canak_goal.png);
    background-size: 49px 35px;
    background-position: 4px 3px;
}

.game-starting-options-input{
  float: left;
  color: white;
  width: 150px;
  height: 31px;
  line-height: 35px;
  text-align: center;
}

.game-starting-window-okey101 .game-starting-body-v2{
  width: 100%;
  height: 170px;
  padding-left: 48px;
}


.gb-okey101 .game-starting-window-tournament .game-starting-body-v2{
  top:0px;
  height: 155px;
  width: 312px;
  padding-left: 0px;
}



.game-starting-option-v2 {
  width: 220px;
  height: 32px;
  line-height: 32px;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  position: absolute;
}

.gb-okey101 .game-starting-option-v2{
  width: 137px;
  height: 46px;
  padding-left: 33px;
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  float: left;
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 9px;
  line-height: 43px;
  margin-right: 40px;
  position: static;
  background-image: none;
}


.gb-okey101 .game-starting-window-tournament .game-starting-option-v2{
  position: absolute;
    margin: 0px;
    width: 110px;
    height: 29px;
    line-height: 29px;
}


.game-starting-body-v3{
  width:100%;
  height:170px;
  padding-left: 48px;
}


.gb-okey101 .game-starting-body-v3{
  padding-left: 53px;
}

.cgt-1 .game-starting-body-v3{
  height: 226px;
}

.game-starting-option-v3{
  width: 130px;
  height: 46px;
  padding-left: 33px;
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  float: left;
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 9px;
  line-height: 43px;
  margin-right: 48px;
}

.game-starting-game-side-option-v3{
  display:none;
}

.cgt-1 .game-starting-game-side-option-v3{
  display:block;
}

.gb-okey101 .game-starting-option-v3{
  padding-left:0px;
  margin-right: 40px;
  width: 132px;
}




.game-starting-point-option-v2 {
  top: 16px;
  left: 39px;
  background-image: url(/oyna/img/okey101/game_starting_v3/starting_options_bg.png);
}


.game-starting-window-pisti .game-starting-point-option-v2 {
  background-image: url(/oyna/img/pisti/game_starting_v2/point_bg_blue.png);
  width: 220px;
  height: 45px;
  top: 9px;
  line-height: 46px;
}



.game-starting-window-pisti .game-starting-cup-option-v2{
  right: 61px;
  width: 220px;
  height: 45px;
  top: 9px;
  line-height: 46px;
  background-image: url(/oyna/img/pisti/game_starting_v2/cup_bg_blue.png);
}

.game-starting-window-batak .game-starting-point-option-v2 {
  background-image: url(/oyna/img/batak/game_starting_v2/point_bg_blue.png);
  width: 220px;
  height: 45px;
  top: 9px;
  line-height: 46px;
}


.game-starting-window-banko .game-starting-point-option-v2{
  left: 37px;
    top: 15px;
    width: 111px;
    background-image: none;
    height: 29px;
    line-height: 29px;

}

.game-starting-window-okey .game-starting-point-option-v2
{
  left: 65px;
  top: 15px;
  width: 80px;
  background-image: none;
  height: 29px;
  line-height: 29px;
}



.game-starting-window-okey101 .game-starting-point-option-v2{
  background-image: url(/oyna/img/okey101/winner_window_v3/coins.png);
  background-size: 30px 30px;
  background-position: 18px 9px;
  padding-left:50px;
}


.gb-okey101  .game-starting-window-tournament .game-starting-point-option-v2{
  display: none;
}

.game-starting-game-count-option-v2{
  display:none;
  background-image: url(/oyna/img/base/game_starting_v2/starting_options_bg.png);
}




.game-starting-window-tournament .game-starting-game-count-option-v2{
  position: absolute;
  display: block;
  top: 14px;
  left:176px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}


.game-starting-option-prize{
  display: none;
  position: absolute;
  top: 88px;
  left: 35px;
  width: 248px;
  height: 29px;
  color: white;
}


.game-starting-option-odul{
  position: absolute;
  top: 0px;
  line-height: 27px;
  left: 0px;
  color: white;
  text-align: right;
  width: 72px;
  height: 30px;
}

.game-starting-option-prize-text{
  position: absolute;
  top: 0px;
  left: 77px;
  text-align: right;
  height: 30px;
  line-height: 27px;
  width: 120px;
}

.game-starting-option-prize-image{
  position: absolute;
    width: 19px;
    height: 18px;
    right: 17px;
    background-size: 100% 100%;
    top: 6px;
    /* background-image: none; */
    background-image: url(/oyna/img/okey101/winner_window_v3/coins.png);
}

.game-starting-window-tournament .game-starting-option-prize{
  display:block;
}

.game-starting-option-cross-block{
  display: none;
  position: absolute;
  width: 100%;
  top: 119px;
  text-align: center;
  height: 40px;
}

.game-starting-option-cross-wrapper{
  margin-left: auto;
  margin-right: auto;
}

.game-starting-option-red-cross-option{
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/oyna/img/okey101/game_starting_v3/losebg.png);
  background-size: 100% 100%;
  position: relative;
}

.game-starting-option-red-cross{
  position: absolute;
  top: 4px;
  left: 6px;
  width: 22px;
  height: 22px;
  background-image: url(/oyna/img/okey101/tournament/inside/red_cross.png);
  background-size: 100% 100%;
}

.game-starting-window-tournament .game-starting-option-cross-block{
  display: block;
}



.game-starting-game-color-option-v2{
  display: none;
  background-image: url(/oyna/img/base/game_starting_v2/starting_options_bg.png);
}

.game-starting-window-okey .game-starting-game-color-option-v2{
  position: absolute;
  display: block;
  top: 14px;
  right: 24px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}

.game-starting-window-zadebul .game-starting-game-color-option-v2{
  position: absolute;
  display: block;
  top: 14px;
  right: 24px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}





.game-starting-option-zl-img {
  background-image: url(/oyna/img/base/game_starting_v2/zlv2.png);
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  top: 7px;
  left: 39px;
  line-height: 46px;
}


.game-starting-window-banko .game-starting-option-zl-img{
  width: 19px;
  height: 18px;
  left: 46px;
  top:19px;
  /* background-image: none; */
  background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
}

.game-starting-window-okey .game-starting-option-zl-img,
.game-starting-window-okey101 .game-starting-option-zl-img{
  width: 19px;
  height: 18px;
  left: 46px;
  top:19px;
  /* background-image: none; */
  background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
}

.game-starting-window-zadebul .game-starting-option-zl-img{
  width: 19px;
  height: 18px;
  left: 46px;
  top:19px;
  /* background-image: none; */
  background-image: url(/oyna/img/zadebul/winner_window_v2/coins.png);
}


.gb-okey101  .game-starting-window-tournament .game-starting-option-zl-img{
  display: none;
}



.game-starting-partner-option-v2 {
  top: 11px;
  right: 43px;
  background-image: url(/oyna/img/base/game_starting_v2/starting_options_bg.png);
}


.game-starting-four-option-v2{
  top: 66px;
  left: 37px;
  background-image: url(/oyna/img/base/game_starting_v2/starting_options_bg.png);
}


.gb-okey .game-starting-four-option-v2{
  top: 55px;
  width: 111px;
  left: 37px;
  height: 29px;
  line-height: 29px;
  background-image: none; 
}

.gb-zadebul .game-starting-four-option-v2{
  top: 55px;
  width: 111px;
  left: 37px;
  height: 29px;
  line-height: 29px;
  background-image: none; 
}

.game-starting-window-banko .game-starting-partner-option-v2{
  top: 55px;
  right: 24px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}


.game-starting-window-okey .game-starting-partner-option-v2{
  top: 55px;
  right: 24px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}

.game-starting-window-zadebul .game-starting-partner-option-v2{
  top: 55px;
  right: 24px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}


.gb-okey101 .game-starting-window-tournament .game-starting-partner-option-v2{
  right: 169px;
    top: 14px;
    margin-top: 0px;
    width: 110px;
    height: 29px;
    line-height: 29px;
}


.game-starting-double-option-v2 {
  top: 67px;
  left: 43px;
  background-image: url(/oyna/img/okey101/game_starting_v3/double_bg.png);
}

.game-starting-window-okey101 .game-starting-double-option-v2 {
  padding-left: 2px;
  margin-right: 11px;
  width: 93px;
}

.game-settings-content-v2-okey101 .game-starting-double-option-v3 {
  padding-left: 2px;
  margin-right: 11px;
  width: 93px;
}




.gb-okey101  .game-starting-window-tournament .game-starting-double-option-v2{
  top:51px;
  left:35px;
}



.game-starting-window-pisti .game-starting-partner-option-v2 {
  background-image: url(/oyna/img/pisti/game_starting_v2/partner_bg_blue.png);
  right:62px;
  top:70px;
}

.game-starting-window-batak .game-starting-partner-option-v2 {
  background-image: url(/oyna/img/batak/game_starting_v2/partner_bg_blue.png);
  right:62px;
}

.game-starting-window-okey101 .game-starting-partner-option-v2{
  padding-left: 0px;
}


.game-starting-time-option-v2{
  top:70px;
  right:62px;
  background-image: url(/oyna/img/base/game_starting_v2/time_bg.png);
}

.game-starting-score-option-v2, .game-starting-game-count-option-v2{
  top:70px;
  left:41px;
  background-image: url(/oyna/img/base/game_starting_v2/score_bg.png);
}


.gb-batak .game-starting-game-count-option-v2{
  display:block;
}


.game-starting-help-option-v2 {
  top: 67px;
  right: 43px;
  background-image: url(/oyna/img/okey101/game_starting_v3/help_bg.png);
}

.game-starting-window-okey101 .game-starting-help-option-v2 {
  padding-left: 2px;
    width: 97px;
    margin-right: 11px;
}



.game-settings-content-v2-okey101 .game-starting-help-option-v3 {
  padding-left: 2px;
    width: 97px;
    margin-right: 11px;
}

.game-starting-window-okey101 .game-starting-punishment-option-v2 {
  padding-left: 1px;
  width: 97px;
  margin-right: 11px;
}

.game-settings-content-v2-okey101 .game-starting-punishment-option-v3 {
  padding-left: 1px;
  width: 97px;
  margin-right: 11px;
}

.gb-okey101  .game-starting-window-tournament .game-starting-help-option-v2{
  top: 51px;
  right: 27px;
}


.game-starting-body-separator {
  margin-left: 116px;
  width: 453px;
  height: 7px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/game_starting_v3/starting_separator.png);
}

.game-starting-other-users-text {
  width: 599px;
  height: 30px;
  margin-left: 52px;
  color: white;
  text-align: center;
  margin-top: 6px;
}

.game-starting-window-pisti .game-starting-other-users-text{
  width:624px;
  height: 30px;
  margin-left:3px
}

.game-starting-window-batak .game-starting-other-users-text{
  width: 100%;
  height: 26px;
  margin-left: 3px;
  position: relative;
  top: -10px;
}

.game-starting-normal-turbo-v3{
  background-size: 36px 20px;
  background-position: 8px 12px;
}

.game-starting-turbo-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/rocket.png);
  background-size: 36px 20px;
  background-position: 8px 12px;
}

.gb-okey101 .game-starting-turbo-v3{
  background-image: url(/oyna/img/okey101/game_starting_v4/rocket.png);
  background-size: 36px 20px;
  background-position: 8px 12px;
  padding-left: 46px;
}


.game-starting-normal-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/normal.png);
  background-size: 30px 20px;
  background-position: 14px 12px;
}

.gb-okey101 .game-starting-normal-v3{
  background-image: url(/oyna/img/okey101/game_starting_v4/normal.png);
  background-size: 30px 20px;
  background-position: 14px 12px;
  padding-left:44px;
}


.gb-okey101 .game-starting-window-tournament .game-starting-normal-turbo-v3{
  display: none;
}

.game-starting-type-option-v3{
  background-size: 45px 32px;
  background-position: 2px 2px;
}


.game-starting-type-ihaleli-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/ihaleli.png);
  background-size: 45px 32px;
  background-position: 2px 2px;
}


.game-starting-type-uc-bes-sekiz-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/uc_bes_sekiz.png);
  background-size: 43px 32px;
  background-position: 7px 6px;
}

.game-starting-type-gommeli-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/gommeli.png);
  background-size: 32px 32px;
  background-position: 9px 5px;
}

.game-starting-type-ihaleli-esli-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/ihaleli_esli.png);
  background-size: 31px 32px;
  background-position: 4px 6px;
}

.gb-okey101 .game-starting-type-ihaleli-esli-option-v3{
  background-image: none;
  background-size: 31px 32px;
  background-position: 4px 6px;
  padding-left:0px;
}


.game-starting-type-koz-maca-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/koz_maca.png);
  background-size: 31px 32px;
  background-position: 7px 6px;
}




.game-starting-point-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/coins.png);
  background-size: 30px 30px;
  background-position: 18px 9px;
}

.gb-okey101 .game-starting-point-option-v3{
  background-image: url(/oyna/img/okey101/winner_window_v3/coins.png);
  padding-left:48px;
}

.game-starting-game-count-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/arrow.png);
  background-size: 51px 28px;
  background-position: 3px 6px;
}

.gb-okey101 .game-starting-game-count-option-v3{
  background-image: url(/oyna/img/okey101/game_starting_v4/arrow.png);
  background-size: 51px 28px;
  background-position: 7px 8px;
  padding-left:44px;
}


.gb-okey101 .game-starting-window-tournament .game-starting-game-count-option-v3{
  left: 176px;
    top: 14px;
    background-image: none;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
}

.game-starting-game-canak-option-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/canak_coins.png);
  background-size: 44px 35px;
  background-position: 10px 3px;
}

.game-starting-game-canak-option-canak-hand-v3{
  background-image: url(/oyna/img/batak/game_starting_v2/cards.png);
  background-size: 46px 30px;
  background-position: 8px 5px;
}


.gb-okey .game-starting-other-users-text,.gb-zadebul .game-starting-other-users-text
{
  width: 323px;
  height: 22px;
  line-height: 22px;
  margin-left: 0px;
  color: #0BF616;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
}

.gb-okey101 .game-starting-other-users-text{
  width: 100%;
  height: 26px;
  margin-left: 3px;
  position: relative;
  top: -8px;
  color: white;
}

.gb-okey101 .game-starting-window-tournament .game-starting-other-users-text{
  color: #0BF616;
  top: -6px;
}



.game-starting-buttons-panel-v2 {
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-top: 13px;
}

.gb-pisti .game-starting-buttons-panel-v2 .game-starting-playnow-btn{
       display: none;
    position: absolute;
    background-image: url(/oyna/img/pisti/salons/play_now_yellow_btn.png);
    background-size: 100% 100%;
    width: 141px;
    height: 48px;
    margin-top: 27px;
    color: white;
    text-align: center;
    font-size: 22px;
    line-height: 43px;
    transition: all 0.2s ease;
    cursor: pointer;
    left: 245px;
    top: 33px;
}

.game-starting-playnow-btn:hover{
  transform:scale(1.05);
}



.gb-okey .game-starting-buttons-panel-v2{
  height: 53px;
  margin-top:0px;
}

.game-starting-buttons-panel-zadebul{
  height: 82px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 11px;
    text-align: center;
    position: relative;
}


.gb-okey101 .game-starting-buttons-panel-v2{
  height: 60px;
  margin-top: -10px;
}

.gb-okey101 .game-starting-window-tournament .game-starting-buttons-panel-v2{
  display: none;
}




.game-starting-window-pisti .game-starting-buttons-panel-v2 {
  margin-top: 1px;
}

.game-starting-window-batak .game-starting-buttons-panel-v2{
  margin-top: 1px;
  top: -14px;
}

.game-starting-buttons-panel-v2 div {
  display: inline-block;
  width: 160px;
  height: 42px;
  color: white;
  background-size: 100% 100%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.game-starting-window-banko .game-starting-game-count-option-v2{
  position: absolute;
  display: block;
  top: 14px;
  left: 178px;
  width: 111px;
  height: 29px;
  line-height: 29px;
  background-image:none;
}


.gb-okey .game-starting-buttons-panel-v2 div {
  display: inline-block;
  width: 116px;
  height: 45px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}




.game-starting-window-pisti .game-starting-buttons-panel-v2 div {
  width: 141px;
    height: 57px;
    line-height: 52px;
}


.game-starting-buttons-panel-v2 div:hover {
  transform: scale(1.05);
}

.game-starting-v2-button-separator {
  display: inline-block;
  width: 22px;
  height: 10px;
}

.game-starting-v2-button{
  display: inline-block;
  width: 133px;
  height: 54px;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  color: white;
}

.game-starting-v2-button:hover{
  transform: scale(1.05);
}

.game-starting-circle-time-indicator{
  position: absolute;
    width: 62px;
    height: 62px;
    background-size: 100% 100%;
    text-align: center;
    background-image: url(/oyna/img/zadebul/game_starting/time_circle.png);
    line-height: 57px;
    font-size: 20px;
    color: white;
    top: 14px;
    left: 169px;
}
.game-starting-buttons-panel-zadebul-separator{
  display: inline-block;
    width: 45px;
    height: 34px;

}


.game-starting-close-btn-v2{
  background-image: url(/oyna/img/zadebul/game_starting/close_bg.png);
}

.gb-zadebul .game-starting-start-btn-v2{
  background-image: url(/oyna/img/zadebul/game_starting/start_bg.png);
}

.gb-zadebul .game-starting-invite-btn-v2{
  background-image: url(/oyna/img/zadebul/game_starting/start_bg.png);
}


.game-starting-leave-btn-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}

.gb-okey .game-starting-leave-btn-v2 {
  background-image: url(/oyna/img/okey/game_starting_v3/quit.png);
}

.gb-zadebul .game-starting-leave-btn-v2 {
  background-image: url(/oyna/img/zadebul/game_starting_v3/quit.png);
}

.gb-okey101 .game-starting-leave-btn-v2 {
  background-image: url(/oyna/img/okey101/game_starting_v3/quit.png);
}

.game-starting-window-pisti .game-starting-leave-btn-v2 {
  background-image: url(/oyna/img/pisti/game_create_v2/button_bg_red.png);
}

.game-starting-window-batak .game-starting-leave-btn-v2 {
  display: inline-block;
  width: 135px;
  height: 45px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/batak/game_starting_v2/quit.png);
}

.game-starting-window-okey101 .game-starting-leave-btn-v2 {
  display: inline-block;
  width: 135px;
  height: 45px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/game_starting_v3/quit.png);
}



.game-starting-invite-btn-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/open_btn_bg.png);
}

.gb-okey .game-starting-invite-btn-v2 {
  background-image: url(/oyna/img/okey/game_starting_v3/continue.png);
}



.gb-okey101 .game-starting-invite-btn-v2 {
  background-image: url(/oyna/img/okey101/game_starting_v3/continue.png);
}

.game-starting-window-pisti .game-starting-invite-btn-v2 {
 background-image: url(/oyna/img/pisti/game_create_v2/button_bg_green.png);
}

.game-starting-window-batak .game-starting-invite-btn-v2 {

  display: inline-block;
    width: 135px;
    height: 45px;
    color: #000c1a;
    background-size: 100% 100%;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/batak/game_starting_v2/continue.png);
}

.game-starting-window-okey101 .game-starting-invite-btn-v2 {

  display: inline-block;
    width: 135px;
    height: 45px;
    color: #000c1a;
    background-size: 100% 100%;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/okey101/game_starting_v3/continue.png);
}


.game-starting-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/game_starting/game_starting_bg.png);
  top: 345px;
  left: 50%;
  width: 554px;
  height: 292px;
  margin-left: -277px;
  margin-top: -146px;
  background-size: 554px 292px;
  z-index: 800;
  font-size: 1.2em;
}

.game-starting-window-pisti {
  top: 402px;
  height: 268px;
  padding-top: 14px;
  width: 630px;
  margin-left: -315px;
  background-image: url(/oyna/img/pisti/game_starting_v2/starting_bg_blue.png);
}

.game-starting-window-batak {
  top: 402px;
  height: 268px;
  width: 410px;
  margin-left: -205px;
  background-image: url(/oyna/img/batak/game_starting_v2/starting_bg.png);
}

.game-starting-window-batak.cgt-1{
  height: 322px;
  background-image: url(/oyna/img/batak/game_starting_v2/starting_bg_long.png);
  top:394px;
}

.no-winner-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/scoreboard/stone_finished.png);
  top: 460px;
  left: 50%;
  width: 420px;
  height: 120px;
  margin-left: -210px;
  margin-top: -170px;
  background-size: 420px 120px;
  z-index: 998;
}

.no-winner-window-header {
  width: 100%;
  height: 42px;
  text-align: center;
  font-size: 28px;
  color: white;
  line-height: 42px;
}

.no-winner-window-body {
  width: 385px;
  height: 123px;
  margin-top: 9px;
  margin-left: 15px;
  text-align: center;
  font-size: 20px;
}

.our-games-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/our_games_bg.png);
  background-size: 628px 269px;
  top: 415px;
  left: 50%;
  width: 628px;
  height: 269px;
  margin-left: -314px;
  margin-top: -249px;
  z-index: 1001;
  font-size: 18px;
}

.our-games-header {
  position: absolute;
  left: 157px;
  top: 1px;
  width: 312px;
  height: 50px;
  text-align: center;
  color: white;
  line-height: 50px;
  font-size: 34px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.our-games-body {
  position: absolute;
  width: 530px;
  height: 99px;
  top: 105px;
  left: 44px;
}

.our-games-row {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-left: 8px;
  background-size: 100% 100%;
  cursor: pointer;
}

.our-games-row:hover .gamestart-options-tooltip {
  visibility: visible;
}

.gamestart-options-tooltip {
  padding-top: 21px;
  padding-left: 9px;
  position: absolute;
  top: 78px;
  left: -61px;
  width: 200px;
  height: 249px;
  background-image: url(/oyna/img/base/ourgames/badgebg.png);
  background-size: 100% 100%;
  visibility: hidden;
  text-align: center;
}

.gamestart-options-tooltip a {
  display: block;
  margin-top: 3px;
  width: 182px;
  height: 52px;
  transition: transform 0.2s ease;
}

.gamestart-options-tooltip a:hover {
  transform: scale(1.05);
}

.gamestart-option-button {
  width: 129px;
  height: 30px;
  background-size: 100% 100%;
  margin-left: 1px;
  margin-top: 1px;
  cursor: pointer;
}

.our-games-okey {
  background-image: url(/oyna/img/base/ourgames/okey.png);
}

.our-games-yuzbir {
  background-image: url(/oyna/img/base/ourgames/okey101.png);
}

.our-games-banko {
  background-image: url(/oyna/img/base/ourgames/banko.png);
}

.our-games-batak {
  background-image: url(/oyna/img/base/ourgames/batak.png);
}

.our-games-pisti {
  background-image: url(/oyna/img/base/ourgames/pisti.png);
}

.our-games-kelime101 {
  background-image: url(/oyna/img/base/ourgames/kelime101.png);
}

.our-games-close-btn {
  position: absolute;
  top: 62px;
  right: -23px;
  width: 50px;
  height: 50px;
  background-image: url(/oyna/img/base/store/vips/vip_feature_close_btn.png);
  background-size: 50px 50px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.our-games-close-btn:hover {
  transition: scale(1.05);
}

.vip-feature-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/store/vips/vip_feature_bg2.png);
  background-size: 445px 495px;
  top: 415px;
  left: 50%;
  width: 445px;
  height: 495px;
  margin-left: -222px;
  margin-top: -275px;
  background-size: 445px 495px;
  z-index: 1001;
  font-size: 18px;
}

.vip-feature-logo {
  position: absolute;
  top: 27px;
  left: 21px;
  width: 96px;
  height: 78px;
  background-image: url(/oyna/img/base/store/vip_icon.png);
  background-size: 96px 78px;
}

.gb-okey .vip-feature-logo,
.gb-okey101 .vip-feature-logo,
.gb-pisti .vip-feature-logo,
.gb-batak .vip-feature-logo
{
  position: absolute;
  top: 31px;
  left: 35px;
  width: 70px;
  height: 70px;
  background-image: url(/oyna/img/base/vip/vip_store.png);
  background-size: 100% 100%;
}




.vip-feature-header {
  position: absolute;
  top: 36px;
  left: 150px;
  width: 178px;
  height: 48px;
  color: white;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}

.vip-feature-body {
  position: absolute;
  top: 137px;
  left: 52px;
  width: 323px;
  height: 308px;
}

.vip-feature-row {
  width: 322px;
  height: 55px;
  margin-bottom: 6px;
  text-align: center;
  line-height: 55px;
  background-color: #F8D473;
}

.vip-feature-row img {
  float: left;
}

.vipol-btn {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: white;
  width: 108px;
  height: 25px;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 108px 26px;
  line-height: 26px;
  font-size: 0.9em;
  left: 171px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.vipol-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.vip-feature-close-btn, .what-is-zadevip-close-btn, .what-is-elmas-close-btn {
  position: absolute;
  top: 108px;
  right: 8px;
  width: 50px;
  height: 50px;
  background-image: url(/oyna/img/base/store/vips/vip_feature_close_btn.png);
  background-size: 50px 50px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.vip-feature-close-btn:hover, .what-is-zadevip-close-btn:hover, .what-is-elmas-close-btn:hover {
  transition: scale(1.05);
}

.zadevip-nedir-text {
  height: 255px;
  padding-top: 14px;
  padding-left: 10px;
  font-size: 27px;
  color: yellow;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}

.elmas-nedir-text {
  height: 253px;
  padding-top: 25px;
  padding-left: 10px;
  font-size: 26px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}

.elmas-nedir-text p {
  margin-bottom: 19px;
}

.what-is-zadevip-bottom {
  width: 322px;
  height: 65px;
}

.what-is-zadevip-bottom div {
  width: 149px;
  height: 37px;
  line-height: 33px;
  float: left;
  margin-left: 7px;
  margin-top: 14px;
  background-image: url(/oyna/img/base/store/l_blue_btn.png);
  background-size: 149px 37px;
  color: white;
  text-align: center;
  font-size: 1.2em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
  /*text-shadow: 0px 0px 4px #000000;*/
  transition: all 0.2s ease;
  cursor: pointer;
}

.what-is-zadevip-bottom div:hover {
  transform: scale(1.05);
}

.what-is-elmas-window .vip-feature-logo {
  top: 28px;
  left: 26px;
  background-image: url(/oyna/img/base/store/gem_icon.png);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}

.gb-okey .what-is-elmas-window .vip-feature-logo,
.gb-okey101 .what-is-elmas-window .vip-feature-logo,
.gb-pisti .what-is-elmas-window .vip-feature-logo,
.gb-batak .what-is-elmas-window .vip-feature-logo {
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
  left: 25px;
  width: 100px;
  height: 84px;
  top: 26px;
  background-size: 100% 100%;
}



.vip-feature-close-btn:hover {
  transform: scale(1.05);
}


.invitation-window, .invitation-window-master {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/davet_bg.png);
  top: 385px;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-left: -203px;
  margin-top: -166px;
  background-size: 100% 100%;
  z-index: 999;
}


.gb-pisti .invitation-window-master,.gb-pisti .invitation-window{
  background-image: url(/oyna/img/pisti/invitation/invitation_bg.png);
  height: 408px;
} 


.invitation-header-title{
  width: 400px;
    height: 98px;
    text-align: center;
    position: relative;
    color: wheat;
    font-size: 38px;
    line-height: 80px;
}


.gb-okey .invitation-window, .invitation-window-master {
  background-image: url(/oyna/img/okey/invitation/invitation_bg.png);
  height: 262px;
}

.gb-batak .invitation-window{
  background-image: url(/oyna/img/batak/invitation/invitation_bg.png);
  height: 262px;
}



.invitation-window-master.friends, .invitation-window.friends {
  height: 260px;
  background-image: url(/oyna/img/base/davet_bg_friend.png);
}


.gb-okey .invitation-window-master.friends, .invitation-window.friends {
  background-image: url(/oyna/img/okey/invitation/invitation_bg.png);
  height: 226px;
}



.invitation-window-top {
  background-color: #F9F7EE;
  border-radius: 10px;
  border: 2px white solid;
  width: 356px;
  margin-left: 21px;
  height: 148px;
  padding-left: 0px;
  /* padding-right: 19px; */
  padding-top: 7px;
  font-size: 16px;
}

.gb-pisti .invitation-window-top{
  background-color: transparent;
    border: 0px;
    margin-left: 35px;
    position: relative;
    margin-top: 0px;
    height: 134px;
    padding-top: 25px;
}




.game-invitation-option{
  display: inline-block;
  position: relative;
  background-image: url(/oyna/img/okey/invitation/row_bg.png);
  background-size: 100% 100%;
  width: 100px;
  height: 32px;
  margin-left: 15px;
  margin-bottom: 11px;
}

.gb-batak .game-invitation-option{
  background-image: url(/oyna/img/batak/invitation/row_bg.png);
}

.invitation-option-text{
  color: white;
  text-align: center;
  width: 100%;
  line-height: 29px;
  height: 100%;
  font-size: 20px;
}


.gb-pisti .invitation-option-text{
  line-height: 43px;
}

.invitation-option-img{
  position: absolute;
  background-size: 100% 100%;
  width: 23px;
  height: 25px;
  left: 5px;
  top: 3px;
  background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
}

.gb-batak .invitation-option-img{
  background-image: url(/oyna/img/batak/winner_window_v2/coins.png);
}


.gb-okey .invitation-window-top,.gb-batak .invitation-window-top {
  position:relative;
  background-color: transparent;
  border:none;
  height: 82px;
  text-align: center;
}

.invitation-window-header {
  height: 71px;
  text-align: center;
  color: white;
  line-height: 75px;
  font-size: 1.8em;
}

.gb-pisti .invitation-window-header{
  position: absolute;
  width: 200px;
  height: 20px;
  color: wheat;
  top: 35px;
  left: 113px;
  font-size: 27px;
  line-height: 27px;
  text-align: left;
}


.gb-okey .invitation-window-header,.gb-batak .invitation-window-header{
  height: 53px;
  color: #7C5722;
  line-height: 53px;
  font-size: 32px;
}

.friends .invitation-window-header{
  line-height: 41px;
}


.invitation-window-message {
  padding: 5px 12px;
  height: 40px;
  /*line-height: 40px;*/
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.gb-pisti .invitation-window-message{
  position: absolute;
  width: 265px;
  height: 41px;
  /* background-color: pink; */
  top: 64px;
  left: 115px;
  font-size: 16px;
  text-align: left;
  color: white;
  line-height: 16px;
  padding: 0px;
}

.gb-okey .invitation-window-message,.gb-batak .invitation-window-message{
  color:white;
}

.friends .invitation-window-message{
  margin-bottom: 33px;
  margin-top: 21px;
}

.invitation-window-timer {
  width: 356px;
  height: 30px;
  border: 2px solid black;
  border-radius: 10px;
  background-color: #F0EDE0;
  margin-left: 21px;
  overflow: hidden;
  margin-top: 21px;
}

.gb-pisti .invitation-window-timer{
  position: absolute;
  border: 0px;
  top: 194px;
  height: 2px;
  width: 346px;
  left: 6px;
  background-color: transparent;

}

.gb-okey .invitation-window-timer,.gb-batak .invitation-window-timer{
  width: 308px;
  height: 43px;
  border: 2px solid #4B4D4A;
  border-radius: 20px;
  margin-left: 50px;
  margin-top: 9px;
}

.invitation-window-moving-bar {
  height: 100%;
  width: 100%;
  background-color: #33CC00;
}

.gb-okey .invitation-window-moving-bar,.gb-batak .invitation-window-moving-bar{
  background-color: #59A71D;
}

.double-window-timer {
  width: 356px;
  height: 22px;
  border: 2px solid #483a3a;
  border-radius: 60px;
  background-color: #F0EDE0;
  margin-left: 21px;
  overflow: hidden;
  margin-top: 3px;
}

.double-window-moving-bar {
  height: 100%;
  width: 100%;
  background-color: #33CC00;
}

.invitation-window-bottom {
  margin-top: 16px;
  margin-left: 93px;
}

.gb-pisti .invitation-window-bottom{
  width: 400px;
  height: 100px;
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 10px;

}

.gb-okey .invitation-window-bottom,.gb-batak .invitation-window-bottom{
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
}

.invitation-window-kabul-btn {
  display: inline-block;
  margin-right: 5px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-pisti .invitation-window-kabul-btn{
  display: block;
  cursor: pointer;
  right: 10px;
  top: 10px;
  transition: all 0.2s ease;
  width: 244px;
  height: 44px;
  font-size: 25px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/invitation/accept_btn.png);
  line-height: 36px;
  -webkit-text-stroke: 0.5px gray;
  font-family: 'DINPro-CondensedBold';
}

.gb-pisti .invitation-window-kabul-btn:hover{
  transform:scale(1.05);
  background-image: url(/oyna/img/pisti/invitation/accept_btn.png);
}

.gb-okey .invitation-window-kabul-btn,.gb-batak .invitation-window-kabul-btn{
  position: absolute;
  top: 7px;
  left: 205px;
  width: 125px;
  height: 46px;
  background-image: url(/oyna/img/okey/invitation/green_btn_bg.png);
  color: black;
}

.gb-batak .invitation-window-kabul-btn{
  background-image: url(/oyna/img/batak/invitation/green_btn_bg.png);
}


.invitation-window-kabul-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.gb-okey .invitation-window-kabul-btn:hover {
  background-image: url(/oyna/img/okey/invitation/green_btn_bg.png);
}

.gb-batak .invitation-window-kabul-btn:hover {
  background-image: url(/oyna/img/batak/invitation/green_btn_bg.png);
}

.invitation-window-ret-btn {
  display: inline-block;
  margin-left: 37px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/red_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  cursor: pointer;
}

.gb-pisti .invitation-window-ret-btn{
  display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}

.gb-pisti .invitation-window-ret-btn:hover{
  transform:scale(1.05);
  background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}

.invitation-profile-holder {
  width: 400px;
  position:relative;
  height: 110px;

}


.gb-okey .invitation-window-ret-btn,.gb-batak .invitation-window-ret-btn{
  position: absolute;
  top: 7px;
  left: 72px;
  width: 125px;
  height: 46px;
  background-image: url(/oyna/img/okey/invitation/yellow_btn_bg.png);
  color: black;
  margin: 0px;
}

.gb-batak .invitation-window-ret-btn{
  background-image: url(/oyna/img/batak/invitation/yellow_btn_bg.png);
}

.invitation-window-ret-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}


.gb-okey .invitation-window-ret-btn:hover {
  background-image: url(/oyna/img/okey/invitation/yellow_btn_bg.png);
}

.gb-batak .invitation-window-ret-btn:hover {
  background-image: url(/oyna/img/batak/invitation/yellow_btn_bg.png);
}

.winner-window-v2 {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 415px;
  left: 50%;
  width: 700px;
  height: 336px;
  margin-left: -350px;
  margin-top: -270px;
  background-size: 100% 100%;
  z-index: 999;
}


.gb-okey101 .winner-window-v2,
.gb-batak .winner-window-v2,
.gb-zadebul .winner-window-v2{
  
  background-image: url(/oyna/img/okey/winner_window_v2/winner_bg.png);
  width: 323px;
  height: 192px;
  margin-left: -162px;
  top: 520px;
  z-index: 799;
}


.gb-okey .winner-window-v2{
  top: 499px;
  width: 660px;
  height: 488px;
  margin-left: -330px;
  background-image: url(/oyna/img/okey/winner_window_v3/winner_big_bg.png);
}

.gb-zadebul .winner-window-v2{
  
  background-image: url(/oyna/img/zadebul/winner_window_v2/winner_bg.png);
}

.open-pairs-window {
  display: none;
  z-index: 799;
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    margin-top: -270px;
    background-size: 100% 100%;
    left: 50%;
    background-image: none;
    width: 800px;
    height: 300px;
    margin-left: -400px;
    top: 519px;
}


.open-pairs-content{
  width: 100%;
  text-align: center;
  height: 367px;
  position: relative;
}

.open-pairs-content-top{
  position:relative;
  height: 144px;
  width: 100%;
}

.open-pairs-profile-wrapper{
  margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    position: relative;
}

.open-pairs-profile-nowing{
  position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/Scoreboard-ProfileBorder.png);
}

.open-pairs-profile{
  position: absolute;
  width: 95px;
  height: 95px;
  background-size: 100% 100%;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
}


.open-pairs-profile-top{
  position: absolute;
    width: 90px;
    height: 48px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: -35px;
    left: 0px;
    background-image: url(/oyna/img/okey101/open_pairs/OSProfileTop.png);
}


.open-pairs-profile-center{
  position: absolute;
    width: 71px;
    height: 24px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: 64px;
    left: 10px;
    background-image: url(/oyna/img/okey101/open_pairs/OSProfileCenter.png);
}

.open-pairs-profile-bottom{
  position: absolute;
    width: 55px;
    height: 47px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: 85px;
    left: 18px;
    background-image: url(/oyna/img/okey101/open_pairs/OSProfileBottom.png);
}

.open-pairs-profile-left-wing{
  position: absolute;
  width: 57px;
  height: 57px;
  background-size: 100% 100%;
  border-radius: 100px;
  top: -1px;
  left: -48px;
    background-image: url(/oyna/img/okey101/open_pairs/OSWingLeft.png);

}
.open-pairs-profile-right-wing{
  position: absolute;
    width: 57px;
    height: 57px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: -1px;
    left: 81px;

    background-image: url(/oyna/img/okey101/open_pairs/OSWingRight.png);
}

.open-pairs-top-left-seri-txt{
  position: absolute;
    width: 157px;
    height: 88px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: -15px;
    left: 129px;
    background-image: url(/oyna/img/okey101/open_pairs/OSSeries.png);
}

.open-pairs-top-left-cift-txt{
  position: absolute;
    width: 157px;
    height: 88px;
    background-size: 100% 100%;
    border-radius: 100px;
    top: -15px;
    left: 129px;
    background-image: url(/oyna/img/okey101/open_pairs/OSDouble.png);
}

.open-pairs-top-right-acti-txt{
  position: absolute;
  width: 157px;
  height: 88px;
  background-size: 100% 100%;
  border-radius: 100px;
  top: -15px;
  left: 514px;
  background-image: url(/oyna/img/okey101/open_pairs/OSOpened.png);
}

.open-pairs-content-middle{
  margin-top: 0px;
    text-align: center;
    color: white;
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}


.open-pairs-content-bottom{
  height: 64px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.open-pairs-content-stone{
  display: inline-block;
    width: 48px;
    height: 65px;
    background-size: 100% 100%;
    margin-right: 3px;
}

.open-pairs-stone-0{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-00.png);
}

.open-pairs-stone-1{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-01.png);
}

.open-pairs-stone-2{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-02.png);
}


.open-pairs-stone-3{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-03.png);
}


.open-pairs-stone-4{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-04.png);
}


.open-pairs-stone-5{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-05.png);
}


.open-pairs-stone-6{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-06.png);
}


.open-pairs-stone-7{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-07.png);
}


.open-pairs-stone-8{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-08.png);
}


.open-pairs-stone-9{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-09.png);
}

.open-pairs-stone-10{
  background-image: url(/oyna/img/okey101/red_stones/Stones-Red-10.png);
}



.gb-okey101 .winner-window-v2{
  background-image: none;
  background-image: none;
    width: 600px;
    height: 300px;
    margin-left: -300px;
    top: 442px;
}






.gb-batak .winner-window-v2{
  background-image: url(/oyna/img/batak/winner_window_v2/winner_bg.png);
  top:574px;
}



.winner-window-v2-hand-content{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey/winner_window_v2/winner_hand_bg.png);
  top: 562px;
  left: 50%;
  width: 440px;
  height: 218px;
  margin-left: -220px;
  margin-top: -270px;
  background-size: 100% 100%;
  z-index: 999;
}


.gb-okey .winner-window-v2-hand-content{
  top: 499px;
  width: 660px;
  height: 488px;
  margin-left: -330px;
  background-image: url(/oyna/img/okey/winner_window_v3/winner_big_bg.png);
}




.gb-okey .winner-window-wl-4 .winner-window-v2-hand-content{
  top:420px;
}

.gb-okey .winner-window-wl-2 .winner-window-v2-hand-content{
  top:500px;
}


.gb-okey .winner-window-wl-0 .winner-window-v2-hand-content{
  top:420px;
}



.gb-okey .winner-window-wl-2 .winner-window-v2-hand-content{
  height: 354px;
  background-image: url(/oyna/img/okey/winner_window_v3/winner_middle_bg.png);
}


.gb-okey .winner-window-wl-0 .winner-window-v2-hand-content{
  height: 212px;
  background-image: url(/oyna/img/okey/winner_window_v3/winner_small_bg.png);
}








.winner-window-v2-blue{
  background-image: url(/oyna/img/pisti/winner_window_v2/winner_bg_blue.png);
  top: 500px;
}

.gb-batak .winner-window-v2-blue{
  background-image: url(/oyna/img/batak/winner_window_v2/winner_bg_blue.png);
}



.winner-window-two-players-v2 {
  height: 270px;
  top: 500px;
}

.gb-okey .winner-window-two-players-v2{
  background-image: url(/oyna/img/okey/winner_window_v2/winner_two_bg.png);
}

.gb-zadebul .winner-window-two-players-v2{
  background-image: url(/oyna/img/okey/winner_window_v2/winner_two_bg.png);
}


.gb-okey101 .winner-window-two-players-v2{

}




.winner-window-v2-blue.winner-window-two-players-v2{
  background-image: url(/oyna/img/pisti/winner_window_v2/winner_two_bg_blue.png);
}



.winner-window-header-v2 {
  width: 100%;
  text-align: center;
  height: 61px;
}

.winner-window-v2-blue .winner-window-header-v2{
  height: 65px;
}

.winner-window-two-players-v2-blue .winner-window-header-v2{
  height: 80px;
}



.winner-header-skor-txt {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  top: 8px;
  height: 37px;
  line-height: 34px;
  font-size: 31px;
  color: white;
}

.gb-pisti .winner-header-skor-txt, .gb-batak .winner-header-skor-txt {
  position: relative;
  width: 121px;
  margin-left: auto;
  margin-right: auto;
  top: 9px;
  height: 37px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/winner_window_v2/skor_txt.png);
}


.gb-okey .winner-header-skor-txt {
  position: relative;
  width: 354px;
  margin-left: 169px;
  margin-right: unset;
  top: 16px;
  height: 37px;
  line-height: 34px;
  font-size: 26px;
  color: #7b5516;
}

.gb-zadebul .winner-header-skor-txt {
  position: relative;
  width: 172px;
  margin-left: 114px;
  margin-right: unset;
  top: 21px;
  height: 37px;
  line-height: 37px;
  font-size: 26px;
  color: #7b5516;
}



.winner-window-body-v2 {
  width: 100%;
  height: 200px;
}


.gb-okey .winner-window-body-v2,

.gb-batak .winner-window-body-v2,
.gb-zadebul .winner-window-body-v2{
  height: 151px;
}


.gb-okey .winner-window-v2 .winner-window-body-v2{
  height: 124px;
}

.gb-okey101 .winner-window-body-v2{
  position: relative;
  background-image: url(/oyna/img/okey101/winner_window_v4/WinnersBG-4.png);
  background-size: 100% 100%;
  width: 600px;
  height: 241px;
}


.gb-okey101 .winner-window-two-players-v2 .winner-window-body-v2{
  height: 210px;
}

.winner-window-row-v2 {
  position: relative;
  margin-top: 8px;
  margin-left: 64px;
  width: 573px;
  height: 47px;
}

.winner-window-row-data-holder{
  position: absolute;
  top: -6px;
  left: 125px;
  width: 500px;
  background-image: url(/oyna/img/okey/winner_window_v3/winner_item_bg.png);
  height: 57px;
  background-size: 100% 100%;
}

.gb-zadebul .winner-window-row-v2,.gb-batak .winner-window-row-v2{
  margin-top:0px;
  margin-left:0px;
  height: 36px;
  width: 314px;
}

.gb-okey .winner-window-row-v2{
  margin-top: 0px;
    margin-left: 0px;
    height: 66px;
    width: 626px;
}

.gb-okey101 .winner-window-v2 .winner-window-body-v2 .winner-window-row-v2{
  margin-top: 0px;
    margin-left: 0px;
    height: 61px;
    width: 600px;
    background-size: 100% 100%;
    
}

.winner-window-row-winner{
  background-image: url(/oyna/img/okey101/winner_window_v4/WinnerWinBg.png);
}



.winner-window-finished-players{
  display: none;
}

.gb-okey .winner-window-finished-players,
.gb-zadebul .winner-window-finished-players,
.gb-okey101 .winner-window-finished-players,
.gb-batak .winner-window-finished-players{
  display:block;
}

.gb-okey .winner-window-wl-0  .winner-window-finished-players{
  display: none;
}


.winner-window-finished-hand{
  position: relative;
  margin-top: 0px;
  margin-left: 24px;
  width: 404px;
  height: 156px;
}

.gb-okey .winner-window-finished-hand{
  position: relative;
  margin-top: 0px;
  margin-left: 24px;
  width: 637px;
  height: 112px;
}



.winner-window-istaka{
  position: absolute;
    top: 20px;
    left: 162px;
    width: 385px;
    height: 77px;
    padding-left: 10px;
    padding-top: 1px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/winner_window_v3/board_v2.png);
}

.winner-window-istaka-row{
  width: 367px;
    height: 38px;
    padding-left: 1px;
}

.winner-window-finished-hand-profile{
  position: absolute;
  width: 145px;
  /* background-color: pink; */
  height: 48px;
  line-height: 40px;
  top: 26px;
  left: -4px;
}

.winner-window-finished-hand-picture-wrapper{
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 7px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/winner_window_v2/profile_bg_big.png);
}

.winner-window-finished-hand-picture{
  position: absolute;
  width: 39px;
  height: 39px;
  top: 3px;
  left: 3px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
}

.winner-window-finished-hand-profile-txt{
  position: absolute;
    top: 38px;
    left: -19px;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 107px;
}

.winner-window-finished-hand-profile-member{
  position: absolute;
  top: 14px;
  left: 58px;
  color: #F79526;
  font-size: 20px;
}

.gb-okey .winner-window-finished-hand-profile-member{
  display: none;
}


.winner-window-finish-reason-wrapper{
  position: absolute;
  color: white;
  top: 0px;
  left: 178px;
  width: 190px;
  height: 50px;
  line-height: 16px;
  overflow: hidden;
  
}

.gb-okey .winner-window-finish-reason-wrapper{
  display: none;
}

.winner-window-finish-reason-wrapper:before{
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}


.winner-window-finished-hand-finish-reason{
  display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.winner-window-finished-hand-will-start{
  position: absolute;
  bottom: 6px;
  left: 0px;
  color: white;
  width: 100%;
  text-align: center;
}

.gb-okey .winner-window-finished-hand-will-start{
  bottom:21px;
}

.winner-window-finished-hand-time{
  color: #09F40F;
}


.winner-window-finished-hand-stone{
  position: relative;
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    margin-bottom: 2px;
    margin-right: 0px;
    margin-top: 0px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/stones/Stone-Black-01.png);

}

.winner-window-finished-hand-stone-star{
  display: none;
    position: absolute;
    width: 11px;
    height: 10px;
    left: -1px;
    top: -1px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/winner_window_v3/star.png);
}


.winner-window-v2-blue .winner-window-row-v2{
  margin-top: 2px;
  height: 54px;
}

.winner-profile-picture-v2 {
  position: absolute;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
}

.gb-okey .winner-profile-picture-v2,

.gb-batak .winner-profile-picture-v2,
.gb-zadebul .winner-profile-picture-v2  {
  width: 26px;
  height: 26px;
  top: 2px;
  left: 2px;
}

.gb-okey101 .winner-window-row-v2 .winner-profile-picture-v2{
  width: 42px;
    height: 42px;
    top: 3px;
    left: 3px;
}


.winner-profile-picture-wrapper{
  position:absolute;
  width:30px;
  height: 30px;
  top:4px;
  left:7px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/winner_window_v2/profile_bg.png);
}

.gb-okey .winner-profile-picture-wrapper{
  transform: scale(1.7);
    top: 9px;
    left: 35px;
}

.gb-okey101 .winner-profile-picture-wrapper{
  position: absolute;
    width: 48px;
    height: 48px;
    top: 6px;
    left: 7px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/Scoreboard-ProfileBorder.png);
}

.gb-batak .winner-profile-picture-wrapper{
  background-image: url(/oyna/img/batak/winner_window_v2/profile_bg.png);
}

.gb-zadebul .winner-profile-picture-wrapper{
  background-image: url(/oyna/img/zadebulwinner_window_v2/profile_bg.png);
}


.winner-profile-v2 {
  position: absolute;
  border-radius: 100px;
}

.winner-profile-winner-v2 {
  background-image: url(/oyna/img/base/scoreboard/winner_user.png);
  width: 50px;
  height: 55px;
  background-size: 100% 100%;
  top: -7px;
  left: -3px;
}

.winner-profile-loser-v2 {
  background-image: url(/oyna/img/base/scoreboard/loser_user.png);
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  top: 1px;
  left: -1px;
}

.winner-window-nickname-v2 {
  position: absolute;
  top: 7px;
  left: 53px;
  height: 30px;
  width: 150px;
  line-height: 30px;
  font-size: 19px;
  color: #ffffff;
}




.gb-batak .winner-window-nickname-v2,
.gb-zadebul .winner-window-nickname-v2{
  top: 4px;
  left: 45px;
  width: 110px;
  overflow: hidden;
}


.gb-okey .winner-window-nickname-v2{
  top: 11px;
    left: 16px;
    width: 225px;
    overflow: hidden;

}

.gb-okey101 .winner-window-v2 .winner-window-row-v2 .winner-window-nickname-v2{
  top: 14px;
    left: 68px;
    width: 110px;
    overflow: hidden;
}

.winner-window-won-point-v2 {
  position: absolute;
  top: 6px;
  left: 203px;
  height: 30px;
  line-height: 30px;
  font-size: 21px;
  width: 190px;
  text-align: right;
  padding-right: 17px;
  color: #ffffff;
  background-size: 100% 100%;
}

.gb-pisti .winner-window-won-point-v2{
  left:150px;
}


.winner-window-won-cup-v2{
  position: absolute;
    top: 2px;
    left: 357px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
    width: 115px;
    text-align: center;
    padding-left: 50px;
    color: #ffffff;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/game_create_v2/cup_zemin_bg_blue.png);
}



.gb-batak .winner-window-won-point-v2,
.gb-zadebul .winner-window-won-point-v2{
  background-image:none;
  padding-right: 26px;
  width: 80px;
  top:0px;
  left:232px;
  font-size:19px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  color:#EF353F;
}

.gb-okey .winner-window-won-point-v2{
  background-image: none;
    padding-right: 16px;
    width: 88px;
    top: 0px;
    left: 408px;
    font-size: 23px;
    height: 51px;
    line-height: 51px;
    text-align: right;
    color: #fadf00;
}

.winner-window-multiplier{
  background-image: none;
  padding-right: 16px;
  width: 88px;
  top: 0px;
  left: 242px;
  font-size: 30px;
  height: 51px;
  position: absolute;
  line-height: 51px;
  text-align: right;
  color: #fadf00;
}


.gb-okey101  .winner-window-row-v2 .winner-window-won-point-v2{
  background-image: none;
    width: 144px;
    top: 11px;
    left: 232px;
    font-size: 19px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
}


.gb-okey101 .winner-window-tournament .winner-window-won-point-v2{
  padding-right: 0px;
  text-align: center;
  width: 88px;
}


.gb-okey .winner-window-row-winner-bg-v2 .winner-window-won-point-v2,
.gb-zadebul .winner-window-row-winner-bg-v2 .winner-window-won-point-v2,
.gb-batak .winner-window-row-winner-bg-v2 .winner-window-won-point-v2{
  color:#00FFFF;
}





.winner-window-row-coins{
  position: absolute;
    right: 94px;
    top: 10px;
    width: 35px;
    height: 37px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
}

.gb-okey101 .winner-window-row-coins{
  background-image: url(/oyna/img/okey101/winner_window_v4/ZLV2.png);
    right: 403px;
    width: 32px;
    height: 32px;
    top: 13px;
}
.gb-okey101 .winner-window-row-like-panel{
  position: absolute;
    text-align: center;
    top: 17px;
    height: 36px;
    border-radius: 0px;
    line-height: 36px;
    color: white;
    left: 421px;
    width: 167px;

}

.winner-window-row-like-btn{
  cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    width: 50px;
    height: 28px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/Profile-AddLikeButton.png);
}

.winner-window-row-like-btn:hover{
  transform: scale(1.05);
}

.winner-window-row-add-friend-btn{
  cursor: pointer;
    transition: all 0.2s ease;
  display: inline-block;
    width: 50px;
    height: 28px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/Profile-AddFriendButton.png);
}
.winner-window-row-add-friend-btn:hover{
  transform: scale(1.05);
}

.gb-okey101 .winner-window-row-multiplier-btn{
  display: inline-block;
    width: 50px;
    height: 28px;
    background-size: 100% 100%;
}

.gb-okey .winner-window-row-multiplier-btn{
  display: block;
    position: absolute;
    width: 50px;
    height: 28px;
    background-size: 100% 100%;
    top: 15px;
    left: 297px;
}

.winner-row-multiplier-x1{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX1.png);
}

.winner-row-multiplier-x2{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX2.png);
}
.winner-row-multiplier-x3{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX3.png);
}
.winner-row-multiplier-x4{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX4.png);
}

.winner-row-multiplier-x5{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX5.png);
}
.winner-row-multiplier-x6{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX6.png);
}
.winner-row-multiplier-x7{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX7.png);
}
.winner-row-multiplier-x8{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX8.png);
}
.winner-row-multiplier-x9{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX9.png);
}
.winner-row-multiplier-x10{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX10.png);
}
.winner-row-multiplier-x11{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX11.png);
}
.winner-row-multiplier-x12{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX12.png);
}
.winner-row-multiplier-x13{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX13.png);
}
.winner-row-multiplier-x14{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX14.png);
}
.winner-row-multiplier-x15{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX15.png);
}
.winner-row-multiplier-x16{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX16.png);
}
.winner-row-multiplier-x17{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX17.png);
}
.winner-row-multiplier-x18{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX18.png);
}
.winner-row-multiplier-x19{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX19.png);
}
.winner-row-multiplier-x20{
  background-image: url(/oyna/img/okey101/winner_window_v4/MX20.png);
}









.gb-okey .winner-row-multiplier-x1{
  background-image: url(/oyna/img/okey/winner_window_v4/MX1.png);
}

.gb-okey .winner-row-multiplier-x2{
  background-image: url(/oyna/img/okey/winner_window_v4/MX2.png);
}
.gb-okey .winner-row-multiplier-x3{
  background-image: url(/oyna/img/okey/winner_window_v4/MX3.png);
}
.gb-okey .winner-row-multiplier-x4{
  background-image: url(/oyna/img/okey/winner_window_v4/MX4.png);
}

.gb-okey .winner-row-multiplier-x5{
  background-image: url(/oyna/img/okey/winner_window_v4/MX5.png);
}
.gb-okey .winner-row-multiplier-x6{
  background-image: url(/oyna/img/okey/winner_window_v4/MX6.png);
}
.gb-okey .winner-row-multiplier-x7{
  background-image: url(/oyna/img/okey/winner_window_v4/MX7.png);
}
.gb-okey .winner-row-multiplier-x8{
  background-image: url(/oyna/img/okey/winner_window_v4/MX8.png);
}
.gb-okey .winner-row-multiplier-x9{
  background-image: url(/oyna/img/okey/winner_window_v4/MX9.png);
}
.gb-okey .winner-row-multiplier-x10{
  background-image: url(/oyna/img/okey/winner_window_v4/MX10.png);
}
.gb-okey .winner-row-multiplier-x11{
  background-image: url(/oyna/img/okey/winner_window_v4/MX11.png);
}
.gb-okey .winner-row-multiplier-x12{
  background-image: url(/oyna/img/okey/winner_window_v4/MX12.png);
}
.gb-okey .winner-row-multiplier-x13{
  background-image: url(/oyna/img/okey/winner_window_v4/MX13.png);
}
.gb-okey .winner-row-multiplier-x14{
  background-image: url(/oyna/img/okey/winner_window_v4/MX14.png);
}
.gb-okey .winner-row-multiplier-x15{
  background-image: url(/oyna/img/okey/winner_window_v4/MX15.png);
}
.gb-okey .winner-row-multiplier-x16{
  background-image: url(/oyna/img/okey/winner_window_v4/MX16.png);
}
.gb-okey .winner-row-multiplier-x17{
  background-image: url(/oyna/img/okey/winner_window_v4/MX17.png);
}
.gb-okey .winner-row-multiplier-x18{
  background-image: url(/oyna/img/okey/winner_window_v4/MX18.png);
}
.gb-okey .winner-row-multiplier-x19{
  background-image: url(/oyna/img/okey/winner_window_v4/MX19.png);
}
.gb-okey .winner-row-multiplier-x20{
  background-image: url(/oyna/img/okey/winner_window_v4/MX20.png);
}








.gb-zadebul .winner-window-row-coins{
  background-image: url(/oyna/img/zadebul/winner_window_v2/coins.png);
}


.gb-okey101 .winner-window-tournament .winner-window-row-coins{
  display:none;
}


.winner-window-v2-blue .winner-window-won-point-v2{
  background-image: url(/oyna/img/pisti/winner_window_v2/won_zl_bg_blue.png);
  top:2px;
  height: 41px;
  line-height: 41px;
}



.winner-window-wonscore-v2 {
  top: 10px;
  position: absolute;
  height: 23px;
  width: 77px;
  background-color: white;
  border-radius: 7px;
  left: 484px;
  line-height: 23px;
  color: #000000;
  text-align: center;
  font-size: 1.3em;
}

.gb-okey .winner-window-wonscore-v2,

.gb-batak .winner-window-wonscore-v2,
.gb-zadebul .winner-window-wonscore-v2{
  top:0px;
  height: 36px;
  background-color:transparent;
  border-radius:0px;
  line-height: 36px;
  color:white;
  left:156px;
  font-size:19px;
}

.gb-okey101 .winner-window-wonscore-v2{
  top: 11px;
  height: 36px;
  background-color: transparent;
  border-radius: 0px;
  line-height: 36px;
  color: white;
  left: 349px;
  font-size: 19px;
}

.winner-window-two-players-v2 .winner-window-body-v2 {
  position: relative;
}

.winner-window-two-players-v2 .winner-window-row-v2 {
  position: absolute;
  width: 573px;
  height: 52px;
  margin-top: 0px;
}

.gb-okey .winner-window-two-players-v2 .winner-window-row-v2,
.gb-zadebul .winner-window-two-players-v2 .winner-window-row-v2 {
  position: absolute;
  width: 314px;
  height: 36px;
  margin-top: 0px;
}

.winner-window-two-players-v2 .winner-row-1-v2 {
  top: 35px;
}

.gb-okey .winner-window-two-players-v2 .winner-row-1-v2,
.gb-zadebul .winner-window-two-players-v2 .winner-row-1-v2,
.gb-okey101 .winner-window-two-players-v2 .winner-row-1-v2{
  top: 18px;
}

.winner-window-two-players-v2 .winner-row-2-v2 {
  top: 98px;
}

.winner-window-three-players-v2 .winner-row-1-v2 {
  top: 8px;
}

.winner-window-three-players-v2 .winner-row-2-v2 {
  top: 20px;
}

.winner-window-three-players-v2 .winner-row-3-v2 {
  top: 33px;
}



.gb-okey .winner-window-two-players-v2 .winner-row-2-v2,
.gb-zadebul .winner-window-two-players-v2 .winner-row-2-v2,
.gb-okey101 .winner-window-two-players-v2 .winner-row-2-v2  {
  top: 92px;
}

.winner-window-two-players-v2 .winner-window-nickname-v2 {
  top: 10px;
}

.gb-okey .winner-window-two-players-v2 .winner-window-nickname-v2 ,
.gb-zadebul .winner-window-two-players-v2 .winner-window-nickname-v2 ,
.gb-okey101 .winner-window-two-players-v2 .winner-window-nickname-v2{
  top: 4px;
}

.winner-window-two-players-v2 .winner-window-won-point-v2 {
  top: 9px;
}

.gb-okey .winner-window-two-players-v2 .winner-window-won-point-v2,
.gb-zadebul .winner-window-two-players-v2 .winner-window-won-point-v2 {
  top: 0px;
}


.winner-window-two-players-v2.winner-window-v2-blue .winner-window-won-point-v2 {
  top: 2px;
}


.winner-window-two-players-v2 .winner-window-wonscore-v2 {
  top: 13px;
}

.gb-okey .winner-window-two-players-v2 .winner-window-wonscore-v2,
.gb-zadebul .winner-window-two-players-v2 .winner-window-wonscore-v2{
  top: 0px;
}

.winner-window-two-players-v2 .winner-profile-loser-v2 {
  width: 49px;
  height: 49px;
}

.winner-window-two-players-v2 .winner-profile-picture-v2 {
  width: 47px;
  height: 47px;
}

.gb-okey .winner-window-two-players-v2 .winner-profile-picture-v2 ,
.gb-zadebul .winner-window-two-players-v2 .winner-profile-picture-v2  {
  width: 26px;
  height: 26px;
}

.winner-window-two-players-v2 .winner-profile-winner-v2 {
  width: 52px;
  height: 58px;
}


.winner-window-v2-blue .winner-window-row-winner-bg-v2{
  background-image: url(/oyna/img/pisti/winner_window_v2/winner_row_bg_blue.png);
}

.gb-batak .winner-window-v2-blue .winner-window-row-winner-bg-v2{
  background-image: url(/oyna/img/batak/winner_window_v2/winner_row_bg_blue.png);
}


.gb-okey .winner-window-row-winner-bg-v2,
.gb-zadebul .winner-window-row-winner-bg-v2
{
  background-image: none;
}

.gb-okey101 .winner-window-row-winner-bg-v2 {
  margin-top: 0px;
    margin-left: 0px;
    height: 61px;
    width: 600px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/WinnerWinBg.png);
}



.gb-pisti .winner-window-row-winner-bg-v2 {
  background-size: 100% 100%;
  background-position-y: -2px;
  background-repeat: no-repeat;
}


.winner-window-two-players-v2-blue{
  background-image: url(/oyna/img/pisti/winner_window_v2/winner_two_bg_blue.png);
  height: 330px;
  top: 500px;
}




.winner-window-two-players-v2-blue .winner-window-body-v2{
  position:relative;
}


.winner-window-two-players-v2-blue .winner-row-1-v2{
  top:42px;
}

.winner-window-two-players-v2-blue .winner-row-1-v2{
  top:100px;
}


.winner-window-two-players-v2-blue .winner-window-row-v2{
  position: absolute;
  width: 573px;
  height: 52px;
  margin-top: 0px;
}

.gb-batak .winner-window-three-players-v2 {
  background-image: url(/oyna/img/batak/winner_window_v2/winner_three_bg.png);
  height: 195px;
  top: 500px;
}


.winner-window-three-players-v2 .winner-row-4-v2{
  display:none;
}


.gb-okey .winner-window-wl-2 .winner-row-4-v2{
  display: none;
}


.gb-okey .winner-window-wl-2 .winner-row-3-v2{
  display: none;
}



.winner-window-bottom-panel {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 80px;
}

.winner-window-bottom-text {
  width: 100%;
  height: 20px;
  font-size: 19px;
  text-align: center;
  color: white;
}

.winner-window-bottom-buttons {
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-top: 8px;
}

.winner-window-v2-blue .winner-window-bottom-buttons {
  margin-top: 2px;
}

.winner-window-bottom-buttons div {
  display: inline-block;
  width: 160px;
  height: 42px;
  color: white;
  background-size: 100% 100%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.winner-window-v2-blue .winner-window-bottom-buttons div {
  width: 182px;
  height: 60px;
  line-height: 50px;
}


.winner-window-bottom-buttons div:hover {
  transform: scale(1.05);
}

.winner-window-btn-separator {
  display: inline-block;
  width: 22px;
  height: 10px;
}

.winner-window-quit-btn {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}

.winner-window-v2-blue .winner-window-quit-btn {
  background-image: url(/oyna/img/pisti/game_create_v2/close_btn_bg_blue.png);
}

.gb-batak .winner-window-v2-blue .winner-window-quit-btn {
  background-image: url(/oyna/img/batak/game_create_v2/close_btn_bg_blue.png);
}

.winner-window-continue-btn {
  background-image: url(/oyna/img/okey101/game_create_v3/open_btn_bg.png);
}


.winner-window-v2-blue .winner-window-continue-btn {
  background-image: url(/oyna/img/pisti/game_create_v2/open_btn_bg_blue.png);
}

.gb-batak .winner-window-v2-blue .winner-window-continue-btn {
  background-image: url(/oyna/img/batak/game_create_v2/open_btn_bg_blue.png);
}


.gb-zadebul .winner-window-continue-btn,
.gb-okey101 .winner-window-continue-btn,
.gb-batak .winner-window-continue-btn{
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/winner_window_v2/close_btn_bg.png);
  transition: all 0.2s ease;
  cursor: pointer;

}


.gb-okey .winner-window-continue-btn{
  position: absolute;
    right: 17px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/winner_window_v2/close_btn_bg.png);
    transition: all 0.2s ease;
    cursor: pointer;
}

.gb-zadebul .winner-window-continue-btn{
  background-image: url(/oyna/img/zadebul/winner_window_v2/close_btn_bg.png);
}

.gb-okey101 .winner-window-continue-btn{
  right: -81px;
    background-image: url(/oyna/img/okey101/winner_window_v4/CloseV3.png);
    top: -17px;
    width: 40px;
    height: 40px;
}

.winner-window-continue-button{
  position: absolute;
    bottom: -61px;
    left: 199px;
    width: 170px;
    height: 59px;
    color: white;
    line-height: 52px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/WinnerButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    text-shadow: 3px 3px 2px rgb(0 0 0);
}


.winner-window-continue-button:hover{
  transform: scale(1.05);
}

.winner-window-continue-number{
  position: absolute;
  right: -8px;
  top: -7px;
  border-radius: 100px;
  background-color: red;
  text-align: center;
  color: white;
  width: 29px;
  line-height: 23px;
  height: 25px;
  font-size: 18px;

}

.gb-batak .winner-window-continue-btn{
  background-image: url(/oyna/img/batak/winner_window_v2/close_btn_bg.png);
}

.gb-okey101 .winner-window-tournament .winner-window-continue-btn{
  display:none;
}


.winner-window-go-loby-btn{
  display:none;
  position: absolute;
  background-size: 100% 100%;
  bottom:-53px;
  left: 73px;
  transition: all 0.2s ease;
  width: 178px;
  height: 53px;
  background-image: url(/oyna/img/okey101/tournament/inside/green_btn.png);
  text-align: center;
  font-size: 22px;
  line-height: 53px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  cursor:pointer;
}


.winner-window-go-loby-btn:hover{
  transform: scale(1.05);
}

.winner-window-tournament .winner-window-go-loby-btn{
  display: block;
}



.gb-zadebul .winner-window-v2-hand-content .winner-window-continue-btn,
.gb-okey101 .winner-window-v2-hand-content .winner-window-continue-btn{
  right: 15px;
  top: 68px;
}

.gb-okey .winner-window-v2-hand-content .winner-window-continue-btn{
  right: 18px;
  top: 14px;
}


.gb-okey .winner-window-continue-btn:hover,
.gb-zadebul .winner-window-continue-btn:hover,
.gb-okey101 .winner-window-continue-btn:hover{
  transform: scale(1.05);
}

.winner-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg.png);
  top: 415px;
  left: 50%;
  width: 406px;
  height: 486px;
  margin-left: -203px;
  margin-top: -270px;
  background-size: 406px 486px;
  z-index: 999;
}

.winner-window-two-players {
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg_2.png);
  height: 297px;
  top: 497px;
  background-size: 406px 297px;
}

.winner-window-three-players {
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg_3.png);
  height: 390px;
  top: 456px;
  background-size: 100% 100%;
}

.winner-canak-shr {
  display: none;
  position: absolute;
  text-align: center;
  top: 88px;
  left: 419px;
  width: 192px;
  border-radius: 15px;
  border: 2px solid #62615e;
  padding-bottom: 5px;
  /* height: 300px;
  background-color: #023d76;
  background-image: linear-gradient(to bottom, #29abe2, #023d76);
   */
  background-color: #29abe2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#023d76));
  background-image: -webkit-linear-gradient(top, #29abe2, #023d76);
  background-image: -moz-linear-gradient(top, #29abe2, #023d76);
  background-image: -ms-linear-gradient(top, #29abe2, #023d76);
  background-image: -o-linear-gradient(top, #29abe2, #023d76);
  background-image: linear-gradient(to bottom, #29abe2, #023d76);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#29abe2, endColorstr=#023d76);
}

.winner-canak-shr-two-players {
  top: 50px;
}

.winner-canak-shr-three-players {
  top: 69px;
}

.winner-canak-shr img {
  width: 100px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}

.gb-okey .winner-canak-shr img {
  width: 88px;
  float: left;
  height: 107px;
  margin-left: 12px;
  margin-top: 8px;

}

.gb-zadebul .winner-canak-shr img {
  width: 88px;
  float: left;
  height: 107px;
  margin-left: 12px;
  margin-top: 8px;

}


.gb-okey101 .winner-canak-shr img {
  width: 88px;
  float: left;
  height: 107px;
  margin-left: 12px;
  margin-top: 8px;
}


.gb-okey101 .winner-window-v2 .winner-canak-shr{
  display: block;
  width: 205px;
  left: 4px;
  top: 370px;
  width: 314px;
  transform: scale(0.8);
}

.winner-canak-shr-buttons{
  float: left;
  display: block;
  height: 100%;
  width: 203px;
  margin-left: 0px;
}


.winner-canak-shr-title {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 11px;
  color: white;
}

.winner-canak-shrfacebook-button {
  width: 180px;
  height: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  background-image: url(/oyna/img/base/scoreboard/paylas_fb.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}

.winner-canak-shrfacebook-button:hover {
  transform: scale(1.05);
}

.winner-canak-shrsalon-button {
  width: 180px;
  height: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  background-image: url(/oyna/img/base/scoreboard/paylas_oyunzade.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.winner-canak-shrsalon-button:hover {
  transform: scale(1.05);
}



.winner-window-v2 .winner-canak-shr {
  display: none;
  position: absolute;
  text-align: center;
  top: 28px;
  left: 705px;
  width: 192px;
  border-radius: 15px;
  border: 2px solid #859fb6;
  padding-bottom: 5px;
						
  background-color: #1f6e64;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f6e64), to(#0f3431));
  background-image: -webkit-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -moz-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -ms-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -o-linear-gradient(top, #1f6e64, #0f3431);
  background-image: linear-gradient(to bottom, #1f6e64, #0f3431);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1f6e64, endColorstr=#0f3431);
}

	


.winner-window-v2-hand-content .winner-canak-shr {
  display: none;
  position: absolute;
  text-align: center;
  top: 233px;
  left: 62px;
  width: 314px;
  border-radius: 15px;
  border: 2px solid #859fb6;
  padding-bottom: 5px;
  transform: scale(0.8);
  background-color: #1f6e64;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f6e64), to(#0f3431));
  background-image: -webkit-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -moz-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -ms-linear-gradient(top, #1f6e64, #0f3431);
  background-image: -o-linear-gradient(top, #1f6e64, #0f3431);
  background-image: linear-gradient(to bottom, #1f6e64, #0f3431);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1f6e64, endColorstr=#0f3431);
}

.gb-okey .winner-window-v2-hand-content .winner-canak-shr{
  top: 490px;
  left: 169px;
}


.gb-okey .winner-window-wl-2 .winner-window-v2-hand-content .winner-canak-shr{
  top: 361px;
  left: 169px;
}

.gb-okey .winner-window-v2 .winner-canak-shr {
  height: 130px;
  top: 377px;
  left: 190px;
  width: 314px;
  
}

.gb-zadebul .winner-window-v2 .winner-canak-shr {
  height: 130px;
  top: 377px;
  left: 190px;
  width: 314px;
  
}


.winner-window-you-won-header,.winner-window-you-lost-header{
  width: 100%;
    text-align: center;
    height: 50px;
    position: relative;
}




.winner-window-you-won-txt, .winner-window-you-lost-txt{
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  height: 41px;
  line-height: 39px;
  font-size: 31px;
  color: #7F5717;
}

.winner-window-you-won-img{
  position: relative;
    width: 263px;
    height: 58px;
    top: -16px;
    /* left: 18px; */
    margin-left: auto;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/winner_window_v4/WinnerWin.png);
    margin-right: auto;
}

.winner-window-you-lost-img{
  position: relative;
  width: 263px;
  height: 58px;
  top: -16px;
  /* left: 18px; */
  margin-left: auto;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/winner_window_v4/WinnerLost.png);
  margin-right: auto;
}


.winner-window-v2-blue .winner-canak-shr {
  border: 2px solid #002146;
  background-color: #000c1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002146), to(#000c1a));
  background-image: -webkit-linear-gradient(top, #002146, #000c1a);
  background-image: -moz-linear-gradient(top, #002146, #000c1a);
  background-image: -ms-linear-gradient(top, #002146, #000c1a);
  background-image: -o-linear-gradient(top, #002146, #000c1a);
  background-image: linear-gradient(to bottom, #002146, #000c1a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#002146, endColorstr=#000c1a);
}






.winner-window-body {
  width: 350px;
  height: 387px;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
}

.winner-window-row {
  position: relative;
  width: 350px;
  ;
  height: 90px;
  margin-top: 5px;
  background-image: url(/oyna/img/base/scoreboard/scoreboard_row.png);
  background-size: 350px 90px;
  color: yellow;
}

.winner-profile {
  position: absolute;
  border-radius: 100px;
}

.winner-profile-picture {
  position: absolute;
  width: 68px;
  height: 68px;
  background-size: 68px 68px;
  border-radius: 100px;
  top: 10px;
  left: 10px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
}

.winner-profile-winner {
  background-image: url(/oyna/img/base/scoreboard/winner_user.png);
  width: 74px;
  height: 87px;
  background-size: 74px 87px;
  top: -12px;
  left: -3px;
}

.winner-profile-loser {
  background-image: url(/oyna/img/base/scoreboard/loser_user.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  top: -1px;
  left: -1px;
}

.winner-window-close-btn {
  position: absolute;
  width: 150px;
  height: 53px;
  bottom: -23px;
  left: 129px;
  background-image: url(/oyna/img/base/buttons/red_long.png);
  background-size: 150px 53px;
  line-height: 53px;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-family: 'DINPro-CondensedBold';
  /* text-shadow: 0px 0px 4px #000000; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #473420; */
  transition: all 0.2s ease;
  cursor: pointer;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.winner-window-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_long_over.png);
}

.winner-window-nickname {
  position: absolute;
  top: 20px;
  left: 91px;
  height: 30px;
  width: 150px;
  line-height: 30px;
  font-size: 1.2em;
  color: white;
}

.winner-window-won-point {
  position: absolute;
  top: 40px;
  left: 91px;
  height: 35px;
  line-height: 35px;
  font-size: 1.2em;
  width: 150px;
}

.winner-window-winner-icon {
  position: absolute;
  width: 60px;
  height: 33px;
  left: 254px;
  top: 6px;
  background-size: 60px 33px;
}

.winner-icon-tr {
  background-image: url(/oyna/img/base/scoreboard/winner_icon_tr.png);
}

.winner-icon-en {
  background-image: url(/oyna/img/base/scoreboard/winner_icon_en.png);
}

.winner-window-wonscore {
  top: 46px;
  position: absolute;
  height: 26px;
  width: 88px;
  background-color: white;
  border-radius: 7px;
  left: 239px;
  line-height: 26px;
  color: #3AB3E5;
  text-align: center;
  font-size: 1.3em;
}

.game-setting-top {
  width: 100%;
  height: 154px;
  padding-left: 24px;
  padding-right: 19px;
  padding-top: 15px;
  font-size: 16px;
}

.game-starting-top {
  width: 100%;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
  font-size: 16px;
}

.game-starting-option {
  float: left;
  width: 90px;
  height: 51px;
  margin-left: 26px;
}

.starting-option-title {
  text-align: center;
  height: 20px;
  width: 100%;
}

.starting-option-body {
  line-height: 30px;
  height: 29px;
  width: 90px;
  background-color: white;
  border: solid 1px black;
  border-radius: 6px;
  text-align: center;
}

/**
  game settings ile gamestarting window aynı idi boyle düzeltiliyor

**/

.game-setting-top-option {
  width: 161px;
  padding-left: 0px;
  height: 33px;
  margin-left: 13px;
}


.gb-pisti .game-setting-top-option{
  width: 161px;
  padding-left: 0px;
  height: 39px;
  margin-left: 13px;
  position: relative;
  margin-bottom: 15px;
}

.game-setting-top-title {
  float: left;
  text-align: left;
  height: 30px;
  width: 72px;
  font-size: 16px;
  line-height: 30px;
}

.game-setting-top-body {
  float: left;
  width: 80px;
  border: solid 1px #C0C0C0;
  border-radius: 8px;
  line-height: 26px;
  font-size: 17px;
}

.gb-pisti .game-setting-top-body{
  border: 0px;
  background-color: transparent;
  color: #e8ff66;
  width: 138px;
  margin-bottom: 12px;
  position:relative;
}

.invitation-point-image{
  position: absolute;
  top: 2px;
  left: 8px;
  width: 35px;
  height: 36px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/invitation/chip.png);


}

.invitation-cup-image{
  position: absolute;
    top: 1px;
    left: 3px;
    width: 46px;
    height: 39px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/invitation/cup.png);
}

.starting-option-left-icon {
  float: left;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  margin-left: 2px;
  margin-top: 1px;
}

.invite-chip-icon {
  background-image: url(/oyna/img/base/game_starting/Invite-Chip.png);
}

.radio-button {
  line-height: 24px;
  height: 27px;
  width: 116px;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}

.radio-button-value {
  float: left;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.game-create-content-pisti-v2 .radio-button-value,
.game-create-content-batak-v2 .radio-button-value{
  position:absolute;
}

.radio-button-border {
  background-color: white;
  border: solid 1px #C0C0C0;
  border-radius: 6px;
}

.radio-button-on {
  background-image: url(/oyna/img/base/options/rb_on.png);
}

.radio-button-off {
  background-image: url(/oyna/img/base/options/rb_off.png);
}

.game-starting-middle {
  height: 50px;
  width: 522px;
  margin-left: auto;
  border-radius: 16px;
  margin-right: auto;
  text-align: center;
  line-height: 40px;
  font-size: 1.5em;
  border: solid 1px;
  background-color: #e2dfd2;
}

.game-starting-bottom {
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 340px;
  font-size: 1.4em;
  margin-top: 14px;
  color: white;
}

.game-starting-bottom div {
  height: 57px;
  width: 93px;
  line-height: 50px;
  display: inline-block;
  /*margin-left: 10px;*/
  background-size: 93px 57px;
  font-size: 22px;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.game-starting-quit-btn {
  background-image: url(/oyna/img/base/buttons/red_oval.png);
}

.game-starting-quit-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}

.game-starting-invite-btn {
  background-image: url(/oyna/img/base/buttons/green_oval.png);
}

.game-starting-invite-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.private-chat-left {
  width: 378px;
  height: 253px;
  float: left;
  background-image: url(/oyna/img/base/shbt_alani_bg.png);
}

.private-chat-left-header {
  height: 64px;
  width: 100%;
  position: relative;
  color: white;
  line-height: 24px;
}

.private-chat-profile {
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: absolute;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  top: 5px;
  left: 5px;
  border-radius: 12px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.admin-vip-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 30px 30px;
  top: 9px;
  left: 76px;
  background-size: 100%;
  position: absolute;
}

.tiny-vip-m {
  background-image: url(/oyna/img/base/tiny_admin_icon/vip_m.png);
  width: 17px;
  height: 27px;
}

.tiny-vip-f {
  background-image: url(/oyna/img/base/tiny_admin_icon/vip_f.png);
  width: 17px;
  height: 27px;
}

.tiny-admin-3 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_red.png);
}

.tiny-admin-4 {
  /** this is cancelled**/
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_orange_oval.png);
}

.tiny-admin-5 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_red.png);
}

.tiny-admin-6 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_blue.png);
}

.tiny-admin-7 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_pink.png);
}

.tiny-admin-8 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_red.png);
}

.tiny-admin-9 {
  background-image: url(/oyna/img/base/tiny_admin_icon/admin_red.png);
}

.private-chat-nickname {
  width: 120px;
  height: 24px;
  position: absolute;
  top: 13px;
  left: 65px;
  white-space: nowrap;
}

.private-chat-nickname-icon-admin-fix {
  padding-left: 29px !important;
  background-position: left -3px top -2px !important;
  background-repeat: no-repeat !important;
}

.private-chat-nickname-icon-vip-fix {
  padding-left: 29px !important;
  background-position: left 7px top -2px !important;
  background-repeat: no-repeat !important;
}

.private-chat-block-btn, .private-chat-unblock-btn {
  width: 80px;
  height: 24px;
  position: absolute;
  top: 34px;
  left: 188px;
  border-radius: 3px;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: -0.8px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f62b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
  background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
  background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
  background-image: -o-linear-gradient(top, #f62b2b, #d20202);
  background-image: linear-gradient(to bottom, #f62b2b, #d20202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f62b2b, endColorstr=#d20202);
}

.private-chat-unblock-btn {
  display: none;
}

.private-chat-block-btn:hover, .private-chat-unblock-btn:hover {
  background-color: #e40a0a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
  background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
  background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e40a0a, endColorstr=#9f0202);
}

.private-chat-shake-btn {
  width: 64px;
  height: 24px;
  position: absolute;
  top: 34px;
  left: 278px;
  border-radius: 3px;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: -0.8px;
  font-weight: 900;
  cursor: pointer;
  background-color: #4ba614;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
  background-image: -o-linear-gradient(top, #4ba614, #008c00);
  background-image: linear-gradient(to bottom, #4ba614, #008c00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}

.private-chat-shake-btn:hover {
  background-color: #36780f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
  background-image: -webkit-linear-gradient(top, #36780f, #005900);
  background-image: -moz-linear-gradient(top, #36780f, #005900);
  background-image: -ms-linear-gradient(top, #36780f, #005900);
  background-image: -o-linear-gradient(top, #36780f, #005900);
  background-image: linear-gradient(to bottom, #36780f, #005900);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#36780f, endColorstr=#005900);
}

.private-chat-complain-btn {
  width: 22px;
  height: 24px;
  position: absolute;
  top: 34px;
  left: 350px;
  border-radius: 3px;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: -0.8px;
  font-weight: 900;
  cursor: pointer;
  background-color: #f62b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
  background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
  background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
  background-image: -o-linear-gradient(top, #f62b2b, #d20202);
  background-image: linear-gradient(to bottom, #f62b2b, #d20202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f62b2b, endColorstr=#d20202);
}

.private-chat-complain-btn:hover {
  background-color: #e40a0a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
  background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
  background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e40a0a, endColorstr=#9f0202);
}

.private-chat-left-middle-wrapper {
  padding: 5px 6px 0px 12px;
  height: 154px;
}

.private-chat-left-middle {
  height: 144px;
  width: 100%;
  position: relative;
  overflow: auto;
  font-size: 18px;
}

.private-chat-left-bottom {
  height: 36px;
  width: 100%;
  position: relative;
}

#private_chat_input {
  display: block;
  float: left;
  width: 250px;
  margin-top: 5px;
  height: 22px;
  margin-left: 10px;
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-family: 'DINPro-CondensedBold';
}

.private-chat-left-bottom img {
  display: block;
  float: left;
  width: 42px;
  height: 35px;
  cursor: pointer;
  margin-left: 3px;
  margin-top: 2px;
}

.private-chat-left-bottom div {
  width: 107px;
  float: left;
  margin-top: 2px;
  margin-left: 7px;
}

.private-chat-right {
  width: 150px;
  height: 221px;
  float: right;
  background-image: url(/oyna/img/base/kisiler_alani_bg.png);
}

.private-chat-right-header {
  height: 53px;
  width: 100%;
}

.private-chat-right-header-btnwrapper {
  height: 30px;
  width: 100%;
  margin-top: 10px;
}

.private-chat-right-header-btnwrapper div {
  width: 28px;
  height: 30px;
  float: left;
  background-size: 100%;
  transition: all 0.2s ease;
  margin-left: 17px;
  cursor: pointer;
}

.private-chat-right-header-btnwrapper div:hover {
  transform: scale(1.2);
}

.private-chat-right-header-text {
  text-align: center;
  color: white;
  font-size: 0.9em;
  margin-top: 5px;
}

.private-chat-right-hand-btn {
  background-image: url(/oyna/img/base/private_chat/private_chat_hand_btn.png);
}

.private-chat-right-minimize-btn {
  background-image: url(/oyna/img/base/private_chat/private_chat_minimize_btn.png);
}

.private-chat-right-close-btn {
  background-image: url(/oyna/img/base/private_chat/private_chat_close_btn.png);
}

.private-chat-right-content-body-wrapper {
  width: 145px;
  height: 150px;
  overflow-y: auto;
  padding-left: 6px;
}

.private-chat-right-content-body {
  width: 100%;
  height: 150px;
  overflow-y: auto;
}

.private-chat-right-content-row, .private-chat-right-content-row-master {
  position: relative;
  height: 27px;
  width: 100%;
  border-radius: 3px;
  border: #000000 1px solid;
  color: white;
  padding-left: 2px;
  background-color: #3e3e3e;
  margin-top: 1px;
}

.private-chat-right-content-row .row-nickname {
  line-height: 24px;
}

.private-chat-row-selected {
  background-color: #1D76AC;
}

.private-chat-row-unread {
  background-color: green;
}

.private-chat-row-close {
  position: absolute;
  right: -2px;
  top: 1px;
  /* float: right; */
  margin-top: 3px;
  margin-right: 4px;
  border-radius: 100px;
  background-color: black;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  font-weight: 900;
  font-size: 0.6em;
  cursor: pointer;
}

.private-chat-right-content-row div:hover {
  background-color: red;
}

/** this is not being used this is intended to be add

drag handle to private  chat**/

.drag-part {
  margin-top: 50px;
  margin-left: 100px;
  width: 40px;
  height: 40px;
  background-color: red;
}

.please-wait-window {
  visibility: hidden;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.screen-blocker-window{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.please-wait-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 100px;
  font-size: 37px;
  font-family: 'DINPro-CondensedBold';
}

.maintenance-wait-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.maintenance-wait-header {
  position: relative;
  height: 83px;
  width: 100%;
  color: white;
  line-height: 100px;
  text-align: center;
  font-size: 2em;
}

.maintenance-wait-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/alert_bg.png);
  top: 155px;
  left: 50%;
  width: 480px;
  height: 281px;
  margin-left: -240px;
  background-size: 100% 100%;
  z-index: 999;
}

.maintenance-wait-text {
  position: absolute;
  top: 146px;
  width: 100%;
  height: 157px;
  text-align: center;
  color: black;
  font-size: 20px;
  font-family: 'DINPro-CondensedBold';
}

.starting-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.loading-logo {
  margin: 100px auto 0;
  width: 300px;
  height: 280px;
  /*background-color: black;*/
  padding: 20px;
  text-align: center;
  /*padding-left:49px;*/
  /*border-radius: 20px;*/
  /*border: solid #7d7634 2px;*/
}

.starting-screen-hint {
  width: 100%;
  height: 100px;
  /* background-color: blue; */
  text-align: center;
  line-height: 22px;
  font-size: 22px;
  font-family: 'DINPro-CondensedBold';
}

/*  Start of modal */

.modal, .modal-master, .modal-store-master, .modal-store {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}


.alert-store-header{
  height: 46px;
  width: 100%;
  position:relative;
  text-align: center;
}

.alert-store-header-wrapper{
  display: inline-block;
}


.alert-store-close-btn{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 14px;
  top: 5px;
  background-image: url(/oyna/img/base/store_modal/close_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

.alert-store-close-btn:hover{
  transform: scale(1.05);
}


.alert-store-header-icon{
  position:absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width:40px;
  height: 40px;
}



.alert-store-header-text{
  
  height: 58px;
  line-height: 40px;
  text-align: left;
  font-size: 28px;
  float: left;
  color: #7F5717;

}


.alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/with_diamond.png);
  float: left;
  width: 50px;
  height: 43px;
  background-size: 100% 100%;
  position: relative;
}



.modal-store-content-2 .alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/with_diamond.png);
}

.modal-store-content-1 .alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/chip_coins.png);
  width: 38px;
  height: 40px;
  top: 2px;
  left: -3px;
}

.modal-store-content-3 .alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/vip_store.png);
  width: 43px;
  top: 1px;
  left: -3px;
}


.modal-store-content-4 .alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/gold_vip_store.png);
  width: 43px;
  left: -2px;
  top: 0px;
}


.modal-store-content-5 .alert-store-header-image{
  background-image: url(/oyna/img/base/store_modal/purchase_wheel.png);
  width: 37px;
  height: 37px;
  top: -6px;
  top: 3px;
  left: -4px;

}


.alert-store-button-image{
  background-size: 100% 100%;
  width: 50px;
  height: 43px;
  position: absolute;
  top: 15px;
  left: 14px;
}

.modal-store-content-2 .alert-store-button-image{
  background-image: url("/oyna/img/base/store_modal/with_diamond.png");
}

.modal-store-content-1 .alert-store-button-image{
  background-image: url("/oyna/img/base/store_modal/chip_coins.png");
  width: 40px;
  left: 18px;
}

.modal-store-content-3 .alert-store-button-image{
  background-image: url("/oyna/img/base/store_modal/vip_store.png");
  width: 43px;
  left: 16px;

}


.modal-store-content-4 .alert-store-button-image{
  background-image: url("/oyna/img/base/store_modal/gold_vip_store.png");
  width: 43px;
}


.modal-store-content-5 .alert-store-button-image{
  background-image: url(/oyna/img/base/store_modal/purchase_wheel.png);
    width: 35px;
    height: 35px;
    top: 18px;
    left: 16px;
}





.info-modal {
  display: none;
  /* Hidden by default */
  z-index: 992;
}

.photo-upload-modal{
  display: none;
  /* Hidden by default */
  z-index: 992;
}

.micro-odeme-content-container {
  position: absolute;
  top: 391px;
  left: 50%;
}

.micro-odeme-content {
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/store/satinal_bg.png);
  width: 572px;
  height: 870px;
  margin-left: -286px;
  margin-top: -388px;
}

.micro-odeme-close-btn {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}

.micro-odeme-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.micro-odeme-frame {
  width: 100%;
  height: 740px;
}

.micro-odeme-content-body {
  height: 775px;
  width: 558px;
  margin-left: 8px;
  margin-top: 1px;
}

.micro-odeme-content-header {
  position: relative;
  height: 75px;
  width: 100%;
  color: white;
  line-height: 84px;
  text-align: center;
  font-size: 2em;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.micro-odeme-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99981;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.store-modal {
  display: none;
  /* Hidden by default */
  z-index: 992;
}

.authority-request-body {
  background-color: #C6BE9E;
  padding: 14px;
  height: 351px;
  width: 686px;
  margin-left: 1px;
  margin-top: -5px;
  border: 3px solid black;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.authority-request-inside {
  width: 648px;
  height: 263px;
  background-color: #F0EEE6;
  border: 1px solid #999999;
  border-radius: 32px;
  padding: 14px;
  font-size: 20px;
}

.authority-request-text {
  width: 617px;
  height: 232px;
  overflow-y: auto;
}

.authority-request-text-wrapper {
  width: 100%;
  height: 920px;
  padding: 10px;
}

.authority-request-text-wrapper p {
  margin-bottom: 8px;
}

.apply-authority-button {
  position: absolute;
  width: 93px;
  height: 57px;
  bottom: 0px;
  left: 295px;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  background-size: 100% 100%;
  line-height: 46px;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-family: 'DINPro-CondensedBold';
  transition: all 0.2s ease;
  cursor: pointer;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.apply-authority-button:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.authority-message-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/notifications/notifications_bg.png);
  top: 285px;
  left: 50%;
  width: 366px;
  height: 310px;
  margin-left: -183px;
  margin-top: -155px;
  background-size: 100% 100%;
  z-index: 999;
}

.authority-message-header {
  width: 100%;
  height: 46px;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  /*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
  color: white;
  font-size: 32px;
}

.authority-message-body {
  width: 366px;
  height: 264px;
  background-color: #CCC7B3;
  border: 2px solid black;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.authority-message-text {
  width: 315px;
  height: 183px;
  display: block;
  margin: 8px 23px;
  border-radius: 21px;
  border: 1px solid black;
  padding: 10px;
}

.authority-message-send-button {
  position: absolute;
  bottom: 5px;
  left: 141px;
  width: 93px;
  height: 57px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.5em;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.authority-message-send-button:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.authority-message-close-btn {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 27px;
  height: 27px;
  background-image: url(/oyna/img/base/buttons/blue_close_btn.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.authority-message-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/blue_close_btn_over.png);
}

.notifications-content, .notification-window-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/notifications/notifications_bg.png);
  top: 285px;
  left: 50%;
  width: 689px;
  height: 402px;
  margin-left: -345px;
  margin-top: -201px;
  background-size: 689px 402px;
  z-index: 999;
}

.notifications-header {
  width: 100%;
  height: 62px;
  font-size: 20px;
  text-align: center;
  line-height: 62px;
  /*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
  color: white;
  font-size: 40px;
}

.notifications-yeni-gelenler {
  position: relative;
  width: 100%;
  height: 155px;
}

.notifications-yeni-gelenler-cover {
  position: absolute;
  width: 100%;
  height: 155px;
  top: 0px;
  left: 0px;
}

.notifications-okunanlar-cover {
  position: absolute;
  width: 100%;
  height: 171px;
  top: 0px;
  left: 0px;
}

.notifications-okunanlar {
  position: relative;
  width: 100%;
  height: 171px;
}

.notifications-title {
  text-align: center;
  width: 675px;
  height: 33px;
  background-image: url(/oyna/img/base/notifications/notifications_row_bg.png);
  background-size: 675px 33px;
  line-height: 33px;
  margin-left: 5px;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 600;
}

.notification-body-read, .notification-body-unread {
  width: 668px;
  height: 124px;
  margin-left: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.notification-row, .notification-row-master {
  margin-top: 2px;
  width: 648px;
  height: 29px;
  border-radius: 10px;
  background-color: #E9E2C4;
  border: 1px solid #8A8986;
}

.notification-row-nick {
  float: left;
  width: 226px;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
}

.notification-row-date {
  float: left;
  width: 161px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.notification-row-goruntule {
  float: left;
  width: 94px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #006837;
  margin-left: 107px;
  cursor: pointer;
}

.notification-row-sil {
  float: left;
  width: 58px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #FD0E0C;
  cursor: pointer;
}

.notifications-close-btn, .authority-close-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 27px;
  height: 27px;
  background-image: url(/oyna/img/base/buttons/blue_close_btn.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.notifications-close-btn:hover, .authority-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/blue_close_btn_over.png);
}

.notifications-first-tab {
  display: block;
  width: 100%;
  height: 326px;
}

.notifications-second-tab {
  display: none;
  width: 100%;
  height: 326px;
}

.notifications-dialog-list {
  width: 683px;
  height: 290px;
  margin-bottom: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.notifications-dialog-row, .notifications-dialog-row-master {
  margin-top: 7px;
  width: 655px;
}

.notification-chat-btn {
  position: relative;
  background-image: url(/oyna/img/base/header/general_chat_btn_ico.png);
  width: 25px;
  height: 25px;
  margin-left: 0px;
  margin-right: 5px;
  float: left;
  background-repeat: no-repeat;
  /* background-size: 38px 35px; */
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.notifications-row-complaint-content, .notifications-row-complaint-content-mine, .notifications-row-complaint-content-admin {
  position: relative;
  float: left;
  background-color: #CAE5F8;
  border-radius: 10px;
  max-width: 400px;
  padding: 6px;
  padding-left: 11px;
  margin-left: 10px;
  font-size: 20px;
}

.notifications-row-complaint-content-mine {
  float: right;
  background-color: #68cfff;
}

.read {
  background-color: #FFF2FF;
}

.notifications-row-title {
  font-weight: 600;
}



.cuser-button {
  border: solid 1px #336699;
  border-radius: 5px;
  padding: 3px;
  margin: 2px;
  display: inline-block;
  background-color: #bedfff;
  cursor: pointer;
}

.cuser-button:hover {
  background-color: #336699;
  color: white;
}

.notifications-row-complaint-content-mine .notifications-row-content {
  text-align: right;
}

.notifications-row-complaint-content-mine .notifications-row-title {
  text-align: right;
}

.notifications-row-show-button, .notifications-row-show-button-master {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 22.3px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/notifications/complaint_button.png);
  cursor: pointer;
}

.notifications-row-show-button:hover, .notifications-row-show-button-master:hover {
  background-image: url(/oyna/img/base/notifications/complaint_button_over.png);
}

.notifications-bottom-input {
  width: 687px;
  height: 50px;
  border-radius: 15px;
  border: 3px solid;
  background-color: white;
}

.notifications-bottom-text-input {
  width: 559px;
  margin-top: 4px;
  height: 35px;
  margin-left: 10px;
  font-size: 18px;
  font-family: 'DINPro-CondensedBold';
  background-color: transparent;
}




.choose-frame-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/send_gift/Gift-Background-Buttons1.png);
    top: 285px;
    left: 50%;
    width: 758px;
    height: 406px;
    margin-left: -379px;
    margin-top: -80px;
    background-size: 758px 406px;
    z-index: 999;
}

.gb-pisti .choose-frame-content{
  position: absolute;
    top: 315px;
    width: 312px;
    height: 346px;
    margin-left: -156px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/team_info_bg.png);
}


.choose-frame-content-title{
  display: block;
    width: 100%;
    height: 56px;
    text-align: center;
    font-size: 25px;
    line-height: 54px;
    color: wheat;
    padding-right: 0px;
}



.choose-frame-content-top-img{
  position: absolute;
  top: 6px;
  left: 17px;
  width: 50px;
  height: 47px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_gold.png);
}

.choose-frame-content-top{
  width: 100%;
  height: 182px;
  position: relative;
}

.choose-frame-title{
  text-align: center;
  top:0px;
  width: 100%;
  height: 50px;
  line-height: 54px;
  color: #35b2bf;
  -webkit-text-stroke-width: 0px;
  background-image: none;
  top: 4px;
  font-size: 28px;
  font-weight: bold;

}

.choose-frame-profile{
  position: relative;
  float: left;
  background-image: url(/oyna/img/okey101/send_gift/Home-UserBackground.png);
    top: 35px;
    left: 2px;
    margin-top: 0px;
    width: 368px;
    height: 70px;
    margin-left: 0px;
    background-size: 100% 100%;
}

.choose-frame--profile-picture{
  position:absolute;
  border-radius: 100px;
  border: #45b7ed 3px solid;
  background-size: 100% 100%;
  width: 68px;
  height: 68px;
  top: 9px;
  left: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
}

.choose-frame--profile-nick{
  position: absolute;
  width: 107px;
  height: 25px;
  left: 72px;
  top: 10px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.choose-frame-profile-level-section{
  position: absolute;
  width: 74px;
  height: 40px;
  top: 39px;
  left: 100px;
}

.choose-frame-profile-level-base{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 89px;
    height: 21px;
    overflow: hidden;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/send_gift/Profile-LevelBarBg.png);
}

.choose-frame-profile-level-bar{
  position: absolute;
  top: 0px;
  left: -12px;
  width: 89px;
  height: 21px;
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/Profile-LevelBar.png);
}

.gb-okey .choose-frame-window .choose-frame-profile-level-bar{
  position: absolute;
  top: 0px;
  left: -12px;
  width: 89px;
  height: 21px;
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/Profile-LevelBar.png);
}

.choose-frame-profile-level-txt{
  position: absolute;
    color: white;
    width: 87px;
    height: 23px;
    padding-left: 17px;
    text-align: center;
}

.choose-frame-profile-level-star{
    position: absolute;
    width: 30px;
    height: 32px;
    left: -10px;
    top: -8px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/send_gift/Home-LevelStar.png);
}

.choose-frame-profile-data{
  position:absolute;
  background-image: url(/oyna/img/okey101/send_gift/Home-ZLBackground.png);
    background-size: 100% 100%;
    width: 134px;
    height: 26px;
    color: orange;
    font-size: 14px;
    line-height: 26px;
    top: 32px;
    left: 204px;
    text-align: center;
}

.choose-frame-profile-zl{
  top: 36px;
  left: 204px;

}

.choose-frame-profile-zl-plus-btn{
  position: absolute;
    width: 22px;
    height: 22px;
    right: 27px;
    cursor: pointer;
    top: 37px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/send_gift/HomeStoreButton.png);
}

.choose-frame-profile-gem{
  top: 7px;
  left: 204px;
  height: 22px;
  background-image: url(/oyna/img/okey101/send_gift/Home-GemBackground.png);
}


.choose-frame-profile-gem-plus-btn{
  position: absolute;
    width: 22px;
    height: 22px;
    right: 27px;
    cursor: pointer;
    top: 7px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/send_gift/HomeStoreButton.png);
}


.choose-frame-selected-part{
  float: right;
  width: 100px;
  height: 142px;
  position: relative;
  margin-right: 72px;
  padding-top: 18px;

}

.gb-pisti .choose-frame-selected-part{
  float: right;
    width: 100px;
    height: 142px;
    position: absolute;
    margin-right: 72px;
    padding-top: 18px;
    top: -156px;
    left: 110px;
}


.choose-frame-selected-part-top{
  width: 90px;
    height: 90px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(/oyna/img/base/frames/chosen_frame_bg.png);
}

.gb-pisti .choose-frame-selected-part-top{
  background-image:none;
}

.choose-frame-selected-part-bottom-btn{
  background-image: url(/oyna/img/base/frames/choose_btn_bg.png);
  display: block;
  width: 90px;
  background-size: 100% 100%;
  height: 33px;
  color: rgb(43, 19, 8);
  line-height: 30px;
  text-align: center;
  margin-top: 2px;
  margin-left: 0px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-weight: 900;

}
.choose-frame-selected-part-bottom-btn:hover{
  transform: scale(1.05);
}


.choose-frame-content-bottom{
  position: relative;
    width: 716px;
    height: 195px;
    padding-top: 8px;
    margin: 12px 21px;
    background-size: 716px 195px;
}

.gb-pisti .choose-frame-content-bottom{
  position: relative;
    display: block;
    width: 312px;
    height: 287px;
    padding-top: 0px;
    margin: 0px;
}

.choose-frame-bottom-options{
  width: 714px;
  height: 45px;
  text-align: center;
}

.choose-frame-category-btn{
  text-shadow: 3px 3px 2px black;
    display: inline-block;
    width: 128px;
    background-size: 100% 100%;
    height: 33px;
    color: white;
    line-height: 32px;
    text-align: center;
    margin-top: 2px;
    margin-right: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.choose-frame-category-btn-selected{
  background-image: url(/oyna/img/okey101/send_gift/Gift-TabButtonSelected.png);
}

.choose-frame-category-btn-unselected{
  background-image: url(/oyna/img/okey101/send_gift/Gift-TabButtonNormal.png);
}


.choose-content-vip-features-container {
  width: 733px;
  height: 154px;
  overflow-x: auto;
  color: white;
  margin-left: -9px;
  overflow: hidden;
}

.choose-content-normal-vip-container {
  width: 697px;
  height: 142px;
  overflow-x: auto;
  /* text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; */
  color: white;
  margin-left: 13px;
}

.gb-pisti .choose-content-normal-vip-container{
  position: relative;
    display: block;
    width: 304px;
    height: 287px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left:0px;
}

.choose-frame-content-cover{
  position:absolute;
  top: 48px;
  left: 11px;
  width: 700px;
  height: 142px;
}

.choose-content-gold-vip-container{
  display:none;
  width: 697px;
  height: 142px;
  overflow-x: auto;
  /* text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; */
  color: white;
  margin-left: 13px;
}

.choose-vip-features-content{
      text-align: center;
    width: 100%;
    height: 157px;
}

.choose-normal-vip-content{
  display: block;
    height: 100%;
    width: 2240px;
}

.gb-pisti .choose-normal-vip-content{
  width: 100%;
    height: 500px;
    display: block;
    padding-left: 16px;
}

.choose-vip-features-content-panel{
      display: inline-block;
    color: white;
    width: 365px;
    height: 156px;
}

.choose-vip-features-content-panel-title{
  text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #002146;
    height: 24px;
    width: 100%;
    line-height: 23px;
}

.choose-vip-features-content-panel-row-wrapper{
  height: 200px;
  width: 100%;
  background-color: #003068;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.choose-vip-features-content-panel-row{
  text-align: center;
  height: 22px;
  width: 100%;
  margin-left:7px;
  font-size: 13px;
}

.choose-vip-features-content-panel-row-icon{
  float: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  margin-right: 10px;

}

.choose-vip-features-content-panel-row-icon-vip{
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_normal.png);
}

.choose-vip-features-content-panel-row-icon-vip-frame{
  background-image: url(/oyna/img/base/frames/pb_g_10.png);
}

.choose-vip-features-content-panel-row-icon-full-salon{
  background-image: url(/oyna/img/okey101/vip_features/vf_full.png);
}

.choose-vip-features-content-panel-row-icon-hide{
  background-image: url(/oyna/img/okey101/vip_features/vf_hidden.png);
  background-size: 20px 9px;
  background-position-y: 7px;
}

.choose-vip-features-content-panel-row-text-color{
  background-image: url(/oyna/img/okey101/vip_features/vf_color.png);
  background-size: 20px 10px;
  background-position-y: 5px;
}

.choose-vip-features-content-panel-row-who-looked{
  background-image: url(/oyna/img/okey101/vip_features/vf_wholook.png);
    background-size: 20px 13px;
    background-position-y: 3px;
}

.choose-vip-features-content-panel-row-icon-gold-vip{
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_gold.png);
}

.choose-vip-features-content-panel-row-icon-gold-vip-frame{
  background-image: url(/oyna/img/base/frames/pb_g_115.png);
}

.choose-vip-features-content-panel-row-icon-gold-nick{
  background-image: url(/oyna/img/okey101/vip_features/vf_gold.png);
  background-size: 15px 15px;
  background-position: 2px 3px;
}

.choose-vip-features-content-panel-row-icon-online-offline{
  background-image: url(/oyna/img/okey101/vip_features/vf_online.png);
  background-size: 15px 15px;
  background-position: 2px 3px;
}

.choose-vip-features-content-panel-row-extra-point{
  background-image: url(/oyna/img/okey101/vip_features/vf_chip.png);
}


.choose-vip-features-content-panel-row-text{
  text-align: left;
  line-height: 20px;

}
.choose-gold-vip-content{
  display: block;
    height: 100%;
    width: 3040px;
}



.choose-frame-option{
  float: left;
  height: 125px;
  background-image: url(/oyna/img/base/gift/item_bg.png);
  transition: all 0.2s ease;
  transform: scale(0.95);
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/Purchase-GiftBackground.png);
    width: 80px;
}


.gb-pisti .choose-frame-option{
  background-image: none;
  width: 69px;
  height: 68px;
}

.choose-frame-option-title{
  width: 100%;
  height: 23px;
  line-height: 23px;
  text-align: center;
  margin-top: 5px;
  color: #1d1d1d;
}

.gb-pisti .choose-frame-option-title{
  display: none;
}

.choose-frame-option-picture{
  width: 100%;
  height: 65px;
}

.choose-frame-option-picture img{
  display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 65px;
}

.choose-frame-option-bottom{
  text-align: center;
    height: 23px;
    font-size: 16px;
    position: relative;
    color: white;
    top: 11px;
}

.gb-pisti .choose-frame-option-bottom{
  display: none;
}

.choose-frame-buy-vip-btn{
  background-image: url(/oyna/img/base/frames/choose_btn_bg.png);
    display: block;
    position:absolute;
    bottom: -38px;
    left: 334px;
    width: 90px;
    background-size: 100% 100%;
    height: 33px;
    color: rgb(43, 19, 8);
    line-height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-left: 0px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-weight: 900;

}

.choose-frame-buy-vip-btn:hover{
  transform:scale(1.05);
}


.choose-frame-close{
  position: absolute;
  float: left;
  top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
  left: 696px;
  width: 45px;
  height: 45px;
  background-image: url(/oyna/img/okey101/send_gift/Gift-CloseButton.png);
}

.gb-pisti .choose-frame-close{
  display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
    left:unset;
}

.gb-pisti .choose-frame-close:hover{
  transform:scale(1.05);
}


.send-gift-content, .received-gifts-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/store/buy_panel_bg.png);
  top: 285px;
  left: 50%;
  width: 758px;
  height: 406px;
  margin-left: -379px;
  margin-top: -80px;
  background-size: 758px 406px;
  z-index: 999;
}

.gb-okey101 .send-gift-content{
  background-image: url(/oyna/img/okey101/send_gift/Gift-Background-Buttons1.png);
}

.gb-okey .send-gift-content{
  background-image: url(/oyna/img/okey/send_gift/Gift-Background-Buttons1.png);
}

.gb-okey101 .received-gifts-content{
  background-image: url(/oyna/img/okey101/messagebox/MessageBox-Background.png);
  height: 438px;
  background-size:100% 100%;
  top:228px;
}


.gb-okey .received-gifts-content{
  background-image: url(/oyna/img/okey/messagebox/MessageBox-Background.png);
  height: 438px;
  background-size:100% 100%;
  top:228px;
}

.gb-pisti .received-gifts-content{
  background-image: url(/oyna/img/okey/messagebox/MessageBox-Background.png);
  height: 438px;
  background-size:100% 100%;
  top:228px;
}


.received-gifts-body {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 690px;
  height: 297px;
  overflow-y: auto;
  overflow-x: hidden;
}

.received-gifts-body-cover {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 690px;
  height: 297px;
}

.received-gifts-body .jspDrag {
  background: #003068;
}

.received-gifts-body .jspDrag:hover {
  background: #003068;
}



.saloonListContainer .jspDrag {
  background: #0c567b;
}

.saloonListContainer .jspDrag:hover {
  background: #0c567b;
}

.saloonListContainer .jspHorizontalBar {
  transform:scaleY(0.8);
}

.received-gifts-row, .received-gifts-row-master {
  width: 676px;
  height: 36px;
  border: 1px solid #CB9914;
  margin-bottom: 6px;
}

.gb-okey101 .received-gifts-row, .received-gifts-row-master {
  background-image: url(/oyna/img/okey101/messagebox/Message-MessageItemBg0001.png);
  height: 67px;
  border: none;
  background-size: 100% 100%;
  color: white;
  position: relative;
  background-color: transparent;
}


.gb-okey .received-gifts-row, .received-gifts-row-master {
  background-image: url(/oyna/img/okey/messagebox/Message-MessageItemBg0001.png);
  height: 67px;
  border: none;
  background-size: 100% 100%;
  color: white;
  position: relative;
  background-color: transparent;
}


.gb-pisti .received-gifts-row, .received-gifts-row-master {
  background-image: url(/oyna/img/pisti/messagebox/Message-MessageItemBg0001.png);
  height: 67px;
  border: none;
  background-size: 100% 100%;
  color: white;
  position: relative;
  background-color: transparent;
}

.received-gifts-row-text {
  float: left;
  width: 541px;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
}

.gb-okey101 .received-gifts-row-text {
  float: left;
    width: 481px;
    height: 61px;
    line-height: 60px;
    margin-left: 59px;
}


.gb-okey .received-gifts-row-text,.gb-pisti .received-gifts-row-text {
  float: left;
    width: 481px;
    height: 61px;
    line-height: 60px;
    margin-left: 59px;
}

.receive-gifts-row-delete {
  float: left;
  width: 80px;
  height: 24px;
  background-image: url(/oyna/img/base/store/l_yellow_btn.png);
  background-size: 80px 24px;
  border-radius: 3px;
  margin-top: 4px;
  text-align: center;
  font-family: 'DINPro-CondensedBlack';
  font-size: 1em;
  letter-spacing: -0.8px;
  font-weight: 900;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .receive-gifts-row-delete {
  background-image: url(/oyna/img/okey101/messagebox/MessageBox-BuyButton.png);
  margin-top: 15px;
  width: 126px;
  background-size: 100% 100%;
  height: 38px;
  line-height: 38px;
}

.gb-okey .receive-gifts-row-delete,.gb-pisti .receive-gifts-row-delete {
  background-image: url(/oyna/img/okey/messagebox/MessageBox-BuyButton.png);
  margin-top: 15px;
  width: 126px;
  background-size: 100% 100%;
  height: 38px;
  line-height: 38px;
}

.gb-pisti .receive-gifts-row-delete {
  background-image: url(/oyna/img/pisti/messagebox/MessageBox-BuyButton.png);
}

.receive-gifts-row-delete:hover {
  transform: scale(1.05);
}

.received-gifts-row-gift-box {
  background-image: url(/oyna/img/base/buttons/gift_box_plus.png);
  background-size: 36px 36px;
  float: left;
  width: 36px;
  height: 36px;
}



.received-gifts-row-gift-box-bg{
  position: absolute;
  top: 8px;
  left: 7px;
  background-size: 100% 100%;
  width: 48px;
  height: 48px
}
.gb-okey101 .received-gifts-row-gift-box-bg{
  display: block;
  background-image: url(/oyna/img/okey101/messagebox/MessageBoxIconBackground.png);

}

.gb-okey .received-gifts-row-gift-box-bg{
  display: block;
  background-image: url(/oyna/img/okey/messagebox/MessageBoxIconBackground.png);

}

.gb-pisti .received-gifts-row-gift-box-bg{
  display: block;
  background-image: url(/oyna/img/pisti/messagebox/MessageBoxIconBackground.png);

}


.gb-okey101 .received-gifts-row-gift-box{
  background-image: url(/oyna/img/base/buttons/gift_box_plus.png);
  background-size: 36px 36px;
  float: left;
  width: 36px;
  height: 36px;
  top: 16px;
  left: 11px;
  position: absolute;
}


.gb-okey .received-gifts-row-gift-box{
  background-image: url(/oyna/img/base/buttons/gift_box_plus.png);
  background-size: 36px 36px;
  float: left;
  width: 36px;
  height: 36px;
  top: 16px;
  left: 11px;
  position: absolute;
}



.gb-pisti .received-gifts-row-gift-box{
  background-image: url(/oyna/img/base/buttons/gift_box_plus.png);
  background-size: 36px 36px;
  float: left;
  width: 36px;
  height: 36px;
  top: 16px;
  left: 11px;
  position: absolute;
}


.gb-okey101 .received-gifts-row-gift-box-img-0{
  background-image: url(/oyna/img/okey101/messagebox/Ingame-Gift.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-1{
  background-image: url(/oyna/img/okey101/messagebox/MessageBuyIcon.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-2{
  background-image: url(/oyna/img/okey101/messagebox/ZLV2.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-3{
  background-image: url(/oyna/img/okey101/messagebox/Purchase-Diamond.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-4{
  background-image: url(/oyna/img/okey101/messagebox/Purchase-VIP.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-5{
  background-image: url(/oyna/img/okey101/messagebox/Purchase-GoldVIP.png);
}

.gb-okey101 .received-gifts-row-gift-box-img-6{
  background-image: url(/oyna/img/okey101/messagebox/Purchase-Wheel.png);
}










.gb-okey .received-gifts-row-gift-box-img-0{
  background-image: url(/oyna/img/okey/messagebox/Ingame-Gift.png);
}

.gb-okey .received-gifts-row-gift-box-img-1{
  background-image: url(/oyna/img/okey/messagebox/MessageBuyIcon.png);
}

.gb-okey .received-gifts-row-gift-box-img-2{
  background-image: url(/oyna/img/okey/messagebox/ZLV2.png);
}

.gb-okey .received-gifts-row-gift-box-img-3{
  background-image: url(/oyna/img/okey/messagebox/Purchase-Diamond.png);
}

.gb-okey .received-gifts-row-gift-box-img-4{
  background-image: url(/oyna/img/okey/messagebox/Purchase-VIP.png);
}

.gb-okey .received-gifts-row-gift-box-img-5{
  background-image: url(/oyna/img/okey/messagebox/Purchase-GoldVIP.png);
}

.gb-okey .received-gifts-row-gift-box-img-6{
  background-image: url(/oyna/img/okey/messagebox/Purchase-Wheel.png);
}





.gb-pisti .received-gifts-row-gift-box-img-0{
  background-image: url(/oyna/img/pisti/messagebox/Ingame-Gift.png);
}

.gb-pisti .received-gifts-row-gift-box-img-1{
  background-image: url(/oyna/img/pisti/messagebox/MessageBuyIcon.png);
}

.gb-pisti .received-gifts-row-gift-box-img-2{
  background-image: url(/oyna/img/pisti/messagebox/ZLV2.png);
}

.gb-pisti .received-gifts-row-gift-box-img-3{
  background-image: url(/oyna/img/pisti/messagebox/Purchase-Diamond.png);
}

.gb-pisti .received-gifts-row-gift-box-img-4{
  background-image: url(/oyna/img/pisti/messagebox/Purchase-VIP.png);
}

.gb-pisti .received-gifts-row-gift-box-img-5{
  background-image: url(/oyna/img/pisti/messagebox/Purchase-GoldVIP.png);
}

.gb-pisti .received-gifts-row-gift-box-img-6{
  background-image: url(/oyna/img/pisti/messagebox/Purchase-Wheel.png);
}




.received-gift-even {
  background-color: #F1D17B;
}

.received-gift-odd {
  background-color: #EFC861;
}

.received-gifts-title {
  position: absolute;
  top: -24px;
  left: 265px;
  width: 240px;
  height: 50px;
  transition: all 0.2s ease;
  line-height: 54px;
  text-align: center;
  background-image: url(/oyna/img/base/store/magaza_bg.png);
  background-size: 240px 53px;
  color: yellow;
  font-size: 30px;
  /*text-shadow: 0px 0px 4px #000000;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}

.gb-okey101 .received-gifts-title,.gb-okey .received-gifts-title,.gb-pisti .received-gifts-title {
  background-image: none;
  color: white;
  text-shadow: none;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 0px;
  top: 10px;
  left: 17px;
  text-align: left;
}

.send-gift-close, .received-gifts-close-btn {
  position: absolute;
  float: left;
  top: 10px;
  left: 7px;
  width: 50px;
  height: 50px;
  background-image: url(/oyna/img/base/store/l_quit.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .send-gift-close{
  left: 696px;
    width: 45px;
    height: 45px;
    background-image: url(/oyna/img/okey101/send_gift/Gift-CloseButton.png);
}

.gb-okey .send-gift-close{
  left: 696px;
    width: 45px;
    height: 45px;
    background-image: url(/oyna/img/okey/send_gift/Gift-CloseButton.png);
}

.gb-okey101 .received-gifts-close-btn{
  background-image: url(/oyna/img/okey101/messagebox/GuestCloseButton.png);
  background-size: 100% 100%;
  width: 45px;
  left: 697px;
  top: 12px;
  height: 46px;
}


.gb-okey .received-gifts-close-btn,.gb-pisti .received-gifts-close-btn{
  background-image: url(/oyna/img/okey/messagebox/GuestCloseButton.png);
  background-size: 100% 100%;
  width: 45px;
  left: 697px;
  top: 12px;
  height: 46px;
}

.gb-pisti .received-gifts-close-btn{
  background-image: url(/oyna/img/pisti/messagebox/GuestCloseButton.png);
}



.received-gifts-message-details{
  position: absolute;
  display: none;
    background-image: url(/oyna/img/okey101/messagebox/MessageBox-Background.png);
    width: 592px;
    height: 342px;
    top: 74px;
    left: 94px;
    color: white;
    background-size: 100% 100%;
}


.gb-okey .received-gifts-message-details{
  background-image: url(/oyna/img/okey/messagebox/MessageBox-Background.png);
}



.received-gift-message-details-title{
  color: white;
    height: 52px;
    width: 100%;
    text-align: left;
    padding-left: 17px;
    line-height: 55px;
    font-size: 26px;
}

.received-gift-message-details-body{
  display: block;
  height: 235px;
  width: 100%;
  padding-left: 52px;
  padding-top: 20px;
  font-size: 21px;
  padding-right: 10px;

}

.received-gift-message-details-bottom-panel{
  width: 100%;
    height: 60px;
    text-align: center;
}

.received-gift-message-details-bottom-delete-btn{
  display: inline-block;
    background-image: url(/oyna/img/okey101/messagebox/MessageBox-BuyButton.png);
    margin-top: 7px;
    width: 126px;
    background-size: 100% 100%;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.2s ease;

}

.gb-okey .received-gift-message-details-bottom-delete-btn{
  background-image: url(/oyna/img/okey/messagebox/MessageBox-BuyButton.png);
}

.received-gift-message-details-bottom-delete-btn:hover{
  transform: scale(1.05);
}

.received-gift-message-details-close-btn{
  transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/okey101/messagebox/GuestCloseButton.png);
    background-size: 100% 100%;
    width: 38px;
    right: 15px;
    top: 10px;
    height: 36px;
    position: absolute;

}

.gb-okey .received-gift-message-details-close-btn{
  background-image: url(/oyna/img/okey/messagebox/GuestCloseButton.png);
}

.received-gift-message-details-close-btn:hover{
  transform: scale(1.05);
}



.send-gift-close:hover, .received-gifts-close-btn:hover {
  transform: scale(1.05);
}

.send-gift-content-top {
  width: 100%;
  height: 182px;
}

.send-gift-title {
  position: absolute;
  top: -24px;
  left: 265px;
  width: 240px;
  height: 50px;
  transition: all 0.2s ease;
  line-height: 54px;
  text-align: center;
  background-image: url(/oyna/img/base/store/magaza_bg.png);
  background-size: 240px 53px;
  color: yellow;
  font-size: 30px;
  /*text-shadow: 0px 0px 4px #000000;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}

.gb-okey101 .send-gift-title,.gb-okey .send-gift-title{
  color: #35b2bf;
    -webkit-text-stroke-width: 0px;
    background-image: none;
    top: 4px;
    font-size: 28px;
    font-weight: bold;
}

.send-gift-profile {
  position: relative;
  float: left;
  margin-left: 37px;
  margin-top: 43px;
  width: 260px;
  height: 141px;
  background-image: url(/oyna/img/base/gift/profile_bg.png);
  background-size: 260px 141px;
}

.gb-okey101 .send-gift-profile {
  background-image: url(/oyna/img/okey101/send_gift/Home-Userbackground.png);
    top: 85px;
    left: 2px;
    margin-top: 0px;
    width: 368px;
    height: 70px;
    margin-left: 0px;
    background-size: 100% 100%;
}

.gb-okey .send-gift-profile {
  background-image: url(/oyna/img/okey/send_gift/Home-Userbackground.png);
    top: 85px;
    left: 2px;
    margin-top: 0px;
    width: 368px;
    height: 70px;
    margin-left: 0px;
    background-size: 100% 100%;
}


.send-gift-profile-picture {
  width: 88px;
  height: 88px;
  position: absolute;
  border-radius: 10px;
  border: black 2px solid;
  overflow: hidden;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 8px;
  left: 12px;
  cursor: pointer;
}

.gb-okey101 .send-gift-profile-picture,.gb-okey .send-gift-profile-picture{
  border-radius: 100px;
  border: #45b7ed 3px solid;
  background-size: 100% 100%;
  width: 68px;
  height: 68px;
  top: 9px;
  left: 15px;
  background-position: center;
}


.gb-okey101 .send-gift-content .send-gift-profile-picture,.gb-okey .send-gift-content .send-gift-profile-picture{
  background-size: 100% 100%;
    width: 92px;
    height: 92px;
    top: 6px;
    left: 2px;
}

.send-gift-content .pi-wrapper{
  transform:scale(0.7);
}


.winner-window-v2-hand .pi-wrapper{
  transform: scale(0.6);
  top: -16px;
  left: -11px;
}

.winner-window-v2-hand .winner-window-row-v2 .pi-wrapper{
  transform: scale(0.6);
  top: -16px;
  left: 9px;
}


.choose-frame-selected-part-top .pi-wrapper{
  position: absolute;
    transform: scale(0.6);
    top: 25px;
    left: 2px;
}

.send-gift-profile-nick {
  position: absolute;
  width: 107px;
  height: 25px;
  left: 13px;
  top: 96px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.send-gift-profile-level-section{
  position: absolute;
    width: 74px;
    height: 40px;
    top: 39px;
    left: 100px;

}

.send-gift-profile-level-base{
  position:absolute;
  top:0px;
  left:0px;
  width: 89px;
  height: 21px;
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/Profile-LevelBarBg.png);
}

.send-gift-profile-level-bar{
  position:absolute;
  top:0px;
  left:-12px;
  width: 89px;
  height: 21px;
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/Profile-LevelBar.png);
}

.send-gift-profile-level-txt{
  position: absolute;
    color: white;
    width: 87px;
    height: 23px;
    padding-left: 17px;
    text-align: center;
}

.send-gift-profile-level-star{
  position: absolute;
    width: 30px;
    height: 32px;
    left: -10px;
    top: -8px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/send_gift/Home-LevelStar.png);
}

.send-gift-profile-zl-plus-btn{
  position: absolute;
  width: 22px;
  height: 22px;
  right: -1px;
  cursor: pointer;
  top: 0px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/HomeStoreButton.png);
}

.send-gift-profile-gem-plus-btn{
  position: absolute;
  width: 22px;
  height: 22px;
  right: -1px;
  cursor: pointer;
  top: 0px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/send_gift/HomeStoreButton.png);
}

.gb-okey .send-gift-profile-gem-plus-btn{
  background-image: url(/oyna/img/okey/send_gift/HomeStoreButton.png);
}



.gb-okey101 .send-gift-profile-nick{
  left: 72px;
  top: 10px;
}


.gb-okey .send-gift-profile-nick{
  left: 72px;
  top: 10px;
}

.send-gift-profile>img {
  position: absolute;
  top: 69px;
  left: 73px;
  cursor: pointer;
}

.gb-okey101 .send-gift-profile>img{
  top: 56px;
    left: 58px;
}


.gb-okey .send-gift-profile>img{
  top: 56px;
    left: 58px;
}

.send-gift-profile-data img {
  position: absolute;
  width: 43px;
  height: 43px;
  top: -3px;
  left: -17px;
}

.gb-okey101 .send-gift-profile-data img,.gb-okey .send-gift-profile-data img{
  display: none;
  position: absolute;
    width: 33px;
    height: 33px;
    top: -4px;
    left: -2px;
}

.gb-okey .send-gift-profile-gem img,
.gb-okey101 .send-gift-profile-gem img,
.gb-pisti .send-gift-profile-gem img{
  display:none;
  
}

.send-gift-profile-gem-img{
  display: none;
}

.gb-okey .send-gift-profile-gem-img,
 .gb-okey101 .send-gift-profile-gem-img,
 .gb-pisti .send-gift-profile-gem-img{
  position: absolute;
  display: block;
  background-size: 100% 100%;
  width: 63px;
  height: 58px;
  top: -8px;
  background-image: url(/oyna/img/okey/store/with_diamond.png);
  left: -25px;
}

.gb-okey101 .send-gift-profile-gem-img{
  display: none;
  background-image: url(/oyna/img/okey101/store/with_diamond.png);
}


.gb-okey .send-gift-profile-gem-img{
  display: none;

}

.gb-pisti .send-gift-profile-gem-img{
  background-image: url(/oyna/img/pisti/store/with_diamond.png);
}

.send-gift-profile-data {
  position: absolute;
  width: 123px;
  height: 38px;
  background-image: url(/oyna/img/base/gift/profil_zl_bg.png);
  background-size: 123px 38px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}

.gb-okey101 .send-gift-profile-data{
  background-image: url(/oyna/img/okey101/send_gift/Home-ZLBackground.png);
    background-size: 100% 100%;
    width: 134px;
    height: 26px;
    color: orange;
    font-size: 14px;
    line-height: 26px;
    top: 32px;
    left: 204px;
}

.gb-okey .send-gift-profile-data{
  background-image: url(/oyna/img/okey/send_gift/Home-ZLBackground.png);
    background-size: 100% 100%;
    width: 134px;
    height: 26px;
    color: orange;
    font-size: 14px;
    line-height: 26px;
    top: 32px;
    left: 204px;
}


.send-gift-profile-zl {
  top: 28px;
  left: 125px;
}

.gb-okey101 .send-gift-profile-zl, .gb-okey .send-gift-profile-zl{
  top: 36px;
  left: 204px;
}


.send-gift-profile-gem {
  top: 72px;
  left: 125px;
}

.gb-okey101 .send-gift-profile-gem {
  top: 7px;
  left: 204px;
  height: 22px;
  background-image: url(/oyna/img/okey101/send_gift/Home-GemBackground.png);
}



.gb-okey .send-gift-profile-gem{
  top: 7px;
  left: 204px;
  height: 22px;
  background-image: url(/oyna/img/okey/send_gift/Home-GemBackground.png);
}

.send-gift-buy-things {
  float: left;
  position: relative;
  margin-left: 17px;
  margin-top: 50px;
  background-image: url(/oyna/img/base/gift/buy_things_bg.png);
  background-size: 127px 125px;
  width: 127px;
  height: 125px;
  transition: all 0.2s ease;
  cursor: pointer;
}


.gb-okey101 .send-gift-buy-things, .gb-okey .send-gift-buy-things{
  float: left;
    position: relative;
    left: 31px;
    top: 73px;
    margin-right: 22px;
    background-image: url(/oyna/img/okey101/send_gift/Profile-BuyGiftButton.png);
    width: 99px;
    height: 101px;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-left: 0px;
    background-size: 100% 100%;
    margin-top: 0px;
}

.gb-okey .send-gift-buy-things{
  background-image: url(/oyna/img/okey/send_gift/Profile-BuyGiftButton.png);
}

.send-gift-buy-things:hover {
  transform: scale(1.05);
}

.send-gift-buy-title, .send-gift-buy-text {
  width: 117px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 19px;
  color: #1d1d1d;
  /*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
  margin-left: 5px;
}

.gb-okey101 .send-gift-buy-title,.gb-okey .send-gift-buy-title{
  width: 91px;
    height: 22px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font-size: 16px;
}

.send-gift-buy-image-vip{
  width: 50px;
  margin-top: 4px;
  margin-bottom: 7px;
  margin-left: 40px;
  height: 50px;
  background-image: url(/oyna/img/base/gift/vip_icon_v2.png);
  background-size: 100% 100%;
  display: none;
}

.gb-okey101 .send-gift-buy-image-vip,.gb-okey .send-gift-buy-image-vip{
  width: 30px;
    margin-top: 7px;
    margin-left: 35px;
    height: 30px;
}

.gb-okey101 .send-gift-buy-text,.gb-okey .send-gift-buy-text {
  margin-top: 3px;
    width: 91px;
    height: 22px;
    font-size: 16px;
    line-height: 35px;
}

.gb-okey .send-gift-buy-image-vip,
 .gb-okey101 .send-gift-buy-image-vip,
 .gb-pisti .send-gift-buy-image-vip{
  display:block;
}


.send-gift-buy-image-elmas{
  width: 68px;
  margin-left: 31px;
  height: 60px;
  background-image: url(/oyna/img/base/gift/gems_icon_v2.png);
  background-size: 100% 100%;
  display: none;
}


.gb-okey .send-gift-buy-image-elmas, 
.gb-okey101 .send-gift-buy-image-elmas,
.gb-pisti .send-gift-buy-image-elmas{
  display:block;
}


.gb-okey101 .send-gift-buy-image-elmas,.gb-okey .send-gift-buy-image-elmas{
  width: 51px;
    margin-left: 23px;
    height: 41px;
}

.send-gift-buy-image-chip{
  width: 88px;
  margin-left: 21px;
  margin-top: 10px;
  margin-bottom: 7px;
  height: 43px;
  background-image: url(/oyna/img/base/gift/chip_icon_v2.png);
  background-size: 100% 100%;
  display: none;
}

.gb-okey101 .send-gift-buy-image-chip, .gb-okey .send-gift-buy-image-chip{
  width: 56px;
    margin-left: 21px;
    margin-top: 10px;
    margin-bottom: 7px;
    height: 27px;
}


.gb-okey .send-gift-buy-image-chip,.gb-okey101 .send-gift-buy-image-chip,.gb-pisti .send-gift-buy-image-chip{
  display:block;
}

.send-gift-buy-things img {
  width: 111px;
  height: 57px;
  margin-left: 14px;
}
.gb-okey .send-gift-buy-things img, .gb-okey101 .send-gift-buy-things img,.gb-pisti .send-gift-buy-things img{
  display:none;
}




.send-gift-content-bottom {
  position: relative;
  width: 716px;
  height: 195px;
  padding-top: 8px;
  margin: 12px 21px;
  background-image: url(/oyna/img/base/gift/items_bg.png);
  background-size: 716px 195px;
}

.gb-okey101 .send-gift-content-bottom, .gb-okey .send-gift-content-bottom{
  background-image: none;
}

.send-gift-content-bottom-cover {
  position: absolute;
  width: 716px;
  height: 195px;
  top: 0px;
}

.send-gift-content-bottom .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
}

.send-gift-content-bottom .jspDrag {
  background: #E85D00;
}


.gb-okey101 .send-gift-content-bottom .jspDrag ,.gb-okey .send-gift-content-bottom .jspDrag{
  background: #3bb7cb;
}


.send-gift-content-bottom .jspDrag:hover {
  background: #a54200;
}


.gb-okey101 .send-gift-content-bottom .jspDrag:hover , .gb-okey .send-gift-content-bottom .jspDrag:hover{
  background: #0c505a;
}

.send-gift-content-bottom .jspArrowLeft {
  background-position: -96px -4px !important;
}

.send-gift-content-bottom .jspArrowRight {
  background-position: -32px -4px !important;
}




.choose-frame-content-bottom .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
}



.choose-frame-content .jspDrag {
  background: #3bb7cb;
}




.choose-frame-content .jspDrag:hover {
  background: #0c505a;
}

.choose-frame-content-bottom .jspArrowLeft {
  background-position: -96px -4px !important;
}

.choose-frame-content-bottom .jspArrowRight {
  background-position: -32px -4px !important;
}





.send-gift-bottom-options {
  width: 714px;
  height: 45px;
  /*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
}

.gb-okey101 .send-gift-bottom-options, .gb-okey .send-gift-bottom-options{
  text-align: center;
}

.send-gift-category-btn {
  float: left;
  width: 134px;
  height: 37px;
  color: #1d1d1d;
  line-height: 37px;
  text-align: center;
  margin-left: 8px;
  background-size: 134px 37px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .send-gift-category-btn,.gb-okey .send-gift-category-btn{
  text-shadow: 3px 3px 2px black;
    display: inline-block;
    width: 104px;
    background-size: 100% 100%;
    height: 33px;
    color: white;
    line-height: 32px;
    text-align: center;
    margin-top: 2px;
    margin-left: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.send-gift-category-btn:hover {
  transform: scale(1.05);
}

.send-gift-category-btn-selected {
  background-image: url(/oyna/img/base/gift/blue_btn.png);
}

.gb-okey101 .send-gift-category-btn-selected{
  background-image: url(/oyna/img/okey101/send_gift/Gift-TabButtonSelected.png);
}

.gb-okey .send-gift-category-btn-selected{
  background-image: url(/oyna/img/okey/send_gift/Gift-TabButtonSelected.png);
}


.send-gift-category-btn-unselected {
  background-image: url(/oyna/img/base/gift/orange_btn.png);
}

.gb-okey101 .send-gift-category-btn-unselected{
  background-image: url(/oyna/img/okey101/send_gift/Gift-TabButtonNormal.png);
}


.gb-okey .send-gift-category-btn-unselected{
  background-image: url(/oyna/img/okey/send_gift/Gift-TabButtonNormal.png);
}

.send-gift-allgifts-container {
  width: 697px;
  height: 142px;
  overflow-x: auto;
  /*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
  color: white;
  margin-left: 13px;
}

.gift-detail-magnify {
  cursor: pointer;
}

.send-gift-drink-content {
  display: block;
  height: 100%;
  width: 2100px;
}

.gb-okey101 .send-gift-drink-content{
  width: 1600px;
}

.gb-okey .send-gift-drink-content{
  width: 1600px;
}

.send-gift-poke-content{
  width: 800px;
  height: 100%;
}

.send-gift-food-content {
  height: 100%;
  width: 1000px;
}

.gb-okey101 .send-gift-food-content {

  width: 800px;
}


.gb-okey .send-gift-food-content {

  width: 800px;
}


.send-gift-fun-content {
  height: 100%;
  width: 2200px;
}

.gb-okey101 .send-gift-fun-content {
  
  width: 1760px;
}


.gb-okey .send-gift-fun-content {
  
  width: 1760px;
}

.send-gift-flirt-content {
  height: 100%;
  width: 1700px;
}

.gb-okey101 .send-gift-flirt-content {
  width: 1360px;
}


.gb-okey .send-gift-flirt-content {
  width: 1360px;
}



.send-gift-permanent-content {
  height: 100%;
  width: 1200px;
}


.gb-okey101 .send-gift-permanent-content {
  width: 960px;
}


.gb-okey .send-gift-permanent-content {
  width: 960px;
}

.send-gift-option {
  float: left;
  width: 91px;
  height: 125px;
  margin-right: 9px;
  background-image: url(/oyna/img/base/gift/item_bg.png);
  background-size: 91px 125px;
  transition: all 0.2s ease;
  transform: scale(0.95);
  cursor: pointer;
  background-size: 100% 100%;
}

.gb-okey101 .send-gift-option{
  background-image: url(/oyna/img/okey101/send_gift/Purchase-GiftBackground.png);
  width: 80px;
  margin-right: 0px;
}


.gb-okey .send-gift-option{
  background-image: url(/oyna/img/okey/send_gift/Purchase-GiftBackground.png);
  width: 80px;
  margin-right: 0px;
}

.send-gift-option:hover {
  transform: scale(1);
}

.send-gift-allgifts-container .send-gift-option:last-child {
  margin-right: 0px;
}

.send-gift-option-title {
  width: 100%;
  height: 23px;
  line-height: 23px;
  text-align: center;
  margin-top: 5px;
  color: #1d1d1d;
}

.send-gift-option-picture {
  width: 100%;
  height: 65px;
}

.send-gift-option-picture img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65px;
  height: 65px;
}

.send-gift-option-cost {
  text-align: center;
  height: 23px;
  font-size: 22px;
  color: #1d1d1d;
}

.gb-okey101 .send-gift-option-cost,.gb-okey .send-gift-option-cost{
  text-align: center;
    height: 23px;
    font-size: 16px;
    position: relative;
    color: #1d1d1d;
    top: 11px;
}

.send-gift-option-cost img {
  width: 19px;
  height: 19px;
}

.gb-okey101 .send-gift-option-cost img,.gb-okey .send-gift-option-cost img  {
  width: 15px;
    height: 13px;
    position: relative;
    left: -4px;
}

.double-send-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/duello/DoubleBg.png);
  top: 207px;
  left: 50%;
  width: 400px;
  height: 346px;
  margin-left: -200px;
  background-size: 100% 100%;
  z-index: 999;
}

.double-content-header {
  background-image: url(/oyna/img/base/duello/DoubleTitle-Tr.png);
  background-size: 60% 50%;
  height: 141px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 79px 55px;
}

.double-receive-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/duello/DoubleBg.png);
  top: 182px;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  background-size: 100% 100%;
  z-index: 999;
}

.double-content-body {
  height: 140px;
  width: 100%;
  text-align: center;
}

.double-content-text {
  width: 90%;
  height: 90%;
  display: inline-block;
  background-image: url(/oyna/img/base/duello/DoubleTextArea.png);
  background-size: 100% 100%;
}

.flex-center-double-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  resize: vertical;
  overflow: auto;
}

.double-receive-bottom {
  display: block;
  width: 100%;
  text-align: center;
  height: 80px;
  margin-top: 10px;
}

.double-receive-btn {
  display: inline-block;
  margin-left: 10px;
  background-size: 100% 100%;
  width: 116px;
  height: 54px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.5em;
  transition: all 0.2s ease;
  /* text-shadow: 2px 2px 2px rgba(0,0,0,0.8); */
  cursor: pointer;
}

.double-receive-btn-reject {
  background-image: url(/oyna/img/base/duello/ButtonPurple.png);
}

.double-receive-btn-reject:hover {
  background-image: url(/oyna/img/base/duello/ButtonPurple_hover.png);
}

.double-receive-btn-accept {
  background-image: url(/oyna/img/base/duello/ButtonBlue.png);
}

.double-receive-btn-accept:hover {
  background-image: url(/oyna/img/base/duello/ButtonBlue_hover.png);
}

.game-create-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/buttons/table_create_bg.png);
  top: 88px;
  left: 50%;
  width: 433px;
  height: 529px;
  margin-left: -212px;
  background-size: 433px 529px;
  z-index: 999;
}

.game-create-content-banko  {
  height: 445px;
  background-image: url(/oyna/img/base/buttons/table_create_bg_445.png);
  background-size: 433px 445px;
}





.game-create-content-okey101 {
  display: none;
}

.game-create-header {
  width: 433px;
  height: 73px;
  color: white;
  font-size: 34px;
  text-align: center;
  line-height: 78px;
}

.game-create-top {
  padding-top: 7px;
  width: 100%;
  height: 230px;
  font-size: 1.2em;
}

.game-create-top-row {
  height: 32px;
  line-height: 32px;
  width: 100%;
}

.game-create-top-row-left {
  float: left;
  width: 120px;
  height: 100%;
  text-align: left;
  padding-left: 26px;
}

.game-create-top-row-right {
  float: left;
  width: 308px;
  height: 100%;
}

.game-create-top-option {
  float: left;
  line-height: 24px;
  height: 27px;
  width: 116px;
  background-color: white;
  border: solid 1px #C0C0C0;
  border-radius: 6px;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}

.game-create-option-left-icon {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-left: 3px;
  margin-top: 3px;
}

.game-create-table-point-plus {
  float: left;
  width: 29px;
  height: 29px;
  background-image: url(/oyna/img/base/game_create/game_create_plus.png);
  background-size: 29px 29px;
  margin: 0px 0px 0px 7px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.game-create-table-point-minus {
  float: left;
  width: 29px;
  height: 29px;
  background-image: url(/oyna/img/base/game_create/game_create_minus.png);
  background-size: 29px 29px;
  margin: 0px 0px 0px 7px;
  transition: all 0.2s ease;
  cursor: pointer;
}


.game-create-header-v2 .game-create-table-point-plus {
  position: absolute;
  left: 134px;
  width: 32px;
  top: 3px;
  background-size: 100% 100%;
  margin: 0px;
  background-image: url(/oyna/img/okey/game_create_v2/plus.png);
  display: none;
  height: 28px;
}
.game-create-header-v2 .game-create-table-point-minus {
  position: absolute;
  left: -40px;
  top: 3px;
  background-size: 100% 100%;
  margin: 0px;
  background-image: url(/oyna/img/okey/game_create_v2/minus.png);
  display: none;
  width: 32px;
  height: 28px;
}

.gb-okey .game-create-header-v2 .game-create-table-point-minus {
  position: absolute;
    left: -122px;
    top: 5px;
    background-size: 100% 100%;
    margin: 0px;
    background-image: url(/oyna/img/okey/game_create_v3/minus_btn.png);
    display: none;
    width: 52px;
    height: 39px;
}


.gb-okey .game-create-table-point-plus {
  position: absolute;
  left: 205px;
  top: 3px;
  background-size: 100% 100%;
  margin: 0px;
  background-image: url(/oyna/img/okey/game_create_v3/plus_btn.png);
  display: none;
  width: 52px;
  height: 39px;
}



.gb-okey .game-create-content-v2-banko .game-create-header-v2  .game-create-table-point-plus {
  display:block;
}

.gb-okey .game-create-content-v2-banko .game-create-header-v2 .game-create-table-point-minus {
  display:block;
}





.game-create-table-point-opt {
  float: left;
  line-height: 24px;
  height: 27px;
  width: 90px;
  background-color: white;
  border: solid 1px #C0C0C0;
  border-radius: 6px;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}

#game-create-point {
  display: block;
  position: relative;
  width: 90px;
  height: 30px;
  background: transparent;
  top: -1px;
  left: 0px;
  line-height: 30px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.game-create-table-point-minus:hover, .game-create-table-point-plus:hover {
  transform: scale(1.05);
}

.game-create-middle {
  width: 100%;
  height: 141px;
  padding: 9px 29px;
  font-size: 1.2em;
}

.game-create-bottom {
  position: relative;
  width: 100%;
  padding: 12px 82px;
  height: 80px;
}

.game-create-bottom div {
  width: 93px;
  height: 57px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.5em;
  float: left;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.game-create-close-btn {
  background-image: url(/oyna/img/base/buttons/red_oval.png);
  margin-left: 83px;
}

.game-create-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}


.gb-okey .game-create-close-btn{
  position: absolute;
  right: 9px;
  top: 9px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/okey/game_create_v3/close_btn.png);
}

.gb-okey .game-create-close-btn:hover{
  background-image: url(/oyna/img/okey/game_create_v3/close_btn.png);
  transform: scale(1.05);
}

.game-create-content-batak-v2 .game-create-close-btn,.game-create-content-v2-okey101 .game-create-close-btn,.game-create-content-zadeword .game-create-close-btn{
  position: absolute;
  right: 9px;
  top: 9px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/batak/game_create_v2/close.png);
}

.game-create-content-zadeword .game-create-close-btn{
  right: 28px;
  background-image: url(/oyna/img/zadebul/game_create_v2/close.png);
}

.game-create-content-v2-okey101 .game-create-close-btn{
  background-image: url(/oyna/img/okey101/game_create_v5/close.png);
}

.game-create-content-batak-v2 .game-create-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/batak/game_create_v2/close.png);
}

.game-create-content-v2-okey101 .game-create-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/okey101/game_create_v5/close.png);
}


.game-create-accept-btn {
  background-image: url(/oyna/img/base/buttons/green_oval.png);
}

.game-create-accept-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.game-create-content-v2, .game-settings-content-v2 {
  display: block;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/game_create_v3/game_create_bg.png);
  top: 205px;
  left: 50%;
  width: 700px;
  height: 282px;
  margin-left: -350px;
  background-size: 100% 100%;
  z-index: 999;
}

 .gb-okey .game-settings-content-v2
{
  background-image: url(/oyna/img/okey/game_create_v4/create_bg.png);
  top: 177px;
  margin-left: -228px;
  height: 419px;
  width: 456px;
}

.gb-okey .game-create-content-v2{
  background-image: url(/oyna/img/okey/game_create_v4/create_bg.png);
  height: 419px;
  width: 456px;
  margin-left: -228px;
  top: 177px;

}


.game-settings-content-v2-zadebul{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 351px;
  left: 50%;
  margin-top: -146px;
  background-size: 100% 100%;
  z-index: 800;
  font-size: 1.2em;
  background-image: url(/oyna/img/zadebul/game_starting/starting_bg.png);
  height: 356px;
  width: 400px;
  margin-left: -200px;
  top: 333px;
  z-index: 802;
}

.game-setting-header-img{
  position: absolute;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    background-image: url(/oyna/img/zadebul/game_setting/cog.png);
    top: 36px;
    left: 30px;

}

.game-setting-header-title-txt{
  background-image: url(/oyna/img/zadebul/game_setting/masa_ayari_txt.png);
  position: absolute;
  width: 247px;
  background-size: 100% 100%;
  height: 50px;
  text-align: center;
  color: white;
  font-size: 40px;
  line-height: 48px;
  left: 81px;
  top: 34px;

}


.gb-okey101 .game-settings-content-v2{
  top: 256px;
    height: 268px;
    width: 410px;
    margin-left: -205px;
    background-image: url(/oyna/img/okey101/game_starting_v4/starting_bg_v2.png)
}

.gb-okey101 .game-create-content-v2{
  background-image: url(/oyna/img/okey101/game_create_v5/game_create_bg.png);
  width: 456px;
  height: 518px;
  margin-left: -254px;
  top: 152px;
}







.game-create-content-pisti-v2{
  background-image: url(/oyna/img/pisti/game_create_v2/game_create_bg_blue.png);
  padding-top: 0px;
  height: 266px;
  top: 257px;
  width: 634px;
  margin-left: -317px;
}


.game-create-content-zadeword {
  background-image: url(/oyna/img/zadebul/game_create_v2/game_create_bg.png);
  width: 456px;
  height: 512px;
  margin-left: -225px;
  top: 152px;
}

.game-create-content-zadeword .game-create-header-v2{
  height: 58px;
  padding-top: 0px;
  text-align: center;
}

.game-create-header-vs{
  background-image: url(/oyna/img/zadebul/game_create_v2/vs.png);
  display: inline-block;
  width:100px;
  height: 89px;
  background-size: 100% 100%;

}

.game-create-content-batak-v2{
  background-image: url(/oyna/img/batak/game_create_v2/game_create_bg.png);
  width: 456px;
  height: 380px;
  margin-left: -254px;
  top: 152px;
}

.game-create-content-batak-v2.cgt-1{
  height: 420px;
  background-image: url(/oyna/img/batak/game_create_v2/game_create_bg_long.png);
}


.game-settings-content-v2.game-create-content-batak-v2{
  top: 256px;
  height: 268px;
  width: 410px;
  margin-left: -205px;
  background-image: url(/oyna/img/batak/game_starting_v2/starting_bg.png);
}

.cgt-1 .game-settings-content-v2.game-create-content-batak-v2{
  height: 322px;
  background-image: url(/oyna/img/batak/game_starting_v2/starting_bg_long.png);
  top:249px;
}


.game-setting-buttons-panel-v2{
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-top: 13px;
}

.game-setting-close-btn{
  display: inline-block;
  width: 135px;
  height: 45px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/batak/game_starting_v2/quit.png);
}

.game-setting-close-btn:hover{
  transform:scale(1.05);
}


.game-create-header-v2 {
  height: 90px;
  width: 100%;
  padding-top: 20px;
}


.game-create-content-pisti-v2 .game-create-header-v2
{
  display: flex;
    justify-content: center;
    height: 79px;
    align-items: center;
    gap: 20px;

}

.game-create-content-batak-v2 .game-create-header-v2{
  height: 58px;
  padding-top:0px;
}


.gb-okey .game-create-header-v2
{
  height: 52px;
    padding-top: 0px;
}

.game-create-table-type-row{
  height: 48px;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    margin-left: 5px;
}


.game-create-table-type-row-item{
  text-align: center;
  display: inline-block;
  width: 143px;
  height: 26px;
  margin-top: 10px;
  line-height: 26px;
  background-size: 100% 100%;
  color: gray;
  cursor: pointer;
  font-size: 20px;

}

.game-create-table-type-row-clasic{
  background-image: url(/oyna/img/okey/game_create_v4/classic_bg.png);

}

.game-create-table-type-row-selected-left{
  background-image: url(/oyna/img/okey/game_create_v4/classic_selected_bg.png);
}

.game-create-table-type-row-turbo{
  background-image: url(/oyna/img/okey/game_create_v4/turbo_bg.png);
}

.game-create-table-type-row-selected-right{
  background-image: url(/oyna/img/okey/game_create_v4/turbo_selected_bg.png);
}

.game-create-table-type-row-banko{
  display: none;
  width: 100%;
}
.game-setting-table-type-row-standard{
  display: block;
  width: 100%;
}

.gb-okey .game-create-content-v2-banko .game-create-table-type-row-banko{
  display: block;
}

.gb-okey .game-create-content-v2-banko .game-create-table-type-row-turbo, .gb-okey .game-create-content-v2-banko .game-create-table-type-row-clasic{
  display: none;
}


.gb-okey101 .game-create-header-v2 {
  height: 58px;
  padding-top: 0px;
}

.game-create-header-title-v2 {
  position: relative;
  width: 276px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.gb-pisti .game-create-header-title-v2 {
  position: relative;
    width: 200px;
    height: 45px;
    margin-left: 0px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/game_create_v2/zl_zemin_bg_blue.png);
    margin-right: 0px;

}


.game-create-header-cup-v2 {
  position: relative;
    width: 122px;
    background-size: 100% 100%;
    height: 46px;
    background-image: url(/oyna/img/pisti/game_create_v2/cup_zemin_bg_blue.png);
}

.game-create-header-game-type-holder{
  position: relative;
    width: 302px;
    height: 35px;
    background-color: #004b5a;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;

    color: #b19c9c;
}

.game-create-header-game-type-turbo-btn{
  float: left;
    height: 42px;
    margin-top: 1px;
    width: 147px;
    background-size: 147px 33px;
    text-align: center;
    line-height: 29px;
    font-size: 22px;
    margin-right: 0px;
    background-repeat: no-repeat;

  cursor: pointer;
}

.game-create-header-game-type-classic-btn{
  float: left;
    height: 42px;
    margin-top: 1px;
    width: 147px;
    background-size: 147px 33px;
    text-align: center;
    line-height: 29px;
    font-size: 22px;
    margin-right: 7px;
    background-repeat: no-repeat;
    cursor:pointer;

}

.game-create-header-game-type-classic-btn.game-create-header-game-type-active{
  background-image: url(/oyna/img/okey101/game_create_v4/CreateGame-CT.png);
  color:#1a1819;
}

.game-create-header-game-type-turbo-btn.game-create-header-game-type-active{
  background-image: url(/oyna/img/okey101/game_create_v4/CreateGame-CTR.png);
  color:#1a1819;

}







.game-create-header-title-txt{

  position: relative;
  height: 36px;
  text-align: center;
  width: 100%;
  line-height: 32px;
  color: #C1272D;
  font-size: 20px;
}

.game-create-content-batak-v2 .game-create-header-title-v2{
  width: 311px;
  height: 41px;
  top: 9px;
  padding:5px;
} 




.gb-okey .game-create-header-title-v2
 {
  position: relative;
  width: 126px;
  height: 46px;
  top: 6px;
  margin-left: auto;
  background-image: none;
  margin-right: auto;
  background-size: 100% 100%;
}

.gb-okey101 .game-create-header-title-v2 {
  width: 311px;
  height: 41px;
  top: 9px;
  padding: 5px;
}

.gb-okey101 .game-create-header-tour1-btn{
      /* float: left; */
      width: 40px;
      position: absolute;
      /* width: 50px; */
      top: 80px;
      left: -38px;
      height: 43px;
      color: white;
      background-size: 100% 100%;
      width: 194px;
      /* margin-right: 4px; */
      cursor: pointer;
      text-align: center;
      line-height: 37px;
      font-size: 22px;
}


.gb-okey101 .game-create-header-tour1-btn.game-create-header-tour1-btn-only{
  width: 388px;
  background-image: none;
  color: white;
}




.game-create-header-normal-btn{
  float: left;
  width: 50px;
  height: 100%;
  color: white;
  background-size: 100% 100%;
  width: 149px;
  margin-right: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}

.gb-okey101 .game-create-header-tour3-btn{
  width: 40px;
    position: absolute;
    /* width: 50px; */
    top: 80px;
    left: 156px;
    height: 43px;
    color: white;
    background-size: 100% 100%;
    width: 194px;
    /* margin-right: 4px; */
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    font-size: 22px;
}


.create-header-normal-active{
  color:#C1272D;
  background-image: url(/oyna/img/batak/game_create_v2/normal_active_bg.png);
}

.gb-okey101 .create-header-tour1-active{
  color:#C1272D;
  background-image: url(/oyna/img/okey101/game_create_v4/normal_active_bg.png);
}

.gb-okey101 .create-header-tour3-active{
  color:#C1272D;
  background-image: url(/oyna/img/okey101/game_create_v4/turbo_active_bg.png);;

}



.game-create-header-turbo-btn{
  float: left;
  width: 148px;
  height: 100%;
  color: white;
  background-size: 100% 100%;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}



.create-header-turbo-active{
  color:#C1272D;
  background-image: url(/oyna/img/batak/game_create_v2/turbo_active_bg.png);
}



.game-create-body-middle{
  height: 179px;
  width: 100%;
  position:relative;

}




.game-create-content-zadeword .game-create-body-middle{
  height: 215px;
}

.cgt-1 .game-create-body-middle{
  height: 220px;
}

.game-settings-content-v2 .game-create-body-middle{
  height: 120px;
}

.game-create-body-middle-display{
  width: 100%;
  height: 100px;
  position:relative;
}

.gb-okey101 .game-create-body-middle-display{
  height: 95px;
}


.game-create-body-middle-display-bet-amount-txt{
  position: absolute;
  top: 20px;
  left: 74px;
  color: white;
  text-align: center;
  font-size: 18px;
  width: 108px;
  height: 30px;
  line-height: 30px;

}

.game-create-content-zadeword .game-create-body-middle-display-bet-amount-txt{
  top:25px;
  font-size :22px;
}

.game-create-body-middle-display-goal-txt{
  position: absolute;
  top: 20px;
  left: 273px;
  color: white;
  text-align: center;
  font-size: 18px;
  width: 108px;
  height: 30px;
  line-height: 30px;
}

.game-create-content-zadeword .game-create-body-middle-display-goal-txt{
  top:25px;
  font-size: 22px;
}

.game-create-body-middle-display-bet-amount{
  position: absolute;
    top: 46px;
    left: 33px;
    padding-left: 51px;
    background-image: url(/oyna/img/batak/game_create_v2/coin_pile.png);
    background-position: 7px 9px;
    background-repeat: no-repeat;
    background-size: 51px 32px;
    color: #fbcb43;
    text-align: center;
    line-height: 46px;
    width: 193px;
    height: 50px;
    font-size: 26px;

}

.gb-okey101 .game-create-body-middle{
  height: 135px;
  /* top: 84px; */
  margin-top: 84px;
}

.game-create-content-zadeword .game-create-body-middle-display-bet-amount{
  top:60px;
  background-image: url(/oyna/img/zadebul/game_create_v2/coin_pile.png);
  font-size: 30px;
}


.gb-okey101  .game-create-body-middle-display-bet-amount{
  position: absolute;
    top: 6px;
    left: 33px;
    padding-left: 0px;
    background-image: none;
    /* background-position: 7px 9px; */
    /* background-repeat: no-repeat; */
    /* background-size: 51px 32px; */
    color: #fbcb43;
    text-align: center;
    line-height: 46px;
    width: 388px;
    height: 50px;
    font-size: 26px;
}


.gb-okey101 .create-table-turbo .game-create-body-middle-display-bet-amount{
  background-image: none;
  top: 48px;
  left: 0px;
  width: 100%;
  padding-left: 0px;
}


.game-create-body-middle-display-goal{
  position: absolute;
  top: 46px;
  left: 233px;
  padding-left: 0px;
  background-image: url(/oyna/img/batak/game_create_v2/goal.png);
  background-position: 5px 7px;
  background-repeat: no-repeat;
  background-size: 39px 40px;
  color: white;
  text-align: center;
  line-height: 46px;
  width: 193px;
  height: 50px;
  font-size: 26px;
}

.gb-okey101 .game-create-body-middle-display-goal{
  position: absolute;
  top: 29px;
  left: 34px;
  padding-left: 0px;
  background-image: url(/oyna/img/batak/game_create_v2/goal.png);
  /* background-position: 5px 7px; */
  background-repeat: no-repeat;
  background-size: 39px 40px;
  color: #915110;
  text-align: center;
  line-height: 46px;
  width: 193px;
  height: 50px;
  font-size: 26px;

}

.game-create-content-zadeword .game-create-body-middle-display-goal{
  top:60px;
  background-image: url(/oyna/img/zadebul/game_create_v2/goal.png);
  font-size: 30px;
}


.game-create-body-turn-count-btn {
  
  position: absolute;
  top: 46px;
  left: 233px;
  padding-left: 0px;
  background-position: 5px 7px;
  background-repeat: no-repeat;
  background-size: 187px 36px;
  color: white;
  text-align: center;
  line-height: 46px;
  width: 193px;
  height: 50px;
  font-size: 26px;
  cursor:pointer;
}

.turn-count-btn-left{
  background-image: url(/oyna/img/okey101/game_create_v5/turn_left_passive.png);
  left:35px;
}

.turn-count-btn-left.turn-count-btn-active {
  background-image: url(/oyna/img/okey101/game_create_v5/turn_left_active.png);
}

.turn-count-btn-right{
  background-image: url(/oyna/img/okey101/game_create_v5/turn_right_passive.png);
  left:225px;
}

.turn-count-btn-right.turn-count-btn-active {
  background-image: url(/oyna/img/okey101/game_create_v5/turn_right_active.png);
}


.gb-okey101 .game-create-body-middle-slider{
  position: relative;
    top: 27px;
    left: 32px;
    height: 45px;
    width: 392px;
    padding: 5px;

}

.game-create-body-middle-slider{
  position: relative;
  top: 13px;
  left: 32px;
  height: 45px;
  width: 394px;
  padding: 5px;
}


.gb-okey101 .game-create-body-middle-slider{
  top:-27px;
}


.game-create-content-zadeword .game-create-body-middle-slider{
  top:42px;
  height: 56px;
}

.game-create-body-middle-side{
  display:none;
  position: relative;
    top: 13px;
    left: 32px;
    height: 45px;
    width: 394px;
    padding: 5px;
}

.game-create-body-middle-txt{
  float: left;
  width: 100px;
  height: 45px;
  color: white;
  font-size: 20px;
  line-height: 42px;
  text-align: center;

}
.game-create-body-middle-side-options{
  float:left;
  height: 45px;
  width: 283px;
}
.game-create-body-middle-opt{
  display: inline-block;
    width: 40px;
    margin-left: 27px;
    font-size: 21px;
    font-family: 'DINPro-CondensedBlack';
    height: 40px;
    line-height: 40px;
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
    background-image: url(/oyna/img/batak/game_create_v2/ball_yellow.png);
}
.game-create-body-middle-opt-selected{
  background-image: url(/oyna/img/batak/game_create_v2/ball_orange.png);
}


.cgt-1 .game-create-body-middle-side{
  display:block;
}

.game-craete-body-middle-slider-minus-btn{
  float: left;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/game_create_v2/minus.png);
  width: 42px;
  height: 35px;
  cursor: pointer;

}

.game-create-content-zadeword .game-craete-body-middle-slider-minus-btn{
  background-image: url(/oyna/img/zadebul/game_create_v2/minus.png);
  width: 60px;
  height: 42px;
}



.gb-okey101 .game-craete-body-middle-slider-minus-btn{
  background-image: url(/oyna/img/okey101/game_create_v4/minus.png);
}

.game-create-body-middle-slider-center{
  float: left;
  position: relative;
  width: 298px;
  height: 35px;

}

.game-create-content-zadeword .game-create-body-middle-slider-center{
  width: 262px;
  height: 42px;

}

.game-create-body-middle-slider-holder{
  position: absolute;
  top: 1px;
  left: 5px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/game_create_v2/holder.png);
  width: 76px;
  height: 32px;
  cursor: pointer;
}


.game-create-content-zadeword .game-create-body-middle-slider-holder{
  position: absolute;
  top: 2px;
  background-image: url(/oyna/img/zadebul/game_create_v2/holder.png);
  width: 90px;
  height: 39px;
  cursor: pointer;
}



.gb-okey101 .game-create-body-middle-slider-holder{
  background-image: url(/oyna/img/okey101/game_create_v4/holder.png);
}

.gb-okey101 .create-table-classic .game-create-body-middle-slider-holder{
  display: none;
}

.game-creae-body-biddle-slider-plus-btn{
  float:left;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/game_create_v2/plus.png);
  width: 42px;
  height: 35px;
  cursor: pointer;
}

.game-create-content-zadeword .game-creae-body-biddle-slider-plus-btn{
  background-image: url(/oyna/img/zadebul/game_create_v2/plus.png);
  width: 60px;
  height: 43px;
}

.gb-okey101 .game-creae-body-biddle-slider-plus-btn{
  background-image: url(/oyna/img/okey101/game_create_v4/plus.png);
}

.game-create-header-title-text {
  position: absolute;
  top: 18px;
  left: 42px;
  font-size: 23px;
  line-height: 34px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/game_create_v3/zl_zemin_bg.png);
  color: white;
  width: 214px;
  height: 34px;
  text-align: center;
}


.gb-okey101 .game-create-header-title-text{
  top: 0px;
  left: 0px;
  font-size: 22px;
  line-height: 32px;
  width: 127px;
  height: 32px;
  background-image: none;
}

.gb-okey .game-create-header-title-text{
  top: 2px;
    left: 0px;
    font-size: 26px;
    line-height: 40px;
    width: 127px;
    height: 41px;
    background-image: none;
    color: #ffce31;
}


.game-create-content-batak-v2 .game-create-header-title-text{
  top: 1px;
  left: 28px;
  font-size: 20px;
  line-height: 45px;
  background-image: url(/oyna/img/pisti/game_create_v2/zl_zemin_bg_blue.png);
  width: 214px;
  height: 45px;
}


.game-create-content-pisti-v2 .game-create-header-title-text{
  top: 0px;
  left: 41px;
  font-size: 20px;
  line-height: 45px;
  width: 159px;
  height: 45px;

}



.game-create-content-pisti-v2 .game-create-header-cup-text{
  top: 1px;
  left: 57px;
  font-size: 20px;
  line-height: 45px;
  width: 65px;
  height: 45px;
  text-align: center;
  position: absolute;
  color: white;
}

.game-create-content-batak-v2 .game-create-header-title-text{
  background-image: url(/oyna/img/batak/game_create_v2/zl_zemin_bg_blue.png);
}


.game-create-header-zl-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 47px;
  height: 47px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/game_create_v3/zl_icon_bg.png);
}



 .gb-okey101 .game-create-header-zl-icon {
  width: 23px;
  height: 25px;
  left: 5px;
  top: 3px;
  background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
}

 .gb-okey .game-create-header-zl-icon{
  display: none;
  width: 23px;
  height: 25px;
  left: 5px;
  top: 3px;
  background-image: url(/oyna/img/okey/winner_window_v2/coins.png);
 }

.gb-okey101 .game-create-header-zl-icon {
  background-image: url(/oyna/img/okey101/winner_window_v3/coins.png);
}



.game-create-body-row-v2 {
  width: 600px;
  height: 80px;
  margin-left: 50px;
}

.gb-okey .game-create-body-row-v2{
  width: 384px;
  height: 76px;
  margin-left: 35px;
  padding-top: 9px;
}


.gb-okey101 .game-create-body-row-v2 {
  height: 84px;
    margin-left: 15px;
    width: 427px;
    padding-top:10px;
}


.game-create-content-pisti-v2 .game-create-body-row-v2{
  height: 73px;
  margin-left: 28px;
}


.game-create-content-batak-v2 .game-create-body-row-v2{
  height: 83px;
  margin-left: 69px;
  width: 388px;
}

.game-create-content-zadeword .game-create-body-row-v2{
  width: 390px;
    height: 120px;
    margin-left: 67px;
    margin-top: 40px;
}



.game-create-content-batak-v2.cgt-1 .game-create-body-row-v2{
  height: 84px;
  margin-left: 15px;
  width: 427px;

}


.game-create-body-row-v2-separator {
  width: 100%;
  height: 0px;
}

.gb-okey .game-create-body-row-v2-separator{
  height: 20px;
}

.game-create-content-pisti-v2 .game-create-body-row-v2-separator,
.game-create-content-batak-v2 .game-create-body-row-v2-separator{
  height: 14px;
}


.game-create-setting-column {
  width: 148px;
  height: 100%;
  float: left;
}



.game-create-content-pisti-v2 .game-create-setting-column{
  width: 144px;
}



.game-create-content-batak-v2 .game-create-setting-column{
  width:106px;
}


.game-create-content-batak-v2 .game-create-difficult-column{
  display:none;
}

.game-create-content-batak-v2.cgt-1 .game-create-difficult-column{
  display:block;
}





.game-create-setting-column-text {
  font-size: 22px;
  height: 22px;
  width: 100%;
  text-align: center;
  line-height: 22px;
  color: rgb(150, 148, 148);
}

.game-create-content-zadeword .game-create-setting-column-text {
  height: 25px;
  color: white;
  font-size: 26px;
}

.gb-batak .game-create-setting-column-text {
  height: 25px;
  color: white;
  font-size: 26px;
}


.gb-okey .game-create-setting-column-text{
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: white;
}


.gb-okey101 .game-create-setting-column-text {
  height: 25px;
  color: white;
  font-size: 24px;
}

.game-setting-option-v2 {
  width: 100%;
  height: 50px;
  padding-top: 5px;
}

.gb-okey .game-setting-option-v2{
  height: 36px;
  padding-top: 2px;
  margin-left: 0px;
}

.switch-button-v2 {
  cursor: pointer;
  width: 82px;
  height: 33px;
  background-size: 100% 100%;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
}

.game-create-content-zadeword .switch-button-v2 {
  width: 74px;
  height: 41px;
}

.gb-okey .switch-button-v2{
  width: 70px;
  height: 40px;
}


.gb-okey101 .switch-button-v2 {
  width: 54px;
    height: 33px;
}

.game-create-content-pisti-v2 .switch-button-v2 {
  width: 84px;
  height: 32px;
}



.game-create-content-batak-v2 .switch-button-v2{
  width: 63px;
  height: 36px;
}

.switch-button-v2-disabled {
  width: 82px;
  height: 33px;
  background-size: 100% 100%;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
}


.gb-okey101 .switch-button-v2-disabled{
  width: 70px;
  height: 29px;
}

.gb-okey .switch-button-v2-disabled{
  width: 70px;
  height: 40px;
  background-image: url(/oyna/img/okey/game_create_v3/off_switch.png);
  
}

.game-create-content-pisti-v2 .switch-button-v2-disabled
 {
  width: 84px;
  height: 32px;
}

.game-create-content-batak-v2 .switch-button-v2-disabled{
  width: 63px;
  height: 36px;
}

.radio-button-holder-v2 {
  margin-top: 5px;
  cursor: pointer;
  width: 130px;
  height: 34px;
  background-size: 100% 100%;
  padding-left: 4px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/okey101/game_create_v3/time_bg.png);
}

.gb-okey .radio-button-holder-v2,
.gb-okey101 .radio-button-holder-v2 {
  background-image: url(/oyna/img/okey/game_create_v2/time_bg.png);
  margin-top: 1px;
  width: 96px;
  height: 30px;
}





.gb-okey101 .radio-button-holder-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/time_bg.png);
}



.gb-okey .game-create-game-count-option{
  width: 157px;
  background-image: url(/oyna/img/okey/game_create_v2/gamecount_bg.png);
}




.increase-decrease-radio{
  display: none;
  margin-top: 5px;
  cursor: pointer;
  width: 130px;
  height: 34px;
  background-size: 100% 100%;
  padding-left: 4px;
  margin-left: 6px;
  
}

.increase-decrease-radio-number{
  position: relative;
  color: white;
  width: 56px;
  padding: 4px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 50px;
}

.increase-decrease-radio-number-text{
  width: 48px;
  height: 24px;
  background-color: #fccb1b;
  border-radius: 50px;
  border: solid 2px #f7ab26;
  line-height: 19px;
  text-align: center;
  font-size: 22px;
}

.increase-decrease-radio-number-plus{
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  right: -30px;
  top: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 15px;
  color: black;
  text-align: center;
  background-color: #fcc810;
  border: 4px solid white;
  font-size: 34px;
}

.increase-decrease-radio-number-minus{
  position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    left: -30px;
    top: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    line-height: 11px;
    color: black;
    font-size: 34px;
    text-align: center;
    background-color: #fcc810;
    border: 4px solid white;
}

.increase-decrease-radio-number-plus:hover, .increase-decrease-radio-number-minus:hover{
  transform: scale(1.05);
}








.game-create-content-pisti-v2 .radio-button-holder-v2{
  width: 148px;
  background-image: url(/oyna/img/pisti/game_create_v2/time_bg_blue.png);
}

.game-create-content-batak-v2 .radio-button-holder-v2{
  width: 185px;
  background-image: url(/oyna/img/batak/game_create_v2/time_bg_blue.png);
}

.game-create-content-batak-v2 .game-create-game-time-column  .radio-button-holder-v2{
  width: 155px;
}

.game-create-content-batak-v2 .game-create-game-count-column {
  width:190px;
}

.game-create-content-batak-v2 .game-create-game-time-column {
  width:190px;
}

.game-create-content-batak-v2 .game-create-side-count-column {
  width:190px;
}


.radio-button-holder-v2-disabled {
  margin-top: 5px;
  width: 130px;
  height: 34px;
  background-size: 100% 100%;
  padding-left: 4px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/okey101/game_create_v3/time_bg.png);
}

.gb-batak .radio-button-holder-v2-disabled {
  width:185px;
  background-image: url(/oyna/img/batak/game_create_v2/time_bg_blue.png);
}

.gb-batak .game-create-game-time-column .radio-button-holder-v2-disabled {
  width:155px;
}

.gb-okey .radio-button-holder-v2-disabled,
.gb-okey101 .radio-button-holder-v2-disabled {
  margin-top: 1px;
  width: 96px;
  height: 30px;
  background-image: url(/oyna/img/okey/game_create_v2/gamecount_bg.png);
}

.gb-okey101 .radio-button-holder-v2-disabled {
  background-image: url(/oyna/img/okey101/game_create_v3/gamecount_bg.png);
}



.gb-okey .game-setting-game-count-option{
  width: 157px;
  background-image: url(/oyna/img/okey/game_create_v2/gamecount_bg.png);
}


.radio-button-v2 {
  color: white;
  font-size: 23px;
  text-align: center;
  width: 40px;
  float: left;
  line-height: 33px;
  height: 35px;
  position: relative;
}

.gb-okey .radio-button-v2,
.gb-okey101 .radio-button-v2 {
  color: white;
  font-size: 20px;
  text-align: center;
  width: 30px;
  float: left;
  line-height: 28px;
  height: 28px;
  position: relative;
}

.game-create-content-pisti-v2 .radio-button-v2,
.game-create-content-batak-v2 .radio-button-v2{
  width: 45px;
  font-size: 22px;
}

.radio-button-v2-disabled {
  cursor:default;
  color: white;
  font-size: 23px;
  text-align: center;
  width: 40px;
  float: left;
  line-height: 33px;
  height: 35px;
  position: relative;
}

.gb-okey .radio-button-v2-disabled,
.gb-okey101 .radio-button-v2-disabled  {
  color: white;
  font-size: 20px;
  text-align: center;
  width: 30px;
  float: left;
  line-height: 28px;
  height: 28px;
  position: relative;
}


.game-create-content-pisti-v2 .radio-button-v2-disabled,
.game-create-content-batak-v2 .radio-button-v2-disabled{
  width: 45px;
  font-size: 22px;
}


.radio-button-on-v2 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 8px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/game_create_v3/time_pin_bg.png);
}


.gb-okey101 .radio-button-on-v2 {
  background-image: url(/oyna/img/okey/game_create_v2/time_pin_bg.png);
  width: 31px;
  height: 31px;
  top: -2px;
  left: -1px;

}


.gb-okey .radio-button-on-v2{
  background-image: url(/oyna/img/okey/game_create_v3/time_pin_bg.png);
  width: 34px;
  height: 34px;
  top: 0px;
  left: -1px;
}

.gb-okey101 .radio-button-on-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/time_pin_bg.png);
}




.game-create-content-v2-okey .cg-time-15-v2,
.game-create-content-v2-okey101 .cg-time-15-v2{
  display:none;
}

.game-create-content-v2-banko .cg-time-60-v2{
  display: none;
}

.game-settings-content-v2-banko .cg-time-setting-60{
  display:none;
}





.game-settings-content-v2-okey .cg-time-setting-15,
.game-settings-content-v2-okey101 .cg-time-setting-15,
.game-settings-content-v2-batak .cg-time-setting-15{
  display:none;
}


.game-create-content-pisti-v2 .radio-button-on-v2,
.game-create-content-batak-v2 .radio-button-on-v2{
  width: 42px;
  height: 42px;
  top: -4px;
  left: 0px;
  background-image: url(/oyna/img/pisti/game_create_v2/time_pin_bg_blue.png);
}

.game-create-content-batak-v2 .radio-button-on-v2{
  background-image: url(/oyna/img/batak/game_create_v2/time_pin_bg_blue.png);
}

.setting-on-switch-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/on_switch.png);
}

.gb-okey .setting-on-switch-v2 {
  background-image: url(/oyna/img/okey/game_create_v3/on_switch.png);
}

.gb-okey101 .setting-on-switch-v2 {
  background-image: url(/oyna/img/okey101/game_create_v4/on_switch.png);
}


.gb-zadebul .setting-on-switch-v2 {
  background-image: url(/oyna/img/zadebul/game_create_v2/on_switch.png);
}




.game-create-content-pisti-v2 .setting-on-switch-v2{
  background-image: url(/oyna/img/pisti/game_create_v2/on_switch_blue.png);
}

.game-create-content-batak-v2 .setting-on-switch-v2{
  background-image: url(/oyna/img/batak/game_create_v2/on_switch.png);
}


.setting-off-switch-v2 {
  background-image: url(/oyna/img/okey101/game_create_v3/off_switch.png);
}

.gb-okey101 .setting-off-switch-v2{
  background-image: url(/oyna/img/okey101/game_create_v4/off_switch.png);
}

.gb-zadebul .setting-off-switch-v2{
  background-image: url(/oyna/img/zadebul/game_create_v2/off_switch.png);
}

.gb-okey .game-create-window .setting-off-switch-v2 {
  background-image: url(/oyna/img/okey/game_create_v3/off_switch.png);
}


.game-create-content-pisti-v2 .setting-off-switch-v2{
  background-image: url(/oyna/img/pisti/game_create_v2/off_switch_blue.png);
}


.game-create-content-batak-v2 .setting-off-switch-v2{
  background-image: url(/oyna/img/batak/game_create_v2/off_switch.png);
}

.gb-okey .game-create-window .switch-button-green.setting-off-switch-v2 {
  background-image: url(/oyna/img/okey/game_create_v3/on_switch_r.png);
}

.gb-okey .game-setting-four-player-option .switch-button-v2-disabled{
  background-image: url(/oyna/img/okey/game_create_v3/on_switch_r.png);
}


.game-create-content-v2-bottom-panel {
  width: 100%;
  height: 70px;
  padding-top: 30px;
}

.gb-okey101 .game-create-content-v2-bottom-panel {
  padding-top:37px;
}

.game-create-content-pisti-v2 .game-create-content-v2-bottom-panel,
.game-create-content-batak-v2 .game-create-content-v2-bottom-panel{
  padding-top: 37px;
} 

.game-create-content-v2-bottom-buttons-wrapper {
  width: 360px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -38px;
}

.game-create-content-zadeword .game-create-content-v2-bottom-buttons-wrapper{
  width:180px;
}



.gb-okey .game-create-content-v2-bottom-buttons-wrapper {
    top: -12px;
    width: 258px;
    text-align: center;
}


.gb-okey101 .game-create-content-v2-bottom-buttons-wrapper{
  width: 180px;
}

.game-create-content-pisti-v2 .game-create-content-v2-bottom-buttons-wrapper{
  width:386px;
}


.game-create-content-batak-v2 .game-create-content-v2-bottom-buttons-wrapper{
  width:180px;
}

.game-settings-content-v2 .game-create-content-v2-bottom-buttons-wrapper {
  width: 169px;
}

.gb-okey .game-settings-content-v2 .game-create-content-v2-bottom-buttons-wrapper,
.gb-okey101 .game-settings-content-v2 .game-create-content-v2-bottom-buttons-wrapper  {
  width: 120px;
}


.game-settings-content-v2-okey{
  visibility:show;
}

.game-settings-content-v2-banko{
  visibility: show;
}


.game-settings-content-pisti {
  display: none;
}

.game-create-content-v2-bottom-btn {
  float: left;
  width: 168px;
  height: 44px;
  color: white;
  background-size: 100% 100%;
  text-align: center;
  line-height: 43px;
  font-size: 23px;
  transition: all 0.2s ease;
  margin-left: 0px;
  cursor: pointer;
}

.game-settings-content-v2-bottom-buttons-wrapper{
  text-align: center;
  width: 100%;
  height: 53px;
  position: relative;
  top: 5px;
}

.game-settings-content-v2-close-btn{
  display: inline-block;
    background-image: url(/oyna/img/zadebul/game_create_v2/open_btn_bg.png);
    width: 146px;
    height: 55px;
    line-height: 44px;
    font-size: 28px;
    transition: all 0.2s ease;
    margin-left: 0px;
    cursor: pointer;
    color: white;
    background-size: 100% 100%;
    text-align: center;
}

.game-settings-content-v2-close-btn:hover{
  transform: scale(1.05);
}

.gb-okey .game-create-content-v2-bottom-btn{
  width: 119px;
    color: black;
    height: 34px;
    margin-left:8px;
    font-size: 21px;
    display: math;
    margin-top: 10px;
    line-height: 34px;
    display: inline-block;
    float: unset;
}

.gb-okey .gameSettingsCloseBtn {
  position: absolute;
    right: 9px;
    top: 9px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/okey/game_create_v3/close_btn.png);
}

.gb-okey .gameSettingsCloseBtn:hover{
  transform:scale(1.05);
}



.gb-okey101 .game-create-content-v2-bottom-btn {
  color: black;
  line-height: 56px;
  width: 182px;
  height: 60px;
  background-image: url(/oyna/img/okey101/game_create_v4/open_btn_bg.png);
}

.game-create-content-pisti-v2 .game-create-content-v2-bottom-btn,
.game-create-content-batak-v2 .game-create-content-v2-bottom-btn {
  width: 182px;
  height: 60px;
  line-height: 50px;
}


.game-create-content-v2-bottom-btn:hover {
  transform: scale(1.05);
}

.game-create-content-v2-close-btn {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}

.gb-okey .game-create-content-v2-close-btn {
  background-image: url(/oyna/img/okey/game_create_v2/close_btn_bg.png);
}

.gb-okey101 .game-create-content-v2-close-btn {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}



.game-create-content-v2-close-btn:hover {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}

.gb-okey .game-create-content-v2-close-btn:hover {
  background-image: url(/oyna/img/okey/game_create_v2/close_btn_bg.png);
}

.gb-okey101 .game-create-content-v2-close-btn:hover {
  background-image: url(/oyna/img/okey101/game_create_v3/close_btn_bg.png);
}




.game-create-content-pisti-v2 .game-create-content-v2-close-btn {
  background-image: url(/oyna/img/pisti/game_create_v2/close_btn_bg_blue.png);
}

.game-create-content-batak-v2 .game-create-content-v2-close-btn {
  background-image: url(/oyna/img/batak/game_create_v2/close_btn_bg_blue.png);
}

.game-create-content-pisti-v2 .game-create-content-v2-close-btn:hover {
  background-image: url(/oyna/img/pisti/game_create_v2/close_btn_bg_blue.png);
}

.game-create-content-batak-v2 .game-create-content-v2-close-btn:hover {
  background-image: url(/oyna/img/batak/game_create_v2/close_btn_bg_blue.png);
}

.game-create-content-v2-open-btn {
  background-image: url(/oyna/img/okey101/game_create_v3/open_btn_bg.png);
}

.game-create-content-zadeword .game-create-content-v2-open-btn {
  background-image: url(/oyna/img/zadebul/game_create_v2/open_btn_bg.png);
  width: 171px;
  height: 70px;
  line-height: 52px;
    font-size: 30px;
}

.game-create-content-zadeword .game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/zadebul/game_create_v2/open_btn_bg.png);
}


.gb-okey .game-create-content-v2-open-btn {
  background-image: url(/oyna/img/okey/game_create_v3/btn_orange.png);
}




.game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/okey101/game_create_v3/open_btn_bg.png);
}

.gb-okey .game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/okey/game_create_v3/btn_orange.png);
}

.gb-okey101 .game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/okey101/game_create_v4/open_btn_bg.png);
}




.game-create-content-pisti-v2 .game-create-content-v2-open-btn {
  background-image: url(/oyna/img/pisti/game_create_v2/open_btn_bg_blue.png);
}


.game-create-content-batak-v2 .game-create-content-v2-open-btn {
  color: black;
  line-height: 56px;
  background-image: url(/oyna/img/batak/game_create_v2/open_btn_bg.png);
}


.game-create-content-pisti-v2 .game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/pisti/game_create_v2/open_btn_bg_blue.png);
}


.game-create-content-batak-v2 .game-create-content-v2-open-btn:hover {
  background-image: url(/oyna/img/batak/game_create_v2/open_btn_bg.png);
}


.game-create-content-v2-okey{
  visibility:visible;
}

.game-create-content-v2-banko{
  visibility: visible;
}

.game-create-game-count-column{
  display:none;
}

.gb-batak .game-create-game-count-column{
  display:block;
}

.game-create-content-v2-banko .game-create-game-count-column{
  display:block;
  width: 160px;
}



.game-settings-content-v2-banko .game-create-game-count-column{
  display:block;
  width: 160px;
}



.game-create-turboclasic-column{
  display: none;
  position:relative;
}


.game-settings-content-v2-okey .game-create-turboclasic-column{
  display: none;
}

.gb-okey .game-create-content-v2-okey .game-create-turboclasic-column{
  display: none;

}



.game-create-color-column{
  display: none;
  position:relative;

}

.game-settings-content-v2-okey .game-create-color-column{
  display: block;
}

.game-create-content-v2-okey .game-create-color-column{
  display: block;

}



.game-settings-content-v2-banko .game-create-four-column,.game-create-content-v2-banko .game-create-four-column{
  margin-left:32px;
  width: 130px;
}

.gb-okey .game-settings-content-v2-okey .game-create-four-column ,.gb-okey .game-create-content-v2-okey .game-create-four-column{
  margin-left: 56px;
  
}



.game-settings-content-v2-banko .game-create-four-column{
  margin-left:32px;
  width: 125px;
}


.game-create-game-time-column{

  margin-right:7px;
}

.game-create-content-v2-banko .game-create-game-time-column{
  float:left;
}

.game-settings-content-v2-banko .game-create-game-time-column{
  float:left;
}



.gb-okey .game-create-setting-column {
  width: 88px;
  margin-left:0px;
}


.gb-okey101 .game-create-setting-column{
  width: 106px;
  height: 84px;
  margin-left: 0px;
}
.game-create-content-zadeword .game-create-setting-column{
  width: 106px;
}


 .game-create-left-space{
  float: left;
    height: 2px;
    width: 36px;
    display:none;
}

.game-settings-content-v2-okey .game-create-left-space,.game-create-content-v2-okey .game-create-left-space{
  display: block;
  width: 47px;
}


.gb-okey .game-create-game-time-column,
.gb-okey101 .game-create-game-time-column{
  margin-right:0px;
  margin-left:0px;
  width: 100px;
}

.gb-okey .game-create-game-count-column{
  width:160px;
  margin-left:11px;
}



.game-create-content-title{
  text-align: center;
  font-size: 31px;
  color: #7F5717;
  width: 100%;
  height: 44px;
  line-height: 44px;
}

.gb-okey .game-create-content-title{
      text-align: center;
    font-size: 29px;
    color: #7F5717;
    width: 100%;
    height: 61px;
    line-height: 58px;
}



.sikayet-oneri-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/sikayet_oneri_bg_v1.png);
  top: 422px;
  left: 50%;
  width: 601px;
  height: 407px;
  margin-left: -300px;
  margin-top: -204px;
  background-size: 601px 407px;
  z-index: 9999;
  font-size: 1.2em;
}

.game-score-content-banko, .game-score-content-batak , .game-score-content-okey101{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 422px;
  height: 486px;
  left: 50%;
  width: 540px;
  margin-top: -262px;
  background-size: 100% 100%;
  z-index: 999;
  font-size: 1.2em;
  margin-left: -263px;
  transform: scale(0.8);
  
}

.game-score-banko-title,.game-score-batak-title, .game-score-okey101-title{
  position: absolute;
  top:0px;
  width: 100%;
  height: 72px;
  background-image: url(/oyna/img/okey/scoreboard/scoreboard_bg.png);
  background-size: 100% 100%;
}

.game-score-batak-title{
  background-image: url(/oyna/img/batak/scoreboard/scoreboard_bg.png);
}

.game-score-okey101-title{
  background-image: url(/oyna/img/okey101/scoreboard/scoreboard_bg.png);
}

.game-score-banko-title-text, .game-score-batak-title-text , .game-score-okey101-title-text{
  width: 126px;
  height: 70px;
  display: block;
  line-height: 70px;
  color: #7F5717;
  font-size: 35px;
  text-align: center;
  margin-left: auto;
  /* top: 1px; */
  left: 211px;
  font-size: 45px;
  margin-right: auto;
}


.game-score-content-banko-two{
  display:block;
}

.game-score-content-banko-four{
  display: block;
}



.game-score-body-banko, .game-score-body-batak, .game-score-body-okey101{
  position: relative;
  width: 540px;
  height: 445px;
  margin-top: 69px;
  padding-top: 10px;
  margin-left: 0px;
  background-image: url(/oyna/img/okey/scoreboard/scoreboard_bg_bottom.png);
  background-size: 100%;
  background-position: bottom;
}


.game-score-body-batak{
  background-image: url(/oyna/img/batak/scoreboard/scoreboard_bg_bottom.png);
}





.game-score-rowcount-3 .game-score-body-banko{
  height: 260px;
}

.game-score-rowcount-3 .game-score-body-batak{
  height: 260px;
}

.game-score-rowcount-3 .game-score-body-okey101{
  height: 260px;
}

.game-score-rowcount-4 .game-score-body-batak{
  height: 300px;
}

.game-score-rowcount-4 .game-score-body-okey101{
  height: 300px;
}

.game-score-rowcount-2 .game-score-body-batak{
  height: 229px;
}


.game-score-rowcount-2 .game-score-body-okey101{
  height: 229px;
}

.game-score-rowcount-1 .game-score-body-batak{
  height: 198px;
}


.game-score-rowcount-1 .game-score-body-okey101{
  height: 198px;
}

.game-score-content-banko.game-score-rowcount-3{
  top:460px;
}


.game-score-content-batak.game-score-rowcount-3{
  top:460px;
}


.game-score-content-okey101.game-score-rowcount-3{
  top:460px;
}


.game-score-content-banko.game-score-rowcount-5{
  top:460px;
}

.game-score-content-batak.game-score-rowcount-5{
  top:460px;
}

.game-score-content-okey101.game-score-rowcount-5{
  top:460px;
}


.game-score-content-banko.game-score-rowcount-7{
  top:460px;
}


.game-score-content-batak.game-score-rowcount-7{
  top:460px;
}

.game-score-content-okey101.game-score-rowcount-6{
  top:450px;
}


.game-score-content-okey101.game-score-rowcount-7{
  top:460px;
}



.game-score-content-banko.game-score-rowcount-9{
  top:461px;
}






.game-score-rowcount-5 .game-score-body-banko{
  height: 322px;
}


.game-score-rowcount-5 .game-score-body-batak{
  height: 322px;
}


.game-score-rowcount-5 .game-score-body-okey101{
  height: 322px;
}

.game-score-rowcount-7 .game-score-body-banko{
  height: 385px;
}


.game-score-rowcount-7 .game-score-body-batak{
  height: 385px;
}

.game-score-rowcount-6 .game-score-body-okey101{
  height: 350px;
}


.game-score-rowcount-7 .game-score-body-okey101{
  height: 385px;
}


.game-score-rowcount-9 .game-score-body-batak{
  height: 451px;
}

.game-score-rowcount-11 .game-score-body-batak{
  height: 513px;
}


.game-score-content-banko-four .game-score-body-banko{
  display:block;
}


.game-score-content-banko-four .game-score-body-batak{
  display:block;
}


.game-score-body-line{
  position: absolute;
  width:2px;
  height: 278px;
  background-image: url(/oyna/img/okey/scoreboard/body_bg.png);
  background-size: 100% 100%;
}

.gb-batak .game-score-body-line{
  background-image: url(/oyna/img/batak/scoreboard/body_bg.png);
}


.gb-okey101 .game-score-body-line{
  background-image: url(/oyna/img/okey101/scoreboard/body_bg.png);
}



.game-score-content-banko-two .game-score-body-line{
  display:none;
}

.game-score-body-line-left{
  top: 141px;
  left: 169px;
}

.game-score-body-line-right{
  top:141px;
  left:406px;
}


.game-score-head-banko, .game-score-head-batak, .game-score-head-okey101 {
  color: #FFFFFF;
  width: 473px;
  height: 128px;
  background-image: url(/oyna/img/okey/scoreboard/score_head_bg.png);
  line-height: 40px;
  text-align: center;
  background-size: 100% 100%;
  margin-left: 50px;
}

.game-score-head-batak{
  background-image: url(/oyna/img/batak/scoreboard/score_head_bg.png);
}

.game-score-head-okey101{
  background-image: url(/oyna/img/okey101/scoreboard/score_head_bg.png);
}

.game-score-content-banko-four .game-score-head-banko{
  background-image: url(/oyna/img/okey/scoreboard/score_head_bg_4.png);
}


.game-score-content-batak-four .game-score-head-batak{
  background-image: url(/oyna/img/batak/scoreboard/score_head_bg_4.png);
}

.game-score-content-okey101-four .game-score-head-okey101{
  background-image: url(/oyna/img/okey101/scoreboard/score_head_bg_4.png);
}


.game-score-content-batak-three .game-score-head-batak{
  background-image: url(/oyna/img/batak/scoreboard/score_head_bg_3.png);
}

.game-score-content-batak-three  .game-score-head-column-left{
  width: 315px;
}

.game-score-content-batak-three  .game-score-head-column-right{
  width: 158px;
}




.game-score-head-column{
  float:left;
  height: 100%;
  width: 235px;
}

.game-score-head-profiles{
  height: 95px;
  width: 100%;
}

.game-score-head-profile-banko{
  width: 115px;
  display:inline-block;
}


.game-score-head-profile-batak{
  width: 115px;
  display:inline-block;
}

.game-score-head-profile-okey101{
  width: 115px;
  display:inline-block;
}


.game-score-content-batak-three .game-score-head-profile-batak{
  width: 155px;
}


.game-score-content-banko-two .game-scroe-head-profile-2, .game-score-content-banko-two .game-scroe-head-profile-4{
  display:none;
}


.game-score-head-profile-banko-imgborder{
  position: relative;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  width: 62px;
  background-size: 100% 100%;
}

.game-score-head-profile-batak-imgborder{
  position: relative;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  width: 62px;
  background-size: 100% 100%;
}

.game-score-head-profile-okey101-imgborder{
  position: relative;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  width: 62px;
  background-size: 100% 100%;
}


.game-score-head-profile-banko-img-wrapper{
  position: absolute;
  top: 2px;
  left: 2px;
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/scoreboard/profile_border.png);
}

.game-score-head-profile-batak-img-wrapper{
  position: absolute;
  top: 2px;
  left: 2px;
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/scoreboard/profile_border.png);
}


.game-score-head-profile-okey101-img-wrapper{
  position: absolute;
  top: 2px;
  left: 2px;
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/scoreboard/profile_border.png);
}


.game-score-head-profile-banko-img{
  position: absolute;
  top: 4px;
  left: 4px;
  height: 51px;
  width: 51px;
  background: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
}

.game-score-head-profile-batak-img, .game-score-head-profile-okey101-img{
  position: absolute;
  top: 4px;
  left: 4px;
  height: 51px;
  width: 51px;
  background: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
}



.game-score-head-profile-banko-nick{
  width: 116px;
    line-height: 22px;
    height: 22px;
    color: white;
    font-size: 18px;
}


.game-score-head-profile-batak-nick, .game-score-head-profile-okey101-nick{
  width: 116px;
    line-height: 22px;
    height: 22px;
    color: white;
    font-size: 18px;
}

.game-score-content-batak-three .game-score-head-profile-batak-nick{
  width:156px;
}



.game-score-content-banko-two .game-scroe-head-profile-2, .game-score-content-banko-two .game-scroe-head-profile-4{
  display:none;
}

.game-score-content-okey101-two .game-scroe-head-profile-2, .game-score-content-okey101-two .game-scroe-head-profile-4{
  display:none;
}


.game-score-content-batak-three .game-scroe-head-profile-4{
  display:none;
}


.game-score-head-scores{
  height: 31px;
  width: 100%;
  margin-top:-2px;
}

.game-score-head-point{
  display:inline-block;
  width:115px;
  height: 30px;
}


.game-score-content-batak-three .game-score-head-point{
  width:153px;
}



 .game-score-content-banko-two .game-score-head-point-profile-2,.game-score-content-banko-two .game-score-head-point-profile-4{
   display:none;
 }


 .game-score-content-okey101-two .game-score-head-point-profile-2,.game-score-content-okey101-two .game-score-head-point-profile-4{
  display:none;
}



 .game-score-content-banko-partner .game-score-head-point-profile-2,.game-score-content-banko-partner .game-score-head-point-profile-4{
  display:none;
}

.game-score-content-batak-partner .game-score-head-point-profile-2,.game-score-content-batak-partner .game-score-head-point-profile-4{
  display:none;
}


.game-score-content-okey101-partner .game-score-head-point-profile-2,.game-score-content-okey101-partner .game-score-head-point-profile-4{
  display:none;
}


.game-score-content-batak-partner .game-score-point-user-point-group-2, .game-score-content-batak-partner .game-score-point-user-point-group-4{
  display: none;
}



.game-score-content-okey101-partner .game-score-point-user-point-group-2, .game-score-content-okey101-partner .game-score-point-user-point-group-4{
  display: none;
}



 .game-score-point-rows-holder{
  width: 522px;
  height: 282px;
  position: relative;
  padding-top: 4px;
  padding-left: 49px;
 }

 .game-score-point-row{
  position: relative;
  width: 475px;
  height: 29px;
  background-image: url(/oyna/img/okey/scoreboard/row_bg.png);
  background-size: 100% 100%;
  margin-bottom: 2px;
 }

.game-score-point-row-1{
  background-image: url(/oyna/img/okey/scoreboard/row_bg_top.png);
}

.gb-batak .game-score-point-row-1{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_top.png);
}


.gb-okey101 .game-score-point-row-1{
  background-image: url(/oyna/img/okey101/scoreboard/row_bg_top.png);
}



 .game-score-content-batak-four .game-score-point-row-1{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_4_top.png);
}

.game-score-content-okey101-four .game-score-point-row-1{
  background-image: url(/oyna/img/okey101/scoreboard/row_bg_4_top.png);
}




.game-score-point-row-bottom{
  background-image: url(/oyna/img/okey/scoreboard/row_bg_bottom.png);
}


.game-score-content-banko-four  .game-score-point-row{
  background-image: url(/oyna/img/okey/scoreboard/row_bg_4.png);
}

.game-score-content-batak-four  .game-score-point-row{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_4.png);
}


.game-score-content-okey101-four  .game-score-point-row{
  background-image: url(/oyna/img/okey101/scoreboard/row_bg_4.png);
}

.game-score-content-batak-three  .game-score-point-row{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_3.png);
}


.game-score-content-batak-three .game-score-point-row-1{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_3_top.png);
}

.game-score-content-banko-four .game-score-point-row-bottom{
  background-image: url(/oyna/img/okey/scoreboard/row_bg_4_bottom.png);
}

.game-score-content-batak-four .game-score-point-row-bottom{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_4_bottom.png);
}

.game-score-content-okey101-four .game-score-point-row-bottom{
  background-image: url(/oyna/img/okey101/scoreboard/row_bg_4_bottom.png);
}



.game-score-content-banko-four .game-score-point-row-1{
  background-image: url(/oyna/img/okey/scoreboard/row_bg_4_top.png);
}

.game-score-content-batak-four .game-score-point-row-1{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_4_top.png);
}

.game-score-content-okey101-four .game-score-point-row-1{
  background-image: url(/oyna/img/batak/scoreboard/row_bg_4_top.png);
}



.game-score-rowcount-1 .game-score-point-row-2,.game-score-rowcount-1 .game-score-point-row-3,.game-score-rowcount-1 .game-score-point-row-4,.game-score-rowcount-1 .game-score-point-row-5,.game-score-rowcount-1 .game-score-point-row-6,
.game-score-rowcount-1 .game-score-point-row-7,.game-score-rowcount-1 .game-score-point-row-8, .game-score-rowcount-1 .game-score-point-row-9,
.game-score-rowcount-1 .game-score-point-row-10,.game-score-rowcount-1 .game-score-point-row-11{
  display: none;
}

.game-score-rowcount-2 .game-score-point-row-3,.game-score-rowcount-2 .game-score-point-row-4,.game-score-rowcount-2 .game-score-point-row-5,.game-score-rowcount-2 .game-score-point-row-6,
.game-score-rowcount-2 .game-score-point-row-7,.game-score-rowcount-2 .game-score-point-row-8, .game-score-rowcount-2 .game-score-point-row-9,
.game-score-rowcount-2 .game-score-point-row-10,.game-score-rowcount-2 .game-score-point-row-11{
display: none;
}





.game-score-rowcount-3 .game-score-point-row-4,.game-score-rowcount-3 .game-score-point-row-5,.game-score-rowcount-3 .game-score-point-row-6,
.game-score-rowcount-3 .game-score-point-row-7,.game-score-rowcount-3 .game-score-point-row-8, .game-score-rowcount-3 .game-score-point-row-9,
.game-score-rowcount-3 .game-score-point-row-10,.game-score-rowcount-3 .game-score-point-row-11{
display: none;
}


.game-score-rowcount-4 .game-score-point-row-5,.game-score-rowcount-4 .game-score-point-row-6,
.game-score-rowcount-4 .game-score-point-row-7,.game-score-rowcount-4 .game-score-point-row-8, .game-score-rowcount-4 .game-score-point-row-9,
.game-score-rowcount-4 .game-score-point-row-10,.game-score-rowcount-4 .game-score-point-row-11{
display: none;
}


.game-score-rowcount-5 .game-score-point-row-6,
.game-score-rowcount-5 .game-score-point-row-7,
.game-score-rowcount-5 .game-score-point-row-8, .game-score-rowcount-5 .game-score-point-row-9,
.game-score-rowcount-5 .game-score-point-row-10, .game-score-rowcount-5 .game-score-point-row-11{
display: none;
}


.game-score-rowcount-6 .game-score-point-row-7,
.game-score-rowcount-6 .game-score-point-row-8, .game-score-rowcount-6 .game-score-point-row-9,
.game-score-rowcount-6 .game-score-point-row-10, .game-score-rowcount-6 .game-score-point-row-11{
display: none;
}



.game-score-rowcount-7 .game-score-point-row-8, .game-score-rowcount-7 .game-score-point-row-9,
.game-score-rowcount-7 .game-score-point-row-10, .game-score-rowcount-7 .game-score-point-row-11{
display: none;
}

.game-score-rowcount-9 .game-score-point-row-10, .game-score-rowcount-9 .game-score-point-row-11{
  display: none;
  }
  



 .game-score-point-row-number{
  position: absolute;
  width: 20px;
  height: 29px;
  line-height: 29px;
  color: white;
  text-align: center;
  font-size: 20px;
  left: -29px;

 }


.game-score-point-column-banko,.game-score-point-column-batak, .game-score-point-column-okey101{
  height: 100%;
  width: 236px;
  float: left;
  margin-right: 1px;
  text-align: center;
}

.game-score-content-batak-three .game-score-point-column-batak-left{
  width:315px;
}

.game-score-content-batak-three .game-score-point-column-batak-right{
  width:158px;
}


.game-score-point-user-point{
  height: 100%;
    width: 100px;
    display: inline-block;
    padding-top: 4px;

}

.gb-batak .game-score-point-user-point{
  width: 115px;
}

.gb-okey101 .game-score-point-user-point{
  width: 115px;
}

.gb-batak .game-score-content-batak-three .game-score-point-user-point{
  width: 155px;
}

.gb-batak .game-score-content-batak-three .game-score-point-user-point-group-4{
  display:none;
}

.game-score-content-banko-two .game-score-point-user-point-group-2, .game-score-content-banko-two .game-score-point-user-point-group-4{
  display:none;
}


.game-score-content-okey101-two .game-score-point-user-point-group-2, .game-score-content-okey101-two .game-score-point-user-point-group-4{
  display:none;
}


.game-score-content-banko-two .game-score-point-user-point{
  width: 200px;
}


.game-score-content-okey101-two .game-score-point-user-point{
  width: 200px;
}


.game-score-point-user-point-plus{
  height: 80%;
  width: 48%;
  display: inline-block;
  color:#3A8FAE;
}

.game-score-point-user-point-minus{
  height: 80%;
  width: 48%;
  display: inline-block;
  color:wheat;
}

.game-score-point-user-point-value{
  height: 80%;
  width: 48%;
  display: inline-block;
  color:#3A8FAE;
}


.game-score-content-batak .game-score-point-user-point-value{
  color:white;
}


.game-score-content-okey101 .game-score-point-user-point-value{
  color:white;
}


.game-score-point-clmn{
  float:left;
  width: 50px;
  height: 100%;
  text-align:center;
  line-height: 30px;
}

.game-score-point-ceza-clmn{
  color:red;
}
.game-score-point-acma-clmn {
  color:green;
}

.game-score-point-gost-clmn{
  color:blue;
}


.game-score-pointcolumn-banko-bottom-clmn{
  float:left;
  width: 50px;
  height: 30px;
  text-align: center;
}





.game-score-name-team-3{
  display: none;
}

.game-score-name-team-4{
  display:none;
}

.game-score-content-banko-four .game-score-name-team-3{
  display:block;
}

.game-score-content-banko-four .game-score-name-team-4{
  display:block;
}



.game-score-total-team-3{
  display:none;
}
.game-score-total-team-4{
  display:none;
}


.game-score-content-banko-four .game-score-total-team-3{
  display:block;
}
.game-score-content-banko-four .game-score-total-team-4{
  display:block;
}


.gb-batak .game-score-total-team-3,.gb-batak .game-score-total-team-4{
  display:block;
}

.gb-batak .game-score-name-team-3,.gb-batak .game-score-name-team-4{
  display:block;
}



.game-score-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg.png);
  top: 422px;
  left: 50%;
  width: 406px;
  height: 486px;
  margin-left: -203px;
  margin-top: -243px;
  background-size: 100% 100%;
  z-index: 999;
  font-size: 1.2em;
}

.game-score-three-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg.png);
  top: 422px;
  left: 50%;
  width: 514px;
  height: 486px;
  margin-left: -251px;
  margin-top: -243px;
  background-size: 100% 100%;
  z-index: 999;
  font-size: 1.2em;
}

.game-score-four-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/scoreboard/scoreboard_bg.png);
  top: 422px;
  left: 50%;
  width: 642px;
  height: 486px;
  margin-left: -321px;
  margin-top: -243px;
  background-size: 100% 100%;
  z-index: 999;
  font-size: 1.2em;
}

.game-score-three-body {
  width: 470px;
  height: 378px;
  margin-top: 75px;
  margin-left: 13px;
}

.game-score-four-body {
  width: 620px;
  height: 378px;
  margin-top: 75px;
  margin-left: 13px;
}

.game-score-three-addition-row {
  background-color: #0099CC;
  width: 475px;
  height: 33px;
  border-radius: 10px;
  line-height: 33px;
  margin-top: 5px;
}

.game-score-body {
  width: 377px;
  height: 378px;
  margin-top: 75px;
  margin-left: 13px;
}

.game-score-head {
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.game-score-text-column {
  height: 100%;
  width: 102px;
  float: left;
  padding-left: 5px;
  text-align: center;
}

.game-score-point-column {
  height: 100%;
  width: 122px;
  float: left;
  text-align: center;
}

.game-score-row, .game-score-row-master, .game-score-three-row, .game-score-three-row-master, .game-score-four-row-master, .game-score-four-row {
  /*width: 360px;*/
  width: 100%;
  height: 33px;
  border-radius: 10px;
  line-height: 33px;
  margin-top: 5px;
}


.game-score-row-banko, .game-score-row-banko-master, .game-score-row-banko-master, .game-score-row-banko,.game-score-row-okey101-master, .game-score-row-okey101{
  width: 100%;
  height: 33px;
  border-radius: 10px;
  line-height: 33px;
  margin-top: 5px;
}



.game-score-scroll {
  max-height: 280px;
  width: 382px;
}

.game-score-three-scroll {
  max-height: 280px;
  width: 486px;
}

.game-score-four-scroll {
  max-height: 280px;
  width: 615px;
}

.game-score-row-odd {
  background-color: #FFFFFF;
}

.game-score-row-even {
  background-color: #F3EEDA;
}

.game-score-addition-row {
  background-color: #0099CC;
  width: 100%;
  height: 33px;
  border-radius: 10px;
  line-height: 33px;
  margin-top: 5px;
}

.score-window-close-btn, .score-window-three-close-btn, .score-window-four-close-btn {
  position: absolute;
  width: 150px;
  height: 53px;
  top: 456px;
  left: 129px;
  background-image: url(/oyna/img/base/buttons/red_long.png);
  background-size: 150px 53px;
  line-height: 53px;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-family: 'DINPro-CondensedBold';
  /* text-shadow: 0px 0px 4px #000000; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #473420; */
  transition: all 0.2s ease;
  cursor: pointer;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.gb-okey .score-window-close-btn, .gb-batak .score-window-close-btn, .gb-okey101 .score-window-close-btn{
  position: absolute;
  right: 18px;
  top: 12px;
  left: unset;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/winner_window_v2/close_btn_bg.png);
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-batak .score-window-close-btn{
  background-image: url(/oyna/img/batak/winner_window_v2/close_btn_bg.png);
}


.gb-okey101 .score-window-close-btn{
  background-image: url(/oyna/img/okey101/winner_window_v3/close_btn_bg.png);
}


.score-window-close-btn:hover, .score-window-three-close-btn:hover, .score-window-four-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_long_over.png);
}

.gb-okey .score-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/okey/winner_window_v2/close_btn_bg.png);
}

.gb-batak .score-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/batak/winner_window_v2/close_btn_bg.png);
}


.gb-okey101 .score-window-close-btn:hover{
  transform: scale(1.05);
  background-image: url(/oyna/img/okey101/winner_window_v3/close_btn_bg.png);
}






.game-settings-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/buttons/table_settings_bg.png);
  top: 422px;
  left: 50%;
  width: 400px;
  height: 367px;
  margin-left: -200px;
  margin-top: -225px;
  background-size: 400px 367px;
  z-index: 999;
  font-size: 1.2em;
}




.game-settings-content-okey101, .game-settings-content-okey, .game-settings-content-batak ,.game-settings-content-zadebul{
  display: none;
}


.sikayet-oneri-header {
  height: 73px;
  width: 100%;
  text-align: center;
  line-height: 84px;
  color: white;
  font-size: 34px;
}

.sikayet-oneri-body {
  position: relative;
  height: 262px;
  width: 100%;
}

.sikayet-oneri-subject {
  position: absolute;
  width: 260px;
  height: 28px;
  top: 21px;
  left: 33px;
  color: black;
}

.sikayet-oneri-options {
  position: absolute;
  top: 25px;
  left: -8px;
  width: 268px;
}

.sikayet-oneri-mesaj-title {
  position: absolute;
  top: 56px;
  left: 0px;
}

.sikayet-oneri-ekran-goruntusu {
  position: absolute;
  top: 21px;
  left: 320px;
  width: 200px;
  height: 30px;
}

.sikayet-oneri-ekran-picture {
  position: absolute;
  top: 47px;
  left: 318px;
  width: 268px;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
}

.sikayet-oneri-text {
  resize: none;
  padding: 5px;
  display: block;
  background: none;
  position: absolute;
  width: 263px;
  height: 148px;
  top: 106px;
  left: 30px;
}

.sikayet-oneri-bottom {
  position: relative;
  height: 76px;
  width: 100%;
}

.sikayet-oneri-send-btn {
  position: absolute;
  top: 3px;
  left: 75px;
  width: 93px;
  height: 57px;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  background-size: 93px 57px;
  text-align: center;
  line-height: 57px;
  color: white;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.sikayet-oneri-send-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.sikayet-oneri-close-btn {
  position: absolute;
  top: 3px;
  right: 75px;
  width: 93px;
  height: 57px;
  background-image: url(/oyna/img/base/buttons/red_oval.png);
  background-size: 93px 57px;
  text-align: center;
  line-height: 57px;
  color: white;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.sikayet-oneri-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}

.config-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/ayarlar_window_bg.png);
  top: 342px;
  left: 50%;
  width: 331px;
  height: 392px;
  margin-left: -165px;
  margin-top: -196px;
  background-size: 331px 392px;
  z-index: 992;
  font-size: 1.2em;
}

.config-color-picker {
  display: none;
  position: absolute;
  background-image: url(/oyna/img/base/color_picker_bg.png);
  top: 428px;
  left: 52%;
  width: 320px;
  height: 190px;
  margin-left: -160px;
  margin-top: -85px;
  background-size: 320px 190px;
  z-index: 993;
}

.config-color-picker-close-btn {
  position: absolute;
  top: 27px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  cursor: pointer;
}

.config-color-picker-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.color-picker-option {
  float: left;
  position: relative;
  width: 50px;
  height: 20px;
  margin-top: 11px;
  margin-left: 16px;
  border-radius: 20px;
  border: 1px solid black;
}

.color-picker-option-table .radio-button {
  float: left;
  position: relative;
  width: 50px;
  height: 20px;
  margin-top: 11px;
  margin-left: 16px;
  border-radius: 20px;
  border: 1px solid black;
}

.color-picker-radio {
  position: absolute;
  top: -5px;
  left: -9px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.color-picker-option-table .radio-button-value {
  position: absolute;
  top: -5px;
  left: -9px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.radio-on-icon {
  background-image: url(/oyna/img/base/options/rb_on.png);
}

.color-picker-option-table .radio-button-on {
  background-image: url(/oyna/img/base/options/rb_on.png);
}

.radio-off-icon {
  background-image: url(/oyna/img/base/options/rb_off.png);
}

.color-picker-option-table .radio-button-off {
  background-image: url(/oyna/img/base/options/rb_off.png);
}

.color-picker-option-table {
  position: absolute;
  width: 200px;
  height: 130px;
  top: 32px;
  left: 41px;
}

.config-header {
  width: 329px;
  height: 85px;
  color: white;
  text-align: center;
  line-height: 85px;
  font-size: 32px;
}

.config-body {
  padding-top: 20px;
  width: 330px;
  height: 309px;
  font-size: 20px;
}

.gb-okey101 .config-body{
  padding-top: 0px;
}


.config-close-btn {
  position: absolute;
  right: 34px;
  top: 30px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/blue_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}

.config-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/blue_close_btn_over.png);
}

.config-body-row {
  width: 262px;
  height: 35px;
  margin-left: 44px;
  padding-top: 8px;
}

.gb-okey101 .config-body-row,.gb-okey .config-body-row{
  height: 32px;
}

.config-body-choose-baloon{
  display: none;
}




.config-body-row select {
  border: 1px solid black;
  width: 98px;
  height: 23px;
  background: #e2e2e2;
  cursor: pointer;
}

.config-body-row .switch-button {
  width: 48px;
  height: 23px;
  background-size: 48px 23px;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.config-body-row .setting-on-switch {
  background-image: url(/oyna/img/base/options/ch_on.png);
  background-position: 0px;
}

.config-body-row .setting-off-switch {
  background-image: url(/oyna/img/base/options/ch_off.png);
  background-position: 0px;
}

.config-option-icon {
  width: 50px;
  height: 21px;
  background-size: 50px 21px;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.config-option-baloon{
  border-radius: 20px;
    border: 3px #189760 solid;
    background-color: #315c4a;
}

.config-option-color-icon {
  border-radius: 20px;
  border: 2px black solid;
  background-color: #0070A3;
}

.config-option-color-icon:hover {
  background-color: #0096C9;
}

.admin-panel-window, .pick-card-type-window, .game-score-three-window, .game-score-four-window, .wait-other-players-window, .pick-amount-window, .letter-window, .what-is-zadevip-window, .our-games-window, .what-is-elmas-window, .vip-feature-window, .daily-bonus-window, .game-settings-window, .game-create-window, .config-window, .sikayet-oneri-window, .received-gifts-window,
 .send-gift-window, .choose-frame-window, .notifications-window, .authority-request-window, .authority-message-window, .request-word-window, .game-score-window, .double-send-window, .double-receive-window, .daily-series-window, .gold-vip-features-window,.promotion-window , .notifications-accept-window, .usage-accepted-window,.winner-window-v2-hand, .gold-festival-window ,.gold-ticket-buy-window, .collect-prize-window,
.choose-baloon-window, .our-games-window , .special-campaign-window, .first-time-campaign-window,.daily-campaign-window,.dontmiss-campaign-window, .level-update-window, .zade-treasure-window, .team-offer-window {
  z-index: 992;
  display: none;
  /* Sit on top */
}

.promotion-window{
  position: relative;
  z-index :20000;
}



.team-offer-content{
       display: block;
    font-family: 'DINPro-CondensedBold';
    position: absolute;
    top: 124px;
    width: 245px;
    height: 533px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1002;
    /* overflow: hidden; */
    transform: scale(1);
    margin-left: -122.5px;
    /* background-image: url(/oyna/img/pisti/best/bg.png); */
    left: 50%;
    transform: scale(1.2);
}


.team-offer-content-top{
  display: block;
  position: relative;
  height: 47px;
  width: 100%;
}

.team-offer-content-top-title{
  margin-left: auto;
    margin-right: auto;
    width: 170px;
    height: 39px;
    color: wheat;
    line-height: 28px;
    text-align: center;
    background-size: 100% 100%;
    font-size: 15px;
    background-image: url(/oyna/img/pisti/treasure/team_title_bg.png);
}




.team-offer-content-bottom{
  position: relative;
  display: block;
    display: block;
    padding: 5px;
    width: 100%;
    height: 369px;
    padding-top: 10px;
    


}


.team-offer-product-panel{
    display: block;
    background-size: 100% 100%;
    width: 233px;
    margin-left: 1px;
    height: 125px;
    margin-bottom: 10px;
}



.team-offer-1-offer{
  background-image: url(/oyna/img/pisti/treasure/team_offer_gold_bg.png);
}

.team-offer-2-offer{
  background-image: url(/oyna/img/pisti/treasure/team_offer_silver_bg.png);
  
}

.team-offer-3-offer{

  background-image: url(/oyna/img/pisti/treasure/team_offer_bronz_bg.png);
  
}

.team-offer-product-team-item{
  position: absolute;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}


.team-offer-product-panel-top{
  display: block;
    position: relative;
    width: 100%;
    line-height: 26px;
    height: 26px;
    text-align: center;
    color: white;
}

.team-offer-product-panel-top-title{
  float: left;
    width: 131px;
    height: 100%;
    text-align: center;
    -webkit-text-stroke: 0.5px gray;
    font-family: fantasy;
    font-size: 14px;
    line-height: 28px;
}
.team-offer-product-panel-top-time-holder{
      float: left;
    width: 102px;
    height: 100%;
    text-align: center;
    position: relative;
}

.team-offer-time-panel{
        position: absolute;
    height: 27px;
    width: 70px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/treasure/time_bg.png);
    top: -6px;
    left: 8px;
}


.team-offer-product-panel-top-time{
      position: absolute;
    display: block;
    width: 55px;
    height: 25px;
    top: 1px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 25px;
    color: wheat;
    font-size: 13px;
    left: 19px;
}

.team-offer-product-panel-bottom{
  display: block;
  width: 100%;
  height: 99px;
}

.team-offer-product-panel-yours{
      float: left;
    width: 113px;
    height: 91px;
    position: relative;
}
.team-offer-product-yours-title{
    width: 100%;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    -webkit-text-stroke: 0.3px gray;
    font-family: fantasy;
}

.team-offer-product-your-item{
  position:absolute;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;

}



.team-offer-your-chip{
        background-image: url(/oyna/img/pisti/treasure/chip_img.png);
    width: 42px;
    position: absolute;
    left: 20px;
    top: 24px;
    height: 37px;

}

.team-offer-product-item-amount{
        position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    color: white;
    bottom: -10px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 13px;
    font-family: fantasy;
}

.team-offer-your-vip{
     background-image: url(/oyna/img/pisti/treasure/vip_icon.png);
    width: 20px;
    position: absolute;
    left: 78px;
    top: 22px;
    height: 18px;
}


.team-offer-your-vip .team-offer-product-item-amount{
      position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    color: white;
    bottom: -8px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 11px;
    font-family: fantasy;
    left: -2px;
}

.team-offer-your-gem{
      background-size: 18px 14px;
    background-image: url(/oyna/img/pisti/treasure/gem_img.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
    position: absolute;
    left: 78px;
    top: 51px;
    height: 18px;
    width: 20px;
}

.team-offer-your-gem .team-offer-product-item-amount{
      position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    color: white;
    bottom: -8px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 11px;
    font-family: fantasy;
    left: -2px;
}


.team-offer-product-panel-team{
  float: left;
    height: 93px;
    width: 120px;
    position: relative;
}

.team-offer-product-panel-team-text{
      width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    height: 20px;
    -webkit-text-stroke: 0.3px gray;
    font-family: fantasy;

}


.team-offer-product-panel-team-plus{
  position: absolute;
  top:10px;
  left: 10px;
  font-size: 30px;
  color:white;
  width: 20px;
  height: 20px;

}

.team-offer-team-chip{
  background-image: url(/oyna/img/pisti/treasure/chip_img.png);
    width: 22px;
    position: absolute;
    left: 44px;
    top: 15px;
    height: 19px;
}

.team-offer-team-chip .team-offer-product-item-amount{
      position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    color: white;
    bottom: -8px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 11px;
    font-family: fantasy;
    left: -2px;

}

.team-offer-content-buy-button{
  position: absolute;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: arial;
    color: white;
    width: 108px;
    height: 37px;
    line-height: 36px;
    top: 47px;
    background-image: url(/oyna/img/pisti/treasure/team_btn_gold.png);
    transition: all 0.2s ease;
    font-weight: 700;
    left: 2px;
}

.team-offer-content-buy-button:hover{
  transform:scale(1.05);
}

.team-offer-1-offer .team-offer-content-buy-button{
  background-image: url(/oyna/img/pisti/treasure/team_btn_gold.png);
 }


 .team-offer-2-offer .team-offer-content-buy-button{
  background-image: url(/oyna/img/pisti/treasure/team_btn_silver.png);
 }

 .team-offer-3-offer .team-offer-content-buy-button{
  background-image: url(/oyna/img/pisti/treasure/team_btn_bronz.png);
 }


 .team-offer-close-btn{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
    width: 29px;
    height: 29px;
    position: absolute;
    right: 8px;
    top: 11px;
 }


  .team-offer-close-btn:hover{
    transform: scale(1.05);
  }

 .team-offer-content-buy-amount{
  display: block;
    width: 100%;
    text-align: center;
    height: 17px;
    line-height: 28px;
    font-size: 13px;

 }
 .team-offer-content-available{
  display: block;
    width: 100%;
    text-align: center;
    height: 17px;
    line-height: 18px;
    font-size: 10px;
 }


.zade-treasure-content{
    display: block;
    font-family: 'DINPro-CondensedBold';
    position: absolute;
    top: 71px;
    width: 245px;
    height: 533px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1002;
    /*overflow: hidden;*/
    transform: scale(1.1);
    margin-left: -122.5px;
    /*background-image: url(/oyna/img/pisti/best/bg.png);*/
    left:50%;
}


.zade-treasure-content-top{
    width: 100%;
    height: 149px;
    margin: 5px;
    background-size: 170px 70px;
    background-position-y: 21px;
    background-position-x: 38px;
    background-image: url(/oyna/img/pisti/treasure/treasure_top_bg.png);
    background-repeat: no-repeat;
}

.zade-treasure-close-btn{
     background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
    width: 29px;
    height: 29px;
    position: absolute;
    right: 14px;
    top: 27px;

}

.zade-treasure-close-btn:hover{
  transform:scale(1.05);
}

.treasure-time-panel{
  position: absolute;
    height: 27px;
    width: 70px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/treasure/time_bg.png);
    top: 29px;
    left: 12px;
}


.treasure-remaining-time-txt{
    position: absolute;
    display: block;
    width: 55px;
    height: 25px;
    top: 1px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 25px;
    color: wheat;
    font-size: 13px;
    left: 19px;
}

.treasure-top-main-txt{
  position: absolute;
    top: 90px;
    left: 1px;
    height: 33px;
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: wheat;


}
.treasure-top-bottom-txt{
  position: absolute;
    top: 120px;
    left: 1px;
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: wheat;
}

.zade-treasure-bottom {
 display: block;
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 369px;
    padding-top: 10px;
        top: 166px;
    left: 0px;

}

.zade-treasure-offer{
  display: block;
    background-size: 100% 100%;
    width: 233px;
    margin-left: 1px;
    height: 110px;
    margin-bottom: 10px;
  

}


.zade-treasure-1-offer{
   background-image: url(/oyna/img/pisti/treasure/treasure_bg_orange.png);
   position: absolute;
}



.zade-treasure-2-offer{
background-image: url(/oyna/img/pisti/treasure/treasure_bg_purple.png);
position: absolute;
  
}

.zade-treasure-3-offer{
   background-image: url(/oyna/img/pisti/treasure/treasure_bg_pink.png);
    position: absolute;
}


.treasure-offer-0{
 
  position: absolute;
  top:0px;
}

.treasure-offer-1{
   position: absolute;
  top:120px;
}


.treasure-offer-2{
  position: absolute;
  top:240px;
}


.treasure-offer-3{
  position: absolute;
  top:360px;
}




.zade-treasure-offer-top{
    display: flex;
    width: 240px;
    height: 58px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.zade-treasure-one-prod{
  width: 40px;
  height: 40px;
  position:relative;
  background-size: 100% 100%;
}

.zade-treasure-offer-txt{
        position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    bottom: 2px;
    -webkit-text-stroke: 0.5px gray;
    font-size: 16px;
    font-family: fantasy;

}

.zade-offer-chip{
      background-image: url(/oyna/img/pisti/treasure/chip_img.png);
    width: 45px;
    position: absolute;
    left: 55px;
}

.zade-offer-gem{
        background-size: 40px 35px;
    background-image: url(/oyna/img/pisti/treasure/gem_img.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
    position: absolute;
    right: 53px;
}

.zade-treasure-offer-bottom{
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 50px;

}

.zade-treasure-collect-btn{
 position: relative;
    cursor: pointer;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
    /*-webkit-text-stroke: 0.5px gray;*/
    font-size: 16px;
    font-family: arial;
    color: white;
    width: 122px;
    height: 37px;
    line-height: 36px;
    top: 2px;
    background-image: url(/oyna/img/pisti/treasure/green_btn_orange.png);
    transition: all 0.2s ease;
    font-weight: 700;
}


.zade-treasure-collected-text{
     display: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 122px;
    color: white;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    -webkit-text-stroke: .5px gray;
    font-family: fantasy;
  
}



.zade-treasure-collect-btn-txt{
 position: absolute;
    top: 0px;
    text-align: center;
    left: -9px;
    width: 122px;
    height: 37px;
    line-height: 38px;
    
}

.zade-treasure-collect-btn:hover{
  transform: scale(1.05);
}

.zade-treasure-1-offer.zade-treasure-collect-btn{
   background-image: url(/oyna/img/pisti/treasure/green_btn_orange.png);
}


.zade-treasure-2-offer .zade-treasure-collect-btn{
   background-image: url(/oyna/img/pisti/treasure/green_btn_purple.png);
}

.zade-treasure-3-offer .zade-treasure-collect-btn{
   background-image: url(/oyna/img/pisti/treasure/green_btn_pink.png);
}



.zade-treasure-collect-lock{
 position: absolute;
    top: 6px;
    right: 10px;
    background-size: 100% 100%;
    width: 20px;
    height: 25px;
    background-image: url(/oyna/img/pisti/festival/GoldFestivalLocked.png);
}



.promotion-window-content-wrapper{
  position: absolute;
  top: 162px;
  left: 50%;
  width: 700px;
  height: 350px;
  margin-left: -350px;
  
  padding-top: 23px;
  z-index: 1004;
}

.promotion-window-content{
  width: 700px;
  height: 350px;
  font-family: 'DINPro-CondensedBold';
  
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor:pointer;
}

.campaign-1{
  background-image: url(/oyna/img/base/kampanya/campaign_1.png);
}
.campaign-2{
  background-image: url(/oyna/img/base/kampanya/campaign_2.png);
}

.campaign-3{
  background-image: url(/oyna/img/base/kampanya/campaign_3.png);
}

.campaign-4{
  background-image: url(/oyna/img/base/kampanya/campaign_4.png);
}

.promotion-window-content:hover{
  transform: scale(1.05);
}

.promotion-window-close-button{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 7px;
    top: 29px;
    background-image: url(/oyna/img/base/kampanya/close_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}



.promotion-window-close-button:hover{
  transform: scale(1.05);
}



.gold-vip-features-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/gold_vip/gold_vip_bg.png);
  top: 110px;
  left: 50%;
  width: 1000px;
  height: 500px;
  margin-left: -500px;
  background-size: 100% 100%;
  padding-top: 23px;
  z-index: 1004;
  transform: scale(0.8);
}

.gold-vip-features-wrapper {
  width: 592px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.gold-vip-features-title {
  background-image: url(/oyna/img/base/gold_vip/gold_vip_title.png);
  width: 449px;
  height: 70px;
  margin-left: auto;
  background-size: 100% 100%;
  margin-right: auto;
}

.gold-vip-features-row-holder {
  position: relative;
  top: -26px;
  width: 100%;
  height: 320px;
}

.gold-vip-features-row-holder div {
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 590px;
  text-align: center;
  color: white;
  line-height: 47px;
  font-size: 18px;
  background-size: 100% 100%;
  font-family: 'Sigmar-Font';
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #000;
  /* background-image: url(/oyna/img/base/gold_vip/row_bg.png); */
}

.gold-vip-features-buy-button {
  margin-left: auto;
  margin-right: auto;
  width: 182px;
  height: 60px;
  color: white;
  background-size: 100% 100%;
  text-align: center;
  line-height: 56px;
  font-size: 23px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/base/gold_vip/orange_btn_bg.png);
}

.gold-vip-features-buy-button:hover {
  transform: scale(1.05);
}

.gold-vip-features-close-button {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(/oyna/img/base/general_chat/general_chat_close_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gold-vip-features-close-button:hover {
  transform: scale(1.05);
}

.gold-vip-features-close-button:hover {
  transform: scale(1.05);
}


.campaign-buttons-panel{
  display: block;

    position: relative;
    width: 500px;
    float: left;
    height: 100px;
    background-size: 100% 100%;
    transition: all 0.2s ease;

    margin-top: 10px;

}


.gb-okey .campaign-buttons-panel{
  height: 50px;
  padding-left:10px;
  padding-top:4px;
}



.campaign-default-btn {
  display: block;
  position:relative;
  margin-left: 10px;
  width: 90px;
  height: 100px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  float: left;
}

.gb-okey .campaign-default-btn{
  margin-left:5px;
}
.campaign-firstbuy-btn{
  height: 78px;
    top: -6px;
    background-image: url(/oyna/img/okey101/campaign/FirstButton.png);
}

.gb-okey .campaign-firstbuy-btn{
  background-image: url(/oyna/img/okey/campaign/FirstButton.png);
  width: 50px;
  height: 44px;
  top: -1px;
}

.campaign-bayram-btn{
  height: 70px;
  top: 3px;
  width: 140px;
  background-image: url(/oyna/img/okey101/campaign/bayram.png);
}

.gb-okey .campaign-bayram-btn{
  background-image: url(/oyna/img/okey/campaign/bayram.png);
  width: 78px;
  height: 39px;
}

.campaign-daily-btn{
  height: 80px;
  position: relative;
  top: -8px;
  background-image: url(/oyna/img/okey101/campaign/DailyButton.png);
}

.gb-okey .campaign-daily-btn{
  background-image: url(/oyna/img/okey/campaign/DailyButton.png);
    width: 50px;
    height: 45px;
    top: -3px;
}

.campaign-golden-ticket-btn{
  margin-top: 13px;
    background-image: url(/oyna/img/okey101/campaign/TicketGold.png);
    height: 47px;
    position: relative;
}

.gb-okey .campaign-golden-ticket-btn{
  background-image: url(/oyna/img/okey/campaign/TicketGold.png);
  height: 26px;
  width: 50px;
  margin-top: 9px;
}

.campaign-dont-miss-btn{
  height: 72px;
    width: 76px;
    top: -3px;
    background-image: url(/oyna/img/okey101/campaign/DontMissButton.png);
}

.gb-okey .campaign-dont-miss-btn{
  background-image: url(/oyna/img/okey/campaign/DontMissButton.png);
    width: 42px;
    height: 40px;
    top: 0px;

}


.campaign-special-btn{
  height: 77px;
    top: -8px;
    background-image: url(/oyna/img/okey101/campaign/special_button.png);
}

.gb-okey .campaign-special-btn{
  background-image: url(/oyna/img/okey/campaign/special_button.png);
  width: 50px;
  height: 43px;
  top: -4px;
}


.campaign-default-btn:hover {
  transform: scale(1.05);
}

.level-update-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    top: 20px;
    left: 50%;
    width: 400px;
    height: 517px;
    margin-left: -200px;
    background-size: 100% 100%;
    z-index: 999;
}

.level-update-number-bg{
  position: relative;
  background-image: url(/oyna/img/okey101/level/level_number_bg.png);
  background-size: 100% 100%;
  margin-left:auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
}

.level-update-big-star{
  position: relative;
  background-image: url(/oyna/img/okey101/level/blue_star_big.png);
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  width: 184px;
  height: 200px;
  top: 64px;
  font-family: 'Hobo';
  text-align: center;
  line-height: 155px;
  font-size: 73px;
  color: white;
  text-shadow: 3px 3px 2px rgb(0 0 0);
}

.level-content-update-text{
  position: absolute;
    bottom: 43px;
    width: 344px;
    height: 85px;
    background-image: url(/oyna/img/okey101/level/level_num_text_bg.png);
    background-size: 100% 100%;
    line-height: 64px;
    text-align: center;
    color: white;
    left: -24px;
    font-size: 42px;
    text-shadow: 3px 3px 2px rgb(0 0 0);

}

.level-content-progress-wrapper{
  display: block;
  /* position: absolute; */
  position: relative;
  /* bottom: 43px; */
  width: 477px;
  left: -20px;
  margin-top: 17px;
  height: 35px;
  background-image: url(/oyna/img/okey101/level/level_bar_bg.png);
  background-size: 100% 100%;
  left: -59px;

}

.level-content-progress-bar-frame{
  display: block;
    position: absolute;
    /* bottom: 43px; */
    width: 467px;
    height: 26px;
    border-radius: 13;
    left: 5px;
    top: 4px;
    border-radius: 49px;
    overflow: hidden;
}

.level-content-progress-bar-blue{
  display: block;
    position: absolute;
    bottom: 0px;
    width: 492px;
    height: 26px;
    background-image: url(/oyna/img/okey101/level/leve_bar_blue.png);
    background-size: 100% 100%;
    left: -11px;
    top: 0px;
}

.level-content-progress-bar-star{
  position: absolute;
    right: -12px;
    top: -16px;
    width: 65px;
    height: 68px;
    background-image: url(/oyna/img/okey101/level/blue_star_small.png);
    color: white;
    background-size: 100% 100%;
    font-size: 39px;
    text-align: center;
    line-height: 63px;
    font-family: 'Hobo';
    text-shadow: 3px 3px 2px rgb(0 0 0);

}

.level-content-won-point{
  position: relative;
    margin-top: 30px;
    width: 332px;
    margin-left: auto;
    margin-right: auto;
    height: 79px;
    background-image: url(/oyna/img/okey101/level/point_bg.png);
    color: #8f1c11;
    background-size: 100% 100%;
    font-size: 50px;
    text-align: center;
    line-height: 78px;
    font-family: 'Hobo';
    padding-left: 26px;
}

.level-content-won-point-img{
  background-image: url(/oyna/img/okey101/level/zl.png);
  left: 41px;
  top: 13px;
  position: absolute;
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
}

.level-content-collect-btn{
  display: inline-block;
    text-align: center;
    background-size: 100% 100%;
    color: black;
    line-height: 65px;
    width: 203px;
    cursor: pointer;
    font-size: 28px;
    height: 63px;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
    transition: all 0.2s ease;
}

.level-content-collect-btn{
  transform: scale(1.05);
}

.level-content-collect-btn-wrapper{
  width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 17px;

}

.level-coenten-collect-btn-txt{
  display: inline-block;
    text-align: center;
    height: 42px;
    width: 91px;
    margin-top: 14px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/gold_festival_collect_title.png);
}


.gb-pisti  .gold-festival-product-img {
  position: relative;
  width: 40px;
  height: 40px;
  top: 7px;
  left: 11px;
  background-size: 100% 100%;
}




.gold-festival-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/base/gold_festival/gold-festival-background.png);
    top: 138px;
    left: 50%;
    width: 872px;
    height: 517px;
    margin-left: -436px;
    background-size: 100% 100%;
    z-index: 999;
    transform: scale(0.8);
}



.gold-festival-left-panel{
  position:absolute;
  left:0px;
  top:0px;
  height: 100%;
  width:130px;

}

.gold-festival-gold-ticket-sign{
  position: absolute;
    left: -68px;
    top: 174px;
    height: 84px;
    width: 178px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/TicketGold.png);

}



.gold-festival-gold-ticket-sign-lock-big{
  position: absolute;
    right: -5px;
    top: -36px;
    height: 87px;
    width: 66px;

}

.gold-festival-gold-ticket-sign-lock-img{
  position:absolute;
  top:0px;
  right: 0px;
  height: 87px;
  width: 66px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/gold_festival/GoldFestivalLocked.png);
}

.gold-festival-gold-ticket-sign-lock-big .gold-festival-buy-gold-ticket-btn{
  position: absolute;
    left: -115px;
    top: 35px;
    height: 84px;
    width: 178px;
}


.gold-festival-gold-ticket-sign-lock{
  position: absolute;
    right: -5px;
    top: -26px;
    height: 68px;
    width: 52px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalLocked.png);
}

.gold-festival-gold-product .gold-festival-gold-ticket-sign-lock{
  right: -5px;
  top: 35px;
  height: 22px;
  width: 18px;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalLocked.png);
}

.gold-festival-silver-ticket-sign{
  position: absolute;
    left: -72px;
    bottom: 91px;
    height: 84px;
    width: 178px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/TicketSilver.png);
}


.gold-festival-middle-panel{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height: 100%;
}


.gold-festival-middle-panel-title{
  position: absolute;
  left: 388px;
  top: 17px;
  height: 100px;
  width: 361px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/gold_festival/GoldFestivalTitle.png);
}


.gold-festival-products-panel{
  position: absolute;
    width: 645px;
    height: 320px;
    left: 135px;
    top: 144px;

}


.gold-festival-products-panel .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
  display: none;
}

.gold-festival-products-panel .jspDrag {
  background: #E85D00;
}

.gold-festival-products-panel .jspDrag:hover {
  background: #a54200;
}

.gold-festival-products-panel .jspArrowLeft {
  background-position: -96px -4px !important;
}

.gold-festival-products-panel .jspArrowRight {
  background-position: -32px -4px !important;
}

.gold-festival-products-wrapper{
  padding-top: 6px;
    height: 320px;
    width: 11780px;
    padding-left: 4px;

}

.gold-festival-product-box{
  height: 293px;
    float: left;
    width: 107px;
    margin-right: 10px;
    margin-top: 16x;
}


.gold-festival-gold-product{
  position: relative;
    height: 130px;
    width: 116px;
    right: -29px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldCollectBackground.png);
}

.gold-festival-product-img{
  position: relative;
  width: 85px;
  height: 64px;
  top: 18px;
  left: 16px;

  background-size: 100% 100%;
}



.gold-festival-img-1{

  background-image: url(/oyna/img/base/gold_festival/DS-1.png);

}

.gold-festival-img-2{

  background-image: url(/oyna/img/base/gold_festival/DS-2.png);

}


.gold-festival-img-3{
  background-image: url(/oyna/img/base/gold_festival/DS-3.png);
}

.gold-festival-img-4{
  background-image: url(/oyna/img/base/gold_festival/DS-4.png);
}


.gold-festival-img-5{
  background-image: url(/oyna/img/base/gold_festival/DS-5.png);
}


.gold-festival-img-6{
  background-image: url(/oyna/img/base/gold_festival/DS-6.png);
}


.gold-festival-img-7{
  background-image: url(/oyna/img/base/gold_festival/DS-7.png);
}

.gold-festival-img-8{
  background-image: url(/oyna/img/base/gold_festival/DS-8.png);
}
.gold-festival-img-9{
  background-image: url(/oyna/img/base/gold_festival/DS-9.png);
}

.gold-festival-img-10{
  background-image: url(/oyna/img/base/gold_festival/DS-10.png);
}


.gb-pisti .gold-festival-img-10{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
}


.gb-pisti .gold-festival-gold-product  .gold-festival-img-10{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
  left:17px;
}


.gb-pisti .gold-festival-img-40{
  background-image: none;
}




.gb-pisti .gold-festival-img-20{
  background-image: url(/oyna/img/pisti/festival/GF-20.png);
  width: 60px;
  height: 50px;
  top: 3px;
  left: 1px;
}


.gb-pisti .gold-festival-gold-product .gold-festival-img-20{
  left:9px;
}


.gb-pisti .gold-festival-img-90{
  background-image: url(/oyna/img/pisti/festival/GF-90.png);
  width: 50px;
  height: 42px;
  top: 6px;
  left: 13px;
}


.gb-pisti .gold-festival-img-91{
  background-image: url(/oyna/img/pisti/festival/GF-91.png);
  width: 50px;
  height: 42px;
  top: 6px;
  left: 13px;
}

.gb-pisti .gold-festival-img-92{
  background-image: url(/oyna/img/pisti/festival/GF-92.png);
  width: 50px;
  height: 42px;
  top: 6px;
  left: 13px;
}


.gb-pisti .gold-festival-img-93{
  background-image: url(/oyna/img/pisti/festival/GF-93.png);
  width: 50px;
  height: 42px;
  top: 6px;
  left: 13px;
}



.gold-festival-img-200{
  position: relative;
  width: 84px;
  height: 64px;
  background-image: url(/oyna/img/base/gold_festival/DS-200.png);
  top: 18px;
  left: 14px;
}

.gold-festival-img-100{
  position: relative;
    width: 80px;
    height: 23px;
    background-image: url(/oyna/img/base/gold_festival/selam.png);
    top: 37px;
    margin-bottom: 26px;
    left: 18px;
}


.gold-festival-product-level{
  position: relative;
    left: 41px;
    top: 0px;
    line-height: 47px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalNo.png);
    color: wheat;
}

.gold-festival-product-level-disabled{
  background-image: url(/oyna/img/base/gold_festival/GoldFestivalNoDisabled.png);
}


.gold-festival-silver-product{
  position: relative;
    height: 129px;
    top: -2px;
    width: 116px;
    left: 0px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/SilverCollectBackground.png);
}

.gold-festival-coin-img1{
  background-image: url(/oyna/img/base/gold_festival/DS-1.png);
}

.gold-festival-al-text{
  position:absolute;
  top:10px;
  left:28px;
  font-size: 14px;
}

.gb-pisti .gold-festival-al-text{
  position: absolute;
    top: 43px;
    left: 11px;
    font-size: 14px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/GF-CollectButton.png);
    width: 43px;
    height: 15px;
    color: white;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gb-pisti .gold-festival-gold-product .gold-festival-al-text{
  left: 18px;
}



.gb-pisti .gold-festival-al-text:hover{
  transform:scale(1.05);
}




.gold-festival-al-tick{
  position: absolute;
    top: 10px;
    left: 26px;
    width: 19px;
    height: 13px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/FortuneWheel-Check.png);
}

.gb-pisti .gold-festival-al-tick{
  top: 42px;
  left: 45px;
}


.gb-pisti .gold-festival-gold-product .gold-festival-al-tick{
  left: 55px;

}



.gold-festival-gold-product-text{
  width: 90px;
    position: relative;
    height: 20px;
    text-align: center;
    bottom: -20px;
    left: 4px;
    font-size: 15px;
    color: #000c1a;
}

.gb-pisti .gold-festival-gold-product-text{
  bottom: 10px;
  color: #ffffff;
  left: -5px;
  -webkit-text-stroke: 0.5px #000000b5;
  font-size: 16px;
  font-family: fantasy;
  position: absolute;
}


.gold-festival-silver-product-text{
  width: 91px;
  position: relative;
  height: 20px;
  text-align: center;
  bottom: -20px;
  left: 2px;
  font-size: 16px;
  color: #000c1a;
}

.gb-pisti .gold-festival-silver-product-text{
  bottom: 10px;
  color: #ffffff;
  left: -15px;
  -webkit-text-stroke: 0.5px #000000b5;
  font-size: 16px;
  font-family: fantasy;
  position: absolute;
}



.gold-festival-middle-bottom{
  position: absolute;
    width: 100%;
    height: 77px;
    bottom: -38px;
    text-align: center;
}

.gold-festival-remaining-time-txt{
  position: absolute;
    right: 317px;
    top: 74px;
    color: white;
    font-size: 18px;
    text-align: left;
    width: 200px;
    height: 30px;
    line-height: 30px

}

.gb-pisti .gold-festival-remaining-time-txt{
  position: absolute;
  display: block;
  width: 55px;
  height: 25px;
  top: -1px;
  padding-left: 0px;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 23px;
  color: wheat;
  right: unset;
  font-size: 13px;
  left: 25px;
}

.gold-festival-close-btn{
  width: 36px;
    height: 36px;
    position: absolute;
    right: -41px;
    top: -15px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.gold-festival-close-btn:hover{
  transform: scale(1.2);
}

.gold-festival-collect-button{
  display: inline-block;
    text-align: center;
    background-size: 100% 100%;
    color: black;
    line-height: 65px;
    width: 203px;
    cursor: pointer;
    font-size: 28px;
    height: 63px;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
}

.gold-festival-collect-button-txt{
  display: inline-block;
    text-align: center;
    height: 42px;
    width: 91px;
    margin-top: 14px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/gold_festival_collect_title.png);
    transition: all 0.2s ease;
}

.gold-festival-collect-button:hover{
  transform: scale(1.05);
}

.gold-festival-activate-arrow{
  position: absolute;
  background-size: 100% 100%;
  width: 210px;
  top: -64px;
  left: -342px;
  height: 105px;
  background-image: url(/oyna/img/base/gold_festival/activate_arrow.png);
  animation:   arrowAnim 2s ease 0s infinite ;
}





@keyframes arrowAnim {
	0%,
	100% {
		transform: translateX(0) translateY(0) ;

	}



	50% {
		transform: translateX(50px) translateY(50px);
   
	}


}





.gold-festival-right-panel{
  position:absolute;
  right:0px;
  padding-top:70px;
  top:0px;
  height: 100%;
  width:143px;

}

.gold-festival-level-wrapper{
  display: block;
  width: 124px;
  position: absolute;
  height: 27px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  line-height: 25px;
  /* left: 10px; */
  right: 120px;
  bottom: 15px;
}

.gold-festival-level-bar{
  position: absolute;
    height: 23px;
    width: 85px;
    top: 1px;
    left: 1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalLevelBb.png);
}

.gb-pisti .gold-festival-level-bar{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalLevelBb.png);
    width: 100px;
    height: 20px;
}

.gold-festival-level-bar-blue{
  position: absolute;
    top: 1px;
    height: 23px;
    width: 85px;
    left: 1px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalLevelBar.png);
    border-radius: 100px;
    background-position-x: -85px;
    background-repeat: no-repeat;
}

.gb-pisti .gold-festival-level-bar-blue{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalLevelBar.png);
    top: 3px;
    height: 14px;
}

.gold-festival-level-txt{
  position: relative;
  display: block;
  float: left;
  width: 63px;
  text-align: center;
  color: white;
  height: 30px;
  left: 15px;
}



.gb-pisti .gold-festival-level-txt{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  color: white;
  font-size: 13px;
  line-height: 22px;
}


.gb-pisti .gold-festival-level-wrapper{
  position: absolute;
  top: 23px;
  left: 17px;
  width: 100px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  color: white;
  font-size: 13px;
  line-height: 18px;
}

.gold-festival-level-sign{
  position: relative;
    top: -17px;
    float: left;
    line-height: 55px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalNo.png);
    color: wheat;
    left: 11px;
}




.gb-pisti .gold-festival-level-sign{
  display: block;
  position: absolute;
  top: -7px;
  right: -14px;
  width: 35px;
  line-height: 31px;
  left: unset;
  height: 35px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoDisabled.png);
}


.gb-pisti .gold-festival-level-end{
  display: none;
  position: absolute;
  top: -7px;
  right: -14px;
  width: 35px;
  line-height: 31px;
  left: unset;
  height: 35px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoZero.png);
}


.gb-pisti .gold-festival-level-chip{
  display: block;
  position: absolute;
  top: -7px;
  right: -14px;
  width: 36px;
  font-family: fantasy;
  line-height: 51px;
  left: unset;
  -webkit-text-stroke: 0.5px #000000b5;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
}



.gold-festival-right-panel-btn-wrapper{
  display: none;

    position: absolute;
    width: 100%;
    height: 400px;
    top: 132px;
    left: 144px;
}


.gold-festival-right-btn{
  display: inline-block;
    text-align: center;
    background-size: 100% 100%;
    color: black;
    line-height: 41px;
    margin-left: 5px;
    width: 133px;
    cursor: pointer;
    font-size: 21px;
    height: 41px;
    background-image: url(/oyna/img/base/gold_festival/Purchase-TabButtonNormal.png);
}

.gold-festival-right-btn:hover{
  transform: scale(1.05);
}


.gold-festival-buy-gold-ticket-wrapper{
  position: absolute;
    top: 93px;
    width: 287px;
    left: -724px;
    height: 44px;
  
}


.gold-festival-buy-gold-ticket-txt{
  background-size: 100% 100%;
    position: absolute;
    width: 201px;
    font-size: 28px;
    float: left;
    height: 76px;
    background-image: url(/oyna/img/base/gold_festival/BuyGoldTicket.png);
    cursor: pointer;
    transition: all 0.2s ease;
    top: -10px;
}

.gold-festival-buy-gold-ticket-btn{
  display: block;
    float: left;
    position: relative;
    background-size: 100% 100%;
    width: 118px;
    margin-left: 0px;
    position: absolute;
    cursor: pointer;
    height: 54px;
    background-image: url(/oyna/img/base/gold_festival/TicketGold.png);
    top: -13px;
    transition: all 0.2s ease;
    left: 187px;

}

.gb-pisti .festival-window-middle .gold-festival-buy-gold-ticket-btn{
  position: absolute;
  width: 57px;
  cursor: pointer;
  height: 28px;
  transition: all 0.2s ease;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/TicketGoldBuy.png);
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #5433b8;
  right: 26px;
  top: 21px;
  left: unset;
}

.gold-festival-buy-gold-ticket-txt:hover{
  transform: scale(1.05);
}

.gold-festival-buy-gold-ticket-btn:hover{
  transform: scale(1.05);
}

.gold-ticket-buy-content{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/gold_festival/Purchase-FestivalBackground.png);
  top: 203px;
  left: 50%;
  width: 754px;
  height: 432px;
  margin-left: -376px;
  background-size: 100% 100%;
  z-index: 999;
  transform: scale(0.7);
}

.gb-pisti .gold-ticket-buy-content{
  background-image: url(/oyna/img/pisti/festival/ticket/Purchase-FestivalBackground.png);
    width: 412px;
    height: 655px;
    top: 29px;
    margin-left: -206px;
    z-index: 1004;
}

.gold-ticket-buy-text-content{
  display: block;
    width: 416px;
    height: 309px;
    position: relative;
    padding: 33px;
    margin-top: 34px;

}

.gold-ticket-buy-title{
  position: absolute;
    top: -21px;
    width: 307px;
    height: 58px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/GF-Chest-Title.png);
    text-align: center;
    left: 51px;
    color: #f0e4cf;
    font-size: 36px;
    line-height: 50px;

}

.gb-pisti .gold-ticket-buy-content-txt{
  display: block;
    position: relative;
    font-size: 24px;
    height: 67px;
    width: 289px;
    color: wheat;
    left: 10px;
    top: unset;

}

.username-text-master, .username-text {
  position: absolute;
    top: -1px;
    left: 103px;
    height: 45px;
    float: left;
    width: 110px;

}


.gb-pisti  .gold-festival-gold-product  .username-text{
  position: absolute;
  top: 10px;
  left: 2px;
  height: 45px;
  float: left;
  width: 78px;
  transform: scale(0.8);
}



.gb-pisti  .store-content-product-detail-img  .username-text{
  position: absolute;
  top: -8px;
  left: -27px;
  height: 45px;
  float: left;
  width: 110px;
  transform: scale(0.6);
}



.gb-pisti .username-text .friend_nickname{
  height: 48px;
  width: 69px;
  text-align: center;
  
}

.best-user-scroll-row .friend_nickname{
  text-align: center;
  width: 108px;
  font-size: 16px;
  color: white;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #545454;
  font-family: fantasy;
}


.best-nick-and-team-wrapper{
  position: absolute;
  top: 30px;
  left: 2px;
  width: 78px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.gb-pisti .store-content-body .username-text .friend_nickname{
  left:1px;
}






.gb-pisti  .gold-ticket-buy-content  .username-text .friend_nickname{
  width: 240px;
  text-align: left;;
}



.gold-ticket-buy-ticket-img-big{
  position: absolute;
    left: -136px;
    top: 150px;
    height: 117px;
    width: 267px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/TicketGold.png);

}

.gold-ticket-buy-content-txt{
  position: absolute;
  width: 356px;
  height: 212px;
  left: 252px;
  top: 101px;
  font-size: 63px;
  color: white;

}

.gold-ticket-buy-content-time-txt{
  top: 226px;
  left: 487px;
  position: absolute;
  width: 170px;
  height: 107px;
  font-size: 35px;
  text-align: center;
  color: white;
}

.gb-pisti .gold-ticket-buy-content-time-txt{
  position: absolute;
    display: block;
    width: 80px;
    height: 25px;
    top: 6px;
    padding-left: 0px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 23px;
    color: #480505;
    right: unset;
    font-size: 21px;
    left: 31px;
}

.gold-ticket-buy-time-panel{
  position: absolute;
  display: block;
  width: 116px;
  height: 41px;
  bottom: 147px;
  padding-left: 22px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/ticket/KHTimerBG.png);
  /* margin-left: auto; */
  /* margin-right: auto; */
  text-align: center;
  line-height: 23px;
  color: wheat;
  left: 146px;
}

.gold-ticket-buy-img{
  position: absolute;
  left: -2px;
  top: 4px;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/KHTimer.png);
}




.gold-ticket-buy-content-explanation{
  top: 359px;
    left: 30px;
    position: absolute;
    width: 688px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 30px;
    text-shadow: 3px 3px 2px rgb(0 0 0);
}

.gold-ticket-buy-bottom-panel{
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  text-align: center;
}


.gb-pisti .gold-ticket-buy-bottom-panel{
  height: 135px ;
}

.gb-pisti .gold-ticket-buy-bottom-panel .gold-ticket-buy-button {
  display: block;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/ticket/Purchase-BuyButton1.png);
    width: 214px;
    margin-left: auto;
    margin-right: auto;
    float: unset;
    height: 73px;
    margin-top: 27px;
}



.gb-pisti .gold-ticket-buy-bottom-panel .store-content-product-price {
  background-image: none;
    font-size: 32px;
    top: 2px;
    width: 100%;
    height: 100%;
    line-height: 68px;
    left: 0px;
}







.gb-okey101 .gold-ticket-buy-bottom-panel .store-content-product-price,.gb-okey .gold-ticket-buy-bottom-panel .store-content-product-price{
  top: 9px;
  height: 65px;
  left: 18px;
  background-image: none;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  width: 173px;
}

.gb-okey101 .gold-ticket-buy-bottom-panel .gold-ticket-buy-button,.gb-okey .gold-ticket-buy-bottom-panel .gold-ticket-buy-button{
  display: inline-block;
    position: relative;
    left:297px;
    text-align: center;
    background-size: 100% 100%;
    color: white;
    line-height: 73px;
    width: 200px;
    cursor: pointer;
    font-size: 28px;
    height: 78px;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
}

.gold-ticket-buy-button:hover{
  transform: scale(1.05);
}

.gold-ticket-buy-button-ticket-img{
    left: -71px;
    position: absolute;
    top: 18px;
    height: 43px;
    width: 90px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/base/gold_festival/TicketGold.png);

}

.gold-ticket-buy-button-txt{
  display: block;
  width: 100px;
  height: 30px;
  color:white;
  font-size: 30px;
}


.gold-ticket-buy-close-btn{
  width: 36px;
    height: 36px;
    position: absolute;
    right: -59px;
    top: 8px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}


.gb-pisti .gold-ticket-buy-close-btn {
  background-image: url(/oyna/img/pisti/festival/CloseView.png);
    right: 27px;
    top: 37px;
    width: 30px;
    height: 30px;
}

.gold-ticket-buy-close-btn:hover{
  transform: scale(1.05);
}


.collect-gold-ticket-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    top: 138px;
    left: 50%;
    width: 872px;
    height: 541px;
    margin-left: -436px;
    background-size: 100% 100%;
    z-index: 999;
}

.gb-pisti .collect-gold-ticket-content{
  z-index: 1006;
}

.collect-gold-ticket-title{
  width: 100%;
  height: 60px;
  text-align: center;

}

.collect-gold-ticket-bg{
  background-image: url(/oyna/img/base/gold_festival/GiveRewardsTitleBG.png);
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  width: 391px;
  height: 38px;
  text-align: center;
}

.collect-gold-ticket-title-txt{
  background-image: url(/oyna/img/base/gold_festival/GiveRewardsTitleTitle.png);
  background-size: 100% 100%;
  width: 105px;
  margin-top: 4px;
  height: 48px;
  display: inline-block;
}


.collect-gold-ticket-middle-pannel{
  display: block;
  margin-top: 55px;
  width: 100%;
  height: 111px;
  text-align: center;
}
.collect-gold-ticket-middle-panel-wrapper{
  display: inline-block;
    position: relative;
    width: 692px;
    height: 127px;
    background-image: url(/oyna/img/base/gold_festival/GiveRewardsCenter.png);
    background-size: 100% 100%;
}

.collect-gold-ticket-base{
  display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    background-repeat: no-repeat;
    width: 689px;
    height: 124px;
    background-image: url(/oyna/img/base/gold_festival/GiveRewardsCenterBG.png);
    background-size: 303px 57px;
    background-position: 195px 60px;
}


.gb-pisti .collect-gold-ticket-base{
  display: flex;
  justify-content: center;
  align-items: center;
}


.collect-gold-ticket-chat{
  display: inline-block;
    /* position: absolute; */
    top: 21px;
    left: 197px;
    width: 100px;
    height: 67px;
    background-image: url(/oyna/img/base/gold_festival/DS-100.png);
    background-size: 100% 100%;
}

.collect-gold-ticket-diamond{
  display: inline-block;
    /* position: absolute; */
    top: 17px;
    left: 300px;
    width: 108px;
    height: 83px;
    background-image: url(/oyna/img/base/gold_festival/DS-200.png);
    background-size: 100% 100%;
}
.collect-gold-ticket-chip{
  display: inline-block;
    /* position: absolute; */
    top: -2px;
    left: 409px;
    width: 138px;
    height: 106px;
    background-image: url(/oyna/img/base/gold_festival/DS-10.png);
    background-size: 100% 100%;
}


.collect-gold-ticket-nick{
  display: inline-block;
  top: -2px;
  left: 409px;
  width: 132px;
  height: 106px;
  background-size: 100% 100%;
  color: yellow;
  font-size: 25px;
}

.collect-gold-ticket-nick  .username-text{
  position: absolute;
  top: 47px;
  height: 45px;
  width: 110px;
  float: none;
  left: auto;
}

.gb-pisti .collect-gold-ticket-nick  .username-text .friend_nickname{
  height: 48px;
    width: 132px;
    text-align: center;
    left: 0px;
}



.collect-gold-ticket-bottom-panel{
  display: block;
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    color: yellow;
    margin-top: 38px;
    font-size: 28px;
}

.collect-gold-ticket-close-btn{
  width: 29px;
    height: 29px;
    position: absolute;
    right: 16px;
    top: 8px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.collect-gold-ticket-close-btn{
  transform: scale(1.05);
}

.appscreens-our-games-content{
     position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/ourgames/ourgames_bg.png);
    top: 266px;
    left: 50%;
    width: 400px;
    height: 228px;
    margin-left: -200px;
    background-size: 100% 100%;
    z-index: 999;
}


.gb-pisti  .appscreens-our-games-content {
  background-image: url(/oyna/img/pisti/ourgames/games_bg.png);
    height: 606px;
    top: 30px;
    transform:scale(0.7);
}





.appscreens-our-games-title{
  height: 59px;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 64px;
    font-size: 27px;
    padding-right: 36px;
}

.gb-pisti .appscreens-our-games-title{
  height: 99px;
  padding-right: 12px;
  color: wheat;
  font-family: 'DINPro-CondensedBold';
  font-size: 39px;
  line-height: 100px;
  padding-left: 13px;
}


.appscreens-our-games-body{
  position: relative;
  height: 159px;
  width: 100%;
  padding-left: 12px;
}


.gb-pisti .appscreens-our-games-body{
  height: 498px;
}

.appscreens-our-games-item{
  display: inline-block;
  position: relative;
  width: 123px;
  height: 142px;
  text-align: center;
  cursor: pointer;
}

.gb-pisti .appscreens-our-games-item{
  display: block;
    height: 111px;
    margin-bottom: 13px;
    width: 360px;
}

.appscreens-our-games-item-img{
  background-size: 100% 100%;
  position: absolute;
  /* top: 18px; */
  left: 13px;
  width: 96px;
  top: 10px;
  height: 96px;
}

.gb-pisti .appscreens-our-games-item-img {
  height: 75px;
  width: 75px;
  left: 56px;
  top: 21px;
}



.appscreens-our-games-item-img-okey{
  background-image: url(/oyna/img/base/ourgames/okey.png);
}

.gb-pisti .appscreens-our-games-item-img-okey{
  background-image: url(/oyna/img/base/ourgames/okey_v2.png);
}


.appscreens-our-games-item-img-okey101{
  background-image: url(/oyna/img/base/ourgames/okey101.png);
}

.appscreens-our-games-item-img-batak{
  background-image: url(/oyna/img/base/ourgames/batak.png);
}

.appscreens-our-games-item-img-pisti{
  background-image: url(/oyna/img/base/ourgames/pisti.png);
}

.appscreens-our-games-item-img-word{
  background-image: url(/oyna/img/base/ourgames/word.png);
}



.appscreens-our-games-item-btn{
  position: absolute;
  top: 94px;
  left: 22px;
  text-align: center;
  background-size: 100% 100%;

  line-height: 28px;
  width: 81px;
  cursor: pointer;
  font-size: 28px;
  color: white;
  font-size: 20px;
  text-shadow: 3px 3px 2px rgb(0 0 0);
  height: 38px;
  background-image: url(/oyna/img/base/ourgames/btn.png);
  transition: all 0.2s ease;
}


.gb-pisti .appscreens-our-games-item-btn{
  top: 33px;
  width: 154px;
  font-size: 28px;
  height: 57px;
  left: 176px;
  background-image: url(/oyna/img/pisti/ourgames/go_btn.png);
  text-align: center;
  line-height: 40px;
}


.appscreens-our-games-item-btn:hover{
  transform:scale(1.05);
}


.appscreens-our-games-close-btn{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 28px;
    top: 15px;
    background-image: url(/oyna/img/base/ourgames/close_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}


.gb-pisti .appscreens-our-games-close-btn{
  background-image: url(/oyna/img/pisti/ourgames/close.png);
  top: 28px;
  right: 40px;
}




.appscreens-our-games-close-btn:hover{
  transform: scale(1.05);
}





.choose-baloon-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/campaign/choose_baloon_bg.png);
    top: 138px;
    left: 50%;
    width: 576px;
    height: 180px;
    margin-left: -288px;
    background-size: 100% 100%;
    z-index: 999;
}

.choose-baloon-bottom-panel{
  position: absolute;
    bottom: 0px;
    left: 10px;
    width: 559px;
    height: 44px;
    text-align: center;
}

.choose-baloon-bottom-panel-left{
  float:left;
  width: 50%;
  height: 100%;
  text-align: center;
}

.choose-baloon-bottom-panel-right{
  float:left;
  width: 50%;
  height: 100%;
  text-align: center;
}

.choose-baloon-gold-btn,.choose-baloon-blue-btn{
  display: inline-block;
    text-align: center;
    background-size: 100% 100%;
    color: black;
    line-height: 28px;
    width: 99px;
    cursor: pointer;
    font-size: 28px;
    font-size: 20px;
    /* transform: scale(0.7); */
    height: 30px;
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
    transition: all 0.2s ease;
}


.choose-baloon-gold-btn:hover,.choose-baloon-blue-btn:hover{
  transform:scale(1.05);
}
.choose-baloon-close-btn{
  width: 30px;
    height: 30px;
    position: absolute;
    right: -29px;
    top: -16px;
    background-image: url(/oyna/img/okey101/campaign/special_close.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.choose-baloon-close-btn:hover{
  transform:scale(1.05);
}


.special-campaign-content{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/campaign/special_campaign_bg.png);
  top: 138px;
  left: 50%;
  width: 576px;
  height: 340px;
  margin-left: -288px;
  background-size: 100% 100%;
  z-index: 999;
}

.gb-okey .special-campaign-content{
  background-image: url(/oyna/img/okey/campaign/special_campaign_bg.png);
}


.special-campaign-bottom-panel{
  position: absolute;
    bottom: 0px;
    width: 100%;
    height: 57px;
    text-align: center;
}

.gb-okey101 .special-campaign-content .special-campaign-bottom-panel .special-campaign-buy-btn,.gb-okey .special-campaign-content .special-campaign-bottom-panel .special-campaign-buy-btn{
  display: inline-block;
  text-align: center;
  line-height: 65px;
  width: 142px;
  font-size: 28px;
  height: 44px;
  background-image: none;
  margin-left: 0px;
  float: none;
  position: unset;
  transform: scale(1);
  cursor: default;

}

.gb-okey101 .special-campaign-content .special-campaign-bottom-panel .special-campaign-buy-btn:hover{
  transform: scale(1);
}

.special-campaign-green-btn{

  text-align: center;
  background-size: 100% 100%;
  color: black;
  line-height: 65px;
  position: relative;
  top: -7px;
  width: 142px;
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
  transition: all 0.2s ease;
}

.special-campaign-green-btn:hover{
  transform:scale(1.05);
}


.special-campaign-buy-btn-txt{
  position: relative;
    top: 9px;
    text-align: center;
    height: 29px;
    width: 63px;
    margin-left: auto;
    margin-top: 7px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/campaign/buy_now.png);
    transition: all 0.2s ease;
    margin-right: auto;
}

.special-campaign-close-btn{
  width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 29px;
    background-image: url(/oyna/img/okey101/campaign/special_close.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.gb-okey .special-campaign-close-btn{
  background-image: url(/oyna/img/okey/campaign/special_close.png);
}

.special-campaign-close-btn:hover{
  transform:scale(1.05);
}

.special-campaign-price{
  position: absolute;
    background-image: url(/oyna/img/okey101/campaign/119.png);
    background-size: 100% 100%;
    left: 89px;
    top: 9px;
    width: 111px;
    height: 30px;
}

.special-campaign-remaining-time{
  position: absolute;

  text-align: center;
  width: 100px;
  height: 20px;
  right: 23px;
  top: 0px;
  color: purple;
}
.special-campaign-countdown{
  position: absolute;
    right: 0px;
    text-align: center;
    width: 216px;
    height: 20px;
    top: 10px;
    padding-right: 55px;
}


.first-time-campaign-content{
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/campaign/Purchase-FirstBackground.png);
  top: 138px;
  left: 50%;
  width: 576px;
  height: 432px;
  margin-left: -288px;
  background-size: 100% 100%;
  z-index: 999;
}

.first-time-campaign-title{
  display: block;
    position: absolute;
    top: 52px;
    text-align: center;
    left: 179px;
    width: 209px;
    color: #fdc838;
    font-size: 42px;
    text-shadow: 3px 3px 2px rgb(50 44 44);
    height: 48px;

}

.first-time-campaign-window .first-time-campaign-content .first-time-campaign-middle-panel{
  display: block;
    position: absolute;
    text-align: center;
    color: #df425f;
    top: 122px;
    left: 120px;
    width: 331px;
    height: 97px;
    font-size: 37px;
    text-shadow: 3px 3px 2px rgb(50 44 44);
}

.first-time-campaign-discount{
  display: block;
    position: absolute;
    top: 118px;
    left: 40px;
    color: white;
    font-size: 32px;
    width: 107px;
    height: 107px;
    line-height: 100px;
    transform: rotate(45deg);
    text-align: center;
    text-shadow: 3px 3px 2px rgb(50 44 44);
}


.first-time-campaign-window .first-time-campaign-content .first-time-campaign-buy-btn{
  position: absolute;
  display: block;
    text-align: center;
    background-size: 100% 100%;
    color: white;
    line-height: 65px;
    top: 381px;
    left: 166px;
    width: 270px;
    cursor: pointer;
    font-size: 28px;
    height: 81px;
    text-shadow: 3px 3px 2px rgb(50 44 44);
    background-image: url(/oyna/img/okey101/campaign/Purchase-BuyButton2.png);
}

.first-time-campaign-buy-btn:hover{
  transform: scale(1.05);
}

.first-time-campaign-window .first-time-campaign-content .first-time-campaign-buy-btn .store-content-product-price{
  display: block;
  background-image: none;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 28px;
  width: 269px;
  height: 72px;
  line-height: 69px;
}

.first-time-campaign-close-btn{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 58px;
    top: 67px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.first-time-campaign-close-btn:hover{
  transform: scale(1.05);
}

.daily-campaign-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/campaign/Purchase-DailyBackground.png);
    top: 138px;
    left: 50%;
    padding-top: 108px;
    width: 696px;
    height: 432px;
    margin-left: -348px;
    background-size: 100% 100%;
    z-index: 999;
}

.daily-campaign-middle-panel{
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  top: 70px;
  height: 102px;
}

.daily-campaign-content .daily-campaign-buy-button-panel .daily-campaign-middle-txt{
  display: block;
  position: absolute;
  width: 405px;
  margin-left: auto;
  margin-right: auto;
  top: -200px;
  left: 147px;
  text-align: center;
  font-size: 38px;
  margin-bottom: 26px;
  color: #215c21;
}

.daily-campaign-middle-timeout{
  display: block;
    text-align: center;
    height: 30px;
    font-size: 24px;
}


.daily-campaign-middle-time-remain{
  color: #21d52f;
}


.daily-campaign-buy-button-panel{
  display: block;
    height: 95px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 97px;
}

.daily-campaign-content .daily-campaign-buy-button-panel .daily-campaign-buy-button{
  position: relative;
  display: inline-block;
  /* text-align: center; */
  background-size: 100% 100%;
  color: white;
  top: 16px;
  left: 264px;
  width: 207px;
  line-height: 76px;
  cursor: pointer;
  font-size: 28px;
  height: 81px;
  text-shadow: 3px 3px 2px rgb(50 44 44);
  background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
}

.daily-campaign-content .daily-campaign-buy-button-panel .store-content-product-price{
  top: 10px;
  background-image: none;
  font-size: 26px;
  width: 184px;
  height: 58px;
  line-height: 50px;
}


.daily-campaign-buy-button:hover{
  transform: scale(1.05);
}


.daily-campaign-close-btn{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 79px;
    top: 67px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.daily-campaign-close-btn:hover{
  transform: scale(1.05);
}


.dontmiss-campaign-content{
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/campaign/Purchase-DontMissBackground.png);
    top: 138px;
    left: 50%;
    width: 860px;
    height: 432px;
    margin-left: -430px;
    background-size: 100% 100%;
    z-index: 999;
}

.dontmiss-campaing-title{
  display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}


.dontmiss-campaign-title-img{
  display: inline-block;
    position: relative;
    height: 103px;
    width: 396px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/campaign/PurchaseTitle-DontMissBackground.png);
    top: -15px;

}


.dontmiss-campaign-middle-panel{
  width: 100%;
    height: 305px;
    padding-left: 149px

}


.dontmiss-campaign-middle-box{
  display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 200px;
    padding-top: 172px;
}

.dontmiss-campaign-content .dontmiss-campaign-middle-box .dontmiss-campaign-middle-amount{
  display: block;
    text-align: center;
    width: 175px;
    font-size: 22px;
    color: yellow;
    left: 0px;
    text-shadow: 3px 3px 2px rgb(0 0 0);
}


.dontmiss-campaign-content .dontmiss-campaign-middle-box .dontmiss-campaign-middle-buy-btn{
  position: relative;
    display: block;
    top: 25px;
    text-align: center;
    background-size: 100% 100%;
    color: white;
    margin-top: 9px;
    width: 158px;
    line-height: 59px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 28px;
    height: 62px;
    text-shadow: 3px 3px 2px rgb(50 44 44);
    background-image: url(/oyna/img/base/gold_festival/GoldFestivalCollect.png);
}

.dontmiss-campaign-middle-buy-btn:hover{
  transform: scale(1.05);
}


.dontmiss-campaign-content .dontmiss-campaign-middle-box .store-content-product-price{
  top: 6px;
  background-image: none;
  width: 144px;
  line-height: 50px;
  font-size: 24px;
}


.dontmiss-campaign-bottom-panel{
  display: block;
    width: 100%;
    height: 58px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 26px;
}
.dontmiss-campaign-timeout{
  color:#237414;
}


.dontmiss-campaign-close-btn{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 92px;
    top: 12px;
    background-image: url(/oyna/img/base/gold_festival/CloseView.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}


.dontmiss-campaign-close-btn:hover{
  transform: scale(1.05);
}






.daily-series-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/dailyseries/DailySeriesBackground.png);
  top: 138px;
  left: 50%;
  width: 600px;
  height: 448px;
  margin-left: -300px;
  background-size: 100% 100%;
  z-index: 999;
}




.daily-series-title {
  text-align: center;
  width: 100%;
  height: 50px;
  margin-top: 27px;
}

.daily-series-title img {
  height: 50px;
}

.daily-series-hello {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 42px;
}

.daily-series-come-everyday {
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.daily-series-collect-panel {
  background-image: url(/oyna/img/base/dailyseries/DailySeriesTextArea.png);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position-x: 32px;
  width: 100%;
  height: 104px;
  position: relative;
}

.daily-series-collect-img {
  float: left;
  width: 145px;
  height: 100%;
  padding: 19px 23px;
  margin-left: 84px;
}

.daily-series-collect-img img {
  width: 104px;
}

.daily-series-collect-amount {
  float: left;
  line-height: 104px;
  height: 100%;
  width: 100px;
  color: red;
  text-align: left;
  font-size: 30px;
}

.daily-series-collect-button {
  position: absolute;
  height: 62px;
  right: 124px;
  top: 19px;
  width: 114px;
  margin-top: 5px;
  color: white;
  /* background-size: 129px 40px; */
  text-align: center;
  line-height: 54px;
  font-size: 25px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  background-image: url(/oyna/img/base/buttons/button_yellow.png);
  cursor: pointer;
}

.daily-series-collect-button:hover {
  transform: scale(1.05);
}

.daily-series-bottom-panel {
  width: 552px;
  height: 166px;
  margin-left: 26px;
  padding: 10px 0px;
  overflow: hidden;
}

.daily-series-bottom-panel .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
}

.daily-series-bottom-panel .jspDrag {
  background: #E85D00;
}

.daily-series-bottom-panel .jspDrag:hover {
  background: #a54200;
}

.daily-series-bottom-panel .jspArrowLeft {
  background-position: -96px -4px !important;
}

.daily-series-bottom-panel .jspArrowRight {
  background-position: -32px -4px !important;
}

.daily-series-bottom-row {
  width: 100px;
  float: left;
  height: 126px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.daily-series-bottom-row-title {
  text-align: center;
  color: white;
  width: 86px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}

.daily-serries-bottom-row-image {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 80px;
  height: 66px;
  background-size: 100% 100%;
}

.daily-series-bottom-row-image-1 {
  background-image: url(/oyna/img/base/dailyseries/DS-1.png);
}

.daily-series-bottom-row-image-2 {
  background-image: url(/oyna/img/base/dailyseries/DS-2.png);
}

.daily-series-bottom-row-image-3 {
  background-image: url(/oyna/img/base/dailyseries/DS-3.png);
}

.daily-series-bottom-row-image-4 {
  background-image: url(/oyna/img/base/dailyseries/DS-4.png);
}

.daily-series-bottom-row-image-5 {
  background-image: url(/oyna/img/base/dailyseries/DS-5.png);
}

.daily-series-bottom-row-image-6 {
  background-image: url(/oyna/img/base/dailyseries/DS-6.png);
}

.daily-series-bottom-row-image-7 {
  background-image: url(/oyna/img/base/dailyseries/DS-7.png);
}

.daily-series-bottom-row-image-8 {
  background-image: url(/oyna/img/base/dailyseries/DS-8.png);
}

.daily-series-bottom-row-image-9 {
  background-image: url(/oyna/img/base/dailyseries/DS-9.png);
}

.daily-series-bottom-row-image-10 {
  background-image: url(/oyna/img/base/dailyseries/DS-10.png);
}

.daily-series-bottom-row-amount {
  position: absolute;
  top: 90px;
  left: 13px;
  text-align: center;
  width: 66px;
  color: white;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  background-image: url(/oyna/img/base/dailyseries/DS-Title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.daily-series-bottom-row-day {
  text-align: center;
  position: absolute;
  width: 75px;
  height: 22px;
  line-height: 20px;
  bottom: -15px;
  left: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  font-size: 14px;
}

.daily-series-bottom-row-day-today {
  background-image: url(/oyna/img/base/dailyseries/DS-Title-Today.png);
}

.daily-series-bottom-row-day-tomorrow {
  background-image: url(/oyna/img/base/dailyseries/DS-Title-Tomorrow.png);
}

.daily-series-bottom-row-wrapper {
  padding-top: 6px;
  height: 120px;
  width: 1020px;
}

.daily-series-bottom-row-selected-bg {
  background-image: url(/oyna/img/base/dailyseries/DailySeriesRowSelected.png);
}

.daily-series-bottom-row-default-bg {
  background-image: url(/oyna/img/base/dailyseries/DailySeriesRow.png);
}

.middle-cards-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 277px;
  left: 50%;
  width: 140px;
  height: 211px;
  z-index: 9999;
}

.middle-cards-content {
  margin-top: 8px;
  position: relative;
  width: 328px;
  height: 140px;
  border-radius: 43px;
  top: -3px;
  left: -5px;
  background-color: #EFEAD4;
  border: 5px solid black;
  padding-left: 9px;
  margin-left: -164px;
}

.middle-cards-row {
  position: relative;
  float: left;
  margin: 15px;
}

.middle-cards-row img {
  width: 64px;
  height: 89px;
}


.give-cards-to-loser-content .middle-cards-row img {
  width: 44px;
  height: 62px;
}



.middle-cards-row-close-btn {
  position: absolute;
  top: -71px;
  right: 8px;
  width: 15px;
  height: 15px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}
.give-cards-to-loser-content .middle-cards-row-close-btn {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 42px;
  height: 58px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  background-image: none;
  cursor: pointer;
}


.middle-cards-row-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.give-cards-to-loser-content .middle-cards-row-close-btn:hover {
  background-image: none;
}


.middle-cards-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}

.middle-cards-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.change-four-cards-window, .replaced-four-cards-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 238px;
  left: 50%;
  width: 200px;
  height: 211px;
  z-index: 1000;
}

.give-cards-to-loser-window, .show-cards-from-loser-window {
  display: none;
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 300px;
  left: 50%;
  width: 200px;
  height: 211px;
  z-index: 700;
}

.show-cards-from-loser-window * {
  vertical-align: middle !important;
}

.give-cards-to-loser-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';

  width: 650px;
  height: 199px;
  top: 0px;
  margin-left: -325px;
  background-size: 100% 100%;
  z-index: 700;
}

.show-cards-from-loser-content {
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    width: 523px;
    height: 275px;
    top: -56px;
    margin-left: -261px;
    background-size: 100% 100%;
    z-index: 990;
    background-image: url(/oyna/img/batak/show_loser_cards/loser_cards_bg.png);
}



.replace-loser-double-cards-down-arrow {
  width: 18px;
  height: 1px;
  margin: 3px auto;
  /* background-image: url(/oyna/img/base/arrow_down.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.give-cards-to-loser-bg8-2 {

}

.give-cards-to-loser-bg7-2 {

}

.give-cards-to-loser-bg6-2 {

}

.give-cards-to-loser-bg5-2 {

}

.give-cards-to-loser-bg4-2 {

}

.give-cards-to-loser-bg3-2 {

}

.give-cards-to-loser-bg2-2 {

}

.give-cards-to-loser-bg1-2 {

}

.give-cards-to-loser-bg9-2 {

}

.give-cards-to-loser-bg10-2 {

}

.give-cards-to-loser-bg11-2 {

}

.give-cards-to-loser-bg12-2 {

}

.give-cards-to-loser-bg13-2 {

}

.give-cards-to-loser-bg9-2 .replace-loser-double-cards {
  width: 58px;
}

.give-cards-to-loser-bg10-2 .replace-loser-double-cards {
  width: 52px;
}

.give-cards-to-loser-bg11-2 .replace-loser-double-cards {
  width: 48px;
}

.give-cards-to-loser-bg12-2 .replace-loser-double-cards {
  width: 44px;
}

.give-cards-to-loser-bg13-2 .replace-loser-double-cards {
  width: 40px;
}

.give-cards-to-loser-bg13-2 .replace-loser-double-cards-down-arrow {
  width: 9px;
  height: 6px;
}

.give-cards-to-loser-bg12-2 .replace-loser-double-cards-down-arrow {
  width: 9px;
  height: 6px;
}

.give-cards-to-loser-bg11-2 .replace-loser-double-cards-down-arrow {
  width: 12px;
  height: 9px;
}

.give-cards-to-loser-bg10-2 .replace-loser-double-cards-down-arrow {
  width: 12px;
  height: 9px;
}

.give-cards-to-loser-bg9-2 .replace-loser-double-cards-down-arrow {
  width: 15px;
  height: 12px;
}

.give-cards-to-loser-body {
  position: absolute;
  top: 57px;
  left: 72px;
  width: 384px;
  height: 71px;
  background-color: #0E362B;
  padding: 4px 0px 0px 5px;
  border-radius: 12px;
}

.loser-right .give-cards-to-loser-body{
  right:72px;
  left:unset;
  padding: 4px 5px 0px 0px;
}

.give-cards-to-loser-bg8  .give-cards-to-loser-body{
  width: 384px;
  height: 71px;
}

.give-cards-to-loser-bg7 .give-cards-to-loser-body{
  width: 337px;
  height: 71px;
}

.give-cards-to-loser-bg6 .give-cards-to-loser-body{
  width: 290px;
  height: 71px;
}

.give-cards-to-loser-bg5 .give-cards-to-loser-body{
  width: 243px;
  height: 71px;
}

.give-cards-to-loser-bg4 .give-cards-to-loser-body{
  width: 196px;
  height: 71px;
}

.give-cards-to-loser-bg3 .give-cards-to-loser-body{
  width: 149px;
  height: 71px;
}

.give-cards-to-loser-bg2 .give-cards-to-loser-body{
  width: 102px;
  height: 71px; 
}

.give-cards-to-loser-bg1 .give-cards-to-loser-body{
  width: 54px;
  height: 71px;
}


.show-cards-from-loser-body-container{
  position: absolute;
  top: 87px;
  left: 21px;
  width: 480px;
  height: 141px;
  overflow:hidden;
}

.show-cards-from-loser-body-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 141px;
}


.show-cards-from-loser-body {
  float:left;
  width: 480px;
  height: 141px;
  text-align: center;
  padding: 4px 0px 0px 5px;
  border-radius: 12px;
}

.show-cards-from-loser-body-left{
  display:block;
  top:0px;
  left:0px;
}

.show-cards-from-loser-body-right{
  display:block;
  top:0px;
  left:485px;
}

.show-cards-from-loser-right-arrow {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 133px;
}


.show-cards-from-loser-going{
  position: absolute;
  color: #FD0400;
  top: 15px;
  left: 1px;
  font-size: 22px;
}

.show-cards-from-loser-coming{
  position: absolute;
  color: #00FF02;
  top: 83px;
  left: 1px;
  font-size: 22px;

}

.show-cards-from-loser-left-arrow {
  display: inline-block;
  position: relative;
  width: 53px;
  height: 131px;
  /* background-color: pink; */
  /* background-image: url(/oyna/img/base/arrow_left.png); */
  background-repeat: no-repeat;
  background-position: 0px 75px;
}


.show-cards-from-loser-arrow{
  position:absolute;
  width:42px;
  height: 28px;
  background-size: 100% 100%;
}

.show-cards-red-left{
  background-image: url(/oyna/img/batak/arrows/red_left.png);
  top: 22px;
  left: 1px;

}

.show-cards-red-right{
  background-image: url(/oyna/img/batak/arrows/red_right.png);
  top: 22px;
  left: 6px;
}

.show-cards-green-left{
  background-image: url(/oyna/img/batak/arrows/green_left.png);
  top: 87px;
  left: 1px;
}

.show-cards-green-right{
  background-image: url(/oyna/img/batak/arrows/green_right.png);
  top: 87px;
  left: 6px;
}



.replace-loser-cards-row-separator {
  /*
  display: none;
  text-align: center;
  width: 4px;
  display: inline-block;
  height: 182px;
  margin-right: 2px;
  background-image: url(/oyna/img/base/card_seperator.png);
  */
}

.replace-loser-cards-row {
  display: inline-block;
}

.replace-loser-double-cards {
  display: inline-block;
  width: 43px;
}

.loser-cards-ust {
  text-align: center;
}

.loser-cards-alt {
  text-align: center;
}

.loser-cards-ust img, .loser-cards-alt img {
  max-width: 95%;
  width: 44px;
  height: 62px;
}

.give-cards-to-loser-btn-wrapper {
  position: relative;
  top: 123px;
  bottom: 36px;
  width: 100%;
  height: 50px;
  text-align: center;
}



.pick-amount-timer-wrapper {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 12px;
  text-align: center;
}

.give-cards-to-loser-send-btn {
  display: inline-block;
  width: 135px;
  height: 43px;
  color: black;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: default;
  background-image: url(/oyna/img/batak/pick_amount/gray.png);
}

.give-cards-to-loser-send-btn.btn-active {
  background-image: url(/oyna/img/batak/pick_amount/green.png);
  cursor: pointer;
}

.give-cards-to-loser-count-down{
  position: absolute;
  width: 27px;
  height: 27px;
  top: 8px;
  right: 250px;
  color: white;
  line-height: 27px;
  font-size: 17px;
  text-align: center;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/pick_amount/countdown_red.png);
}



.change-four-cards-body .middle-cards-row {
  display: inline;
  margin: 3px;
  float: none;
}

.give-cards-to-loser-body .middle-cards-row {
  display: block;
  margin: 0px 3px 0px 0px;
  float: left;
}


.loser-right .give-cards-to-loser-body .middle-cards-row {
  margin: 0px 0px 0px 3px;
  float: right;
}

.show-cards-from-loser-body .middle-cards-row {
  display: inline;
  margin: 2px 0px;
  float: none;
}

.middle-cards-separator {
  width: 10px;
  height: 100px;
  float: left;
  background-color: red;
  border-radius: 19px;
  border: solid 1px beige;
}

.change-four-cards-content {
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/batak/replace_four_card/replace_card_bg.png);
    width: 335px;
    height: 204px;
    left: 50%;
    top: 17px;
    margin-left: -269px;
    background-size: 100% 100%;
    z-index: 993;
}


.change-four-cards-bottom-buttons{
  width: 131px;
  height: 38px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2px;
}


.change-four-cards-send-btn {
  display: inline-block;
    width: 135px;
    height: 43px;
    color: black;
    background-size: 100% 100%;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: default;
    background-image: url(/oyna/img/batak/pick_amount/gray.png);
}

.change-four-cards-send-btn.btn-active {
  background-image: url(/oyna/img/batak/pick_amount/green.png);
  cursor: pointer;
}


.replaced-four-cards-close-btn {
  display: inline-block;
  width: 135px;
  height: 43px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/batak/game_starting_v2/quit.png);
}

.replaced-four-cards-close-btn:hover {
  transform: scale(1.05);
}

.show-cards-from-loser-close-btn {
  display: inline-block;
  width: 135px;
  height: 45px;
  color: #000c1a;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-image: url(/oyna/img/batak/game_starting_v2/quit.png);
}

.show-cards-from-loser-close-btn:hover {
  transform:scale(1.05);
}
.show-cards-from-loser-btn-wrapper{
  display: none;
  position: relative;
  top: 135px;
  bottom: 36px;
  width: 100%;
  height: 50px;
  text-align: center;
}


.change-four-cards-body {
  text-align: center;
  width: 100%;
  height: 114px;
  padding: 15px 20px;
}

.request-word-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 325px;
  left: 50%;
  width: 707px;
  height: 86px;
  margin-left: -353px;
  z-index: 999;
}

.request-word-body {
  margin-top: 8px;
  position: relative;
  width: 707px;
  border-radius: 43px;
  top: -3px;
  left: -5px;
  background-color: #EFEAD4;
  border: 5px solid black;
}

.request-word-button {
  margin-top: 13px;
  float: left;
  margin-right: 15px;
  height: 35px;
  width: 108px;
  background-size: 100% 100%;
  line-height: 35px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.request-word-input {
  float: left;
  margin-top: 16px;
  display: block;
  border-radius: 8px;
  width: 202px;
  height: 27px;
  padding-left: 7px;
  margin-left: 18px;
  margin-right: 16px;
}

.request-word-send {
  background-image: url(/oyna/img/base/buttons/orange.png);
}

.request-word-send:hover {
  background-image: url(/oyna/img/base/buttons/orange_over.png);
}

.request-word-close {
  background-image: url(/oyna/img/base/buttons/red.png);
}

.request-word-close:hover {
  background-image: url(/oyna/img/base/buttons/red_over.png);
}

.admin-panel-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-color: #333333;
  top: 73px;
  left: 50%;
  width: 763px;
  height: 463px;
  margin-left: -381px;
  border-radius: 10px;
  border: 2px solid white;
  z-index: 999;
}

.admin-panel-title {
  position: absolute;
  width: 100%;
  height: 38px;
  color: white;
  text-align: center;
  font-size: 2em;
  top: 6px;
}

.admin-panel-close-btn {
  position: absolute;
  right: 9px;
  top: 8px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: black;
  text-align: center;
  text-size: 10px;
  font-size: 18px;
  font-family: arial;
  border-radius: 5px;
}

.admin-panel-body {
  position: absolute;
  top: 32px;
  width: 763px;
  height: 424px;
  left: -2px;
}

.admin-panel-leftpart {
  float: left;
  margin-top: 10px;
  height: 411px;
  width: 226px;
}

.admin-panel-leftpart-wrapper {
  margin-top: 4px;
  margin-left: 10px;
  border: 3px solid gray;
  border-radius: 10px;
  padding: 4px 18px;
}

.admin-panel-rightpart {
  float: left;
  width: 537px;
  margin-top: 10px;
  height: 411px;
}

.admin-panel-rightpart-wrapper {
  width: 522px;
  height: 400px;
  margin-top: 5px;
  margin-left: 5px;
  border: 3px solid gray;
  border-radius: 10px;
  padding: 4px 4px;
}

.admin-right-content {
  width: 507px;
  height: 388px;
  padding: 5px;
  font-size: 23px;
  color: black;
}

.admin-ban-content {
  display: none;
}


.admin-push-notification-content{
  display: none;
  background-color: #CCC7B3;
}

.admin-ban-content-top {
  background-color: #CCC7B3;
  width: 497px;
  height: 273px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-push-notification-send-button{
  position: absolute;
  bottom: 37px;
  right: 52px;
    width: 113px;
    height: 35px;
    color: white;
    line-height: 29px;
    text-align: center;
    background-image: url(/oyna/img/base/buttons/green.png);
    background-size: 100% 100%;
    transition: all 0.2s ease;
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.8); */
    cursor: pointer;
}

.admin-campaign-open-button{
  position: absolute;
  bottom: 37px;
  right: 52px;
    width: 113px;
    height: 35px;
    color: white;
    line-height: 29px;
    text-align: center;
    background-image: url(/oyna/img/base/buttons/green.png);
    background-size: 100% 100%;
    transition: all 0.2s ease;
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.8); */
    cursor: pointer;
}

.admin-campaign-open-button:hover{
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-campaign-close-button{
  position: absolute;
  bottom: 37px;
  right: 52px;
    width: 113px;
    height: 35px;
    color: white;
    line-height: 29px;
    text-align: center;
    background-image: url(/oyna/img/base/buttons/red.png);
    background-size: 100% 100%;
    transition: all 0.2s ease;
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.8); */
    cursor: pointer;
}
.admin-campaign-close-button:hover{
  background-image: url(/oyna/img/base/buttons/red_over.png);
}


.admin-campaign-content{
  display: none;
}

.admin-campaing-content-open-panel{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #CCC7B3;
}

.admin-campaing-content-close-panel{
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #CCC7B3;
}


.admin-push-notification-send-button:hover{
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ban-content-top-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 8px;
  left: 15px;
  width: 234px;
  height: 27px;
  padding-left: 7px;
}

.admin-uyeislemler-content-top {
  background-color: #CCC7B3;
  width: 497px;
  height: 382px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-ban-content-top-user-list-cover {
  position: absolute;
  top: 55px;
  left: 10px;
  width: 474px;
  height: 318px;
}

.admin-ban-content-top-user-list {
  font-size: 20px;
  position: absolute;
  top: 55px;
  left: 10px;
  width: 474px;
  height: 318px;
  overflow-x: hidden;
  overflow-y: auto;
}

.admin-ban-content-top-user-row, .admin-ban-content-top-user-row-master {
  position: relative;
  margin-bottom: 15px;
  min-height: 170px;
  user-select: text;
}

.admin-ban-content-top-user-row-column {
  width: 100%;
  height: 30px;
  font-size: 17px;
}

.admin-ban-content-top-user-row-column div {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #464603;
  color: #080010;
  text-align: center;
}

.admin-ban-content-top-user-row-column-content {
  font-size: 14px;
}

.admin-ban-content-top-user-row-profile-picture {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 10px;
  border: black 2px solid;
  overflow: hidden;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  top: 54px;
  left: 5px;
}

.admin-ban-content-top-user-row-buttons {
  position: absolute;
  top: 63px;
  left: 158px;
}

.admin-ban-content-top-user-row-buttons>div {
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-ban-content-top-user-row-buttons>div:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ban-content-top-user-row-column-content>div {
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}

.admin-ban-content-top-search-button {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-ban-content-top-search-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ban-user-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 8px;
  left: 15px;
  width: 234px;
  height: 27px;
  padding-left: 7px;
}

.ip-ban-option {
  bottom: 10px;
  left: 100px;
  position: absolute;
  width: 119px;
  height: 26px;
  line-height: 20px;
}

.admin-unban-apply-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  bottom: 5px;
  left: 238px;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-unban-apply-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ban-time-options {
  position: absolute;
  padding: 5px;
  width: 481px;
  height: 101px;
  color: black;
  top: 55px;
  right: 9px;
}

.admin-ban-time-options .radio-button-value {
  margin-top: 2px;
  margin-left: 2px;
}

.admin-ban-time-options .radio-button {
  float: left;
  margin-bottom: 5px;
}

.admin-ban-reason-text {
  position: absolute;
  top: 127px;
  left: 15px;
  border-radius: 10px;
  width: 461px;
  height: 93px;
}

.admin-ban-apply-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/red.png);
  background-size: 100% 100%;
  bottom: 5px;
  left: 362px;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-ban-apply-button:hover {
  background-image: url(/oyna/img/base/buttons/red_over.png);
}

.admin-ipban-content {
  display: none;
  position: relative;
}

.admin-ipban-content-top {
  background-color: #CCC7B3;
  width: 497px;
  height: 260px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-ipban-user-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 30px;
  left: 9px;
  width: 217px;
  height: 27px;
  padding-left: 7px;
}

.admin-ipban-listele-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  top: 20px;
  right: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-ipban-listele-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ipban-userlist {
  width: 467px;
  height: 173px;
  position: absolute;
  top: 77px;
  left: 20px;
  overflow-y: auto;
}

.admin-ipban-userrow {
  height: 30px;
  width: 100%;
  text-align: left;
  color: black;
}

.admin-ipban-content-bottom {
  position: relative;
  background-color: #CCC7B3;
  width: 497px;
  height: 112px;
  border-radius: 10px;
  border: 1px solid black;
  color: black;
}

.admin-ipban-content-bottom-opt-text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20px;
}

.admin-ipban-ban-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/orange.png);
  background-size: 100% 100%;
  top: 8px;
  left: 182px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-ipban-ban-button:hover {
  background-image: url(/oyna/img/base/buttons/orange_over.png);
}

.admin-ipban-unban-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  top: 8px;
  right: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-ipban-unban-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ipban-content-bottom-detail {
  position: absolute;
  top: 51px;
  left: 19px;
}

.admin-message-content {
  display: none;
}

.admin-message-content-top {
  background-color: #CCC7B3;
  width: 497px;
  height: 382px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-message-content-title {
  position: absolute;
  top: 79px;
  left: 205px;
  color: black;
}

.admin-message-content-text {
  position: absolute;
  top: 117px;
  left: 20px;
  border-radius: 10px;
  width: 466px;
  height: 150px;
}

.admin-uyeincele-content {
  display: none;
}

.admin-uyeincele-content-top {
  background-color: #CCC7B3;
  width: 497px;
  height: 382px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-uyeincele-user-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 8px;
  left: 15px;
  width: 234px;
  height: 27px;
  padding-left: 7px;
}

.admin-uyeincele-listele-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  top: 8px;
  right: 10px;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-uyeincele-listele-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-uyeincele-list {
  position: absolute;
  top: 47px;
  left: 7px;
  width: 480px;
  height: 328px;
  color: black;
  padding: 4px;
  border: 1px solid black;
  border-radius: 17px;
  user-select: text;
}

.admin-uyeincele-list-row {
  height: 36px;
  width: 100%;
}

.admin-uyeincele-list-row div {
  float: left;
  text-align: left;
}

.admin-uyeincele-first-column {
  width: 190px;
}

.admin-salon-config-content {
  display: none;
}

.admin-salon-config-top {
  padding-top: 34px;
  padding-left: 34px;
  background-color: #CCC7B3;
  width: 497px;
  height: 250px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-salon-config-top-row {
  line-height: 60px;
  width: 460px;
  height: 60px;
  /* background-color: pink; */
  text-align: left;
  /* border: 1px solid; */
  color: black;
}

.salon-config-option {
  float: left;
  margin-right: 10px;
  margin-top: 19px;
}

.admin-salon-config-clean-chat-button {
  margin-top: 13px;
  margin-right: 206px;
  float: right;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-salon-config-clean-chat-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-salon-config-bottom {
  margin-top: 5px;
  position: relative;
  background-color: #CCC7B3;
  width: 497px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid black;
}

.admin-salon-config-bottom-text {
  position: absolute;
  color: black;
  top: 6px;
  left: 20px;
}

.admin-salon-config-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 54px;
  left: 15px;
  width: 234px;
  height: 27px;
  padding-left: 7px;
}

.admin-salon-config-adminban-ac-button {
  margin-top: 53px;
  margin-right: 20px;
  float: right;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-salon-config-adminban-ac-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-islemleri-content {
  position: relative;
  display: none;
}

.admin-islemleri-content-top {
  padding-top: 34px;
  padding-left: 34px;
  background-color: #CCC7B3;
  width: 497px;
  height: 308px;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
}

.admin-islemleri-nickname {
  position: absolute;
  display: block;
  border-radius: 8px;
  top: 22px;
  left: 140px;
  width: 217px;
  height: 27px;
  padding-left: 7px;
}

.admin-islemleri-options {
  position: absolute;
  padding: 6px;
  width: 424px;
  height: 101px;
  color: black;
  top: 64px;
  left: 45px;
}

.admin-islemleri-options .radio-button {
  width: 173px;
  float: left;
  margin-right: 27px;
  margin-bottom: 20px;
  line-height: 33px;
  height: 35px;
}

.admin-islemleri-options .radio-button-value {
  margin-top: 6px;
  margin-left: 6px;
}

.admin-islemleri-uygula-button {
  position: absolute;
  bottom: 20px;
  left: 192px;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-islemleri-uygula-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ustbant-content {
  position: relative;
  display: none;
}

.admin-recommend-word-content {
  position: relative;
  display: block;
}

.admin-ustbant-list-cover, .admin-recommende-word-list-cover {
  position: absolute;
  width: 497px;
  height: 385px;
  top: 0px;
}

.admin-ustbant-list, .admin-recommend-word-list {
  width: 497px;
  height: 375px;
  overflow-y: auto;
}

.admin-ustbant-list-row, .admin-ustbant-list-row-master, .admin-recommend-word-list-row, .admin-recommend-word-list-row-master {
  width: 100%;
  background-color: #CCC7B3;
  margin-bottom: 8px;
  border-radius: 10px;
  color: black;
}

.admin-ustbant-text-column, .admin-recommend-word-text-column {
  height: 100%;
  width: 288px;
  text-align: left;
  font-size: 20px;
  padding-left: 8px;
  padding-top: 8px;
  float: left;
}

.admin-ustbant-button-column, .admin-recommend-word-button-column {
  height: 100%;
  width: 190px;
  float: left;
}

.admin-ustbant-button-column-top, .admin-recommend-word-button-column-top {
  height: 50px;
  padding: 6px;
}

.admin-ustbant-button-column-top div, .admin-recommend-word-button-column-top div {
  float: left;
  margin-left: 11px;
  width: 78px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.admin-ustbant-sil-button, .admin-recommend-word-sil-button {
  background-image: url(/oyna/img/base/buttons/red.png);
}

.admin-ustbant-sil-button:hover, .admin-recommend-word-sil-button:hover {
  background-image: url(/oyna/img/base/buttons/red_over.png);
}

.admin-ustbant-onayla-button, .admin-recommend-word-onayla-button {
  background-image: url(/oyna/img/base/buttons/green.png);
}

.admin-ustbant-onayla-button:hover, .admin-recommend-word-onayla-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-ustbant-button-column-bottom, .admin-recommend-word-button-column-bottom {}

.canak-img {
  height: 24px;
  vertical-align: middle;
  margin: 10px 0;
}

.admin-message-content-send-button {
  position: absolute;
  width: 113px;
  height: 35px;
  color: white;
  line-height: 29px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  top: 281px;
  left: 208px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-message-content-send-button:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.admin-tab-buttons {
  height: 40px;
  width: 157px;
  margin-top: 8px;
  margin-left: 5px;
  color: white;
  background-size: 157px 40px;
  text-align: center;
  line-height: 36px;
  font-size: 23px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.admin-tab-buttons:hover {
  transform: scale(1.05);
}

.admin-panel-button {
  background-color: #f62b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B2B2B2), to(#767676));
  background-image: -webkit-linear-gradient(top, #B2B2B2, #767676);
  background-image: -moz-linear-gradient(top, #B2B2B2, #767676);
  background-image: -ms-linear-gradient(top, #B2B2B2, #767676);
  background-image: -o-linear-gradient(top, #B2B2B2, #767676);
  background-image: linear-gradient(to bottom, #B2B2B2, #767676);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B2B2B2, endColorstr=#767676);
  cursor: pointer;
}

.admin-panel-button:hover {
  border: 1px solid #0076C1;
}

.usage-accepted-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  top: 125px;
  left: 50%;
  width: 1200px;
  height: 500px;
  margin-left: -628px;
  background-size: 100% 100%;
  padding-top: 67px;
  padding-left: 12px;
  z-index: 999;
  transform: scale(0.8);
}

.usage-accepted-text {
  position: absolute;
  background-image: url(/oyna/img/base/usage_accept/baloon_bg.png);
  background-size: 100% 100%;
  top: 10px;
  left: 100px;
  width: 816px;
  height: 220px;
}

.usage-accepted-text-top {
  width: 727px;
  color: rgba(0, 0, 0, 0.8);
  height: 154px;
  text-align: center;
  font-size: 24px;
  padding-top: 39px;
  padding-left: 29px;
  font-family: 'archivo-black';
}

.usage-accepted-text-bottom {
  width: 100%;
  height: 45px;
  text-align: center;
}

.usage-accepted-text-bottom a {
  color: #2d9eca;
  font-size: 18px;
  margin-right: 31px;
  text-decoration: none;
  font-family: 'archivo-black';
}

.usage-accepted-girl {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 253px;
  height: 491px;
  background-image: url(/oyna/img/base/usage_accept/girl.png);
  background-size: 100% 100%;
}

.usage-accepted-btn {
  position: absolute;
  bottom: -48px;
  left: 295px;
  color: white;
  text-align: center;
  background-size: 100% 100%;
  line-height: 54px;
  font-size: 24px;
  width: 199px;
  height: 71px;
  background-image: url(/oyna/img/base/usage_accept/orange_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: 'archivo-black';
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

.usage-accepted-btn:hover {
  transform: scale(1.05);
}

.notifications-accept-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/notifications_accept/notification_bg.png);
  top: 75px;
  left: 50%;
  width: 446px;
  height: 575px;
  margin-left: -223px;
  background-size: 100% 100%;
  padding-top: 18px;
  padding-left: 18px;
  z-index: 999;
  transform: scale(0.80);
}

.notifications-accept-header {
  width: 412px;
  height: 70px;
  line-height: 70px;
  color: white;
  text-align: center;
  font-size: 34px;
}

.notifications-accept-logo {
  background-image: url(/oyna/img/okey101/header-logo-v2.png);
  width: 108px;
  height: 102px;
  background-repeat: no-repeat;
  top: 6px;
  margin-top: 20px;
  left: 40px;
  background-size: 100% 100%;
  margin-left: 150px;
}

.gb-okey .notifications-accept-logo{
  background-image: url(/oyna/img/okey/header-logo-v3.png);
  width: 112px;
}

.gb-batak .notifications-accept-logo {
  background-image: url(/oyna/img/batak/game-logo.png);
    width: 100px;
    height: 100px;
}


.notifications-accept-text {
  padding-top: 20px;
  height: 210px;
  width: 409px;
  text-align: center;
}

.notifications-accept-text p {
  color: rgb(14, 94, 94);
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 18px;
}

.notifications-accept-bottom-buttons {
  width: 408px;
  height: 138px;
}

.notifications-accept-bottom-buttons div {
  color: white;
  text-align: center;
  background-size: 100% 100%;
  line-height: 62px;
  font-size: 23px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.notifications-accept-bottom-buttons div:hover {
  transform: scale(1.05);
}

.notifications-accept-okey-btn {
  height: 72px;
  width: 356px;
  margin-left: 29px;
  background-image: url(/oyna/img/base/notifications_accept/notifications_accept_btn.png);
}

.notifications-accept-later-btn {
  background-image: url(/oyna/img/base/notifications_accept/notifications_later_btn.png);
  height: 72px;
  width: 287px;
  margin-left: 61px;
  position: relative;
  top: -5px;
}

.daily-bonus-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/base/tebrikler_bg.png);
  top: 190px;
  left: 50%;
  width: 410px;
  height: 317px;
  margin-left: -212px;
  background-size: 410px 317px;
  z-index: 999;
}

.daily-bonus-amount-zl {
  position: absolute;
  top: 88px;
  left: 195px;
  width: 98px;
  height: 59px;
  text-align: center;
  font-size: 38px;
  line-height: 59px;
}

.daily-bonus-message-text {
  position: absolute;
  top: 155px;
  left: 0px;
  width: 410px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 32px;
}

.daily-bonus-message-text2 {
  position: absolute;
  top: 207px;
  left: 0px;
  width: 410px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}

.daily-bonus-content-close-btn {
  position: absolute;
  top: 250px;
  left: 169px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.daily-bonus-content-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.game-settings-header {
  height: 66px;
  text-align: center;
  color: white;
  line-height: 66px;
  font-size: 1.5em;
}

.game-settings-close-btn {
  position: absolute;
  top: 22px;
  right: 32px;
  background-image: url(/oyna/img/base/buttons/green_close_btn.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.game-settings-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_close_btn_over.png);
}

.game-setting-bottom {
  display: block;
  width: 370px;
  height: 124px;
  margin-top: 3px;
  margin-left: 34px;
  margin-right: auto;
}

.game-setting-option {
  float: left;
  width: 230px;
  height: 26px;
  line-height: 26px;
}

.game-setting-bottom .game-setting-option {
  width: 338px;
  height: 22px;
  line-height: 21px;
}

.game-setting-bottom .switch-button {
  width: 40px;
  height: 20px;
  background-size: 40px 20px;
}

.setting-on-switch {
  float: left;
  height: 23px;
  width: 49px;
  background-size: 49px 23x;
  background-image: url(/oyna/img/base/options/ch_on.png);
  background-repeat: no-repeat;
  margin-right: 3px;
  cursor: pointer;
}

.switch-button {
  cursor: pointer;
}

.setting-off-switch {
  float: left;
  height: 23px;
  width: 49px;
  background-size: 49px 23px;
  background-image: url(/oyna/img/base/options/ch_off.png);
  background-repeat: no-repeat;
  margin-right: 3px;
  cursor: pointer;
}

.setting-off-switch div {
  width: 31px;
  height: 37px;
  float: left;
  background-image: url(/oyna/img/base/game_starting/settings_switch.png);
  background-size: 31px 37px;
}

.vipfeature-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 992;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.vipfeature-modal-content-container {
  position: absolute;
  top: 310px;
  left: 50%;
}

.store-modal-content-container {
  position: absolute;
  top: 310px;
  left: 50%;
}

.letter-overlay {

  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 800;
}


.overlay-wheel-coin {
  background-color: rgba(0, 0, 0, 0.7);
}

.open-pairs-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.dark-letter-overlay, .dark-profile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(8 8 8 / 88%);
  z-index: 999;
}


.gb-pisti  .collect-prize-window  .dark-letter-overlay{
  z-index: 1002;
}



.gb-pisti  .gold-ticket-buy-window  .dark-letter-overlay{
  z-index: 1002;
}


.gb-pisti .gold-ticket-buy-window .username-text{
  left:93px;
}

.campaign-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(8 8 8 / 70%);
  z-index: 999;
}

.dark-winner-window-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(8 8 8 / 88%);

}


.gold-festival-overlay{
  position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-size: 2436px 1125px;
    /* background-image: url(/oyna/img/base/gold_festival_overlay.png); */
    background-color: rgb(0, 0, 0);
    background-color: rgb(8 8 8 / 88%);
    z-index: 999;
}

.level-update-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-size: 2436px 1125px;
  background-image: url(/oyna/img/okey101/level/overlay.png);
  background-color: rgb(0, 0, 0);
  background-color: rgb(8 8 8 / 88%);
  z-index: 999;
}


.modal-content-container {
  position: absolute;
  top: 310px;
  left: 50%;
}

.info-modal-profile-picture-big {
      display: none;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-left: -348px;
    /* margin-top: -365px; */
    left: 50%;
    top: 29px;
    width: 695px;
    height: 461px;
    z-index: 999;
}


.send-gift-content .info-modal-profile-picture-big {
  display: none !important;
}


.info-modal-profile-picture-big-container{
  display: none;
}

.info-modal-profile-picture-big-navigate{
  position: absolute;
  left: 50%;
  top: 509px;
  width: 702px;
  margin-left: -350px;
  height: 32px;
  text-align: center;
}

.info-modal-profile-picture-big-navigate-nav-btn{
  width: 155px;
    height: 40px;
    color: white;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-GroupTab.png);
    font-family: 'DINPro-CondensedBold';
    text-align: center;
    line-height: 35px;
    display: inline-block;
}

.info-modal-profile-picture-big-navigate-nav-btn-delete{
  background-image: url(/oyna/img/okey101/profile/profile-group-tab-red.png);
}

.info-modal-profile-picture-big-navigate-nav-btn-use{
  background-image: url(/oyna/img/okey101/profile/profile-group-tab-orange.png);
}

.info-modal-profile-picture-big-navigate-nav-btn:hover{
  transform:scale(1.05);
}



.info-modal-profile-picture-big-navigate-nav-txt{
  width: 45px;
    height: 31px;
    text-align: center;
    color: white;
    font-size: 24px;
    display: inline-block;
    font-family: 'DINPro-CondensedBold';

}


.wait-other-players-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/batak/wait/wait_bg.png);
  width: 281px;
  height: 134px;
  left: 50%;
  top: 303px;
  margin-left: -141px;
  background-size: 100% 100%;
  z-index: 799;
}

.wait-other-players-text {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  min-width: 280px;
  color:white;
  font-size: 19px;
}

.wait-other-players-text-wrapper {
  width: 100%;
  /* padding: 0px 31px 0px 31px; */
  height: 80px;
  line-height: 23px;
  font-size: 1.2em;
  text-align: center;
  position: relative;
}

.wait-other-players-anim {
  width: 100%;
  height: 30px;
}

.wait-other-players-anim-body {
  width: 135px;
  margin-left: 70px;
  height: 25px;
}

.wait-other-players-outher-circle {
  float: left;
    margin-left: 7px;
    width: 25px;
    background-size: 100% 100%;
    height: 25px;
    background-image: url(/oyna/img/batak/wait/wait_blip.png);
    -webkit-animation: color_change 1s infinite alternate;
  -moz-animation: color_change 1s infinite alternate;
  -ms-animation: color_change 1s infinite alternate;
  -o-animation: color_change 1s infinite alternate;
  animation: color_change 1s infinite alternate;

}

@-webkit-keyframes color_change {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes color_change {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes color_change {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes color_change {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes color_change {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.wait-other-players-inner-circle {
  border-radius: 100px;
  width: 9px;
  height: 9px;
  margin: 2px;
  
}

.pick-card-type-content {
  position: absolute;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/batak/pick_card/select_koz_bg.png);
    width: 383px;
    height: 204px;
    left: 50%;
    top: 279px;
    margin-left: -190px;
    background-size: 100% 100%;
    z-index: 1000;
    transform: scale(0.75);
}

.pick-card-type-header, .pick-four-cards-header {
  position: relative;
  font-size: 1.7em;
  text-align: center;
  line-height: 42px;
  height: 47px;
  padding-top: 0px;
}

.pick-card-type-title {
  display: inline-block;
  width: 300px;
  height: 48px;
  color: #7F5717;
  font-size: 32px;
  line-height: 47px;
}

.pick-four-cards-title{
  display: inline-block;
  width: 299px;
  height: 48px;
  color: #7F5717;
  font-size: 26px;
  line-height: 47px;
}

.pick-card-type-body {
  width: 100%;
  height: 111px;
  padding: 20px 21px 0px 21px;
}

.pick-card-type-row {
  float: left;
  width: 78px;
  background-size: 100% 100%;
  height: 78px;
  margin-left: 6px;
  cursor: pointer;
}


.pick-card-type-row-selected{
  background-image: url(/oyna/img/batak/pick_card/select_border.png);
  cursor:default;
}

.pick-card-type-row:hover {
  background-image: url(/oyna/img/batak/pick_card/select_border.png);
}


.pick-card-type-row-selected:hover{
  background-image: url(/oyna/img/batak/pick_card/select_border.png);
}

.pick-card-type-bottom-buttons{
  width: 131px;
  height: 38px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pick-card-type-select-button{
  display: inline-block;
    width: 135px;
    height: 43px;
    color: black;
    background-size: 100% 100%;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: default;
    background-image: url(/oyna/img/batak/pick_amount/gray.png);
}


.pick-card-type-row img {
  margin-top: 0px;
  margin-left: 0px;
}

.pick-amount-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/batak/pick_amount/amount_bg.png);
  width: 383px;
  height: 278px;
  left: 50%;
  top: 247px;
  margin-left: -190px;
  background-size: 100% 100%;
  z-index: 999;
}

.pick-amount-content-16-option {
  width: 468px;
  margin-left: -234px;
}

.type-1-btn {
  display: none;
}

.type-6-btn {
  display: none;
}

.pick-amount-content-kozmaca-option {

}

.pick-amount-content-ihaleli-option {
 
}



.pick-amount-content-ihaleli-option .pick-amount-timer {
  width: 410px;
}

.pick-amount-content-ihaleli-option .type-1-btn {
  display: block;
}

.pick-amount-content-kozmaca-option .pick-amount-timer {
  width: 490px;
}

.pick-amount-content-kozmaca-option .type-1-btn {
  display: block;
}

.pick-amount-content-kozmaca-option .type-6-btn {
  display: block;
}

.pick-amount-content-kozmaca-option .type-2-btn {
  display: none;
}

.type-4-btn {
  display: none;
}

.type-3-btn {
  display: block;
}

.pick-amount-content-16-option .type-4-btn {
  display: block;
}

.pick-amount-content-16-option .type-3-btn {
  display: none;
}

.pick-amount-header {
  position: relative;
  font-size: 1.7em;
  text-align: center;
  line-height: 42px;
  height: 47px;
  padding-top:0px;
  color:white;
}

.pick-amount-header-title {
  display: inline-block;
  width: 300px;
  height: 62px;
  color: #7F5717;
  font-size: 35px;
  line-height: 51px;

}


.give-cards-to-loser-content .pick-amount-header {
  position: relative;
  top: 134px;
  font-size: 19px;
  text-align: center;
  line-height: 42px;
  height: 47px;
  padding-top: 0px;
  color: white;
}


.pick-amount-header-img{
  display: inline-block;
  width: 300px;
  height: 48px;
  color: #7F5717;
  font-size: 32px;
  line-height: 47px;

}

.pick-amount-count-down,.pick-type-count-down, .pick-four-cards-count-down{
  position: absolute;
  width: 37px;
  height: 37px;
  top: 7px;
  right: 14px;
  color: white;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/pick_amount/countdown_red.png);
}

.pick-four-cards-replace-img{
  position: absolute;
  width: 44px;
  height: 37px;
  top: 7px;
  left: 9px;
  color: white;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/replace_four_card/replace.png);
}



.pick-amount-timer {
  margin-top: 4px;
  width: 327px;
  margin-left: 27px;
  text-align: center;
}

.gb-batak .pick-amount-timer{

  top: -4px;
  left: -18px;
  width: 313px;
  text-align: center;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
}

.pick-amount-content-16-option .pick-amount-timer {
  width: 412px;
}

.pick-amount-progress {
  border-radius: 30px;
  background: white;
  border: 1px solid black;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.gb-batak .pick-amount-progress{
  border-radius: 30px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pick-amount-progress-bar {
  height: 10px;
  border-radius: 30px;
  width: 50%;
  background-image: linear-gradient(to bottom, rgb(117, 239, 121), rgb(68, 109, 75));
}

.gb-batak .pick-amount-progress-bar{
  height: 3px;
  border-radius: 30px;
  width: 50%;
  background-image: none;
  background-color: #54F640;
}

.pick-amount-body {
  width: 100%;
  height: 166px;
  padding: 20px 27px 0px 27px;
}

.pick-amount-body-row-three{
  width: 198px;
  height: 66px;
  padding-left: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pick-amount-body-row-four{
  width: 264px;
  height: 66px;
  padding-left: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pick-amount-body-row-four-short{
  width: 221px;
  height: 48px;
  padding-left: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pick-amount-body-row-five{
  width: 323px;
  height: 66px;
  padding-left: 12px;
  margin-left: auto;
  margin-right: auto;
}
.pick-amount-body-row-five-short{
  width: 272px;
  height: 48px;
  padding-left: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pick-amount-body-row-five-short .pick-amount-row, .pick-amount-body-row-four-short .pick-amount-row{
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top:0px;
}



.pick-amount-body-ihaleli-esli{
  display:none;
  width:100%;
  height: 100%;
}

.pick-amount-body-gommeli{
  display:none;
  width:100%;
  height: 100%;
}

.pick-amount-body-koz-maca{
  display:none;
  width:100%;
  height: 100%;
}


.pick-amount-body-ihaleli{
  display:none;
  width:100%;
  height: 100%;
}

.pick-amount-body-default{
  display:none;
  width:100%;
  height: 100%;
}




.pick-amount-content-ihaleli-esli-option .pick-amount-body-ihaleli-esli{
  display:block;
}


.pick-amount-content-ihaleli-option .pick-amount-body-ihaleli{
  display:block;
}



.pick-amount-content-kozmaca-option .pick-amount-body-koz-maca{
  display:block;
}


.pick-amount-content-gommeli-option .pick-amount-body-gommeli{
  display:block;
}




.pick-amount-content-bottom-buttons{
  width: 274px;
    height: 38px;
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pick-amount-content-kozmaca-option .pick-amount-content-bottom-buttons{
  width: 135px;
}



.pick-amount-content-ok-btn{
  display: inline-block;
    width: 135px;
    height: 52px;
    color: black;
    background-size: 100% 100%;
    text-align: center;
    line-height: 51px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor:default;
    background-image: url(/oyna/img/batak/pick_amount/gray.png);
}

.pick-amount-content-ok-btn.btn-active{
  background-image: url(/oyna/img/batak/pick_amount/green.png);
  cursor: pointer;
}

.pick-card-type-select-button.btn-active{
  background-image: url(/oyna/img/batak/pick_amount/green.png);
  cursor: pointer;
}



.btn-active:hover{
  transform: scale(1.05);
}

.pick-amount-row {
  width: 50px;
  color: white;
  height: 50px;
  margin-top: 10px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 1.3em;
  cursor:default;
  margin-right: 12px;
  margin-bottom: 0px;
  background-image: url(/oyna/img/batak/pick_amount/gray_square.png);
  transition: all 0.2s ease;
  background-size: 100% 100%;
}








.pick-amount-row-disabled:hover {
  transform:scale(1);
}



.pick-amount-row-enabled {
  background-image: url(/oyna/img/batak/pick_amount/blue_square.png);
  cursor: pointer;
}

.pick-amount-row-enabled:hover {
  transform: scale(1.05);
}

.pick-amount-row-pass {
  color: white;
  background-image: url(/oyna/img/base/buttons/red_oval.png);
  background-size: 100% 100%;
  margin-bottom: 3px;
  height: 43px;
}

.pick-amount-row-pass:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}

.pick-amount-row-ciz {
  color: white;
  background-image: url(/oyna/img/batak/pick_amount/yellow_square.png);
  background-size: 100% 100%;

}

.pick-amount-row-ciz:hover {
  transform: scale(1.05);
}


.pick-amount-content-pass-btn{
  display: inline-block;
    width: 135px;
    height: 52px;
    color: black;
    background-size: 100% 100%;
    text-align: center;
    line-height: 51px;
    font-size: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    background-image: url(/oyna/img/batak/pick_amount/red.png);
}

.pick-amount-content-pass-btn:hover{
  transform: scale(1.05);
}

 .pick-amount-content-kozmaca-option .pick-amount-content-pass-btn{
   display:none;
 }



.pick-amount-row-selected {
  background-image: url(/oyna/img/batak/pick_amount/green_square.png);
  cursor:default;

} 


.pick-amount-row-selected:hover {
  transform:scale(1);
}

.letter-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/kelime101/stones/choose_stone_bg.png);
  width: 386px;
  height: 330px;
  left: 50%;
  top: 196px;
  margin-left: -215px;
  background-size: 100%;
  z-index: 999;
}

.letter-header {
  position: relative;
  font-size: 1.8em;
  text-align: center;
  line-height: 65px;
  height: 80px;
}

.letter-close-btn {
  position: absolute;
  top: -14px;
  right: 20px;
  background-image: url(/oyna/img/kelime101/stones/close_btn.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  cursor: pointer;
}

.letter-row, .letter-row-master {
  position: relative;
  width: 36px;
  height: 48px;
  margin-top: 7px;
  margin-left: 8px;
  background-image: url(/oyna/img/kelime101/stones/stone_blank.png);
  background-size: 36px 48px;
  float: left;
  cursor: pointer;
}

.letter-row:hover, .letter-row-master:hover {
  background-image: url(/oyna/img/kelime101/stones/stone_success.png);
}

.letter-row img {
  margin-top: 4px;
  width: 33px;
  height: 39px;
  margin-left: 2px;
}

.letter-body {
  width: 390px;
  margin-left: 12px;
}

.letter-number {
  position: absolute;
  top: 3px;
  left: 20px;
  width: 20px;
  text-align: center;
  font-size: 10px;
  font-family: 'DINPro-CondensedMedium';
}

.store-content {
  position: absolute;
  font-family: 'DINPro-CondensedBlack';
  background-image: url(/oyna/img/base/store/buy_panel_bg.png);
  width: 758px;
  height: 406px;
  top: 285px;
  left: 50%;
  margin-left: -379px;
  margin-top: -80px;
  background-size: 100%;
  /**  text-shadow: 0px 0px 4px #000000;**/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
  z-index: 1000;
}

.gb-okey .store-content, 
.gb-okey101 .store-content,

.gb-batak .store-content,
.gb-zadebul .store-content{
  background-image: url(/oyna/img/base/store_v2/background.png);
  top: 227px;
  width: 726px;
  margin-left: -363px;
  height: 418px;
  background-size: 100% 100%;
}


.gb-pisti .store-content{
  background-image: url(/oyna/img/base/store_v2/background.png);
  top: 227px;
  width: 726px;
  margin-left: -363px;
  height: 418px;
  background-size: 100% 100%;
  transform:scale(1.14);
  -webkit-text-stroke-width: 0.5px;
}

.gb-okey101 .store-content, .gb-okey .store-content{
  height: 429px;
}

.store-content-header {
  width: 100%;
  height: 68px;
  position: relative;
}

.gb-okey .store-content-header,
 .gb-okey101 .store-content-header,
 .gb-pisti .store-content-header,
 .gb-batak .store-content-header,
 .gb-zadebul .store-content-header{
  height: 100px;
}

.store-content-header-line{
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 2px;
  width: 700px;
  background-color: #772b64;
}

.gb-okey .store-content-header-line, 
.gb-okey101 .store-content-header-line,
.gb-pisti .store-content-header-line,
.gb-batak .store-content-header-line,
.gb-zadebul .store-content-header-line{
  display: block;
}

.store-content-close-btn {
  float: left;
  margin-left: 7px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  background-image: url(/oyna/img/base/store/l_quit.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gb-okey .store-content-close-btn,
 .gb-okey101 .store-content-close-btn,
 .gb-pisti .store-content-close-btn,
 .gb-batak .store-content-close-btn,
 .gb-zadebul .store-content-close-btn{
  margin-left: 23px;
  margin-top: 43px;
  background-image: url(/oyna/img/base/store_v2/back.png);
  width: 56px;
  height: 39px;
  background-size: 100% 100%;
}

/*
.gb-okey101 .store-content-close-btn{
  background-image: url(/oyna/img/okey101/store/back.png);
}

.gb-pisti .store-content-close-btn{
  background-image: url(/oyna/img/pisti/store/back.png);
}
*/

.store-content-close-btn:hover {
  transform: scale(1.1);
}

.store-content-title {
  position: absolute;
  top: -24px;
  left: 265px;
  width: 240px;
  height: 50px;
  transition: all 0.2s ease;
  line-height: 54px;
  text-align: center;
  background-image: url(/oyna/img/base/store/magaza_bg.png);
  background-size: 240px 53px;
  color: yellow;
  font-size: 30px;
  /*text-shadow: 0px 0px 4px #000000;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #473420;
}


.gb-okey .store-content-title, 
.gb-okey101 .store-content-title,
.gb-pisti .store-content-title,
.gb-batak .store-content-title,
.gb-zadebul .store-content-title{
  display:none;
}

.store-content-games-btn {
  float: right;
  margin-right: 33px;
  margin-top: 14px;
  width: 165px;
  height: 45px;
  background-image: url(/oyna/img/base/store/l_blue_btn.png);
  background-size: 165px 45px;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-size: 1.5em;
  line-height: 39px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.store-content-games-btn:hover {
  transform: scale(1.05);
}

.store-content-gifted-nick {
  position: absolute;
  height: 34px;
  width: 400px;
  top: 32px;
  left: 60px;
  color: white;
  font-size: 1.3em;
}


.gb-okey .store-content-gifted-nick,
 .gb-okey101 .store-content-gifted-nick,
 .gb-pisti .store-content-gifted-nick,
 .gb-batak .store-content-gifted-nick,
 .gb-zadebul .store-content-gifted-nick{
  padding-left: 130px;
  top: 373px;
  left: 10px;
  width: 705px;
  -webkit-text-stroke-width: 0px;
  font-size: 16px;
  text-align: center;
}


.gb-pisti .store-content-gifted-nick{
  top:383px;
  font-size: 15px;
}

.gb-okey101 .store-content-gifted-nick,.gb-okey .store-content-gifted-nick{
  top:383px;
}

.store-content-body {
  width: 730px;
  height: 300px;
  position: relative;
}

.gb-okey .store-content-body,
 .gb-okey101 .store-content-body,

 .gb-batak .store-content-body,
 .gb-zadebul .store-content-body{
  width: 757px;
}


.gb-pisti .store-content-body{
  width: 757px;
  padding-left:18px;
}

.store-content-left {
  margin-left: 10px;
  float: left;
  width: 150px;
  height: 297px;
  background-image: url(/oyna/img/base/store/magaza_left_panel_bg.png);
  background-size: 150px 297px;
}


.gb-okey .store-content-left,
.gb-okey101 .store-content-left,
.gb-pisti .store-content-left,
.gb-batak .store-content-left,
.gb-zadebul .store-content-left {
  background-image: none;
  width: 140px;
}


.store-content-left-buttons-wrapper {
  width: 130px;
  height: 204px;
  margin-top: 68px;
  margin-left: 10px;
}

.gb-okey .store-content-left-buttons-wrapper,
 .gb-okey101 .store-content-left-buttons-wrapper,
 .gb-pisti .store-content-left-buttons-wrapper,
  .gb-batak .store-content-left-buttons-wrapper,
  .gb-zadebul .store-content-left-buttons-wrapper{
  height: 256px;
  margin-top:0px;
  margin-left:5px;
}

 .gb-okey101 .store-content-left-buttons-wrapper,.gb-okey .store-content-left-buttons-wrapper{
  height: 308px;
 }


.store-content-left-buttons-wrapper div {
  height: 40px;
  width: 129px;
  margin-top: 5px;
  color: white;
  background-size: 129px 40px;
  text-align: center;
  line-height: 36px;
  font-size: 23px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.store-content-left-buttons-wrapper div:hover {
  transform: scale(1.05);
}





.gb-okey .store-content-left-zadevip-btn,.gb-okey .store-content-left-zadevip-btn{
  display: none;
}

.gb-okey .store-content-left-buttons-wrapper div,
.gb-okey101 .store-content-left-buttons-wrapper div,
.gb-pisti .store-content-left-buttons-wrapper div,
.gb-batak .store-content-left-buttons-wrapper div,
.gb-zadebul .store-content-left-buttons-wrapper div
{
  background-size: 100% 100%;
  position: relative;
  height: 67px;
  margin-top: 0px;
  color: transparent;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}

.gb-okey101 .store-content-left-buttons-wrapper div,.gb-okey .store-content-left-buttons-wrapper div{
  height: 60px;
}

.gb-okey .store-content-left-buttons-wrapper div img,
.gb-okey101 .store-content-left-buttons-wrapper div img,
.gb-pisti .store-content-left-buttons-wrapper div img,
.gb-batak .store-content-left-buttons-wrapper div img,
.gb-zadebul .store-content-left-buttons-wrapper div img{
  display: none;
}


.store-content-left-buttons-wrapper>div img {
  float: left;
  margin-left: 3px;
}

.store-left-active-btn {
  background-image: url(/oyna/img/base/store/l_yellow_btn.png);
}

.gb-okey .store-left-active-btn
,.gb-okey101 .store-left-active-btn,
.gb-pisti .store-left-active-btn,
.gb-batak .store-left-active-btn,
.gb-zadebul .store-left-active-btn{
  background-image: url(/oyna/img/base/store_v2/btn_blue.png);
}

.gb-okey .admin-tab-buttons.store-left-active-btn,
.gb-okey101 .admin-tab-buttons.store-left-active-btn,
.gb-pisti .admin-tab-buttons.store-left-active-btn,
.gb-batak .admin-tab-buttons.store-left-active-btn,
.gb-zadebul .admin-tab-buttons.store-left-active-btn{
  background-image: url(/oyna/img/base/store/l_yellow_btn.png);
}



.store-left-deactive-btn {
  background-image: url(/oyna/img/base/store/l_blue_btn.png);
}

.gb-okey .store-left-deactive-btn,
.gb-zadebul .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow.png);
}

.gb-okey101 .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow.png);
}

.gb-pisti .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow.png);
}


.gb-batak .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow.png);
}

.gb-okey .admin-tab-buttons.store-left-deactive-btn,
.gb-okey101 .admin-tab-buttons.store-left-deactive-btn,
.gb-pisti .admin-tab-buttons.store-left-deactive-btn,
.gb-batak .admin-tab-buttons.store-left-deactive-btn,
.gb-zadebul .admin-tab-buttons.store-left-deactive-btn{
  background-image: url(/oyna/img/base/store/l_blue_btn.png);
}


.gb-okey .store-content-left-buttons-wrapper .store-left-active-btn,
.gb-zadebul .store-content-left-buttons-wrapper .store-left-active-btn{
  background-image: url(/oyna/img/base/store_v2/btn_blue_big.png);
}
.gb-okey101 .store-content-left-buttons-wrapper .store-left-active-btn{
  background-image: url(/oyna/img/base/store_v2/btn_blue_big.png);
}

.gb-pisti .store-content-left-buttons-wrapper .store-left-active-btn{
  background-image: url(/oyna/img/base/store_v2/btn_blue_big.png);
}


.gb-batak .store-content-left-buttons-wrapper .store-left-active-btn{
  background-image: url(/oyna/img/base/store_v2/btn_blue_big.png);
}



.gb-okey .store-content-left-buttons-wrapper .store-left-deactive-btn,
.gb-zadebul .store-content-left-buttons-wrapper .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow_big.png);
}

.gb-okey101 .store-content-left-buttons-wrapper .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow_big.png);
}

.gb-pisti .store-content-left-buttons-wrapper .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow_big.png);
}


.gb-batak .store-content-left-buttons-wrapper .store-left-deactive-btn{
  background-image: url(/oyna/img/base/store_v2/btn_yellow_big.png);
}


.store-content-left-buttons-wrapper .store-content-left-btn-img{
  display:none;
}

.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img
,.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img{
  display:none;
  position:absoltute;
  top:1px;
  left:1px;
  background-size: 100% 100%;
}

.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-zl,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-zl,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-zl,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-zl,
.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-zl{
  background-image: url(/oyna/img/base/store_v2/chip_coins.png);
  top: 10px;
  width: 20px;
  height: 26px;
  left: 53px;
}


.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-diamond,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-diamond,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-diamond,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-diamond,
.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-diamond{
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
  top: 9px;
  width: 37px;
  height: 33px;
  left: 45px;

}



.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-vip-left,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-vip-left,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-vip-left,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-vip-left,
.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img-gold-vip-left{
  position: absolute;
  background-image: url(/oyna/img/base/vip/gold_vip_store.png);
  top: 9px;
  width: 28px;
  height: 28px;
  left: 49px;
}




.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img-vip-left,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img-vip-left,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img-vip-left,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img-vip-left,
.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img-vip-left{
  position: absolute;
  background-image: url(/oyna/img/base/vip/vip_store.png);
  top: 9px;
  width: 28px;
  height: 28px;
  left: 49px;
}

.gb-okey101 .store-content-body .store-content-left-buttons-wrapper .store-content-left-btn-img-wheelcoin-left,.gb-okey .store-content-body .store-content-left-buttons-wrapper .store-content-left-btn-img-wheelcoin-left{
  position: absolute;
  background-image: url(/oyna/img/base/store/purchase_wheel.png);
  top: 9px;
  width: 28px;
  height: 28px;
  left: 49px;
}



.store-content-left-buttons-wrapper .store-conetent-left-btn-text{
  display:none;
}

.gb-okey .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-okey101 .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-pisti .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-batak .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-zadebul .store-content-left-buttons-wrapper .store-conetent-left-btn-text{
  display: none;
  top: 30px;
  position: absolute;
  left: 6px;
  line-height: 30px;
  width: 116px;
  height: 30px;
  font-size: 19px;
  border: 0px none;
  color: #754C24;
  -webkit-text-stroke-width: 0px;
  transform: none;
}
.gb-okey101 .store-content-left-buttons-wrapper .store-conetent-left-btn-text{
  font-size: 17px;
}


.gb-okey .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-okey101 .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-pisti .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-batak .store-content-left-buttons-wrapper .store-content-left-btn-img,
.gb-zadebul .store-content-left-buttons-wrapper .store-content-left-btn-img{
  display:block;
}

.gb-okey .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-okey101 .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-pisti .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-batak .store-content-left-buttons-wrapper .store-conetent-left-btn-text,
.gb-zadebul .store-content-left-buttons-wrapper .store-conetent-left-btn-text{
  display: block;

}

.store-content-right {
  position: relative;
  float: right;
  margin-left: 10px;
  width: 560px;
  height: 297px;
  background-image: url(/oyna/img/base/store/magaza_right_panel_bg.png);
  background-size: 560px 297px;
}

.gb-okey .store-content-right,
.gb-okey101 .store-content-right ,
.gb-batak .store-content-right,
.gb-zadebul .store-content-right{
  background-image: none;
  margin-left:0px;
  width: 605px;

}

.gb-pisti .store-content-right{
  background-image: none;
  margin-left:0px;
  width: 605px;
  height: 0px;

}

.store-content-right-cover {
  position: absolute;
  width: 560px;
  height: 297px;
  top: 0px;
}

.scroll-blocker {
  display: none;
}

.vodafone-code-modal{
  display:none;
  position: absolute;
  z-index: 1004;
  width: 100%;
  height: 100%;
}

.vodafone-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(8 8 8 / 88%);
  z-index: 999;

}


.vodafone-code-modal-content{
  display: block;
  z-index: 1004;
  position: absolute;
  background-image: url(/oyna/img/okey/store/vodafone/vodafone_bg.png);
  top: 254px;
  width: 580px;
  left: 50%;
  margin-left: -290px;
  height: 237px;
  background-size: 100% 100%;
}
.gb-okey101 .vodafone-code-modal-content{
  background-image: url(/oyna/img/okey101/store/vodafone/vodafone_bg_v2.png);

  width: 800px;
  height: 332px;
  margin-left:-400px;
}


.vodafone-code-modal-5gb-text{
  position: absolute;
  color: white;
  height: 55px;
  width: 115px;
  top: 56px;
  text-align: center;
  left: 50px;
  font-size: 50px;
  font-family: 'DINPro-CondensedBlack';
}

.gb-okey101 .vodafone-code-modal-5gb-text{
  display: none;
}

.vodafone-code-modal-300k-text{
  position: absolute;
  color: white;
  height: 55px;
  width: 115px;
  top: 75px;
  text-align: center;
  left: 50px;
  font-size: 37px;
  font-family: 'DINPro-CondensedBlack';
}

.vodafone-code-modal-present-text{
  position: absolute;
    color: white;
    height: 41px;
    width: 115px;
    top: 123px;
    text-align: center;
    left: 50px;
    font-size: 30px;
    font-family: 'DINPro-CondensedBlack';
}


.gb-okey101 .vodafone-code-modal-present-text{
  display: none;
}


.vodafone-code-modal-content-gold-vip{
  position: absolute;
  background-size: 100% 100%;
  height: 76px;
  width: 76px;
  top: 21px;
  left: 206px;
  background-image: url(/oyna/img/okey/vip/gold_vip_store.png);
}


.gb-okey101 .vodafone-code-modal-content-gold-vip{
  display: none;
}

.vodafone-code-modal-main-text{
  color: white;
  position: absolute;
  top: 18px;
  left: 283px;
  text-align: left;
  width: 254px;
  height: 66px;
  line-height: 22px;
  font-family: 'DINPro-CondensedBlack';
  font-size: 21px;
}

.gb-okey101 .vodafone-code-modal-main-text{
  width: 428px;
  top: 69px;
  text-align: center;
  color: #d6d6d8;
}

.vodafone-code-modal-main-zl-text{
  color: white;
  position: absolute;
  top: 22px;
  left: 206px;
  text-align: left;
  width: 333px;
  height: 103px;
  line-height: 22px;
  font-family: 'DINPro-CondensedBlack';
  font-size: 18px;
}

.vodafone-code-modal-bottom-text{
  color: white;
  position: absolute;
  top: 184px;
  left: 186px;
  text-align: center;
  width: 394px;
  height: 48px;
  line-height: 17px;
  font-family: 'DINPro-CondensedBlack';
  font-size: 15px;
}

.gb-okey101 .vodafone-code-modal-bottom-text{
  color: #d6d6d8;
  top: 245px;
  left: 302px;
}



.vodafone-code-input-text-holder{
  position: absolute;
  left: 208px;
  top: 124px;
  width: 200px;
  height: 39px;
  padding: 0px;
  padding-left: 5px;
  float: left;
  background-image: url(/oyna/img/okey/store/vodafone/vodafone_textbox_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gb-okey101 .vodafone-code-input-text-holder{
  left:347px;
  top:181px;

}

.vodafone-conde-input-text{
  height: 37px;
  line-height: 37px;
  width: 95%;
  text-align: left;
  font-weight: 700;
  font-size: 1em;
  background-color: transparent;

}

.vodafone-conde-input-btn{
  position: absolute;
  left: 441px;
  top: 119px;
  height: 48px;
  line-height: 40px;
  width: 115px;
  background-image: url(/oyna/img/okey/store/vodafone/use_code_btn_bg.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: 'DINPro-CondensedBlack';
  text-align: left;
  font-size: 15px;
  padding-left: 44px;
  padding-top: 8px;
  color: #73541f;
  line-height: 15px;
}

.gb-okey101 .vodafone-conde-input-btn{
  left: 558px;
    top: 176px;
}

.vodafone-conde-input-btn:hover{
  transform: scale(1.05);
}

.vodafone-conde-take-code-btn{
  position: absolute;
  left: 51px;
  top: 166px;
  height: 48px;
  line-height: 40px;
  width: 115px;
  background-image: url(/oyna/img/okey/store/vodafone/use_code_btn_bg.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: 'DINPro-CondensedBlack';
  text-align: left;
  font-size: 15px;
  padding-left: 44px;
  padding-top: 8px;
  color: #73541f;
  line-height: 29px;
}

.gb-okey101 .vodafone-conde-take-code-btn{
  top:243px;
  left:69px;
}

.vodafone-conde-take-code-btn:hover{
  transform: scale(1.05);
}

.vodafone-conde-take-code-btn a{
  text-decoration: none;
  color: #73541f;
}



.vodafon-code-modal-close-btn{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-image: url(/oyna/img/okey/store/vodafone/close_btn_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .vodafon-code-modal-close-btn{
  width: 41px;
  height: 41px;
}


.vodafon-code-modal-close-btn:hover{
  transform: scale(1.05);
}

.store-content-right-top-buttons {
  width: 560px;
  height: 60px;
}


.gb-okey .store-content-right-top-buttons,
.gb-okey101 .store-content-right-top-buttons
 ,.gb-pisti .store-content-right-top-buttons,
 .gb-batak .store-content-right-top-buttons,
 .gb-zadebul .store-content-right-top-buttons{
  position: absolute;
  top:-78px;
}

.store-buy-with-zl-btn {
  width: 132px;
  height: 45px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  background-size: 132px 45px;
  background-repeat: no-repeat;
  color: white;
  text-align: left;
  font-size: 1.7em;
  transition: all 0.2s ease;
  line-height: 39px;
  cursor: pointer;
}

.gb-okey .store-buy-with-zl-btn,
.gb-okey101 .store-buy-with-zl-btn ,
.gb-pisti .store-buy-with-zl-btn,
.gb-batak .store-buy-with-zl-btn,
.gb-zadebul .store-buy-with-zl-btn{
  position: absolute;
  right: -0px;
  height: 57px;
  width: 120px;
  background-size: 100% 100%;
}


.gb-okey .store-buy-with-zl-btn img,.gb-okey .store-buy-with-zl-btn span,
.gb-okey101 .store-buy-with-zl-btn img,.gb-okey101 .store-buy-with-zl-btn span,
.gb-pisti .store-buy-with-zl-btn img,.gb-pisti .store-buy-with-zl-btn span,
.gb-batak .store-buy-with-zl-btn img,.gb-batak .store-buy-with-zl-btn span,
.gb-zadebul .store-buy-with-zl-btn img,.gb-zadebul .store-buy-with-zl-btn span{
  display:none;
 }

 .store-buy-with-zl-btn-img{
  display: none;
  position: absolute;
  background-image: url(/oyna/img/base/store_v2/with_zl.png);
  background-size: 100% 100%;
  height: 40px;
  width: 58px;
  top: 10px;
  left: 2px;
 }



 .store-buy-with-zl-btn-text{
  display: none;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 58px;
  font-size: 21px;
  border: 0px none;
  color: #754C24;
  -webkit-text-stroke-width: 0px;
 }

.gb-okey .store-buy-with-zl-btn-text,
.gb-okey101 .store-buy-with-zl-btn-text ,
.gb-pisti .store-buy-with-zl-btn-text,
.gb-batak .store-buy-with-zl-btn-text,
.gb-zadebul .store-buy-with-zl-btn-text{
  display: block;
}

.gb-okey .store-buy-with-zl-btn-img,
.gb-okey101 .store-buy-with-zl-btn-img,
.gb-pisti .store-buy-with-zl-btn-img,
.gb-batak .store-buy-with-zl-btn-img,
.gb-zadebul .store-buy-with-zl-btn-img{
  display:block;

}



.store-buy-with-zl-btn:hover {
  transform: scale(1.05);
}

.store-buy-with-zl-btn img {
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  margin-top: 0px;
  margin-left: 12px;
}

.store-buy-with-zl-btn span {
  margin-bottom: 2px;
  display: block;
  float: left;
  margin-left: 5px;
}

.store-buy-with-gem-btn {
  width: 132px;
  height: 45px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  background-size: 132px 45px;
  background-repeat: no-repeat;
  color: white;
  text-align: left;
  font-size: 1.7em;
  line-height: 39px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.store-buy-with-vodafone-btn{
  display: none;
  position: absolute;
  right: 247px;
  top: 6px;
  height: 59px;
  width: 124px;
  background-image: url(/oyna/img/base/store_v2/vodafone/vodafone_btn.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}



.store-buy-with-vodafone-txt{
  position: absolute;
  color: white;
  top: 12px;
  left: 44px;
  width: 74px;
  height: 25px;
  font-size: 19px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
}



.store-buy-with-vodafone-usecode-txt{
  position: absolute;
  color: white;
  top: 31px;
  left: 44px;
  width: 74px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: DINPro-CondensedBlack;
}


.store-content-product-vodafone-extra{
  display: none;
  position: absolute;
  top: -2px;
  height: 59px;
  width: 124px;
  background-image: url(/oyna/img/base/store_v2/vodafone/vodafone_btn.png);
  background-size: 100% 100%;
  transition: all 0.2s ease;
  transform: scale(0.8);
  left: -11px;
}

.store-content-product-vodafone-extra-line1{
  position: absolute;
  color: white;
  top: 12px;
  left: 44px;
  width: 74px;
  height: 25px;
  font-size: 19px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
}

.store-content-product-vodafone-extra-line2{
  position: absolute;
  color: white;
  top: 31px;
  left: 44px;
  width: 74px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: DINPro-CondensedBlack;
}



.store-content-vodafone-5gb{
  display: none;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 96px;
  height: 48px;
  background-image: url(/oyna/img/base/store_v2/vodafone/vodafone_btn.png);
  background-size: 100% 100%;
}

.store-content-vdfn-text{
  position: absolute;
  color: white;
  top: 5px;
  left: 25px;
  width: 74px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
}

.store-content-vodafone-5gb-txt{
  position: absolute;
  color: white;
  top: 24px;
  left: 24px;
  width: 74px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: DINPro-CondensedBlack;
}



.store-buy-with-vodafone-btn:hover{
  transform: scale(1.05);
}

.gb-okey .store-buy-with-gem-btn,
.gb-okey101 .store-buy-with-gem-btn ,
.gb-pisti .store-buy-with-gem-btn,
.gb-batak .store-buy-with-gem-btn,
.gb-zadebul .store-buy-with-gem-btn{
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  right: 124px;
  top: 7px;
  height: 57px;
  width: 120px;
  background-size: 100% 100%;
}

.gb-okey .store-buy-with-gem-btn img, .gb-okey .store-buy-with-gem-btn span,
.gb-okey101 .store-buy-with-gem-btn img, .gb-okey101 .store-buy-with-gem-btn span,
.gb-pisti .store-buy-with-gem-btn img, .gb-pisti .store-buy-with-gem-btn span,
.gb-batak .store-buy-with-gem-btn img, .gb-batak .store-buy-with-gem-btn span,
.gb-zadebul .store-buy-with-gem-btn img, .gb-zadebul .store-buy-with-gem-btn span
{
  display:none;
}

.store-buy-with-gem-btn-img{
  display: none;
  position: absolute;
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
  background-size: 100% 100%;
  height: 38px;
  width: 45px;
  top: 12px;
  left: 8px;

}

.store-buy-with-gem-btn-text{
  display: none;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 58px;
  font-size: 21px;
  border: 0px none;
  color: #754C24;
  -webkit-text-stroke-width: 0px;
}

.gb-okey .store-buy-with-gem-btn-img,
.gb-okey101 .store-buy-with-gem-btn-img ,
.gb-pisti .store-buy-with-gem-btn-img,
.gb-batak .store-buy-with-gem-btn-img,
.gb-zadebul .store-buy-with-gem-btn-img
{
  display: block;
  
}

.gb-okey .store-buy-with-gem-btn-text,
.gb-okey101 .store-buy-with-gem-btn-text ,
.gb-pisti .store-buy-with-gem-btn-text,
.gb-batak .store-buy-with-gem-btn-text,
.gb-zadebul .store-buy-with-gem-btn-text{
  display: block;
}


.store-buy-with-gem-btn:hover {
  transform: scale(1.05);
}

.store-buy-with-gem-btn span {
  display: block;
  float: left;
  margin-left: 5px;
}

.store-buy-with-gem-btn img {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin-left: 12px;
}

.additional-feature {
  width: 195px;
  height: 45px;
  float: right;
  margin-right: 4px;
  margin-top: 7px;
  background-image: url(/oyna/img/base/store/l_blue_btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-size: 1.5em;
  transition: all 0.2s ease;
  line-height: 39px;
  cursor: pointer;
}


.gb-okey .additional-feature,
 .gb-okey101 .additional-feature ,
  .gb-pisti .additional-feature,
  .gb-batak .additional-feature,
  .gb-zadebul .additional-feature
  {
  margin-top: 10px;
  position: absolute;
  width: 177px;
  height: 53px;
  line-height: 49px;
  border: 0px none;
  color: #754C24;
  -webkit-text-stroke-width: 0px;
  font-size: 14px;
  background-image: url(/oyna/img/okey/store/very_long_yellow_btn.png);
}


.additional-feature:hover {
  transform: scale(1.05);
}


.store-content-right-promotion-window-btn{
  width: 247px;
  height: 55px;
  margin-right: 4px;
  margin-top: 1px;
  background-image: url(/oyna/img/base/kampanya_yellow_btn.png);
  line-height: 53px;
  font-size:20px;
}




.store-content-right-body {
  width: 554px;
  height: 234px;
  overflow-x: auto;
  margin-left: 4px;
}



.gb-okey .store-content-right-body,
.gb-okey101 .store-content-right-body ,
.gb-pisti .store-content-right-body,
.gb-batak .store-content-right-body,
.gb-zadebul .store-content-right-body
{
  height: 274px;
  width: 550px;
}

.gb-okey101 .store-content-right-body,.gb-okey .store-content-right-body{
  position: relative;
  top:10px;
}


.store-content-right-body .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
}

.store-content-right-body .jspDrag {
  background: #E85D00;
}

.gb-okey .store-content-right-body .jspDrag,
.gb-okey101 .store-content-right-body .jspDrag ,
.gb-pisti .store-content-right-body .jspDrag,
.gb-batak .store-content-right-body .jspDrag ,
.gb-zadebul .store-content-right-body .jspDrag
 {
  background: #7c2e68;
}

.store-content-right-body .jspDrag:hover {
  background: #a54200;
}


.gb-okey .store-content-right-body .jspDrag:hover,
.gb-okey101 .store-content-right-body .jspDrag:hover ,
.gb-pisti .store-content-right-body .jspDrag:hover ,
.gb-batak .store-content-right-body .jspDrag:hover ,
.gb-zadebul .store-content-right-body .jspDrag:hover 
 {
  background: #400430;
}


.store-content-right-body .jspArrowLeft {
  background-position: -96px -4px !important;
}

.store-content-right-body .jspArrowRight {
  background-position: -32px -4px !important;
}

.store-content-right-vip-content {
  height: 100%;
  width: 700px;
}

.gb-pisti .store-content-right-vip-content{
  width: 222px;
    height: 278px;
    margin-left: 6px;
    float: left;
    background-image: url(/oyna/img/pisti/store_v2/StoreVipBg.png);
    background-size: 100% 100%;
    margin-right:4px;
}

.store-content-product-holder-title-wrapper{
  text-align: center;
  font-size: 15px;
  color: white;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 173px;
  background-image: url(/oyna/img/pisti/store_v2/StoreMainTitleBg.png);
  background-size: 100% 100%;
}

.store-content-right-wheelcoin-content {
  height: 100%;
    width: 450px;
    margin-left: 53px;
}

.gb-okey101 .store-content-right .store-content-right-wheelcoin-content .store-content-product{
  margin-right: 12px;
  margin-top:19px;
}


.store-content-right-elmas-content {
  height: 100%;
  width: 840px;
}


.gb-pisti .store-content-right-elmas-content{
  width: 222px;
  height: 278px;
  margin-left: 2px;
  float: left;
  background-image: url(/oyna/img/pisti/store_v2/StoreGemBg.png);
  background-size: 100% 100%;
}

.store-content-right-zl-content {
  height: 100%;
  width: 968px;
}

.gb-okey .store-content-right-zl-content,
 .gb-okey101 .store-content-right-zl-content ,

  .gb-batak .store-content-right-zl-content,
  .gb-zadebul .store-content-right-zl-content
  {
  width: 1108px;
}

.gb-pisti .store-content-right-zl-content{
  width: 222px;
  height: 278px;
  margin-left:2px;
  float:left;

  background-image: url(/oyna/img/pisti/store_v2/StoreZLBg.png);
  background-size: 100% 100%;
  margin-right:4px;
}

.store-content-product-holder-title{
  text-align: center;
  font-size: 15px;
  color: white;
  height: 34px;
  width: 100%;
  line-height: 26px;
}


.store-content-right-zadevip-content {
  height: 100%;
}

.store-content-product {
  display: none;
  width: 135px;
  height: 216px;
  background-image: url(/oyna/img/base/store/purchase_buy_bg.png);
  background-size: 135px 216px;
  float: left;
  margin-left: 3px;
  position: relative;
  transition: all 0.2s ease;
  transform: scale(0.98);
  cursor: pointer;
}

.gb-okey .store-content-product,
.gb-okey101 .store-content-product ,

.gb-batak .store-content-product,
.gb-zadebul .store-content-product {
  width: 135px;
  height: 252px;
  background-image: url(/oyna/img/base/store_v2/product_bg.png);
  background-size: 100% 100%;
}

.gb-pisti .store-content-product{
  width: 65px;
  height: 108px;
  margin-top: 7px;
  background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyBackgroundVip.png);
  background-size: 100% 100%;
}


.gb-pisti .store-content-right-vip-content .store-content-product{
  width: 50px;
  height: 83px;
  margin-left:1px;
}

.store-content-product-detail-long{
  float:left;
  width: 180px;
  height: 60px;
}

.store-content-product-detail-row{
  width: 173px;
  height: 29px;
  background-image: url(/oyna/img/pisti/store_v2/StoreVipTopPlus.png);
  background-size: 22px 23px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-align: left;
  line-height: 21px;
  font-size: 13px;
  color: lightsalmon;
  -webkit-text-stroke-width: 0px;

}


.store-content-product-detail{
  position:relative;
  float: left;
  width: 47px;
  height: 80px;
  margin-left: 1px;
  margin-right: 3px;
  margin-top: 6px;
  background-image: url(/oyna/img/pisti/store_v2/StoreVipItemBG.png);
  background-size: 100% 100%;
  margin-bottom: 4px;

}

.store-content-product-detail-img{
  position:absolute;
  width: 34px;
  height: 31px;
  background-size: 100% 100%;
  left:6px;
  top:12px;
}

.product-detail-img-vip{
  background-image: url(/oyna/img/pisti/store_v2/Purchase-VIPs-1.png);
}

.product-detail-img-frame{
  background-image: url(/oyna/img/pisti/store_v2/StoreBorderTopIcon.png);
  height: 34px;
}

.product-detail-img-a3{
  color: #4cb8cb;
  text-align: center;
  font-size: 19px;
}



.product-detail-img-mask{
  background-image: url(/oyna/img/pisti/store_v2/StoreWhoLookTopIcon.png);
  height: 17px;
  top: 20px;
  left: 8px;
}

.store-content-product-detail-plus{
  position: absolute;
  top: 30px;
  left: -14px;
  width: 22px;
  height: 23px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/store_v2/StoreVipTopPlus.png);
}

.store-content-product-detail-text{
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  /* height: 17px; */
  font-size: 10px;
  text-align: center;
  color: #6c1313;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #473420;
}





.gb-pisti .store-content-right-zl-content .store-content-product{
  background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyBackgroundChip.png);
}



.gb-pisti .store-content-right-elmas-content .store-content-product{
  background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyBackgroundGem.png);
}

.store-content-right-products-holder{
  width: 100%;
  height: 260px;
  padding-left:10px;
}


.store-content-product:hover {
  transform: scale(1);
}

.store-content-stripe {
  top: 2px;
  left: 67px;
  position: absolute;
  width: 67px;
  height: 67px;
  background-image: url(/oyna/img/base/store/b_orange_stripe.png);
  background-size: 67px 67px;
}

.store-content-stripe div {
  width: 100%;
  color: white;
  text-align: center;
  margin-left: 5px;
  margin-top: 13px;
  font-size: 18px;
  transform: rotate(45deg);
}

.store-content-product-image {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 109px;
  height: 96px;
  background-image: url(/oyna/img/base/store/vips/vip_bg.png);
  background-size: 109px 96px;
}

.store-content-product-imagezgvip {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 109px;
  height: 96px;
  background-image: url(/oyna/img/base/vip/gold_vip_store.png);
  background-size: 109px 96px;
}

.store-content-product-image-gem {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 109px;
  height: 129px;
  background-size: 109px 129px;
}

.gb-okey .store-content-product-image-gem,
.gb-okey101 .store-content-product-image-gem ,

.gb-batak .store-content-product-image-gem,
.gb-zadebul .store-content-product-image-gem{
  top: 34px;
  left: 6px;
  width: 120px;
  height: 120px;
  background-size: 100% 100%;
}

.gb-pisti .store-content-product-image-gem{
  top: 34px;
  left: 8px;
  width: 39px;
  height: 41px;
  background-size: 100% 100%;
}


.store-content-stripe-profit{
  position: absolute;
  color: white;
  width: 116px;
  height: 45px;
  top: 119px;
  left: 10px;
  background-image: url(/oyna/img/base/store_v2/most_profit.png);
  background-size: 100% 100%;
}




.store-content-tilted-text{
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 42px;
  transform: rotate(-6deg);
  -webkit-text-stroke-width: 0px;
  font-size: 15px;
}

.store-content-stripe-most-sold {
  position: absolute;
  color: white;
  width: 116px;
  height: 45px;
  top: 119px;
  left: 10px;
  background-image: url(/oyna/img/base/store_v2/most_sold.png);
  background-size: 100% 100%;
}




.gem-60 {
  background-image: url(/oyna/img/base/store/elmas/elmas_60.png);
}

.gb-okey .gem-60,
.gb-okey101 .gem-60 ,

.gb-batak .gem-60,
.gb-zadebul .gem-60{
  background-image: url(/oyna/img/base/store_v2/elmas/gem1.png);
  width: 70px;
  height: 70px;
  top: 92px;
  left: 36px;
}

.gb-pisti .gem-60{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-1.png);
    width: 44px;
    height: 48px;
    top: 24px;
    left: 13px;
}



.gem-165 {
  background-image: url(/oyna/img/base/store/elmas/elmas_165.png);
}

.gb-okey .gem-165,
.gb-okey101 .gem-165 ,

.gb-batak .gem-165,
.gb-zadebul .gem-165{
  background-image: url(/oyna/img/base/store_v2/elmas/gem2.png);
  width: 100px;
  height: 70px;
  top: 90px;
  left: 20px;
}

.gb-pisti .gem-165{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-2.png);
    width: 44px;
    height: 48px;
    top: 24px;
    left: 13px;
}

.gem-400 {
  background-image: url(/oyna/img/base/store/elmas/elmas_400.png);
}

.gb-okey .gem-400,
.gb-okey101 .gem-400 ,

.gb-batak .gem-400,
.gb-zadebul .gem-400
{
  background-image: url(/oyna/img/base/store_v2/elmas/gem3.png);
  width: 100px;
  height: 80px;
  top: 86px;
  left: 18px;
}


.gb-pisti .gem-400{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-3.png);
    width: 44px;
    height: 48px;
    top: 24px;
    left: 13px;
}



.gem-700 {
  background-image: url(/oyna/img/base/store/elmas/elmas_700.png);
}

.gb-okey .gem-700,
.gb-okey101 .gem-700 ,

.gb-batak .gem-700,
.gb-zadebul .gem-700
{
  background-image: url(/oyna/img/base/store_v2/elmas/gem4.png);
  width: 100px;
  height: 100px;
  top: 66px;
  left: 14px;
}


.gb-pisti .gem-700{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-4.png);
    width: 44px;
    height: 48px;
    top: 25px;
    left: 13px;
}

.gem-1065 {
  background-image: url(/oyna/img/base/store/elmas/elmas_1065.png);
}
.gb-okey .gem-1065,
.gb-okey101 .gem-1065 ,

.gb-batak .gem-1065 ,
.gb-zadebul .gem-1065{
  background-image: url(/oyna/img/base/store_v2/elmas/gem5.png);
  width: 100px;
  left: 24px;
  top: 56px;
}

.gb-pisti .gem-1065{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-5.png);
    width: 44px;
    height: 48px;
    top: 25px;
    left: 13px;
}

.gem-2670 {
  background-image: url(/oyna/img/base/store/elmas/elmas_2670.png);
}

.gb-okey .gem-2670,
.gb-okey101 .gem-2670 ,

.gb-batak .gem-2670,
.gb-zadebul .gem-2670{
  background-image: url(/oyna/img/base/store_v2/elmas/gem6.png);
  top: 53px;
  height: 100px;
}


.gb-pisti .gem-2670{
  background-image: url(/oyna/img/pisti/store_v2/elmas/Purchase-Gems-6.png);
    width: 44px;
    height: 48px;
    top: 25px;
    left: 13px;
}

.zl-1-5m {
  background-image: url(/oyna/img/base/store/chips/zl_1_5m.png);
}

.gb-okey .zl-1-5m,
.gb-okey101 .zl-1-5m ,
.gb-pisti .zl-1-5m,
.gb-batak .zl-1-5m,
.gb-zadebul .zl-1-5m{
  background-image: url(/oyna/img/base/store_v2/chips/chip_1_5m.png);
  height: 90px;
  top: 59px;
  width: 100px;
  left: 25px;
}


.zl-5m {
  background-image: url(/oyna/img/base/store/chips/zl_5m.png);
}

.gb-okey .zl-5m,
.gb-okey101 .zl-5m ,
.gb-batak .zl-5m,
.gb-zadebul .zl-5m{
  background-image: url(/oyna/img/base/store_v2/chips/chip_5m.png);
  height: 100px;
  top: 64px;
}

.gb-pisti .zl-5m{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-2.png);
  left:15px;


}


.zl-25m {
  background-image: url(/oyna/img/base/store/chips/zl_25m.png);
}

.gb-okey .zl-25m,
.gb-okey101 .zl-25m ,

.gb-batak .zl-25m,
.gb-zadebul .zl-25m   {
  background-image: url(/oyna/img/base/store_v2/chips/chip_25m.png);
  top: 43px;
  left: 10px;
}


.gb-pisti .zl-25m{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-3.png);
  left:14px;
}

.zl-100k {
  background-image: url(/oyna/img/base/store/chips/zl_100k.png);
}

.gb-okey .zl-100k,
.gb-okey101 .zl-100k ,
.gb-pisti .zl-100k,
.gb-batak .zl-100k,
.gb-zadebul .zl-100k{
  background-image: url(/oyna/img/base/store_v2/chips/chip_120k.png);
  width: 100px;
  height: 55px;
  top: 90px;
  left: 20px;
}

.zl-100m {
  background-image: url(/oyna/img/base/store/chips/zl_100m.png);
}

.gb-okey .zl-100m,
 .gb-okey101 .zl-100m,
 
 .gb-batak .zl-100m,
 .gb-zadebul .zl-100m{
  background-image: url(/oyna/img/base/store_v2/chips/chip_125m.png);
}



.gb-pisti .zl-100m{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-5.png);
  left:16px;
}

.gb-pisti .zl-250m{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-6.png);
  left:16px;
}

.gb-okey .zl-50m,
.gb-okey101 .zl-50m ,

.gb-batak .zl-50m,
.gb-zadebul .zl-50m
{
  background-image: url(/oyna/img/base/store_v2/chips/chip_50m.png);
  top: 43px;
  left: 10px;
}


.gb-pisti .zl-50m{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-4.png);
  left:16px;
}

.zl-250k {
  background-image: url(/oyna/img/base/store/chips/zl_250k.png);
}

.gb-okey .zl-250k,
 .gb-okey101 .zl-250k ,
  .gb-pisti .zl-250k,
  .gb-batak .zl-250k,
  .gb-zadebul .zl-250k{
  background-image: url(/oyna/img/base/store_v2/chips/chip_300k.png);
  width: 100px;
  height: 55px;
  top: 90px;
  left: 20px;
}

.zl-500k {
  background-image: url(/oyna/img/base/store/chips/zl_500k.png);
}

.gb-okey .zl-500k,
.gb-okey101 .zl-500k ,

.gb-batak .zl-500k,
.gb-zadebul .zl-500k  {
  background-image: url(/oyna/img/base/store_v2/chips/chip_640k.png);
  width: 100px;
  height: 55px;
  top: 90px;
  left: 20px;
}

.gb-pisti .zl-500k{
  background-image: url(/oyna/img/pisti/store_v2/chips/Purchase-Chips-1.png);
  top: 28px;
    left: 10px;
    width: 46px;
    height: 51px;
}


.store-content-product-amount {
  top: 115px;
  left: 17px;
  position: absolute;
  width: 102px;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
}

.gb-okey .store-content-product-amount,
.gb-okey101 .store-content-product-amount ,

.gb-batak .store-content-product-amount,
.gb-zadebul .store-content-product-amount{
  top: 164px;
  font-size: 20px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #473420;
}


.gb-pisti .store-content-product-amount{
  top: 0px;
  font-size: 14px;
  width: 66px;
  left: 0px;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #473420;
  height: 22px;
  line-height: 23px;
}


.gb-pisti .store-content-right-vip-content .store-content-product-amount{

    font-size: 13px;
    width: 50px;
    height: 19px;
    line-height: 18px;



}


.store-content-product-amount-campaign{
  top: 115px;
  left: 17px;
  position: absolute;
  width: 102px;
  height: 124px;
  color: white;
  text-align: center;
  line-height: 19px;
  font-size: 1.3em;
}





.gb-okey .store-content-product-amount-campaign,
.gb-okey101 .store-content-product-amount-campaign ,
.gb-batak .store-content-product-amount-campaign,
.gb-zadebul .store-content-product-amount-campaign {
  -webkit-text-stroke-width: 0px;
}


.gb-pisti .store-content-product-amount-campaign{
  top: 34px;
    left: 0px;
    position: absolute;
    width: 68px;
    height: 38px;
    color: white;
    text-align: center;
    line-height: 19px;
    font-size: 1.3em;
    -webkit-text-stroke-width: 0px;
}


.gb-okey .campaing-message,
.gb-okey101 .campaing-message ,
.gb-pisti .campaing-message,
.gb-batak .campaing-message,
.gb-zadebul .campaing-message
{
  position: absolute;
  width: 131px;
  height: 43px;
  top: 140px;
  left: -15px;
  font-size: 15px;
  line-height: 13px;
}


.store-content-product-amount-zgvip {
  top: 115px;
  left: 17px;
  position: absolute;
  width: 102px;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 19px;
  font-size: 1.3em;
}

.store-content-product-imagezgvip-left {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40px;
  left: 19px;
  background-image: url(/oyna/img/base/vip/gold_vip_store.png);
  background-size: 100% 100%;
}



.store-content-product-imagezgvip-right{
  display: none;
  position: absolute;
  top: 40px;
  left: 43px;
  width: 92px;
  height: 116px;
  background-image: url(/oyna/img/okey/store/vip_f_gold.png);
  background-size: 100% 100%;
}

.store-content-vip-image-left{
  position: absolute;
    width: 100px;
    height: 100px;
    top: 40px;
    left: 19px;
    background-image: url(/oyna/img/base/vip/vip_store.png);
    background-size: 100% 100%;
}

.gb-pisti .store-content-vip-image-left{
  width: 34px;
  height: 31px;
  background-image: url(/oyna/img/pisti/store_v2/StoreVipTopIcon.png);
  top: 24px;
  left: 9px;
}

.store-content-wheelcoin-image-left{
  position: absolute;
  width: 111px;
  height: 100px;
  top: 40px;
  left: 14px;
  background-image: url(/oyna/img/base/store/purchase_wheel_big.png);
  background-size: 100% 100%;
}



.store-content-vip-image-right{
  display: none;
  position: absolute;
  top: 63px;
  left: 43px;
  width: 92px;
  height: 92px;
  background-image: url(/oyna/img/okey/store/vip_f.png);
  background-size: 100% 100%;
}

.gb-okey .store-content-product-amount-zgvip,
.gb-okey101 .store-content-product-amount-zgvip,
.gb-pisti .store-content-product-amount-zgvip,
.gb-batak .store-content-product-amount-zgvip,
.gb-zadebul .store-content-product-amount-zgvip{
  top: 164px;
  -webkit-text-stroke-width: 0px;
  font-size: 1.2em;
}

.store-content-product-price {
  font-family: arial;
  font-weight: 600;
  position: absolute;
  width: 109px;
  height: 40px;
  top: 158px;
  left: 14px;
  font-size: 1.4em;
  color: white;
  background-image: url(/oyna/img/base/store/orange_btn.png);
  background-size: 109px 40px;
  text-align: center;
  line-height: 36px;
}

.gb-okey .store-content-product-price,
.gb-okey101 .store-content-product-price ,
.gb-batak .store-content-product-price,
.gb-zadebul .store-content-product-price{
  height: 46px;
  top: 200px;
  font-size: 15px;
  width: 120px;
  left: 7px;
  color: white;
  background-image: url(/oyna/img/base/store_v2/green_btn.png);
  background-size: 100% 100%;
  line-height: 45px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #473420;
}


.gb-pisti .store-content-product-price{
  height: 22px;
    top: 81px;
    font-size: 9px;
    width: 55px;
    left: 5px;
    color: white;
    background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyButton.png);
    background-size: 100% 100%;
    line-height: 22px;
    -webkit-text-stroke-width: 0px;
    color: yellow;
    -webkit-text-stroke-color: #473420;
}

.gb-pisti .store-content-right-vip-content .store-content-product-price{
  height: 16px;
    top: 60px;
    font-size: 7px;
    width: 42px;
    left: 4px;
    background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyButton.png);
    background-size: 100% 100%;
    line-height: 18px;
}



.gb-okey101 .special-campaign-buy-btn .store-content-product-price,.gb-okey .special-campaign-buy-btn .store-content-product-price {
  background-image: none;
  top: 0px;
  left: -115px;
  text-shadow: 3px 3px 2px rgb(50 44 44);
  font-size: 20px;
}


.store-content-diamond-price {
  display: none;
  font-family: arial;
  font-weight: 600;
  position: absolute;
  width: 109px;
  height: 40px;
  top: 158px;
  left: 14px;
  font-size: 1.4em;
  color: white;
  background-image: url(/oyna/img/base/store/orange_btn.png);
  background-size: 109px 40px;
  text-align: center;
  line-height: 36px;
}


.gb-okey .store-content-diamond-price,
.gb-okey101 .store-content-diamond-price ,

.gb-batak .store-content-diamond-price,
.gb-zadebul .store-content-diamond-price{
  display: none;
  height: 46px;
  top: 200px;
  font-size: 15px;
  width: 120px;
  left: 7px;
  color: white;
  background-image: url(/oyna/img/base/store_v2/green_btn.png);
  background-size: 100% 100%;
  line-height: 45px;
  -webkit-text-stroke-width: 0px;
}


.gb-pisti .store-content-diamond-price{
  height: 22px;
    top: 81px;
    font-size: 11px;
    width: 55px;
    left: 5px;
    color: white;
    background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyButton.png);
    background-size: 100% 100%;
    line-height: 22px;
    -webkit-text-stroke-width: 0px;
    color: yellow;
    -webkit-text-stroke-color: #473420;
}


.gb-pisti .store-content-right-vip-content .store-content-diamond-price{
  height: 16px;
    top: 60px;
    font-size: 10px;
    width: 42px;
    left: 4px;
    background-image: url(/oyna/img/pisti/store_v2/Purchase-BuyButton.png);
    background-size: 100% 100%;
    line-height: 18px;

}



.store-content-diamond-price-image {
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/store/gem_icon.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  display: inline-block;
  line-height: 28px;
}

.gb-okey .store-content-diamond-price-image,
.gb-okey101 .store-content-diamond-price-image ,

.gb-batak .store-content-diamond-price-image,
.gb-zadebul .store-content-diamond-price-image{
  position: absolute;
    top: 13px;
    left: 29px;
    width: 21px;
    background-size: 100% 100%;
    height: 22px;
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
}

.gb-pisti  .store-content-diamond-price-image{
  position: absolute;
  top: 2px;
  left: 3px;
  width: 18px;
  background-size: 100% 100%;
  height: 19px;
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
}


.gb-pisti  .store-content-right-vip-content .store-content-diamond-price-image{
  position: absolute;
    top: 0px;
    left: 2px;
    width: 15px;
    background-size: 100% 100%;
    height: 16px;
    background-image: url(/oyna/img/base/store_v2/with_diamond.png);
}



.store-content-diamond-price-amount {
  display: inline;
  line-height: 28px;
}

.gb-okey .store-content-diamond-price-amount,
.gb-okey101 .store-content-diamond-price-amount,
.gb-batak .store-content-diamond-price-amount,
.gb-zadebul .store-content-diamond-price-amount{
  margin-left: 16px;
}


.gb-pisti .store-content-diamond-price-amount{
  font-size: 11px;
  margin-left:15px;
  line-height: 18px;;

}



.gb-pisti .store-content-right-vip-content .store-content-diamond-price-amount{
    font-size: 10px;
    line-height: 18px;
}

/* Modal Content/Box */

.modal-content {
  font-family: 'DINPro-CondensedBold';
  background-image: url("/oyna/img/base/alert_bg.png");
  width: 480px;
  /* Could be more or less, depending on screen size */
  margin-left: -240px;
  height: 282px;
  margin-top: -141px;
}


.modal-store .modal-content{
  background-image: url("/oyna/img/base/store_modal/modal_bg.png");
  height: 174px;
  background-size: 100% 100%;
}

.alert-message {
  font-size: 20px;
}


.photo-upload-modal-content{
  background-image: url(/oyna/img/okey101/photo/ChangeProfilePictureBackground.png);
    position: absolute;
    font-family: 'DINPro-CondensedBold';
    width: 772px;
    height: 474px;
    margin-left: -386px;
    top: 159px;
    background-size: 100% 100%;
    left: 50%;
    z-index: 1003;
}

.photo-upload-content-header{
  width: 100%;
    height: 65px;
    position: relative;
    text-align: center;
    line-height: 58px;
    color: white;
    font-size: 40px;
}

.photo-upload-close-btn{
  background-image: url(/oyna/img/okey101/photo/CreateGameCloseButton.png);
  background-size: 100% 100%;
  width: 50px;
  right: 51px;
  top: 6px;
  height: 51px;
  position: absolute;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}

.photo-upload-close-btn:hover{
  transform: scale(1.05);
}

.photo-upload-content-body{
  width: 100%;
  height: 300px;

}

.photo-upload-content-pictures-container{
  width: 698px;
  height: 300px;
  margin-left: 41px;
  padding-top: 25px;
}

.photo-upload-img-record,.photo-upload-img-record-change-picture{
  display: inline-block;
    width: 137px;
    height: 90px;
    position: relative;
}



.photo-upload-img-record-frame,.photo-upload-plus-frame{
  position: absolute;
    top: 0px;
    left: 20px;
    width: 86px;
    height: 86px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/photo/ChangeProfilePictureViewBorder.png);
    cursor:pointer;

}

.photo-upload-img-record-frame-selected{
  background-image: url(/oyna/img/okey101/photo/ChangeProfilePictureViewBorderSelected.png);
}

.photo-upload-img-record-picture,.photo-upload-plus-picture{
  position: absolute;
  top: 2px;
  left: 2px;
  overflow: hidden;
  width: 82px;
  height: 82px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/profile/Photo-ItemBackground.png);
  border-radius: 3px;

}


.photo-upload-plus-picture{
  background-image: url(/oyna/img/okey101/photo/ChangeProfilePictureAdd.png);
}

#file{
  display: none;
}

.photo-upload-content-bottom-part{
  width: 100%;
  height: 66px;
  position: relative;
  text-align: center;

}

.photo-upload-content-use-btn{
    color: black;
    line-height: 59px;
    width: 182px;
    height: 60px;
    background-image: url(/oyna/img/okey101/photo/ButtonV2Red.png);
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 30px;
}


.photo-upload-content-use-btn:hover{
  transform: scale(1.05);
}

.team-join-modal{
  display: none;
  z-index: 992;
}

.team-join-content{
  position: absolute;
    align-items: center;
    justify-content: center;
    display: flex
;
    gap: 10px;
    font-family: 'DINPro-CondensedBold';
    width: 740px;
    height: 500px;
    top: 115px;
    left: 50%;
    z-index: 998;
    margin-left: -370px;

}

.team-join-selection-panel{
  padding-top:20px;
  width: 200px;
  height: 444px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_open_left.png);
}


.team-join-selection-title{
  display: block;
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 55px;
    text-shadow: -2px -2px 0 #007BFF, 2px -2px 0 #007BFF, -2px 2px 0 #007BFF, 2px 2px 0 #007BFF, 0 4px 0 rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    margin-top: 23px;
}

.team-join-selection-buttons-wrapper{
  display: block;
  margin-top: 74px;
}

.team-join-selection-button{
  cursor: pointer;
  width: 157px;
  margin-bottom: 12px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/select_btn.png);
  color: white;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 27px;
  font-family: fantasy;
  line-height: 42px;
  font-weight: 500;
}

.team-join-selection-button:hover{
  transform: scale(1.05);
}



.team-join-selection-button-selected{
  background-image: url(/oyna/img/pisti/team/panel/select_active_btn.png);
}


.team-join-panel-content-holder{
  display: block;
}

.team-join-panel-content{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top:44px;
}


.team-join-panel-content-create{
  position: relative;
  width: 100%;
  height: 100%;
  padding-top:44px;
}

.team-join-create-panel-row{
  display: block;
    height: 43px;
    width: 343px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;


}

.team-join-create-panel-text{
  display: block;
  float: left;
  width: 113px;
  height: 100%;
  color: wheat;
  line-height: 24px;
  font-size: 22px;
  margin-top: 16px;
}


.team-join-create-panel-input-holder{
  display: block;
  float: left;
  width: 230px;
}

.team-join-create-panel-team-img{
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
  position: relative;
  width: 59px;
  height: 65px;
  float: left;
  margin-left: 22px;
}

.team-join-create-panel-search-team-icon-btn{
  cursor: pointer;
    width: 99px;
    float: right;
    height: 40px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/TeamSearchButton.png);
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 19px;
    font-family: fantasy;
    line-height: 41px;
    margin-top: 10px;
    font-weight: 500;

}

.team-join-create-panel-search-team-icon-btn:hover{
  transform: scale(1.05);
}


.team-join-create-panel-left-arrow{
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/TeamViewCreateLeftButton.png);
  position: relative;
  width: 36px;
  height: 37px;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
}

.team-join-create-panel-team-type{
  display: block;
  float: left;
  color: #d6e3e7;
  height: 34px;
  width: 154px;
  background-color: #5c5959;
  border-radius: 3px;
  margin-top: 11px;
  margin-left: 2px;
  font-size: 22px;
  text-align: center;
  margin-right: 2px;
  line-height: 33px;
}

.team-join-create-panel-right-arrow {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/TeamViewCreateRightButton.png);
  position: relative;
  width: 36px;
  height: 37px;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
}

.team-join-create-panel-team-point{
  display: block;
  float: left;
  color: #d6e3e7;
  height: 34px;
  width: 154px;
  background-color: #5c5959;
  border-radius: 3px;
  margin-top: 11px;
  margin-left: 2px;
  font-size: 22px;
  text-align: center;
  margin-right: 2px;
  line-height: 33px;
}

.team-join-create-panel-team-name-input{
  display: block;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_input_bg.png);
  float: left;
  background-color: transparent;
  width: 230px;
  height: 37px;
}

.team-join-create-panel-team-name-input::placeholder{
  font-size:13px;
  margin-left: 10px;
}

.team-join-create-panel-team-description-input{
  display: block;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_description_bg.png);
  float: left;
  background-color: transparent;
  width: 230px;
  height: 87px;
}

.team-join-create-panel-team-description-input::placeholder{
  font-size:13px;
  margin-left: 10px;
  line-height: 20px;
  padding-left:5px;
}

.team-join-create-panel-create-button{
  display: block;
    cursor: pointer;
    width: 120px;
    float: right;
    height: 50px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/TeamGreenButton.png);
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 20px;
    font-family: fantasy;
    line-height: 45px;
    margin-top: 10px;
    font-weight: 500;
    margin-right: 90px;
}

.team-join-create-panel-create-button:hover{
  transform:scale(1.05);
}


.team-join-create-select-logo-window{
  display: none;
  position: absolute;
    top: 56px;
    left: 44px;
    z-index: 10012;
    width: 312px;
    height: 346px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/team_info_bg.png);

}

.team-select-logo-title{
  display: block;
  width: 100%;
  height: 56px;
  text-align: center;
  font-size: 25px;
  line-height: 54px;
  color: wheat;
  padding-right: 0px;
}

.team-select-logo-scroll-wrapper{
  position:relative;
  display: block;
  width: 100%;
  height:287px;

}


.team-select-logo-scroll-panel{
  position:relative;
  display: block;
  width: 304px;
  height:287px;
  overflow-x: hidden;
  overflow-y: auto;
}

.team-select-logo-row {
  display: block;
  float:left;
  margin-left: 10px;
  margin-top: 10px;
  width: 55px;
  height: 61px;
  cursor:pointer;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.team-select-logo-row-0{
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}


.team-select-logo-row-0 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}
.team-select-logo-row-1 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-1.png);
}
.team-select-logo-row-2 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-2.png);
}
.team-select-logo-row-3 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-3.png);
}
.team-select-logo-row-4 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-4.png);
}
.team-select-logo-row-5 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-5.png);
}
.team-select-logo-row-6 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-6.png);
}
.team-select-logo-row-7 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-7.png);
}
.team-select-logo-row-8 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-8.png);
}
.team-select-logo-row-9 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-9.png);
}
.team-select-logo-row-10 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-10.png);
}
.team-select-logo-row-11 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-11.png);
}
.team-select-logo-row-12 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-12.png);
}
.team-select-logo-row-13 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-13.png);
}
.team-select-logo-row-14 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-14.png);
}
.team-select-logo-row-15 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-15.png);
}
.team-select-logo-row-16 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-16.png);
}
.team-select-logo-row-17 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-17.png);
}
.team-select-logo-row-18 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-18.png);
}
.team-select-logo-row-19 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-19.png);
}
.team-select-logo-row-20 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-20.png);
}
.team-select-logo-row-21 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-21.png);
}
.team-select-logo-row-22 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-22.png);
}
.team-select-logo-row-23 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-23.png);
}
.team-select-logo-row-24 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-24.png);
}
.team-select-logo-row-25 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-25.png);
}
.team-select-logo-row-26 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-26.png);
}
.team-select-logo-row-27 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-27.png);
}
.team-select-logo-row-28 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-28.png);
}
.team-select-logo-row-29 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-29.png);
}
.team-select-logo-row-30 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-30.png);
}
.team-select-logo-row-31 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-31.png);
}
.team-select-logo-row-32 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-32.png);
}
.team-select-logo-row-33 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-33.png);
}
.team-select-logo-row-34 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-34.png);
}
.team-select-logo-row-35 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-35.png);
}
.team-select-logo-row-36 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-36.png);
}
.team-select-logo-row-37 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-37.png);
}
.team-select-logo-row-38 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-38.png);
}
.team-select-logo-row-39 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-39.png);
}
.team-select-logo-row-40 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-40.png);
}
.team-select-logo-row-41 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-41.png);
}
.team-select-logo-row-42 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-42.png);
}
.team-select-logo-row-43 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-43.png);
}
.team-select-logo-row-44 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-44.png);
}
.team-select-logo-row-45 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-45.png);
}
.team-select-logo-row-46 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-46.png);
}
.team-select-logo-row-47 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-47.png);
}
.team-select-logo-row-48 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-48.png);
}
.team-select-logo-row-49 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-49.png);
}
.team-select-logo-row-50 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-50.png);
}
.team-select-logo-row-51 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-51.png);
}
.team-select-logo-row-52 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-52.png);
}
.team-select-logo-row-53 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-53.png);
}
.team-select-logo-row-54 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-54.png);
}
.team-select-logo-row-55 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-55.png);
}
.team-select-logo-row-56 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-56.png);
}
.team-select-logo-row-57 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-57.png);
}
.team-select-logo-row-58 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-58.png);
}
.team-select-logo-row-59 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-59.png);
}
.team-select-logo-row-60 {
  background-image: url(/oyna/img/pisti/team/Team-Logo-60.png);
}




.team-select-logo-scroll-panel-content{
  width: 100%;
  height:500px;
  display: block;
  padding-left:16px;

}


.team-join-create-select-logo-close-btn{
  display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}


.team-join-create-select-logo-close-btn:hover{
  transform:scale(1.05);
}


.team-join-panel-content-team-detail{
  padding-top:0px;
}

.team-join-panel-team-detail-top{
  display:block;
}

.team-join-detail-top-logo-holder{
  display: block;
  position: absolute;
  top: 1px;
  left: 9px;
  width: 72px;
  height: 95px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/TeamDetailsFlag.png);
}

.team-join-detail-top-team-logo{
  display: block;
  float: left;
  margin-left: 12px;
  margin-top: 15px;
  width: 47px;
  height: 53px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}

.team-join-team-detail-name{
  position: absolute;
  top: 2px;
  left: 81px;
  font-size: 23px;
  width: 279px;
  height: 30px;
  color: wheat;
  text-align: center;
  line-height: 34px;

}

.team-join-team-detail-description {
  position: absolute;
    top: 33px;
    left: 139px;
    width: 196px;
    height: 60px;
    text-align: center;
    color: white;
}

.team-join-team-data-holder{
  position: absolute;
    top: 87px;
    left: 0px;
    width: 100%;
    height: 79px;
}

.team-join-team-data-row{
  width: 100%;
  height: 43px;
  padding-left:14px;
}

.team-join-team-data-cup-wrapper{
  float: left;
    width: 68px;
    height: 43px;
}

.team-join-team-data-cup-text,.team-join-team-data-member-text{
  text-align: center;
    width: 63px;
    height: 20px;
    font-size: 16px;
    color: white;
}

.team-join-team-data-cup, .team-join-team-data-member{
  text-align: center;
    width: 65px;
    height: 17px;
    color: wheat;
    margin-left: 0px;
    font-size: 13px;
    line-height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/TeamSelectText.png);
}

.team-join-team-data-join-btn{
  display: block;
  float: right;
  cursor: pointer;
  width: 93px;
  margin-bottom: 0px;
  height: 35px;
  margin-right: 13px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/join_btn.png);
  color: wheat;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 21px;
  font-family: fantasy;
  line-height: 32px;
  font-weight: 500;
}

.team-join-team-data-join-btn:hover{
  transform:scale(1.05);
}

.team-join-team-data-line{
  display: block;
    width: 393px;
    height: 3px;
    margin-left: 4px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/blue_line.png);
}

.team-join-team-data-row-column{
  float:left;
  width: 95px;
  height: 50px;
}

.team-join-row-column-title{
  text-align: center;
  color: #68b9e1;
  height: 21px;
  width: 100%;
}

.team-join-column-data-text {
  text-align: center;
    font-size: 19px;
    line-height: 18px;
    height: 20px;

}

.team-join-column-data-text-country{
  color:white;
}

.team-join-column-data-text-point{
  color:white;
}

.team-join-column-data-text-activity{
  color:orange;
}

.team-join-column-data-text-activity-low {
  color:#B91E16;
}

.team-join-column-data-text-activity-middle {
  color:#F7921E;
}

.team-join-column-data-text-activity-high {
  color:#83B919;
}

.team-join-column-data-text-type{
  color:greenyellow;
}


.team-join-column-data-text-type-open{
  color:#83B919;
}

.team-join-column-data-text-type-close{
  color:#B91E16;
}


.team-join-panel-team-detail-middle{
  display: block;
  width: 100%;
  height: 258px;
  position: absolute;
  top: 184px;
}

.team-join-panel-team-detail-scroll{
  position: absolute;
    display: block;
    width: 383px;
    height: 258px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;

}


.team-join-panel-content-search{

  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.team-join-search-input-wrapper{
  display: block;
  height: 42px;
  width: 343px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}


.team-join-serach-input{
  display: block;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_search_bg.png);
  float: left;
  background-color: transparent;
  width: 230px;
  height: 40px;
  padding-left:9px;
}

.team-join-serach-input::placeholder{
  font-size: 16px;
  color:white;

}

.team-join-search-button{
  display: block;
    cursor: pointer;
    width: 99px;
    float: right;
    height: 40px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/TeamSearchButton.png);
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 19px;
    font-family: fantasy;
    line-height: 38px;
    margin-top: 0px;
    font-weight: 500;
}
.team-join-search-button:hover{
  transform: scale(1.05);
}

.team-join-search-description-holder{
  width: 100%;
  height: 351px;

  display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
}


.team-join-search-team-list-wrapper{
  display: none;
  width: 373px;
    height: 329px;
    position: relative;
    top: 20px;
    left: 27px;
}

.team-join-search-vertical-line{
  background-color: #5b0000;
    position: absolute;
    right: 17px;
    width: 4px;
    top: 0px;
    height: 332px;
    border-radius: 94px;
}

.team-join-search-team-list-scroll{
  position: absolute;
  display: block;
  width: 364px;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}

.team-join-search-team-not-found{
  display: none;
    height: 30px;
    width: 343px;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    color: wheat;
    text-align: center;
    font-size: 27px;
    margin-top: 20px;
}



.team-join-search-desctiption{
  display: block;
  height: 62px;
  width: 343px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  color: wheat;
  text-align: center;
  font-size: 23px;
  margin-top: 20px;
}


.team-join-search-show-button{
  display: block;
  cursor: pointer;
  width: 120px;
  height: 50px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/show_btn.png);
  color: white;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 20px;
  font-family: fantasy;
  line-height: 45px;
  margin-top: 0px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.team-join-search-show-button:hover{
  transform: scale(1.05);

}




.team-join-panel-content-holder{
  position:relative;
  width: 400px;
  height: 444px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_open_right.png);
}



.team-join-panel-content-close-btn{
  display: block;
  cursor: pointer;
  position:absolute;
  right:10px;
  top:10px;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}

.team-join-panel-content-close-btn:hover{
  transform:scale(1.05);
}



.team-join-panel-content-required-level{

    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 31px;
    background-position: 114px 149px;
    background-repeat: no-repeat;
    background-size: 197px 295px;
    background-image: url(/oyna/img/pisti/team/panel/no_level_bg.png);
}


.team-join-panel-content-required-level p{
  font-size: 26px;
    text-align: center;
    color: wheat;
    margin-bottom: 11px;
}


.team-join-required-level-free-prizes{
  position: absolute;
    top: 327px;
    left: 10px;
    width: 100px;
    height: 100px;
    color: wheat;
    line-height: 33px;
    font-size: 23px;
    text-align: center;

}


.team-join-panel-content-list-teams{
  display: block;
  width: 100%;
  padding-top: 9px;
  height: 100%;
  padding-left: 23px;
}

.team-join-list-team-vertical-line{
  background-color: #5b0000;
    position: absolute;
    right: 14px;
    width: 4px;
    top: 39px;
    height: 405px;
    border-radius: 94px;
}

.team-join-panel-list-team-scroll{
  position:absolute;
  display: block;
  width: 366px;
  height: 428px;
  overflow-x: hidden;
  overflow-y: auto;
}


.team-detail-scroll-red-line{
  background-color: #5b0000;
    position: absolute;
    right: 10px;
    width: 4px;
    top: 0px;
    height: 258px;
    border-radius: 94px;
}

.team-user-scroll-row, .team-user-scroll-row-master{
  position:relative;
  height: 58px;
    width: 367px;
    font-size: 12px;
    font-family: 'DINPro-CondensedBold';
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/BestUserBG0.png);
    cursor: pointer;
}


.team-user-scroll-row .pi-wrapper,  .team-user-scroll-row-master .pi-wrapper {
  
  top:1px;
  left:26px
}

.team-join-modal  .pi-wrapper{
  transform:scale(0.45);
}

.team-modal .pi-wrapper{
  transform:scale(0.35);
}


.team-modal .team-chat-text-panel .pi-wrapper{
  transform:scale(0.6);
}




.team-modal .team-user-row-num{
  width: 29px;
  height: 32px;
  position: absolute;
  top: 9px;
  font-size:18px;
}

.team-modal .team-user-row-name{
  position: absolute;
  position: absolute;
  top: 9px;
  left: 75px;
  width: 148px;
  height: 27px;
  text-align: left;
  /* color: black; */
  font-size: 19px;
}

.team-modal .team-user-row-rank{
      position: absolute;
    top: 27px;
    left: 77px;
    width: 148px;
    height: 27px;
    text-align: left;
    color: #540a0a;
    font-size: 13px;
}


.team-modal .user_row_vip_blue_bg  .team-user-row-rank,.team-modal .user_row_vip_pink_bg  .team-user-row-rank {
  color:white;
}

.best-team-row-capacity-holder{
  position:absolute;
  width: 46px;
  height: 40px;
  right: 50px;;

}


.best-team-row-capacity-text{
  width: 40px;
  text-align: center;
  color: #540a0a;
  height: 16px;
  font-size: 13px;

}

.best-team-rowcapacy-content{
  width: 40px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #433419;

}


.best-team-row-cup-holder{
  position:absolute;
  width: 46px;
  height: 40px;
  right: 0px;;
}

.best-team-row-cup-holder-txt{
  width: 40px;
  text-align: center;
  color: #540a0a;
  height: 16px;
  font-size: 13px;
}

.best-team-row-cup-holder-content{
  width: 40px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #433419;
}




.team-modal .team-user-row-cup-holder{
  display: block;
  float: right;
  width: 55px;
  height: 50px;
  position: absolute;
  right: 1px;
  top: 2px;
}

.team-modal .team-user-row-cup-holder-txt{
  width: 50px;
}

.team-modal .team-user-row-cup-content{
  width: 51px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.team-user-row-cup-holder{
  display: block;
    float: right;
    width: 46px;
    height: 41px;
    position: absolute;
    right: 7px;
    top: 1px;
}
.best-v2-panel-race .team-user-row-cup-holder{
  display: block;
  float: right;
  width: 46px;
  height: 41px;
  position: absolute;
  right: 7px;
  top: 1px;

}

.best-v2-panel-race .team-user-row-cup-holder-txt{
  width: 40px;
  text-align: center;
  color: #540a0a;
  height: 16px;
  font-size: 13px;
}


.best-v2-panel-race  .team-user-row-cup-content{
  width: 40px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #433419;
}

.team-user-row-chip-holder{
  display: none;
  display: block;
    float: right;
    width: 46px;
    height: 41px;
    position: absolute;
    right: 7px;
    top: 1px;
}

.best-v2-panel-players .team-user-row-chip-holder{
  display: block;
}

.team-user-row-chip-holder-txt,.team-user-row-cup-holder-txt{
  width: 40px;
    text-align: center;
    color: #540a0a;
    height: 16px;
    font-size: 13px;
}

.team-user-row-chip-content,.team-user-row-cup-content{
  width: 40px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #433419;
  
}

.user_row_vip_pink_bg .team-user-row-chip-content, .user_row_vip_pink_bg  .team-user-row-cup-content{
  background-image: url(/oyna/img/pisti/team/panel/FriendPoint_f.png);
}


.user_row_vip_blue_bg .team-user-row-chip-content, .user_row_vip_blue_bg  .team-user-row-cup-content{
  background-image: url(/oyna/img/pisti/team/panel/FriendPoint_m.png);
}


.team-user-row-num {
  display: block;
  width: 33px;
  height: 36px;
  position: absolute;
  top: 13px;
  left: 4px;
  color: white;
  background-size: 100% 100%;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  font-family: 'DINPro-Black';
  -webkit-text-stroke-color: black;
  -webkit-text-stroke: 1px #482f07;
}

.team-user-row-num-1{
  background-image: url(/oyna/img/pisti/team/panel/BestUsersItemNumber1.png);
}


.team-user-row-num-2{
  background-image: url(/oyna/img/pisti/team/panel/BestUsersItemNumber2.png);
}



.team-user-row-num-3{
  background-image: url(/oyna/img/pisti/team/panel/BestUsersItemNumber3.png);
}


.team-user-row-name{
  position: absolute;
  top: 13px;
  left: 91px;
  width: 187px;
  height: 29px;
  text-align: left;
  color: white;
  font-size: 22px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-family: fantasy;
  font-weight: 500;
}

.team-user-row-rank{
  position: absolute;
    top: 35px;
    left: 91px;
    width: 193px;
    height: 29px;
    text-align: left;
    color: #540a0a;
    font-size: 18px;
}

.team-user-row-cup-holder{
  display: block;
  float: right;
  width: 76px;
  height: 50px;
  position: absolute;
  right: 8px;
  top: 2px;
}

.team-user-row-cup-holder-txt{
  width: 62px;
  text-align: center;
  color: #540a0a;
  height: 20px;
  font-size: 14px;
}

.team-user-row-cup-content{
  width: 62px;
    height: 25px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: white;

}






.team-scroll-row, .team-scroll-row-master {
  height: 56px;
    width: 347px;
    font-size: 12px;
    font-family: 'DINPro-CondensedBold';
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/BestUserBG0.png);
    cursor: pointer;
}

.team-scroll-row-img{
  position: absolute;
  display: block;
  float: left;
  width: 29px;
  height: 32px;
  margin-top: 2px;
  margin-left: 10px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
  left: 20px;
  top: 0px;

}

.team-join-modal .team-scroll-row-img{
  position: relative;
  float:left;
  width: 41px;
  height: 45px;
  left:0px;
}

.team-join-modal .team-scroll-row-name{
  float: left;
    height: 54px;
    line-height: 51px;
    width: 139px;
    font-size: 23px;
    position: relative;
    left: 10px;
    overflow: hidden;
    text-align: center;
}

.team-join-modal .team-scroll-row-member-holder{
  float: left;
    height: 56px;
    width: 60px;
}


.team-scroll-row-name{
  position: absolute;
    height: 41px;
    line-height: 41px;
    font-size: 22px;
    width: 83px;
    text-align: center;
    color: #540a0a;
    text-align: left;
    /* padding-left: 16px; */
    left: 68px;
    font-size: 15px;

}

.team-scroll-row-member-holder{
  float:left;
  height: 56px;
  width: 60px;

}

.team-scroll-row-member-text{
  width: 100%;
  text-align: center;
  color: #5f5feb;
  font-size: 13px;
  height: 18px;
  line-height: 20px;
  margin-top: 0px;
}

.team-scroll-row-member-count{
  width: 60px;
  color: black;
  height: 24px;
  text-align: center;
  font-size: 15px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/meber_count_bg.png);
  line-height: 24px;

}

.team-scroll-row-detail-btn{
  float: left;
    width: 89px;
    height: 44px;
    transition: all 0.2s ease;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/team_detail_btn.png);
    margin-top: 5px;
    margin-left: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    -webkit-text-stroke-width: 0.02px;
    -webkit-text-stroke-color: #5a3702;
    font-family: fantasy;
}

.team-scroll-row-detail-btn:hover{
  transform: scale(1.05);
}





.team-modal{
  display: none;
  z-index: 992;
}


.team-content{
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
  font-family: 'DINPro-CondensedBold';
  width: 780px;
  height: 500px;
  top: 115px;
  left: 50%;
  z-index: 998;
  margin-left: -390px;

}

.team-content-info-panel{
  padding-top: 106px;
  position: relative;
  width: 106px;
  height: 444px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_bg_left.png);
}

.team-info-panel-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 56px;
  height: 63px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}

.team-info-panel-logo-holder{
  display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    width: 80px;
    height: 105px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/TeamDetailsFlag.png);
}


.team-info-panel-point-txt{
  display: block;
    width: 100%;
    height: 26px;
    color: wheat;
    font-size: 18px;
    text-align: center;

}

.team-info-panel-team-point{
  text-align: center;
    width: 75px;
    height: 19px;
    color: wheat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 21px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/TeamSelectText.png);
}


.team-info-panel-blue-line{
  display: block;
    width: 104px;
    height: 3px;
    margin-left: 1px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/short_line.png);
}

.team-info-panel-member-txt{
  display: block;
    width: 100%;
    height: 23px;
    color: wheat;
    font-size: 16px;
    text-align: center;
}


.team-info-panel-member-count{
  text-align: center;
    width: 75px;
    height: 19px;
    color: wheat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 21px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/TeamSelectText.png);
}

.team-info-panel-required-point-txt,.team-info-panel-team-type-txt,.team-info-panel-team-activity-txt{
  display: block;
  width: 100%;
  height: 24px;
  color:lightskyblue;
  font-size:15px;
  text-align: center;
}

.team-info-panel-required-point{
  display: block;
    width: 100%;
    height: 22px;
    color: white;
    font-size: 17px;
    text-align: center;
}

.team-info-panel-team-type{
  color: green;
  font-size: 17px;
  display: block;
  width: 100%;
  height: 24px;
  text-align: center;
}

.team-info-panel-team-activity{
  color: orange;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
}

.team-info-panel-team-edit-btn{
  cursor: pointer;
    width: 93px;
    margin-bottom: 7px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/show_btn.png);
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 18px;
    font-family: fantasy;
    line-height: 32px;
    font-weight: 500;

}

.team-info-panel-team-edit-btn:hover{
  transform: scale(1.05);
}

.team-info-panel-team-leave-btn{

  cursor: pointer;
    width: 93px;
    margin-bottom: 12px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/leave_btn.png);
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 18px;
    font-family: fantasy;
    line-height: 32px;
    font-weight: 500;

}

.team-info-panel-team-leave-btn:hover{
  transform:scale(1.05);
}



.team-content-edit-window{
  display: none;
  position: absolute;
    top: 56px;
    left: 121px;
    z-index: 10012;
    width: 312px;
    height: 346px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/team_info_bg.png);
}

.team-content-edit-window-content{
  transform: scale(0.8);
  display: block;
  position: absolute;
  width: 312px;
  height: 300px;
  top: 26px;
  left: -11px;
}

.team-join-create-panel-cancel-button{
  display: block;
  cursor: pointer;
  width: 120px;
  float: left;
  height: 50px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/cancel_btn_bg.png);
  color: white;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 20px;
  font-family: fantasy;
  line-height: 45px;
  margin-top: 10px;
  font-weight: 500;
  margin-left: 36px;

}

.team-join-create-panel-cancel-button:hover{
  transform:scale(1.05);
}

.team-join-create-panel-update-button{
  display: block;
  cursor: pointer;
  width: 120px;
  float: right;
  height: 50px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/edit_btn_bg.png);
  color: white;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 20px;
  font-family: fantasy;
  line-height: 45px;
  margin-top: 10px;
  font-weight: 500;
  margin-right: 7px;


}

.team-join-create-panel-update-button{
  transform:scale(1.05);

}

.team-content-edit-window .team-join-create-panel-left-arrow{
  background-image: url(/oyna/img/pisti/team/panel/arrow_left.png);
}


.team-content-edit-window .team-join-create-panel-right-arrow{
  background-image: url(/oyna/img/pisti/team/panel/arrow_right.png);
}


.team-content-edit-window  .team-join-create-panel-search-team-icon-btn{
  background-image: url(/oyna/img/pisti/team/panel/edit_btn_bg.png);
}


.team-content-chat-panel{
  padding-top: 14px;
  width: 323px;
  height: 444px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_bg_middle.png);
}


.team-info-panel-team-name{
  font-size: 23px;
  text-align: center;
  width: 100%;
  height: 30px;
  color: wheat;
}

.team-chat-text-panel{
  margin-top: 10px;
  padding-top: 10px;
  width: 313px;
  margin-left: 7px;
  height: 388px;
  background-size: 100% 85%;
  background-repeat: no-repeat;
  position: relative;
  overflow:hidden;

}





.team-chat-text-scroll-container{
  width: 311px;
  height: 329px;
  margin-bottom: 8px;
  overflow: auto;
  position: relative;
}

.team-chat-go-down-btn{
  display: none;
  transform-origin: 100%;
  position: absolute;
  right: -2px;
  bottom: 79px;
  transition: all 0.2s ease;
  width: 115px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding-left: 40px;
  font-size: 1.2em;
  background-image: url(/oyna/img/base/general_chat/go_down_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.team-chat-input-panel{
  width: 315px;
  height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
}

.team-chat-input-text-holder{
  height: 30px;
  width: 195px;
  padding: 0px;
  padding-left: 5px;
  float: left;
  background-image: url(/oyna/img/pisti/team/panel/chat_input_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.team-chat-input-text{
  height: 29px;
  line-height: 40px;
  width: 100%;
  font-size: 1.2em;
  background-color: transparent;

}







.team-content-users-panel{
  padding-top: 20px;
  position:relative;
  width: 323px;
  height: 444px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/panel/team_bg_right.png);

}

.team-users-scroll-red-line{
  background-color: #5b0000;
  position: absolute;
  right: 10px;
  width: 4px;
  top: 18px;
  height: 422px;
  border-radius: 94px;
}


.team-users-scroll {
  
  position: absolute;
  display: block;
  width: 306px;
  height: 422px;
  left: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.team-modal-close-btn{
  display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/panel/close_btn.png);
}

.team-modal-close-btn:hover{
  transform: scale(1.05);
}


.team-modal-user-detail-bubble-master,.team-modal-user-detail-bubble{
  position: absolute;
  display: inline-flex;
  background: #5b9bd5;
  padding: 6px;
  border-radius: 10px;
  gap: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  top: -3px;
  left: 71px;
  z-index: 3;

}

.team-modal-user-detail-bubble::before,.team-modal-user-detail-bubble-master::before{
  content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #5b9bd5;
}

.team-bubble-btn{
  cursor: pointer;
    height: 40px;
    width: 64px;
    text-align: center;
    line-height: 38px;
    color: white;
    text-align: center;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    font-size: 13px;
    background-size: 100% 100%;


}


.team-make-leader-btn{

  background-image: url(/oyna/img/pisti/team/TeamActionLeader.png);

}

.team-reduce-rank-btn{

  background-image: url(/oyna/img/pisti/team/TeamActionKick.png);
    line-height: 11px;
    padding-top: 7px;
    font-size: 13px;

}

.team-kick-from-team-btn{
  background-image: url(/oyna/img/pisti/team/TeamActionKick.png);
  line-height: 11px;
  padding-top: 7px;
  font-size: 13px;
}


.team-modal-profile-btn{

  background-image: url(/oyna/img/pisti/team/TeamActionProfile.png);

}


.team-make-assistant-btn{
  background-image: url(/oyna/img/pisti/team/TeamActionLeader.png);
  line-height: 11px;
    padding-top: 7px;
    font-size: 13px;
}




.team-users-scroll .team-user-scroll-row, .team-user-scroll-row-master{
  height: 46px;
  width: 287px;
}


.user-details-modal-content {
  position: absolute;
  font-family: 'DINPro-CondensedBold';
  background-image: url("/oyna/img/base/user_details_panel_bg.png");
  width: 572px;
  /* Could be more or less, depending on screen size */
  height: 342px;
  top: 174px;
  left: 50%;
  z-index: 998;
}

.gb-okey .user-details-modal-content,
.gb-okey101 .user-details-modal-content ,
.gb-pisti .user-details-modal-content,
.gb-batak .user-details-modal-content ,
.gb-zadebul .user-details-modal-content{
  background-image: url("/oyna/img/base/user_details_panel_bg_v2.png");
}


.gb-okey101 .user-details-model-tournament{
  display: block;
    background-size: 100% 100%;
    height: 393px;
    width: 623px;
    background-image: url(/oyna/img/okey101/profile/Profile-Background.png);
}


.gb-okey .user-details-modal-content,.gb-pisti .user-details-modal-content{
  display: block;
    background-size: 100% 100%;
    height: 393px;
    width: 623px;
    background-image: url(/oyna/img/okey/profile/Profile-Background.png);
}

.gb-pisti .user-details-modal-content{
  background-image: url(/oyna/img/pisti/profile/Profile-Background.png);
}


.usr-detail-header {
  position: relative;
  height: 77px;
  width: 100%;
}




.gb-okey101 .usr-detail-header,.gb-okey .usr-detail-header,.gb-pisti .usr-detail-header{
  position: absolute;
  height: 77px;
  width: 455px;
  right: 1px;
  top: 1px;
}

.usr-detail-header-col{
  position: relative;
    float: left;
    margin-right: 10px;
    height: 63px;
    width: 132px;
    padding-top: 25px;
    color: white;

}

.usr-detail-header-who-col{
  display: none;
  position: relative;
  float: left;
  margin-right: 10px;
  height: 63px;
  width: 132px;
  padding-top: 25px;
  color: white;
  left:-10px;
}


.user-detail-config-btn {
  display: none;
  position: absolute;
  top: 26px;
  left: 34px;
  width: 34px;
  height: 34px;
  background-image: url(/oyna/img/base/ayar_big_1.png);
  background-size: 100%;
  cursor: pointer;
}

.gb-pisti .user-detail-config-btn{
  top:6px;
  left:8px;
}


.gb-okey101 .user-detail-config-btn,.gb-okey .user-detail-config-btn{
  top: 6px;
  left: 6px;
}

.user-detail-config-btn:hover {
  background-image: url(/oyna/img/base/ayar_big_2.png);
}

.user-detail-config-btn:active {
  background-image: url(/oyna/img/base/ayar_big_3.png);
}


.user-detail-nick-panel{
  position: absolute;
    left: 0px;
    top: 129px;
    width: 178px;
    height: 253px;
}

.gb-pisti .user-detail-nick-panel{
  position: absolute;
  left: 0px;
  top: 109px;
  width: 178px;
  height: 282px;
  display: flex;
  flex-direction: column;
}


.usr-detail-pick-frame-btn{
  position: static;
  background-image: url(/oyna/img/pisti/profile/Profile-SendGiftButton.png);
  margin-left: 30px;
  height: 40px;
  width: 115px;
  text-align: center;
  transition: all 0.2s ease;
  line-height: 35px;
  cursor: pointer;
  background-size: 100% 100%;
  color: white;
  margin-bottom: 5px;
  line-height: 30px;

}

.usr-detail-team-row{
  display: block;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/profile/Profile-ChipsBackground.png);
  width: 146px;
  height: 24px;
  left: 16px;
  margin-bottom: 5px;
  position: relative;
  color: white;
}

.usr-detail-team-img{
  width: 21px;
  height: 23px;
  position: absolute;
  top: 1px;
  left: 4px;
  transition: all 0.2s ease;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
  cursor: pointer;
}

.usr-detail-team-img:hover{
  transform:scale(1.05);
}



.usr-detail-buttons-wrapper{
  display: flex;
      justify-content: center;
      height: 40px;
      width: 167px;
      align-items: center;
      gap: 4px;
      margin-top:5px

}

.user-detail-nickname {
  position: absolute;
  text-align: center;
  left: 80px;
  width: 412px;
  height: 77px;
  color: white;
  line-height: 88px;
  font-size: 2em;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.usr-detail-blue-bg{
  display: block;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-ChipsBackground.png);
    width: 146px;
    height: 24px;
    left: 16px;
    margin-bottom: 5px;
    position: relative;
    color:white;
}

.usr-detail-bg-img{
  position: absolute;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    top: -1px;
    left: 5px;

}

.usr-detail-bg-img-star{
  background-image: url(/oyna/img/okey101/profile/Profile-StarN.png);
}

.usr-detail-bg-img-vip{
  background-image: url(/oyna/img/okey101/profile/Profile-VIPGift.png);
  width: 49px;
  left: -8px;
  top: 1px;
}

.usr-detail-bg-img-goldvip{
  background-image: url(/oyna/img/okey101/profile/Purchase-GoldVIP.png);
    width: 30px;
    height: 24px;
    left: 1px;
    top: 0px;
}


.usr-detail-vip{
  display: block;
    width: 100%;
    text-align: center;
    height: 26px;
    line-height: 24px;
    padding-left: 16px;
}


.usr-detail-bg-img-zl{
  background-image: url(/oyna/img/okey101/profile/Profile-Chip.png);
    top: 1px;
    width: 21px;
    height: 21px;
}

.gb-pisti .usr-detail-bg-img-cup{
  background-image: url(/oyna/img/pisti/profile/ZGCup.png);
    top: 1px;
    width: 21px;
    height: 21px;
}

.usr-detail-bg-img-diamond{
  background-image: url(/oyna/img/okey101/profile/Purchase-Diamond.png);
    top: 2px;
    width: 32px;
    left: -1px;
    height: 18px;
}


.gb-okey101 .user-detail-nickname,.gb-okey .user-detail-nickname{
  left: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    height: 40px;
}

.bottom-team-data{
  position: relative;
  width: 120px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  padding-right: 20px;
  left: 25px;
}


 .gb-pisti .user-detail-nickname{
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  height: 40px;
  position: static;
 }

.user-detail-close-btn {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 28px;
  height: 28px;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  transition: all 0.2s ease;
  cursor: pointer;
}


.gb-okey101 .user-detail-close-btn{
  position: absolute;
    top: 16px;
    right: -60px;
    width: 66px;
    background-size: 100% 100%;
    height: 51px;
    background-image: url(/oyna/img/okey101/profile/Profile-CloseButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
}



.gb-okey .user-detail-close-btn,.gb-pisti .user-detail-close-btn{
  position: absolute;
    top: 16px;
    right: -60px;
    width: 66px;
    background-size: 100% 100%;
    height: 51px;
    background-image: url(/oyna/img/okey/profile/Profile-CloseButton.png);
    transition: all 0.2s ease;
    cursor: pointer;
}

.gb-pisti .user-detail-close-btn{
  background-image: url(/oyna/img/pisti/profile/Profile-CloseButton.png);
}

.user-detail-close-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.gb-okey101 .user-detail-close-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-CloseButton.png);
}


.gb-okey .user-detail-close-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-CloseButton.png);
}


.gb-pisti .user-detail-close-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-CloseButton.png);
}

.user-detail-admin {
  position: relative;
  height: 259px;
  width: 557px;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
  top: -2px;
  left: 7px;
  background-color: #EFEAD4;
}

.gb-okey101 .user-detail-admin,.gb-okey .user-detail-admin,.gb-pisti .user-detail-admin {
  position:absolute;
  top:74px;
  color:white;
  display: block;
    background-image: none;
    background-size: 100% 100%;
    background-color: transparent;
    border-radius: 16px;
    width: 577px;
    background-color: #25687e;
    border: 2px solid black;
}

.user-details-model-tournament .user-detail-admin{
  height: 312px;
}



.user-detail-admin-first-row {
  width: 100%;
  height: 92px;
}

.user-detail-kick-from-system {
  float: left;
  height: 100%;
  width: 180px;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}

.user-kick-from-system-btn {
  background-image: url(/oyna/img/base/buttons/green.png);
  width: 108px;
  height: 35px;
  background-size: 108px 35px;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-top: 4px;
  margin-left: 37px;
  transition: all 0.2s ease;
  cursor: pointer;
}



.gb-okey101 .user-kick-from-system-btn{
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}

.gb-okey .user-kick-from-system-btn{
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}


.gb-pisti .user-kick-from-system-btn{
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}


.user-kick-from-system-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.gb-okey101 .user-kick-from-system-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}
.gb-okey .user-kick-from-system-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.gb-pisti .user-kick-from-system-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.user-kick-from-system-explanation {
  text-align: center;
  color: #A51E1B;
  margin-top: 4px;
}

.user-detail-ban-from-system {
  height: 100%;
  width: 377px;
  float: left;
  border-bottom: solid 1px white;
  position: relative;
}

.user-detail-ban-title {
  position: absolute;
  width: 48px;
  height: 21px;
  top: 36px;
  left: 5px;
}

.ban-type {
  position: absolute;
  top: 16px;
  left: 44px;
}

.radio-on {
  float: left;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background-image: url(/oyna/img/base/options/rb_on.png);
  cursor: pointer;
}

.radio-off {
  float: left;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background-image: url(/oyna/img/base/options/rb_off.png);
  cursor: pointer;
}

.user-detail-ban-option-name {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 5px;
  left: 60px;
}

.user-detail-ban-option-ip {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 33px;
  left: 60px;
}

.user-detail-ban-option-flash {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 60px;
  left: 60px;
}

.user-detail-ban-reason {
  position: absolute;
  display: block;
  width: 200px;
  height: 23px;
  top: 10px;
  left: 170px;
  border: 1px solid black;
}

.user-detail-ban-time {
  position: absolute;
  top: 47px;
  left: 170px;
  width: 81px;
  height: 23px;
  border: 1px solid black;
}

.user-ban-from-system-btn {
  position: absolute;
  height: 35px;
  width: 108px;
  top: 42px;
  left: 262px;
  background-image: url(/oyna/img/base/buttons/red.png);
  background-size: 100% 100%;
  line-height: 35px;
  text-align: center;
  color: white;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .user-ban-from-system-btn {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}

.gb-okey .user-ban-from-system-btn {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}



.gb-pisti .user-ban-from-system-btn {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}


.user-ban-from-system-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_over.png);
}

.gb-okey101 .user-ban-from-system-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.gb-okey .user-ban-from-system-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.gb-pisti .user-ban-from-system-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}



.user-detail-admin-second-row {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid white;
  position: relative;
}

.user-detail-quiet-title {
  float: left;
  width: 140px;
  height: 62px;
  line-height: 62px;
  padding-left: 38px;
  font-size: 18px;
}

.user-detail-quite-body {
  float: left;
  height: 60px;
  width: 412px;
  padding-top: 10px;
}

.user-detail-quite-row {
  height: 25px;
  width: 412px;
}

.user-detail-quite-option {
  float: left;
  height: 100%;
  width: 132px;
}

.user-detail-quite-icon {
  float: left;
  width: 33px;
  height: 16px;
  background-size: 33px 16px;
  margin-top: 2px;
  margin-right: 4px;
  cursor: pointer;
}

.user-detail-quite-on-icon {
  background-image: url(/oyna/img/base/options/ch_on.png);
}

.user-detail-quite-off-icon {
  background-image: url(/oyna/img/base/options/ch_off.png);
}

.user-detail-quite-option-explanation {
  float: left;
  width: 276px;
  color: #9B0202;
}

.user-detail-admin-third-row {
  position: relative;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid white;
}

.user-detail-admin-fifth-row {
  margin-top: 10px;
  display: none;
  position: relative;
  width: 100%;
  height: 42px;
}

.user-detail-increase-point-title {
  position: absolute;
  width: 100px;
  height: 23px;
  top: 8px;
  left: 35px;
  font-size: 20px;
}

.user-detail-increase-point-btn, .user-detail-add-point-btn {
  position: absolute;
  width: 108px;
  height: 35px;
  color: white;
  line-height: 35px;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/orange.png);
  background-size: 100% 100%;
  top: 4px;
  left: 164px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .user-detail-increase-point-btn, .user-detail-add-point-btn {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}

.gb-okey .user-detail-increase-point-btn {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}



.gb-pisti .user-detail-increase-point-btn {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
}

.user-detail-increase-point-btn:hover, .user-detail-add-point-btn:hover {
  background-image: url(/oyna/img/base/buttons/orange_over.png);
}

.gb-okey101 .user-detail-increase-point-btn:hover, .user-detail-add-point-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}

.gb-okey .user-detail-increase-point-btn:hover{
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}




.gb-pisti .user-detail-increase-point-btn:hover{
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}

.user-detail-increase-point-explanation {
  position: absolute;
  width: 276px;
  height: 23px;
  color: #9B0202;
  top: 10px;
  left: 292px;
}

.user-detail-admin-fourth-row {
  display: none;
  position: relative;
  width: 100%;
  height: 65px;
}

.user-detail-operator-level-title {
  position: absolute;
  top: 10px;
  left: 33px;
  font-size: 18px;
}

.operator-modifty {
  position: absolute;
  top: 8px;
  width: 315px;
  left: 135px;
  height: 59px;
}

.operator-modifty .radio-button {
  cursor: pointer;
  text-align: left;
  float: left;
  width: 95px;
}

.user-detail-operator-level-option {
  position: absolute;
  width: 71px;
  height: 26px;
}

.user-detail-operator-level-btn {
  position: absolute;
  top: 7px;
  left: 442px;
  height: 35px;
  width: 108px;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 100% 100%;
  line-height: 35px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.gb-okey101 .user-detail-operator-level-btn {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}


.gb-okey .user-detail-operator-level-btn {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}



.gb-pisti .user-detail-operator-level-btn {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}

.user-detail-operator-level-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}

.gb-okey101 .user-detail-operator-level-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}


.gb-okey .user-detail-operator-level-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}


.gb-pisti .user-detail-operator-level-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}

.level-opt-none {
  top: 5px;
  left: 170px;
}

.level-opt-1 {
  top: 5px;
  left: 240px;
}

.level-opt-2 {
  top: 5px;
  left: 294px;
}

.level-opt-3 {
  top: 5px;
  left: 352px;
}

.level-opt-4 {
  top: 38px;
  left: 295px;
}

.level-opt-5 {
  top: 38px;
  left: 353px;
}

.user-admin-special {
  margin-top: 8px;
  position: relative;
  width: 570px;
  border-radius: 43px;
  top: -3px;
  left: -5px;
  background-color: #EFEAD4;
  border: 5px solid black;
}

.gb-okey101 .user-admin-special{
  background-color: #25687e;
}


.gb-okey .user-admin-special{
  background-color: #25687e;
}


.gb-pisti .user-admin-special{
  background-color: #25687e;
}




.user-details-model-tournament .user-admin-special{
  margin-top: 64px;
}


.admin-special-first-row {
  width: 100%;
  height: 62px;
  position: relative;
}

.admin-special-text-col {
  line-height: 30px;
  float: left;
  height: 30px;
  margin-right: 11px;
  margin-top: 14px;
  margin-left: 18px;
  font-size: 24px;
}

.admin-special-button {
  margin-top: 13px;
  float: right;
  margin-right: 15px;
  height: 35px;
  width: 108px;
  background-size: 100% 100%;
  line-height: 35px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.gb-okey101 .admin-special-button{
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}

.gb-okey .admin-special-button{
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}



.gb-pisti .admin-special-button{
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}



.admin-spacial-orange {
  background-image: url(/oyna/img/base/buttons/orange.png);
}

.gb-okey101 .admin-special-orange{
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    line-height: 31px;
    width: 110px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
}

.admin-spacial-orange:hover {
  background-image: url(/oyna/img/base/buttons/orange_over.png);
}

.gb-okey101 .admin-spacial-orange:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}

.gb-okey .admin-spacial-orange:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}


.gb-pisti .admin-spacial-orange:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform: scale(1.05);
}



.admin-spacial-nick-input, .admin-spacial-command-input, .admin-spacial-point-input, .admin-special-elmas-input {
  float: left;
  margin-top: 16px;
  display: block;
  border-radius: 8px;
  width: 202px;
  height: 27px;
  padding-left: 7px;
  margin-left: 18px;
  margin-right: 16px;
}

.admin-special-male-female {
  float: left;
  margin-left: 2px;
  border-left: 3px solid black;
  margin-right: 21px;
}

.admin-special-male-female .radio-button {
  width: 60px;
}

.user-detail-content {
  position: relative;
  height: 265px;
}

.usr-detail-middle {
  position: relative;
  height: 197px;
  width: 100%;
}

.gb-okey101 .usr-detail-middle,.gb-okey .usr-detail-middle,.gb-pisti .usr-detail-middle{
  height: 391px;
}

.usr-detail-middle-col1 {
  position: relative;
  height: 100%;
  width: 144px;
  float: left;
}

.gb-okey101 .usr-detail-middle-col1,.gb-okey .usr-detail-middle-col1,.gb-pisti .usr-detail-middle-col1 {
  height: 388px;
}

.usr-detail-profile-frame{
  position: absolute;
    top: 17px;
    left: 30px;
    width: 115px;
    height: 115px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-ProfilePictureBackgroundBorder.png);
}



.usr-detail-profile {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: black 2px solid;
  overflow: hidden;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  top: 5px;
  left: 30px;
  cursor: pointer;
}

.usr-detail-change-txt{
  background-color: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 27px;
    line-height: 24px;
}

.user-detail-content .usr-detail-change-txt{
  bottom:17px;
}


.gb-okey .user-detail-content .usr-detail-change-txt,.gb-pisti .user-detail-content .usr-detail-change-txt{
  bottom:2px;
}


.gb-okey101 .usr-detail-profile {
  border-radius: 100px;
    top: 4px;
    border: black 0px solid;
    left: 4px;
    width: 107px;
    height: 107px;
}

.gb-okey .usr-detail-profile,.gb-pisti .usr-detail-profile{
  border-radius: 100px;
    top: 4px;
    border: black 0px solid;
    left: 4px;
    width: 93px;
    height: 93px;
}

.gb-okey .usr-winner-profile{
  position: absolute;
    border-radius: 100px;
    top: 4px;
    border: black 0px solid;
    left: 4px;
    width: 91px;
    height: 94px;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
}




.gb-okey101 .user-detail-content .usr-detail-profile{
  left:-5px;
}

.gb-okey .user-detail-content .usr-detail-profile{
  left:0px;
}

.usr-detail-middle-col1 img {
  position: absolute;
  right: 7px;
  bottom: 80px;
  cursor: pointer;
}

.gb-okey101 .usr-detail-middle-col1 img,.gb-okey .usr-detail-middle-col1 img, .gb-pisti .usr-detail-middle-col1 img{
  right: -5px;
    bottom: 253px;
}

.usr-detail-zl {
  position: absolute;
  left: 60px;
  top: 115px;
  width: 73px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.gb-okey101 .usr-detail-zl,.gb-okey .usr-detail-zl,.gb-pisti .usr-detail-zl{
  position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 20px;
    line-height: 24px;
}

.usr-detail-cup{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 20px;
  line-height: 24px;
  text-align: center;
}




.usr-detail-elmas {
  top: 156px;
  left: 60px;
  position: absolute;
  width: 73px;
  height: 27px;
  line-height: 30px;
  text-align: center
}

.gb-okey101 .usr-detail-elmas,.gb-okey .usr-detail-elmas, .gb-pisti .usr-detail-elmas{
  position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    line-height: 24px;
    padding-left: 18px;

}

.usr-detail-middle-col2 {
  height: 100%;
  width: 288px;
  float: left;
  position: relative;
}

.gb-okey101 .usr-detail-middle-col2{
  height: 301px;
    width: 425px;
    float: left;
    position: absolute;
    left: 180px;
    top: 70px;
    background-image: url(/oyna/img/okey101/profile/Profile-GroupBackground.png);
    background-size: 100% 100%;
}


.gb-okey .usr-detail-middle-col2 ,.gb-pisti .usr-detail-middle-col2{
  height: 301px;
    width: 425px;
    float: left;
    position: absolute;
    left: 180px;
    top: 70px;
    background-image: url(/oyna/img/okey/profile/Profile-GroupBackground.png);
    background-size: 100% 100%;
}
.gb-pisti .usr-detail-middle-col2{
  background-image: url(/oyna/img/pisti/profile/Profile-GroupBackground.png);
}

.user-detail-statistic-photo-buttons{
  position: relative;
    width: 400px;
    height: 30px;
    margin-top: 15px;
    margin-left: 10px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-GroupTabBackground.png);
}

.gb-okey .user-detail-statistic-photo-buttons{
  background-image: url(/oyna/img/okey/profile/Profile-GroupTabBackground.png);
}

.user-detail-statistic-tab-button{
  float: left;
    text-align: center;
    position: relative;
    width: 190px;
    height: 35px;
    background-size: 100% 100%;
    top: -2px;
    cursor: pointer;
    line-height: 30px;
    color: white;
}

.user-detail-photo-tab-button{
  float:right;
  text-align: center;
  position: relative;
  width: 190px;
  height: 35px;
  background-size: 100% 100%;
  top: -2px;
  cursor: pointer;
  line-height: 30px;
  color: white;
}

.user-detail-statistic-photo-selected{
  background-image: url(/oyna/img/okey101/profile/Profile-GroupTab.png);
}

.gb-okey .user-detail-statistic-photo-selected{
  background-image: url(/oyna/img/okey/profile/Profile-GroupTab.png);
}

.user-detail-statistic-panel{
  margin-top:10px;
  width: 100%;
  height: 246px;

}


.user-details-statistic-buttons-wrapper{
  position: relative;
    width: 340px;
    height: 20px;
    margin-top: 33px;
    margin-left: 42px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-GroupTabBackground.png);
}

.user-details-static-btn{
  float: left;
    text-align: center;
    position: relative;
    width: 85px;
    height: 21px;
    background-size: 100% 100%;
    top: -2px;
    cursor: pointer;
    line-height: 30px;
    color: white;
    line-height: 21px;
}

.gb-okey .user-details-static-btn{
  width: 113px;
}

.user-details-static-btn-selected{
  background-image: url(/oyna/img/okey101/profile/Profile-GroupTab.png);
}


.gb-okey .user-details-static-btn-selected{
  background-image: url(/oyna/img/okey/profile/Profile-GroupTab.png);
}


.user-detail-statistic-turbo-panel, .user-detail-statistic-classic-panel, .user-detail-statistic-duello-panel, .user-detail-statistic-tournament-panel,.user-detail-statistic-banko-panel{
  position: relative;
  margin-top: 27px;
  width: 425px;
  height: 178px;
}

.user-detail-statistic-big-row{
  width: 100%;
    height: 34px;
    text-align: center;
    position: relative;

}

.user-detail-statistic-small-row{
  width: 100%;
  height: 28px;
  text-align: center;
  position: relative;
}

.user-detail-statistics-big-data-wrapper{
  display: inline-block;
    height: 27px;
    position: relative;
    width: 225px;
    right: 0px;
    text-align: left;
    line-height: 25px;
    color: white;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-WinBG0.png);
    padding-left: 15px;
}

.gb-okey101 .user-detail-statistics-big-data-wrapper div ,.gb-okey .user-detail-statistics-big-data-wrapper div,.gb-pisti .user-detail-statistics-big-data-wrapper div{
  position: absolute;
    text-align: center;
    color: white;
    width: 62px;
    height: 28px;
    right: 0px;
    top: 0px;
    line-height: 27px;
}

.user-detail-statistics-little-data-wrapper{
  display: inline-block;
    height: 23px;
    position: relative;
    width: 191px;
    right: 0px;
    text-align: left;
    line-height: 21px;
    color: white;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Profile-WinBG0.png);
    padding-left: 15px;
}

.gb-okey101 .user-detail-statistics-little-data-wrapper div ,.gb-okey .user-detail-statistics-little-data-wrapper div,.gb-pisti .user-detail-statistics-little-data-wrapper div{
  position: absolute;
  text-align: center;
  color: white;
  width: 52px;
  height: 28px;
  right: 0px;
  line-height: 25px;
  top: 0px;
}


.user-detail-select-photo-panel{
  margin-top:10px;
  width: 100%;
  height: 246px;
}

.user-detail-select-photo-scroll-panel{
  width: 400px;
  padding-left: 14px;
  padding-top: 0px;
 height: 246px;
 margin-left:17px;

}

.user-detail-select-photo-scroll-panel .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
  display: none;
}

.user-detail-select-photo-scroll-panel .jspDrag {
  background: #18526a;
}

.user-detail-select-photo-scroll-panel.jspDrag:hover {
  background: #18526a;
}

.user-detail-select-photo-scroll-panel .jspArrowLeft {
  background-position: -96px -4px !important;
}

.user-detail-select-photo-scroll-panel .jspArrowRight {
  background-position: -32px -4px !important;
}





.user-detail-select-photo-record-wrapper{
  width: 400px;

}

.user-detail-select-photo-record{
  display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
}

.user-detail-select-photo-record-frame{
  position: absolute;
  top: 4px;
  left: 4px;
  width: 108px;
  height: 108px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/profile/Photo-ItemBorder.png);
}

.user-detail-select-photo-record-picture{
  position: absolute;
    top: 3px;
    left: 2px;
    overflow: hidden;
    width: 103px;
    height: 103px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/profile/Photo-ItemBackground.png);
    border-radius: 14px;
}

.user-detail-select-photo-recort-picture-txt{
  background-color: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 27px;
    line-height: 24px;
}

.usr-dtl-won-game-row {
  width: 230px;
  height: 52px;
  position: absolute;
  top: 20px;
  right: 2px;
  line-height: 52px;
  font-size: 1.1em;
  letter-spacing: -1px;
  font-weight: 900;
}

.usr-detail-middle-col2 img {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 65px;
}

.usr-dtl-won-game-row div {
  position: absolute;
  width: 64px;
  height: 52px;
  top: 0px;
  right: 5px;
  line-height: 52px;
  text-align: center;
}

.usr-dtl-standard-row {
  position: relative;
  left: 20px;
  width: 256px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
}

.usr-dtl-standard-row div {
  display: block;
  width: 80px;
  height: 28px;
  float: right;
  text-align: center;
  line-height: 28px;
  font-weight: 900;
}

.usr-detail-middle-col3 {
  height: 100%;
  width: 140px;
  float: left;
  position: relative;
  color: white;
  text-align: center;
  line-height: 34px;
  font-size: 1em;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.gb-okey101 .usr-detail-middle-col3{
  position: absolute;
    left: -600px;
}

.usr-detail-gift-btn {
  position: absolute;
  top: 32px;
  left: 10px;
  width: 108px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/blue.png);
  background-size: 108px 35px;
  transition: all 0.2s ease;
  line-height: 35px;
  cursor: pointer;
}

.gb-okey101 .usr-detail-gift-btn {
  top: 158px;
    height: 31px;
    width: 115px;
    text-align: center;
    left: 30px;
    background-image: url(/oyna/img/okey101/profile/Profile-SendGiftButton.png);
    background-size: 100% 100%;
    color: white;
    line-height: 28px;
}

.gb-okey .usr-detail-gift-btn,.gb-pisti .usr-detail-gift-btn {
  top: 158px;
    height: 31px;
    width: 115px;
    text-align: center;
    left: 30px;
    background-image: url(/oyna/img/okey/profile/Profile-SendGiftButton.png);
    background-size: 100% 100%;
    color: white;
    line-height: 28px;
}


.gb-pisti .usr-detail-gift-btn {
  position: static;
  background-image: url(/oyna/img/pisti/profile/Profile-SendGiftButton.png);
  margin-left: 30px;
  background-image: url(/oyna/img/pisti/profile/Profile-SendGiftButton.png);
}

.usr-detail-gift-btn img {
  position: absolute;
  left: 32px;
  top: -29px;
  height: 38px;
  width: 38px;
}

.usr-detail-gift-btn:hover {
  background-image: url(/oyna/img/base/buttons/blue_over.png);
}

.gb-okey101 .usr-detail-gift-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-SendGiftButton.png);
}


.gb-okey .usr-detail-gift-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-SendGiftButton.png);
}

.gb-pisti .usr-detail-gift-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-SendGiftButton.png);
}

.usr-detail-addfriend-btn {
  position: absolute;
  top: 72px;
  left: 10px;
  width: 108px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 108px 35px;
  transition: all 0.2s ease;
  line-height: 35px;
  cursor: pointer;
}

.usr-detail-add-me-btn{
  display: none;
  background-image: url(/oyna/img/okey101/profile/Profile-MyFriendButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
}


.gb-okey101 .usr-detail-addfriend-btn{
  background-image: url(/oyna/img/okey101/profile/Profile-AddFriendButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
}


.gb-okey .usr-detail-addfriend-btn,.gb-pisti .usr-detail-addfriend-btn{
  background-image: url(/oyna/img/okey/profile/Profile-AddFriendButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
}

.gb-pisti .usr-detail-addfriend-btn{
  background-image: url(/oyna/img/pisti/profile/Profile-AddFriendButton.png);
}

.usr-detail-addfriend-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}


.gb-okey101 .usr-detail-addfriend-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-AddFriendButton.png);
  transform:scale(1.05)
}

.gb-okey .usr-detail-addfriend-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-AddFriendButton.png);
  transform:scale(1.05)
}


.gb-pisti .usr-detail-addfriend-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-AddFriendButton.png);
  transform:scale(1.05)
}


.usr-detail-removefriend-btn {
  position: absolute;
  top: 72px;
  left: 10px;
  width: 108px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/red.png);
  background-size: 108px 35px;
  transition: all 0.2s ease;
  line-height: 35px;
  cursor: pointer;
}

.gb-okey101 .usr-detail-removefriend-btn{
  background-image: url(/oyna/img/okey101/profile/Profile-RemoveFriendButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
}


.gb-okey .usr-detail-removefriend-btn,.gb-pisti .usr-detail-removefriend-btn{
  background-image: url(/oyna/img/okey/profile/Profile-RemoveFriendButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
}

.gb-pisti .usr-detail-removefriend-btn:hover{
  background-image: url(/oyna/img/pisti/profile/Profile-RemoveFriendButton.png);
}

.usr-detail-removefriend-btn:hover {
  background-image: url(/oyna/img/base/buttons/red_over.png);
}

.gb-okey101 .usr-detail-removefriend-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-RemoveFriendButton.png);
  transform:scale(1.05)
}


.gb-okey .usr-detail-removefriend-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-RemoveFriendButton.png);
  transform:scale(1.05)
}

.bottom-user-like-data{
  background-image: url(/oyna/img/okey101/profile/Profile-ButtonsBackground.png);
    background-size: 100% 100%;
    height: 30px;
    line-height: 28px;
    width: 120px;
    padding-left: 30px;
    text-align: center;
}

.usr-detail-like-user-btn{
  background-image: url(/oyna/img/okey101/profile/Profile-AddLikeButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor:pointer;
    position:absolute;
}

.usr-detail-like-user-btn:hover{
  transform:scale(1.05)
}

.usr-detail-like-me-btn{
  display: none;
  background-image: url(/oyna/img/okey101/profile/Profile-MyLikeButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor:pointer;
    position:absolute;
}


.usr-details-unlike-user-btn{
  background-image: url(/oyna/img/okey101/profile/Profile-RemoveLikeButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor:pointer;
    display: none;
    position:absolute;
}

.usr-details-unlike-user-btn:hover{
  transform:scale(1.05)
}



.usr-detail-chat-btn {
  position: absolute;
  top: 111px;
  left: 10px;
  width: 108px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/green.png);
  background-size: 108px 35px;
  transition: all 0.2s ease;
  line-height: 35px;
  cursor: pointer;
}

.gb-okey101 .usr-detail-chat-btn {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
    text-align: center;
    top: 24px;
    line-height: 31px;
    width: 134px;
    left: -3px;
    background-size: 100% 100%;
}

.gb-okey .usr-detail-chat-btn ,.gb-pisti .usr-detail-chat-btn{
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
    text-align: center;
    top: 24px;
    line-height: 31px;
    width: 134px;
    left: -3px;
    background-size: 100% 100%;
}

.gb-pisti .usr-detail-chat-btn{
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
}


.usr-detail-chat-btn:hover {
  background-image: url(/oyna/img/base/buttons/green_over.png);
}


.gb-okey101 .usr-detail-chat-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.gb-okey .usr-detail-chat-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}


.gb-pisti .usr-detail-chat-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-ChatButton.png);
  transform:scale(1.05);
}

.usr-detail-block-btn {
  position: absolute;
  top: 151px;
  left: 13px;
  width: 58px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/middle_red.png);
  background-size: 58px 35px;
  line-height: 35px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .usr-detail-block-btn{
  top: 198px;
  background-image: url(/oyna/img/okey101/profile/Profile-BlockButton.png);
  height: 30px;
  width: 55px;
  background-size: 100% 100%;
  text-align: center;
  line-height: 27px;
  color: white;
  left: 28px;
  font-size: 16px;
}


.gb-okey .usr-detail-block-btn{
  top: 198px;
  background-image: url(/oyna/img/okey/profile/Profile-BlockButton.png);
  height: 30px;
  width: 55px;
  background-size: 100% 100%;
  text-align: center;
  line-height: 27px;
  color: white;
  left: 28px;
  font-size: 16px;
}




.gb-pisti .usr-detail-block-btn{
  background-image: url(/oyna/img/pisti/profile/Profile-BlockButton.png);
  position:static;
  height: 30px;
  width: 55px;
  background-size: 100% 100%;
  line-height: 27px;
  color:white;
  font-size:16px;
  text-align:center;
}

.gb-okey101 .usr-detail-block-btn:hover{
  background-image: url(/oyna/img/okey101/profile/Profile-BlockButton.png);
}

.gb-okey .usr-detail-block-btn:hover{
  background-image: url(/oyna/img/okey/profile/Profile-BlockButton.png);
}

.gb-pisti .usr-detail-block-btn:hover{
  background-image: url(/oyna/img/pisti/profile/Profile-BlockButton.png);
}


.usr-detail-unblock-btn {
  display: none;
  position: absolute;
  top: 151px;
  left: 13px;
  width: 58px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/middle_red.png);
  background-size: 58px 35px;
  line-height: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9em;
}



.gb-okey101 .usr-detail-unblock-btn  {
  top: 198px;
    background-image: url(/oyna/img/okey101/profile/Profile-BlockButton.png);
    height: 30px;
    width: 55px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 27px;
    color: white;
    left: 28px;
    font-size: 16px;
}


 .gb-pisti .usr-detail-unblock-btn{
  position: static;
  height: 30px;
    width: 55px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 27px;
    color: white;
    left: 28px;
    font-size: 16px;
    background-image: url(/oyna/img/pisti/profile/Profile-BlockButton.png);
    text-align: center;
 }

.gb-okey101 .usr-detail-unblock-btn:hover{

  background-image: url(/oyna/img/okey101/profile/Profile-BlockButton.png);
}

.gb-pisti .usr-detail-unblock-btn:hover{
  background-image: url(/oyna/img/pisti/profile/Profile-BlockButton.png);
}

.usr-detail-block-btn:hover {
  background-image: url(/oyna/img/base/buttons/middle_red_over.png);
}

.usr-detail-complain-btn {
  position: absolute;
  top: 151px;
  left: 74px;
  width: 44px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/tiny_red.png);
  background-size: 44px 35px;
  line-height: 35px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .usr-detail-complain-btn {
  top: 198px;
    height: 30px;
    width: 55px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 27px;
    color: white;
    left: 88px;
    font-size: 16px;
  background-image: url(/oyna/img/okey101/profile/Profile-ReportButton.png);
}

.gb-okey .usr-detail-complain-btn{
  top: 198px;
    height: 30px;
    width: 55px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 27px;
    color: white;
    left: 88px;
    font-size: 16px;
  background-image: url(/oyna/img/pisti/profile/Profile-ReportButton.png);
}


.gb-pisti .usr-detail-complain-btn {
  position: static;
  background-image: url(/oyna/img/pisti/profile/Profile-ReportButton.png);
  height: 30px;
  width: 55px;
  background-size: 100% 100%;
  text-align: center;
  line-height: 27px;
  color: white;
  font-size: 16px;

}


.gb-okey101 .usr-detail-complain-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-ReportButton.png);
}


.gb-okey .usr-detail-complain-btn:hover {
  background-image: url(/oyna/img/okey/profile/Profile-ReportButton.png);
}

.gb-pisti .usr-detail-complain-btn:hover {
  background-image: url(/oyna/img/pisti/profile/Profile-ReportButton.png);
}

.usr-detail-complain-btn:hover {
  background-image: url(/oyna/img/base/buttons/tiny_red_over.png);
}

.usr-detail-vip-left-info {
  display: none;
  position: absolute;
  left: 10px;
  width: 108px;
  height: 47px;
  top: 10px;
  background-image: url(/oyna/img/base/store/vip_icon.png);
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: 1px 11px;
}

.gb-okey101 .usr-detail-vip-left-info {
  display: none;
    position: absolute;
    left: 15px;
    width: 145px;
    height: 47px;
    border-radius: 10px;
    top: 154px;
    background-color: #13889b;
    background-image: url(/oyna/img/base/store/vip_icon.png);
    background-size: 40px 30px;
    background-repeat: no-repeat;
    background-position: 1px 11px;
}

.user-detail-vip-left-title {
  position: absolute;
  width: 81px;
  height: 24px;
  top: 0px;
  left: 45px;
  line-height: 24px;
  text-align: left;
  color: black;
  text-shadow: none;
}

.user-detail-vip-left-text {
  position: absolute;
  width: 95px;
  height: 24px;
  top: 22px;
  left: 45px;
  line-height: 24px;
  text-align: left;
  color: black;
  text-shadow: none;
}

.usr-detail-who-looked-btn {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 108px;
  height: 47px;
  background-image: url(/oyna/img/base/buttons/blue_square.png);
  background-size: 108px 47px;
  padding-top: 4px;
  line-height: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
}


.gb-okey101 .usr-detail-who-looked-btn {
  background-image: url(/oyna/img/okey101/profile/Profile-WhoLookButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    left: 0px;
}


.gb-okey .usr-detail-who-looked-btn,.gb-pisti .usr-detail-who-looked-btn {
  background-image: url(/oyna/img/okey/profile/Profile-WhoLookButton.png);
    height: 30px;
    background-size: 100% 100%;
    width: 52px;
    top: 24px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    left: 0px;
}

.gb-pisti .usr-detail-who-looked-btn {
  background-image: url(/oyna/img/pisti/profile/Profile-WhoLookButton.png);
}


.gb-okey101 .usr-detail-who-looked-btn:hover {
  background-image: url(/oyna/img/okey101/profile/Profile-WhoLookButton.png);
  transform: scale(1.05);
}

.usr-detail-who-looked-number {
  position: absolute;
  top: -5px;
  left: 81px;
  width: 34px;
  height: 19px;
  background-image: url(/oyna/img/base/buttons/blue_tiny.png);
}

.gb-okey101 .usr-detail-who-looked-number {
  background-image: url(/oyna/img/okey101/profile/Profile-ButtonsBackground.png);
    background-size: 100% 100%;
    height: 30px;
    line-height: 28px;
    width: 120px;
    padding-left: 30px;
    text-align: center;
    top: 24px;
    left: 0px;
    background-color: transparent;
}


.gb-okey .usr-detail-who-looked-number,.gb-pisti .usr-detail-who-looked-number {
  background-image: url(/oyna/img/okey/profile/Profile-ButtonsBackground.png);
    background-size: 100% 100%;
    height: 30px;
    line-height: 28px;
    width: 120px;
    padding-left: 30px;
    text-align: center;
    top: 24px;
    left: 0px;
    background-color: transparent;
}

.gb-pisti .usr-detail-who-looked-number {
  background-image: url(/oyna/img/pisti/profile/Profile-ButtonsBackground.png);
}

.usr-detail-bottom-tournament{
  display:none;
  position: relative;
  height: 50px;
  width: 100%;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 37px;
}


.gb-okey101 .user-details-model-tournament .usr-detail-bottom-tournament{
  display: block;
  display: block;
    position: absolute;
    left: -600px;
}


.usr-detail-tournament-played-count{
  float: left;
  width: 215px;
  height: 45px;
  line-height: 45px;
  padding-left: 80px;
  text-align: center;
}

.usr-detail-tournament-played-count-data{
  float: right;
    width: 52px;
    height: 45px;
    text-align: center;
    line-height: 47px;
}


.usr-detail-tournament-finished-count{
  float: left;
  width: 186px;
  height: 45px;
  padding-left: 36px;
  text-align: left;
  line-height: 45px;
}

.usr-detail-tournament-finished-count-data{
  float: right;
  width: 52px;
  height: 45px;
  text-align: center;
  line-height: 46px;
}


.usr-detail-tournament-won-prize{
  float: left;
  width: 135px;
  height: 45px;
  padding-left: 25px;
  line-height: 45px;
}

.usr-detail-tournament-won-prize-data{
  float: right;
  width: 68px;
  height: 45px;
  text-align: center;
  line-height: 47px;
}

.usr-detail-bottom {
  position: relative;
  height: 50px;
  width: 100%;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 37px;
}

.gb-okey101 .usr-detail-bottom {
  position:absolute;
  left:-600px;
}

.info-modal-user-seviye {
  display: none;
  position: absolute;
  top: 30px;
  left: 14px;
  width: 221px;
  height: 167px;
  background-image: url(/oyna/img/base/seviye_bg.png);
  background-size: 221px 167px;
}

.gb-okey101 .info-modal-user-seviye,.gb-okey .info-modal-user-seviye{
  display: none;
    position: absolute;
    top: 1px;
    left: -19px;
    width: 221px;
    height: 167px;
    background-image: url(/oyna/img/base/seviye_bg.png);
    background-size: 221px 167px;
    z-index: 1;
}



 .gb-pisti .info-modal-user-seviye{
  display: none;
  position: absolute;
  top: -171px;
  left: -37px;
  width: 221px;
  height: 167px;
  background-image: url(/oyna/img/base/seviye_bg.png);
  background-size: 221px 167px;
  z-index: 1;
  color: black;
 }

.info-modal-user-seviye-header {
  height: 39px;
  width: 100%;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 39px;
}

.button-disable, .button-disable-red, .button-disable-middle-red {
  opacity: 0.4;
  cursor: default;
}

.button-disable-middle-red:hover {
  background-image: url(/oyna/img/base/buttons/middle_red.png);
}

.button-disable:hover {
  background-image: url(/oyna/img/base/buttons/green.png);
}

.button-disable-red:hover {
  background-image: url(/oyna/img/base/buttons/red.png);
}

.info-modal-user-seviye-body {
  width: 223px;
  height: 126px;
  padding: 4px 8px 0px 8px;
}

.info-modal-user-seviye-body div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bottom-level {
  float: left;
  width: 150px;
  height: 45px;
  line-height: 38px;
  padding-left: 30px;
  text-align: center;
}

.bottom-level-data {
  position: relative;
  float: right;
  width: 54px;
  height: 45px;
  line-height: 40px;
  text-align: center;
}

.gb-pisti .bottom-level-data {
  position: relative;
    float: left;
    width: 145px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    padding-left: 20px;
}


.bottom-level-data-bar {
  width: 25px;
  height: 3px;
  position: absolute;
  top: 30px;
  left: 15px;
  background: #e42929;
}

.bottom-level-data-bar-inside {
  background-color: #22ab22;
  width: 0%;
  height: 100%;
}

.bottom-friend-count {
  float: left;
  width: 220px;
  height: 45px;
  padding-left: 24px;
  text-align: center;
}

.bottom-friend-count-data {
  float: right;
  width: 52px;
  height: 45px;
  text-align: center;
  line-height: 38px;
}

.gb-okey101 .bottom-friend-count-data{
  background-image: url(/oyna/img/okey101/profile/Profile-ButtonsBackground.png);
  background-size: 100% 100%;
  height: 30px;
  line-height: 28px;
  width: 120px;
  padding-left: 30px;
}


.gb-okey .bottom-friend-count-data, .gb-pisti .bottom-friend-count-data{
  background-image: url(/oyna/img/okey/profile/Profile-ButtonsBackground.png);
  background-size: 100% 100%;
  height: 30px;
  line-height: 28px;
  width: 120px;
  padding-left: 30px;
}

.gb-pisti .bottom-friend-count-data{
  background-image: url(/oyna/img/pisti/profile/Profile-ButtonsBackground.png);
}

.bottom-country {
  float: left;
  width: 155px;
  height: 45px;
  padding-left: 50px;
  line-height: 38px;
}

.gb-okey101 .bottom-country,.gb-okey .bottom-country,.gb-pisti .bottom-country{
  display: none;
}

.bottom-country-data {
  float: right;
  margin-right: 21px;
  height: 45px;
  text-align: center;
}

.admin-msg-btn {
  position: relative;
  top: -8px;
  left: 452px;
  width: 75px;
  height: 16px;
  border: green 1px solid;
  background-color: white;
  font-size: 0.7em;
  cursor: pointer;
  border-radius: 3px;
  letter-spacing: -0.5px;
  text-align: center;
}

.admin-msg-btn:hover {
  background-color: gainsboro;
}




.alert-header {
  width: 480px;
  height: 83px;
  color: white;
  text-align: center;
  font-size: 2em;
  padding-top: 27px;
}

.alert-body {
  width: 480px;
  height: 197px;
}

.modal-store .alert-body{
  height:130px;
}

.alert-body-content {
  width: 480px;
  height: 130px;
  font-weight: 600;
  font-size: 1.1em;
  padding: 20px;
  text-align: center;
}

.modal-store .alert-body-content{
  color:#CCCCCC;
  height: 100px;
}

.alert-body-content:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.alert-body-content div {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.alert-button-wrapper {
  width: 490px;
  margin: 0px auto;
  height: 65px;
  text-align: center;
}

.modal-store  .alert-button-wrapper{
  margin: 8px auto;
  position: relative;
  top: -18px;
}

/*  End  of modal */

*:focus {
  outline: none;
}

textarea:focus, input:focus {
  outline: none;
}

#container {
  width: 860px;
  margin: 0 auto;
}

.main-content {
  background-image: none;
  background-repeat: repeat-x;
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.wireless-sign {
  display: none;
  position: absolute;
  width: 60px;
  height: 55px;
  top: -6px;
  left: 46px;
  background-size: 100% 100%;
}

.wireless_0 {
  background-image: url("/oyna/img/base/lag/lag1.png");
}

.wireless_1 {
  background-image: url("/oyna/img/base/lag/lag2.png");
}

.wireless_2 {
  background-image: url("/oyna/img/base/lag/lag3.png");
}

.wireless_3 {
  background-image: url("/oyna/img/base/lag/lag4.png");
}

.wireless_4 {
  background-image: url("/oyna/img/base/lag/lag5.png");
}

.lag_text {
  position: absolute;
  height: 20px;
  font-size: 12px;
  width: 20px;
  text-align: center;
  /* bottom: 0px; */
  left: 38px;
  color: #a7200b;
  top: 38px;
}

.sliding-panel {
  font-family: 'DINPro-CondensedBold';
  position: relative;
  background-color: transparent;
  /*margin-top:10px;*/
  width: 840px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
}


.appscreens-top-bar .sliding-panel{
  transform:scale(1.5);
  margin-left:386px;
  margin-top:32px;

}

.appscreens-top-bar-container .appscreens-top-bar .sliding-panel{
  width: 875px;
}

.gamecontainer-top-bar-container .appscreens-top-bar .sliding-panel{
  margin-left:386px;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.input-slide {
  margin-top: 5px;
  margin-right: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 30px;
  width: 730px;
  background-color: white;
  float: left;
  line-height: 30px;
}

.appscreens-top-bar-container .input-slide{
  width: 669px;
}

.standard-button {
  border: 1px solid #25729a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3093c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
  text-align: center;
}

.standard-button:hover {
  border: 1px solid #1c5675;
  background-color: #26759e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
  background-image: -moz-linear-gradient(top, #26759e, #133d5b);
  background-image: -ms-linear-gradient(top, #26759e, #133d5b);
  background-image: -o-linear-gradient(top, #26759e, #133d5b);
  background-image: linear-gradient(to bottom, #26759e, #133d5b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
  cursor: pointer;
}

.standard-button-gray {
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  padding: 3px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(to bottom, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d3d3d3, endColorstr=#707070);
  text-align: center;
  margin-top: 10px;
}

.standard-button-gray:hover {
  border: 1px solid #a0a0a0;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
  background-image: -webkit-linear-gradient(top, #bababa, #575757);
  background-image: -moz-linear-gradient(top, #bababa, #575757);
  background-image: -ms-linear-gradient(top, #bababa, #575757);
  background-image: -o-linear-gradient(top, #bababa, #575757);
  background-image: linear-gradient(to bottom, #bababa, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bababa, endColorstr=#575757);
  cursor: pointer;
}

.write_send {
  width: 90px;
  margin-top: 8px;
}

.yaz-gonder-window {
  display: none;
  position: absolute;
  top: 41px;
  right: 60px;
  width: 303px;
  height: 158px;
  z-index: 802;
  background-color: black;
  border-radius: 10px;
}

.yaz-gonder-header {
  background-color: #00A8DB;
  width: 296px;
  height: 27px;
  border-bottom: 3px solid #006699;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 4px 1px 0px 3px;
  line-height: 27px;
  text-align: center;
  color: white;
}

.yaz-gonder-text {
  display: block;
  width: 296px;
  height: 95px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 3px;
}

.yaz-gonder-bottom {
  width: 297px;
  height: 34px;
}

.yaz-gonder-buttons {
  float: left;
  width: 61px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: white;
  cursor: pointer;
  margin-left: 60px;
  margin-top: 4px;
  border-radius: 5px;
}

.yaz-gonder-gonder {
  background-color: #00BBEE;
}

.yaz-gonder-kapat {
  background-color: #E90000;
}

.my_friends {
  width: 254px;
  margin-left: 3px;
  margin-top: 5px;
  font-size: 1em;
}

.shr-buttons {
  width: 126px;
  margin-left: 2px;
  margin-top: 10px;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.shr-button-single {
  width: 258px;
  margin-left: 0px;
  margin-top: 10px;
}

/***   Main header              **/

.main-header-panel {
  font-family: 'DINPro-CondensedBold';
  background-image: url("/oyna/img/base/header.png");
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  height: 100px;
  font-size: 1em;
  background-position: center-center;
}

#header-first-col div {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 7px;
  background-image: url("/oyna/img/base/ayarlar01.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

#header-first-col div:hover {
  background-image: url("/oyna/img/base/ayarlar01over.png");
}



.header-profile {
  background-color: black;
  border-radius: 4px;
  margin-top: 13px;
  margin-left: 2px;
  width: 56px;
  height: 56px;
  background-size: 56px 56px;
  border: solid 2px black;
  position: relative;;
}


.gb-okey .header-profile, .gb-pisti .header-profile{
  overflow: hidden;
    border-radius: 100px;
    top: -7px;
    border: black 0px solid;
    left: 0px;
    width: 92px;
    background-size: 100% 100%;
    height: 91px;
}

.appscreens-profile .header-profile {
  overflow: hidden;
  border-radius: 100px;
  top: -10px;
  border: black 0px solid;
  left: 0px;
  width: 97px;
  background-size: 100% 100%;
  height: 95px;
}

.pi-frame{
  position: absolute;
    top: -9px;
    left: 3px;
    width: 140px;
    height: 140px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/picture_frame.png);
    pointer-events: none;
}

.team-chat-text-panel .pi-frame{
  left:-16px;
}


.open-pairs-content .pi-frame{
  top: -31px;
    left: -29px;
}

.general-chat-window .pi-frame{
  top:-6px;
}

.user-detail-content .pi-frame{
  top: 11px;
  left: 17px;
}


.pi-frame-vip-0{
  display: block;
}


.pi-wrapper{
  position:absolute;

}

.gb-pisti .usr-detail-middle-col1 .pi-wrapper{
  top:-19px;
}



.gb-okey #header-second-col .pi-wrapper,.gb-pisti #header-second-col .pi-wrapper{
  left: -22px;
    top: -3px;
    transform: scale(0.75);
}


.open-pairs-content .pi-wrapper{
  position: absolute;
  top: 9px;
  left: 4px;
  width: 81px;
  height: 81px;
}

.general-chat-window .pi-wrapper{
  position: relative;
  top: -20px;
  right: 26px;
  transform: scale(0.7);
}


.general-chat-window .private-chat-text-panel .pi-wrapper{
  transform:scale(0.6);
}





.general-chat-window .general-chat-users-panel .pi-wrapper{
  position: relative;
  top: -9px;
  right: 41px;
  transform: scale(0.8);
}

.pi-mask{
  position: absolute;
  top: 10px;
  left: 25px;
  width: 104px;
  height: 105px;
  background-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: -21px -18px;
  -webkit-mask-size: 136px 140px;
  
}

.gb-pisti .user_scroll_row .pi-mask{
  top:3px;
}


.gb-pisti .user_scroll_row .pi-frame{
  top:-13px;
}


.team-chat-text-panel .pi-mask{
  left:5px;
}

.open-pairs-content .pi-mask{
  top: -12px;
  left: -5px;
  width: 104px;
  height: 99px;
}

.user-detail-content .pi-mask{
  top: 30px;
  left: 40px;
}

.general-chat-window .pi-mask{
  top:13px;
  height: 107px;
}

.general-chat-window .private-chat-text-scroll-container .pi-mask{
  top: 14px;
      left: 27px;
}


.pi-frame-vip-0 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_0.png);
}

.gb-pisti .pi-frame-vip-0 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_0_p.png);
}


.pi-frame-vip-0 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_0_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_0_m.png);

}

.gb-pisti .pi-frame-vip-0 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_0_m_p.png);
  mask-image: url(/oyna/img/base/frames/pb_g_0_m_p.png);
}



.pi-frame-vip-1 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_1.png);
}


.pi-frame-vip-1 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_1_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_1_m.png);

}


.pi-frame-vip-2 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_2.png);
}


.pi-frame-vip-2 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_2_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_2_m.png);


}



.pi-frame-vip-3 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_3.png);
}


.pi-frame-vip-3 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_3_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_3_m.png);

}


.pi-frame-vip-4 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_4.png);
}


.pi-frame-vip-4 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_4_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_4_m.png);

}


.pi-frame-vip-5 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_5.png);
}


.pi-frame-vip-5 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_5_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_5_m.png);

}


.pi-frame-vip-6 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_6.png);
}


.pi-frame-vip-6 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_6_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_6_m.png);

}


.pi-frame-vip-7 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_7.png);
}


.pi-frame-vip-7 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_7_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_7_m.png);

}

.pi-frame-vip-8 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_8.png);
}


.pi-frame-vip-8 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_8_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_8_m.png);

}


.pi-frame-vip-9 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_9.png);
}


.pi-frame-vip-9 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_9_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_9_m.png);

}

.pi-frame-vip-10 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_10.png);
}


.pi-frame-vip-10 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_10_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_10_m.png);

}

.pi-frame-vip-11 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_11.png);
}


.pi-frame-vip-11 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_11_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_11_m.png);

}

.pi-frame-vip-12 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_12.png);
}


.pi-frame-vip-12 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_12_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_12_m.png);

}

.pi-frame-vip-13 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_13.png);
}


.pi-frame-vip-13 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_13_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_13_m.png);

}

.pi-frame-vip-14 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_14.png);
}


.pi-frame-vip-14 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_14_m.png);
  mask-image: url(/oyna/img/base/frames/pb_g_14_m.png);

}



.pi-frame-vip-101 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_101.png);
}


.pi-frame-vip-101 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_101_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_101_m.png);

}

.pi-frame-vip-102 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_102.png);
}


.pi-frame-vip-102 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_102_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_102_m.png);

}

.pi-frame-vip-103 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_103.png);
}


.pi-frame-vip-103 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_103_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_103_m.png);

}

.pi-frame-vip-104 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_104.png);
}


.pi-frame-vip-104 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_104_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_104_m.png);

}



.pi-frame-vip-105 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_105.png);
}


.pi-frame-vip-105 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_105_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_105_m.png);

}


.pi-frame-vip-106 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_106.png);
}


.pi-frame-vip-106 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_106_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_106_m.png);

}


.pi-frame-vip-107 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_107.png);
}


.pi-frame-vip-107 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_107_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_107_m.png);

}

.pi-frame-vip-108 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_108.png);
}


.pi-frame-vip-108 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_108_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_108_m.png);

}


.pi-frame-vip-109 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_109.png);
}


.pi-frame-vip-109 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_109_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_109_m.png);

}


.pi-frame-vip-110 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_110.png);
}


.pi-frame-vip-110 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_110_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_110_m.png);

}


.pi-frame-vip-111 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_111.png);
}


.pi-frame-vip-111 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_111_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_111_m.png);

}

.pi-frame-vip-112 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_112.png);
}


.pi-frame-vip-112 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_112_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_112_m.png);

}


.pi-frame-vip-113 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_113.png);
}


.pi-frame-vip-113 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_113_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_113_m.png);

}

.pi-frame-vip-114 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_114.png);
}


.pi-frame-vip-114 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_114_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_114_m.png);

}



.pi-frame-vip-115 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_115.png);
}


.pi-frame-vip-115 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_115_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_115_m.png);

}



.pi-frame-vip-116 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_116.png);
}


.pi-frame-vip-116 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_116_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_116_m.png);

}


.pi-frame-vip-117 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_117.png);
}


.pi-frame-vip-117 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_117_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_117_m.png);

}


.pi-frame-vip-118 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_118.png);
}


.pi-frame-vip-118 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_118_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_118_m.png);

}


.pi-frame-vip-119 .pi-frame{
  background-image: url(/oyna/img/base/frames/pb_g_119.png);
}


.pi-frame-vip-119 .pi-mask{
  -webkit-mask-image: url(/oyna/img/base/frames/pb_g_119_m.png);
    mask-image: url(/oyna/img/base/frames/pb_g_119_m.png);

}

.appscreens-footer-middle .appscreens-header-best-btn{
  position: absolute;
    cursor: pointer;
    top: 13px;
    color: white;
    text-align: center;
    left: 56px;
    width: 209px;
    height: 83px;
    padding-right: 50px;
    line-height: 58px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/header/best_bg.png);
    font-size: 30px;
    transition: all 0.2s ease;
}

.appscreens-footer-middle .appscreens-header-best-btn:hover{
  transform: scale(1.05);
}






.down-panel-middle-part .appscreens-header-best-btn{
  position: absolute;
    cursor: pointer;
    top: 14px;
    color: white;
    text-align: center;
    left: 34px;
    width: 117px;
    height: 46px;
    padding-right: 43px;
    line-height: 39px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/down_panel/best_bg.png);
    font-size: 17px;
    transition: all 0.2s ease;
}



.down-panel-middle-part .appscreens-header-best-btn:hover{
  transform: scale(1.05);
}



.appscreens-header-best-trophy{
  width: 68px;
  height: 75px;
  right: 0px;
  position: absolute;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/header/best_trophy.png);
  top: -8px;
}

.down-panel-middle-part .appscreens-header-best-trophy{
  width: 38px;
    height: 42px;
    right: 0px;
    position: absolute;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/down_panel/best_trophy.png);
    top: -5px;
}



.header-profile-waiting-approval{
  display: none;
  background-color: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom:33px;
    height: 27px;
    font-size: 13px;
    line-height: 12px;

}

.gb-okey .header-profile-waiting-approval,.gb-pisti .header-profile-waiting-approval{
  bottom: 4px;
}

.gb-okey101 .header-profile-waiting-approval{
  bottom:7px;
}


#header-third-col {
  position: relative;
  width: 129px;
  float: left;
  height: 100%;
  font-weight: 700;
}

.gb-okey #header-third-col, .gb-pisti #header-third-col{
  width:215px;
}

.header-nickname {
  position: absolute;
  top: 14px;
  line-height: 25px;
  height: 28px;
  padding-left: 10px;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position: left 10px top 0px;
  z-index: 3;
  border-radius: 9px;
  padding-right: 9px;
  padding-bottom: 2px;
  border: solid 1px transparent;
  cursor: pointer;
}

.gb-okey101 .header-nickname{
  color: white;
    left: 125px;
    font-size: 20px;
    background-image: none;
    padding-left: 9px;
    z-index: 0;
}


.gb-okey .choose-frame-window .header-nickname{
  color: white;
    left: 125px;
    font-size: 20px;
    background-image: none;
    padding-left: 9px;
    z-index: 0;
}


.gb-okey101 .choose-frame-content .header-nickname{
  left: 91px;
  top: 5px;
  font-size: 16px;
}

.gb-okey .choose-frame-content .header-nickname{
  left: 91px;
  top: 5px;
  font-size: 16px;
}


.header-nickname:hover {
  background-color: #bbb495;
  border: solid 1px #a9a283;
}

.gb-okey101 .header-nickname:hover {
  background-color: transparent;
  border: solid 0px #a9a283;
}

.header-profile-vip-sign{
  position: absolute;
    top: 64px;
    left: 52px;
    width: 74px;
    height: 70px;
    background-size: 100% 100%;

}

.user-profile-vip-sign{
  position: absolute;
  top: 75px;
  left: 71px;
  width: 47px;
  height: 45px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_normal.png);
}

.gb-okey .header-profile-vip-sign,.gb-pisti .header-profile-vip-sign{
  position: absolute;
    top: 75px;
    left: 71px;
    width: 47px;
    height: 45px;
    background-size: 100% 100%;
}

.gb-okey101 .header-profile-vip-sign{
  width: 53px;
  height: 51px;
  left: 78px;
  top: 74px;
}

.header-profile-vip-sign span{
 display: block;
    position: absolute;
    top: 28px;
    width: 200px;
    height: 10px;
    color: #05e4f6;
    text-align: center;
    font-size: 20px;
    left: 76px;
}

.gb-pisti .header-profile-vip-sign span{
  color: black;
    width: 300px;
    left: -11px;
    top: 32px;
    font-size: 18px;


}

.gb-okey .header-profile-vip-sign span{
  color: black;
    width: 300px;
    left: -26px;
    top: 32px;
    font-size: 18px;
}


.gb-okey .choose-frame-window .header-profile-vip-sign span{
  display: block;
  position: absolute;
  top: 33px;
  width: 200px;
  height: 10px;
  color: #05e4f6;
  text-align: center;
  font-size: 20px;
  left: 50px;
}

.gb-okey101 .header-profile-vip-sign span{
  left: 50px;
    size: 19px;

}

.gb-okey101 .choose-frame-profile .header-profile-vip-sign span{
  top:35px;
}


.header-vip-normal{
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_normal.png);
}

.gb-okey .header-vip-normal{
  background-image: url(/oyna/img/okey/top_panel/vip_normal.png);
}

.header-vip-gold{
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_gold.png);
}

.gb-okey .header-vip-gold{
  background-image: url(/oyna/img/okey/top_panel/vip_gold.png);
}


.header-vip-m-bg {
  padding-left: 30px;
  background-image: url(/oyna/img/base/vip_m.png);
}

.header-vip-f-bg {
  padding-left: 30px;
  background-image: url(/oyna/img/base/vip_f.png);
}

.header-admin-3 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}

.gb-okey .header-admin-3, .gb-pisti .header-admin-3{
  left:5px;
}


.gb-pisti .pi-frame  .user-profile-admin-sign{
  width: 52px;
    height: 52px;
    position: absolute;
    left: 69px;
    background-size: 100% 100%;
    top: 73px;
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
}

.user-row-nick-team-wrapper{
  position: absolute;
    display: flex;
    align-items: center;
    left: 67px;
    justify-content: center;
    width: 123px;
    height: 39px;
    flex-direction: column;
  
}

.best-user-scroll-row .user-row-nick-team-wrapper{
  left:91px;
  width: 101px;
}


.friend_scroll_row .user-row-nick-team-wrapper{
  left:45px;
}

.gb-pisti .profile-looker-users-window  .friend_scroll_row .user-row-nick-team-wrapper{
  top: 5px;
  height: 49px;
}

.gb-pisti .profile-looker-users-window .profile-looker-users-window .friend_nickname{

    color: white;
    position: absolute;
  margin-top:0px;
  left:0px;
  top:0px;
  line-height: 15px;
}

.gb-pisti .profile-looker-users-window  .pi-wrapper {
  top: 10px;
    left: 6px;

}


.gb-pisti .profile-looker-users-window  .profile-looker-users-window .friend_online_data{
  background-image: url(/oyna/img/pisti/like/Ingame-Waiting-Blip.png);
    right: 64px;
    line-height: 23px;
    /* padding-left: 16px; */
    top: 21px;
}


.header-admin-5 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}



.header-admin-8 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}



.header-admin-9 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}


.header-admin-6 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/lacvrt.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}




.header-admin-5 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/mor.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}



.header-admin-7 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/pembe.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}



.header-admin-4 {
  padding-left: 35px;
  background-image: url(/oyna/img/base/admin_vip/sari.png);
  background-size: 24px 24px;
  background-position: left 7px top 0px;
}



.header-admin-green {
  padding-left: 40px;
  background-image: url(/oyna/img/base/admin_vip/yesil.png);
  background-size: 31px 31px;
  background-position: left 10px top 11px;
}

.user-admin-3{
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}


.user-admin-4{
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.user-admin-5{
  background-image: url(/oyna/img/base/admin_vip/mor.png);
}

.user-admin-6{
  background-image: url(/oyna/img/base/admin_vip/lacvrt.png);
}

.user-admin-7{
  background-image: url(/oyna/img/base/admin_vip/pembe.png);
}

.user-admin-8{
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.user-admin-9{
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}



#header-point {
  top: 45px;
  position: absolute;
  height: 20px;
  padding-left: 29px;
  background-image: url(/oyna/img/base//chips/profile_chip.png);
  background-repeat: no-repeat;
  background-position: left 8px top 0px;
  background-size: 18px 18px;
  line-height: 19px;
  z-index: 3;
}

.header-point-bg{
  display: none;
  top: 47px;
    position: absolute;
    height: 19px;
    text-align: center;
    width: 97px;
    padding-right: 14px;
    padding-left: 21px;
    background-image: url(/oyna/img/okey/top_panel/chip_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    line-height: 19px;
    left: 101px;
    color: orange;
    line-height: 20px;
    z-index: 0;
    font-size: 11px;

}

.gb-okey #header-point,.gb-pisti #header-point{
  top: 47px;
    position: absolute;
    height: 19px;
    text-align: center;
    width: 64px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    left: 120px;
    color: orange;
    line-height: 20px;
    z-index: 0;
    font-size: 11px;
}

.gb-okey .header-point-bg,.gb-pisti .header-point-bg{
  display: block;
}


.gb-okey101 #header-point{
  font-size: 16px;
    top: 47px;
    position: absolute;
    height: 32px;
    text-align: center;
    width: 161px;
    padding-right: 23px;
    padding-left: 41px;
    background-image: url(/oyna/img/okey101/appscreens/profile/chip_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    line-height: 19px;
    left: 85px;
    color: orange;
    line-height: 32px;
    z-index: 0;
}

#header-elmas {
  top: 65px;
  position: absolute;
  height: 20px;
  padding-left: 29px;
  background-image: url(/oyna/img/base/Diamond.png);
  background-repeat: no-repeat;
  background-position: left 4px top -2px;
  background-size: 24px 24px;
  line-height: 24px;
  z-index: 3;
}


.gb-pisti #header-elmas,
.gb-batak #header-elmas
 {
  background-position: left 6px top 0px;
  background-image: url(/oyna/img/base/store_v2/with_diamond.png);
}


.gb-okey #header-elmas,.gb-pisti #header-elmas{
  font-size: 13px;
    top: 20px;
    position: absolute;
    height: 17px;
    width: 97px;
    padding-left: 12px;
    background-image: url(/oyna/img/okey/top_panel/diamond_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    left: 102px;
    z-index: 0;
    color: orange;
    line-height: 19px;
    text-align: center;
}

.gb-pisti #header-elmas{
  background-image: url(/oyna/img/pisti/top_panel/diamond_bg.png);
}


.gb-okey101 #header-elmas {
  font-size: 16px;
  top: 10px;
  position: absolute;
  height: 28px;
  width: 161px;
  padding-left: 12px;
  background-image: url(/oyna/img/okey101/appscreens/profile/diamond_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  left: 85px;
  z-index:0;
  color: orange;
  line-height: 30px;
  text-align: center;
}




.gained-bonus-coin-holder {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 43px;
  left: 6px;
  z-index: 1003;
}

.gained-bonus-coin {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1005;
  background-image: url(/oyna/img/base/chips/profile_chip.png);
  top: 2px;
  left: 2px;
}

#header_nick_background {
  top: 43px;
  left: 7px;
  position: absolute;
  z-index: 2;
  background-image: url(/oyna/img/base/zlchip_background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 46px;
  width: 100px;
}

.gb-okey #header_nick_background,.gb-pisti #header_nick_background{
  background-image: none;
}

#header_zl_plus {
  top: 43px;
  left: 88px;
  position: absolute;
  z-index: 1;
  background-image: url(/oyna/img/base/zlchipplus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 27px;
  cursor: pointer;
}


.gb-okey101 #header_zl_plus{
  top: 50px;
    left: 222px;
    position: absolute;
    background-image: url(/oyna/img/okey101/appscreens/profile/plus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 0;
}


.gb-okey #header_zl_plus,.gb-pisti #header_zl_plus{
  top: 48px;
    left: 183px;
    position: absolute;
    background-image: url(/oyna/img/okey/top_panel/plus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 0;
}

.gb-pisti #header_zl_plus:hover{
  background-image: url(/oyna/img/pisti/top_panel/plus.png);
  transform: scale(1.05);
}


#header_zl_plus:hover {
  background-image: url(/oyna/img/base/zlchipplus_over.png);
}


.gb-okey101 #header_zl_plus:hover {
  background-image: url(/oyna/img/okey101/appscreens/profile/plus.png);
  transform: scale(1.05);
}

.gb-okey #header_zl_plus:hover {
  background-image: url(/oyna/img/okey/top_panel/plus.png);
  transform: scale(1.05);
}

#header_zl_plus:active {
  background-image: url(/oyna/img/base/zlchipplusb.png);
}

#header_elmas_plus {
  top: 65px;
  left: 88px;
  position: absolute;
  z-index: 1;
  background-image: url(/oyna/img/base/zlchipplus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 27px;
  cursor: pointer;
}


.gb-okey101 #header_elmas_plus {
  top: 13px;
    left: 222px;
    position: absolute;
    /* z-index: 1; */
    background-image: url(/oyna/img/okey101/appscreens/profile/plus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 0;
}


.gb-okey #header_elmas_plus,.gb-pisti #header_elmas_plus {
  top: 21px;
    left: 183px;
    position: absolute;
    background-image: url(/oyna/img/okey/top_panel/plus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 0;
}



.gb-pisti #header_elmas_plus:hover {
  background-image: url(/oyna/img/pisti/top_panel/plus.png);
  transform:scale(1.05);
}


#header_elmas_plus:hover {
  background-image: url(/oyna/img/base/zlchipplus_over.png);
}


.gb-okey101 #header_elmas_plus:hover {
  background-image: url(/oyna/img/okey101/appscreens/profile/plus.png);
  transform:scale(1.05);
}

.gb-okey #header_elmas_plus:hover {
  background-image: url(/oyna/img/okey/top_panel/plus.png);
  transform:scale(1.05);
}

#header_elmas_plus:active {
  background-image: url(/oyna/img/base/zlchipplusb.png);
}

#header-fourth-col {
  position: relative;
  width: 86px;
  float: left;
  height: 100%;
}

.gb-okey #header-fourth-col,.gb-pisti #header-fourth-col{
  display: none;
}

#header-gift {
  display: none;
  position: absolute;
  background-image: url(/oyna/img/base/gift1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 55px;
  top: 10px;
  left: 22px;
  color: white;
  font-size: 0.5em;
  font-family: 'DINPro-CondensedBold';
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}


.gb-pisti .down-panel #header-gift{
  background-image: url(/oyna/img/pisti/down_panel/message_box.png);
  background-size: 100% 100%;
  width: 87px;
  height: 63px;
  position: relative;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
  transition: all 0.2s ease;
  left:10px;
}


.gb-pisti .down-panel #header-gift:hover{
  transform:scale(1.05);
}

.gb-okey101 #header-gift{
  background-image: url(/oyna/img/okey101/messagebox/Home-ReportButton.png);
  background-size: 100% 100%;
  width: 105px;
  /* top: 14px; */
  height: 75px;
  position: absolute;
  display: inline-block;
  top: 27px;
  left: 76px;
}


.gb-okey .down-panel-right-part #header-gift{
  background-image: url(/oyna/img/okey/down_panel/message_box.png);
  background-size: 100% 100%;
  width: 58px;
  height: 42px;
  position: absolute;
  display: block;
  top: 14px;
  left: 27px;
}


.gb-zadebul #header-gift{
  left :1px;
}

#header-gift:hover {
  transform: scale(1.05);
}

#header-gift div {
  position: relative;
  top: 25px;
  left: 24px;
  width: 18px;
  height: 18px;
  text-align: center;
  padding-top: 6px;
}

.gb-okey101 #header-gift div {
  position: relative;
    top: 7px;
    left: 80px;
    width: 24px;
    background-color: red;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    border-radius: 100px;
    line-height: 10px;
    font-size: 14px;
}



.gb-okey #header-gift div {
  position: relative;
    top: 2px;
    left: 44px;
    width: 13px;
    background-color: red;
    height: 13px;
    text-align: center;
    padding-top: 6px;
    border-radius: 100px;
    line-height: 1px;
    font-size: 10px;
}


.gb-pisti #header-gift div {
  position: relative;
  top: 1px;
  left: 64px;
  width: 20px;
  /* background-color: red; */
  height: 20px;
  text-align: center;
  background-image: url(/oyna/img/pisti/alert/badge_red.png);
  background-size: 100% 100%;
  /* border-radius: 100px; */
  line-height: 7px;
  /* font-size: 10px; */
  font-size: 11px;
}

#header-fourth-col a {
  position: absolute;
  top: 60px;
  left: 2px;
}

#header-fifth-col {
  position: relative;
  width: 160px;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
}

.logo-kelime101 {
  position: absolute;
  width: 113px;
  height: 75px;
  background-repeat: no-repeat;
  top: 7px;
  left: 8px;
  background-image: url(/oyna/img/kelime101/header-logo.png);
  background-size: 100% 100%;
}

.logo-okey {
  position: absolute;
  width: 112px;
  height: 101px;
  background-repeat: no-repeat;
  top: 9px;
  left: 27px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/header-logo-v3.png);
}


.logo-zadebul {
  position: absolute;
  width: 177px;
  height: 67px;
  background-repeat: no-repeat;
  top: 14px;
  left: -35px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/zadebul/header-logo-v2.png);
}

.logo-pisti {
  position: absolute;
    width: 145px;
    height: 110px;
    background-repeat: no-repeat;
    top: 0px;
    left: -2px;
    background-size: 100%;
    background-image: url(/oyna/img/pisti/header-logo_v2.png);
}

.logo-batak {
  position: absolute;
  width: 145px;
  height: 145px;
  background-repeat: no-repeat;
  top: -26px;
  left: 17px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/header-logo-v2.png);

}

.logo-banko {
  position: absolute;
  width: 147px;
  height: 96px;
  background-repeat: no-repeat;
  top: 0px;
  left: -5px;
  background-size: 100%;
  background-image: url(/oyna/img/banko/header-logo.png);
}

.logo-okey101 {
  background-image: url(/oyna/img/okey101/header-logo-v2.png);
  position: absolute;
  width: 108px;
  height: 102px;
  background-repeat: no-repeat;
  top: 6px;
  left: 40px;
  background-size: 100% 100%;
}

.logo-okey101-old {
  background-image: url(/oyna/img/okey101/header-logo.png);
  position: absolute;
  width: 147px;
  height: 96px;
  background-repeat: no-repeat;
  top: 0px;
  left: -5px;
  background-size: 100%;
}

#header-sixth-col {
  position: relative;
  width: 80px;
  float: left;
  height: 100%;
}

#header-sixth-col .control_button {
  position: absolute;
  z-index: 1;
  top: 50px;
  width: 90px;
  text-align: right;
  left: 32px;
  font-size: 0.9em;
}

#header-sixth-col .vip-buy-icon {
  background-image: url(/oyna/img/base/header/home_buy_back_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 10px;
  width: 80px;
  height: 75px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.standard-coin {
  height: 8px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
}

.standard-coin-left {
  background-image: url(/oyna/img/base/header/coin_left.png);
}

.standard-coin-right {
  background-image: url(/oyna/img/base/header/coin_right.png);
}

.standard-coin-middle {
  background-image: url(/oyna/img/base/header/coin_middle.png);
}

.standard-coin-c1 {
  bottom: 22px;
  left: 10px;
}

.standard-coin-c2 {
  bottom: 26px;
  left: 11px;
}

.standard-coin-c3 {
  bottom: 29px;
  left: 11px;
}

.standard-coin-c4 {
  bottom: 32px;
  left: 10px;
}

.standard-coin-c5 {
  bottom: 35px;
  left: 11px;
}

.standard-coin-c6 {
  bottom: 38px;
  left: 11px;
}

.standard-coin-c7 {
  bottom: 41px;
  left: 12px;
}

.standard-coin-c8 {
  bottom: 25px;
  left: 28px;
}

.standard-coin-c9 {
  bottom: 28px;
  left: 28px;
}

.standard-coin-c10 {
  bottom: 31px;
  left: 28px;
}

.standard-coin-c11 {
  bottom: 34px;
  left: 27px;
}

.standard-coin-c12 {
  bottom: 37px;
  left: 28px;
}

.standard-coin-c13 {
  bottom: 40px;
  left: 28px;
}

.standard-coin-c14 {
  bottom: 22px;
  left: 45px;
}

.standard-coin-c15 {
  bottom: 25px;
  left: 45px;
}

.standard-coin-c16 {
  bottom: 28px;
  left: 45px;
}

.standard-coin-c17 {
  bottom: 31px;
  left: 45px;
}

.standard-coin-c18 {
  bottom: 34px;
  left: 44px;
}

.standard-coin-c19 {
  bottom: 23px;
  left: 57px;
}

.standard-coin-c20 {
  bottom: 25px;
  left: 64px;
}

.standard-coin-c21 {
  bottom: 22px;
  left: 12px;
}

.standard-coin-c22 {
  bottom: 24px;
  left: 3px;
}

.vip-buy-icon:hover {
  transform: scale(1.05);
}

.vip-buy-icon-store {
  background-image: url(/oyna/img/base/header/home_buy_front_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 75px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.vip-buy-icon-store>span {
  display: block;
  width: 80px;
  height: 18px;
  text-align: center;
  position: absolute;
  top: 48px;
}

.vip-buy-discount-turn-point {
  width: 2px;
  height: 2px;
  position: absolute;
  top: 57px;
  left: 8px;
}

.vip-buy-icon-store-discount {
  background-image: url(/oyna/img/base/header/buy_discount_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -13px;
  width: 41px;
  height: 46px;
}

.vip-buy-icon-store-discount span {
  position: absolute;
  display: block;
  font-size: 12px;
  /* top: 10px; */
  bottom: 11px;
  left: 9px;
  color: white;
  transform: rotate(-13deg);
}

#header-seventh-col {
  position: relative;
  width: 46px;
  float: left;
  height: 100%;
}




.general-chat-open-btn {
  cursor: pointer;
  background-image: url(/oyna/img/base/header/general_chat_btn.png);
  font-family: 'DINPro-CondensedBold';
  float: left;
  margin-left: 44px;
  margin-right: 5px;
  margin-top: 12px;
  width: 100px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 35px;
  transition: all 0.2s ease;
  text-align: center;
  padding-left: 16px;
  position: absolute;
  right: -16px;
}

.general-chat-open-btn:hover {
  transform: scale(1.05);
}

.general-chat-open-notify-sign {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 20px;
  right: -2px;
  font-size: 0.8em;
  top: -4px;
  line-height: 20px;
  background-image: url(/oyna/img/base/header/global_chat_badge.png);
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.general-chat-notification-icon .general-chat-open-notify-sign {
  width: 22px;
  height: 18px;
  transition: all 0.2s ease;
}

.general-chat-notification-icon:hover {
  transform: scale(1.05);
}

.general-chat-body-top-left-btn:hover {
  transform: scale(1.05);
}

.radio-open-btn {
  z-index: 777;
}


.gb-okey101 .radio-open-btn{
  position: absolute;
  z-index: 0;
  top: 28px;
  left: 1382px;
  width: 113px;
  height: 46px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gb-okey101 .radio-open-btn img {
  width: 200px;
    height: 50px;
    opacity: 0;
}

.gb-okey101 .gamecontainer-top-bar-container .radio-open-btn{
  left:1492px;
}

.gb-okey101 .appscreens-tables  .radio-open-btn{
  top: 6px;
  left: 129px;
  width: 135px;
  height: 50px;

}

.gb-okey101 .radio-open-btn:hover{
  transform: scale(1.05);
}

.radio-open-btn-on{
  background-image: url(/oyna/img/okey101/appscreens/profile/radio_on.png);
}


.radio-open-btn-off{
  background-image: url(/oyna/img/okey101/appscreens/profile/radio_off.png);
}


.radio-bar {
  display: none;
  top: 10px;
  left: 0px;
  position: absolute;
  width: 36px;
  height: 127px;
  background-color: #3985C9;
  border: 3px solid #DBDCDD;
  border-radius: 4px;
}

.radio-bar-slider {
  width: 30px;
  margin-left: 1px;
  height: 95px;
  margin-top: 9px;
  cursor: pointer;
}

.radio-slider-wrapper {
  position: absolute;
  left: 12px;
  height: 70px;
  top: 25px;
}

.radio {
  display: none;
}

.radio-bar .switch-button {
  height: 14px;
  width: 28px;
  background-size: 100% 100%;
  margin-left: 1px;
  margin-top: -1px;
  cursor: pointer;
}

.radio-bar .setting-on-switch {
  background-image: url(/oyna/img/base/options/ch_on.png);
}

.radio-bar .setting-off-switch {
  background-image: url(/oyna/img/base/options/ch_off.png);
}

.salon-chat-header-uyarilar .switch-button {
  height: 20px;
  width: 38px;
  background-size: 38px 16px;
  margin-right: 3px;
  margin-top: 9px;
  cursor: pointer;
}

.salon-chat-temizle-button {
  float: right;
  margin-right: 16px;
  margin-top: 9px;
  height: 16px;
  line-height: 5px;
  margin-left: 5px;
  width: 54px;
}

.salon-chat-header-uyarilar .setting-on-switch {
  background-image: url(/oyna/img/base/options/ch_on.png);
}

.salon-chat-header-uyarilar .setting-off-switch {
  background-image: url(/oyna/img/base/options/ch_off.png);
}

#header-eight-col img {
  position: absolute;
  width: 35px;
  height: 35px;
}

#header-eight-col a {
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  float: left;
  background-repeat: no-repeat;
  background-size: 38px 35px;
  background-size: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

#header-eight-col {
  width: 225px;
  float: left;
  height: 100%;
}

.conf-buttons-line {
  width: 225px;
  height: 35px;
  margin-top: 10px;
}

.conf-buttons-line>div {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  float: left;
  background-repeat: no-repeat;
  background-size: 38px 35px;
  background-size: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general-chat-notification-icon {
  position: relative;
  background-image: url(/oyna/img/base/header/general_chat_btn_ico.png);

}


.gb-okey101 .general-chat-notification-icon{
  width: 67px;
    height: 59px;
    top: 22px;
    position: absolute;
    background-size: 100% 100%;
    right: 35px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/okey101/appscreens/profile/general_chat_bg.png);
}

.gb-okey101 .appscreens-tables  .general-chat-notification-icon{
  top: -33px;
  height: 140px;
  width: 142px;
  right: -36px;
  background-image: url(/oyna/img/okey101/appscreens/tables_v2/general_chat.png);
}


.gb-okey101 .appscreens-tables .general-chat-notification-icon .general-chat-open-notify-sign{
  left: 63px;
  top: 54px;
}

.gb-okey101 .general-chat-notification-icon:hover{
  transform: scale(1.05);
}

#notification-btn {
  position: relative;
  background-image: url(/oyna/img/base/zarf.png);
}

#notification-btn:hover {
  background-image: url(/oyna/img/base/zarf2.png);
}

#notification-btn:active {
  background-image: url(/oyna/img/base/zarf3.png);
}

.red-dot {
  position: absolute;
  display: none;
  width: 12px;
  height: 13px;
  background-size: 100% 100%;
  top: 0px;
  right: 0px;
  background-image: url(/oyna/img/base/zarf_new.png);
}

.notification-btn-new {
  background-image: url(/oyna/img/base/zarf_new.png) !important;
}

#full-screen-btn {
  background-image: url(/oyna/img/base/tam_ekran1.png);
}


.gb-okey101 #full-screen-btn{
  width: 45px;
    height: 45px;
    position: absolute;
    background-size: 100% 100%;
    right: 215px;
    top: 31px;
}

#full-screen-btn:hover {
  background-image: url(/oyna/img/base/tam_ekran2.png);
}

#full-screen-btn:active {
  background-image: url(/oyna/img/base/tam_ekran3.png);
}

#config-right-btn {
  background-image: url(/oyna/img/base/ayar_big_1.png);
}

#config-right-btn:hover {
  background-image: url(/oyna/img/base/ayar_big_2.png);
}

#config-right-btn:active {
  background-image: url(/oyna/img/base/ayar_big_3.png);
}


.gb-okey101 #config-right-btn {
  width: 70px;
    height: 100px;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    transition: all 0.2s ease;
    right: 102px;
    top: 10px;
    background-image: url(/oyna/img/okey101/appscreens/footer/settings.png);
}


.gb-okey101 #config-right-btn:hover {
  transform:scale(1.05);
  background-image: url(/oyna/img/okey101/appscreens/footer/settings.png);
}

.gb-okey101 #config-right-btn:active {
  background-image: url(/oyna/img/okey101/appscreens/footer/settings.png);
}




.gb-okey .down-panel-right-part #config-right-btn {
  width: 35px;
  height: 50px;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
  right: 51px;
  top: 10px;
  background-image: url(/oyna/img/okey/down_panel/settings.png);
}


.gb-okey .down-panel-right-part #config-right-btn:hover {
  transform:scale(1.05);
  background-image: url(/oyna/img/okey/down_panel/settings.png);
}

.gb-okey .down-panel-right-part #config-right-btn:active {
  background-image: url(/oyna/img/okey/down_panel/settings.png);
}


.complaint-wrapper {
  display: none;
  position: relative;
  width: 140px;
  height: 35px;
  margin-top: 5px;
  right: -88px;
}

.appscreens-top-bar .complaint-wrapper{
  position: absolute;
  right: 20px;
  top: 83px;
  transform: scale(1.2);
}

#destek-sikayet-name {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 2px;
  width: 106px;
  height: 28px;
  background-image: url(/oyna/img/base/destek_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 28px;
  color: white;
  font-family: 'DINPro-CondensedBold';
  font-size: 0.9em;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

#destek-sikayet-name:hover {
  background-image: url(/oyna/img/base/destek_btn_over.png);
}

#destek-sikayet-name:active {
  background-image: url(/oyna/img/base/destek_btn_active.png);
}

#destek-sikayet-number {
  display: none;
  position: absolute;
  z-index: 2;
  left: 94px;
  top: 6px;
  width: 35px;
  height: 20px;
  background-image: url(/oyna/img/base/destek_number.png);
  background-repeat: no-repeat;
  background-size: 35px 20px;
  line-height: 20px;
  color: white;
  font-family: 'DINPro-CondensedBold';
  font-size: 0.8em;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

#destek-sikayet-number:hover {
  background-image: url(/oyna/img/base/destek_number_over.png);
}

#destek-sikayet-number:active {
  background-image: url(/oyna/img/base/destek_number_active.png);
}

/***  End of main header **/

#canvas-panel {
  display: block;
}

#canvas-content {
  /*display: none;*/
}




.appscreens{
  overflow: hidden;
  top: 79px;
    position: absolute;
    width: 1600px;
    height: 1015px;
    left: 0;
    right: 0;
    font-family: 'DINPro-CondensedBold';
    
    background-size: 100% 100%;
   
}

.appscreens-bottom{

  position: absolute;
  width: 1600px;
  height: 1015px;
  text-align: center;

}

.appscreens-bottom .bottom-panel-privacy-wrapper{
  position: absolute;
    font-size: 28px;
    width: 100%;
    height: 50px;
    bottom: -60px;
}


.appscreens-background{
  width: 1900px;
    height: 900px;
    background-image: url(/oyna/img/okey101/background_dots.png);
    background-size: 100% 100%;
    margin-top: 115px;

}


.appscreens-entry{
  width: 1200px;
  height: 510px;
  position: absolute;
  top: 299px;
  left: 190px;
  transform: scale(1);
}


.appscreens-saloons{
  display: none;
  width: 1250px;
  height: 510px;
  position: absolute;
  top: 320px;
  left: 0px;
}


.appscreens-saloons-left-turbo-buttons{
  display: none;
  position: absolute;
  height: 450px;
  width: 356px;
  top: 40px;
  left: 0px;
}


.appscreens-saloons-left-buttons{
  position: absolute;
  height: 400px;
  width: 356px;
  top: 0px;
  left: 0px;
}

.appscreen-turbo-left-btn{
  width: 237px;
    height: 104px;
    color: white;
    background-size: 100% 100%;
    text-align: center;
    line-height: 91px;
    font-size: 36px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/blue_btn.png);
    margin-top: 17px;
}

.appscreen-turbo-left-btn:hover{
  transform: scale(1.05);
}

.appscreen-turbo-left-btn-selected{
  background-image: url(/oyna/img/okey101/appscreens/yellow_btn.png);
}

.appscreens-tables .appscreens-saloons-left-buttons{
  top:259px;
}

.appscreens-saloons-left-buttons .open-table-btn {
  display: inline-block;
    width: 237px;
    height: 104px;
    color: white;
    background-size: 100% 100%;
    text-align: center;
    line-height: 91px;
    font-size: 36px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/blue_btn.png);
    margin-top:40px;
}



.appscreens-saloons-left-buttons .open-table-btn:hover{
  transform: scale(1.05);
}

.appscreens-saloons-left-buttons .playNowButton{
  display: inline-block;
    width: 237px;
    height: 104px;
    color: white;
    background-size: 100% 100%;
    text-align: center;
    line-height: 91px;
    font-size: 36px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/yellow_btn.png);
    margin-top:40px;
}

.appscreens-saloons-left-buttons .playNowButton:hover{
  transform: scale(1.05);
}

.appscreens-tables{
  display: none;
    width: 1606px;
    height: 897px;
    position: absolute;
    top: 115px;
    left: 0px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/tables_v2/tables_bg.png);
}

.appscreens-tables-header{
  position:absolute;
  width: 800px;
  height: 80px;
  right: 0px;
  top:0px;

}

.appscreens-tables-down-btns{
  position: absolute;
    left: 346px;
    top: 15px;
    width: 164px;
    height: 60px;

}

.appscreens-destek-sikayet-btn{
  position: absolute;
    width: 107px;
    height: 53px;
    top: 7px;
    line-height: 50px;
    text-align: center;
    left: 32px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(/oyna/img/okey101/appscreens/tables/red_btn.png);
    line-height: 45px;
    color: white;
    font-family: 'DINPro-CondensedBold';
    font-size: 0.9em;
    z-index: 1;
}

.appscreens-tables-top-campaign-part{
  position: absolute;
    left: 493px;
    top: 4px;
    width: 550px;
    height: 60px;

}

.appscreens-tables-chat-panel{
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100px;
  height: 100px;
}

.appscreens-tables .appscreens-tables-down-btns .header-config{
  position: absolute;
  width: 107px;
  height: 53px;
  top: -4px;
  line-height: 50px;
  text-align: center;
  left: 31px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/appscreens/tables/red_btn.png);
  line-height: 45px;
  color: white;
}

.appscreens-tables .appscreens-tables-down-btns #destek-sikayet-name{
  position: absolute;
    width: 107px;
    height: 53px;
    top: 7px;
    line-height: 50px;
    text-align: center;
    left: 32px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(/oyna/img/okey101/appscreens/tables/red_btn.png);
    line-height: 45px;
    color: white;
}

.appscreens-tables .appscreens-tables-down-btns #destek-sikayet-name:hover{
  transform:scale(1.05);
}

.appscreens-tables .appscreens-tables-down-btns .header-config:hover{
  transform:scale(1.05);
} 






.appscreens-tables-back-btn{
  position: absolute;
    width: 74px;
    height: 50px;
    top: 24px;
    left: 12px;
    color: white;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/green_back.png);
}

.appscreens-tables-back-btn:hover{
  transform: scale(1.05);
}


.appscreens-footer{
  bottom: 0px;
    width: 100%;
    position: absolute;
    height: 104px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/footer/bottom_line.png);
}

.appscreens-footer-middle{
  height: 114px;
  width: 606px;
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  left: 0;
  text-align: center;
  margin-right: auto;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/footer/bottom_middle.png);
  right: 0;
}


.appscreens-footer-middle .down-panel-column-text{
  color: black;
    text-align: center;
    width: 221px;
    position: absolute;
    height: 62px;
    top: 47px;
    font-size: 26px;
    line-height: 57px;
    left: -85px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/footer/wheel_title_bg.png);
}


.down-panel-middle-part .down-panel-column-text{
  color: black;
    text-align: center;
    width: 123px;
    position: absolute;
    height: 34px;
    top: 26px;
    font-size: 14px;
    line-height: 31px;
    left: 0px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/down_panel/wheel_title_bg.png);
}


.appscreens-footer-right-side{
  position: absolute;
    display: block;
    top: -11px;
    right: 0px;
    width: 537px;
    height: 100px;
    text-align: center;
}



.appscreens-footer-middle .down-panel-column{
  display: inline-block;
  height: 117px;
  float: none;
  position: relative;
  width: 151px;
}


.down-panel-middle-part .down-panel-column{
  display: inline-block;
    height: 66px;
    float: none;
    position: relative;
    width: 109px;
    left: 14px;
}


.appscreens-footer-middle  .down-column-icon-wheel-of-fortune{
  background-image: url(/oyna/img/okey101/appscreens/footer/wheel.png);
    cursor: pointer;
    position: absolute;
    top: -48px;
    height: 150px;
    width: 150px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left:-50px;
}

.appscreens-footer-middle  .down-column-icon-wheel-of-fortune:hover{
  transform: scale(1.05);
}

.down-panel-middle-part  .down-column-icon-wheel-of-fortune{
  background-image: url(/oyna/img/okey/down_panel/wheel.png);
    cursor: pointer;
    position: absolute;
    top: -29px;
    height: 84px;
    width: 84px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 20px;
}

.down-panel-middle-part  .down-column-icon-wheel-of-fortune:hover{
  transform: scale(1.05);
}






.wheel-of-fortune-pin{ 
  position: absolute;
    top: -8px;
    width: 35px;
    height: 32px;
    left: 58px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/footer/wheel_pin.png);
    

}


.down-panel-middle-part .wheel-of-fortune-pin{
  position: absolute;
  top: -3px;
  width: 19px;
  height: 18px;
  left: 33px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/down_panel/wheel_pin.png);

}



.appscreens-top-bar-container{
  position:absolute;
  width: 100%;
  height: 106px;
  top:0px;
}

.gamecontainer-top-bar-container{
  width: 860px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 8px;
}


.appscreens-top-bar{
  position: absolute;
    width: 100%;
    height: 106px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/top_bar.png);
    z-index: 100;
    top:0px;
}


.gamecontainer-top-bar-container .appscreens-top-bar{
  width: 1706px;
  transform: scale(0.5);
  left: 50%;
  top: -22px;
  margin-left: -853px;
}

.appscreens-header{
  position:absolute;
  width: 100%;
  height: 300px;
  top:113px;
  left:0px;
}

.appscreens-profile-bg{
  position: absolute;
    top: 0px;
    left: -5px;
    width: 473px;
    height: 90px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/profile_bg.png);
}


.gb-okey101 .appscreens-header .vip-buy-icon{
  width: 240px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    right: -90px;
    top: 25px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/home_store_button.png);
    transition: all 0.2s ease;
}

.vip-buy-icon-cart{
  position: absolute;
    left: -55px;
    width: 68px;
    height: 62px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/cart.png);

}

.vip-buy-icon-store-text{
  position: absolute;
  left: 20px;
  top: 13px;
  width: 130px;
  height: 47px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/profile/store.png);
}


.appscreens-header-logo{
  background-image: url(/oyna/img/okey101/header-logo-v2.png);
    position: absolute;
    width: 112px;
    height: 106px;
    background-repeat: no-repeat;
    top: 6px;
    left: 30px;
    background-size: 100% 100%;
}

.gb-okey101 .header-config{
  display: none;
    width: 42px;
    height: 42px;
    margin-top: 11px;
    margin-left: 7px;
    background-image: url(/oyna/img/base/ayarlar01.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    background-size: 100% 100%;
    left: -2px;
    top: -7px;
    transition: all 0.2s ease;

}

.gb-okey101 .header-config:hover{
  transform:scale(1.05);
}

.gamecontainer-top-bar-container .appscreens-header-logo{
  left: 30px;
  top: 9px;
}


.appscreens-profile{
  position:absolute;
  top:0px;
  left:0px;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}


.appscreens-saloons-back{
  position: absolute;
    top: -207px;
    left: -100px;
    width: 432px;
    height: 90px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/profile_bg.png);
}


.appscreens-saloon-back-btn{
  position: absolute;
    width: 74px;
    height: 50px;
    top: 20px;
    left: 115px;
    color: white;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/green_back.png);
}

.appscreens-saloon-back-btn:hover{
  transform:scale(1.05);
}

.appscreens-saloon-backg-txt{
  color: white;
    position: absolute;
    font-size: 40px;
    left: 198px;
    top: 2px;
    height: 87px;
    line-height: 87px;
    width: 225px;
    text-align: center;
}



.profile-level-wrapper{
  display: block;
    width: 126px;
    position: absolute;
    height: 29px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    line-height: 25px;
    /* left: 10px; */
    right: 201px;
    bottom: 13px;
}

.gb-okey .profile-level-wrapper,.gb-pisti .profile-level-wrapper{
  transform: scale(0.6);
  right: 95px;
  bottom: 30px;

}

.appscreens-profile .profile-level-bar{
  position: absolute;
    height: 29px;
    width: 126px;
    top: 1px;
    left: 1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/level_bar_bg.png);
}

.gb-okey .profile-level-bar,.gb-pisti .profile-level-bar{
  position: absolute;
  height: 29px;
  width: 126px;
  top: 1px;
  left: 1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/top_panel/level_bar_bg.png);
}


.gb-pisti .profile-level-bar{
  background-image: url(/oyna/img/pisti/top_panel/level_bar_bg.png);
}

.profile-level-bar-blue{
  position: absolute;
    top: 1px;
    height: 29px;
    width: 126px;
    left: 1px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/appscreens/profile/level_bar.png);
    border-radius: 100px;
    background-position-x: -21px;
    background-repeat: no-repeat;
}

.proifle-level-txt{
  position: absolute;
  display: block;
  width: 110px;
  text-align: center;
  color: white;
  height: 30px;
  line-height: 30px;
  left: 15px;
  font-size: 19px;
}

.choose-frame-content .proifle-level-txt{
  width: 88px;
  height: 21px;
    line-height: 21px;
    left: 0px;
    font-size: 14px;
}


.profile-level-star{
  position: absolute;
  width: 43px;
  height: 46px;
  top: -9px;
  right: 101px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/profile/blue-star.png);
}

.appscreens-profile-points{
  position:absolute;
  width: 100px;
  height: 100px;
  top:0px;
  left:200px;
}

.control_button {
  float: left;
  margin-right: 5px;
  width: 110px;
  text-align: center;
  border: 0px solid #8bcf54;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 11px;
  font-family: 'DINPro-CondensedBold';
  padding: 7px 10px 7px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #a9db80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#0AA132));
  background-image: -webkit-linear-gradient(top, #a9db80, #0AA132);
  background-image: -moz-linear-gradient(top, #a9db80, #0AA132);
  background-image: -ms-linear-gradient(top, #a9db80, #0AA132);
  background-image: -o-linear-gradient(top, #a9db80, #0AA132);
  background-image: linear-gradient(to bottom, #a9db80, #0AA132);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a9db80, endColorstr=#0AA132);
  cursor: pointer;
}

.control_button_hover {
  border: 1px solid #74bf36;
  background-color: #8ed058;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ed058), to(#077123));
  background-image: -webkit-linear-gradient(top, #8ed058, #077123);
  background-image: -moz-linear-gradient(top, #8ed058, #077123);
  background-image: -ms-linear-gradient(top, #8ed058, #077123);
  background-image: -o-linear-gradient(top, #8ed058, #077123);
  background-image: linear-gradient(to bottom, #8ed058, #077123);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8ed058, endColorstr=#077123);
}

.chat-send-button {
  width: 111px;
  height: 29px;
  display: block;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/green_btn_bg_1.png);
  background-repeat: no-repeat;
  background-size: 111px 29px;
  line-height: 26px;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.chat-send-button:hover {
  background-image: url(/oyna/img/base/green_btn_bg_2.png);
}

.green_control_button {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  width: 156px;
  height: 51px;
  color: white;
  font-family: 'DINPro-CondensedBold';
  text-align: center;
  background-image: url(/oyna/img/base/top_buttons/green_btn.png);
  background-repeat: no-repeat;
  background-size: 156px 51px;
  line-height: 51px;
  font-size: 1.2em;
  font-weight: 600;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

.green_control_button span {
  width: 100%;
}

.green_control_button:hover {
  transform: scale(1.05);
}

.orange-control-btn {
  display: none;
  background-image: url(/oyna/img/base/top_buttons/orange_btn.png);
}

.evet-button, .alert-store-button {
  display: inline-block;
  margin-right: 5px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/green_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}


.modal-store .evet-button, .alert-store-button {
  position:relative;
  width: 200px;
  height: 70px;
  line-height: 70px;
  color: #754C24;
  font-size: 29px;
  padding-left: 40px;
  background-image: url(/oyna/img/base/store_modal/yellow_btn_bg.png);
}

.evet-button:hover, .alert-store-button:hover {
  background-image: url(/oyna/img/base/buttons/green_oval_over.png);
}

.modal-store .evet-button:hover, .alert-store-button:hover {
  transform: scale(1.05);
  background-image: url(/oyna/img/base/store_modal/yellow_btn_bg.png);
}

.hayir-button {
  display: inline-block;
  margin-right: 5px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/red_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.hayir-button:hover {
  background-image: url(/oyna/img/base/buttons/red_oval_over.png);
}

.iptal-button {
  display: inline-block;
  margin-right: 5px;
  width: 93px;
  height: 57px;
  color: white;
  text-align: center;
  background-image: url(/oyna/img/base/buttons/orange_oval.png);
  background-repeat: no-repeat;
  line-height: 51px;
  font-size: 1.4em;
  font-weight: 600;
  background-size: 100%;
  transition: all 0.2s ease;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
  cursor: pointer;
}

.iptal-button:hover {
  background-image: url(/oyna/img/base/buttons/orange_oval_over.png);
}

.game-version {
  position: absolute;
  top: -20px;
  right: 15px;
  width: 111px;
  height: 25px;
  color: white;
  font-size: 16px;
  text-align: right;
  font-family: 'DINPro-CondensedMedium';
}

.exit_salon_btn {
  margin-top: 10px;
  display: none;
  float: left;
  margin-right: 5px;
  width: 111px;
  height: 29px;
  color: black;
  font-family: 'DINPro-CondensedBold';
  text-align: left;
  background-image: url(/oyna/img/base/exit_salon_btn.png);
  background-repeat: no-repeat;
  background-size: 111px 29px;
  font-size: 16px;
  font-weight: 800;
  padding-left: 2px;
  letter-spacing: -1px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.exit_salon_btn:hover {
  transform: scale(1.05);
}

.exit_salon_btn div {
  width: 75px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

.control-buttons-panel {
  display: none;
  width: 765px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
}

.control-buttons-left-wrapper {
  margin-top: 6px;
  width: 472px;
  float: left;
  position: relative;
}

.control-buttons-right-wrapper {
  position: relative;
  margin-left: 15px;
  margin-top: 6px;
  width: 278px;
  float: left;
}

.game-type-left-wrapper {
  margin-top: 6px;
  text-align: center;
  position: relative;

}

.gb-okey .game-type-left-wrapper{
  padding-top: 24px;/*
  padding-left: 225px;*/
}

.gb-okey101 .game-type-left-wrapper{
  height: 426px;
    border-radius: 16px;
    /*background-color: rgba(0,0,0,0.4);*/
}

.game-type-left-wrapper-batak {
  margin-top: 6px;
  text-align: center;
  position: relative;
  height: 387px;
  margin-left: -67px;
}



.game-type-select-game-panel{
  display: inline-block;
  position: relative;
  left: 2px;

}

.game-type-batak-choose-btn {
  cursor: pointer;
  position:absolute;
  top:20px;
  left:50px;
  width: 157px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
}

.game-type-batak-open-table{
  position:absolute;
  width:44px;
  height: 35px;
  background-size: 100% 100%;

}

.game-type-zadebul-open-table{
  position: absolute;
    width: 44px;
    height: 35px;
    right: 11px;
    bottom: 17px;
    background-size: 100% 100%;
}

.game-type-open-table-left{
  background-image: url(/oyna/img/batak/gametypes/open_room_left.png);
}

.game-type-open-table-right{
  background-image: url(/oyna/img/batak/gametypes/open_room_right.png);
}

.game-type-open-table-right-zadebul{
  background-image: url(/oyna/img/zadebul/game_type/open_room_right.png);
}

.game-type-batak-choose-ihaleli-esli .game-type-open-table-left{
  bottom: 18px;
  left: 96px;
}

.game-type-batak-choose-ihaleli-esli .game-type-open-table-right{
  bottom: 18px;
  right: 12px;
}





.game-type-batak-choose-ihaleli .game-type-open-table-left{
  bottom: 10px;
  left: -1px;
}

.game-type-batak-choose-ihaleli .game-type-open-table-right{
  bottom: 2px;
  right: 1px;
}




.game-type-batak-choose-uc-bes-sekiz .game-type-open-table-left{
  bottom: 8px;
  left: -1px;
}

.game-type-batak-choose-uc-bes-sekiz .game-type-open-table-right{
  bottom: 1px;
  right: 1px;
}


.game-type-batak-choose-koz-maca .game-type-open-table-left{
  bottom: 2px;
  left: -1px;
}

.game-type-batak-choose-koz-maca .game-type-open-table-right{
  bottom: 2px;
  right: 1px;

}

.game-type-batak-choose-gommeli .game-type-open-table-left{
  bottom: 3px;
  left: 2px;
}

.game-type-batak-choose-gommeli .game-type-open-table-right{
  bottom: 3px;
  right: 3px;
}

.gb-batak .choose-game-type-btn{
  position:absolute;
}

.gb-zadebul .choose-game-type-btn{
  position:absolute;
  width:225px;
  height: 280px;
}

.choose-game-type-btn{
  width:221px;
  height: 146px;

}

.game-type-batak-choose-ihaleli-esli .choose-game-type-btn{
  top: 6px;
    left: 95px;
    width: 192px;
    height: 247px;
}

.game-type-batak-choose-gommeli .choose-game-type-btn{
  width: 235px;
  height: 156px;
}


.game-type-batak-choose-uc-bes-sekiz .choose-game-type-btn{
  width: 228px;
  height: 144px;
}


.game-type-batak-choose-ihaleli .choose-game-type-btn{
  width: 235px;
  height: 153px;
}


.game-type-batak-choose-btn-disabled{
  cursor: pointer;
  width: 157px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  position: absolute;


}

.game-type-batak-choose-btn-disabled span{
  top: 115px;
  position: absolute;
  display: block;
  left: 25px;
  width: 97px;
  line-height: 42px;
  height: 43px;
  font-size: 0.8em;

  color: white;
  font-family: 'DINPro-CondensedBold';
  text-align: center;
  background-size: 100% 100%;
}

.game-type-batak-choose-btn span{
  top: 115px;
  position: absolute;
  display: block;
  left: 25px;
  width: 97px;
  line-height: 42px;
  height: 43px;
  font-size: 0.8em;
  color: white;
  font-family: 'DINPro-CondensedBold';
  text-align: center;
  background-size: 100% 100%;
}

.game-type-batak-choose-ihaleli-esli span{
  left: 11px;
  top: 192px;
  font-size: 30px;
  width: 170px;
}

.game-type-batak-choose-ihaleli-esli{
  top: 64px;
    left: -12px;
    width: 300px;
    height: 270px;
    background-image: url(/oyna/img/batak/gametypes/ihaleli_esli_v2.png);
}


.game-type-batak-choose-ihaleli-esli-bottom{
  position: absolute;
  background-size: 100% 100%;
  background-image: url(/oyna/img/batak/gametypes/ihaleli_esli_bottom.png);
  width: 190px;
  height: 190px;
  top: 340px;
  left: 84px;
}

.game-type-batak-choose-ihaleli{
  left: 621px;
    height: 158px;
    top: 185px;
    width: 234px;
    background-image: url(/oyna/img/batak/gametypes/ihaleli_v2.png);
}

.game-type-batak-choose-ihaleli span{
  top: 116px;
  left: 4px;
  width: 224px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
}


.game-type-batak-choose-uc-bes-sekiz{
  left: 381px;
    height: 146px;
    top: 184px;
    width: 230px;
    background-image: url(/oyna/img/batak/gametypes/uc_bes_sekiz_v2.png);
}

.game-type-batak-choose-uc-bes-sekiz span{
  top: 107px;
  left: 4px;
  width: 221px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
}


.game-type-batak-choose-koz-maca{
  top: 29px;
  left: 388px;
  width: 222px;
  display: block;
  height: 144px;
  background-image: url(/oyna/img/batak/gametypes/koz_maca_v2.png);
}


.game-type-batak-choose-koz-maca span{
  top: 108px;
  left: 4px;
  width: 210px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
}


.game-type-batak-choose-gommeli {
  background-image: url(/oyna/img/batak/gametypes/gommeli_v2.png);
  left: 617px;
  height: 160px;
  top: 13px;
  width: 238px;
}

.game-type-batak-choose-gommeli span {
  top: 125px;
  left: 10px;
  width: 219px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
}


.game-type-batak-choose-tournament{
  background-image: url(/oyna/img/batak/gametypes/coming_soon.png);
  /*left: 363px;*/
  left:432px;
  height: 113px;
  top: 328px;
  width: 348px;
}

.game-type-batak-choose-tournament span {
  top: 49px;
  left: 92px;
  width: 219px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;

}

.game-type-batak-choose-games{
  background-image: url(/oyna/img/batak/gametypes/games.png);
  left: 717px;
  height: 89px;
  top: 346px;
  width: 137px;
}

.game-type-batak-choose-games span{
  top: 52px;
  left: 10px;
  width: 117px;
  height: 26px;
  line-height: 26px;
  font-size: 23px;
}


.game-type-batak-tournament-coming-soon{
  position: absolute;
  top: 1px;
  left: 19px;
  width: 73px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  transform-origin: left;
  transform: rotate(11deg);
}



.game-type-batak-choose-btn:hover{
  transform: scale(1.05);
}
.game-type-batak-choose-btn-disabled:hover{
  transform: scale(1.05);
}


.game-user-count {
  height: 30px;
  line-height: 30px;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-family: 'DINPro-CondensedBold';
  font-size: 25px;
}

.gb-okey101 .game-user-count {
  margin-top: 3px;
}

.gb-zadebul .game-user-count{
  font-size: 24px;

}


.game-tournament-choose-panel{
  position: absolute;
    top: 115px;
    left: 0;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-image: url(/oyna/img/okey101/background_dots.png);
  background-size: 100% 100%;
}

.appscreens-tournament-exit-btn{
  left:33px;
  top: -10px;
    position: absolute;
    margin-right: 5px;
    width: 111px;
    height: 76px;
    background-image: url(/oyna/img/okey101/appscreens/tournament_back_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.appscreens-tournament-exit-btn:hover{
  transform:scale(1.05);
}

.appscreens-tournament-inside-exit-btn{
  left: 290px;
    top: 6px;
    position: absolute;
    margin-right: 5px;
    width: 74px;
    height: 50px;
    background-image: url(/oyna/img/okey101/appscreens/tournament_back_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.appscreens-tournament-inside-exit-btn:hover{
  transform:scale(1.05);
}


.game-tournament-choose-bottom-buttons{
  position: absolute;
  bottom: 205px;
  width: 100%;
  height: 64px;
  transform: scale(1.5);
  text-align: center;
}

.game-tournament-choose-bottom-button{
  display: inline-block;
    position: relative;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    width: 178px;
    height: 70px;
    text-align: center;
    font-size: 22px;

    font-family: 'DINPro-CondensedBold';
    color: white;
    cursor: pointer;
}

.game-tournament-choose-bottom-button:hover{
  transform: scale(1.05);
}

.game-tournament-bottom-btn-profil{
  background-image: url(/oyna/img/okey101/tournament/user_profile_bg.png);
}

.game-tournament-bottom-btn-prizes{
  background-image: url(/oyna/img/okey101/tournament/prize_btn_bg.png);
}

.game-tournament-bottom-btn-rules{
  background-image: url(/oyna/img/okey101/tournament/rules_btn_bg.png);
}

.game-tournament-bottom-btn-buy-diamond{
  background-image: url(/oyna/img/okey101/tournament/diamond_btn_bg.png);
}

.game-tournament-choose-bottom-button-text{
  position: absolute;
  top: 8px;
  left: 67px;
  height: 54px;
  line-height: 56px;
  width: 102px;
  text-align: center;
  color: #5F6924;
  /* line-height: 54px; */
  font-size: 22px;
}


.game-tournament-bottom-button-profile{
  position: absolute;
  background-color: black;
  border-radius: 8px;
  top: 10px;
  left: 9px;
  width: 54px;
  height: 50px;
  background-size: 100% 100%;

}

.game-tournament-bottom-button-nick{
  position: absolute;
  left: 86px;
  top: 9px;
  color: #685021;
  text-align: left;
  height: 18px;
  width: 78px;
  font-size: 15px;
  line-height: 17px;
}

.game-tournament-bottom-button-point{
  position: absolute;
  left: 86px;
  top: 26px;
  color: white;
  text-align: center;
  height: 17px;
  width: 66px;
  font-size: 13px;
}

.game-tournament-bottom-button-elmas{
  position: absolute;
  left: 86px;
  top: 44px;
  color: white;
  text-align: center;
  height: 14px;
  width: 65px;
  font-size: 12px;
  line-height: 13px;
}

.spent-tournament-diamond-holder{
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 65px;
  left: 5px;
  z-index: 1003;

}


.spent-tournament-diamond{
  height: 17px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1005;
  background-image: url(/oyna/img/okey101/store/with_diamond.png);
  top: 2px;
  left: 2px;
}


.game-tournament-options-panel{
  position: absolute;
  top: 100px;
  padding-top: 84px;
  /* left: 25px; */
  padding-left: 25px;
  height: 300px;
  width: 100%;

}

.game-tournament-options-wrapper{
  width: 807px;
    text-align: center;
    height: 100%;
    margin-left: auto;
    transform: scale(1.5);
    margin-right: auto;
    position: relative;
    top: 100px;
}

.game-tournament-one-option-wrapper{
  position: relative;
  float: left;
  width: 269px;
  height: 212px;
}

.game-tournamnent-sunshine-back{
  position: absolute;
  top:-120px;
  left:1px;
  width:260px;
  height: 260px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/tournament/sunshine_bg.png);
  animation-name: glitter;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  transform: scale(0.5);
  opacity: 0;
}


.game-tournament-sunshine-front{
  width:260px;
  height: 260px;
  top:-46px;
  left:1px;
  position: absolute;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/tournament/sunshine.png);

  opacity: 0.6;
  animation-name: spin;
  animation-duration: 15000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


@keyframes glitter {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.0);
    opacity:0.6;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.0);
    opacity:0.6;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}


.game-tournament-option{
  position: relative;
  float: left;
  width: 269px;
  height: 212px;
  background-size: 100% 100%;
  font-family: 'DINPro-CondensedBlack';
}

.game-tournament-opt-0{
  background-image: url(/oyna/img/okey101/tournament/caylaklar_row_bg.png);
}

.game-tournament-opt-1{
  background-image: url(/oyna/img/okey101/tournament/ustalar_row_bg.png);
}

.game-tournament-opt-2{
  background-image: url(/oyna/img/okey101/tournament/sultanlar_row_bg.png);
}


.game-tournament-option-header{
  position: relative;
  height: 50px;
  width: 100%;

}

.game-tournament-option-header-icon{
  position: absolute;
  top:0px;
  height: 0px;
  background-size: 100% 100%;
}


/*
caylak->0
                 usta->1
                 sultan->2
                 asiller->3
*/

.game-tournament-option-header-icon-0{
  background-image: url(/oyna/img/okey101/tournament/gold_star.png);
  width: 50px;
  height: 87px;
  top: -29px;
  left: 10px;
}

.game-tournament-option-header-icon-1{
  background-image: url(/oyna/img/okey101/tournament/trophy.png);
  width: 60px;
  height: 62px;
  top: -13px;
  left: 3px;
}

.game-tournament-option-header-icon-2{
  background-image: url(/oyna/img/okey101/tournament/crown.png);
  width: 50px;
  height: 57px;
  top: -10px;
  left: 1px;
}


.game-tournament-option-header-icon-3{
  background-image: url(/oyna/img/okey101/tournament/first.png);
  width: 50px;
  height: 80px;
  top: 16px;
  left: 1px;
}

.game-tournament-option-header-title{
  position: absolute;
  top: 20px;
  left: 50px;
  height: 25px;
  width: 198px;
  background-size: 100% 100%;
}

.game-tournament-option-middle{
  padding-top: 20px;
  width: 100%;
  height: 125px;

}

.game-tournament-option-big-prize-text{
  width: 100%;
  text-align: center;
  height: 23px;
  line-height: 23px;
  font-size: 22px;
  color: #FD9B1D;
}

.game-tournament-option-big-prize-row{
  width: 100%;
  height: 33px;
  position: relative;
}

.game-tournament-option-big-prize-icon{
  position: absolute;
  top: -8px;
  left: 40px;
  width: 41px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/tournament/trophy_coins.png);
}

.game-tournament-option-big-prize-row-text{
  position: absolute;
  top: 2px;
  left: 81px;
  height: 31px;
  line-height: 31px;
  width: 152px;
  text-align: center;
  color: white;
}

.game-tournament-option-sure-prize{
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FD9B1D;
}

.game-tournament-option-features{
  width:100%;
  height: 20px;
  position: relative;
}


.game-tournament-option-feature-partner{
  position: absolute;
 
  background-repeat: no-repeat;
  

  top: 1px;
  left: 34px;
  width: 76px;
  height: 17px;
  line-height: 18px;
  color: white;
  font-size: 12px;
  padding-left: 20px;
  text-align: center;
}

.features-partner-single{
  background-image: url(/oyna/img/okey101/tournament/single_icon.png);
  background-size: 10px 13px;
  background-position-x: 9px;
  background-position-y: 2px;

}


.features-partner-double{
  background-image: url(/oyna/img/okey101/tournament/partner_double.png);
  background-size: 16px 13px;
  background-position-x: 9px;
  background-position-y: 2px;
}

.game-tournament-options-feature-folding{
  position: absolute;
  top: 1px;
  left: 157px;
  width: 74px;
  height: 17px;
  font-size: 12px;
  text-align: center;
  color: white;
  line-height: 18px;
}

.game-tournament-time-text{
  position: absolute;
  background-color: black;
  color: #39ad39;
  top: 173px;
  left: 32px;
  height: 18px;
  width: 204px;
  border-radius: 4px;
  border: 1px #b12020 solid;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
}




/*
caylak->0
                 usta->1
                 sultan->2
                 asiller->3
*/

.game-tournament-option-header-title-0{
  background-image: url(/oyna/img/okey101/tournament/caylaklar_title.png);
}


.game-tournament-option-header-title-1{
  background-image: url(/oyna/img/okey101/tournament/ustalar_title.png);
  height: 22px;
  top: 23px;

}

.game-tournament-option-header-title-2{
  background-image: url(/oyna/img/okey101/tournament/sultanlar_title.png);
}

.game-tournament-option-header-title-3{
  background-image: url(/oyna/img/okey101/tournament/sultanlar_title.png);
}


.game-tournament-option-join-btn{
  position: absolute;
  width: 113px;
  height: 38px;
  top: 190px;
  left: 76px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/green_btn_bg.png);
}


.game-tournament-option-join-btn:hover{
  transform: scale(1.05);
}

.game-tournament-option-join-btn-diamond{
  position: absolute;
  top: 5px;
  left: 2px;
  width: 35px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/tournament/diamond.png);
}

.game-tournament-option-join-btn-text{
  position: absolute;
  top: 6px;
  left: 29px;
  width: 80px;
  height: 27px;
  color: white;
  font-size: 11px;
  text-align: center;
}

.game-tournament-option-continue-btn{
  display: none;
  position: absolute;
  width: 116px;
  height: 40px;
  top: 190px;
  left: 74px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/green_btn_bg.png);
}

.game-tournament-option-soon-btn{
  display: none;
  position: absolute;
  width: 116px;
  height: 40px;
  top: 190px;
  left: 74px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/gray_btn_bg.png);
}

.game-tournament-option-soon-btn:hover{
  transform: scale(1.05);
}


.game-tournament-option-continue-btn:hover{
  transform: scale(1.05);
}



.game-tournament-option-soon-btn-text{
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color:white;
}



.game-tournament-option-continue-btn-text{
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color:white;
}


.game-tournament-option-collect-prize-btn{
  display: none;
  position: absolute;
  width: 116px;
  height: 40px;
  top: 190px;
  left: 74px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/green_btn_bg.png);
}


.game-tournament-option-collect-prize-btn:hover{
  transform: scale(1.05);
}

.game-tournament-option-collect-btn-text{
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color:white;
}



.game-tournament-rules-panel{
  padding-top: 25px;
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 907px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/tournament/top/zmn.png);
  background-size: 100% 100%;
}

.tournament-rules .game-tournament-rules-panel{
  display:block;
}


.game-tournament-rules-content{
  position:relative;
  width:460px;
  height: 325px;
  margin-left: auto;
  margin-right:auto;
  top: 176px;
  transform: scale(1.5);
}

.game-tournament-rules-header{
  position:relative;
  width: 100%;
  height: 108px;
  background-image: url(/oyna/img/okey101/tournament/top/header_bg.png);
  background-size: 100% 100%;

}


.game-tournament-rules-body{
  position: absolute;
  top: 98px;
  left: -30px;
  width: 520px;
  height: 224px;


}

.game-tournament-rules-body p{
  color: #00FFFF;
  background-image: url(/oyna/img/okey101/tournament/top/arrow.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position-x: 1px;
  background-position-y: 2px;
  padding-left: 24px;
  margin-bottom: 4px;
  font-size: 17px;


}


.game-tournament-icon{
  display:block;
  position:absolute;
  background-size: 100% 100%;
}


.game-tournament-rules-header-icon-0{
  background-image: url(/oyna/img/okey101/tournament/gold_star.png);
  width: 50px;
  height: 87px;
  top: -32px;
  left: 208px;
}

.game-tournament-rules-header-icon-1{
  background-image: url(/oyna/img/okey101/tournament/trophy.png);
  width: 60px;
  height: 62px;
  top: -29px;
  left: 204px;
}

.game-tournament-rules-header-icon-2{
  background-image: url(/oyna/img/okey101/tournament/crown.png);
  width: 50px;
  height: 57px;
  top: -25px;
  left: 203px;

}

.game-tournament-rules-header-icon-3{
  background-image: url(/oyna/img/okey101/tournament/first.png);
  width: 50px;
  height: 80px;
  top: -13px;
  left: 206px;
}





.game-tournament-rules-header-text{
  position: absolute;
  width: 173px;
  height: 23px;
  top: 58px;
  left: 146px;
  background-image: url(/oyna/img/okey101/tournament/top/rules_title.png);
  background-size: 100% 100%;
}


.game-tournament-prize-back-btn,.game-tournament-rules-back-btn{
  left: 33px;
    top: 24px;
    position: absolute;
    margin-right: 5px;
    width: 111px;
    height: 76px;
    background-image: url(/oyna/img/okey101/appscreens/tournament_back_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}


.game-tournament-prize-back-btn div,.game-tournament-rules-back-btn div{
  width: 75px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}


.game-tournament-prize-back-btn:hover,.game-tournament-rules-back-btn:hover{
  transform: scale(1.05);
}

.game-tournament-prize-prev-btn{
  position: absolute;
  top: 350px;
  left: 40px;
  width: 50px;
  height: 36px;
  background-image: url(/oyna/img/okey101/tournament/top/prev.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
}

.game-tournament-prize-prev-btn:hover{
  transform: scale(1.05);
}

.game-tournament-prize-next-btn{
  position: absolute;
  top: 350px;
  right: 40px;
  width: 50px;
  height: 36px;
  background-image: url(/oyna/img/okey101/tournament/top/next.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;

}

.game-tournament-prize-next-btn:hover{
  transform: scale(1.05);
}


.game-tournament-prize-panel{
  padding-top: 25px;
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 907px;
  font-family: 'DINPro-CondensedBold';
  background-image: url(/oyna/img/okey101/tournament/top/zmn.png);
  background-size: 100% 100%;
}

.game-tournament-prize-content{
  position: relative;
    width: 460px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    top: 176px;
    transform: scale(1.5);
}

.game-tournament-prize-header-text{
  position: absolute;
  background-size: 100% 100%;
  top: 58px;
  left: 107px;
  height: 40px;
  width: 261px;

}

.tournament-prize-header-text-0{
  background-image: url(/oyna/img/okey101/tournament/caylaklar_title.png);
}

.tournament-prize-header-text-1{
  background-image: url(/oyna/img/okey101/tournament/ustalar_title.png);
  height: 30px;
  top: 60px;
}

.tournament-prize-header-text-2{
  background-image: url(/oyna/img/okey101/tournament/sultanlar_title.png);
}

.tournament-prize-header-text-3{
  background-image: url(/oyna/img/okey101/tournament/asiller_title.png);
  height: 33px;
}

.game-tournament-prize-body{
  position: absolute;
    top: 92px;
    left: -47px;
    width: 554px;
    height: 230px;
}

.game-tournament-prize-trophy{
  position:absolute;
  background-size: 100% 100%;
  
}

.game-tournament-prize-trophy-bottom{
  position:absolute;
  background-size: 100% 100%;
}

.trournament-prize-trophy-trophy-second-place{
  top: 32px;
  left: 43px;
  width: 77px;
  height: 100px;
  background-image: url(/oyna/img/okey101/tournament/top/trophy_silver.png);
}

.tournament-prize-trophy-bottom-second-place{
  top: 110px;
  left: 28px;
  width: 109px;
  height: 30px;
  background-image: url(/oyna/img/okey101/tournament/top/brick_left.png);
}


.trournament-prize-trophy-trophy-first-place{
  top: 0px;
  left: 230px;
  width: 85px;
  height: 112px;
  background-image: url(/oyna/img/okey101/tournament/top/trophy_gold.png);
}

.tournament-prize-trophy-bottom-first-place{
  top: 92px;
  left: 219px;
  width: 109px;
  height: 30px;
  background-image: url(/oyna/img/okey101/tournament/top/brick_middle.png);
}


.trournament-prize-trophy-trophy-third-place{
  top: 34px;
  left: 432px;
  width: 77px;
  height: 100px;
  background-image: url(/oyna/img/okey101/tournament/top/trophy_bronze.png);
}

.tournament-prize-trophy-bottom-third-place{
  top: 111px;
  left: 415px;
  width: 109px;
  height: 30px;
  background-image: url(/oyna/img/okey101/tournament/top/brick_right.png);
}


.game-trounament-prize-body-bottom{
  position: absolute;
  top: 167px;
  left: 0px;
  width: 552px;
  height: 56px;
}

.game-trounament-prize-bottom-score{
  float: left;
  width: 178px;
  height: 56px;
}

.game-tournament-prize-bottom-score-tour{
  color: white;
    text-align: center;
    width: 100%;
    height: 20px;
}

.game-tournament-prize-bottom-score-chip{
  position:relative;
  width: 166px;
  margin-left: 10px;
  height: 29px;
  text-align: right;
  background-image: url(/oyna/img/okey101/tournament/top/prize_bg_v2.png);
  background-size: 100% 100%;
  line-height: 25px;
  color: white;
  font-size: 20px;
  padding-right: 16px;
}

.game-tournament-prize-bottom-score-img{
  background-image: url(/oyna/img/okey101/tournament/top/coins.png);
    background-size: 100% 100%;
    height: 33px;
    width: 47px;
    position: absolute;
    top: -2px;
    left: -2px;

}

.tournament-prize-score-chip-1{
  color:#CCCCCC;
}


.tournament-prize-score-chip-2{
  color:#FCEE21;
}

.tournament-prize-score-chip-0{
  color:#FBB03B;
}



.tournament-prize .game-tournament-prize-panel{
  display:block;

}

.game-tournament-prize-body-record{
  background-image: url(/oyna/img/okey101/tournament/top/record_bg.png);
  background-size: 100% 100%;
  position: absolute;
  top: 107px;
  left: 196px;
  height: 61px;
  width: 155px;
}


.game-tournament-prize-body-record-text{
  position: absolute;
  top: 5px;
  left: 1px;
  width: 146px;
  text-align: center;
  height: 15px;
  color: #754C24;
}


.game-tournament-prize-body-record-tour{
  position: absolute;
  top: 22px;
  left: 47px;
  width: 61px;
  text-align: center;
  height: 13px;
  line-height: 13px;
  color: white;
  font-size: 13px;
}

.game-tournament-prize-body-record-chip{
  position: absolute;
    top: 36px;
    left: 26px;
    width: 102px;
    text-align: center;
    height: 15px;
    font-size: 13px;
    color: #00FF00;
}


.game-inside-tournament-panel{
  padding-top: 25px;
    display: none;
    top: 100px;
    position: absolute;
    /* top: 23px; */
    transform: scale(1.5);
    left: 0px;
    width: 100%;
    height: 348px;
    font-family: 'DINPro-CondensedBold';
}

.game-inside-tournament-main{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 196px;
  /* background-color: pink; */
  padding-top: 37px;
  background-size: 100% 100%;
}



.game-inside-tournament-middle{
  margin-left: auto;
  margin-right: auto;
  width: 425px;
  height: 34px;
  text-align: center;
}

.game-inside-tournament-middle-left{
  float: left;
  height: 100%;
  width: 200px;

}

.game-inside-tournament-middle-left-option-esli{
  position:relative;
  float:left;
  background-size: 100% 100%;
  height: 30px;
  width:60px;
  margin-right: 5px;
  background-image: url(/oyna/img/okey101/tournament/inside/long_black_bg.png);
}

.game-inside-tournament-middle-left-option-avatar-icon{
  position: absolute;
  top: 6px;
  left: 5px;
  width: 18px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/tournament/inside/avatar.png);

}

.game-inside-avatar-icon-single{
  left: 8px;
  width: 15px;
  height: 16px;
  background-image: url(/oyna/img/okey101/tournament/inside/avatar_single.png);
}

.game-inside-avatar-icon-partner{
  left: 5px;
  width: 18px;
  height: 16px;
  background-image: url(/oyna/img/okey101/tournament/inside/avatar.png);
}

.game-inside-tournament-middle-left-option-esli-text{
  position: absolute;
  color: white;
  text-align: center;
  left: 24px;
  top: 3px;
  width: 30px;
  height: 20px;
  font-size: 13px;
  color: white;
  line-height: 20px;
}


.game-inside-tournament-middle-left-option-fold{
  position:relative;
  float:left;
  background-size: 100% 100%;
  height: 30px;
  width:83px;
  background-image: url(/oyna/img/okey101/tournament/inside/long_black_bg.png);
}

.game-inside-tournament-middle-left-option-fold-text{
  position: absolute;
  color: white;
  text-align: center;
  left: 1px;
  top: 3px;
  font-size: 13px;
  width: 81px;
  height: 20px;
  color: white;
  line-height: 20px;
}

.game-inside-tournament-middle-right{
  float: left;
  height: 100%;
  width: 200px;

}

.game-inside-tournament-middle-right-text{
  height: 100%;
  float: left;
  line-height: 28px;
  width: 94px;
  text-align: right;
  color: #7f137b;
  padding-right: 7px;
}

.game-inside-tournament-middle-right-box{
  position: relative;
  float: left;
  background-size: 100% 100%;
  height: 30px;
  margin-right: 4px;
  width: 30px;
  background-image: url(/oyna/img/okey101/tournament/inside/black_square_bg.png);
}

.game-inside-tournament-middle-right-box-cross{
  position: relative;
    /* float: left; */
    top: 7px;
    background-size: 100% 100%;
    height: 15px;
    left: 7px;
    margin-right: 4px;
    width: 15px;
    background-image: url(/oyna/img/okey101/tournament/inside/red_cross.png);
}



.game-inside-tournament-progress-part{
  width: 100%;
  height: 38px;
}

.game-inside-tournament-progress-back{
  position: relative;
  height: 100%;
  width: 529px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/oyna/img/okey101/tournament/inside/black_long_bar.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 9px;
  background-size: 500px 27px;
}

.game-inside-tournament-progress-coin-holder{
  height: 100%;
}

.game-inside-tournament-progress-coin{
  background-color: #2C2D31;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  position: relative;
  float: left;
}

.game-inside-tournament-progress-coin-image{
  position: absolute;
    top: 5px;
    left: 7px;
    width: 30px;
    height: 32px;
    background-image: url(/oyna/img/okey101/tournament/inside/coin.png);
    background-size: 100% 100%;
}


.game-inside-tournament-progress-front{
  position: absolute;
  top: 0px;
  left: -21px;
  height: 50px;
  width: 24px;
  background-image: url(/oyna/img/okey101/tournament/inside/yellow_progress.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 9px;
  background-size: 528px 27px;
  overflow: hidden;
}


.game-inside-tournament-progress-icon{
  position: absolute;
  top:1px;
  left:0px;
  background-size: 100% 100%;
}


.tournament-progress-icon-0{
  background-image: url(/oyna/img/okey101/tournament/gold_star.png);
  width: 52px;
  height: 88px;
  top: -49px;
  left: -43px;
}

.tournament-progress-icon-1{
  background-image: url(/oyna/img/okey101/tournament/trophy.png);
  width: 60px;
  height: 58px;
  top: -25px;
  left: -51px;
}

.tournament-progress-icon-2{
  background-image: url(/oyna/img/okey101/tournament/crown.png);
  width: 63px;
  height: 68px;
  top: -31px;
  left: -69px;
}

.tournament-progress-icon-3{
  background-image: url(/oyna/img/okey101/tournament/first.png);
    width: 50px;
    height: 78px;
    top: -1px;
    left: -51px;
}



.game-inside-tournament-bottom-part{
  width: 664px;
    height: 64px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.game-inside-tournament-lost-bottom{
  display:none;
}

.game-inside-tournament-lost-bottom-text{
  margin-left: auto;
  margin-right: auto;
  width: 122px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: black;
  color: #C92732;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 900;
}

.game-inside-tournament-lost-bottom-boxes{
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  height: 34px;
  margin-top: 5px;
  text-align: center;
  padding-left: 3px;
}

.game-inside-tournament-lost-bottom-boxes-wrapper{
  height: 100%;
  width: 104px;
}


.game-inside-tournament-lost-bottom-button-holder{
  width: 100%;
  height: 64px;
  text-align: center;
  display: none;
}
.game-inside-tournament-lost-bottom-buttons-wrapper{
  display: block;
  height: 100%;
  width: 286px;
  margin-left: auto;
  margin-right: auto;
}

.game-inside-tournament-lost-bottom-continue-btn{
  display: inline-block;
  position: relative;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  width: 140px;
  height: 53px;
  text-align: center;
  font-size: 22px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/diamond_btn_bg.png);
}

.game-inside-tournament-lost-bottom-continue-btn:hover{
  transform: scale(1.05);
}

.game-inside-tournament-lost-bottom-collect-prize-button{
  display: inline-block;
  position: relative;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  width: 140px;
  height: 53px;
  text-align: center;
  font-size: 22px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/inside/green_btn.png);
}

.game-inside-tournament-lost-bottom-collect-btn{
  color: white;
  line-height: 40px;
  width: 128px;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 7px;
  height: 46px;
  font-size: 18px;
}

.game-inside-tournament-lost-bottom-collect-prize-button:hover{
  transform: scale(1.05);
}


.game-inside-tournament-lost-bottom-continue-btn-text{
  position: absolute;
  top: 11px;
  left: 49px;
  height: 42px;
  line-height: 16px;
  width: 87px;
  text-align: left;
  color: #5F6924;
  font-size: 16px;
}



.game-tournament-starting-opponent-waiting-part{
  width:100%;
  height: 50px;
  text-align: center;
}

.game-tournament-starting-opponent-waiting-text{
  display: inline;
  width: 178px;
  height: 53px;
  text-align: center;
  font-size: 22px;
  line-height: 53px;
  font-family: 'DINPro-CondensedBold';
  color: #AAB3B2;
}


.game-inside-tournament-bottom-play-btn{
  display: inline-block;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  width: 178px;
  height: 53px;
  background-image: url(/oyna/img/okey101/tournament/inside/green_btn.png);
  text-align: center;
  font-size: 22px;
  line-height: 53px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  cursor:pointer;
}

.game-inside-tournament-bottom-play-btn:hover{
  transform: scale(1.05);
}

.game-inside-tournament-bottom-cancel-btn{
  display: inline-block;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  width: 178px;
  height: 53px;
  background-image: url(/oyna/img/okey101/tournament/inside/red_btn.png);
  text-align: center;
  font-size: 22px;
  line-height: 53px;
  font-family: 'DINPro-CondensedBold';
  color: white;
  cursor: pointer;
}

.game-inside-tournament-bottom-cancel-btn:hover{
  transform: scale(1.05);
}




.game-inside-tournament-main-top-icon{
  position: absolute;
  top: -5px;
  left: 225px;
  width: 40px;
  height: 50px;
  background-size: 100% 100%;
}

/*
caylak->0
                 usta->1
                 sultan->2
                 asiller->3
*/


.game-inside-tournament-main-top-icon-2{
  background-image: url(/oyna/img/okey101/tournament/crown.png);
  width: 63px;
  height: 60px;
  top: -16px;
  left: 216px;
}

.game-inside-tournament-main-top-icon-0{
  background-image: url(/oyna/img/okey101/tournament/gold_star.png);
  width: 54px;
  height: 75px;
  top: -18px;
  left: 231px;
}

.game-inside-tournament-main-top-icon-3{
  background-image: url(/oyna/img/okey101/tournament/first.png);
  width: 50px;
  height: 78px;
  top: -8px;
  left: 224px;
}

.game-inside-tournament-main-top-icon-1{
  background-image: url(/oyna/img/okey101/tournament/trophy.png);
  width: 74px;
  height: 70px;
  top: -16px;
}





.game-inside-tournament-body{
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 149px;
  background-size: 100% 100%;
  font-family: 'DINPro-CondensedBlack';
  padding-top: 7px;
  
}

/*
caylak->0
                 usta->1
                 sultan->2
                 asiller->3
*/


.game-inside-tournament-body-2{
  background-image: url(/oyna/img/okey101/tournament/inside/sultanlar_bg.png);
}

.game-inside-tournament-body-3{
  background-image: url(/oyna/img/okey101/tournament/inside/asiller_bg.png);
}

.game-inside-tournament-body-1{
  background-image: url(/oyna/img/okey101/tournament/inside/ustalar_bg.png);
}

.game-inside-tournament-body-0{
  background-image: url(/oyna/img/okey101/tournament/inside/caylaklar_bg.png);
}


.game-inside-tournament-body-header{
  position: relative;
  height: 55px;
  width: 100%;

}

.game-inside-tournament-body-header-title{
  position: absolute;
  background-size: 100% 100%;
  top: 14px;
  left: 28px;
  height: 31px;
  width: 240px;
}

/*
caylak->0
                 usta->1
                 sultan->2
                 asiller->3
*/

.game-inside-tournament-body-header-title-3{
  background-image: url(/oyna/img/okey101/tournament/asiller_title.png);
}

.game-inside-tournament-body-header-title-2{
  background-image: url(/oyna/img/okey101/tournament/sultanlar_title.png);
}

.game-inside-tournament-body-header-title-0{
  background-image: url(/oyna/img/okey101/tournament/caylaklar_title.png);
}

.game-inside-tournament-body-header-title-1{
  background-image: url(/oyna/img/okey101/tournament/ustalar_title.png);
}

.game-inside-tournament-body-tour{
  line-height: 30px;
  text-align: center;
  width: 100%;
  height: 30px;
  color: #FFFD02;
  margin-top: 5px;
  font-size: 20px;
}

.game-inside-tournament-body-chip-wrapper{
  position: absolute;
  top: 139px;
  left: 141px;
  width: 216px;
  height: 35px;
}


.game-inside-tournament-body-chip-text{
  position: relative;
  width: 169px;
  height: 32px;
  text-align: center;
  color: white;
  left: 47px;
  line-height: 32px;
  font-size: 18px;
}



.game-inside-tournament-body-chip-icon{
  position: absolute;
  top: 4px;
  left: 7px;
  width: 42px;
  height: 29px;
  background-image: url(/oyna/img/okey101/tournament/inside/coin_pile.png);
  background-size: 100% 100%;
}


.game-tournament-starting-panel{
  display:none;
  position: absolute;
  padding-top: 100px;
  top: 227px;
  width: 726px;
  margin-left: -363px;
  height: 418px;
  background-size: 100% 100%;
  z-index: 1000;
  margin-top: -80px;
  left: 50%;
}


.game-salons-panel{
  display: block;
  width: 100%;
  height: 500px;
  font-family: 'DINPro-CondensedBold';
  color: #835539;
}

.game-salons-holder{
  display: block;
    width: 556px;
    height: 286px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 52px;
    text-align: center;
}

.game-salon-row{
  display: inline-block;
    /* float: left; */
    width: 126px;
    height: 200px;
    background-image: url(/oyna/img/pisti/salons/salon_bg.png);
    background-size: 100% 100%;
    margin-right: 5px;
    margin-left:5px;
    padding-top:38px;
    cursor: pointer;
    transition: all 0.2s ease;

}

.game-salon-row:hover{
  transform: scale(1.05);
}

.game-salon-row-title{
  display: block;
    height: 20px;
    margin-left: auto;
    width: 100px;
    margin-right: auto;
    font-size: 16px;
    background: -webkit-linear-gradient(#ffff00, #ffab44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ff4e00b5;
    font-family: 'DINPro-Black';
}


/*
.game-salon-row-caylak .game-salon-row-title{
  background-image: url(/oyna/img/pisti/salons/title_caylak.png);
 
  
}

.game-salon-row-usta .game-salon-row-title{
  background-image: url(/oyna/img/pisti/salons/title_usta.png);

}

.game-salon-row-seh .game-salon-row-title{
  background-image: url(/oyna/img/pisti/salons/title_seh.png);

}

.game-salon-row-oyun .game-salon-row-title{
  background-image: url(/oyna/img/pisti/salons/title_oyun.png);

}*/

.game-salon-row-icon{
  display: block;
  width: 68px;
  height: 42px;
  margin-left: auto;
  background-size: 100% 100%;
  margin-right: auto;
  margin-top: 10px;
}


.game-salon-row-caylak .game-salon-row-icon{
  background-image: url(/oyna/img/pisti/salons/icon_caylak.png);
  
}

.game-salon-row-seh .game-salon-row-icon{
  background-image: url(/oyna/img/pisti/salons/icon_seh.png);
  
}

.game-salon-row-usta .game-salon-row-icon{
  background-image: url(/oyna/img/pisti/salons/icon_usta.png);
  
}

.game-salon-row-oyun .game-salon-row-icon{
  background-image: url(/oyna/img/pisti/salons/icon_oyun.png);
}


.game-salon-row-cup-txt{
  display: block;
  width: 100%;
  text-align: center;
  color: #835539;
  font-size: 12px;
}


.game-salon-row-player-count-txt{
  display: block;
  margin-top: 10px;
  height: 31px;
  width: 100%;
}

.game-salon-row-point{
  display: block;
  width: 82px;
  height: 28px;
  color: white;
  background-image: url(/oyna/img/pisti/salons/point_bg.png);
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px;
}

.game-salons-cnf-panel{
  display: block;
  width: 266px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url(/oyna/img/pisti/salons/play_now_bg.png);
  background-size: 100% 100%;
}

.game-salons-cnf-panel-txt{
  display: block;
  float: left;
  text-align: center;
  color: yellow;
  line-height: 47px;
  width: 112px;


  font-size: 22px;
    background: -webkit-linear-gradient(#ffbc00, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px #f29a2f;
  
}

.game-salons-cnf-panel-btn-holder{
  display: block;
    position: relative;
    float: left;
    background-image: url(/oyna/img/pisti/salons/play_now_cnf_bg.png);
    background-size: 100% 100%;
    width: 136px;
    height: 34px;
    color: #efed9e;
    margin-top: 8px;
    text-align: center;
    margin-left: 10px;
    line-height: 28px;
    cursor:pointer;
}

.game-salons-cnf-panel-btn-left{
  display: block;
  float:left;
  height: 30px;
  width: 68px;
  background-image: url(/oyna/img/pisti/salons/play_now_cnf_left.png);
  background-size: 100% 100%;

}


.game-salons-cnf-panel-btn-left.game-salons-cnf-btn-selected{
  background-image: url(/oyna/img/pisti/salons/play_now_cnf_left_selected.png);
}


.game-salons-cnf-panel-btn-right{
  display: block;
  float:left;
  height: 30px;
  width: 68px;
  background-image: url(/oyna/img/pisti/salons/play_now_cnf_right.png);
  background-size: 100% 100%;

}

.game-salons-cnf-panel-btn-right.game-salons-cnf-btn-selected{
  background-image: url(/oyna/img/pisti/salons/play_now_cnf_right_selected.png);

}


.game-salons-play-now-btn{
  display: block;
    background-image: url(/oyna/img/pisti/salons/play_now_yellow_btn.png);
    background-size: 100% 100%;
    width: 156px;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    color: white;
    text-align: center;
    font-size: 26px;
    line-height: 43px;
    transition: all 0.2s ease;
    cursor: pointer;
}


.game-salons-play-now-btn:hover{
  transform: scale(1.05);
}




.game-type-choose-panel {
  display: block;
  width: 805px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.gb-pisti .game-type-choose-panel{
  position:relative;

}

.game-type-choose-panel-okey101 {
  width: 1226px;
  height: 430px;
  background-size: 100% 100%;
  transform:scale(1.1);
}

.game-type-choose-panel .green_control_button {
  display: block;
}

.game-type-vs-panel{
  display: inline-block;
  padding-top: 60px;
}

.game-type-vs-panel-okey101 {
  position: relative;
  padding-top: 60px;
  height: 372px;
  left: 12px;
  display:block;
}

.gb-zadebul .game-type-vs-panel{
  width: 700px;
}

.game-type-duello-options-panel {
  display: inline-block;
  
}

.gb-okey101 .game-type-duello-options-panel{
  transform: scale(1.5);
  position: relative;
  top: -25px;
}

.game-type-button {
  cursor: pointer;
  display: inline-block;
  width: 350px;
  height: 192px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
}

.gb-okey .game-type-button{
  width: 132px;
  height: 224px;
  margin-right: 10px;
}

.gb-okey .game-type-button-wrapper{
  width: 132px;
  height: 224px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
}

.gb-okey .game-type-games-btn{
  background-image: url(/oyna/img/okey/game_type_v2/home_ourgames_button.png);
  position: relative;
}


.gb-okey .game-type-playnow-btn{
  background-image: url(/oyna/img/okey/game_type_v2/home_playnow_button.png);
  position: relative;
}



.gb-okey .game-type-button.game-type-half-button{
  height: 109px;
}



.appscreens-duello-back{
  position: absolute;
  top: -28px;
  left: -278px;
  width: 315px;
  height: 60px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/profile/profile_bg.png);
}

.gb-okey101 .appscreens-duello-back #back-to-game-type{
  position: absolute;
    width: 49px;
    height: 33px;
    top: 15px;
    left: 112px;
    color: white;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/okey101/appscreens/green_back.png);
}

.gb-okey101 .appscreens-duello-back #back-to-game-type:hover{
  transform: scale(1.05);
}
.appscreens-duello-backg-txt{
  color: white;
    position: absolute;
    left: 165px;
    top: 1px;
    width: 143px;
    height: 57px;
    line-height: 57px;
    font-size: 25px;
    text-align: center;
}


.game-type-choose-panel-zadebul .game-type-button {
  width: 225px;
  height: 280px;
}

.game-type-button-zadebul-separator{
  display: inline-block;
  width: 135px;
  height: 192px;
}

.game-type-duello-btn {
  background-image: url(/oyna/img/pisti/duello/Home-Duello-Button.png);
}

.game-type-salonlar-btn {
  background-image: url(/oyna/img/pisti/duello/Home-Saloon-Button.png);
}



.game-type-yuzbir-select-classic-btn {
  background-image: url(/oyna/img/okey101/select_game/klasik_bg.png);
  display: block;
  position: absolute;
  width: 242px;
  height: 380px;
  left: 0px;
  top: 22px;
}

.game-type-yuzbir-ourgames-tall-btn {
  background-image: url(/oyna/img/okey101/select_game/ourgames_big_bg.png);
  display: block;
  position: absolute;
  width: 242px;
  height: 380px;
  left: 971px;
  top: 22px;
}

.game-type-yuzbir-select-turbo-btn {
  background-image: url(/oyna/img/okey101/select_game/turbo_bg.png);
  display: block;
  position: absolute;
  width: 242px;
  height: 380px;
  left: 241px;
  top: 22px;
}

.game-type-yuzbir-select-loca-btn{
  background-image: url(/oyna/img/okey101/select_game/loca_bg.png);
  display: block;
  position: absolute;
  width: 242px;
  height: 380px;
  left: 482px;
  top: 22px;
}

.game-type-yuzbir-select-duello-btn {
  background-image: url(/oyna/img/okey101/select_game/duello_bg.png);
    position: absolute;
    width: 242px;
    height: 190px;
    left: 727px;
    top: 22px;
}

.game-type-yuzbir-vodafone-btn {

  background-image: url(/oyna/img/okey101/select_game/vodafone_bg.png);
    position: absolute;
    width: 242px;
    height: 190px;
    left: 0px;
    top: 0px;
}


.game-type-yuzbir-select-playnow-btn {
  background-image: url(/oyna/img/okey101/select_game/hemenoyna_bg.png);
    position: absolute;
    width: 242px;
    height: 190px;
    left: 727px;
    top: 210px;
}

.game-type-ourgames-vodafone-wrapper{
  display: none;
  position:absolute;
  width: 242px;
  height: 380px;
  left: 971px;
  top: 22px;
}

.game-type-yuzbir-ourgames-small-btn {
  background-image: url(/oyna/img/okey101/select_game/our_games_bg.png);
  position: absolute;
  width: 242px;
  height: 190px;
  left: 0px;
  top: 187px;
}

.game-type-button-bottom-txt{
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: white;
  text-align: center;
  /* margin-top: 30px; */
  font-family: 'DINPro-CondensedBold';
  font-size: 25px;
  text-shadow: 3px 3px 2px rgb(0 0 0);

}


.gb-okey .game-type-button-bottom-txt{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 28px;
  bottom: 5px;
  left: 33px;

}



.gb-okey .game-type-okey-btn-okey .game-type-button-bottom-txt{
  width: 106px;
  bottom: 4px;
  left: 13px;
  height: 24px;

  background-image: url(/oyna/img/okey/game_type_v3/home_okey_button_title.png);
}


.gb-okey .game-type-banko-btn-okey .game-type-button-bottom-txt{
  width: 106px;
    bottom: 4px;
    left: 13px;
    height: 24px;
    background-image: url(/oyna/img/okey/game_type_v3/home_banko_button_title.png);
}

.gb-okey .game-type-rummy-btn-okey .game-type-button-bottom-txt{
  width: 106px;
    bottom: 4px;
    left: 13px;
    height: 24px;
    background-image: url(/oyna/img/okey/game_type_v3/home_rummy_title.png);
}




.gb-okey .game-type-games-btn .game-type-button-bottom-txt{
  width: 100px;
    height: 24px;
    left: 18px;
  background-image: url(/oyna/img/okey/game_type_v2/home_ourgames_button_title.png);
}



.gb-okey .game-type-playnow-btn .game-type-button-bottom-txt{
  width: 100px;
    height: 24px;
    left: 18px;
  background-image: url(/oyna/img/okey/game_type_v2/home_playnow_button_title.png);
}



.game-type-button-image-area{
  position:absolute;
  top:0px;
  width: 100%;
  height: 80%;
}


.gb-okey .game-type-playnow-btn .game-type-button-image-area{
  transform: scale(0.5);
  top: -4px;
  left: -28px;

}

.gb-okey .game-type-button-animated-img-games{
  background-image: url(/oyna/img/okey/game_type_v2/home_ourgames_button_icon.png);
  width: 137px;
  height: 61px;
  top: 15px;
  left: -2px;
}

.game-type-button-animated-img{
  position:absolute;
  background-repeat: none;
  background-size: 100% 100%;

}
.game-type-button-animated-img-box-top {
  top: 42px;
    left: 75px;
    background-image: url(/oyna/img/okey101/select_game/box-top.png);
    width: 92px;
    height: 47px;

    animation-name:moveBoxAnim;
    animation-duration:3s;
    animation-iteration-count: infinite;
  }

@keyframes moveBoxAnim{
  from{
    transform:translateY(0px);
  }
  50%{
    transform:translateY(8px);
  }
  to{
    transform:translateY(0px);
  }

}


.game-type-button-animated-img-onezeroone{
  top: 97px;
    left: 25px;
    background-image: url(/oyna/img/okey101/select_game/one-zero-one.png);
    width: 192px;
    height: 103px;

    animation: wiggle 2s linear infinite;
}


@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}





.game-type-button-animated-img-box-bottom{
  top: 203px;
  left: 37px;
  background-image: url(/oyna/img/okey101/select_game/box-bottom.png);
  width: 168px;
  height: 78px;

  animation-name:moveBoxAnim;
    animation-duration:4s;
    animation-iteration-count: infinite;
}


.game-type-button-animated-img-banko-1{
  width: 120px;
    height: 117px;
    top: 26px;
    left: 7px;
    background-image: url(/oyna/img/okey/game_type_v3/banko_1.png);

    animation-name: wobble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



.game-type-button-animated-img-banko-2{
  width: 78px;
    height: 85px;
    top: 105px;
    left: 26px;
    background-image: url(/oyna/img/okey/game_type_v3/banko_2.png);
    animation-name: moveBoxAnim;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}


.game-type-button-animated-img-okey-1{

  width: 68px;
  background-image: url(/oyna/img/okey/game_type_v3/okey_1.png);
  height: 34px;
  top: 20px;
  left: 30px;
  animation-name: moveBoxAnim;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

.game-type-button-animated-img-okey-2{

  width: 114px;
  background-image: url(/oyna/img/okey/game_type_v3/okey_2.png);
  height: 82px;
  top: 60px;
  left: 9px;
  animation: wiggle 2s linear infinite;
  

}


.game-type-button-animated-img-okey-3{
  width: 126px;
  background-image: url(/oyna/img/okey/game_type_v3/okey_3.png);
  height: 59px;
  top: 134px;
  left: 2px;
  


  animation-name: moveBoxAnim;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}




.game-type-button-animated-img-three-two-one{
  top: 84px;
  left: 31px;
  background-image: url(/oyna/img/okey101/select_game/three-two-one.png);
  width: 180px;
  height: 171px;

  animation-name:wobble;
    animation-duration:2s;
    animation-iteration-count: infinite;
}

.game-type-button-animated-img-couch{
  top: 124px;
    left: 31px;
    background-image: url(/oyna/img/okey101/select_game/loca_couch.png);
    width: 180px;
    height: 139px;


}

.game-type-button-animated-img-chain{
  top: 148px;
    left: -15px;
    background-image: url(/oyna/img/okey101/select_game/loca_chain.png);
    width: 275px;
    height: 145px;
}


.game-type-button-animated-img-coming-soon{
  right: 12px;
    top: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/oyna/img/okey101/select_game/loca_coming_soon.png);

}

.game-type-buton-coming-soon-txt{
  color: white;
    text-align: center;
    position: absolute;
    top: 48px;
    left: 8px;
    font-size: 22px;
    width: 86px;
    transform: rotateZ(9deg);
}




.game-type-button-animated-img-shield{
  top: 23px;
  left: 71px;
  background-image: url(/oyna/img/okey101/select_game/shield.png);
  width: 100px;
  height: 105px;
}

.game-type-button-animated-img-sword-left{
  top: 21px;
  left: 48px;
  background-image: url(/oyna/img/okey101/select_game/sword-left.png);
  width: 58px;
  height: 63px;

  animation: leftSwordAnim 5s ease 0s infinite normal forwards;
}

.game-type-button-animated-img-sword-right{
  top: 21px;
  left: 134px;
  background-image: url(/oyna/img/okey101/select_game/sword-right.png);
  width: 58px;
  height: 63px;

  animation: rightSwordAnim 5s ease 0s infinite normal forwards;
}

.game-type-button-animated-img-couch-left{
  top: 12px;
  left: 78px;
  background-image: url(/oyna/img/okey101/select_game/couch_left.png);
  width: 88px;
  height: 118px;
  opacity: 1;
}

.game-type-button-animated-img-clock{
  top: 21px;
  left: 99px;
  background-image: url(/oyna/img/okey101/select_game/clock.png);
  width: 50px;
  height: 64px;

  animation: clockAnim 2s ease-in-out infinite;
}

.game-type-button-animated-img-couch-right{
  top: 13px;
  left: 119px;
  background-image: url(/oyna/img/okey101/select_game/couch_right.png);
  width: 52px;
  height: 84px;
}


@keyframes clockAnim {
  0%,30%{
    transform:translateX(0px) translateY(0px) rotate(0deg) scale(1);
  }
  50%{
    transform:translateX(-20px) translateY(-20px) rotate(35deg) scale(1.2);
  }


  55%{
    transform:rotate(-35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  60%{
    transform:rotate(35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  65%{
    transform:rotate(-35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  70%{
    transform:rotate(35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  75%{
    transform:rotate(-35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  80%{
    transform:rotate(35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  85%{
    transform:rotate(-35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  90%{
    transform:rotate(35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  95%{
    transform:rotate(-35deg) translateX(-20px) translateY(-20px) scale(1.2);
  }

  100%{
    transform:rotate(35deg) translateX(0px) translateY(0px) scale(1);
  }


}


@keyframes rightSwordAnim {
	0% {
		opacity: 0;
		transform:translateY(-100px) translateX(100px) rotate(-540deg) scale(2) ;
	}


	100% {
		opacity: 1;
		transform:translateY(0px) translateY(0px) rotate(0) scale(1) ;
	}
}



@keyframes leftSwordAnim {
	0% {
		opacity: 0;
		transform:translateY(-100px) translateX(-100px) rotate(540deg) scale(2) ;
	}


	100% {
		opacity: 1;
		transform:translateY(0px) translateY(0px) rotate(0) scale(1) ;
	}
}


@keyframes wobble {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
}



@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}



.game-type-button-animated-img-zade-coin{
  top: 235px;
    left: 56px;
    background-image: url(/oyna/img/okey101/select_game/zade-coin.png);
    width: 131px;
    height: 66px;

    animation-name:moveBoxAnim;
    animation-duration:3s;
    animation-iteration-count: infinite;
}


.game-type-banko-btn-okey{
  background-image: url(/oyna/img/okey/game_type_v3/home_banko_button.png);
    position: relative;
}


.game-type-rummy-btn-okey{
  background-image: url(/oyna/img/okey/game_type_v3/home_rummy_button.png);
    position: relative;
}

.game-type-button-soon-sign{
  position: absolute;
    top: 7px;
    right: -8px;
    width: 54px;
    height: 53px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/game_type_v3/comming_soon.png);
    text-align: center;
    color: white;
    line-height: 60px;
    font-size: 13px;
    font-family: 'DINPro-CondensedBold';

}

.game-type-button-soon-sign span{
  transform: rotate(8deg) skew(5deg);
    margin-top: 2px;
    display: block;
}

.game-type-button-animated-img-rummy{
  width: 140px;
  height: 138px;
  top: 30px;
  left: -3px;
  background-image: url(/oyna/img/okey/game_type_v3/rummy_1.png);
}

.game-type-zadebul-btn-zadebul{
  background-image: url(/oyna/img/zadebul/game_type/zadebul_bg.png);
  position: relative;
}

.game-type-okey-btn-okey{
  background-image: url(/oyna/img/okey/game_type_v3/home_okey_button.png);
  position: relative;
}


.game-type-zadeword-btn-zadeword{
  background-image: url(/oyna/img/zadebul/game_type/zadeword_bg.png);
  position: relative;
}

.game-type-button-title{
  position: absolute;
  top: 115px;
  left: 110px;
  width: 113px;
  height: 52px;
  background-size: 100% 100%;

}

.game-type-banko-btn-okey .game-type-button-title{
  background-image: url(/oyna/img/okey/game_type/banko_title.png);
  width: 138px;
}


.game-type-zadebul-btn-zadebul .game-type-button-title{
  background-image: url(/oyna/img/zadebul/game_type/zadebul_txt.png);
    width: 105px;
    top: 223px;
    left: 63px;
    height: 25px;
}

.game-type-okey-btn-okey .game-type-button-title{
  background-image: url(/oyna/img/okey/game_type/okey_title.png);
}

.game-type-zadeword-btn-zadeword .game-type-button-title{
  background-image: url(/oyna/img/zadebul/game_type/zadeword_txt.png);
  width: 132px;
  top: 223px;
  left: 46px;
  height: 25px;
}

.game-type-button:hover {
  transform: scale(1.05);
}

.duello-option-button {
  cursor: pointer;
  display: inline-block;
  width: 190px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  position: relative;
  margin-top: 100px;
}


.gb-okey101 .duello-option-button{
  width: 151px;
  height: 236px;
}

.game-type-vs-buttons-panel-okey101, .game-type-vs-buttons-panel-pisti, .game-type-vs-buttons-panel-okey, .game-type-vs-buttons-panel-zadebul {
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 100%;
}
.game-type-vs-buttons-bottoms{
  position: relative;
  width: 100%;
  height: 10px;
}

.game-type-vs-button-bottom{
  position: absolute;
    top: 16px;
    width: 195px;
    height: 61px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.game-type-vs-button-bottom-zadebul{
  background-image: url(/oyna/img/zadebul/game_type/zadebul_bottom.png);

  left:122px;
}

.game-type-vs-button-bottom-zadeword{
  background-image: url(/oyna/img/zadebul/game_type/zadeword_bottom.png);
  left:493px;

}


.game-type-vs-play-now-btn{
  position: absolute;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  width: 191px;
  height: 62px;
  background-image: url(/oyna/img/base/duello/green_play_now_btn.png);
  text-align: center;
  font-size: 20px;
  line-height: 56px;
  /* font-family: arial; */
  font-family: 'DINPro-CondensedBold';
  color: white;
}

.game-type-vs-buttons-panel-pisti .game-type-vs-play-now-btn{
  background-image: url(/oyna/img/base/duello/green_play_now_btn.png);
}

.game-type-vs-play-now-btn:hover{
  transform: scale(1.05);
}


.vs-panel-duello-play-now{
  top: 0px;
  left: 80px;
}

.vs-panel-normal-play-now{
  top: 0px;
  left: 431px;
}




.duello-option-button span {
  top: 120px;
  position: absolute;
  display: block;
  left: 31px;
  width: 119px;
  line-height: 47px;
  height: 50px;
  font-size: 0.8em;
  background-image: url(/oyna/img/base/duello/Home-PlayNow.png);
  color: white;
  font-family: 'DINPro-CondensedBold';
  text-align: center;
  background-size: 100% 100%;
}

.duello-option-button-2000 {
  background-image: url(/oyna/img/pisti/duello/VS2000.png);
}

.duello-option-button-5000 {
  background-image: url(/oyna/img/pisti/duello/VS5000.png);
}

.duello-option-button-10000 {
  background-image: url(/oyna/img/pisti/duello/VS10000.png);
}

.duello-option-button-50000 {
  background-image: url(/oyna/img/pisti/duello/VS50000.png);
}

.duello-option-button-2000-green {
  background-image: url(/oyna/img/okey101/appscreens/duello/light_blue_bg.png);
}

.duello-option-button-5000-green {
  background-image: url(/oyna/img/okey101/appscreens/duello/yellow_bg.png);
}

.duello-option-button-10000-green {
  background-image: url(/oyna/img/okey101/appscreens/duello/purple_bg.png);
}

.duello-option-button-50000-green {
  background-image: url(/oyna/img/okey101/appscreens/duello/dark_blue_bg.png);
}

.duello-option-button:hover {
  transform: scale(1.05);
}


.duello-option-min-entry{
  position: absolute;
    top: 175px;
    left: 15px;
    width: 118px;
    height: 22px;
    text-align: center;
    background-size: 100% 100%;
    padding-left: 23px;
    color: white;
}
/*
.duello-option-button-2000-green .duello-option-min-entry{
  background-image: url(/oyna/img/okey101/appscreens/duello/light_blue_line.png);
}


.duello-option-button-5000-green .duello-option-min-entry{
  background-image: url(/oyna/img/okey101/appscreens/duello/yellow_line.png);
}


.duello-option-button-10000-green .duello-option-min-entry{
  background-image: url(/oyna/img/okey101/appscreens/duello/purple_line.png);
}


.duello-option-button-50000-green .duello-option-min-entry{
  background-image: url(/oyna/img/okey101/appscreens/duello/dark_blue_line.png);
}


.duello-option-zl-sign{
  position: absolute;
  top: -3px;
  left: -2px;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey101/appscreens/duello/zl.png);
  text-align: center;
  color: white;
  
}*/


.duello-option-user-count{
  position:absolute;
  bottom:0px;
  left:0px;
  height: 30px;
  width: 100%;
  text-align: center;
  color:white;
}


.yetki-talep {
  display: none;
}

.game-panel {
  display: none;
  width: 760px;
  height: 475px;
  margin-left: auto;
  margin-right: auto;
}

/* Salona girildikten sonraki masaların olduğu panel */

#salon_table_list_panel {
  display: none;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 482px;
  height: 100%;
  background-image: url(/oyna/img/base/saloon_list_bg.png);
  background-repeat: no-repeat;
  float: left;
  font-family: 'DINPro-CondensedBold';
}

.gb-okey101 #salon_table_list_panel{
  background-image: none;
  position: absolute;
  top: 240px;
  left: 469px;
  height: 537px;
  transform: scale(1.9);
}

.gb-okey #salon_table_list_panel,.gb-batak #salon_table_list_panel,.gb-okey101 #salon_table_list_panel,.gb-pisti #salon_table_list_panel{
  padding-left: 8px;
}

.salon-table-list-vertical-line {
  background-color: #5b0000;
  position: absolute;
  right: 16px;
  width: 4px;
  top: 39px;
  height: 377px;
  border-radius: 94px;
}

.gb-pisti .salon-table-list-vertical-line{
  height: 406px;
}

.gb-okey .salon-table-list-vertical-line,.gb-batak .salon-table-list-vertical-line {
  right:14px;
}

.gb-okey101 .salon-table-list-vertical-line{
  right: 18px;
    height: 396px;
    top: 60px;
    background-color: #005d92;

}

.salon_table_list_panel_cover {
  position: absolute;
  width: 482px;
  height: 475px;
  top: 0px;
}

#salon_table_list_header {
  height: 35px;
  width: 100%;
  font-weight: bold;
  color: #FFFFFF;
}

#salon_table_list_header div {
  float: left;
  margin-top: 9px;
  text-align: center;
  margin-left: 22px;
  font-size: 1.3em;
}

.gb-okey101 #salon_table_list_header div{
  margin-top:0px;
  margin-left: 0px;
    position: absolute;
    left: -84px;
    top: 5px;
    line-height: 40px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    width: 126px;
    color: orange;
}

#table_scroll_container {
  position: relative;
  width: 464px;
  margin-top: 3px;
  height: 378px;
  margin-left: 5px;

  margin-right: auto;
  overflow-x: hidden;
  overflow-y: auto;
}



.gb-okey #table_scroll_container,.gb-batak #table_scroll_container,.gb-okey101 #table_scroll_container,.gb-zadebul #table_scroll_container{
  width: 458px;
}

.gb-pisti #table_scroll_container{
  height:412px;
  width: 456px;

}

.gb-okey101 #table_scroll_container{
  margin-top: 20px;
  width: 454px;
  height: 406px;

}

#table_scroll_container .jspContainer {
  width: 463px !important;
}

#gb-okey101 #table_scroll_container .jspContainer {
  width: 464px !important;
}

.table {
  position: absolute;
  float: left;
  margin-left: 2px;
  margin-top: 2px;
  width: 220px;
  height: 163px;
  background-image: url(/oyna/img/base/table/table_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 900;
  font-size: 1em;
  letter-spacing: -1px;
}

.gb-okey .table{
  width: 220px;
  height: 192px;
  background-image: url(/oyna/img/base/table/table_bg_v3.png);
  
  transform: scale(0.97);

}


.gb-zadebul .table{
  width: 220px;
  height: 192px;
  background-image: url(/oyna/img/base/table/table_bg_v3.png);
  
  transform: scale(0.97);

}


.gb-pisti .table{
  width: 220px;
  height: 192px;
  background-image: url(/oyna/img/base/table/table_bg_v3.png);
  
  transform: scale(0.97);

}



.gb-batak .table{
  width: 220px;
  height: 192px;
  background-image: url(/oyna/img/base/table/table_bg_v3.png);
  
  transform: scale(0.97);
}

.gb-okey101 .table{
  width: 220px;
  height: 192px;
  background-image: url(/oyna/img/okey101/appscreens/tables/table_bg.png);
  
  transform: scale(0.97);
}

.table_number {
  position: absolute;
  left: 39px;
  top: 6px;
}

.table_number_img {
  display:none;
}

.gb-okey .table_number_img,.gb-batak .table_number_img,.gb-okey101 .table_number_img,.gb-pisti .table_number_img,.gb-zadebul .table_number_img{
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 30px;
  height: 22px;
  background-image: url(/oyna/img/base/table/tbl.png);
  background-size: 100% 100%;

}


.gb-okey .table_number,.gb-batak .table_number, .gb-okey101 .table_number, .gb-pisti .table_number, .gb-zadebul .table_number{
  top: 14px;
  left: 14px;
  width: 32px;
  height: 15px;
  text-align: center;
  color: black;
  font-size: 13px;
}

.table_point {
  position: absolute;
  left: 183px;
  top: 6px;
}

.table_point_img{
  display: none;
}


.gb-okey .table_point_img, .gb-batak .table_point_img, .gb-okey101 .table_point_img, .gb-pisti .table_point_img, .gb-zadebul .table_point_img{
  display: block;
  position: absolute;
  top: 50px;
  left: 60px;
  background-image: url(/oyna/img/base/table/tbl_point.png);
  background-size: 100% 100%;
  width: 19px;
  height: 24px;
}



.gb-okey .table_point,.gb-batak .table_point, .gb-okey101 .table_point, .gb-pisti .table_point, .gb-zadebul .table_point{
  position: absolute;
  left: 78px;
  top: 48px;
  width: 89px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #DAB460;
  font-size: 20px;
}

.gb-okey101 .table_point{
  color:white;
}



.table_type {
  position: absolute;
  left: 31px;
  top: 139px;
}

.table_color{
  display:none;
}

.gb-okey .table_color, .gb-batak .table_color, .gb-okey101 .table_color, .gb-pisti .table_color, .gb-zadebul .table_color{
  display: block;
  position: absolute;
  left: 55px;
  top: 113px;
  width: 57px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #DAB460;
  font-size: 20px;

}


.gb-okey101 .table_color{
  color:white;
}

.gb-okey .table_type,.gb-batak .table_type, .gb-okey101 .table_type, .gb-pisti .table_type, .gb-zadebul .table_type {
  left: 117px;
  top: 113px;
  width: 49px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #DAB460;
  font-size: 20px;
}

.gb-okey101 .table_type{
  color:white;
}



.canak_point {
  position: absolute;
  left: 187px;
  top: 139px;
}

.canak_point_img{
  display: none;
}

.gb-okey .canak_point_img,.gb-batak .canak_point_img, .gb-okey101 .canak_point_img, .gb-pisti .canak_point_img, .gb-zadebul .canak_point_img{
  display: block;
  position: absolute;
  top: 83px;
  left: 58px;
  width: 23px;
  height: 24px;
  background-image: url(/oyna/img/base/table/tbl_canak_point.png);
  background-size: 100% 100%;
}

.gb-okey .canak_point,.gb-batak .canak_point, .gb-okey101 .canak_point, .gb-pisti .canak_point, .gb-zadebul .canak_point{
  left: 83px;
  top: 80px;
  width: 84px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #DAB460;
  font-size: 20px;
}


.gb-okey101 .canak_point{
  color:white;
}

.izle-btn {
  position: absolute;
  left: 82px;
  top: 65px;
  width: 55px;
  height: 24px;
  background-image: url(/oyna/img/base/table/izle.png);
  cursor: pointer;
  color: white;
  line-height: 23px;
  text-align: center;
  transition: all 0.2s ease;
}

.table-turbonormal-btn {
  display: none;
    position: absolute;
    top: 158px;
    left: 12px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/game_create_v4/game_normal.png);
    color: black;
    font-size: 16px;
    width: 39px;
    height: 26px;
    line-height: 31px;
    color: #472B03;
}


.table-turbonormal-btn.table-turbo-turbonormal-turbo{
  background-image: url(/oyna/img/okey101/game_create_v4/game_turbo.png);
}


.gb-okey101 .table-turbonormal-btn{
  display: block;
}



.izle-btn:hover {
  transform: scale(1.05);
}

.gb-okey .izle-btn,.gb-batak .izle-btn, .gb-okey101 .izle-btn, .gb-pisti .izle-btn, .gb-zadebul .izle-btn{
  top: 153px;
  left: 168px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/table/izle_v2.png);
  color: black;
  font-size: 16px;
  width: 39px;
  height: 31px;
  line-height: 31px;
  color: #472B03;
}



.gb-okey .izle-btn:hover,.gb-batak .izle-btn:hover, .gb-okey101 .izle-btn:hover , .gb-pisti .izle-btn:hover, .gb-zadebul .izle-btn:hover {
  transform: scale(1.05);
}


/**
.izle-btn{
    position:absolute;
    left:54px;
    top:62px;
    width:40px;
    height:26px;
    border:2px solid black;
    color:white;
    line-height: 24px;
    text-align:center;

    background: #a9e4f7;
background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
}


.izle-btn:hover{
    background: #d0e4f7;
    background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
    background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );

}
**/

.send-btn {
  position: block;
  left: 54px;
  top: 62px;
  width: 40px;
  height: 28px;
  border: 2px solid black;
  color: white;
  line-height: 26px;
  text-align: center;
  transition: all 0.2s ease;
  background: #addcea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #addcea 0%, #0061b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #addcea 0%, #0061b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #addcea 0%, #0061b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#addcea', endColorstr='#0061b3', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0px;
}

.send-btn:hover {
  background: #d0e4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0);
  /* IE6-9 */
}

.slot {
  position: absolute;
  width: 48px;
  height: 52px;
}

.slt-1 {
  top: 4px;
  left: 86px;
}

.gb-okey .slt-1,.gb-batak .slt-1, .gb-okey101 .slt-1, .gb-pisti .slt-1, .gb-zadebul .slt-1{
  top: 0px;
  left: 55px;
  width: 110px;
  height: 34px;
}

.slt-1 .tbl-nickname {
  text-align: center;
  position: absolute;
  top: 43px;
  left: -22px;
  width: 90px;
}

.slt-4 {
  top: 52px;
  left: 169px;
}

.gb-okey .slt-4,.gb-batak .slt-4, .gb-okey101 .slt-4, .gb-pisti .slt-4, .gb-zadebul .slt-4{
  right: -36px;
  top: 77px;
  width: 110px;
  height: 34px;
  left: unset;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.slt-4 .tbl-nickname {
  text-align: right;
  position: absolute;
  top: 43px;
  left: -42px;
  width: 90px;
}

.slt-3 {
  top: 100px;
  left: 88px;
}

.gb-okey .slt-3,.gb-batak .slt-3, .gb-okey101 .slt-3, .gb-pisti .slt-3, .gb-zadebul .slt-3{
  width: 110px;
  height: 34px;
  bottom: 0px;
  left: 55px;
  top: unset;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.slt-3 .tbl-nickname {
  text-align: center;
  position: absolute;
  top: 43px;
  left: -22px;
  width: 90px;
}

.slt-2 {
  top: 52px;
  left: 6px;
}



.slt-2 .tbl-nickname {
  text-align: left;
  position: absolute;
  top: 43px;
  left: -4px;
  width: 90px;
}

.maxusers-2 .slt-3, .maxusers-2 .slt-4{
  display:none;
}


.maxusers-3 .slt-4{
  display:none;
}

.maxusers-3 .slt-3{
  top: 78px;
  left: 146px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.maxusers-2 .slt-2{
  top: 100px;
  left: 88px;
}

.gb-okey .maxusers-2 .slt-2,.gb-batak .maxusers-2 .slt-2, .gb-okey101 .maxusers-2 .slt-2, .gb-pisti .maxusers-2 .slt-2, .gb-zadebul .maxusers-2 .slt-2{
  width: 110px;
  height: 34px;
  bottom: 2px;
  left: 55px;
  top: unset;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.gb-okey .maxusers-2 .slt-2 .tbl-profil .tbl-profil-text,
.gb-batak .maxusers-2 .slt-2 .tbl-profil .tbl-profil-text ,
.gb-okey101 .maxusers-2 .slt-2 .tbl-profil .tbl-profil-text,
.gb-pisti .maxusers-2 .slt-2 .tbl-profil .tbl-profil-text,.gb-zadebul .maxusers-2 .slt-2 .tbl-profil .tbl-profil-text{
  text-align: left;
  padding-left: 2px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.maxusers-2 .tbl-nickname{
  text-align: center;
  left: -22px;

}

.maxusers-3 .slt-3 .tbl-nickname{
  text-align: right;
  left:-42px;
}


.gb-okey .slt-2,.gb-batak .slt-2 ,.gb-okey101 .slt-2,.gb-pisti .slt-2,.gb-zadebul .slt-2{
  left: -36px;
  top: 78px;
  width: 110px;
  height: 34px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.tbl-profil {
  position:relative;
  width: 46px;
  height: 43px;
  background-image: url(/oyna/img/base/table/otur_bg.png);
  background-repeat: no-repeat;
  border-radius: 5px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  font-size: 1.3em;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease;
}


.tbl-profil-arrow{
  display: none;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 26px;
  height: 27px;
  background-image: url(/oyna/img/base/table/arrow_down.png);
  background-size: 100% 100%;
}

.gb-okey .tbl-profil-arrow,.gb-batak .tbl-profil-arrow ,.gb-okey101 .tbl-profil-arrow,.gb-pisti .tbl-profil-arrow,.gb-zadebul .tbl-profil-arrow{
  display:block;
}


.gb-okey .slt-1 .tbl-profil-arrow,.gb-batak .slt-1 .tbl-profil-arrow ,.gb-okey101 .slt-1 .tbl-profil-arrow,.gb-pisti .slt-1 .tbl-profil-arrow,.gb-zadebul .slt-1 .tbl-profil-arrow{
  left: 76px
}




.gb-okey .slt-3 .tbl-profil-arrow{
  /*right: 3px;
  left:unset;*/
}


.gb-okey .slt-2 .tbl-profil-arrow,.gb-batak .slt-2 .tbl-profil-arrow,.gb-okey101 .slt-2 .tbl-profil-arrow,.gb-pisti .slt-2 .tbl-profil-arrow,.gb-zadebul .slt-2 .tbl-profil-arrow{
  right: 3px;
  left:unset;
}

.gb-okey .maxusers-2 .slt-2 .tbl-profil-arrow,.gb-batak .maxusers-2 .slt-2 .tbl-profil-arrow,.gb-okey101 .maxusers-2 .slt-2 .tbl-profil-arrow,.gb-pisti .maxusers-2 .slt-2 .tbl-profil-arrow,.gb-zadebul .maxusers-2 .slt-2 .tbl-profil-arrow{
  right: unset;
  left: 5px;
}




.tbl-profil:hover {
  transform: scale(1.05);
}

.gb-okey .tbl-profil,.gb-batak .tbl-profil,.gb-okey101 .tbl-profil,.gb-pisti .tbl-profil,.gb-zadebul .tbl-profil{
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 10px;
  line-height: 34px;
}

.gb-okey .slt-3 .tbl-profil .tbl-profil-text,.gb-batak .slt-3 .tbl-profil .tbl-profil-text ,.gb-okey101 .slt-3 .tbl-profil .tbl-profil-text,.gb-pisti .slt-3 .tbl-profil .tbl-profil-text,.gb-zadebul .slt-3 .tbl-profil .tbl-profil-text{
  text-align: left;
  padding-left: 14px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.gb-okey .slt-2 .tbl-profil .tbl-profil-text,.gb-batak .slt-2 .tbl-profil .tbl-profil-text,.gb-okey101 .slt-2 .tbl-profil .tbl-profil-text,.gb-pisti .slt-2 .tbl-profil .tbl-profil-text,.gb-zadebul .slt-2 .tbl-profil .tbl-profil-text{
  text-align: left;
  padding-left: 25px;
}

.gb-okey .slt-4 .tbl-profil .tbl-profil-text,.gb-batak .slt-4 .tbl-profil .tbl-profil-text,.gb-okey101 .slt-4 .tbl-profil .tbl-profil-text,.gb-pisti .slt-4 .tbl-profil .tbl-profil-text,.gb-zadebul .slt-4 .tbl-profil .tbl-profil-text{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align: left;
  padding-left: 14px;
  color: #472B03;
}



.gb-okey .slt-1 .tbl-profil,.gb-batak .slt-1 .tbl-profil,.gb-okey101 .slt-1 .tbl-profil,.gb-pisti .slt-1 .tbl-profil,.gb-zadebul .slt-1 .tbl-profil{
  background-image: url(/oyna/img/base/table/otur_horizontal.png);
}

.gb-okey .slt-3 .tbl-profil,.gb-batak .slt-3 .tbl-profil,.gb-okey101 .slt-3 .tbl-profil,.gb-pisti .slt-3 .tbl-profil,.gb-zadebul .slt-3 .tbl-profil{
  background-image: url(/oyna/img/base/table/otur_horizontal.png);
}


.gb-okey .slt-4 .tbl-profil,.gb-batak .slt-4 .tbl-profil,.gb-okey101 .slt-4 .tbl-profil,.gb-pisti .slt-4 .tbl-profil,.gb-zadebul .slt-4 .tbl-profil{
  background-image: url(/oyna/img/base/table/otur_horizontal.png);
}

.gb-okey .slt-2 .tbl-profil,.gb-batak .slt-2 .tbl-profil,.gb-okey101 .slt-2 .tbl-profil,.gb-pisti .slt-2 .tbl-profil,.gb-zadebul .slt-2 .tbl-profil{
  background-image: url(/oyna/img/base/table/otur_horizontal.png);
}





.tbl-profil-occupied {
  width: 46px;
  height: 43px;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid black;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: auto auto;
  background-color: #fff;
}


.tbl-profil-occupied-border{
  display:none;
}

.gb-okey .tbl-profil-occupied-border,.gb-batak .tbl-profil-occupied-border,.gb-okey101 .tbl-profil-occupied-border,.gb-pisti .tbl-profil-occupied-border,.gb-zadebul .tbl-profil-occupied-border{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/okey/table/image-border.png);
  overflow: visible;
}

.gb-batak .tbl-profil-occupied-border{
  background-image: url(/oyna/img/batak/table/image-border.png);
}


.gb-okey101 .tbl-profil-occupied-border{
  background-image: url(/oyna/img/okey101/table/image-border.png);
}

.gb-pisti .tbl-profil-occupied-border{
  background-image: url(/oyna/img/pisti/table/image-border.png);
}

.gb-zadebul .tbl-profil-occupied-border{
  background-image: url(/oyna/img/zadebul/table/image-border.png);
}

.gb-okey .slt-1 .tbl-profil-text,.gb-batak .slt-1 .tbl-profil-text,.gb-okey101 .slt-1 .tbl-profil-text,.gb-pisti .slt-1 .tbl-profil-text,.gb-zadebul .slt-1 .tbl-profil-text{
  padding-right: 41px;
} 


.gb-okey .tbl-profil-occupied,.gb-batak .tbl-profil-occupied,.gb-okey101 .tbl-profil-occupied ,.gb-pisti .tbl-profil-occupied,.gb-zadebul .tbl-profil-occupied {
  position: absolute;
  width: 38px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
  height: 38px;
  left: 72px;
  top: -1px;
  border-radius: 4px;
  overflow: visible;
}

.gb-okey .slt-3 .tbl-profil-occupied,.gb-batak .slt-3 .tbl-profil-occupied,.gb-okey101 .slt-3 .tbl-profil-occupied,.gb-pisti .slt-3 .tbl-profil-occupied,.gb-zadebul .slt-3 .tbl-profil-occupied{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: 2px;
    left: -1px;
}


.gb-okey .slt-2 .tbl-profil-occupied,.gb-batak .slt-2 .tbl-profil-occupied,.gb-okey101 .slt-2 .tbl-profil-occupied,.gb-pisti .slt-2 .tbl-profil-occupied,.gb-zadebul .slt-2 .tbl-profil-occupied{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.gb-okey .maxusers-2 .slt-2 .tbl-profil-occupied,.gb-batak .maxusers-2 .slt-2 .tbl-profil-occupied,.gb-okey101 .maxusers-2 .slt-2 .tbl-profil-occupied,.gb-pisti .maxusers-2 .slt-2 .tbl-profil-occupied,.gb-zadebul .maxusers-2 .slt-2 .tbl-profil-occupied{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -1px;
  top: 2px;

}




.tbl-nickname {
  line-height: 17px;
  font-size: 1em;
  height: 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.tbl-profil-bg{
  display: none;
}

.gb-okey .tbl-profil-bg,.gb-batak .tbl-profil-bg,.gb-okey101 .tbl-profil-bg,.gb-pisti .tbl-profil-bg,.gb-zadebul .tbl-profil-bg{
  display: block;
  position: absolute;
  top: -11px;
  left: -13px;
  width: 133px;
  height: 60px;
  background-image: url(/oyna/img/okey/table/green_long_horizontal_v2.png);
  background-size: 100% 100%;
}

.gb-batak .tbl-profil-bg{
  background-image: url(/oyna/img/batak/table/green_long_horizontal_v2.png);
}


.gb-okey101 .tbl-profil-bg{
  background-image: url(/oyna/img/okey101/appscreens/tables/green_horizontal_bg.png);
  width: 116px;
  height: 40px;
  top:0px;
  left:-2px;
}

.gb-pisti .tbl-profil-bg{
  background-image: url(/oyna/img/pisti/table/green_long_horizontal_v2.png);
}


.gb-zadebul .tbl-profil-bg{
  background-image: url(/oyna/img/zadebul/table/green_long_horizontal_v2.png);
}


.gb-okey .slt-1 .tbl-profil-bg,.gb-batak .slt-1 .tbl-profil-bg,.gb-pisti .slt-1 .tbl-profil-bg,.gb-zadebul .slt-1 .tbl-profil-bg{
  left: -11px;
}

.gb-okey101 .slt-1 .tbl-profil-bg{
  left:-2px;
}



.gb-okey .slt-1 .tbl-profil-occupied,.gb-batak .slt-1 .tbl-profil-occupied,.gb-okey101 .slt-1 .tbl-profil-occupied,.gb-pisti .slt-1 .tbl-profil-occupied,.gb-zadebul .slt-1 .tbl-profil-occupied{
  left: 73px;
}


.gb-okey .maxusers-2 .slt-2 .tbl-profil-bg,.gb-batak .maxusers-2 .slt-2 .tbl-profil-bg,.gb-okey101 .maxusers-2 .slt-2 .tbl-profil-bg,.gb-pisti .maxusers-2 .slt-2 .tbl-profil-bg,.gb-zadebul .maxusers-2 .slt-2 .tbl-profil-bg{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -12px;
}


.gb-okey .slt-3 .tbl-profil-bg,.gb-batak .slt-3 .tbl-profil-bg,.gb-pisti .slt-3 .tbl-profil-bg,.gb-zadebul .slt-3 .tbl-profil-bg{
  transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -12px;
}


.gb-okey101 .slt-3 .tbl-profil-bg{
  transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -3px;
}

.gb-okey .slt-4 .tbl-profil-bg,.gb-batak .slt-4 .tbl-profil-bg,.gb-pisti .slt-4 .tbl-profil-bg,.gb-zadebul .slt-4 .tbl-profil-bg{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -9px;
}


.gb-okey101 .slt-4 .tbl-profil-bg{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -2px;
}


.gb-okey .tbl-nickname,.gb-batak .tbl-nickname,.gb-okey101 .tbl-nickname,.gb-pisti .tbl-nickname,.gb-zadebul .tbl-nickname{
  text-align: center;
  position: absolute;
  top: -6px;
  left: -4px;
  width: 74px;
  color: white;
  line-height: 42px;
  height: 53px;
  padding-top: 4px;
  font-size: 20px;
  background-size: 100% 100%;
}


.gb-okey .slt-1 .tbl-nickname,.gb-batak .slt-1 .tbl-nickname,.gb-okey101 .slt-1 .tbl-nickname,.gb-pisti .slt-1 .tbl-nickname,.gb-zadebul .slt-1 .tbl-nickname{
  left: -1px;
}


.gb-okey .slt-4 .tbl-nickname,.gb-batak .slt-4 .tbl-nickname,.gb-okey101 .slt-4 .tbl-nickname,.gb-pisti .slt-4 .tbl-nickname,.gb-zadebul .slt-4 .tbl-nickname{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: 41px;
}


.gb-okey .slt-4 .tbl-profil-occupied,.gb-batak .slt-4 .tbl-profil-occupied,.gb-okey101 .slt-4 .tbl-profil-occupied,.gb-pisti .slt-4 .tbl-profil-occupied,.gb-zadebul .slt-4 .tbl-profil-occupied{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: 2px;
  left: 1px;
}


.gb-okey .slt-2 .tbl-nickname,.gb-batak .slt-2 .tbl-nickname{


}


.gb-okey .maxusers-2 .slt-2 .tbl-nickname,.gb-batak .maxusers-2 .slt-2 .tbl-nickname,.gb-okey101 .maxusers-2 .slt-2 .tbl-nickname,.gb-pisti .maxusers-2 .slt-2 .tbl-nickname,.gb-zadebul .maxusers-2 .slt-2 .tbl-nickname{
  transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 26px;
}


.gb-okey .slt-3 .tbl-nickname,.gb-batak .slt-3 .tbl-nickname,.gb-okey101 .slt-3 .tbl-nickname,.gb-pisti .slt-3 .tbl-nickname,.gb-zadebul .slt-3 .tbl-nickname{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: 37px;
  
}

.gb-batak .maxusers-3 .slt-3 .tbl-nickname{
  text-align: center;
}


/* End of   Salona girildikten sonraki masaların olduğu panel */

#salon_room_list_panel {
  position: relative;
  display: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 482px;
  height: 100%;
  background-image: url(/oyna/img/base/saloon_list_bg.png);
  background-repeat: no-repeat;
  float: left;
  font-family: 'DINPro-CondensedBold';
  font-size: 22px;
}

.gb-okey101 #salon_room_list_panel{
  height: 264px;
  background-image: none;
  width: 604px;
  transform: scale(1.8);
  position: absolute;
  left: 636px;
  top: 137px;

}

#salon_room_list_header {
  position: relative;
  height: 35px;
  width: 100%;
  font-weight: bold;
  color: #FFFFFF;
}

#game_scroll_container {
  width: 460px;
  margin-top: 8px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  background: black;
  overflow-y: auto;
}

.saloonListContainer {
  position: relative;
  width: 460px;
  margin-top: 8px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  /*overflow-y: auto;*/
  overflow: hidden;
}

.gb-okey101 .saloonListContainer{
  overflow: hidden;
  height: 250px;
  width:606px;
  margin-top:-31px;

}

.salonListContainerWrapper{
  height: 240px;
}
.salon_scroll_container_cover{
  position:absolute;
  top:0px;
  left:0px;
  width: 606px;
  height: 258px;
}

.gb-okey101 .saloonListContainer  .jspTrack{
  background-color: #011b2d  !important;
}


.gb-okey101 .saloonListContainer .jspHorizontalBar,.gb-okey101 .saloonListContainer  .jspVerticalBar,.gb-okey101 .saloonListContainer  .jspTrack {
  background: #000000;
}


.salon_player_info {
  position: absolute;
  bottom: 28px;
  right: 2px;
  width: 197px;
  height: 30px;
}

.gb-okey101 .salon_player_info{
  bottom: -10px;
  right: 38px;
}

.salon_scroll_row {
  height: 46px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.gb-okey .salon_scroll_row {
  height: 61px;
}

.gb-okey .salon_scroll_row img{
  margin-top:10px;
}

.main-okey101 .salon_scroll_row{
  height: 31px;
}

.gb-okey101 .salon_scroll_row{
  display: inline-block;
  width: 147px;
  height: 234px;
  background-size: 100% 100%;
  position:relative;
  transition: all 0.2s ease;
}

.saloon_bg_green{
  background-image: url(/oyna/img/okey101/salon_list/green_bg.png);
}

.saloon_bg_blue{
  background-image: url(/oyna/img/okey101/salon_list/blue_bg.png);
}

.saloon_bg_yellow{
  background-image: url(/oyna/img/okey101/salon_list/yellow_bg.png);
}


.saloon_bg_purple{
  background-image: url(/oyna/img/okey101/salon_list/purple_bg.png);
}




.main-pisti .salon_scroll_row {
  height: 53px;
}


.salon_scroll_row div {
  float: left;
  color: black;
  border-left: solid 1px black;
  text-align: center;
  height: 100%;
  padding-top: 15px;
  font-size: 0.8em;
}

.gb-okey .salon_scroll_row div{
  padding-top:23px;
}

.gb-okey101 .salon_scroll_row div{
  color:white;
  border-left: none;
}

.main-okey101 .salon_scroll_row div {
  padding-top: 5px;
}

.gb-okey101 .main-okey101 .saloon_caylakZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/caylak_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 16px;

}

.gb-okey101 .main-okey101 .saloon_ustaZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/usta_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}


.gb-okey101 .main-okey101 .saloon_beyZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/beyzade_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}

.gb-okey101 .main-okey101 .saloon_sosyalZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/sosyal_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}

.gb-okey101 .main-okey101 .saloon_hanZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/han_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}



.gb-okey101 .main-okey101 .saloon_asilZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/asil_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}


.gb-okey101 .main-okey101 .saloon_elitZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/elit_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}


.gb-okey101 .main-okey101 .saloon_kahveZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/kahve_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}



.gb-okey101 .main-okey101 .saloon_sehZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/seh_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}



.gb-okey101 .main-okey101 .saloon_sultanZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/sultan_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}


.gb-okey101 .main-okey101 .saloon_oyunZade .saloonName{
  background-image: url(/oyna/img/okey101/salon_list/oyun_txt.png);
    width: 113px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 17px;

}



.gb-okey101 .main-okey101 .salon_scroll_row .salon_scroll_row_img_wrapper{
  padding-top: 0px;
  position: absolute;
  top: 78px;
  left: 10px;
  width: 127px;
  height: 86px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-img{
  background-size: 100% 100%;
  position: absolute;
  width: 40px;
  height:40px;
  padding-top:0px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-caylak-p1{
  height: 83px;
    background-image: url(/oyna/img/okey101/salon_list/caylak_p1.png);
    width: 64px;
    top: -25px;
    left: 31px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-caylak-p2{
  background-image: url(/oyna/img/okey101/salon_list/caylak_p2.png);
    top: 33px;
    width: 35px;
    height: 34px;
    left: 26px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-caylak-p3{
  top: 28px;
    width: 48px;
    background-image: url(/oyna/img/okey101/salon_list/caylak_p3.png);
    left: 61px;
    height: 50px;
}



.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-usta-p1{
  height: 43px;
  background-image: url(/oyna/img/okey101/salon_list/usta_p1.png);
  width: 84px;
  top: 40px;
  left: 22px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-usta-p2{
  background-image: url(/oyna/img/okey101/salon_list/usta_p2.png);
    top: 6px;
    width: 51px;
    height: 56px;
    left: 62px;

}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-usta-p3{
  top: 7px;
    width: 66px;
    background-image: url(/oyna/img/okey101/salon_list/usta_p3.png);
    left: 17px;
    height: 66px;
}



.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-bey-p1{
  height: 66px;
    background-image: url(/oyna/img/okey101/salon_list/beyzade_p1.png);
    width: 59px;
    top: 7px;
    left: 34px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-bey-p2{
  background-image: url(/oyna/img/okey101/salon_list/beyzade_p2.png);
  top: 23px;
  width: 20px;
  height: 21px;
  left: 62px;

}



.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-kahve-p1{
  height: 79px;
    background-image: url(/oyna/img/okey101/salon_list/kahve_p1.png);
    width: 90px;
    top: 0px;
    left: 21px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-kahve-p2{
  background-image: url(/oyna/img/okey101/salon_list/kahve_p2.png);
  height: 29px;
    width: 28px;
    top: 43px;
    left: 88px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-kahve-p3{
  background-image: url(/oyna/img/okey101/salon_list/kahve_p3.png);
  top: 52px;
  width: 29px;
  height: 28px;
  left: 75px;
}





.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-asil-p1{
  height: 64px;
    background-image: url(/oyna/img/okey101/salon_list/asil_p1.png);
    width: 68px;
    top: 1px;
    left: 34px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-asil-p2{
  background-image: url(/oyna/img/okey101/salon_list/asil_p2.png);
  top: 50px;
  width: 23px;
  height: 17px;
  left: 12px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-asil-p3{
  height: 17px;
  background-image: url(/oyna/img/okey101/salon_list/asil_p2.png);
  width: 23px;
  top: 62px;
  left: 30px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-asil-p4{
  background-image: url(/oyna/img/okey101/salon_list/asil_p3.png);
    top: 51px;
    width: 18px;
    height: 25px;
    left: 76px;

}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-asil-p5{
  background-image: url(/oyna/img/okey101/salon_list/asil_p4.png);
    top: 44px;
    width: 24px;
    height: 24px;
    left: 88px;

}


.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-han-p1{
  height: 48px;
    background-image: url(/oyna/img/okey101/salon_list/han_p1.png);
    width: 39px;
    top: 17px;
    left: 17px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-han-p2{
  background-image: url(/oyna/img/okey101/salon_list/han_p2.png);
    top: 27px;
    width: 39px;
    height: 50px;
    left: 74px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-han-p3{
  height: 72px;
  background-image: url(/oyna/img/okey101/salon_list/han_p3.png);
  width: 73px;
  top: 3px;
  left: 27px;
}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-elit-p1{
  height: 73px;
    background-image: url(/oyna/img/okey101/salon_list/elit_p1.png);
    width: 128px;
    top: 3px;
    left: 0px;
}





.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-seh-p1{
  height: 80px;
  background-image: url(/oyna/img/okey101/salon_list/seh_p1.png);
  width: 54px;
  top: -4px;
  left: 35px;
}

.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scroll-row-seh-p2{
  background-image: url(/oyna/img/okey101/salon_list/seh_p2.png);
    top: 35px;
    width: 34px;
    height: 40px;
    left: 12px;

}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-seh-p3{
  height: 40px;
    background-image: url(/oyna/img/okey101/salon_list/seh_p3.png);
    width: 32px;
    top: 37px;
    left: 78px;
}



.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-sultan-p1{
  height: 63px;
    background-image: url(/oyna/img/okey101/salon_list/sultan_p1.png);
    width: 83px;
    top: 5px;
    left: 22px;
}



.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-oyun-p1{
  height: 68px;
    background-image: url(/oyna/img/okey101/salon_list/oyun_p1.png);
    width: 113px;
    top: 8px;
    left: 7px;
}


.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-oyun-p2{
  height: 28px;
    background-image: url(/oyna/img/okey101/salon_list/oyun_p2.png);
    width: 38px;
    top: -16px;
    left: 45px;
}



.gb-okey101 .main-okey101 .salon_scroll_row  .salon-scrooll-row-min-entry{
  position: absolute;
    height: 26px;
    width: 101px;
    text-align: center;
    bottom: 41px;
    left: 35px;
    padding-top: 0px;
    line-height: 30px;
    font-size: 16px;
}

.gb-okey101 .main-okey101 .salon_scroll_row .salon-scroll-row-count{
  position: absolute;
    height: 26px;
    width: 142px;
    text-align: center;
    bottom: 7px;
    left: 4px;
    padding-top: 0px;
    line-height: 25px;
}


.salon_scroll_row:hover {
  background-color: #ADAD9C;
}

.gb-okey101 .salon_scroll_row:hover {
  background-color: transparent;
  transform: scale(1.02);
}


.salon_scroll_even {
  background-color: #E9E2C4;
}

.salon_scroll_odd {
  background-color: #BFB99B;
}

#salon_room_list_header div {
  float: left;
  margin-top: 8px;
  text-align: center;
}

#friends_list_panel {
  display: none;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 5px;
  width: 270px;
  height: 100%;
  background-image: url(/oyna/img/base/user_list_bg.png);
  background-repeat: no-repeat;
  float: left;
  text-align: center;
}


.gb-okey101 #friends_list_panel {
  transform: scale(1.55);
  top: 227px;
  position: absolute;
  background-image:none;
  height: 470px;
  right:86px;
}

.friends-list-vertical-scroll-line {
  background-color: #5b0000;
  position: absolute;
  right: 9px;
  width: 4px;
  top: 78px;
  height: 364px;
  border-radius: 94px;
}

.gb-okey101 .friends-list-vertical-scroll-line{
  top: 78px;
    height: 422px;
    background-color: #005d92;
    right:6px;
}

.friends_list_panel_cover {
  position: absolute;
  width: 270px;
  height: 475px;
  top: 0px;
}

#friends-search {
  height: 27px;
  position: relative;
  left: 1px;
}

#friends-search input {
  display: block;
  float: left;
  position: relative;
  width: 256px;
  margin-left: 5px;
  padding: 3px;
  border-radius: 5px;
  height: 29px;
  top: 3px;
}

#friends-search span {
  position: absolute;
  right: 11px;
  top: 6px;
  display: block;
  width: 22px;
}

.friends_scroll_container, .users_scroll_container, .invite_scroll_container {

  position: relative;
  width: 258px;
  margin-top: 11px;
  height: 366px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}


.gb-okey101  .users_scroll_container, .gb-okey101 .friends_scroll_container, .gb-okey101 .invite_scroll_container{
  height:440px;
  width:262px;
}

.gb-okey101  .users_scroll_container, .gb-okey101 .friends_scroll_container {
  height: 424px;
}

.gb-okey .friends_scroll_container,.gb-okey  .users_scroll_container{
  height: 366px;
}

.friend_scroll_row, .friend_scroll_row-master {
  position: relative;
  height: 55px;
  width: 233px;
  margin-bottom: 4px;
  min-width: 245px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/user_list/list_bg.png);
  cursor: pointer;
}


.gb-pisti .friend_scroll_row{
  background-image:url(/oyna/img/pisti/team/panel/BestUserBG0.png);
  height: 40px;

}



.gb-okey .friend_scroll_row,.gb-okey .friend_scroll_row-master, .gb-okey101 .friend_scroll_row-master, .gb-pisti .friend_scroll_row-master,.gb-batak .friend_scroll_row-master{
  background-image: url(/oyna/img/base/user_list/list_bg_v2.png);
}

.gb-okey101 .profile-looker-users-window .friend_scroll_row{
  background-image: url(/oyna/img/okey101/like/Friends-ItemBackground.png);
    color: white;
    height: 58px;
    width: 248px;
    margin-bottom: 5px;
    margin-left: 70px;
    /* margin-right: 40px; */
    display: inline-block;
}


.gb-okey .profile-looker-users-window .friend_scroll_row,.gb-pisti .profile-looker-users-window .friend_scroll_row{
  background-image: url(/oyna/img/okey/like/Friends-ItemBackground.png);
    color: white;
    height: 58px;
    width: 248px;
    margin-bottom: 5px;
    margin-left: 70px;
    /* margin-right: 40px; */
    display: inline-block;
}

.gb-pisti .profile-looker-users-window .friend_scroll_row{
  background-image: url(/oyna/img/pisti/like/Friends-ItemBackground.png);
}

.dummy_style {
  display: inline-block;
}

.friend_row_img_border {
  float: left;
  position: relative;
  margin-top: 5px;
  margin-left: 8px;
  height: 44px;
  width: 44px;
  background-image: url(/oyna/img/base/user_list/user_img_border_bg.png);
  background-size: 100% 100%;
}

.gb-okey101 .profile-looker-users-window .friend_row_img_border{
  float: left;
    position: absolute;
    height: 50.4px;
    left: -28.8px;
    margin-top: 0px;
    margin-left: 0px;
    top: 6.25px;
    width: 50.4px;
    background-image: url(/oyna/img/okey101/like/Home-ProfilePictureBorder.png);
    background-size: 100% 100%;
}



.gb-okey .profile-looker-users-window .friend_row_img_border{
  float: left;
    position: absolute;
    height: 50.4px;
    left: -28.8px;
    margin-top: 0px;
    margin-left: 0px;
    top: 6.25px;
    width: 50.4px;
    background-image: url(/oyna/img/okey/like/Home-ProfilePictureBorder.png);
    background-size: 100% 100%;
}



.friend_row_img {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 40px;
  background: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.gb-okey101 .friend_row_img,.gb-okey .friend_row_img,.gb-pisti .friend_row_img{
  width: 88px;
  height: 88px;
  top: 7px;
}

.gb-okey101 .profile-looker-users-window .friend_row_img,.gb-okey .profile-looker-users-window .friend_row_img{
  border-radius: 100px;
    width: 88px;
    height: 88px;
}

.friend_row_data {
  height: 48px;
  float: left;
  margin-left: 10px;
  color: black;
  width: 180px;
}

.gb-pisti .friend_row_data{
  height: 40px;
}

.gb-okey101 .friend_row_data,.gb-okey .friend_row_data, .gb-pisti .friend_row_data{
  margin-left:63px;
}

.user_row_data {
  height: 48px;
  float: left;
  margin-left: 6px;
  color: black;
}

.gb-okey101 .user_row_data,.gb-okey .user_row_data{
  margin-left:60px;
}

.gb-pisti .user_row_data{
  height: 22px;
    position: relative;
    width: 117px;
}

.user-row-team-logo{
  width: 21px;
    height: 23px;
    /* float: left; */
    position: absolute;
    top: 8px;
    left: 45px;
    transition:all 0.2s ease;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
}

.user-row-team-logo:hover{
  transform:scale(1.05);
}

.block-button{
  opacity:0.5;
  pointer-events:none;
}

.friend_online_data {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #14b714;
}

.gb-pisti .friend_online_data{
  right: 46px;
  top: 2px;
  background-size: 100% 100%;

}

.friend_online_text{
  position: absolute;
    right: -39px;
    height: 20px;
    font-size: 12px;
    width: 38px;
    top: -3px;
    color: gray;
}

.gb-pisti .friend_online_text{
  position: absolute;
  right: -39px;
  height: 17px;
  font-size: 12px;
  width: 38px;
  top: -3px;
  color: gray;
  line-height: 17px;
}

.gb-okey101 .profile-looker-users-window .friend_online_data{
  position: absolute;
    top: 6px;
    right: 221px;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey101/like/Ingame-Waiting-Blip.png);
    border-radius: 0px;
    background-color: transparent;
}
.gb-okey .profile-looker-users-window .friend_online_data{
  position: absolute;
    top: 6px;
    right: 221px;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/okey/like/Ingame-Waiting-Blip.png);
    border-radius: 0px;
    background-color: transparent;
}

.gb-pisti .profile-looker-users-window .friend_online_data{
  background-image: url(/oyna/img/pisti/like/Ingame-Waiting-Blip.png);
  right: 55px;
  line-height: 23px;
  top: 27px;
}



.friend_row_like_btn{
  display: none;
  position: absolute;
    width: 31px;
    height: 31px;
    background-size: 100% 100%;
    cursor: pointer;
    top: 13.6px;
    left: 183px;
    background-image: url(/oyna/img/okey101/like/WhoLookLikeButton.png);

}

.friend_row_like_btn_passive{
  opacity: 0.5;
  cursor: default;
}


.friend_nickname {
  padding-left: 2px;
  margin-top: 3px;
  text-align: left;
  width: 173px;
  height: 27px;
  font-size: 19px;
  white-space: nowrap;
  color: #055b5e;
  font-weight: 900;
  font-family: Original Surfer;
  /* -webkit-text-stroke-width: 0.9px; */
  /* -webkit-text-stroke-color: rgb(0, 0, 0); */
  overflow: hidden;
}

.gb-pisti .user_scroll_row .friend_nickname{
  left: -9px;
  width: 124px;
  text-align: center;
  font-size: 17px;
  position: absolute;
  /*
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  */
  font-family: 'zgultra';
  top: 0px;
  line-height: 17px;
  color:white;
}

.gb-pisti .user_row_data .friend_nickname{
   left: 0px;
  width: 108px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  font-family: 'zgultra';
  top: 0px;
  line-height: 17px;
  color:#FCF8D5;
}


.gb-pisti .friends_scroll_container .user_row_data .friend_nickname{
  text-align: left;
}


.gb-pisti .profile-looker-users-window .user_row_data .friend_nickname{
  text-align: left;
  top:10px;
}



.gb-pisti .friend_scroll_row .friend_nickname{
  left: 0px;
    width: 124px;
    font-size: 15px;
    position: absolute;
    color: white;
    /*
    -webkit-text-stroke-width: 0.01px;
    -webkit-text-stroke-color: #262525;
    */
    font-family: 'zgultra';
}


.gb-pisti .profile_looker_container .friend_scroll_row .friend_nickname{
  margin-top:0px;
  top:13px;

}


.gb-pisti .team-user-row-name  .friend_nickname{
  left: 0px;
    width: 124px;
    text-align: left;
    font-size: 15px;
    position: absolute;
    color: white;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    font-family: 'zgultra';
}

.user-row-team-name{
  text-align: center;
  width: 124px;
  height: 20px;
  color: #540a0a;
  font-size: 15px;
  
}

.user_row_vip_blue_bg .user-row-team-name, .user_row_vip_pink_bg .user-row-team-name{
  color:white;
}

.gb-okey .user_row_vip_blue_bg .friend_nickname,.gb-okey101 .user_row_vip_blue_bg .friend_nickname,.gb-batak .user_row_vip_blue_bg .friend_nickname{
  width: 136px;
}

.gb-okey .user_row_vip_pink_bg .friend_nickname,.gb-okey101 .user_row_vip_pink_bg .friend_nickname,.gb-batak .user_row_vip_pink_bg .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_3 .friend_nickname,.gb-okey101 .admin_p_3 .friend_nickname ,.gb-batak .admin_p_3 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_4 .friend_nickname,.gb-okey101 .admin_p_4 .friend_nickname ,.gb-batak .admin_p_4 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_5 .friend_nickname,.gb-okey101 .admin_p_5 .friend_nickname ,.gb-batak .admin_p_5 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_6 .friend_nickname,.gb-okey101 .admin_p_6 .friend_nickname ,.gb-batak .admin_p_6 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_7 .friend_nickname,.gb-okey101 .admin_p_7 .friend_nickname,.gb-batak .admin_p_7 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_8 .friend_nickname,.gb-okey101 .admin_p_8 .friend_nickname,.gb-batak .admin_p_8 .friend_nickname{
  width: 136px;
}


.gb-okey .admin_p_9 .friend_nickname,.gb-okey101 .admin_p_9 .friend_nickname,.gb-batak .admin_p_9 .friend_nickname{
  width: 136px;
}


.profile_looker_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 327px !important;
}

.gb-okey101 .profile_looker_container .jspHorizontalBar {
  height: 9px;
  margin-bottom: 4px;
  display: none;
}

.gb-okey101 .profile_looker_container .jspDrag {
  background:#004b5a;
}

.gb-okey101 .profile_looker_container .jspDrag:hover {
  background: #004b5a;
}

.gb-okey101 .profile_looker_container .jspArrowLeft {
  background-position: -96px -4px !important;
}

.gb-okey101 .profile_looker_container .jspArrowRight {
  background-position: -32px -4px !important;
}



.profile_looker_container .friend_nickname {
  margin-top: 15px;
}

.gb-okey101 .profile-looker-users-window .friend_nickname,.gb-okey .profile-looker-users-window .friend_nickname{
  margin-top: 12px;
    color: white;

    position: absolute;
    left: 68px;
    top:5.6px;
}

.friend_row_offline .friend_nickname {
  margin-top: 15px;
}

.gb-pisti .friend_row_offline .friend_nickname{
  margin-top: 3px;

}

.friend_location {
  display: none;
  text-align: left;
}

.gb-pisti .friend_location{
  width: 193px;
  margin-left: 8px;
  height: 22px;
  position:relative;

}

.friend_location_text, .friend_location_table {
  float: left;
  margin-top: 4px;
  color: black;
}

.gb-pisti .friend_location_text{
  margin-top:2px;
}

.go-to-friend-btn {
  float: right;
  margin-right: 9px;
  margin-top: -1px;
  height: 22px;
  line-height: 7px;
  width: 53px;
}

.gb-pisti .go-to-friend-btn{
  position: absolute;
  right: -4px;
  top: -4px;
}

.friend_table_location {
  position: absolute;
  top: 25px;
  right: 103px;
  width: 32px;
  height: 26px;
  float: left;
  background-image: url(/oyna/img/base/tiny_table_icon.png);
  background-repeat: no-repeat;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  color: white;
}

.gb-pisti .friend_table_location{
  top: -3px;
  width: 26px;
  background-image: url(/oyna/img/pisti/festival/GameText.png);
  height: 18px;
  right: 67px;
}

.friend_point {
  text-align: left;
  padding-left: 2px;
  padding-top: 0px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left 0px top 1px;
  background-size: 20px;
  color: #055b5e;
  font-size: 17px;
  font-family: 'Original Surfer';
  line-height: 24px;
}

.gold .friend_point {
  position: absolute;
  top: 25px;
}

.goldborder {
  display: none;
}

.gold .goldborder {
  -webkit-text-stroke: 1px black !important;
  display: inline !important;
}

.gb-pisti .goldborder {
   -webkit-text-stroke: 1px black !important;
  display: inline !important;
}


.best-users-window .gold .goldborder {
  -webkit-text-stroke: 1px black !important;
  display: inline !important;
}


.friend_time_data {
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 10px;
  overflow-wrap: break-word;
  color: black;
  margin-left: 19px;
}

.friend_row_close_btn {
  display: none;
  right: 3px;
  top: 3px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgb(223, 51, 51);
  border-radius: 100px;
  text-align: center;
  line-height: 13px;
}

.gb-okey101 .profile-looker-users-window .friend_row_close_btn{
  right: 6.4px;
    top: 14.4px;
    position: absolute;
    width: 28px;
    color: transparent;
    height: 28px;
    /* background-color: rgb(223, 51, 51); */
    border-radius: 100px;
    text-align: center;
    line-height: 10.4px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/okey101/like/Friends-ItemRemove.png);
    background-color: transparent;
}

.gb-okey101 .profile-looker-users-window .friend_row_close_btn:hover{
  background-color: transparent;
  background-image: url(/oyna/img/okey101/like/Friends-ItemRemove.png);
  transform:scale(1.05);

}


.gb-okey .profile-looker-users-window .friend_row_close_btn{
  right: 6.4px;
    top: 14.4px;
    position: absolute;
    width: 28px;
    color: transparent;
    height: 28px;
    /* background-color: rgb(223, 51, 51); */
    border-radius: 100px;
    text-align: center;
    line-height: 10.4px;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    background-image: url(/oyna/img/okey/like/Friends-ItemRemove.png);
    background-color: transparent;
}

.gb-okey .profile-looker-users-window .friend_row_close_btn:hover{
  background-color: transparent;
  background-image: url(/oyna/img/okey/like/Friends-ItemRemove.png);
  transform:scale(1.05);

}





.friend_row_close_btn:hover {
  background-color: rgb(116, 15, 15);
}

.user_scroll_row, .user_scroll_row-master {
  position: absolute;
  height: 55px;
  width: 246px;
  font-size: 12px;
  font-family: 'DINPro-CondensedBold';
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 4px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/base/user_list/list_bg.png);
  cursor: pointer;
}

.gb-pisti  .user_scroll_row{
  background-image: url(/oyna/img/pisti/team/panel/BestUserBG0.png);
  height: 40px;
}




.gb-okey .user_scroll_row, .gb-okey101 .user_scroll_row, .gb-batak .user_scroll_row{
  background-image: url(/oyna/img/base/user_list/list_bg_v2.png);
}

.gold .friend_nickname {
  color: #5f5f2c;
  text-shadow: none;
  font-family: 'archivo-black';
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #000000;
  position: absolute;
  top: -2px;
}

.goldbasic .friend_nickname {
  color: #5f5f2c;
  font-family: 'archivo-black';
}

.goldblue .friend_nickname {
  color: #5f5f2c;
  font-family: 'archivo-black';
}


.goldall .friend_nickname {
  color: #5f5f2c;
  font-family: 'archivo-black';
}


@supports not (-ms-high-contrast: none) {
  .gold .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}


@supports not (-ms-high-contrast: none) {
  .gb-pisti .gold .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_v2.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}




@supports not (-ms-high-contrast: none) {
  .goldblue .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_blue.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}



@supports not (-ms-high-contrast: none) {
  .gb-pisti .goldblue .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_blue_v2.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}


@supports not (-ms-high-contrast: none) {
  .gb-pisti .goldblue.user_row_vip_pink_bg .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_blue_v2_f.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}



@supports not (-ms-high-contrast: none) {
  .goldall .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_all.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}



@supports not (-ms-high-contrast: none) {
  .gb-pisti .goldall .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_all_v3.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}

@supports not (-ms-high-contrast: none) {
  .gb-pisti .goldall.user_row_vip_pink_bg .friend_nickname {
    -webkit-text-fill-color: transparent;
    background: url("/oyna/img/base/text/fontlightdegrade_all_v3_f.png") center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
  }
}




.user_table_number {
  position: absolute;
  top: 10px;
  right: 52px;
  width: 32px;
  height: 26px;
  float: left;
  background-image: url(/oyna/img/base/tiny_table_icon.png);
  background-repeat: no-repeat;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
}

.gb-okey .user_table_number,.gb-okey101 .user_table_number,.gb-batak .user_table_number{
  background-image: url(/oyna/img/base/tiny_table_icon_v2.png);
  top: 27px;
  width: 27px;
  height: 25px;
  background-size: 100% 100%;
}


.gb-pisti .user_table_number{
  top: 17px;
  width: 26px;
  background-image: url(/oyna/img/pisti/festival/GameText.png);
  height: 18px;
  right: 57px;
}

.user_row_vip_blue_bg {
  background-image: url(/oyna/img/base/user_list/list_m_vip_bg.png);
}

.gb-pisti .user_row_vip_blue_bg {
  background-image: url(/oyna/img/pisti/team/panel/row_blue_bg.png);
}


.user_row_vip_pink_bg {
  background-image: url(/oyna/img/base/user_list/list_f_vip_bg.png);
}

.gb-pisti  .user_row_vip_pink_bg {
  background-image: url(/oyna/img/pisti/team/panel/row_pink_bg.png);
}



.gb-okey .user_row_vip_blue_bg,.gb-okey101 .user_row_vip_blue_bg ,.gb-batak .user_row_vip_blue_bg{
  background-image: url(/oyna/img/base/user_list/list_m_vip_bg.png);
}

.gb-okey .user_row_vip_pink_bg,.gb-okey101 .user_row_vip_pink_bg,.gb-batak .user_row_vip_pink_bg {
  background-image: url(/oyna/img/base/user_list/list_f_vip_bg.png);
}

.user_vip_bg {
  position: absolute;
  height: 57px;
  width: 48px;
  right: 0px;
  top: -2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.vip_m {
  height: 57px;
  width: 54px;
  right: 6px;
  top: -2px;
  background-image: url(/oyna/img/base/admin_vip/erkek_vip.png);
}



.vip_f {
  height: 57px;
  width: 54px;
  right: 6px;
  top: -2px;
  background-image: url(/oyna/img/base/admin_vip/bayan_vip.png);
}



.gold .vip_m {
  height: 57px;
  width: 48px;
  right: 0px;
  top: -2px;
  background-image: url(/oyna/img/base/user_list/vip_m_bg.png);
}



.gold .vip_f {
  height: 57px;
  width: 48px;
  right: 0px;
  top: -2px;
  background-image: url(/oyna/img/base/user_list/vip_f_bg.png);
}



.admin_bg_3 {
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}



.admin_bg_8 {
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}




.admin_bg_9 {
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}




.admin_bg_6 {
  background-image: url(/oyna/img/base/admin_vip/lacvrt.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}


.admin_bg_5 {
  background-image: url(/oyna/img/base/admin_vip/mor.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}



.admin_bg_7 {
  background-image: url(/oyna/img/base/admin_vip/pembe.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}




.admin_bg_4 {
  background-image: url(/oyna/img/base/admin_vip/sari.png);
  background-size: 38px 38px;
  background-position-y: 6px;
  margin-top: 4px;
}





.admin_bg_green {
  background-image: url(/oyna/img/base/admin_vip/yesil.png);
  background-size: 35px 35px;
  margin-top: 4px;
}

#other_games_panel {
  width: 65px;
  height: 240px;
  text-align: center;
  margin-left: 5px;
  position: relative;
  left: 265px;
  top: -387px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  padding-top: 1px;
  border-radius: 0 10px 10px 0;
}

.game_button_wrapper {
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  border-radius: 10px;
  margin-top: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.game_button_wrapper:hover {
  transform: scale(1.05);
}

#gamecontainer{
  display:none;
}

.gb-okey101 #gamecontainer{
  display: block;
    background-color: #115c9f;
    min-height: 100%;
    min-width: 900px;
    background-position: top center;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(/oyna/img/okey101/background_v3.png);
}

.gb-okey #gamecontainer{
  background: none;
}


#game_chat_panel {
  display: none;
  background-image: url(/oyna/img/base/chat/game_chat_full_bg.png);
  width: 860px;
  height: 197px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  font-family: 'DINPro-CondensedBold';
  position: relative;
  background-repeat: no-repeat;
}


.gb-okey101 #game_chat_panel {
  height: 250px;
}

.game_chat_left_part {
  position: relative;
  float: left;
  width: 620px;
  height: 179px;
}

.speak-pop-up {
  position: absolute;
  top: -13px;
  left: -12px;
  cursor: pointer;
}

.table-speak-switch {
  width: 24px;
  height: 25px;
  background-size: 100% 100%;
}

.speak-pop-up-tooltip {
  visibility: hidden;
  width: 82px;
  color: white;
  position: absolute;
  top: -25px;
  left: -28px;
  background-color: black;
  padding: 2px;
  text-align: center;
  border-radius: 20px;
}

.speak-pop-up:hover .speak-pop-up-tooltip {
  visibility: visible;
}

.speak-pop-up .setting-on-switch {
  background-image: url(/oyna/img/base/buttons/speak.png);
}

.speak-pop-up .setting-off-switch {
  background-image: url(/oyna/img/base/buttons/speak_not.png);
}

#game_chat_panel_input {
  width: 620px;
  height: 46px;
}

.gb-okey101 #game_chat_panel_input,.gb-okey #game_chat_panel_input {
  position:relative;

}

.game_chat_right_part {
  margin-left: 0px;
  float: left;
  width: 223px;
  height: 184px;
  margin-top: 9px;
}

.game_chat_text_area_wrapper {
  padding-top: 10px;
  padding-left: 15px;
  width: 605px;
  height: 145px;
}

.game-chat-user-panel {
  position: relative;
  width: 203px;
  height: 136px;
  margin-left: 7px;
  margin-top: 6px;
}

.game-chat-user-panel-cover {
  position: absolute;
  width: 218px;
  height: 146px;
  top: 0px;
}

.game-chat-buttons-panel {
  width: 232px;
  margin-left: -3px;
  height: 41px;
}

#salon-list-button {
  float: left;
  margin-right: 0px;
  width: 106px;
  height: 35px;
  /* padding: 0px; */
  margin-top: 5px;
  margin-left: 0px;
}

.gb-okey101 #salon-list-button{
  display: none;
}


.gb-pisti #salon-list-button{
  display: none;
}

#salon-chat-button {
  float: left;
  margin-top: 5px;
  margin-right: 0px;
  width: 116px;
  height: 35px;
  border-bottom-right-radius: 23px;
}


.gb-okey101 #salon-chat-button{
  display: none;
}


.gb-pisti #salon-chat-button{
  display: none;
}



.game-chat-buttons-global-chat{
  display:none;

}

.gb-okey101 .game-chat-buttons-global-chat,.gb-pisti .game-chat-buttons-global-chat{
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 0px;
  width: 221px;
  height: 35px;
  border-bottom-right-radius: 23px;
}


.game-chat-user-header {
  color: #6C160A;
  font-size: 1.2em;
}

.game-chat-user-list {
  position: relative;
  top: 7px;
  height: 120px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.game-chat-user-row, .game-chat-user-row-master {
  width: 190px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}

.game-chat-user-icon {
  float: left;
  width: 24px;
  height: 24px;
}

.game-chat-user-kick-button {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/oyna/img/base/buttons/red_close_btn.png);
  cursor: pointer;
}

.game-chat-user-kick-button:hover {
  background-image: url(/oyna/img/base/buttons/red_close_btn_over.png);
}

.game-chat-user-table-owner {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/oyna/img/base/buttons/yellow_crown.png);
}

.game-chat-user-name {
  float: left;
  width: 95px;
  height: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.game-chat-user-row:hover {
  background-color: #ddd;
  border-radius: 10px;
}

.game-chat-user-point {
  float: left;
  width: 55px;
  height: 24px;
  color: green;
  text-align: right;
}

.game-chat-buttons-panel {
  width: 227px;
  height: 41px;
}

.salon-chat-close-btn {
  position: absolute;
  top: -1px;
  right: 1px;
  background-image: url(/oyna/img/kelime101/stones/close_btn.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.salon-chat-close-btn:hover {
  transform: scale(1.05);
}

#salon_chat_panel {
  border-radius: 15px;
  position: absolute;
  width: 480px;
  height: 33px;
  bottom: 0px;
  left: 0px;
  bottom: 24px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.gb-pisti #salon_chat_panel{
  display: none;
}

.gb-okey101 #salon_chat_panel{
  width: 673px;
  left:-158px;
  bottom:27px;
}

.salon-chat-header {
  width: 100%;
  position: relative;
  height: 30px;
  color: white;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 5px;
}

.salon-chat-header-uyarilar {
  float: right;
  width: 165px;
  line-height: 32px;
  margin-right: 14px;
}

.salon-chat-panel-ust {
  position: absolute;
  top: 0px;
  width: 480px;
  height: 176px;
  background-image: url(/oyna/img/base/chat/salon_sohbet_ust.png);
  background-size: 480px 176px;
  background-repeat: no-repeat;
}

.gb-okey101 .salon-chat-panel-ust{
  width: 661px;
  background-size: 100% 100%;
  display: none;
}

.salon-chat-panel-alt {
  position: absolute;
  bottom: 0px;
  width: 480px;
  height: 33px;
  background-image: url(/oyna/img/base/chat/salon_sohbet_alt.png);
  background-size: 480px 33px;
  background-repeat: no-repeat;
  background-color: black;
}

.gb-okey101 .salon-chat-panel-alt{
  width: 654px;
  background-image: none;
  display: none;
}

#game_chat_input {
  width: 476px;
  margin-top: 14px;
  height: 26px;
  margin-left: 22px;
  font-size: 18px;
  font-family: 'DINPro-CondensedBold';
}

#salon_chat_input {
  width: 334px;
  margin-bottom: -11px;
  height: 21px;
  margin-left: 10px;
  font-size: 18px;
  font-family: 'DINPro-CondensedBold';
  background-color: transparent;
}

.gb-okey101 #salon_chat_input{
  width: 508px;
  margin-bottom:-17px;
  height: 29px;
  font-size:14px;
  font-family:arial;

}

.saloon-chat-send-btn{
  position: absolute;
    width: 107px;
    height: 43px;
    top: -4px;
    text-align: center;
    right: -10px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(/oyna/img/okey101/appscreens/tables/yellow_btn.png);
    line-height: 40px;
    color: #99660a;
}


#chat_panel_input {
  display: block;
  float: left;
  height: 26px;
  width: 100%;
  text-align: left;
  margin-left: 10px;
  line-height: 40px;
}

.stick-to-right {
  float: right;
  margin-right: 24px;
}

#game_chat_text_area, .salon_chat_text_area {
  font-family: 'DINPro-CondensedBold';
  position: relative;
  height: 124px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 18px;
}

.gb-okey101 #game_chat_text_area img,
.gb-okey #game_chat_text_area img,
.gb-pisti #game_chat_text_area img{
  width:75px;
  height: 75px;
}

.private-chat-left-middle .jspPane>div {
  min-height: 22px;
  line-height: 22px;
}

#game_chat_text_area .jspPane>div {
  min-height: 22px;
  line-height: 22px;
}

.salon_chat_text_area .jspPane>div {
  min-height: 22px;
  line-height: 22px;
}

.chat-icon {
  padding-left: 25px;
  ;
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-size: 13px 20px;
}

.chat-icon-vip-m {
  background-position-x: 5px;
  background-image: url(/oyna/img/base/vip_m.png);
}

.chat-icon-vip-f {
  background-position-x: 5px;
  background-image: url(/oyna/img/base/vip_f.png);
}

.chat-icon-admin-3 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.chat-icon-admin-5 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.chat-icon-admin-8 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.chat-icon-admin-9 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/kirmizi.png);
}

.chat-icon-admin-6 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/lacvrt.png);
}

.chat-icon-admin-5 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/mor.png);
}

.chat-icon-admin-7 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/pembe.png);
}

.chat-icon-admin-4 {
  background-size: 22px 20px;
  background-image: url(/oyna/img/base/admin_vip/sari.png);
}

.salon_chat_text_area .jspHorizontalBar {
  display: none;
}

.private-chat-left-middle .jspHorizontalBar {
  display: none;
}

.game_chat_text_area_closed {
  display: none;
  color: red;
}

.chat_text_area_wrapper {
  padding-top: 10px;
  padding-left: 10px;
  width: 454px;
  height: 139px;
}

#players_right_part {
  float: left;
  width: 27%;
  height: 100%;
  background-color: rgb(221, 215, 188);
}

.down-panel {
  position: relative;
  font-family: 'DINPro-CondensedBold';
  width: 855px;
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  margin-top: 10px;
}


.gb-okey .down-panel{
  width: 852px;
    /* background: rgba(0,0,0,0.5); */
    height: 125px;
    margin-top: 74px;
    background-image: url(/oyna/img/okey/down_panel/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.down-panel-goldvip-btn {
  position: absolute;
  width: 160px;
  height: 80px;
  top: 37px;
  left: 340px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/base/down_panel/goldvip.png);
}


.gb-okey .down-panel-goldvip-btn{
  background-image: url(/oyna/img/okey/down_panel/vip_gold.png);
  width: 45px;
  height: 42px;
  top: -50px;
  left: 7px;
}

.down-panel-goldvip-btn:hover {
  transform: scale(1.05);
}


.down-panel-middle-part{
  position: absolute;
  top: 0px;
  left: 280px;
  width: 311px;
  height: 67px;

}

.down-panel-pick-frame-btn{
  position: absolute;
  width: 80px;
  height: 75px;
  top: 446px;
  left: -107px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/appscreens/profile/vip_gold.png);
}

.down-panel-pick-frame-btn:hover{
  transform: scale(1.05);
}

.gb-okey .down-panel .down-panel-pick-frame-btn{
  background-image: url(/oyna/img/okey/down_panel/vip_gold.png);
  width: 45px;
  height: 42px;
  top: -50px;
  left: 7px;
}

.appscreens-entry .down-panel-pick-frame-btn{
      top: 467px;
    left: -178px;
}





.down-panel-tournament-btn{
  display: none;
  position: absolute;
  width: 190px;
  height: 75px;
  top: 15px;
  left: 335px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url(/oyna/img/okey101/tournament/tournament_with_txt.png);
}

.appscreens-entry .down-panel-tournament-btn{
  top: 466px;
  left: -83px;
}

.appscreens-saloons .down-panel-tournament-btn{
  top:445px;
  left:107px;
}

.appscreens-saloons .down-panel-pick-frame-btn{
  left:12px;
}


.down-panel-tournament-btn:hover{
  transform: scale(1.05);
}


.down-panel-left-part {
  float: left;
  width: 400px;
  height: 200px;
}

.gb-okey .down-panel-left-part{
  width: 280px;
  height: 66px;
}

.down-panel-column {
  float: left;
  width: 107px;
  height: 170px;
}

.down-panel-team-column{
  float: left;
    width: 107px;
    height: 170px;
    position: relative;
    top: 19px;
    left: -25px;
}


.dwon-column-icon-team:hover{
  transform:scale(1.05);
}

.down-panel-column-icon {
  cursor: pointer;
  width: 90px;
  height: 81px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.gb-pisti .down-panel-column-icon{
  position:relative;
}

.down-column-icon-best-prize-sign{
  display: none;
  position: absolute;
    top: 25px;
    left: 71px;
    /* width: 20px; */
    background-color: #33cb33;
    /* height: 18px; */
    text-align: center;
    padding-top: 6px;
    border-radius: 100px;
    /* line-height: 1px; */
    /* font-size: 10px; */
    color: white;
    line-height: 4px;
    font-size:11px;
    background-image: url(/oyna/img/pisti/alert/badge_green.png);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}


.dwon-column-icon-team{
  background-image: url(/oyna/img/pisti/team/Team-Logo-0.png);
  position: relative;
  width: 55px;
  height: 61px;
}


.down-column-icon-friends {
  background-image: url(/oyna/img/base/down_panel/friends.png);
  position: relative;
}

.gb-okey101 .down-column-icon-friends{
  height: 102px;
    width: 105px;
    background-size: 100% 100%;
    position: absolute;
    top: 13px;
    display: inline-block;
    background-image: url(/oyna/img/okey101/appscreens/footer/friends.png);
    cursor: pointer;
    transition: all 0.2s ease;
    left: 221px;

}

.gb-okey101 .down-column-icon-friends:hover{
  transform:scale(1.05);
}



.gb-okey .down-column-icon-friends{
  height: 50px;
  width: 53px;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  display: block;
  background-image: url(/oyna/img/okey/down_panel/friends.png);
  cursor: pointer;
  transition: all 0.2s ease;
  left: 115px;

}

.gb-okey .down-column-icon-friends:hover {
  background-image: url(/oyna/img/okey/down_panel/friends.png);
  transform:scale(1.05);
}

.friends-notify-sign {
  position: absolute;
  cursor: pointer;
  width: 29px;
  height: 23px;
  right: -9px;
  font-size: 0.8em;
  top: 25px;
  line-height: 20px;
  background-image: url(/oyna/img/base/header/global_chat_badge.png);
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gb-pisti .friends-notify-sign{
  background-image: url(/oyna/img/pisti/alert/badge_red.png);
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 17px;
    right: -4px;
}

.down-column-icon-best {
  background-image: url(/oyna/img/base/down_panel/best.png);
}

.down-column-icon-wheel-of-fortune{
  background-image: url(/oyna/img/base/down_panel/wheel_of_fortune.png);
}



.gb-pisti .user_row_data .goldtext {
  background-size: 640px 15px;
}


.gb-pisti .user_row_vip_pink_bg .user_row_data .goldtext {
  background-size: 640px 15px;
}



.gb-okey101 .appscreens-tables .down-column-icon-wheel-of-fortune{
  position: absolute;
    width: 48px;
    height: 48px;
    right: 397px;
    background-size: 100% 100%;
    top: 23px;
    background-image: url(/oyna/img/okey101/appscreens/tables/wheel_of_fortune.png);
    cursor: pointer;
    transition: all 0.2s ease;
}


.gb-okey101 .appscreens-tables .vip-buy-icon{
  position: absolute;
    width: 190px;
    height: 63px;
    right: 0px;
    background-size: 100% 100%;
    top: 18px;
    background-image: url(/oyna/img/okey101/appscreens/tables/store_btn.png);
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    color:white;
    padding-left:45px;
    line-height: 60px;
    font-size: 27px;
}

.gb-okey101 .appscreens-tables .vip-buy-icon:hover{
  transform:scale(1.05);
}


.gb-okey101 .appscreens-tables .down-column-icon-wheel-of-fortune:hover{
  transform: scale(1.05);
}

.down-column-icon-rules {
  background-image: url(/oyna/img/base/down_panel/rules.png);
}

.down-column-icon-complaint {
  background-image: url(/oyna/img/base/down_panel/complaint.png);
}

.down-column-icon-settings {
  background-image: url(/oyna/img/base/down_panel/settings.png);
}

.down-panel-column-text {
  color: white;
  text-align: center;
  width: 100%;
  height: 30px;
}

.down-panel-column-icon:hover {
  transform: scale(1.05);
}

.down-panel-right-part {
  float: right;
  width: 322px;
  height: 200px;
}

.gb-okey .down-panel-right-part{
  width: 292px;
    text-align: center;
    position: relative;
    height: 67px;

}

.bottom-panel {
  position: relative;
  font-family: 'DINPro-CondensedBold';
  width: 855px;
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  margin-top: 10px;
}

.bottom-panel-facebook {}

.bottom-panel-facebook .bottom-invite-button {
  display: block;
}

.bottom-panel-facebook .bottom-invite-block {
  width: 116px;
}

.bottom-panel-facebook .bottom-panel-tab-buttons img {
  top: 20px;
  left: 95px;
}

.bottom-panel-tab-buttons {
  width: 300px;
  height: 40px;
  top: 6px;
  text-align: center;
  position: absolute;
  left: 45px;
}

.bottom-panel-tab-buttons img {
  position: absolute;
  top: 20px;
  left: 66px;
  pointer-events: none;
}

.bottom-panel-buttons {
  float: left;
  width: 146px;
  height: 35px;
  margin-left: 3px;
  background-image: url(/oyna/img/base/bottom_panel/friend_tab.png);
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
}



.bottom-panel-button-inactive {
  width: 146px;
  margin-top: 11px;
  height: 22px;
  line-height: 22px;
  background-image: url(/oyna/img/base/bottom_panel/friend_tab_not_selected.png);
}

.bottom-content-panel {
  position: absolute;
  top: 34px;
  width: 855px;
  height: 178px;
  padding-top: 9px;
  background-image: url(/oyna/img/base/bottom_panel/bottom_panel_bg.png);
}

.bottom-invite-block {
  float: left;
  height: 100%;
  width: 85px;
}

.bottom-invite-button {
  display: none;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-top: 50px;
  background-image: url(/oyna/img/base/buttons/invite.png);
  text-align: center;
  font-weight: 900;
  font-family: 'Hobo';
  padding-top: 47px;
  border-radius: 5px;
  cursor: pointer;
}

.bottom-invite-button:hover {
  background-image: url(/oyna/img/base/buttons/invite_over.png);
}

.bottom-best-users {
  height: 100%;
  width: 720px;
  float: left;
}

.best-three-users, .best-three-friends {
  float: left;
  height: 100%;
  width: 250px;
}

.bottom-user-row, .bottom-user-row-master {
  text-align: center;
  position: relative;
  float: left;
  width: 80px;
  height: 163px;
  background-image: url(/oyna/img/base/bottom_panel/great_user_bg.png);
  margin-left: 2px;
  margin-top: 3px;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.bottom-user-row:hover {}

.bottom-user-row-best {
  background-image: url(/oyna/img/base/bottom_panel/best_user_bg.png);
}

.bottom-user-profile {
  background: black;
  width: 70px;
  height: 70px;
  margin-left: 4px;
  margin-top: 4px;
  background-image: url(/oyna/img/base/thumbs/thumb1.jpg);
  background-size: 100%;
  border-radius: 5px;
  overflow: hide;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* background: black; */
}

.bottom-user-row-nickname {
  overflow: hidden;
  height: 24px;
  width: 100%;
  color: white;
  text-align: center;
  line-height: 24px;
  font-size: 0.8em;
  padding-top: 3px;
}

.bottom-best-users .bottom-user-row-nickname {
  margin-top: 14px;
}

.bottom-user-row-point {
  height: 20px;
  display: inline-block;
  color: green;
  background-image: url(/oyna/img/base//chips/profile_chip.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 15px 15px;
  padding-left: 20px;
  font-size: 0.8em;
}

.bottom-best-users .bottom-user-row-point {
  margin-top: 5px;
}

.bottom-zl-gonder-button {
  width: 58px;
  height: 35px;
  background-image: url(/oyna/img/base/buttons/green_middle.png);
  color: white;
  margin: 1px auto;
  line-height: 35px;
  text-align: center;
  font-size: 0.7em;
  cursor: pointer;
}

.bottom-user-number {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  background-color: black;
  top: 60px;
  left: 27px;
}

.bottom-left-button {
  float: left;
  height: 100%;
  width: 28px;
}

.bottom-left-button div {
  background-image: url(/oyna/img/base/bottom_panel/left_arrow.png);
  width: 19px;
  height: 19px;
  margin-top: 82px;
  margin-left: 3px;
  cursor: pointer;
}

.bottom-left-button div:hover {
  background-image: url(/oyna/img/base/bottom_panel/left_arrow_over.png);
}

.bottom-right-button {
  float: left;
  height: 100%;
  width: 28px;
}

.bottom-right-button div {
  background-image: url(/oyna/img/base/bottom_panel/right_arrow.png);
  width: 19px;
  height: 19px;
  margin-top: 82px;
  margin-left: 3px;
  cursor: pointer;
}

.bottom-right-button div:hover {
  background-image: url(/oyna/img/base/bottom_panel/right_arrow_over.png);
}

.best-other-users, .best-other-friends {
  float: left;
  overflow: hidden;
  height: 100%;
  width: 410px;
}

.bottom-best-friends {
  height: 100%;
  width: 720px;
  float: left;
}

/******** Popup Windows user details part*********************/

#user_details_window {
  display: none;
  top: 344px;
  left: 0px;
  width: 568px;
  height: 333px;
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  border-radius: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: black;
}

#user_details_window_header {
  padding: 10px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
  background-color: rgb(243, 33, 33);
  color: #fff;
  font-size: 35px;
  font-family: 'DINPro-CondensedBold';
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: black;
}

.left-circle-button {
  height: 30px;
  width: 30px;
  float: left;
  border-radius: 100px;
  margin-left: 25px;
  margin-top: 10px;
}

.right-circle-button {
  height: 30px;
  width: 30px;
  float: right;
  border-radius: 100px;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 20px;
  font: bold;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.user_details_middle {
  height: 200px;
}

.user_details_bottom {
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+19,c9c190+45,b7ad70+100 */
  background: #d5cea6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5cea6 00%, #fcfaee 35%, #fcfaee 55%, #b7ad70 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d5cea6 00%, #fcfaee 35%, #fcfaee 55%, #b7ad70 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d5cea6 00%, #fcfaee 35%, #fcfaee 55%, #b7ad70 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70', GradientType=0);
  /* IE6-9 */
}

.master-list {
  display: none;
}

.notifications-back-btn {
  position: absolute;
  top: 18px;
  left: 24px;
  width: 99px;
  height: 33px;
  line-height: 18px;
  font-size: 22px;
}

.notifications-bottom-send-button {
  float: right;
  width: 97px;
  height: 40px;
  margin-right: 2px;
  margin-top: 2px;
  font-size: 20px;
  border-radius: 15px;
}


.tournament-deactivate-btn{
  background-image: url(/oyna/img/okey101/tournament/gray_btn_bg.png);
  cursor: default;
}

.tournament-deactivate-btn:hover{
  transform: none;
}


textarea {
  resize: none;
}

/*
.admin_p_9 .friend_nickname, .admin_p_9 .friend_point {
  color: #dc0101;
}

.admin_p_8 .friend_nickname, .admin_p_8 .friend_point {
  color: #dc0101;
}

.admin_p_3 .friend_nickname, .admin_p_3 .friend_point {
  color: #dc0101;
}

.admin_p_6 .friend_nickname, .admin_p_6 .friend_point {
  color: #1d206b;
}

.admin_p_5 .friend_nickname, .admin_p_5 .friend_point {
  color: #602A89;
}

.admin_p_7 .friend_nickname, .admin_p_7 .friend_point {
  color: #fd0663;
}

.admin_p_4 .friend_nickname, .admin_p_4 .friend_point {
  color: #D3D300;
}
*/

.general-chat-send-btn, .private-chat-send-btn {
  float: right;
  width: 80px;
  height: 36px;
  line-height: 36px;
  margin-right: 0px;
  padding-top: 0px;
  margin-top: 1px;
  border-radius: 7px;
}

.gb-pisti .gold-festival-content {

  display: block;
    font-family: 'DINPro-CondensedBold';
    position: absolute;
    top: 79px;
    width: 245px;
    height: 533px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1002;
    overflow: hidden;
    transform: scale(1);
    margin-left: -118px;
    background-image: url(/oyna/img/pisti/best/bg.png);

}

.gold-festival-content-frame{
  display: block;
  font-family: 'DINPro-CondensedBold';
  position: absolute;
  top: 4px;
  left: 121px;
  width: 239px;
  height: 525px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1002;
  overflow: hidden;
  transform: scale(1);
  border-radius: 10px;
  margin-left: -118px;
  background-image: url(/oyna/img/pisti/best/bg.png);
}





.gb-pisti .gold-festival-close-btn{
  background-image: url(/oyna/img/pisti/festival/CloseView.png);
    right: 10px;
    top: 10px;
    width: 23px;
    height: 23px;
}

.gb-pisti .gold-festival-close-btn:hover{
  transform: scale(1.05);
}

.gold-festival-products-main-wrapper{
  padding-top: 6px;
  height: 2376px;
  width: 240px;
  background-size: 240px 521px;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalBackground.png);
}


.gb-pisti .gold-festival-products-wrapper{
  height: 2212px;
    width: 240px;
    top: unset;
    left: unset;
    padding-left:unset;

}


.gb-pisti .gold-festival-products-panel .jspVerticalBar {
  display: none;
}

.gold-festival-products-top-wrapper{
  display: block;
  width: 100%;
  position:relative;
}

.festival-window-time-panel{
  position: relative;
  display: block;
  width: 83px;
  height: 25px;
  top: 83px;
  padding-left: 22px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/KHJoinedTimerBG.png);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 23px;
  color: wheat;

}


.gb-pisti .gold-festival-products-panel .jspPane {
  margin-left: 0 !important;
}


.gold-festival-products-bottom-wrapper{
  display:block;
}

.gold-festival-products-bottom{
  position: relative;
  display: block;
  width: 219px;
  margin-left: 11px;
  padding-top: 24px;
  height: 119px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GF-ChestBG.png);
}

.gold-festival-products-title{
  position: absolute;
  top: -9px;
  width: 127px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GF-Chest-Title.png);
  text-align: center;
  left: 46px;
  color: wheat;
  font-size: 14px;
  line-height: 21px;
}



.gold-festival-products-text-area{
  width: 211px;
  height: 84px;
  background-size: 50px 50px;
  background-position-x: 149px;
  background-position-y: 11px;
  background-repeat: no-repeat;
  padding-right: 69px;
  font-size: 14px;
  padding-left: 23px;
  text-align: center;
  background-image: url(/oyna/img/pisti/festival/GF-ChestIcon.png);
  color: wheat;
  line-height: 14px;
}


.gold-festival-products-bottom-extra-bonus .gold-festival-products-text-area{
  background-position-x: 155px;
  background-position-y: 0px;
}



.gold-festival-gold-ticket-default-txt{
  display: none;
  padding-top:12px;
}



.gold-festival-gold-ticket-active-txt{
  display: none;
  padding-top: 4px;
}



.gold-festival-activate-gold-ticket-txt{
  display: none;
  padding-top:3px;
}



.gold-festival-bonus-level-wrapper {
  display: none;
  position: absolute;
  top: 83px;
  left: 23px;
  width: 176px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  color: white;
  font-size: 13px;
  line-height: 18px;
}

.gold-festival-bonus-level-bar{
  background-image: url(/oyna/img/pisti/festival/GF-Chest-LevelBG.png);
  width: 173px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gold-festival-bonus-level-bar-green {
  background-image: url(/oyna/img/pisti/festival/GoldFestivalLevelBar.png);
    top: 2px;
    height: 12px;
    width: 168px;
    left: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.gold-festival-bonus-level-txt{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 173px;
  height: 17px;
  text-align: center;
  background-size: 100% 100%;
  color: white;
  font-size: 13px;
  line-height: 16px;
}




.gold-festival-products-bottom-extra-bonus  .gold-festival-bonus-level-wrapper {
  display: block;

}

.gold-festival-gold-ticket-exist .gold-festival-products-lock{
  display: none;
}





.gold-festival-products-lock{
  position: absolute;
    top: -16px;
    right: -10px;
    width: 31px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/GoldFestivalLocked.png);
    height: 37px;

}



.festival-time-watch-img{
  position: absolute;
    left: 2px;
    top: 0px;
    width: 23px;
    height: 23px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/KHTimer.png);
  
}


.festival-window-top{
  background-color: purple;
  width: 100%;
  height: 118px;
  background-size: 240px 180px;
  background-position-y: -63px;
  background-image: url(/oyna/img/pisti/festival/GoldFestTop.png);

}


.festival-window-middle{
  background-color: #83A7D0;
  position:relative;
  width: 100%;
  height: 52px;
}

.festival-window-middle-text{
  position: absolute;
  top: -7px;
  left: 0px;
  width: 240px;
  height: 22px;
  text-align: center;
  color: #74561f;
  line-height: 19px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalTitle.png);

}



.festival-middle-level-key{
  display: block;
    position: absolute;
    top: -10px;
    left: -9px;
    width: 23px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/GoldFestNoKey.png);
}










.gb-pisti .gold-festival-products-panel{

  background-color: #002146;
  width: 240px;
  height: 355px;
  width: 240px;
  /* overflow: auto; */
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  left: unset;
  top: unset;

}


.festival-row-ticket-btn{
  display: block;
  width: 73px;
  height: 25px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  margin-top: 2px;
  margin-bottom: 5px;
  /* margin-right: 4px; */
  float: left;
  margin-left: 18px;
  margin-right: 19px;
  font-size: 14px;
  line-height: 24px;
  color: #4a0505;
  left: unset;
  top: unset;
  position: relative;
}

.festival-row-top{
  display: block;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 30px;
}


.festival-row-ticket-btn-place-holder{
  position: absolute;
  display: block;
  width: 73px;
  height: 25px;
  background-size: 100% 100%;
  transition: all 0.2s ease;
  background-image: url(/oyna/img/pisti/festival/TicketGold.png);
  top: 2px;
  right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #4a0505;
}


.gb-pisti .gold-festival-product-box{
  display: block;
    width: 100%;
    height: 70px;
    float: none;
    margin-right: unset;
    margin-top: unset;
    position:relative;
}

.gb-pisti .gold-festival-silver-product{

  position: absolute;
    display: block;
    width: 70px;
    height: 55px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/SilverCollectBackground.png);

    top: 7px;
    left: 17px;
}



.gb-pisti .gold-festival-product-img-zl{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
    width: 40px;
    height: 40px;
    top: 7px;
    left: 11px;
}


.gb-pisti .gold-festival-gold-product  .gold-festival-product-img-zl{
  left:20px;
}


.gold-festival-product-level-holder{
     position: absolute;
     height: 60px;
     width: 20px;

     top: 4px;
     background-size: 100% 100%;
     background-image: url(/oyna/img/pisti/festival/GF-ItemBG-Enabled.png);
     left: 107px;

}



.gold-festival-product-level-holder.gold-festival-product-level-disabled{
  background-image: url(/oyna/img/pisti/festival/GF-ItemBG.png);
}


.gold-festival-product-level-holder-blue{
  background-image: url(/oyna/img/pisti/festival/GF-ItemBG.png);
}

.gb-pisti .gold-festival-product-level{
  position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 13px;
    left: -7px;
    line-height: 33px;
    font-size: 12px;
    background-image: url(/oyna/img/pisti/festival/GoldFestivalNo.png);
}

.gb-pisti .gold-festival-product-level.gold-festival-product-level-star{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoZero.png);
} 


.gb-pisti  .gold-festival-product-level-disabled   .gold-festival-product-level{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoDisabled.png);
}


.gb-pisti .gold-festival-gold-product{

  position: absolute;
    display: block;
    width: 70px;
    /* margin-left: 21px; */
    height: 55px;
    background-size: 100% 100%;
    /* margin-top: 7px; */
    background-image: url(/oyna/img/pisti/festival/GoldCollectBackground.png);
    right: 22px;
    top: 7px;
}


.down-panel-festival-button {
  position: absolute;
    transition: all 0.2s ease;
    width: 92px;
    height: 79px;
    cursor: pointer;
    top: 173px;
    background-size: 100% 100%;
    right: 0px;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/pisti/festival/GoldFestBtn.png);
}


.down-panel-festival-button:hover{
  transform:scale(1.05);
}
 
.down-panel-festival-button-text{
  position: absolute;
  bottom: 6px;
  width: 90px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: wheat;
  
}


.down-panel-zadetreasure-button {
    position: relative;
    transition: all 0.2s ease;
    width: 92px;
    height: 61px;
    cursor: pointer;
    background-size: 100% 100%;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/pisti/treasure/icon_treasure.png);
}


.down-panel-zadetreasure-button:hover{
  transform:scale(1.05);
}
 
.down-panel-zadetreasure-button-text{
  position: absolute;
  bottom: 6px;
  width: 90px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: wheat;
  
}

.treasure-teamoffer-wrapper{
        position: absolute;
    top: 104px;
    width: 100px;
    left: -6px;
    height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  
}

.down-panel-teamoffers-button {
    position: relative;
    transition: all 0.2s ease;
    width: 92px;
    height: 70px;
    cursor: pointer;
    background-size: 100% 100%;
    font-family: 'DINPro-CondensedBold';
    background-image: url(/oyna/img/pisti/treasure/icon_team.png);
}


.down-panel-teamoffers-button:hover{
  transform:scale(1.05);
}
 
.down-panel-teamoffers-button-text{
  position: absolute;
  bottom: 6px;
  width: 90px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: wheat;
  
}









.down-panel-ourgames-button{
  position: absolute;
  transition: all 0.2s ease;
  width: 92px;
  height: 65px;
  cursor: pointer;
  top: 101px;
  background-size: 100% 100%;
  right: 0px;
  background-image: url(/oyna/img/pisti/festival/Home-OurGames-Button.png);
}



.down-panel-ourgames-button:hover{
  transform:scale(1.05);
}

.down-panel-festival-button-badge{
  position: absolute;
    bottom: 17px;
    right: -2px;
    height: 20px;
    width: 24px;
    line-height: 21px;
    color: white;
    text-align: center;
    font-size: 10px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/Point-Success.png);
}




.festival-ticket-silver{
  background-image: url(/oyna/img/pisti/festival/TicketSilver.png);
}

.festival-ticket-gold{
  background-image: url(/oyna/img/pisti/festival/TicketGold.png);
  cursor:pointer;
  margin-left: 34px;

}

.festival-ticket-gold:hover{
  transform:scale(1.05);
}



.festival-row-separator{
  position: absolute;
  width: 240px;
  height: 2px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestLine.png);
  top: -2px;
}

.festival-row-long-message-popup{
  display: none;
  position: absolute;
    top: 42px;
    left: -18px;
    width: 200px;
    height: 80px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/DetailPanelBG_left.png);
    z-index: 2;
    font-size: 12px;
    color: #000085;
}

.festival-row-message-popup-gold{
  left: -104px;
  background-image: url(/oyna/img/pisti/festival/DetailPanelBG.png);
}


.festival-message-popup-text{
  padding-top: 31px;
  padding-left: 16px;
  padding-right: 16px;
  width: 200px;
  height: 80px;
}

.festival-message-more-cup{
  display: none;
}

.festival-message-already-taken{
  display: none;
}

.festival-message-activate-ticket{
  display: none;
}

.festival-message-activate-ticket-level{
  display: none;
}





.festival-row-prizes-popup{

  position: absolute;
    top: 24px;
    left: -79px;
    width: 163px;
    height: 80px;
    background-size: 100% 100%;
    background-image: url(/oyna/img/pisti/festival/DetailPanelBG.png);
    z-index: 2;
    font-size: 12px;
    color: #000085;
    display: none;
}

.festival-row-prizes-wrapper{
  display: flex;
      justify-content: center;
      position: absolute;
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      height: 80px;
      width: 176px;

}

.festival-row-prize-pop{
  position:relative;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
}

.festival-row-prize-text{
  position: absolute;
  bottom: 6px;
  left: 1px;
  text-align: center;
  color: white;
  font-size: 18px;
  width: 45px;
  height: 20px;
  font-family: fantasy;
  -webkit-text-stroke: 0.5px #000000b5;
}

.festival-prize-text-diamond{
  left:18px;
}


.festival-row-plus-pop{
  width: 28px;
  height: 32px;
  margin-top: 15px;
  margin-left: 8px;
  background-size: 100% 100%;
  background-image: url(/oyna/img/pisti/festival/StoreVipTopPlus.png);
}

.festival-row-prize-chip{
  background-image: url(/oyna/img/pisti/festival/GoldFestivalNoChest.png);
  margin-top: 8px;
}

.festival-row-prize-diamond{
  background-image: url(/oyna/img/pisti/festival/GF-20.png);
  width: 61px;
  height: 54px;
  margin-top: 3px;
}




.game-panel ::-webkit-scrollbar, 
.general-chat-window ::-webkit-scrollbar,
 .friends-window ::-webkit-scrollbar,
  .best-users-window ::-webkit-scrollbar,
   .game-rules-window ::-webkit-scrollbar,
   .team-join-modal ::-webkit-scrollbar,
   .team-modal ::-webkit-scrollbar,
   .festival-window ::-webkit-scrollbar,
   .choose-frame-window ::-webkit-scrollbar{
  width: 10px;
}

.game-panel ::-webkit-scrollbar-track,
 .general-chat-window ::-webkit-scrollbar-track,
  .friends-window ::-webkit-scrollbar-track,
   .best-users-window ::-webkit-scrollbar-track,
    .game-rules-window ::-webkit-scrollbar-track,
    .team-join-modal ::-webkit-scrollbar-track,
    .team-modal ::-webkit-scrollbar-track,
    .festival-window ::-webkit-scrollbar-track,
    .choose-frame-window ::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.game-panel ::-webkit-scrollbar-thumb,
 .general-chat-window ::-webkit-scrollbar-thumb,
  .friends-window ::-webkit-scrollbar-thumb,
   .best-users-window ::-webkit-scrollbar-thumb,
    .game-rules-window ::-webkit-scrollbar-thumb,
    .team-join-modal ::-webkit-scrollbar-thumb,
    .team-modal ::-webkit-scrollbar-thumb,
    .festival-window ::-webkit-scrollbar-thumb,
    .choose-frame-window ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(232, 93, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.game-panel ::-webkit-scrollbar-thumb:window-inactive,
 .general-chat-window ::-webkit-scrollbar-thumb:window-inactive,
  .friends-window ::-webkit-scrollbar-thumb:window-inactive,
   .best-users-window ::-webkit-scrollbar-thumb:window-inactive,
    .game-rules-window ::-webkit-scrollbar-thumb:window-inactive,
    .team-join-modal ::-webkit-scrollbar-thumb:window-inactive,
    .team-modal ::-webkit-scrollbar-thumb:window-inactive,
    .festival-window ::-webkit-scrollbar-thumb:window-inactive,
    .choose-frame-windwo ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}


.appscreens ::-webkit-scrollbar, .general-chat-window ::-webkit-scrollbar, .friends-window ::-webkit-scrollbar, .best-users-window ::-webkit-scrollbar, .game-rules-window ::-webkit-scrollbar {
  width: 10px;
}

.appscreens ::-webkit-scrollbar-track, .general-chat-window ::-webkit-scrollbar-track, .friends-window ::-webkit-scrollbar-track, .best-users-window ::-webkit-scrollbar-track, .game-rules-window ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.appscreens ::-webkit-scrollbar-thumb, .general-chat-window ::-webkit-scrollbar-thumb, .friends-window ::-webkit-scrollbar-thumb, .best-users-window ::-webkit-scrollbar-thumb, .game-rules-window ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(0 134 136);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.appscreens ::-webkit-scrollbar-thumb:window-inactive, .general-chat-window ::-webkit-scrollbar-thumb:window-inactive, .friends-window ::-webkit-scrollbar-thumb:window-inactive, .best-users-window ::-webkit-scrollbar-thumb:window-inactive, .game-rules-window ::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(0 134 136);
}


.scroller {
  scrollbar-color: rgb(232, 93, 0) rgb(5, 45, 63);
  scrollbar-width: thin;
}



.rotate-90 {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-180{
  transform: rotate(-180deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-270{
  transform: rotate(-270deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-270deg);
  /* Firefox */
  -moz-transform: rotate(-270deg);
  /* IE */
  -ms-transform: rotate(-270deg);
  /* Opera */
  -o-transform: rotate(-270deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}




.wait-loading {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 324px;
  background-color: rgba(0, 0, 0, 0.6);
}

.loader {
  position: relative;
  top: 10%;
  left: 50%;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #383b9c;
  width: 30px;
  margin-left: -15px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.transition-killer {
  transition: none !important;
}

.invisible{
  visibility: hidden;
}

/********* End of pop up windows user details part **************/


.hide {
  display: none !important;
}
.hide-lite{
  display: none;
}


.gb-okey .hide, .gb-okey101 .hide,.gb-pisti .hide, .gb-batak .hide , .gb-zadebul .hide {
  display:none;
}


.disabled-button {
  opacity: 0.5;               /* Makes it look faded */
  pointer-events: none;       /* Prevents clicks */
  cursor: not-allowed;        /* Shows 'not allowed' cursor */
  filter: grayscale(100%);    /* Optional: make it grayish */
}
