.kv_card{height:200px;left:0;position:relative;top:0;width:132px}.kv_item.kv_card{left:95vw;top:-400px}.kv_card.kv_card_disabled{background-color:rgba(0,0,0,.6)}.kv_card.kv_card_on_panel{transform:scale(.57) translate(-41%,-44%)}.kv_card_back{background-position:0 0}.kv_card_back,.kv_card_front{background-image:url(img/cards.png);height:200px;width:132px}.kv_card.kv_card_selectable{cursor:pointer;pointer-events:all}.kv_card{background-color:transparent;perspective:1000px;position:absolute;transform-origin:top left}.kv_card_flip{height:100%;transform-origin:center;transition:transform .4s}.kv_card_inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.kv_card_flipped .kv_card_inner{transform:rotateY(180deg)}.kv_card_back,.kv_card_front{backface-visibility:hidden;border-radius:10px;filter:drop-shadow(5px 5px 5px rgba(0,0,0,.05));height:100%;position:absolute;width:100%}.kv_card_back{transform:rotateY(180deg)}.kv_target{border:4px dashed red;cursor:pointer;height:194px;width:124px}.kv_card_log{border-radius:5px;display:inline-block;height:60px;width:40px}.kv_card_log div{transform:scale(.3);transform-origin:top left}.kv_card_log div,.kv_cardarrow{background-image:url(img/cards.png);height:200px;width:132px}#o-table{margin-top:10px;position:relative}.mf_no_anim .mf_init_no_anim{transition:none!important}#kv_debug,.kv_item{position:absolute}.kv_item{left:0;top:0;transform-origin:top left;transition:all .5s}.kv_instant{transition:none}.kv_item{z-index:2}.kv_anim{z-index:3}.kv_arrow{z-index:4}.kv_panel_button{z-index:5}.kv_popup{z-index:6}#kv_debug{z-index:10}.kv_board_center{height:295px;transform-origin:top left;width:295px}.kv_board_center_graf{background-image:url(img/board_center.png);height:295px;transform:translate(-50%,-50%);width:295px}.kv_board_path{height:158px;pointer-events:none;transform-origin:top left;width:317px}.kv_board_path_graf{background-image:url(img/board_path.png);border-radius:5px;height:158px;transform:translate(-100%,-50%);width:317px}.kv_board_path_title{font-size:12px;font-weight:700;left:-355px;position:absolute;rotate:90deg;text-align:center;top:-10px}.kv_header{display:flex;flex-direction:column;padding-bottom:10px}.kv_header,.kv_header_infos{align-items:center;justify-content:center}.kv_header_infos{display:grid;grid-template-columns:1fr 1fr 1fr;padding:10px 20px;width:220px}.kv_header_infos>div{align-items:end;display:grid;grid-template-rows:75px 25px;justify-content:center;justify-items:center}.kv_header_infos p{font-size:14px;font-weight:500}.kv_header p{color:#0e3659}@media (max-width:450px){.kv_header_logo{display:none}}.kv_header_card{border-radius:5px;height:60px;margin:5px;width:40px}.kv_header_card_graf{background-image:url(img/cards.png);filter:drop-shadow(1px 1px 1px rgba(0,0,0,.8));height:200px;transform:scale(.3);transform-origin:top left;width:132px}.kv_discard{margin:5px 0 10px;width:240px}.kv_card.kv_card_in_discard{transform:scale(.41) translate(-41%,-44%)}.o-kv_discard h3{color:#0e3659;margin-left:13px}.kv_panel{background-image:url(img/board_player.jpg);height:128px;position:relative;width:240px}.kv_panel_button{cursor:pointer;height:124px;position:absolute;top:0;width:236px}.kv_panel_button:hover{border:2px solid #0e3659}.kv_panel>div,.kv_panel_card{position:absolute}.kv_panel_card{border-radius:50%;height:10px;transform:translate(-50%,-50%);width:10px}.kv_panel_carpet{height:71px;left:17px;position:absolute;top:44px;width:53px}.kv_panel_tea{border-radius:50%;height:42px;left:86px;position:absolute;top:33px;transform:translate(-50%,-50%);width:42px}.kv_panel_salt{height:57px;left:90px;position:absolute;top:46px;width:61px}.kv_panel_card{left:193px;top:63px}.kv_panel_more{cursor:pointer}.kv_panel_more:hover{border:2px solid red}.kv_panel_extra{flex-direction:row}.kv_panel_extra,.kv_panel_gems{align-items:center;display:flex;justify-content:flex-start}.kv_panel_gems{flex-direction:column;padding:6px 12px}.kv_panel_gems_nb{font-weight:700;margin-left:4px}.kv_panel_carpets{height:75px}.kv_inline{display:inline-block}.kv_inline_content{display:flex;height:20px;transform:translateY(6px)}#kv_gameover,.kv_inline_content{align-items:center;justify-content:center}#kv_gameover{display:none;padding:20px}#kv_gameover a{background-color:#2e5494;border:2px solid #2e5494;border-radius:5px;color:#fff;font-weight:700;padding:6px 12px;text-decoration:none;transition:all .3s}#kv_gameover a:hover{background-color:#fff;color:#2e5494}.kv_popup{background:#fff;border:1px solid #333;border-radius:10px;box-shadow:1px 1px 2px #333;cursor:pointer;left:50vw;max-width:90vw;padding:20px;position:fixed;top:50vh;transform:translate(-50%,-50%)}.kv_popup h2{text-align:center}.kv_popup_content{flex-wrap:wrap}.kv_popup_content,.kv_popup_played{align-items:center;display:flex;justify-content:center}.kv_popup_played{flex-direction:column;margin:0 10px}.kv_popup_played_card{height:100px;width:66px}.kv_popup_played .kv_card_front{height:200px;transform:scale(.5);transform-origin:top left;width:132px}.kv_popup a{background-color:#0e3659;border:2px solid #0e3659;border-radius:5px;color:#fff;display:block;margin-top:5px;padding:4px 8px;text-align:center;text-decoration:none;transition:all .3s}.kv_popup a:hover{background:#fff;color:#0e3659;text-decoration:none}.kv_warning{background-color:#e02335;color:#fff;display:none;font-weight:700;padding:6px;text-align:center}.bg-arrow_camel{background:url(img/css_sprites.png) -178px -349px;height:30px;width:30px}.bg-camel_1{background:url(img/css_sprites.png) -358px -178px;height:45px;width:51px}.bg-camel_2{background:url(img/css_sprites.png) -358px -225px;height:45px;width:51px}.bg-camel_3{background:url(img/css_sprites.png) -358px -272px;height:45px;width:51px}.bg-camel_4{background:url(img/css_sprites.png) -303px -220px;height:45px;width:51px}.bg-camel_5{background:url(img/css_sprites.png) -248px -147px;height:45px;width:51px}.bg-carpet_1_3{background:url(img/css_sprites.png) -1px -57px;height:71px;width:53px}.bg-carpet_1_4{background:url(img/css_sprites.png) -56px -57px;height:71px;width:53px}.bg-carpet_1_5{background:url(img/css_sprites.png) -138px -1px;height:71px;width:53px}.bg-carpet_1_back{background:url(img/css_sprites.png) -193px -1px;height:71px;width:53px}.bg-salt_10{background:url(img/css_sprites.png) -111px -276px;height:57px;width:61px}.bg-tea_3{background:url(img/css_sprites.png) -138px -74px;height:42px;width:43px}.bg-carpet_2_back{background:url(img/css_sprites.png) -1px -130px;height:71px;width:53px}.bg-gem{background:url(img/css_sprites.png) -358px -319px;height:21px;width:25px}.bg-tea_5{background:url(img/css_sprites.png) -300px -276px}.bg-tea_4,.bg-tea_5{height:43px;width:42px}.bg-tea_4{background:url(img/css_sprites.png) -1px -349px}.bg-carpet_5_3{background:url(img/css_sprites.png) -56px -130px;height:71px;width:53px}.bg-salt_6{background:url(img/css_sprites.png) -358px -1px;height:57px;width:60px}.bg-salt_7{background:url(img/css_sprites.png) -174px -276px;height:57px;width:61px}.bg-tea_6{background:url(img/css_sprites.png) -134px -349px;height:42px;width:42px}.bg-carpet_3_4{background:url(img/css_sprites.png) -111px -130px;height:71px;width:53px}.bg-tea_7{background:url(img/css_sprites.png) -45px -349px;height:43px;width:42px}.bg-carpet_4_back{background:url(img/css_sprites.png) -166px -130px;height:71px;width:53px}.bg-carpet_4_5{background:url(img/css_sprites.png) -248px -1px;height:71px;width:53px}.bg-carpet_2_5{background:url(img/css_sprites.png) -248px -74px;height:71px;width:53px}.bg-khiva_title{background:url(img/css_sprites.png) -1px -1px;height:54px;width:135px}.bg-carpet_2_4{background:url(img/css_sprites.png) -1px -203px;height:71px;width:53px}.bg-tea_2{background:url(img/css_sprites.png) -193px -74px;height:43px;width:43px}.bg-tea_back{background:url(img/css_sprites.png) -89px -349px;height:42px;width:43px}.bg-carpet_5_5{background:url(img/css_sprites.png) -56px -203px;height:71px;width:53px}.bg-salt_back{background:url(img/css_sprites.png) -358px -60px;height:57px;width:60px}.bg-carpet_3_back{background:url(img/css_sprites.png) -111px -203px;height:71px;width:53px}.bg-carpet_5_4{background:url(img/css_sprites.png) -166px -203px;height:71px;width:53px}.bg-carpet_3_5{background:url(img/css_sprites.png) -221px -203px;height:71px;width:53px}.bg-carpet_5_back{background:url(img/css_sprites.png) -303px -1px;height:71px;width:53px}.bg-carpet_2_3{background:url(img/css_sprites.png) -303px -74px;height:71px;width:53px}.bg-salt_8{background:url(img/css_sprites.png) -237px -276px;height:57px;width:61px}.bg-salt_9{background:url(img/css_sprites.png) -358px -119px;height:57px;width:60px}.bg-carpet_3_3{background:url(img/css_sprites.png) -303px -147px;height:71px;width:53px}.bg-carpet_4_4{background:url(img/css_sprites.png) -1px -276px;height:71px;width:53px}.bg-carpet_4_3{background:url(img/css_sprites.png) -56px -276px;height:71px;width:53px}.kv_camel_graf{transform:translate(-53%,-40%)}.kv_camel_graf,.kv_tea_graf{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.8))}.kv_tea_on_panel{transform:translate(-40%,-40%) scale(.7)}.kv_arrow{transform:translate(-105%,40%)}body{background-color:#fde698;background-image:url(img/texture.png);background-repeat:repeat}