@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--base-black: #090909;--green: rgb(32, 193, 28);--purple: #8840d0;--gray: #788599;--bg-1: #0F0F0F;--bg-2: #121111;--gray-2: #25292E;--black-1: #090909;--Midnight-Gray: #141719 }*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif!important;font-size:14px}.murlan{min-height:100dvh}.murlan .ant-layout{background-color:var(--base-black)!important}.murlan .ant-layout-sider{background-color:#141313cc;height:100dvh;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none;position:relative}.murlan .ant-layout-sider .murlan-sidebar-span{width:100%;height:64px;background-color:#141719;display:block;box-shadow:0 4px 4px #00000040}.murlan .ant-layout-sider .sidebar-user-info{height:90px;display:flex;justify-content:space-between;padding-left:25px;padding-right:20px;column-gap:10px;align-items:center}.murlan .ant-layout-sider .sidebar-user-info .murlan-sidebar-buttons{display:flex;column-gap:5px}.murlan .ant-layout-sider .sidebar-user-info .murlan-sidebar-buttons button{height:40px}.murlan .ant-layout-sider .sidebar-user-info .murlan-sidebar-buttons .murlan-header-buttons-gray{background-color:#25292e}.murlan .ant-layout-sider .sidebar-user-info img{width:40px;height:40px;margin-right:0;opacity:0;animation:testAnimation .5s forwards .1s;cursor:pointer}.murlan .ant-layout-sider .sidebar-user-info h5{margin:0 20px 0 0;opacity:0;animation:testAnimation .5s forwards .1s}.murlan .ant-layout-sider::-webkit-scrollbar{display:none}.murlan .ant-layout-sider-children .ant-menu{background-color:transparent;border:none}.murlan .ant-layout-sider-children .ant-menu .ant-menu-item-divider{border:1px dashed #25292E!important;opacity:.5!important}.murlan .ant-layout-sider-children .ant-menu .ant-menu-item,.murlan .ant-layout-sider-children .ant-menu .ant-menu-submenu-title{display:flex;align-items:center;padding-inline:calc(45% - 12px)}.murlan .ant-layout-sider-children .ant-menu .ant-menu-item .ant-menu-item-icon,.murlan .ant-layout-sider-children .ant-menu .ant-menu-submenu-title .ant-menu-item-icon{min-width:24px!important}.murlan .ant-layout-sider-children .ant-menu .ant-menu-item .ant-menu-title-content,.murlan .ant-layout-sider-children .ant-menu .ant-menu-submenu-title .ant-menu-title-content{flex:none;font-size:12px;font-style:normal;font-weight:500;color:#fff;min-width:24px!important}.murlan .ant-layout-sider-children .ant-menu .ant-menu-item .ant-menu-title-content a,.murlan .ant-layout-sider-children .ant-menu .ant-menu-submenu-title .ant-menu-title-content a{color:#fff;font-size:12px;font-style:normal;font-weight:500}.murlan .ant-menu-item-selected{position:relative;background-color:transparent;border-radius:0}.murlan .ant-menu-item-selected svg{fill:#fff!important}.murlan .ant-menu-item-selected .ant-menu-title-content a{color:#fff!important;font-weight:700!important}.murlan .ant-menu-item-selected:before{content:"";position:absolute;top:0;left:0;width:7px;height:100%;background-color:var(--purple);border-radius:0 5px 5px 0}.murlan .murlan-header{width:100%;height:64px;background-color:#141719;position:sticky!important;top:0;display:flex;justify-content:center;align-items:center;padding:0 25px!important;z-index:1000}.murlan .murlan-app{padding:25px 25px 0;display:flex;justify-content:center;align-items:center;flex-direction:column;max-height:calc(100dvh - 64px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.murlan .murlan-app .murlan-app-wrapper{width:100%;height:100%;max-width:1200px;display:flex;flex-direction:column}.murlan .murlan-app .murlan-app-wrapper .murlan-app-outlet{width:100%;flex-grow:1}.murlan .murlan-app .murlan-app-wrapper .murlan-footer{width:100%;background-color:var(--bg-1);border-radius:10px;position:relative;z-index:100;margin-top:60px;display:flex;justify-content:space-between;align-items:center;column-gap:50px;padding:35px;color:var(--gray)}.murlan .murlan-app .murlan-app-wrapper .murlan-footer p{font-size:12px;font-style:normal;font-weight:400}.murlan .murlan-app .murlan-app-wrapper .murlan-footer .murlan-footer-links{display:flex;column-gap:50px}.murlan .murlan-app .murlan-app-wrapper .murlan-footer .murlan-footer-links ul li{text-wrap:nowrap;list-style-type:none}.murlan .murlan-app .murlan-app-wrapper .murlan-footer .murlan-footer-links ul li a{color:var(--gray);font-size:12px;font-style:normal;font-weight:400}.murlan .murlan-app::-webkit-scrollbar{width:0!important;height:0!important}table tbody{border-left:1.25rem solid transparent;border-right:1.25rem solid transparent}.flip-card{background-color:transparent;perspective:2206px}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flip-card-back{transform:rotateY(180deg)}.timer{display:flex;background-color:#141313cc;border:1px solid #25292E;border-radius:500px;overflow:visible}.timer>svg{width:100%;height:100%;overflow:visible}.timer>svg>circle{fill:none;stroke-opacity:0;stroke-width:15%;transform-origin:center center;transform:rotate(-90deg)}.timer>svg>circle+circle{stroke-dasharray:1;stroke-dashoffset:1;stroke-linecap:round;stroke-opacity:1}#radius{stroke-dashoffset:0;filter:drop-shadow(0px 0px 3.943px #00FF29);stroke:#00ff29;animation-name:timer;animation-duration:25s;animation-timing-function:linear;animation-iteration-count:infinite}.waiting-player-text{color:#788599;text-align:center;font-family:Poppins,serif;font-size:11px;font-style:normal;font-weight:400;line-height:normal}.waiting-player-online{color:var(#FFF);text-align:justify;font-family:Poppins,serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.vip-tier-icon{margin-right:16px}.ant-modal-root .ant-modal-wrap{z-index:1002!important}.murlan-game-leaderboard{width:250px!important;padding:16px 24px!important;border-radius:10px!important}.murlan-game-leaderboard,.murlan-game-emoji{background-color:#141313cc!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform:translateY(5%)}.murlan-game-emoji{width:350px!important}.murlan-game-emoji{display:flex;flex-wrap:wrap;justify-content:space-between}.murlan-game-emoji>div{width:75px;cursor:pointer;transition:.2s;position:relative}.murlan-game-emoji>div img{width:100%}.murlan-game-emoji>div:hover{transform:scale(1.3)}.murlan-game-emoji>div:nth-child(9):after,.murlan-game-emoji>div:nth-child(10):after,.murlan-game-emoji>div:nth-child(11):after,.murlan-game-emoji>div:nth-child(12):after{content:"1$";position:absolute;top:60%;left:60%;color:#20c11c;-webkit-text-stroke-width:5px;-webkit-text-stroke-color:#151414;paint-order:stroke fill;text-align:right;font-size:22px;font-weight:800}.murlan-footer-wallet .ant-segmented .ant-segmented-item-label{font-size:11px;padding:3px 0}.murlan-footer-menubar,.murlan-footer-menubar .ant-menu{background-color:transparent!important}.murlan-table-container{width:100%;overflow-x:auto}.murlan-table-container table{min-width:100%}.murlan-table-container table thead tr th{text-align:center!important;background-color:#141719!important;font-size:14px;font-style:normal;font-weight:600!important;color:#fff!important;border-bottom:unset!important}.murlan-table-container table thead tr th:before{background-color:transparent!important}.murlan-table-container table tbody tr td{text-align:center;font-size:14px;font-style:normal;font-weight:400;color:var(--gray);border-bottom:unset!important}.murlan-table-container table tbody tr:nth-child(2n) td{background-color:#141719!important}.murlan-table-container table tbody tr:nth-child(odd) td{background-color:var(--bg-1)!important}.murlan-table-container-reverse-color table tbody tr:nth-child(odd) td{background-color:#141719!important}.murlan-table-container-reverse-color table tbody tr:nth-child(2n) td{background-color:var(--bg-1)!important}.murlan-how-to-play-modal .ant-modal-header,.murlan-how-to-play-modal .ant-modal-header .ant-modal-title{background-color:transparent!important}.murlan-how-to-play-modal .ant-modal-header .ant-modal-title span{display:flex;align-items:center;column-gap:10px;font-size:16px;font-style:normal;font-weight:700;color:#fff}.murlan-how-to-play-modal .ant-modal-content{background-color:#141313cc!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.murlan-how-to-play-modal .ant-modal-content .ant-modal-title{background-color:transparent!important}.murlan-how-to-play-modal .murlan-how-to-play-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px}.murlan-how-to-play-modal .murlan-how-to-play-container>*{margin:0}.murlan-how-to-play-modal .murlan-how-to-play-container img{max-width:100%}.murlan-how-to-play-modal .murlan-how-to-play-container span{font-size:12px;font-style:normal;font-weight:700;color:#fff}.murlan-how-to-play-modal .murlan-how-to-play-container p{font-size:10px;font-style:normal;font-weight:400;color:var(--gray)}.murlan-vip-modal .ant-modal-header,.murlan-vip-modal .ant-modal-header .ant-modal-title{background-color:#141313!important}.murlan-vip-modal .ant-modal-header .ant-modal-title span{display:flex;align-items:center;column-gap:10px;font-size:16px;font-style:normal;font-weight:700;color:#fff}.murlan-vip-modal .ant-modal-content{background-color:#141313}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-container{display:flex;column-gap:40px;justify-content:center;align-items:center;padding:25px 0}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-container .murlan-vip-inputs{margin-top:0!important}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-container .introductions-vipbar{padding:0!important}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-container .introductions-vipbar .introductions-bar{height:120px!important}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-explainer{display:block;width:100%;font-size:10px;font-style:normal;font-weight:400;color:#6d7383;text-align:center;margin:10px 0}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-redirect{width:100%;display:flex;justify-content:center}.murlan-vip-modal .ant-modal-content .murlan-vip-modal-redirect button{font-size:14px;font-style:normal;font-weight:700;color:#6d7383}.murlan-statistics-modal .ant-modal-header,.murlan-statistics-modal .ant-modal-header .ant-modal-title{background-color:transparent!important}.murlan-statistics-modal .ant-modal-header .ant-modal-title span{display:flex;align-items:center;column-gap:10px;font-size:16px;font-style:normal;font-weight:700;color:#fff}.murlan-statistics-modal .ant-modal-content{background-color:#141313cc!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.murlan-statistics-modal .murlan-statistics-modal-container{width:100%}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-title{margin-bottom:35px}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-title>div{display:flex;align-items:center;column-gap:10px}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-title>div h3{font-size:28px;font-style:normal;font-weight:600;color:#fff;margin:0}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-title span{font-size:12px;font-style:normal;font-weight:500;color:var(--gray)}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-info{display:flex;flex-wrap:wrap;justify-content:center;row-gap:5px;column-gap:5px}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-info>div{background-color:var(--gray-2);width:49%;aspect-ratio:2/1;border-radius:6px;padding:15px}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-info>div span{font-size:11px;font-style:normal;font-weight:600;color:var(--gray);line-height:100%}.murlan-statistics-modal .murlan-statistics-modal-container .murlan-statistics-modal-info>div h3{font-size:17px;font-style:normal;font-weight:600;color:#fff;line-height:100%}.ant-popover-inner{background-color:var(--bg-1)!important}.ant-popover-arrow{display:none!important}.murlan-profile-popover{padding:10px;list-style-type:none}.murlan-profile-popover li{margin-bottom:15px}.murlan-profile-popover li a{display:flex;align-items:center;column-gap:10px;color:#fff}.murlan-signup-wrapper .ant-modal .ant-modal-close{display:none}.murlan-signup-wrapper .murlan-signup-modal-title{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#141313;margin-bottom:30px}.murlan-signup-wrapper .murlan-signup-modal-title h3{font-size:20px;font-style:normal;font-weight:700}.murlan-signup-wrapper .ant-modal-content{background-color:#141313}.murlan-signup-wrapper .murlan-signup-modal-container>.murlan-signup-span{font-size:13px;font-style:normal;font-weight:500;margin-bottom:8px;display:flex}.murlan-signup-wrapper .murlan-signup-modal-container>.murlan-signup-span>span{font-size:10px;font-style:normal;font-weight:500;color:var(--gray);margin-left:8px;display:flex;align-items:center;column-gap:3px}.murlan-signup-wrapper .murlan-signup-modal-container>.murlan-signup-information{display:flex;align-items:center;column-gap:3px;font-size:10px;font-style:normal;font-weight:500;color:var(--gray);transform:translateY(-30%);margin-bottom:20px}.murlan-signup-wrapper .murlan-signup-modal-container .ant-input-affix-wrapper{height:38px;border:1px solid #25292E;background:#141719;margin-bottom:15px}.murlan-signup-wrapper .murlan-signup-modal-container input{background:#141719}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-remember-me{display:flex;column-gap:10px;align-items:flex-end}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-remember-me span{font-size:12px;font-style:normal;font-weight:400;color:var(--gray)}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-remember-me .murlan-signup-forgot{font-style:italic;text-decoration:underline;cursor:pointer}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-remember-me .murlan-signup-forgot:hover{color:var(--purple)}.murlan-signup-wrapper .murlan-signup-modal-container button{width:100%;height:50px;margin:20px auto}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-register{font-size:12px;font-style:normal;font-weight:400;color:var(--gray)}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-register span{font-size:14px;font-style:italic;font-weight:600;text-decoration:underline;color:var(--purple);cursor:pointer}.murlan-signup-wrapper .murlan-signup-modal-container .murlan-signup-success{width:100%;height:40px;color:var(--purple);display:flex;justify-content:center;align-items:center;column-gap:4px}.murlan-statistics-bg,.murlan-how-to-play-bg,.murlan-vip-bg{background-color:#0009!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.button-click-animation{animation:.1s linear 0s 1 forwards pressBtn}.pointer-events-none{pointer-events:none}.ant-drawer{z-index:1002!important}.d-none{display:none}@keyframes pressBtn{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes testAnimation{0%{opacity:0}to{opacity:1}}@keyframes timer{0%{filter:drop-shadow(0px 0px 3.943px #00FF29);stroke:#00ff29;stroke-dashoffset:0}50%{filter:drop-shadow(0px 0px 3.943px #ffee00);stroke:#fe0;stroke-dashoffset:-.5}97%{filter:drop-shadow(0px 0px 3.943px #ff0000);stroke:red;stroke-dashoffset:-.98}to{filter:drop-shadow(0px 0px 3.943px #ff000000);stroke:#f000;stroke-dashoffset:-.9999}}@media (max-width: 1199px){.murlan{overflow:hidden;padding-bottom:70px}.murlan .ant-layout-sider{display:none}.murlan .murlan-header{padding:0 15px!important}.murlan .murlan-app{padding:20px 10px 0}.murlan .murlan-app .murlan-app-wrapper .murlan-footer{margin-top:30px;justify-content:center;flex-direction:column;row-gap:20px;padding:35px}.murlan .murlan-app .murlan-app-wrapper .murlan-footer .murlan-footer-links{display:flex;column-gap:15px}.murlan-table-container{width:100%;overflow-x:auto}.murlan-table-container table tbody tr td{font-size:14px}.ant-popover-content .ant-popover-inner{width:320px;padding:4px}.ant-popover-content .ant-popover-inner .ant-segmented .ant-segmented-item{padding:5px 0}}.introductions-vipbar{width:70px;background-color:#141313cc;border-radius:10px;position:relative;padding:16px 20px}.introductions-vipbar .introductions-vip-logo{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:100%;z-index:1}.introductions-vipbar .introductions-vip-logo .introductions-vip-bar{width:6px;height:80%;position:absolute;bottom:-30%;left:50%;transform:translate(-50%);z-index:0;background:linear-gradient(to top,#25292E 10%,transparent 100%)}.introductions-vipbar .introductions-vip-logo img,.introductions-vipbar .introductions-vip-logo h5{z-index:2;position:relative}.introductions-vipbar .introductions-meter{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;position:relative}.introductions-vipbar .introductions-meter>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.introductions-vipbar .introductions-meter>div img{margin-right:0}.introductions-vipbar .introductions-meter>div span{font-size:11px;font-style:normal;font-weight:700}.introductions-vipbar .introductions-meter>div .Diamond{color:#24d5ed}.introductions-vipbar .introductions-meter>div .Platinum{color:#ebebeb}.introductions-vipbar .introductions-meter>div .Gold{color:#e7f63d}.introductions-vipbar .introductions-meter>div .Silver{color:#aaa}.introductions-vipbar .introductions-meter>div .Bronze{color:#e26f20}.introductions-vipbar .introductions-meter>div .Starter{color:#788599}.introductions-vipbar .introductions-meter .introductions-bar{width:6px;height:155px;background-color:#25292e;position:relative}.introductions-vipbar .introductions-meter .introductions-bar>div{width:6px;position:absolute;bottom:-1px;left:0;border-radius:100px 100px 0 0}.introductions-vipbar .introductions-meter .introductions-bar>div span{position:absolute;top:-22%;right:-420%;font-size:9px;font-style:normal;font-weight:600;line-height:103.5%;display:block}.introductions-vipbar .introductions-meter .introductions-bar>div>div{position:absolute;width:400%;height:100%;top:0;left:6px;background:linear-gradient(to right bottom,rgba(216,254,254,.22),transparent,transparent)}.introductions-vipbar .introductions-meter .introductions-bar>div .span-vip-rotated{transform:rotate(-90deg)}.introductions-vipbar .introductions-meter .introductions-bar>div .span-vip-lower{top:22%;right:-420%}.introductions-vipbar .introductions-meter>.introductions-next-tier-rotated{transform-origin:50% 65%;transform:rotate(-90deg)}.introductions-vipbar .introductions-meter>.introductions-current-tier-rotated{transform-origin:50% 35%;transform:rotate(90deg)}.introductions-vipbar .introductions-meter>.introductions-current-tier-rotated span,.introductions-vipbar .introductions-meter>.introductions-current-tier-rotated img{transform:rotate(180deg)}.introductions-vipbar-rotated{transform:rotate(90deg)}@media (max-width: 600px){.introductions-vipbar .introductions-meter .introductions-bar{width:6px;height:100px;background-color:#25292e}}.murlan-vip-inputs{margin-top:20px}.murlan-vip-inputs>div>span{color:#788599;font-size:12px;font-style:normal;font-weight:700}.murlan-vip-inputs .murlan-vip-claims{margin-bottom:10px;display:flex}.murlan-vip-inputs .murlan-vip-claims .ant-input-affix-wrapper{width:220px;pointer-events:none;height:40px;margin-right:10px;background-color:#141414}.murlan-vip-inputs .murlan-vip-claims .ant-input-affix-wrapper .ant-input{font-size:14px;font-style:normal;font-weight:700;color:#fff}.murlan-vip-inputs .murlan-vip-claims .ant-input-affix-wrapper .ant-input-suffix{font-size:11px;font-style:normal;font-weight:700;color:var(--green)!important}.murlan-vip-inputs .murlan-vip-claims button{font-weight:800;font-size:11px;height:42px;width:108px}.murlan-footer-menu{width:100%;height:60px;background-color:var(--bg-2);position:fixed;bottom:0;left:0;overflow:hidden;z-index:1000;display:none}.murlan-footer-menu>.murlan-footer-menu-buttons{width:100%;height:100%;display:flex;justify-content:center;align-items:center;column-gap:12%}.murlan-footer-menu>.murlan-footer-menu-buttons>div{display:flex;flex-direction:column;align-items:center;position:relative;transform:translateY(-30%)}.murlan-footer-menu>.murlan-footer-menu-buttons>div svg{width:24px;height:24px;fill:#fff}.murlan-footer-menu>.murlan-footer-menu-buttons>div>p{color:var(--gray);position:absolute;bottom:-90%;left:50%;transform:translate(-45%);font-size:11px;font-style:normal;font-weight:600}@media (max-width: 1199px){.murlan-footer-menu{display:block}}.murlan-wallet-container{width:450px;height:600px;position:relative}.murlan-wallet-container .ant-segmented{border-radius:100px;background-color:#141719!important}.murlan-wallet-container .ant-segmented .ant-segmented-item{border-radius:100px;padding:5px 15px}.murlan-wallet-container .ant-segmented .ant-segmented-item-selected{background-color:var(--gray-2)!important}.murlan-wallet-container .ant-segmented .ant-segmented-thumb{border-radius:100px;background-color:var(--gray-2)!important}.murlan-wallet-container .murlan-wallet-deposit{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:15px;padding:5%}.murlan-wallet-container .murlan-wallet-deposit .ant-qrcode{width:250px!important;height:250px!important}.murlan-wallet-container .murlan-wallet-deposit>div{width:100%;display:flex;flex-direction:column;row-gap:3px}.murlan-wallet-container .murlan-wallet-deposit>div .ant-select{width:100%!important;height:42px!important}.murlan-wallet-container .murlan-wallet-deposit>div .ant-input-disabled{color:unset}.murlan-wallet-container .murlan-wallet-deposit p{font-size:12px;font-style:normal;font-weight:500;color:var(--gray)}.murlan-wallet-container .ant-input-affix-wrapper,.murlan-wallet-container .ant-input-number-affix-wrapper{height:42px!important}.murlan-wallet-container .murlan-wallet-withdraw{width:100%;display:flex;flex-direction:column;align-items:start;row-gap:15px;padding:5%}.murlan-wallet-container .murlan-wallet-withdraw>div{width:100%;display:flex;flex-direction:column;row-gap:3px}.murlan-wallet-container .murlan-wallet-withdraw>div .ant-select{width:100%!important;height:42px!important}.murlan-wallet-container .murlan-wallet-withdraw>div .ant-space-item:nth-child(1){flex:1}.murlan-wallet-container .murlan-wallet-withdraw>div .ant-space-item button{height:42px!important}.murlan-wallet-container .murlan-wallet-withdraw p{font-size:12px;font-style:normal;font-weight:500;color:var(--gray)}.murlan-wallet-container .murlan-wallet-withdraw .murlan-wallet-tip-footer{width:calc(100% - 40px);position:absolute;bottom:10%;left:20px}.murlan-wallet-container .murlan-wallet-withdraw .murlan-withdraw-button{width:100%;height:42px!important}.murlan-wallet-container .murlan-wallet-buy{width:100%;display:flex;flex-direction:column;align-items:start;row-gap:15px;padding:5%}.murlan-wallet-container .murlan-wallet-buy>div{width:100%;display:flex;flex-direction:column;row-gap:3px}.murlan-wallet-container .murlan-wallet-buy p{font-size:12px;font-style:normal;font-weight:500;color:var(--gray)}.murlan-wallet-container .murlan-wallet-buy>button{width:100%}.murlan-wallet-container .murlan-wallet-attention{width:100%;background-color:#141719;padding:10px;border-radius:5px;border:1px dashed var(--gray);font-size:12px;font-style:normal;font-weight:500;color:var(--gray)}@media (max-width: 600px){.murlan-wallet-container{width:100%}.murlan-wallet-container .murlan-wallet-deposit .ant-qrcode{width:150px!important;height:150px!important}}.network-input-item{display:flex;align-items:center;column-gap:10px}.network-input-item>img{width:20px;height:20px}.murlan-header-info{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:0 10px}.murlan-header-info .murlan-header-small-logo{display:none}.murlan-header-info .murlan-header-buttons button{margin-left:10px;width:100px;height:40px}.murlan-header-info .murlan-header-buttons .murlan-header-buttons-gray{background-color:#25292e}.murlan-header-info>a{display:flex;height:22px}.murlan-header-info>div{display:flex;align-items:center;column-gap:10px}.murlan-header-info>div .murlan-header-desktop-button{height:40px}.murlan-header-info>div .murlan-header-mobile-button{display:none}.murlan-header-info>div .murlan-profile-button{width:40px;height:40px}.murlan-header-info>div .murlan-wallet-value{width:auto;pointer-events:none;border:none;background-color:#25292e;font-size:14px;font-style:normal;font-weight:700;border-radius:5px;color:#fff;padding:13px}.murlan-header-info>div .murlan-wallet-value span{color:var(--green)!important}@media (max-width: 1199px){.murlan-header-info .murlan-header-small-logo{width:45px;height:45px;display:block}.murlan-header-info>a{height:15px;display:none}.murlan-header-info>div{display:flex;align-items:center}.murlan-header-info>div .ant-input-affix-wrapper{height:35px}.murlan-header-info>div .murlan-header-mobile-button,.murlan-header-info>div .murlan-profile-button{display:flex;justify-content:center;align-items:center;width:52px;height:47px}.murlan-header-info>div .murlan-header-desktop-button{display:none}}.homepage-video{width:100%;height:380px;overflow:hidden;display:flex;justify-content:space-between;position:relative;border-radius:10px;padding:0 10px}.homepage-video .introductions-video{width:calc(100% - 100px);height:100%;position:relative;background-color:transparent;display:flex;column-gap:25px;align-items:center;border-radius:10px;overflow:hidden}.homepage-video .introductions-video .introductions-video-container{flex:0 0 70%;height:100%;position:relative;overflow:hidden;border-radius:10px;background-color:var(--bg-2)}.homepage-video .introductions-video .introductions-video-container .homepage-user-info{color:#fff;position:absolute;top:40px;left:40px;z-index:3}.homepage-video .introductions-video .introductions-video-container .homepage-user-info h5{color:#fff;text-shadow:0 10px 10px rgba(0,0,0,.25);font-size:14px;font-style:normal;font-weight:400;margin:0}.homepage-video .introductions-video .introductions-video-container .homepage-user-info h2{font-weight:bolder;margin:0 0 2px}.homepage-video .introductions-video .introductions-video-container .homepage-user-info a{display:flex;align-items:center;gap:2px;color:#fff;text-shadow:0 10px 10px rgba(0,0,0,.25);font-size:11px;font-style:normal;font-weight:400}.homepage-video .introductions-video .introductions-video-container>img{width:100%;height:100%;object-fit:cover;position:absolute;bottom:0;right:0;z-index:1}.homepage-video .introductions-video .introductions-video-container .introductions-vip-mobile{display:none}.homepage-video .introductions-video .introductions-video-container video{-webkit-mask-image:linear-gradient(270deg,#000 52.64%,#0000 95%);mask-image:linear-gradient(270deg,#000 52.64%,#0000 95%);height:100%;position:absolute;bottom:0;right:0;mix-blend-mode:lighten}.homepage-video .introductions-video .introductions-crypto{flex:0 0 30%;height:100%;position:relative;border-radius:10px;padding:30px;background-color:#141313;overflow:hidden}.homepage-video .introductions-video .introductions-crypto h2{color:#fff;line-height:101.115%;font-size:30px;font-style:italic;font-weight:700}.homepage-video .introductions-video .introductions-crypto h2 span{font-size:30px;font-style:italic;font-weight:700;color:var(--purple)}.homepage-video .introductions-video .introductions-crypto p{font-size:12px;font-style:normal;font-weight:400;line-height:130%;color:#788599}.homepage-video .introductions-video .introductions-crypto img{width:100%;height:100%;position:absolute;bottom:-1%;right:0}.homepage-video .introductions-video .introductions-video-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#141719 29.79%,#0000 67.4%);z-index:2}.homepage-video>.introductions-vipbar{background:#141313}.homepage-video-not-login{width:100%;height:380px;position:relative;border-radius:10px;padding:0 10px;overflow:hidden}.homepage-video-not-login>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.homepage-video-not-login>div{position:absolute;top:0;left:0;height:100%;padding:30px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:3}.homepage-video-not-login>div h1{font-size:36px;font-style:italic;font-weight:700;line-height:100%;margin-bottom:15px}.homepage-video-not-login>div h1 span{font-size:36px;font-style:italic;font-weight:700;color:var(--purple)}.homepage-video-not-login>div h5{font-size:14px;font-style:normal;font-weight:400;color:#788599}.homepage-video-not-login>div h5 span{font-size:14px;font-style:normal;font-weight:700;color:var(--purple)}.homepage-video-not-login>div .homepage-video-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:15px}.homepage-video-not-login>div .homepage-video-buttons a,.homepage-video-not-login>div .homepage-video-buttons button{width:180px;cursor:pointer;transition:.2s;display:flex;justify-content:center;align-items:center;padding:10px 0;border-radius:5px}.homepage-video-not-login>div .homepage-video-buttons .homepage-video-join{background-color:var(--purple);color:#fff;border-right:0;border-left:0;border-top:0;border-bottom:4px solid #4C2475;font-size:15px;font-style:normal;font-weight:700}.homepage-video-not-login>div .homepage-video-buttons .homepage-video-join:hover{background-color:#4c2475}.homepage-video-not-login>div .homepage-video-buttons .homepage-video-google{border:unset;color:#788599;font-size:12px;font-style:normal;font-weight:600;background-color:#25292e}.homepage-video-not-login>div .homepage-video-buttons .homepage-video-google:hover{background-color:#4c4d50}.homepage-video-not-login>div .homepage-video-buttons>div{display:flex;align-items:center}.homepage-video-not-login>div .homepage-video-buttons>div h6{font-size:14px;font-style:italic;font-weight:800;color:#25292e;margin:0 5px}.homepage-video-not-login>div .homepage-video-buttons>div span{width:75px;height:1px;background-color:#25292e}.homepage-video-not-login:before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:linear-gradient(90deg,#141719 29.79%,#0000 67.4%)}@media (min-width: 601px) and (max-width: 1199px){.homepage-video{padding:0}.homepage-video .introductions-video{width:calc(100% - 85px)}.homepage-video .introductions-video video{height:80%}}@media (max-width: 600px){.homepage-video{height:190px;border-radius:10px;padding:0}.homepage-video>.introductions-vipbar{display:none}.homepage-video .introductions-video{width:100%}.homepage-video .introductions-video .introductions-video-container{flex:0 0 100%}.homepage-video .introductions-video .introductions-video-container .homepage-user-info{top:15px;left:10px}.homepage-video .introductions-video .introductions-video-container .homepage-user-info h5{display:none}.homepage-video .introductions-video .introductions-video-container .homepage-user-info h2{font-size:23px;text-wrap:nowrap}.homepage-video .introductions-video .introductions-video-container .homepage-user-info a{font-size:12px;font-weight:lighter}.homepage-video .introductions-video .introductions-video-container .homepage-murlan{position:absolute;bottom:20px;left:10px;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;z-index:1}.homepage-video .introductions-video .introductions-video-container .homepage-murlan>span{display:none}.homepage-video .introductions-video .introductions-video-container .homepage-murlan h2{display:none}.homepage-video .introductions-video .introductions-video-container .homepage-murlan button{width:100%;height:40px}.homepage-video .introductions-video .introductions-video-container .homepage-murlan button span{font-size:15px;font-style:normal;font-weight:700}.homepage-video .introductions-video .introductions-video-container>.introductions-vip-mobile{display:block;transform:translate(17%);position:relative;z-index:3}.homepage-video .introductions-video .introductions-video-container>.introductions-vip-mobile .introductions-vipbar{background-color:transparent}.homepage-video .introductions-video .introductions-video-container video{height:100%}.homepage-video .introductions-video .introductions-crypto{display:none}.homepage-video-not-login>div h1{font-size:22px}}.murlan-app-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:40px}.murlan-home-search{width:100%;padding:0 10px;position:relative;z-index:1001}.murlan-home-search .murlan-home-search-content{width:100%;display:flex;flex-wrap:nowrap;column-gap:10px;overflow-y:visible;overflow-x:clip;justify-content:space-between;align-items:center}.murlan-home-search .murlan-home-search-content .murlani-search-wrapper{flex:1 0 auto}.murlan-home-search .murlan-home-search-content button{height:50px;border:none}.murlan-home-search .murlan-home-search-content button a,.murlan-home-search .murlan-home-search-content button span{display:flex;align-items:center;column-gap:5px;font-weight:700;font-size:12px}.murlan-home-search .murlan-home-search-content button.ant-btn-default{box-shadow:none;background-color:var(--Midnight-Gray);color:var(--gray)}@media (max-width: 600px){.murlan-home-search .murlan-home-search-content .murlani-search-wrapper{flex:1 0 100%}.murlan-home-search .murlan-home-search-content button{display:none}}.murlani-search-wrapper{transition:.3s;will-change:flex;position:relative;z-index:1001}.murlani-search-wrapper .ant-input-affix-wrapper{padding:12px 15px;font-size:16px;line-height:1.5;border-radius:50px;border:none;background-color:var(--Midnight-Gray);position:relative;z-index:2}.murlani-search-wrapper .ant-input::placeholder{color:var(--gray);text-align:justify;font-size:14px;font-weight:600;line-height:normal}.murlani-search-wrapper .murlan-search-items{width:100%;height:300px;background-color:var(--Midnight-Gray);border-radius:10px;padding:20px;position:absolute;left:0;top:0;transform:translateY(25%);display:flex;flex-wrap:wrap;gap:10px;z-index:2}.murlani-search-wrapper .murlan-search-items .murlan-search-item{width:150px;aspect-ratio:.75/1}.murlani-search-wrapper .murlan-search-items .murlan-search-item>img{width:100%;border-radius:15px;transition:.2s;transform:translateY(0);will-change:transform;cursor:pointer}.murlani-search-wrapper .murlan-search-items .murlan-search-item>img:hover{transform:translateY(-5%)}.murlani-search-wrapper .murlan-search-items .murlan-search-item>span{width:100%;text-align:center;display:block;color:var(--gray);font-weight:700;font-style:italic}.murlani-search-wrapper .murlan-search-items .murlan-search-items-loading{width:100%;display:flex;justify-content:center}.murlani-search-wrapper .murlan-search-items>span{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:var(--gray);font-weight:700;font-style:italic}.murlani-search-wrapper .murlan-search-shadow{z-index:1;width:100dvw;height:100dvh;background-color:#000000b3;position:fixed;top:0;left:0}.murlani-search-wrapper-active{flex:0 0 100%!important}.murlan-casino-homepage{width:100%}.murlan-casino-homepage .murlan-casino-homepage-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.murlan-casino-homepage .murlan-casino-homepage-title h2{display:flex;align-items:center;column-gap:5px;font-size:18px;font-style:normal;font-weight:700}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented{width:300px;border-radius:100px;background-color:#141719!important}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-item{border-radius:100px;padding:5px 15px}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-item-selected{background:linear-gradient(133deg,#8840d0 49.87%,#7839b7 49.87%)!important}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-thumb{border-radius:100px;background-color:var(--purple)!important}.murlan-casino-homepage .murlan-table-casino-container table thead tr th{text-align:center;background-color:#090909;font-size:12px;font-style:normal;font-weight:300;color:#788599;border-bottom:unset}.murlan-casino-homepage .murlan-table-casino-container table thead tr th:before{background-color:transparent!important}.murlan-casino-homepage .murlan-table-casino-container table thead tr th:nth-child(1){text-align:left}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td{text-align:center;border-bottom:unset;color:#788599}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td .bets-table-icons{display:flex;align-items:center;column-gap:5px}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(1){font-weight:600}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(4),.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(5){font-weight:600}.murlan-casino-homepage .murlan-table-casino-container table tbody tr:nth-child(2n) td{background-color:#090909!important}.murlan-casino-homepage .murlan-table-casino-container table tbody tr:nth-child(odd) td{background-color:#141313cc}@media (max-width: 600px){.murlan-casino-homepage{margin-top:10px}.murlan-casino-homepage .murlan-casino-homepage-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.murlan-casino-homepage .murlan-casino-homepage-title h2{display:flex;align-items:center;column-gap:5px;font-size:15px;font-style:normal;font-weight:700}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented{width:220px;border-radius:100px;background-color:#141719!important}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-item{border-radius:100px;padding:5px 15px}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-item .ant-segmented-item-label{font-size:10px;padding:0 5px}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-item-selected{background:linear-gradient(133deg,#8840d0 49.87%,#7839b7 49.87%)!important}.murlan-casino-homepage .murlan-casino-homepage-title .ant-segmented .ant-segmented-thumb{border-radius:100px;background-color:var(--purple)!important}.murlan-casino-homepage .murlan-table-casino-container table thead tr th:nth-child(3),.murlan-casino-homepage .murlan-table-casino-container table thead tr th:nth-child(5){display:none!important}.murlan-casino-homepage .murlan-table-casino-container table thead tr th{text-align:left!important}.murlan-casino-homepage .murlan-table-casino-container table thead tr th:nth-child(4){text-align:right!important}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(3),.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(5){display:none!important}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td{text-align:left}.murlan-casino-homepage .murlan-table-casino-container table tbody tr td:nth-child(4){text-align:right}}.murlan-fastgame-wrapper{width:100%;position:relative}.murlan-fastgame-wrapper .ant-carousel>.slick-slider{overflow:visible}.murlan-fastgame-wrapper .ant-carousel>.slick-slider>.slick-list{overflow-y:visible;overflow-x:clip}.murlan-fastgame-wrapper .ant-carousel>.slick-slider .slick-slide{padding:0 5px}.murlan-fastgame-wrapper .murlan-fastgame-title{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;padding-bottom:1%;z-index:20}.murlan-fastgame-wrapper .murlan-fastgame-title h4{margin:0;display:flex;align-items:center;column-gap:5px;pointer-events:none;color:#fff}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-fastgame-title-hover{pointer-events:auto;transition:.2s}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-fastgame-title-hover:hover{color:var(--purple);cursor:pointer}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows>.murlan-tables-arrows-left{border-color:var(--gray-2);height:30px;padding:5px 10px;border-radius:50px 0 0 50px}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows>.murlan-tables-arrows-left svg{transform:rotate(180deg)}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows>.murlan-tables-arrows-right{border-color:var(--gray-2);height:30px;padding:5px 10px;border-radius:0 50px 50px 0}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows>.murlan-tables-arrows-disabled{background-color:transparent}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows>.murlan-tables-arrows-disabled svg{fill:var(--gray-2)}.murlan-fastgame-wrapper h4{padding:0 10px;font-weight:700}.murlan-fastgame-wrapper .murlan-table-carousel{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;position:relative}.murlan-fastgame-wrapper .carousel-gradient,.murlan-fastgame-wrapper .carousel-gradient-2{display:block;position:absolute;bottom:0;right:0;width:85px;height:90%;background:linear-gradient(to left,#090909,#0000);z-index:10;opacity:0;pointer-events:none;transition:.2s;animation:gradientShow .2s linear forwards 1}.murlan-fastgame-wrapper .carousel-gradient-2{right:unset;left:0;background:linear-gradient(to right,#090909,#0000)}.murlan-fastgame-wrapper .carousel-gradient-active{opacity:1;pointer-events:auto}.murlan-fastgame-wrapper .murlan-table-grid{width:100%;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;justify-content:space-between}.murlan-fastgame-wrapper .murlan-table-grid .murlan-table-grid-image{width:13%}.murlan-fastgame-wrapper .murlan-table-carousel::-webkit-scrollbar{display:none}.murlan-fastgame-wrapper .murlan-table-grid-image{position:relative;transform:translateY(0);will-change:transform;transition:.3s;margin-bottom:20px}.murlan-fastgame-wrapper .murlan-table-grid-image>div{position:absolute;bottom:0;left:0;transform:translateY(115%);font-size:11px;font-style:italic;font-weight:900}.murlan-fastgame-wrapper .murlan-table-grid-image>div p{font-size:10px;font-style:normal;font-weight:500;margin-top:2px;color:var(--gray)}.murlan-fastgame-wrapper .murlan-table-grid-image>div .ant-badge-status .ant-badge-status-dot{width:10px;height:10px;background:#00ff19;box-shadow:0 0 5px #00ff19;animation:pulseGreenDot 2s infinite forwards}.murlan-fastgame-wrapper .murlan-table-grid-image>div .ant-badge-status .ant-badge-status-text{font-size:11px;font-style:italic;color:#fff;font-weight:800;margin-inline-start:5px}.murlan-fastgame-wrapper .murlan-table-grid-image img{width:100%;border-radius:12px}.murlan-fastgame-wrapper .murlan-table-grid-image:hover{transform:translateY(-5%)}.murlan-fastgame-wrapper .murlan-table-view-all{width:100%;display:flex;justify-content:center}.murlan-fastgame-wrapper .murlan-table-view-all button,.murlan-fastgame-wrapper .murlan-table-view-all a{padding:16px 30px;background:#25292e;font-size:12px;font-style:normal;font-weight:700;margin:30px 0;border:none;outline:none;color:#fff;border-radius:100px;cursor:pointer;transition:.2s}.murlan-fastgame-wrapper .murlan-table-view-all button:hover,.murlan-fastgame-wrapper .murlan-table-view-all a:hover{background:#353b3f}@keyframes pulseGreenDot{0%{box-shadow:0 0 #00ff19}10%{box-shadow:0 0 9px #00ff19}20%{box-shadow:0 0 #00ff19}30%{box-shadow:0 0 9px #00ff19}40%{box-shadow:0 0 #00ff19}to{box-shadow:0 0 #00ff19}}@media screen and (max-width: 1200px){.murlan-fastgame-wrapper .murlan-fastgame-title h4{font-size:15px}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-tables-arrows{display:none}.murlan-fastgame-wrapper .murlan-fastgame-title .murlan-fastgame-title-hover{pointer-events:auto;transition:.2s}.murlan-fastgame-wrapper .murlan-table-grid{width:100%;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;justify-content:space-between}.murlan-fastgame-wrapper .murlan-table-grid .murlan-table-grid-image{width:30%}.murlan-fastgame-wrapper .murlan-table-grid-image:hover{transform:translateY(0)}.murlan-fastgame-wrapper .murlan-carousel-mobile{width:100%;overflow:auto clip;display:flex;column-gap:5px;flex-wrap:nowrap}.murlan-fastgame-wrapper .murlan-carousel-mobile .murlan-table-grid-image{flex:0 0 32%}.murlan-fastgame-wrapper .murlan-carousel-mobile::-webkit-scrollbar{display:none}}.murlan-affiliate{width:100%}.murlan-affiliate .murlan-affiliate-header{width:100%;background-color:var(--bg-1);display:flex;justify-content:space-between;align-items:center;padding:24px;border-radius:10px;margin-bottom:30px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-header-title{display:flex;align-items:center}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-header-title h2{font-size:20px;font-style:normal;font-weight:700;margin:0 0 0 15px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons{display:flex;align-items:center;column-gap:15px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-input-affix-wrapper{width:175px;pointer-events:none;border:none;padding:9px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-input-affix-wrapper .ant-input-suffix{font-size:10px;font-style:normal;font-weight:700;color:var(--gray)}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-input{font-size:14px;font-style:normal;font-weight:700}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-btn{padding:18px}.murlan-affiliate .murlan-affiliate-pages{width:100%}@media (max-width: 1199px){.murlan-affiliate .murlan-affiliate-header{padding:20px;margin-bottom:20px;flex-direction:column}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-header-title{display:flex;align-items:center;margin-bottom:20px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons{width:100%;column-gap:5px;flex-wrap:wrap}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-input-affix-wrapper{width:100%;margin-bottom:15px}.murlan-affiliate .murlan-affiliate-header .murlan-affiliate-buttons .ant-btn{width:49%;padding:18px}.murlan-affiliate .murlan-affiliate-pages{width:100%}}.affiliate-dashboard{width:100%;display:flex;flex-direction:column;row-gap:30px}.affiliate-dashboard>div{border-radius:10px;padding:43px 50px;background-color:var(--bg-1);position:relative}.affiliate-dashboard>div .affiliate-dashboard-bg-img{height:100%;position:absolute;bottom:0;right:0;z-index:1}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content{width:45%;position:relative;z-index:2}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content h3{font-size:18px;font-style:normal;font-weight:700;color:var(--purple)}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content p{font-size:12px;font-style:normal;font-weight:400;color:var(--gray)}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content>p{margin-bottom:30px}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content h2{font-size:17px;font-style:normal;font-weight:700}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content>div{background-color:var(--bg-2);padding:12px 15px;border-radius:5px;margin-top:12px}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content>div span{font-size:12px;font-style:normal;font-weight:700;color:var(--purple)}.affiliate-dashboard .affiliate-dashboard-2>div{display:flex;align-items:flex-end;width:80%;column-gap:64px;z-index:2;position:relative}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-text h2{font-size:18px;font-style:normal;font-weight:700}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-text p{color:var(--gray);margin-bottom:24px}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-text>div{padding:12px 15px;background-color:var(--bg-2);border-radius:5px}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-text>div span{font-weight:700;color:var(--purple)}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program{display:flex;flex-direction:column;row-gap:20px;text-wrap:nowrap}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program>div{background-color:var(--bg-2);border-radius:5px;padding:15px 20px}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program>div h2{font-size:22px;font-style:normal;font-weight:800}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program>div .standard{color:var(--green)}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program>div .special{color:var(--purple)}.affiliate-dashboard .affiliate-dashboard-3{display:flex;align-items:center;justify-content:space-between;column-gap:64px}.affiliate-dashboard .affiliate-dashboard-3>div{display:flex;flex-direction:column;row-gap:14px}.affiliate-dashboard .affiliate-dashboard-3>div h2{font-size:18px}.affiliate-dashboard .affiliate-dashboard-3>div>div{padding:12px 15px;border-radius:5px;background-color:var(--bg-2)}.affiliate-dashboard .affiliate-dashboard-3>div>div p{color:var(--gray)}.affiliate-dashboard .affiliate-dashboard-3>div>div span{color:var(--purple);font-weight:700}.affiliate-dashboard .affiliate-dashboard-4>div{width:60%;display:flex;align-items:flex-end;column-gap:30px;position:relative;color:var(--gray);z-index:2}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-req{background:var(--bg-2);padding:20px 27px;border-radius:5px}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-req h2{font-size:18px;font-weight:700;color:#fff}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-req ul li{margin-top:10px}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-btn button{width:100%}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-btn>div{padding:12px 15px;background-color:var(--bg-2);margin-top:14px;border-radius:5px}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-btn>div span{color:var(--purple);font-weight:700}@media (max-width: 1199px){.affiliate-dashboard{row-gap:15px}.affiliate-dashboard>div{padding:20px 25px}.affiliate-dashboard>div .affiliate-dashboard-bg-img{display:none}.affiliate-dashboard .affiliate-dashboard-1 .affiliate-dashboard-1-content{width:100%}.affiliate-dashboard .affiliate-dashboard-2>div{flex-direction:column;align-items:center;width:100%}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-text>div{margin-bottom:20px}.affiliate-dashboard .affiliate-dashboard-2>div .affiliate-dashboard-2-program{width:100%;display:flex}.affiliate-dashboard .affiliate-dashboard-3{flex-direction:column;row-gap:20px}.affiliate-dashboard .affiliate-dashboard-3>img{width:100%}.affiliate-dashboard .affiliate-dashboard-4>div{width:100%;flex-direction:column}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-btn{display:flex;flex-direction:column-reverse}.affiliate-dashboard .affiliate-dashboard-4>div .affiliate-dashboard-4-btn button{width:100%;margin-top:14px}}.affiliate-overview{width:100%;display:flex;flex-direction:column;row-gap:30px}.affiliate-overview table thead tr th:nth-child(4){text-align:center}.affiliate-overview table thead tr th:nth-child(5){text-align:end}.affiliate-overview table tbody tr td:nth-child(5){color:var(--purple);font-weight:700;text-align:center}.affiliate-overview table tbody tr td:nth-child(6){color:var(--green);font-weight:700}.affiliate-overview .affiliate-overview-claim{width:100%;background-color:var(--bg-1);border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-between}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-title{display:flex;align-items:center;column-gap:15px}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-title h3{padding:0;margin:0;line-height:100%;font-size:20px;font-style:normal;font-weight:700}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info{display:flex;align-items:stretch}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div{display:flex;flex-direction:column;justify-content:center;padding:0 20px;border-right:1px solid rgba(120,133,153,.15)}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div h3{margin:0;font-size:16px;font-style:normal;font-weight:800;color:var(--purple)}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div span{font-size:11px;font-style:normal;font-weight:300;color:var(--gray)}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div .affiliate-overview-claim-commission{font-size:22px;color:var(--green)}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div button{width:160px;height:100%;background-color:var(--green)}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div button span{font-size:14px;font-style:normal;font-weight:700;color:#fff}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div:nth-child(1){padding:0 20px 0 0}.affiliate-overview .affiliate-overview-claim .affiliate-overview-claim-info>div:nth-child(4){padding:0 0 0 20px}@media (max-width: 1199px){.affiliate-overview{width:100%;display:flex;flex-direction:column;row-gap:30px}.affiliate-overview table thead tr th:nth-child(2){display:none}.affiliate-overview table thead tr th:nth-child(3){display:none}.affiliate-overview table thead tr th:nth-child(4){display:none}.affiliate-overview table tbody tr td:nth-child(2){display:none}.affiliate-overview table tbody tr td:nth-child(3){display:none}.affiliate-overview table tbody tr td:nth-child(4){display:none}}.game-details-wrapper{width:100%;margin-top:5%;display:flex;flex-direction:column;row-gap:30px}.game-details-wrapper .ant-collapse{border:none}.game-details-wrapper .ant-collapse .ant-collapse-header{padding:20px 16px}.game-details-wrapper .game-details-title{display:flex;align-items:center;column-gap:5px}.game-details-wrapper .game-details-title>h3{margin:0 15px 0 0;font-size:17px;font-style:normal;font-weight:700}.game-details-wrapper .game-details-title div{display:flex;align-items:center;column-gap:5px}.game-details-wrapper .game-details-title div h3{margin:0;font-size:15px;color:var(--gray)}.game-details-wrapper .game-details-content{display:flex;column-gap:30px}.game-details-wrapper .game-details-content>img{width:150px;height:200px;border-radius:10px}.game-details-wrapper .game-details-content>div{display:flex;flex-direction:column;row-gap:15px}.game-details-wrapper .game-details-content>div h4{margin:0;font-size:16px;font-weight:600;color:#fff}.game-details-wrapper .game-details-content>div h4 span{font-weight:900}.game-details-wrapper .game-details-content>div p{font-size:14px;font-style:normal;font-weight:400;color:var(--gray)}.game-details-wrapper .game-details-content>div h5{margin:0;font-size:14px;font-style:normal;font-weight:700;color:var(--gray)}@media screen and (max-width: 600px){.game-details-wrapper .game-details-title>h3{font-size:14px;text-wrap:nowrap}.game-details-wrapper .game-details-title div h3{font-size:12px;text-wrap:nowrap}.game-details-wrapper .game-details-content{align-items:center;flex-direction:column;row-gap:15px}}.casino-frame{width:100%}.casino-frame .murlan-casino-iframe{width:100%;overflow:hidden;border-radius:20px;aspect-ratio:1.714/1}.casino-frame .murlan-casino-iframe iframe{width:100%;height:100%}.casino-wrapper,.block-click{width:100%;display:flex;background-color:#090909;position:relative;border-radius:10px;overflow:hidden}.block-click:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent}.casino-inputs-wrapper{width:23%;min-width:250px;padding:30px 20px;border-radius:10px 0 0 10px;background-color:#141719}.casino-inputs-wrapper>h5{font-size:13px}.casino-game-wrapper{width:77%;height:700px;background-color:#121212;overflow:hidden}.casino-inputs{width:100%;display:flex;align-items:center;margin-bottom:15px}.casino-input{flex:1}.casino-input .ant-input-number{width:100%;color:#fff;border-radius:5px 0 0 5px;border:1px solid var(--gray-2);box-sizing:border-box;font-weight:700;font-size:14px}.casino-input .ant-input-number input{height:38px;font-weight:700}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.casino-plus-minus{flex:0 0 65px;height:40px;display:flex;align-items:center;background-color:var(--gray-2);border-radius:0 5px 5px 0;position:relative}.casino-plus-minus>button{width:50%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:bolder;outline:none;border:none;background-color:var(--gray-2);border-radius:0 5px 5px 0}.casino-plus-minus:after{content:"";position:absolute;width:1px;height:80%;background-color:#090909;top:50%;left:50%;transform:translate(-50%,-50%)}.casino-max{width:65px;height:40px;display:flex;justify-content:center;align-items:center;background-color:var(--gray-2);border-radius:5px;margin-left:5px;font-size:10px;font-weight:bolder}.casino-buttons{width:100%;height:45px;background-color:#20c11c;border-radius:5px;font-weight:700;font-size:12px;color:#000}.notification-alert-wrapper{min-width:150px;height:90px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px 0;border-radius:10px;text-transform:capitalize;background-color:#141719;pointer-events:none}.notification-alert-wrapper h5{font-size:30px;font-style:normal;font-weight:800;margin-bottom:0}.notification-alert-wrapper span{font-size:14px;font-style:normal;font-weight:600}.green-notification{border:4px solid var(--green);color:#20c11c}.black-notification{border:4px solid #788599;color:#788599}.red-notification{border:4px solid #D90829;color:#d90829}.select-casino{width:100%;margin:10px 0 20px}.select-casino .ant-select{width:100%;height:40px}.casino-bet-buttons{width:100%;color:#000;background-color:var(--green);font-size:12px;font-style:normal;font-weight:700;height:45px}.activeForBet{opacity:1;pointer-events:auto}.notActiveForBet{opacity:.5;pointer-events:none}@media (max-width: 900px){.casino-frame .murlan-casino-iframe{height:80dvh;aspect-ratio:unset}.casino-wrapper{flex-direction:column-reverse}.casino-game-wrapper{height:auto}.casino-plus-minus{flex:0 0 100px}.casino-inputs-wrapper{width:100%;padding:15px 20px;border-radius:0 0 10px 10px}.casino-game-wrapper{width:100%;height:auto;padding:0}.select-casino{margin-bottom:5px}}.murlan-settings{width:100%}.murlan-settings .murlan-settings-wrapper{width:100%;display:flex;align-items:flex-start;column-gap:30px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages{flex:1 0 auto}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper{width:100%;padding:30px;border:1px solid #25292E;border-radius:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid #25292E}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier{display:flex;align-items:center}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier .vip-tier-icon{width:60px;height:60px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier .murlan-profile-header-user h2{font-size:28px;font-style:normal;font-weight:600;line-height:80%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier .murlan-profile-header-user span{font-size:12px;font-style:normal;font-weight:700;line-height:normal;color:#788599}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info{display:flex;column-gap:10px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div{padding:20px 15px;border-radius:10px;background:#25292e}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div>span{font-size:11px;font-style:normal;font-weight:600;line-height:normal}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div>h3{font-size:20px;font-style:normal;font-weight:800;line-height:80%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info .murlan-profile-header-join>span{color:#788599}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info .murlan-profile-header-wagered>span{color:#000}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info .murlan-profile-header-wagered>h3{color:#000}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-content{width:100%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper{width:100%;display:flex;flex-direction:column;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div{width:100%;border:1px solid #25292E;border-radius:15px;padding:30px;display:flex;justify-content:space-between;align-items:center}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div>div h4{font-size:16px;font-style:normal;font-weight:800;line-height:143%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div>div h6{font-size:11px;font-style:normal;font-weight:500;line-height:100%;display:block;margin-bottom:15px;color:#788599}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div>div button{height:40px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div>span{display:block;background-color:#25292e;border-radius:5px;padding:4px 10px;font-size:12px;font-style:italic;font-weight:600;color:#d90829}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div>.murlan-verify-info-green{color:#20c11c}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper{width:100%;display:flex;flex-direction:column;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper>div{width:100%;border:1px solid #25292E;border-radius:15px;padding:30px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper>div>div h4{font-size:16px;font-style:normal;font-weight:800;line-height:143%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper>div>div h6{font-size:11px;font-style:normal;font-weight:500;line-height:100%;display:block;margin-bottom:15px;color:#788599}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper .murlan-security-2fa .murlan-security-qr .murlan-security-qr-detail{display:flex;flex-direction:column;row-gap:10px;margin-bottom:10px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper .murlan-security-2fa .murlan-security-qr .murlan-security-qr-detail input,.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper .murlan-security-2fa .murlan-security-qr .murlan-security-qr-detail button{height:40px;width:300px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper .murlan-security-2fa .murlan-security-qr .murlan-security-switch{display:flex;column-gap:10px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-security-wrapper .murlan-security-2fa .murlan-security-qr .murlan-security-switch>h6{font-size:16px;font-style:normal;font-weight:500}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper{width:100%;display:flex;flex-direction:column;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div{width:100%;border:1px solid #25292E;border-radius:15px;padding:30px;display:flex;justify-content:space-between;align-items:center}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div>div h4{font-size:16px;font-style:normal;font-weight:800;line-height:143%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div>div h6{font-size:11px;font-style:normal;font-weight:500;line-height:100%;display:block;margin-bottom:15px;color:#788599}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div>div button{height:40px;background-color:#25292e}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table{width:100%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table thead tr th{text-align:center!important;background-color:#090909!important;font-size:12px;font-style:normal;font-weight:300!important;color:#788599!important;border-bottom:unset!important}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table thead tr th:before{background-color:transparent!important}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td{text-align:center;font-size:12px;font-style:normal;font-weight:400;color:var(--gray);border-bottom:unset!important}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td button{background-color:transparent;color:#d90829;font-size:14px;font-style:normal;font-weight:700;transition:.1s}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td button:hover{color:#48030d}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr:nth-child(2n) td{background-color:#090909!important}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr:nth-child(2n) td:last-child{background-color:red}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr:nth-child(odd) td{background-color:#141719!important}.murlan-settings .murlan-settings-wrapper .murlan-settings-sidebar{flex:0 0 200px;display:flex;flex-direction:column;background:#121111;border-radius:10px;padding:10px 0}.murlan-settings .murlan-settings-wrapper .murlan-settings-sidebar a{display:flex;align-items:center;column-gap:10px;padding:11px;font-size:13px;font-style:normal;font-weight:700;color:#fff;background:transparent;transition:.15s}.murlan-settings .murlan-settings-wrapper .murlan-settings-sidebar a:hover,.murlan-settings .murlan-settings-wrapper .murlan-settings-sidebar .murlan-settings-link-active{background:#25292e}@media (max-width: 900px){.murlan-settings .murlan-settings-wrapper{flex-direction:column;column-gap:unset;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages{flex:unset;width:100%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper{padding:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header{justify-content:flex-start;flex-direction:column;align-items:flex-start;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier .vip-tier-icon{width:40px;height:40px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-tier .murlan-profile-header-user h2{font-size:20px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info{display:flex;column-gap:10px;width:100%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div{width:50%;padding:15px 10px;background:#25292e}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div>h3{font-size:16px;font-style:normal;font-weight:800}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-profile-wrapper .murlan-profile-header .murlan-profile-header-info>div>span{font-size:9px;font-style:normal;font-weight:600}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-verify-wrapper>div{padding:10px;flex-direction:column;align-items:flex-start;row-gap:15px}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table{width:100%}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table thead tr th:nth-child(2),.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table thead tr th:nth-child(3),.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table thead tr th:nth-child(4){display:none}.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td:nth-child(2),.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td:nth-child(3),.murlan-settings .murlan-settings-wrapper .murlan-settings-pages .murlan-sessions-wrapper>div .murlan-sessions-table table tbody tr td:nth-child(4){display:none}.murlan-settings .murlan-settings-wrapper .murlan-settings-sidebar{flex:unset;width:100%}}.murlan-page-header{width:100%;background-color:var(--bg-1);display:flex;align-items:center;padding:24px;border-radius:10px;margin-bottom:30px}.murlan-page-header h2{font-size:20px;font-style:normal;font-weight:700;margin:0 0 0 15px}.murlan-profile-verify{display:flex;align-items:flex-end;column-gap:10px}.murlan-profile-verify .murlan-profile-verify-inputs .ant-input-affix-wrapper{width:300px;height:40px;background-color:#141719}.murlan-profile-verify>div .ant-input-number-wrapper{height:40px}.murlan-profile-verify>div .ant-input-number-wrapper input{height:100%;background-color:#141719}.murlan-profile-verify>div>input{width:300px;height:40px;background-color:#141719}.murlan-profile-verify .ant-input-number-wrapper{height:40px;width:300px}.murlan-profile-verify .ant-input-number-wrapper .ant-input-number-group-addon{background-color:#141719}.murlan-profile-verify .ant-input-number-wrapper .ant-input-number-input-wrap{height:100%}.murlan-profile-verify .ant-input-number-wrapper input{height:100%;background-color:#141719}.murlan-profile-verify .murlan-profile-verify-otp{margin-top:10px}.murlan-profile-verify .murlan-profile-verify-otp input{height:40px;width:300px;background-color:#141719}.murlan-profile-verify button{width:94px;height:40px}@media (max-width: 900px){.murlan-profile-verify .murlan-profile-verify-inputs .ant-input-affix-wrapper{width:230px}.murlan-profile-verify>div>input{width:230px}.murlan-profile-verify .ant-input-number-wrapper{width:230px}.murlan-profile-verify .murlan-profile-verify-otp input{width:230px}.murlan-profile-verify button{width:94px;height:40px}}.murlan-transactions table tbody tr td:nth-child(1){font-weight:500}.murlan-transactions .murlan-transactions-pagination{width:100%;display:flex;align-items:center;justify-content:flex-end;margin-top:10px}.murlan-vip{width:100%;padding:0 10px;display:flex;flex-direction:column;row-gap:32px}.murlan-vip .murlan-vip-intro{width:100%;height:380px;overflow:hidden;display:flex;justify-content:space-between;position:relative;border-radius:10px}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container{width:calc(100% - 100px);height:100%;position:relative;background-color:#141313cc;border-radius:10px;overflow:hidden}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container .murlan-vip-user-info{position:absolute;top:40px;left:40px;z-index:1}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container .murlan-vip-user-info h5{font-weight:lighter;margin:0;font-size:14px}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container .murlan-vip-user-info h2{font-weight:bolder;margin:0}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container>img{height:100%;-webkit-mask-image:linear-gradient(270deg,#fff 58.81%,#fff0);mask-image:linear-gradient(270deg,#fff 58.81%,#fff0);position:absolute;bottom:0;right:0}.murlan-vip .murlan-vip-levels{width:100%}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content{display:flex;column-gap:12px}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div{width:25%;background-color:#141719;border-radius:10px;padding:20px}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div>div{display:flex;align-items:center}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div h5{margin:0 0 0 -5%;font-size:11px;font-weight:700}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div h3{font-size:18px;font-weight:900;margin:10px 0 0;line-height:110%}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div span{font-size:12px;font-weight:500}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div p{font-size:12px;font-weight:400;color:#788599;white-space:pre-line;margin-top:12px}.murlan-vip .murlan-vip-levels .murlan-vip-Bronze span,.murlan-vip .murlan-vip-levels .murlan-vip-Bronze h5{color:#e26f20}.murlan-vip .murlan-vip-levels .murlan-vip-Silver span,.murlan-vip .murlan-vip-levels .murlan-vip-Silver h5{color:#aaa}.murlan-vip .murlan-vip-levels .murlan-vip-Gold span,.murlan-vip .murlan-vip-levels .murlan-vip-Gold h5{color:#e7f63d}.murlan-vip .murlan-vip-levels .murlan-vip-Platinum span,.murlan-vip .murlan-vip-levels .murlan-vip-Platinum h5{color:#ebebeb}.murlan-vip .murlan-vip-levels .murlan-vip-Diamond span,.murlan-vip .murlan-vip-levels .murlan-vip-Diamond h5{color:#24d5ed}.murlan-vip .murlan-vip-awards{width:100%}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info{display:flex;column-gap:12px}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div{width:25%;background-color:#141719;padding:20px;border-radius:10px}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div h3{font-size:18px;font-weight:700}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div p{font-size:12px;font-style:normal;font-weight:400}.vip-titles{display:flex;align-items:center;column-gap:5px;margin-bottom:12px}.vip-titles h2{margin:0;font-size:18px;font-weight:700}.vip-titles img{width:25px;height:25px}@media (max-width: 1199px){.murlan-vip .murlan-vip-intro .introductions-vipbar{display:none}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container{width:100%;padding:20px}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container .murlan-vip-user-info{position:relative;top:0;left:0;z-index:1}.murlan-vip .murlan-vip-intro .murlan-vip-intro-container>img{display:none}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div h5{margin:0 0 0 -1%}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content{flex-direction:column;row-gap:12px}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div{width:100%;background-color:#141719;border-radius:10px;padding:20px}.murlan-vip .murlan-vip-levels>.murlan-vip-levels-content>div p{white-space:unset}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info{flex-direction:column;row-gap:12px}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div{width:100%;background-color:#141719;padding:20px;border-radius:10px}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div h3{font-size:18px;font-weight:700}.murlan-vip .murlan-vip-awards .murlan-vip-awards-info>div p{font-size:12px;font-style:normal;font-weight:400}}.murlan-game-wrapper{width:100%;max-height:100dvh;display:flex;justify-content:center;position:relative;overflow:hidden}.murlan-game-wrapper .murlan-game-container{width:100%;max-height:100dvh;position:relative;display:flex;justify-content:center;overflow:hidden;z-index:2}.murlan-game-wrapper .murlan-game-container>.murlan-table-img{width:100%;max-height:100dvh;object-fit:cover}.murlan-game-wrapper .murlan-game-container .murlan-back-cards-img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}.murlan-game-wrapper .murlan-game-container .murlan-players{position:absolute;width:6%;display:flex;container-type:size;flex-direction:column;align-items:center;z-index:100}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-player-info{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:6px}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-player-info h3{color:#fff;text-align:center;font-size:23cqw;font-style:normal;font-weight:400;line-height:unset}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-player-info .murlan-player-card-nr{display:flex;align-items:center;column-gap:5px;border-radius:100px;background:#788599;padding:5px 10px}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-player-info .murlan-player-card-nr svg{width:19cqw;height:auto;display:block}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-player-info .murlan-player-card-nr h5{font-size:19cqw;color:#fff;line-height:0}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-emoji-container{position:absolute;transition:.1s linear}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-emoji-container div{position:relative;width:100px;height:100px}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-emoji-container div img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.murlan-game-wrapper .murlan-game-container .murlan-players .murlan-emoji-container div .emoji-image{width:65%;transform:translate(-60%,-50%)}.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-2,.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-3{top:50%;right:0;transform:translate(100%,30%)}.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-2 div .emoji-image,.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-3 div .emoji-image{transform:translate(-40%,-50%)}.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-2 div .emoji-bg,.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-3 div .emoji-bg{transform-origin:center center;transform:translate(-50%,-50%) rotate(180deg)}.murlan-game-wrapper .murlan-game-container .murlan-players .emoji-player-4{top:50%;left:0;transform:translate(-100%,30%)}.murlan-game-wrapper .murlan-game-container .murlan-player-1{display:none}.murlan-game-wrapper .murlan-game-container .murlan-player-2{top:41%;left:4.5%;border-radius:50%}.murlan-game-wrapper .murlan-game-container .murlan-player-3{top:9.2%;left:50%;transform:translate(-50%);border-radius:50%}.murlan-game-wrapper .murlan-game-container .murlan-player-4{top:41%;right:4.5%;border-radius:50%}.murlan-game-wrapper .murlan-game-container .murlan-game-header{width:100%;position:absolute;top:0;left:0;z-index:100;display:flex;justify-content:space-between;align-items:flex-start;padding:1% 3.37%;container-type:size}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data{display:flex;align-items:flex-start;flex-direction:column}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-info{text-transform:capitalize;font-weight:500;font-size:1.2cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-info h4 span{color:#20c11c;font-style:italic;font-weight:700}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points{display:flex;justify-content:center;align-items:center;column-gap:5px;margin-top:1.3cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h5{font-style:normal;font-weight:500;line-height:103.5%;color:#788599;font-size:1cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h4{text-align:center;font-style:italic;font-weight:700;line-height:103.5%;color:#fff;font-size:1.2cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons{display:flex;align-items:center;column-gap:.8cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons{width:3.3cqw;height:3.3cqw;border-radius:50%;background-color:#141313cc;border:1px solid #25292E;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;position:relative}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons img{width:50%}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons .leave-game-murlan{width:40%}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons .murlan-button-active{width:3px;height:70%;background-color:#fff;opacity:1;transform:translate(-50%,-50%) rotate(-45deg);z-index:2;position:absolute;top:50%;left:50%;border-radius:10px}.murlan-game-wrapper .murlan-game-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 49%,#000000b3 80.16%);z-index:2}.waiting-room-wrapper{width:100%;min-height:600px;display:flex;justify-content:center;align-items:center;background-image:url(/assets/waiting-room-bg-BIY8s_oN.svg)}.waiting-room-container{width:375px}.waiting-room-box{position:relative;display:flex;flex-direction:column;gap:15px;padding:20px;color:#fff;background-color:#14131380;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #25292E;border-radius:10px}.waiting-room-info{display:flex;flex-direction:row-reverse;column-gap:15px;align-items:center}.logout-icon-waiting{width:16px}.waiting-room-header{display:flex;flex-direction:column;justify-content:space-between}.waiting-room-title{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;line-height:1}.waiting-room-subtitle{color:#788599;font-size:.8rem}.waiting-room-divider{height:1px;background-color:#78859980;border-radius:4px}.waiting-room-players{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px;padding:10px 0}.player-online{display:flex;align-items:center;background-color:#141719;padding:20px;border-radius:5px}.game-start-notice{height:20px;background-color:#98fb98;border-radius:9999px;display:flex;justify-content:center;align-items:center;font-weight:700;color:#000;font-size:.75rem;position:relative}.game-start-notice h2{z-index:20}@media screen and (min-width: 601px) and (max-width: 1100px){.murlan-game-wrapper{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;position:relative}.murlan-game-wrapper .murlan-game-container .murlan-players{width:9%}.murlan-game-wrapper .murlan-game-container .murlan-player-2{top:35%}.murlan-game-wrapper .murlan-game-container .murlan-player-3{top:10%}.murlan-game-wrapper .murlan-game-container .murlan-player-4{top:35%}.murlan-game-wrapper .murlan-game-container .murlan-game-header{padding:1% 6%}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-info{font-size:2.1cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h5{font-size:2cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h4{font-size:2.2cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons{width:5cqw;height:5cqw}}@media screen and (max-width: 601px){.waiting-room-wrapper>div{width:90%;max-width:unset}.murlan-game-wrapper{width:100%;height:100dvh;display:flex;justify-content:center;align-items:flex-end;position:relative;padding-top:50%}.murlan-game-wrapper .murlan-game-container{width:100%;height:100dvh}.murlan-game-wrapper .murlan-game-container>.murlan-table-img{width:100%;height:100%;object-fit:cover;padding-top:5%}.murlan-game-wrapper .murlan-game-container .murlan-back-cards-img{display:none}.murlan-game-wrapper .murlan-game-container .murlan-players{width:16%}.murlan-game-wrapper .murlan-game-container .murlan-player-2{top:29%}.murlan-game-wrapper .murlan-game-container .murlan-player-3{top:10%}.murlan-game-wrapper .murlan-game-container .murlan-player-4{top:29%}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons{display:flex;align-items:center;column-gap:.8cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-header-buttons .murlan-game-icons{width:9cqw;height:9cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-info{display:none}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points{display:flex;justify-content:center;align-items:center;column-gap:5px;margin-top:3.2cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h5{font-style:normal;font-weight:500;line-height:103.5%;color:#788599;font-size:4.5cqw}.murlan-game-wrapper .murlan-game-container .murlan-game-header .murlan-game-header-data .murlan-game-header-points h4{text-align:center;font-style:italic;font-weight:700;line-height:103.5%;color:#fff;font-size:4.7cqw}}.cards-in-hand-wrapper{width:100%;position:absolute;display:flex;justify-content:center;align-items:center;left:0;bottom:7%;background:linear-gradient(180deg,#0000 35.6%,#000000b3 74.94%);container-type:size;z-index:3}.cards-in-hand-wrapper .my-own-emoji{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:10%;z-index:20}.cards-in-hand-wrapper .cards-in-hand-container{width:100%;display:flex;justify-content:center;align-items:center;z-index:1;transform:translate(-4%);will-change:transform}.cards-in-hand-wrapper .cards-in-hand-container>div{width:12%;margin-right:-8%;transition:.1s linear 0s;will-change:transform,opacity;position:relative}.cards-in-hand-wrapper .cards-in-hand-container>div img{width:100%}.cards-in-hand-wrapper .cards-in-hand-container>div:hover{transform:translateY(-4%)}.cards-in-hand-wrapper .cards-in-hand-container .card-rise,.cards-in-hand-wrapper .cards-in-hand-container .card-rise:hover{transform:translateY(-26%)}.cards-in-hand-wrapper .cards-in-hand-container .card-thrown{transform:translateY(-70%);opacity:0}.cards-in-hand-wrapper .cards-in-hand-container .murlan-not-active-play{transform:translateY(15%);pointer-events:none}.cards-in-hand-wrapper .cards-in-hand-container .murlan-not-active-play:after{content:"";position:absolute;top:2%;left:2.7%;width:97%;height:97%;background-color:#00000080;border-radius:6%}.cards-in-hand-wrapper .shake-animation{animation:shake .3s linear forwards}.cards-in-hand-wrapper .murlan-actions-btn{width:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;pointer-events:none;transform:translateY(-80%);z-index:2;top:0;left:0;padding:0 3%}.cards-in-hand-wrapper .murlan-actions-btn button{width:10.6%;height:10%;flex-shrink:0;border-radius:.87cqw;font-size:2cqw;font-style:normal;font-weight:700;line-height:103.5%;pointer-events:auto;display:flex;justify-content:center;align-items:center;column-gap:10px;padding:1.6% 0}.cards-in-hand-wrapper .murlan-actions-btn .murlan-pass-btn{background:#d90829;box-shadow:0 .45cqw #7b1424}.cards-in-hand-wrapper .murlan-actions-btn .murlan-play-btn{background:#20c11c;box-shadow:0 .45cqw #175215}.cards-in-hand-wrapper .murlan-actions-btn .cannot-pass,.cards-in-hand-wrapper .murlan-actions-btn .cannot-play{opacity:.5;pointer-events:none}@keyframes shake{0%{transform:translate(-4%)}25%{transform:translate(-3%)}50%{transform:translate(-4%)}75%{transform:translate(-3%)}to{transform:translate(-4%)}}@media screen and (min-width: 601px) and (max-width: 1100px){.cards-in-hand-wrapper .murlan-actions-btn{padding:0 2%}.cards-in-hand-wrapper .murlan-actions-btn button{width:13%;height:40px}.cards-in-hand-wrapper .murlan-actions-btn .murlan-pass-btn{background:#d90829;box-shadow:0 4px #7b1424}.cards-in-hand-wrapper .murlan-actions-btn .murlan-play-btn{background:#20c11c;box-shadow:0 4px #175215}}@media screen and (max-width: 600px){.cards-in-hand-wrapper{width:100%;height:100%;flex-direction:column;align-items:center;justify-content:flex-end;bottom:unset;container-type:unset;padding-bottom:5%;background:transparent}.cards-in-hand-wrapper .cards-in-hand-container{transform:translate(-7.4%);position:relative;width:100%}.cards-in-hand-wrapper .cards-in-hand-container>div{width:21%;margin-right:-14.8%;transition:.1s linear 0s;will-change:transform,opacity;position:relative;margin-bottom:4%}.cards-in-hand-wrapper .cards-in-hand-container>div img{width:100%}.cards-in-hand-wrapper .cards-in-hand-container .card-rise{transform:translateY(-26%)}.cards-in-hand-wrapper .cards-in-hand-container .card-thrown{transform:translateY(-70%);opacity:0}.cards-in-hand-wrapper .cards-in-hand-container .murlan-not-active-play{transform:translateY(0);pointer-events:none}.cards-in-hand-wrapper .cards-in-hand-container .murlan-not-active-play:after{content:"";position:absolute;top:2%;left:2.7%;width:97%;height:97%;background-color:#00000080;border-radius:6%}.cards-in-hand-wrapper .murlan-actions-btn{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;pointer-events:none;transform:translateY(0);z-index:2;padding:0 5%}.cards-in-hand-wrapper .murlan-actions-btn button{width:38%;height:50px;padding:10px 0;flex-shrink:0;border-radius:10px;font-size:4vw;font-style:normal;font-weight:700;line-height:103.5%;pointer-events:auto;column-gap:15px}.cards-in-hand-wrapper:after{content:"";width:100%;height:32%;position:absolute;bottom:0;left:0;background-color:#141313cc;border-radius:40px 40px 0 0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #25292E}}.murlan-player-wrapper{width:100%;padding-top:100%;border-radius:50%;background-color:#141313cc;border:1px solid #25292E;container-type:size;position:relative;transition:.2s}.murlan-player-wrapper .vip-tier-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-right:0;margin-top:5%;height:40%}.murlan-player-wrapper>h4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:30cqw;font-style:normal;font-weight:800}.murlan-player-wrapper .murlan-svg-timer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.murlan-player-wrapper .murlan-svg-timer>circle{fill:none;stroke-opacity:0;stroke-width:15%;transform-origin:center center;transform:rotate(-90deg)}.murlan-player-wrapper .murlan-svg-timer>circle+circle{stroke-dasharray:1;stroke-dashoffset:1;stroke-linecap:round;stroke-opacity:1}.murlan-player-wrapper #radius{stroke-dashoffset:0;filter:drop-shadow(0px 0px 4px #00FF29);stroke:#00ff29;animation-name:timer;animation-duration:21s;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:forwards}.murlan-player-wrapper .murlan-player-pts{color:#fff;font-size:19cqw;font-style:italic;font-weight:700;line-height:103.5%;border:1px solid white;border-radius:100px;padding:5% 10%;position:absolute;top:10%;right:-25%;background-color:#141313cc}.murlan-player-wrapper .last-played{color:#6864ec;position:absolute;top:-55%;left:50%;font-size:20cqw;z-index:10;text-wrap:nowrap;transform:translate(-50%)}.murlan-player-wrapper .crown-animation{position:absolute;top:0;left:0;width:80%;height:auto;transform:translate(-15%,-35%) rotate(-35deg) scale(.5);opacity:0;animation:crown-animation .5s linear forwards}@media screen and (min-width: 601px) and (max-width: 1100px){.murlan-player-wrapper .murlan-player-info .murlan-player-card-nr svg{width:22cqw}.murlan-player-wrapper .murlan-player-info .murlan-player-card-nr h5{font-size:22cqw}}@keyframes timer{0%{filter:drop-shadow(0px 0px 4px #00FF29);stroke:#00ff29;stroke-dashoffset:2}50%{filter:drop-shadow(0px 0px 4px #ffee00);stroke:#fe0;stroke-dashoffset:1.5}97%{filter:drop-shadow(0px 0px 4px #ff0000);stroke:red;stroke-dashoffset:1.02}to{filter:drop-shadow(0px 0px 4px #ff000000);stroke:#f000;stroke-dashoffset:1.0002}}@keyframes crown-animation{0%{transform:translate(-35%,-55%) rotate(-35deg) scale(.5);opacity:0}50%{transform:translate(-75%,-95%) rotate(-35deg) scale(1);opacity:1}to{transform:translate(-35%,-55%) rotate(-35deg) scale(1);opacity:1}}.middle-table-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;container-type:size;perspective-origin:center;perspective:100cqw}.middle-table-wrapper .middle-table-cards-active{position:absolute;width:100%;height:100%;top:0;left:0;display:inline-flex;justify-content:center;padding-left:12.1%;transform:translateY(20%) rotateX(60deg) scaleX(41%) scaleY(.3);opacity:1;z-index:2}.middle-table-wrapper .middle-table-cards-active>img{width:21%;margin-left:-13.7%}.middle-table-wrapper .timer-mid{position:absolute;top:63.5%;left:36%;display:flex;flex-direction:column-reverse;width:28%;height:2.8%}.middle-table-wrapper .bar{width:100%;height:90%;border-radius:49px;background:#00ff19;box-shadow:0 4px #218319;margin-top:-5.9%;animation-name:tabletimer;animation-duration:21s;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:forwards;z-index:2}.middle-table-wrapper .slot{width:100%;height:100%;border-radius:49px;background:#25292e;box-shadow:0 5px 1px #09141c inset;z-index:1}.middle-table-wrapper .middle-table-cards-exchange{position:absolute;width:100%;height:100%;top:0;left:0;display:inline-flex;justify-content:space-around}.middle-table-wrapper .middle-table-cards-exchange>img{width:21%}@media screen and (max-width: 601px){.middle-table-wrapper{perspective:100cqw}.middle-table-wrapper .middle-table-cards-active{position:absolute;width:100%;top:-2.5%;left:0;display:inline-flex;justify-content:center;padding-left:12.1%;transform:translateY(1.65%) rotateX(8deg) scaleX(.8) scaleY(.1);opacity:1;z-index:2}.middle-table-wrapper .middle-table-cards-active>img{width:20%;margin-left:-12%}.middle-table-wrapper .middle-table-cards-exchange>img{width:20%}.middle-table-wrapper .timer-mid{position:absolute;top:58%;left:28.5%;width:40%;height:1.5%}.middle-table-wrapper .bar{box-shadow:0 1px #218319;margin-top:-7.3%;animation-name:tabletimermobile}.middle-table-wrapper .slot{box-shadow:0 2px 1px #09141c inset}}@keyframes tabletimer{0%{width:100%;background:#00ff19;box-shadow:0 4px #218319}50%{width:50%;background:#fe0;box-shadow:0 4px #788319}70%{background:red;box-shadow:0 4px #831919}75%{background:#790000;box-shadow:0 4px #460d0d}80%{background:red;box-shadow:0 4px #831919}85%{background:#790000;box-shadow:0 4px #3f0c0c}90%{background:red;box-shadow:0 4px #831919}95%{background:#790000;box-shadow:0 4px #500f0f}98%{width:5%;background:red;box-shadow:0 4px #831919}to{width:4%;background:#f000;box-shadow:0 4px #83191900}}@keyframes tabletimermobile{0%{width:100%;background:#00ff19;box-shadow:0 1px #218319}50%{width:50%;background:#fe0;box-shadow:0 1px #788319}70%{background:red;box-shadow:0 1px #831919}75%{background:#790000;box-shadow:0 1px #460d0d}80%{background:red;box-shadow:0 1px #831919}85%{background:#790000;box-shadow:0 1px #3f0c0c}90%{background:red;box-shadow:0 1px #831919}95%{background:#790000;box-shadow:0 1px #500f0f}98%{width:5%;background:red;box-shadow:0 1px #831919}to{width:4%;background:#f000;box-shadow:0 1px #83191900}}.murlan-round-messages{position:absolute;top:63%;left:36%;transform:rotateX(60deg)}.murlan-round-messages h4{font-size:2cqw}@media screen and (max-width: 600px){.murlan-round-messages{position:absolute;top:57.5%;left:26.5%;transform:rotateX(8deg)}.murlan-round-messages h4{font-size:3vw}}.game-ended-modal{text-align:center;text-transform:capitalize;color:#788599}.game-ended-modal .game-ended-modal-winn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 0 10px;margin-bottom:10px;border-bottom:1px solid #25292E}.game-ended-modal .game-ended-modal-winn h4{color:#20c11c;text-align:right;font-size:26px;font-style:normal;font-weight:800;line-height:normal;margin:0}.game-ended-modal table{width:100%;border-collapse:collapse}.game-ended-modal table .murlan-your-score>td{color:#fff!important;font-size:22px!important;font-weight:700!important}.game-ended-modal table th{color:#788599;font-size:11px;font-style:normal;font-weight:300;line-height:normal;text-align:left}.game-ended-modal table td{text-align:left;color:#788599;font-size:16px;font-style:normal;font-weight:500;line-height:30px}.game-ended-modal table td:nth-child(1){font-style:italic;font-size:14px}.game-ended-modal table td:nth-child(3),.game-ended-modal table th:nth-child(3){text-align:right}.murlan-tier-page-container{width:100%;aspect-ratio:1.714/1;background:url(/assets/tierSelectBg-DuNb8Ns5.png);background-size:cover;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:10%;position:relative}.murlan-tier-page-container>button{position:absolute;top:5px;left:5px}.murlan-tier-page-container .murlan-page-grid{width:100%;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,170px);gap:30px 20px;transform:skew(-5deg)}.murlan-tier-page-container .murlan-page-grid>div{border-radius:15px;cursor:pointer;position:relative}.murlan-tier-page-container .murlan-page-grid .murlan-grid-user{grid-column:1 / 5;grid-row:1 / 2;background-color:#141719;display:flex;justify-content:space-between;align-items:center;padding:10% 5%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-user>div{transform:skew(5deg) translateY(-30%);display:flex;flex-direction:column;position:relative}.murlan-tier-page-container .murlan-page-grid .murlan-grid-user>div h2{font-size:28px;font-style:normal;font-weight:800;height:100%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-user>div h5{font-size:14px;font-style:normal;font-weight:400}.murlan-tier-page-container .murlan-page-grid .murlan-grid-user>div .introductions-vipbar{background-color:#141719;position:absolute;top:-65%;left:90%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-solo{grid-column:5 / 6;grid-row:1 / 2;background-color:#141719;opacity:.7}.murlan-tier-page-container .murlan-page-grid .murlan-grid-2v2{grid-column:6 / 7;grid-row:1 / 2;background-color:#141719;opacity:.7}.murlan-tier-page-container .murlan-page-grid .murlani-grid-team{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.murlan-tier-page-container .murlan-page-grid .murlani-grid-team h2{font-size:26px;font-style:italic;font-weight:900}.murlan-tier-page-container .murlan-page-grid .murlani-grid-team h5{font-size:12px;font-style:italic;font-weight:900;color:#788599}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table-0{grid-column:1 / 3;grid-row:2 / 3}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table-1{grid-column:3 / 5;grid-row:2 / 3}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table-2{grid-column:5 / 7;grid-row:2 / 3}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table-3{grid-column:1 / 3;grid-row:3 / 4}.murlan-tier-page-container .murlan-page-grid .murlan-grid-graph{grid-column:3 / 6;grid-row:3 / 4;background-color:#141719;display:flex;justify-content:center;align-items:center;padding:5%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-graph .murlan-grid-graph-svg{position:relative}.murlan-tier-page-container .murlan-page-grid .murlan-grid-graph .murlan-grid-graph-svg svg{width:100%;overflow:visible;position:relative;z-index:2}.murlan-tier-page-container .murlan-page-grid .murlan-grid-graph .murlan-grid-graph-svg:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;border:1px solid #24292c75;z-index:1}.murlan-tier-page-container .murlan-page-grid .murlan-grid-ranking{grid-column:6 / 7;grid-row:3 / 4;background-color:#141719;display:flex;flex-direction:column;align-items:center;row-gap:5px;padding:10px}.murlan-tier-page-container .murlan-page-grid .murlan-grid-ranking h2{color:var(--purple);font-size:22px;font-style:italic;font-weight:900;text-align:center}.murlan-tier-page-container .murlan-page-grid .murlan-grid-ranking h5{font-size:12px;font-style:italic;font-weight:700;color:#788599}.murlan-tier-page-container .murlan-page-grid .murlan-grid-ranking div{width:100%;display:flex;justify-content:space-between;align-items:center;color:#788599;font-size:11px;font-style:normal;font-weight:600}.murlan-tier-page-container .murlan-page-grid .murlan-grid-ranking div span{font-size:11px;font-style:normal;font-weight:600;color:#fff}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:15px;overflow:hidden}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-online{width:100%;background-color:#000;display:flex;justify-content:flex-end;align-items:center;font-size:14px;font-style:italic;font-weight:800;color:#788599;padding-right:7px}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-online span{width:8px;height:8px;background-color:var(--green);display:block;border-radius:50%;margin-right:5px}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-header{padding:10px 15px;display:flex;align-items:center;column-gap:15px;width:100%;overflow:hidden;position:relative;border-bottom:2px solid #000;box-shadow:0 7px #00000040}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-header img{border-radius:11px;box-shadow:-3px 3px #000;transform:skew(5deg)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-header>div{transform:skew(5deg)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-header>div h2{font-size:26px;font-weight:900;font-style:italic;text-transform:uppercase;line-height:100%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table>div .murlan-grid-table-play-btn{width:100%;display:flex;justify-content:center;padding:7%;transform:skew(5deg)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-0{background:radial-gradient(117.13% 117.13% at 50% -17.13%,#0177d0,#132029)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-0 .murlan-grid-table-header{background:linear-gradient(97deg,#026dbc 65.29%,#0077cf 65.46%)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-1{background:radial-gradient(110.4% 110.4% at 50% -10.4%,#ff4057,#361d1d)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-1 .murlan-grid-table-header{background:linear-gradient(97deg,#e33c50 65.29%,#ff4057 65.46%)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-2{background:radial-gradient(121.1% 121.1% at 50% -21.1%,#a950fd,#221930)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-2 .murlan-grid-table-header{background:linear-gradient(97deg,#9b3df3 65.29%,#a94ffd 65.46%)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-3{background:radial-gradient(135.47% 135.47% at 50% -35.47%,#ffc44d,#272727);color:#000}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-normal-3 .murlan-grid-table-header{background:linear-gradient(97deg,#ffc44d 65.29%,#ffcf6d 65.46%)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode{display:flex;column-gap:20px}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode>div{flex:1;height:100%;border-radius:15px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode>div h2{font-size:24px;font-style:italic;font-weight:900;line-height:100%}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode>div h4{font-size:12px;font-style:italic;font-weight:900;color:#788599}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode>div img{margin-bottom:15px}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode-0>div{background:radial-gradient(117.13% 117.13% at 50% -17.13%,#0177d0,#132029)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode-1>div{background:radial-gradient(110.4% 110.4% at 50% -10.4%,#ff4057,#361d1d)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode-2>div{background:radial-gradient(121.1% 121.1% at 50% -21.1%,#a950fd,#221930)}.murlan-tier-page-container .murlan-page-grid .murlan-grid-table .murlan-grid-table-active-mode-3>div{background:radial-gradient(135.47% 135.47% at 50% -35.47%,#ffc44d,#272727)}.murlan-grid-shadow{border:2px solid #000;box-shadow:0 7px #00000040;overflow:hidden}.murlan-grid-green{opacity:1!important;border:2px solid var(--green)!important;background-color:var(--gray-2)!important;overflow:visible!important}.murlan-grid-green:after{content:"";width:35px;height:35px;position:absolute;right:0;top:0;background:url("data:image/svg+xml,%3csvg%20width='35'%20height='38'%20viewBox='0%200%2035%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dii_7791_12489)'%3e%3ccircle%20cx='17.5'%20cy='17.5'%20r='17.5'%20fill='%2320C11C'/%3e%3ccircle%20cx='17.5'%20cy='17.5'%20r='17'%20stroke='black'/%3e%3c/g%3e%3cmask%20id='mask0_7791_12489'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='6'%20y='5'%20width='24'%20height='24'%3e%3crect%20x='6'%20y='5'%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7791_12489)'%3e%3cg%20filter='url(%23filter1_d_7791_12489)'%3e%3cpath%20d='M15.5508%2023.8004L9.05078%2017.3004L11.3008%2015.0504L15.5508%2019.3004L24.7008%2010.1504L26.9508%2012.4004L15.5508%2023.8004Z'%20fill='white'/%3e%3cpath%20d='M15.1972%2024.1539L15.5508%2024.5075L15.9043%2024.1539L27.3043%2012.7539L27.6579%2012.4004L27.3043%2012.0468L25.0543%209.79684L24.7008%209.44328L24.3472%209.79684L15.5508%2018.5933L11.6543%2014.6968L11.3008%2014.3433L10.9472%2014.6968L8.69723%2016.9468L8.34367%2017.3004L8.69723%2017.6539L15.1972%2024.1539Z'%20stroke='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dii_7791_12489'%20x='0'%20y='-2'%20width='35'%20height='40'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='3'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.35%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7791_12489'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7791_12489'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-4'/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect2_innerShadow_7791_12489'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect2_innerShadow_7791_12489'%20result='effect3_innerShadow_7791_12489'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_7791_12489'%20x='7.63672'%20y='8.73633'%20width='20.7285'%20height='17.4785'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7791_12489'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7791_12489'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");transform:translate(25%,-35%)}.firewood-inputs-wrapper .firewood-matches-btn>div{display:flex;column-gap:5px;align-items:center;margin-bottom:15px}.firewood-inputs-wrapper .firewood-matches-btn>div button{flex:1;font-weight:700;font-size:12px;background-color:transparent;border:1px solid #25292E;border-radius:5px;text-align:center;padding:12px 0;color:#fff;cursor:pointer}.firewood-inputs-wrapper .firewood-matches-btn>div button.active-matches{background-color:#25292e}.firewood-game-wrapper{min-height:700px;display:flex;row-gap:100px;position:relative;flex-direction:column}.firewood-game-wrapper .firewood-game-notification{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50}.firewood-game-wrapper .firewood-game{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:100px}.firewood-game-wrapper .firewood-active-game .matches-head{pointer-events:auto}.firewood-game-wrapper .firewood-game-row{display:flex;column-gap:50px;margin-bottom:10px;position:relative}.firewood-game-wrapper .firewood-game-row .matches-wrapper{position:relative;transition:.2s;transform:scale(1)}.firewood-game-wrapper .firewood-game-row .matches-wrapper .matches{width:30px;height:110px;background:linear-gradient(111deg,#d6b986 36.52%,#866f47 82.02%);transition:.4s}.firewood-game-wrapper .firewood-game-row .matches-wrapper .not-visible{visibility:hidden}.firewood-game-wrapper .firewood-game-row .matches-wrapper .not-visible-2{transition:.2s;opacity:0}.firewood-game-wrapper .firewood-game-row .matches-wrapper .matches-burned{background:linear-gradient(359deg,#d6b98600 11.4%,#18050580 32.34%,#231111 42.36%,#cf1a14 77.82%),linear-gradient(111deg,#d6b986 36.52%,#866f47 82.02%)}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame{position:absolute;top:0;left:50%;z-index:3;transition:.4s;width:150px;height:150px;transform:translate(-50%,-75%);opacity:1}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame .matches-head{position:absolute;bottom:0;transform:translate(-50%,-10%);left:50%;width:42px;height:68px;border-radius:28px;background:linear-gradient(149deg,#cb5151 -48.67%,#af2525 54.75%,#b20000 88.03%);box-shadow:6px 3px 6px #00000040,-5px -11px 6px #00000040 inset;z-index:1}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame .matches-head-green{background:radial-gradient(80.67% 97.09% at 21.43% 19.44%,#71cb51,#39af25 75.11%,#2eb200 99.27%);pointer-events:none}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame .matches-head-green:after{content:"";position:absolute;border-radius:28px;width:100%;height:100%;top:0;left:0;scale:100%;background:#00ff191a;animation-name:greenanim;animation-duration:1s;animation-delay:.15s;animation-iteration-count:infinite;animation-timing-function:linear;z-index:2}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame .matches-head-green:before{content:"";position:absolute;border-radius:28px;width:100%;height:100%;top:0;left:0;scale:100%;background:radial-gradient(51.18% 46.24% at 49.69% 49.79%,#00ff1980,#00ff1933 57.85%,#00ff1900);animation-name:greenanim2;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;z-index:1}.firewood-game-wrapper .firewood-game-row .matches-wrapper:hover{transform:scale(1.05)}.firewood-game-wrapper .firewood-game-row:after{content:"";width:120%;height:100%;border-radius:10px;background:linear-gradient(180deg,#141719 18.39%,#090909);box-shadow:0 -4.188px 18px #00000080;position:absolute;left:-10%;bottom:0;transform:translateY(50%);z-index:10}@keyframes greenanim2{0%{scale:100%}50%{scale:200%}to{scale:100%}}@keyframes greenanim{0%{scale:100%}50%{scale:135%}to{scale:100%}}@media (max-width: 900px){.firewood-inputs-wrapper .firewood-inputs-selection{display:flex;flex-direction:column-reverse;row-gap:20px}.firewood-game-wrapper{min-height:auto;display:flex;row-gap:70px}.firewood-game-wrapper .firewood-game{row-gap:50px}.firewood-game-wrapper .firewood-game-row{display:flex;column-gap:40px}.firewood-game-wrapper .firewood-game-row .matches-wrapper .matches{width:25px;height:75px}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame{position:absolute;top:0;left:50%;z-index:3;transition:.4s;width:100px;height:100px;transform:translate(-50%,-75%);opacity:1}.firewood-game-wrapper .firewood-game-row .matches-wrapper .flame .matches-head{position:absolute;bottom:0;transform:translate(-50%,-10%);left:50%;width:32px;height:50px;border-radius:28px}}.dice-inputs-wrapper .dice-inputs-nr-dice{display:none;width:100%;margin-bottom:15px}.dice-inputs-wrapper .dice-inputs-nr-dice>div{width:100%;display:flex;flex-direction:row}.dice-inputs-wrapper .dice-inputs-nr-dice>div .ant-input-number{flex:1;border-color:var(--gray-2);border-radius:5px 0 0 5px;border-right:0}.dice-inputs-wrapper .dice-inputs-nr-dice>div .ant-input-number input{border-radius:0 5px 5px 0;height:40px;font-weight:700}.dice-inputs-wrapper .dice-inputs-nr-dice>div>.dice-inputs-nr-dice-control{width:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--gray-2)}.dice-inputs-wrapper .dice-inputs-nr-dice>div .dice-inputs-nr-dice-inc{border-radius:0}.dice-inputs-wrapper .dice-inputs-nr-dice>div .dice-inputs-nr-dice-dec{border-radius:5px 0 0 5px}.dice-inputs-wrapper .dice-inputs-nr-dice>div .vsdice-turbo-mobile{width:65px;height:42px;border:none;margin-left:5px;background-color:var(--gray-2);border-radius:5px;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff}.dice-inputs-wrapper .dice-inputs-nr-dice>div .vsdice-turbo-mobile-active{background-color:#e9cb1b;color:#000}.dice-inputs-wrapper .vsdice-turbo{width:100%;margin-top:15px;border-radius:5px;border:none;outline:none;padding:8px;color:#fff;background-color:var(--gray-2);cursor:pointer}.dice-inputs-wrapper .vsdice-turbo-active{background-color:#e9cb1b;color:#000;font-weight:700}.dice-game-wrapper{min-height:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-color:transparent}.dice-game-wrapper .dice-income-wrapper{position:absolute;width:100%;top:0;z-index:2}.dice-game-wrapper .dice-game-notification{position:absolute;top:50%;left:61.5%;transform:translate(-50%,-50%);z-index:10}.dice-game-wrapper .dice-game{width:100%;display:flex;justify-content:center;align-items:center;column-gap:120px;z-index:1;position:relative}.dice-game-wrapper .dice-game .dice-game-buttons{display:flex;align-items:flex-start;column-gap:10px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers{width:90px;height:90px;text-align:center;border-radius:15px;border:2px solid var(--gray-2);background-color:#141313cc;color:#fff}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-numbers{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-numbers h2{font-size:54px;font-style:normal;font-weight:700;margin:0;line-height:100%}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-numbers span{font-size:12px;font-style:normal;font-weight:700}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-multiplier{display:flex;flex-direction:column;align-items:center;margin-top:10px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-multiplier span{font-size:18px;font-style:normal;font-weight:500;color:var(--gray)}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-multiplier .dice-multiplier-value{font-size:22px;font-style:normal;font-weight:800;color:#fff}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-btn{display:flex;flex-direction:column;justify-content:space-between;row-gap:5px;height:88px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-btn button{height:50%;background:var(--gray);color:#000}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-btn button svg{width:1.8em!important;height:1.8em!important}.dice-game-wrapper .dice-game .dice-container .dice-game-container{width:100%;display:flex;align-items:center;justify-content:center;position:relative;row-gap:50px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs{position:relative;text-align:center;margin:0 50px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs h2{font-size:27px;font-style:normal;font-weight:800;color:var(--gray)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs:before{content:"";position:absolute;left:50%;top:0;width:10px;height:100px;border-radius:15px;background-color:var(--gray-2);transform:translate(-50%,-120%)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs:after{content:"";position:absolute;left:50%;bottom:0;width:10px;height:100px;border-radius:15px;background-color:var(--gray-2);transform:translate(-50%,120%)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container{position:relative;width:150px;transform:translateY(-24%)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container>img{width:100%}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-img-container{width:100%;height:100%;position:absolute;bottom:2%;left:0}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-container{width:100%;height:100%;position:absolute;bottom:0;left:0}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-container video{width:100%}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-dices{width:100%;position:absolute;bottom:0;left:0;transform:translateY(100%);display:flex;flex-direction:column;align-items:center;row-gap:10px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-dices p{font-size:18px;font-style:normal;font-weight:500;color:var(--gray)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-dices .last-dices-numbers{display:flex;align-items:center;column-gap:10px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-dices .last-dices-numbers span{font-size:22px;font-style:normal;font-weight:800;color:#fff;opacity:0;animation:last-dice .1s forwards}@keyframes showDice{0%{opacity:0}to{opacity:1}}@keyframes last-dice{0%{opacity:0}to{opacity:1}}@media (max-width: 700px){.dice-inputs-wrapper .dice-inputs-nr-dice{display:block}.dice-inputs-wrapper .vsdice-turbo{display:none}.dice-game-wrapper{min-height:auto}.dice-game-wrapper .dice-game{padding:10% 4% 6%;flex-direction:column;align-items:center;row-gap:0}.dice-game-wrapper .dice-game .dice-container{z-index:1;position:relative}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs{margin:0 15px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs h2{font-size:20px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs:before{height:80px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-vs:after{height:80px}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container{transform:translateY(-23%)}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container>img{width:100%}.dice-game-wrapper .dice-game .dice-container .dice-game-container .dice-game-video-container .dice-game-dices .last-dices-numbers span{font-size:20px}.dice-game-wrapper .dice-game .dice-game-buttons{z-index:2;position:relative}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers{border:unset;background-color:transparent;height:50px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-numbers{display:none}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-multiplier span{font-size:16px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-numbers .dice-multiplier .dice-multiplier-value{font-size:20px}.dice-game-wrapper .dice-game .dice-game-buttons .dice-game-btn{display:none}.dice-game-wrapper .dice-game-notification{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}}.plinko-game-wrapper{min-height:700px;position:relative;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;border:3px solid #141719}.plinko-game-wrapper>.plinko-canvas{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.plinko-game-wrapper>.plinko-canvas canvas{z-index:2}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items{width:71.5%;position:absolute;bottom:-2%;left:49.9%;transform:translate(-50%,50%);z-index:1}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>img{width:100%;z-index:1}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes{width:100%;height:50px;position:absolute;transform:translateY(-60%);z-index:2;top:0}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes>span{width:8%;height:0;position:absolute;background-color:red;bottom:2%;opacity:1;border-radius:10px}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(1){left:1.8%;background:linear-gradient(180deg,#d9082900,#d90829b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(2){left:12.8%;background:linear-gradient(180deg,#e22c2000,#e22c20b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(3){left:24%;background:linear-gradient(180deg,#e26f2000,#e26f20b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(4){left:35%;background:linear-gradient(180deg,#efd93e00,#efd93eb3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(5){left:46.3%;background:linear-gradient(180deg,#efd93e00,#efd93eb3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(6){left:57.3%;background:linear-gradient(180deg,#efd93e00,#efd93eb3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(7){left:68.5%;background:linear-gradient(180deg,#e26f2000,#e26f20b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(8){left:79.5%;background:linear-gradient(180deg,#e22c2000,#e22c20b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes span:nth-child(9){left:90.8%;background:linear-gradient(180deg,#d9082900,#d90829b3)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes>.active-plinko-hole{animation:plinko .8s ease 0s 1 normal none running}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier{width:100%;display:flex;align-items:center;justify-content:space-between;transform:translateY(-80%)}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier>span{text-align:center;width:11%;font-weight:700;font-size:18px}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(1){color:#d90829}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(2){color:#e22c20}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(3){color:#e26f20}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(4){color:#efd93e}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(5){color:#efd93e}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(6){color:#efd93e}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(7){color:#e26f20}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(8){color:#e22c20}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier span:nth-child(9){color:#d90829}@keyframes plinko{0%{height:0}25%{height:100%}50%{height:100%}to{height:0}}@media (max-width: 600px){.plinko-game-wrapper{height:auto;min-height:55dvh;justify-content:center}.plinko-game-wrapper>.plinko-canvas{margin:11% 0 20%;transform:scale(1.25)}.plinko-game-wrapper>.plinko-canvas canvas{width:100%!important;height:auto!important}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items>.plinko-game-holes{height:30px}.plinko-game-wrapper>.plinko-canvas>.plinko-game-items .active-plinko-multiplier>span{text-align:center;width:11%;font-weight:700;font-size:10px}}.double-dice-inputs-wrapper .double-dice-guess{width:100%;margin:10px 0}.double-dice-inputs-wrapper .double-dice-guess>div{display:flex;column-gap:5px;margin-bottom:10px}.double-dice-inputs-wrapper .double-dice-guess>div .ant-input-number{flex:1}.double-dice-inputs-wrapper .double-dice-guess>div .ant-input-number input{height:40px}.double-dice-inputs-wrapper .double-dice-guess>div .double-dice-inputs-control{width:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--gray-2);border-radius:5px}.double-dice-inputs-wrapper .double-dice-guess>div>button{flex:1;height:40px}.doubleDice-game-wrapper{min-height:700px;display:flex;justify-content:center;align-items:center;background:radial-gradient(78.48% 48.41% at 65.05% 51.93%,#25292e,#090909);position:relative}.doubleDice-game-wrapper canvas{width:100%!important;height:auto!important}.doubleDice-game-wrapper .doubleDice-game-notification{position:absolute;bottom:50%;left:50%;transform:translate(-50%,-50%)}.doubleDice-game-wrapper .cup{background-image:url(/assets/0001-BRqCr0RC.webp);width:75.75%;height:100%;position:absolute;top:37.14%;left:36.8%;background-position:center;background-repeat:no-repeat;background-size:cover;transform-origin:center center}.animated-cup{animation-name:animated-cup;animation-duration:1.3s}@keyframes animated-cup{0%{rotate:20deg}10%{rotate:-20deg}20%{rotate:20deg}30%{rotate:-20deg}40%{rotate:20deg}50%{rotate:0deg}51.43%{background-image:url(/assets/0001-BRqCr0RC.webp)}52.86%{background-image:url(/assets/0001-BRqCr0RC.webp)}54.29%{background-image:url(/assets/0003-CRmAgNco.webp)}55.71%{background-image:url(/assets/0004-BXPukrAv.webp)}57.14%{background-image:url(/assets/0005-CIbwWRzH.webp)}58.57%{background-image:url(/assets/0006-C_OxIgWi.webp)}60%{background-image:url(/assets/0007-BLpKm9A7.webp)}61.43%{background-image:url(/assets/0008-Crf-E54W.webp)}62.86%{background-image:url(/assets/0009-CfIK3mEO.webp)}64.29%{background-image:url(/assets/0010-CoorbtYF.webp)}65.71%{background-image:url(/assets/0011-JkE0h7pm.webp)}67.14%{background-image:url(/assets/0012-C1Y2zdkx.webp)}68.57%{background-image:url(/assets/0013-Chq3bM8q.webp)}70%{background-image:url(/assets/0014-D8iSRd3e.webp)}71.43%{background-image:url(/assets/0015-DlkWA9xx.webp)}72.86%{background-image:url(/assets/0016-61mczKuV.webp)}74.29%{background-image:url(/assets/0016-61mczKuV.webp)}75.71%{background-image:url(/assets/0016-61mczKuV.webp)}77.14%{background-image:url(/assets/0016-61mczKuV.webp)}78.57%{background-image:url(/assets/0016-61mczKuV.webp)}80%{background-image:url(/assets/0015-DlkWA9xx.webp)}81.43%{background-image:url(/assets/0014-D8iSRd3e.webp)}82.86%{background-image:url(/assets/0013-Chq3bM8q.webp)}84.29%{background-image:url(/assets/0012-C1Y2zdkx.webp)}85.71%{background-image:url(/assets/0011-JkE0h7pm.webp)}87.14%{background-image:url(/assets/0010-CoorbtYF.webp)}88.57%{background-image:url(/assets/0009-CfIK3mEO.webp)}90%{background-image:url(/assets/0008-Crf-E54W.webp)}91.43%{background-image:url(/assets/0007-BLpKm9A7.webp)}92.86%{background-image:url(/assets/0006-C_OxIgWi.webp)}94.29%{background-image:url(/assets/0005-CIbwWRzH.webp)}95.71%{background-image:url(/assets/0004-BXPukrAv.webp)}97.14%{background-image:url(/assets/0003-CRmAgNco.webp)}98.57%{background-image:url(/assets/0001-BRqCr0RC.webp)}to{background-image:url(/assets/0001-BRqCr0RC.webp)}}@media (max-width: 600px){.doubleDice-game-wrapper{min-height:unset;height:50dvh}.doubleDice-game-wrapper canvas{width:160%!important;height:auto!important;transform:translate(-15%)!important}.doubleDice-game-wrapper .cup{height:120%;left:26%;top:38%}}
