@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%);-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--theme-main-1: #000000;--theme-main-2: #0a0a0a;--theme-main-3: #141414;--theme-main-4: #3a3939;--theme-main-5: #545252;--theme-main-6: #c8c8c8;--theme-main-7: #ffffff;--theme-main-8: rgba(0, 0, 0, .7);--theme-main-9: rgba(0, 0, 0, .8);--theme-main-10: rgba(0, 0, 0, .1);--theme-main-11: rgba(37, 49, 81, .2);--theme-accent-1: #f2eb8f;--theme-accent-2: #ffb700;--theme-accent-3: #ffb401;--theme-accent-4: linear-gradient(180deg, #f5f094 0%, #bf9546 100%);--theme-text-1: #000000;--theme-text-2: #c8c8c8;--theme-text-3: #f2eb8f;--theme-text-4: #ffffff;--theme-text-5: #a8a8a8;--theme-status-1: #f2eb8f;--theme-status-2: #a9f28f;--theme-status-3: #f28f8f;--theme-status-4: #cb0101}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{background-color:var(--theme-main-3);color:var(--theme-text-4)}body{background-color:var(--theme-main-2)!important;color:var(--theme-text-4)!important;overflow-x:hidden;overflow-y:auto}#app_root{position:relative;width:100%;min-height:100vh}#app_roo>*{-webkit-animation:opacityAnimation .4s linear;animation:opacityAnimation .4s linear}html,body,#app_root{font-family:Roboto,sans-serif;font-weight:500}::-webkit-scrollbar{height:.175rem;width:.175rem}::-webkit-scrollbar-thumb{background:var(--theme-accent-2);cursor:pointer}::-webkit-scrollbar-track{background:transparent}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}@media(max-width:767px){#app_root{min-height:100dvh;padding-bottom:67px}#app_root,body,html{-webkit-overflow-scrolling:touch}}@media only screen and (max-width:2600px){html{font-size:19px}}@media only screen and (max-width:2300px){html{font-size:17.5px}}@media only screen and (max-width:1920px){html{font-size:16px}}@media only screen and (max-width:1750px){html{font-size:14.5px}}@media only screen and (max-width:1600px){html{font-size:13px}}@media only screen and (max-width:1440px){html{font-size:14px}}@media only screen and (max-width:1366px){html{font-size:14px}}@media only screen and (max-width:768px){html{font-size:16px}}.main_header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:5px 20px;background-color:var(--theme-main-1)}.main_header .site_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.main_header .site_section .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px}.main_header .site_section .logo img{width:auto;height:100%;-o-object-fit:fill;object-fit:fill}.main_header .site_section .site_panel_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-main-7);cursor:pointer}.main_header .site_section .site_panel_btn svg{width:100%;height:100%}.main_header .user_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.main_header .user_section .wheel_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px;width:42px}.main_header .user_section .wheel_icon img{width:100%;height:100%;-webkit-filter:drop-shadow(0 0 8px #ffb401);filter:drop-shadow(0 0 8px #ffb401);-webkit-animation:wheelSpin 2s infinite;animation:wheelSpin 2s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.main_header .user_section .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:end;min-width:130px}.main_header .user_section .user_info .user_id{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:18px;font-weight:700;color:var(--theme-text-4)}.main_header .user_section .user_info .user_id .userIdSkeleton{width:135px;height:15px;border-radius:0}.main_header .user_section .user_info .user_balance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;width:100%}[dir=rtl] .main_header .user_section .user_info .user_balance{direction:ltr;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.main_header .user_section .user_info .user_balance span{font-size:12px;font-weight:700;color:var(--theme-text-4)}.main_header .user_section .user_info .user_balance .balance{color:var(--theme-accent-1)}.main_header .user_section .user_info .user_balance .userBalanceSkeleton{width:125px;height:15px;border-radius:0}.main_header .user_section .user_panel_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;width:40px;height:40px;border-radius:5px;background-color:var(--theme-main-4);color:var(--theme-main-7);cursor:pointer}.main_header .user_section .user_panel_btn svg{width:23px;height:23px}.main_header .user_section .login_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;min-width:80px;min-height:30px;padding:5px 20px;border-radius:5px;background-color:var(--theme-main-4);color:var(--theme-main-7);font-weight:700;font-size:14px;cursor:pointer}@media only screen and (max-width:767px){.main_header{position:sticky;top:0;height:60px;padding:10px;z-index:1000}.main_header .user_section .login_btn{font-size:13px}.main_header .user_section .user_panel_btn{width:30px;height:30px}.main_header .user_section .user_panel_btn svg{width:15px;height:15px}.main_header .user_section .user_info .user_id .userIdSkeleton{width:120px}.main_header .user_section .wheel_icon{display:none}}@media only screen and (max-width:500px){.main_header .user_section .user_info .user_id{font-size:16px}}footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1px;padding:0 20px;border-top:1px solid var(--theme-accent-2);background-color:var(--theme-main-2)}footer .top_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px;padding:10px 0;margin:0 auto;min-width:700px}footer .top_footer .footer_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:50px}.footer_link .single_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:12px}.footer_link .single_list .list_header{width:100%;font-weight:900;font-size:16px;color:var(--theme-text-4)}.footer_link .single_list .list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:8px}.footer_link .single_list .list a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:12px;color:var(--theme-text-4);-webkit-transition:all .25s linear;transition:all .25s linear}.footer_link .single_list .list a:hover{color:var(--theme-accent-1)}.top_footer .footer_logo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-padding-end:60px;padding-inline-end:60px}.top_footer .footer_logo .logo{height:112px;-o-object-fit:fill;object-fit:fill}.top_footer .footer_logo p{font-weight:900;font-size:16px;text-align:center}.top_footer .footer_logo .fixed_image{position:absolute;top:50%;width:50px;height:50px;-o-object-fit:fill;object-fit:fill;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}[dir=ltr] .top_footer .footer_logo .fixed_image{right:0}[dir=rtl] .top_footer .footer_logo .fixed_image{left:0}.top_footer .footer_social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.top_footer .footer_social .gotop{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 15px;border:1px solid var(--theme-accent-1);border-radius:5px;color:var(--theme-accent-3);cursor:pointer;-webkit-transition:all .25s linear;transition:all .25s linear}.top_footer .footer_social .gotop:hover{background-color:var(--theme-accent-1);color:var(--theme-text-1)}.top_footer .footer_social .gotop span{font-size:14px;font-weight:700}.top_footer .footer_social .social_container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.top_footer .footer_social .social_container img{width:40px;height:40px;-o-object-fit:fill;object-fit:fill;cursor:pointer}footer .bottom_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px;row-gap:25px;width:100%;padding:5px 0;background-color:var(--theme-main-1)}footer .bottom_footer img{width:105px;-o-object-fit:fill;object-fit:fill}.modal_layout{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;-webkit-animation:opacityAnimation .2s linear;animation:opacityAnimation .2s linear;z-index:99999}.modal_layout .modal_backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--theme-main-9);-webkit-animation:opacityAnimation .2s linear;animation:opacityAnimation .2s linear}.modal_layout .modal_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:500px;-webkit-animation:opacityAnimation .2s linear;animation:opacityAnimation .2s linear}@media only screen and (max-width:767px){.modal_layout .modal_content{width:320px}}.login_modal{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:360px;border-radius:5px;padding:10px;background-color:var(--theme-main-3)}.login_modal .close_btn{position:absolute;top:10px;width:12px;height:12px;color:var(--theme-text-4);cursor:pointer}[dir=ltr] .login_modal .close_btn{right:10px}[dir=rtl] .login_modal .close_btn{left:10px}.login_modal .title{width:100%;font-size:16px;font-weight:700;color:var(--theme-text-4);text-align:center}.login_modal .input_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}.login_modal .input_group label{font-weight:500;font-size:12px;color:var(--theme-text-4)}.login_modal .input_group .input_wrapper{position:relative;width:100%;border:1px solid var(--theme-main-5);background-color:var(--theme-main-5);border-radius:5px;overflow:hidden}.login_modal .input_group .input_wrapper.error{border-color:var(--theme-status-4)}.login_modal .input_group .input_wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid var(--theme-main-5);border-radius:5px;width:100%;height:40px;padding:5px 10px;background-color:var(--theme-main-5);font-weight:600;font-size:14px;color:var(--theme-main-6)}.login_modal .input_group .input_wrapper input.error{border-color:var(--theme-status-4)}.login_modal .input_group .input_wrapper input.password{-webkit-padding-end:40px;padding-inline-end:40px}.login_modal .input_group .input_wrapper input:-internal-autofill-selected,.login_modal .input_group .input_wrapper input:-webkit-autofill,.login_modal .input_group .input_wrapper input:-webkit-autofill:active,.login_modal .input_group .input_wrapper input:-webkit-autofill:focus,.login_modal .input_group .input_wrapper input:-webkit-autofill:hover{-webkit-text-fill-color:var(--theme-main-6)!important;-webkit-box-shadow:inset 0 0 0 500px var(--theme-main-5)!important;border:1px solid var(--theme-main-5)!important;outline:none!important;border-radius:5px!important}.login_modal .input_group .input_wrapper .password_toggle{position:absolute;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-main-6);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[dir=ltr] .login_modal .input_group .input_wrapper .password_toggle{right:5px}[dir=rtl] .login_modal .input_group .input_wrapper .password_toggle{left:5px}.navigation_bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;bottom:0;left:0;width:100%;height:67px;border-top:1px solid var(--theme-accent-2);background-color:var(--theme-main-1);z-index:1000}.navigation_bar .single_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:10px 20px;height:100%;min-width:20%;color:var(--theme-text-4);-webkit-transition:all .25s linear;transition:all .25s linear}.navigation_bar .single_tab.active,.navigation_bar .single_tab:hover{color:var(--theme-accent-1)}.navigation_bar .single_tab svg{width:30px;height:30px}.navigation_bar .single_tab span{font-weight:700;font-size:10px;width:100%;text-align:center;white-space:nowrap;line-clamp:1;text-overflow:ellipsis;overflow:hidden}.login_page{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;padding:10px}.login_page .input_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}.login_page .input_group label{font-weight:500;font-size:12px;color:var(--theme-text-4)}.login_page .input_group .input_wrapper{position:relative;width:100%;border:1px solid var(--theme-main-5);background-color:var(--theme-main-5);border-radius:5px;overflow:hidden}.login_page .input_group .input_wrapper.error{border-color:var(--theme-status-4)}.login_page .input_group .input_wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid var(--theme-main-5);border-radius:5px;width:100%;height:40px;padding:5px 10px;background-color:var(--theme-main-5);font-weight:600;font-size:14px;color:var(--theme-main-6)}.login_page .input_group .input_wrapper input.error{border-color:var(--theme-status-4)}.login_page .input_group .input_wrapper input.password{-webkit-padding-end:40px;padding-inline-end:40px}.login_page .input_group .input_wrapper input:-internal-autofill-selected,.login_page .input_group .input_wrapper input:-webkit-autofill,.login_page .input_group .input_wrapper input:-webkit-autofill:active,.login_page .input_group .input_wrapper input:-webkit-autofill:focus,.login_page .input_group .input_wrapper input:-webkit-autofill:hover{-webkit-text-fill-color:var(--theme-main-6)!important;-webkit-box-shadow:inset 0 0 0 500px var(--theme-main-5)!important;border:1px solid var(--theme-main-5)!important;outline:none!important;border-radius:5px!important}.login_page .input_group .input_wrapper .password_toggle{position:absolute;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-main-6);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[dir=ltr] .login_page .input_group .input_wrapper .password_toggle{right:5px}[dir=rtl] .login_page .input_group .input_wrapper .password_toggle{left:5px}.form_submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:5px 20px;border-radius:5px;background-color:var(--theme-accent-1);color:var(--theme-main-1);font-weight:700;font-size:14px;cursor:pointer}.form_submit:disabled{cursor:not-allowed;opacity:.5}.navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-main-3);width:100%;height:50px;padding:10px 20px}.navbar .navbar_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.navbar .navbar_link .single_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px;font-size:16px;font-weight:700;color:var(--theme-text-4);-webkit-transition:all .25s linear;transition:all .25s linear}.navbar .navbar_link .single_link.active,.navbar .navbar_link .single_link:hover{color:var(--theme-accent-1)}.navbar .navbar_link .single_link svg{width:24px;height:24px}.navbar .navbar_lang{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.navbar .navbar_lang .clock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr}.navbar .navbar_lang .clock span{font-size:18px;font-weight:400;color:var(--theme-text-4)}.navbar .navbar_lang .clock .time_zone{-webkit-margin-start:5px;margin-inline-start:5px}.site_panel_container{position:fixed;top:0;width:100%;height:100dvh;background-color:var(--theme-main-3);z-index:99999;-webkit-transition:all .25s linear;transition:all .25s linear}[dir=ltr] .site_panel_container{left:-100%}[dir=rtl] .site_panel_container{right:-100%}[dir=ltr] .site_panel_container.open{left:0}[dir=rtl] .site_panel_container.open{right:0}.site_panel_container .close_btn{position:absolute;top:10px;width:12px;height:12px;color:var(--theme-text-4);cursor:pointer}.site_panel_container .close_btn svg{width:100%;height:100%}[dir=ltr] .site_panel_container .close_btn{right:10px}[dir=rtl] .site_panel_container .close_btn{left:10px}.site_panel_container .auth_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:42px 10px 10px}.site_panel_container .auth_section .login_btn{width:100%;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;padding:5px 20px;background-color:var(--theme-accent-1);color:var(--theme-main-1);font-size:14px;font-weight:700;cursor:pointer}.site_panel_container .user_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px}.site_panel_container .user_section .user_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-main-4);width:60px;height:60px;border-radius:5px}.site_panel_container .user_section .user_icon svg{color:var(--theme-text-4);width:36px;height:38px}.site_panel_container .user_section .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}.site_panel_container .user_section .user_info span{font-size:12px;font-weight:400;color:var(--theme-text-5);text-transform:uppercase}.site_panel_container .user_section .user_info .username{font-size:14px;font-weight:700;color:var(--theme-text-4)}.site_panel_container .user_section .user_info .bounse{background:var(--theme-accent-4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.site_panel_container .wheel_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;width:32px}.site_panel_container .wheel_icon img{width:100%;height:100%;-webkit-filter:drop-shadow(0 0 8px #ffb401);filter:drop-shadow(0 0 8px #ffb401);-webkit-animation:wheelSpin 2s infinite;animation:wheelSpin 2s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.site_panel_container .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;padding:10px}.site_panel_container .menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:5px 10px;width:100%;border-radius:5px;background-color:var(--theme-main-2)}.site_panel_container .menu a svg{width:25px;height:25px;color:var(--theme-text-4)}.site_panel_container .menu a.active svg{color:var(--theme-accent-1)}.site_panel_container .menu a span{font-size:12px;font-weight:400;color:var(--theme-text-4)}.site_panel_container .menu a.active span{color:var(--theme-accent-1)}.site_panel_container .bottom_panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.site_panel_container .bottom_panel .quick_link{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;padding:0 20px}.site_panel_container .bottom_panel .quick_link span{width:100%;font-size:12px;font-weight:400;letter-spacing:2%;color:var(--theme-accent-1);cursor:pointer}.site_panel_container .bottom_panel .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.site_panel_container .bottom_panel .social span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;cursor:pointer}.sport_iframe_Loader{position:relative;width:100%;height:calc(100vh - 100px);z-index:9999}@media only screen and (max-width:767px){.sport_iframe_Loader{position:fixed;top:60px;left:0;height:calc(100dvh - 127px)}}.slider,.slider .swiper-slide{width:100%}.slider .swiper-slide img{width:100%;height:auto}.desktop_profile{display:grid;grid-template-columns:360px calc(100% - 360px);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;height:100%;width:100%;min-height:calc(100vh - 100px);padding:10px;-webkit-padding-end:20px;padding-inline-end:20px}.desktop_profile .profile_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;padding:10px;width:360px;min-width:360px;background-color:var(--theme-main-3);-webkit-margin-end:10px;margin-inline-end:10px}.desktop_profile .profile_menu .user_section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px}.desktop_profile .profile_menu .user_section .user_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-main-4);width:60px;height:60px;border-radius:5px}.desktop_profile .profile_menu .user_section .user_icon svg{color:var(--theme-text-4);width:36px;height:38px}.desktop_profile .profile_menu .user_section .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}.desktop_profile .profile_menu .user_section .user_info span{font-size:12px;font-weight:400;color:var(--theme-text-5);text-transform:uppercase}.desktop_profile .profile_menu .user_section .user_info .username{font-size:14px;font-weight:700;color:var(--theme-text-4)}.desktop_profile .profile_menu .user_section .user_info .bounse{background:var(--theme-accent-4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.desktop_profile .profile_menu .user_section .user_info .skeleton_profile_name{width:93px;height:12px;border-radius:0}.desktop_profile .profile_menu .user_section .user_info .skeleton_profile_id{width:88px;height:12px;border-radius:0}.desktop_profile .profile_menu .user_section .user_info .skeleton_profile_balance{width:56px;height:12px;border-radius:0}.desktop_profile .profile_menu .user_section .user_info .skeleton_profile_bounse{width:50px;height:12px;border-radius:0}.desktop_profile .profile_menu .user_section .logout_btn{position:absolute;top:10px;cursor:pointer}[dir=ltr] .desktop_profile .profile_menu .user_section .logout_btn{right:10px}[dir=rtl] .desktop_profile .profile_menu .user_section .logout_btn{left:10px}.desktop_profile .profile_menu .link_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.desktop_profile .profile_menu .link_section .single_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;border-radius:5px;padding:5px 10px;background-color:var(--theme-main-2);font-size:12px;font-weight:400;color:var(--theme-text-4);text-transform:capitalize;-webkit-transition:all .25s linear;transition:all .25s linear}.desktop_profile .profile_menu .link_section .single_link.active,.desktop_profile .profile_menu .link_section .single_link:hover{color:var(--theme-main-1);background-color:var(--theme-accent-1)}.desktop_profile .profile_content{position:relative;background-color:var(--theme-main-3);padding:20px 0}.desktop_profile .profile_content .desktop_profile_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.desktop_profile .profile_content .desktop_profile_content .data_loader{position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--theme-main-8);z-index:2}.desktop_profile .profile_content .desktop_profile_content .content_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:20px;font-weight:700;color:var(--theme-text-4);text-transform:capitalize}.mobile_profile{display:grid;grid-template-columns:1fr;height:100%;width:100%;min-height:calc(100dvh - 127px)}.mobile_profile .mobile_profile_content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile_profile .mobile_profile_content .data_loader{position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--theme-main-8);z-index:2}.mobile_profile .mobile_profile_content .content_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:50px;-webkit-padding-end:10px;padding-inline-end:10px;background-color:var(--theme-main-4);cursor:pointer}.mobile_profile .mobile_profile_content .content_header .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4)}[dir=ltr] .mobile_profile .mobile_profile_content .content_header .icon svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .mobile_profile .mobile_profile_content .content_header .icon svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.mobile_profile .mobile_profile_content .content_header .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;-webkit-padding-start:10px;padding-inline-start:10px;font-weight:600;font-size:14px;color:var(--theme-text-4);text-transform:capitalize}.profile_page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%;height:100%;padding:0 10px}.profile_page .user_section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px}.profile_page .user_section .user_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-main-4);width:60px;height:60px;border-radius:5px}.profile_page .user_section .user_icon svg{color:var(--theme-text-4);width:36px;height:38px}.profile_page .user_section .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}.profile_page .user_section .user_info span{font-size:12px;font-weight:400;color:var(--theme-text-5);text-transform:uppercase}.profile_page .user_section .user_info .username{font-size:14px;font-weight:700;color:var(--theme-text-4)}.profile_page .user_section .user_info .bounse{background:var(--theme-accent-4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.profile_page .user_section .user_info .skeleton_profile_name{width:93px;height:12px;border-radius:0}.profile_page .user_section .user_info .skeleton_profile_id{width:88px;height:12px;border-radius:0}.profile_page .user_section .user_info .skeleton_profile_balance{width:56px;height:12px;border-radius:0}.profile_page .user_section .user_info .skeleton_profile_bounse{width:50px;height:12px;border-radius:0}.profile_page .link_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.profile_page .link_section .single_link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;border-radius:5px;padding:5px 10px;background-color:var(--theme-main-2);font-size:12px;font-weight:400;color:var(--theme-text-4);cursor:pointer;-webkit-transition:all .25s linear;transition:all .25s linear}.profile_page .link_section .single_link .icon{position:absolute;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);color:var(--theme-text-4)}[dir=ltr] .profile_page .link_section .single_link .icon{right:10px}[dir=rtl] .profile_page .link_section .single_link .icon{left:10px}.profile_page .link_section .single_link.active .icon,.profile_page .link_section .single_link:hover .icon{color:var(--theme-main-1)}[dir=ltr] .profile_page .link_section .single_link .icon svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .profile_page .link_section .single_link .icon svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.profile_page .link_section .single_link.active,.profile_page .link_section .single_link:hover{color:var(--theme-main-1);background-color:var(--theme-accent-1)}.change_password{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin:0 auto;width:340px}.change_password .input_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}.change_password .input_group .error_label{background-color:var(--theme-status-4);font-size:12px;font-weight:400;color:var(--theme-text-4);padding:2px 5px;border-radius:2px}.change_password .input_group label{font-weight:500;font-size:12px;color:var(--theme-text-4)}.change_password .input_group .input_wrapper{position:relative;width:100%;border:1px solid var(--theme-main-5);background-color:var(--theme-main-5);border-radius:5px;overflow:hidden}.change_password .input_group .input_wrapper.error{border-color:var(--theme-status-4)}.change_password .input_group .input_wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid var(--theme-main-5);border-radius:5px;width:100%;height:40px;padding:5px 10px;background-color:var(--theme-main-5);font-weight:600;font-size:14px;color:var(--theme-main-6)}.change_password .input_group .input_wrapper input.error{border-color:var(--theme-status-4)}.change_password .input_group .input_wrapper input.password{-webkit-padding-end:40px;padding-inline-end:40px}.change_password .input_group .input_wrapper input:-internal-autofill-selected,.change_password .input_group .input_wrapper input:-webkit-autofill,.change_password .input_group .input_wrapper input:-webkit-autofill:active,.change_password .input_group .input_wrapper input:-webkit-autofill:focus,.change_password .input_group .input_wrapper input:-webkit-autofill:hover{-webkit-text-fill-color:var(--theme-main-6)!important;-webkit-box-shadow:inset 0 0 0 500px var(--theme-main-5)!important;border:1px solid var(--theme-main-5)!important;outline:none!important;border-radius:5px!important}.change_password .input_group .input_wrapper .password_toggle{position:absolute;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-main-6);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[dir=ltr] .change_password .input_group .input_wrapper .password_toggle{right:5px}[dir=rtl] .change_password .input_group .input_wrapper .password_toggle{left:5px}.change_password .input_group .form_submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:5px 20px;border-radius:5px;background-color:var(--theme-accent-1);color:var(--theme-main-1);font-weight:700;font-size:14px;cursor:pointer}.change_password .input_group .form_submit:disabled{cursor:not-allowed;opacity:.5}@media only screen and (max-width:767px){.change_password{width:100%;padding:10px}}.desktop_profile_content .history_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:end;gap:30px}.history_filter .single_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.history_filter .single_filter.checkbox{gap:10px}.history_filter .single_filter .title{font-size:12px;font-weight:500;color:var(--theme-text-4)}.desktop_profile_content .history_filter .single_filter .select_container{width:200px;height:40px}.mobile_profile_content .history_filter .single_filter .select_container{width:100%;height:40px}.select_container .select__control{width:100%;height:100%;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;background-color:var(--theme-main-5);min-height:unset;border-radius:5px;cursor:pointer}.select_container .select__control .select__value-container{width:100%;height:100%;padding:5px 10px}.select_container .select__control .select__value-container .select__single-value{font-size:14px;font-weight:400;color:var(--theme-text-4);margin:0}.select_container .select__control .select__indicators>span{display:none}.select_container .select__control .select__indicators .select__dropdown-indicator{color:var(--theme-text-4)}.select_container .select__control.select__control--menu-is-open .select__indicators .select__dropdown-indicator{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.select_container .select__menu{background-color:var(--theme-main-5);border-radius:5px;overflow:hidden}.select_container .select__menu .select__menu-list{padding:0}.select_container .select__menu .select__menu-list .select__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:400;color:var(--theme-text-4);padding:5px 10px;min-height:40px;cursor:pointer;-webkit-transition:all .15 ease-in-out;transition:all .15 ease-in-out}.select_container .select__menu .select__menu-list .select__option.select__option--is-selected,.select_container .select__menu .select__menu-list .select__option.select__option--is-focused{background-color:var(--theme-accent-1);color:var(--theme-main-1)}.history_filter .single_filter .custom_date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:150px;min-height:40px;border-radius:5px;padding:5px 10px;background-color:var(--theme-main-5);cursor:pointer}.single_filter .custom_date .date_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px}.single_filter .custom_date .value{font-size:14px;font-weight:400;color:var(--theme-text-4)}.single_filter .custom_date .arrow_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4)}.single_filter .custom_date .arrow_icon.open{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.single_filter .single_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.single_filter .single_checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;height:20px;width:20px;border-radius:3px;background-color:var(--theme-text-4);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.single_filter .single_checkbox input:checked{background-color:var(--theme-accent-1)}.single_filter .single_checkbox input:checked:after{content:"✓";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--theme-main-1);font-size:18px;font-weight:700}.single_filter .single_checkbox label{font-size:12px;font-weight:400;color:var(--theme-text-4);cursor:pointer}.history_filter .submit_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history_filter .submit_filter .filter_btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;border-radius:5px;background-color:var(--theme-accent-1);padding:5px 20px;cursor:pointer;min-height:40px;font-size:14px;font-weight:700;color:var(--theme-main-1)}.history_filter .submit_filter .filter_btn:disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width:767px){.history_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px}.history_filter .single_filter{width:100%}.history_filter .single_filter.date{width:calc(50% - 10px)}.history_filter .single_filter .custom_date{width:100%;position:relative}.history_filter .single_filter .custom_date .value{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background-color:transparent;padding:5px 0;-webkit-padding-start:42px;padding-inline-start:42px;-webkit-padding-end:15px;padding-inline-end:15px;cursor:pointer}.history_filter .single_filter .custom_date .value::-webkit-calendar-picker-indicator{display:none}.history_filter .single_filter.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.single_filter .single_checkbox{width:calc(50% - 12px)}.history_filter .submit_filter{width:100%}.history_filter .submit_filter .filter_btn{width:100%;min-height:30px}.history_data{padding:10px}.history_data .data_grid_container .single_data_grid .single_section span{font-size:12px}}.desktop_profile_content .casino_history{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:0 10px;width:100%}.casino_history .history_data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.casino_history .history_data .empty_data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;color:var(--theme-text-4);padding-top:20px}.casino_history .history_data .empty_data svg{width:60px}.casino_history .history_data .empty_data h2{font-size:1rem;font-weight:600}.casino_history .history_data .data_grid_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.history_data .data_grid_container .single_data_grid{width:100%;border-radius:10px;background-color:var(--theme-main-5)}.history_data .data_grid_container .single_data_grid .single_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:4px 20px}.history_data .data_grid_container .single_data_grid .single_section span{font-size:14px;font-weight:400;color:var(--theme-text-4)}.history_data .data_grid_container .single_data_grid .divider{width:100%;height:1px}.history_data .data_grid_container .single_data_grid .divider.lose{background-color:var(--theme-status-3)}.history_data .data_grid_container .single_data_grid .divider.win{background-color:var(--theme-status-2)}.history_data .data_grid_container .single_data_grid .single_section .amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}.history_data .data_grid_container .single_data_grid .single_section .amount span:first-child{font-size:10px;font-weight:700}.history_data .data_grid_container .single_data_grid .single_section .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:70px;min-height:30px;padding:6px 10px;border-radius:5px;font-size:14px;font-weight:400;color:var(--theme-main-1)}.history_data .data_grid_container .single_data_grid .single_section .status.lose{background-color:var(--theme-status-3)}.history_data .data_grid_container .single_data_grid .single_section .status.win{background-color:var(--theme-status-2)}.casino_history .history_data .data_paginator_container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;border-radius:10px;overflow:hidden}.history_data .data_paginator_container .paginator_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;background-color:var(--theme-main-8);color:var(--theme-text-4);font-size:14px;font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.history_data .data_paginator_container .paginator_btn.selected{background-color:var(--theme-main-5)}[dir=ltr] .history_data .data_paginator_container .paginator_btn.prev{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .history_data .data_paginator_container .paginator_btn.prev,[dir=ltr] .history_data .data_paginator_container .paginator_btn.next{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .history_data .data_paginator_container .paginator_btn.next{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.history_data .data_paginator_container .paginator_btn.disabled{cursor:not-allowed;color:var(--theme-text-2)}.desktop_profile_content .operation_history{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:0 10px;width:100%}.operation_history .history_data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.operation_history .history_data .empty_data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;color:var(--theme-text-4);padding-top:20px}.operation_history .history_data .empty_data svg{width:60px}.operation_history .history_data .empty_data h2{font-size:1rem;font-weight:600}.operation_history .history_data .data_grid_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.history_data .data_grid_container .single_operation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;border-radius:10px;padding:12px 10px;background-color:var(--theme-main-5)}.history_data .data_grid_container .single_operation .single_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.history_data .data_grid_container .single_operation .single_section span{font-size:12px;font-weight:400;color:var(--theme-text-4)}.history_data .data_grid_container .single_operation .single_section span.title{font-weight:700}.history_data .data_grid_container .single_operation .single_section span.dot{width:15px;height:15px;border-radius:50px}.history_data .data_grid_container .single_operation .single_section span.green{background-color:var(--theme-status-2)}.history_data .data_grid_container .single_operation .single_section span.red{background-color:var(--theme-status-3)}.history_data .data_grid_container .single_operation .single_section .amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.history_data .data_grid_container .single_operation .single_section .amount span:first-child{color:var(--theme-main-6)}.history_data .data_grid_container .single_operation .single_section .amount .value{font-weight:700;color:var(--theme-accent-1)}.history_data .data_grid_container table{border-collapse:initial;border-spacing:2px;color:var(--text-color-1);font-size:16px;width:100%}.history_data .data_grid_container table th{background-color:var(--theme-main-3);border-radius:3px;color:var(--theme-text-4);padding:3px;text-align:center;width:10%}.history_data .data_grid_container table th.date{width:14%}.history_data .data_grid_container table tbody tr{background-color:var(--theme-main-3)}.history_data .data_grid_container table td{color:var(--theme-text-4);font-size:13px;padding:10px;text-align:center}.history_data .data_grid_container table td.green{color:var(--theme-status-2)}.history_data .data_grid_container table td.red{color:var(--theme-status-3)}@media only screen and (max-width:767px){.history_data .data_grid_container table,.history_data .data_grid_container table td{font-size:12px}}.top_slot_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single_slot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:10px;width:100%}.single_slot .slot_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;width:100%}.single_slot .slot_filter .left_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.single_slot .slot_filter .left_section .single_filter{position:relative;width:180px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.single_slot .slot_filter .left_section .single_filter .selected_value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;border-radius:5px;padding:0 10px;background-color:var(--theme-main-5);cursor:pointer}.single_slot .slot_filter .left_section .single_filter .selected_value.open{border-radius:5px 5px 0 0}.single_slot .slot_filter .left_section .single_filter .selected_value span{font-size:12px;font-weight:700;color:var(--theme-text-4)}.single_slot .slot_filter .left_section .single_filter .selected_value .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4)}.single_slot .slot_filter .left_section .single_filter .selected_value .icon.open{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.single_slot .slot_filter .left_section .single_filter .selected_value .icon svg{width:12px;height:7px}.single_slot .slot_filter .left_section .single_filter .filter_menu{position:absolute;top:100%;left:0;width:100%;border-radius:0 0 5px 5px;background-color:var(--theme-main-5);opacity:0;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);z-index:2;-webkit-transition:all .15s linear;transition:all .15s linear}.single_slot .slot_filter .left_section .single_filter .filter_menu.provider{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:110%;gap:2px;background-color:transparent}.single_slot .slot_filter .left_section .single_filter .filter_menu.open{opacity:1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;width:100%;min-height:40px;padding:5px 8px;background-color:transparent;cursor:pointer;-webkit-transition:all .15s linear;transition:all .15s linear}.single_slot .slot_filter .left_section .single_filter .filter_menu.provider .single_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:var(--theme-main-5);border-radius:5px;width:calc(50% - 2px)}.single_slot .slot_filter .left_section .single_filter .filter_menu.provider .single_item.all{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item:hover,.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item.active{background-color:var(--theme-accent-1)}.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item span{font-size:12px;font-weight:700;color:var(--theme-text-4)}.single_slot .slot_filter .left_section .single_filter .filter_menu.provider .single_item span{display:inline-block;width:100%;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center}.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item:hover span,.single_slot .slot_filter .left_section .single_filter .filter_menu .single_item.active span{color:var(--theme-main-1)}.single_slot .slot_filter .left_section .single_filter .filter_menu.provider .single_item img{width:30px;height:30px;-o-object-fit:fill;object-fit:fill}.single_slot .slot_filter .right_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.single_slot .slot_filter .right_section .game_name{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;height:40px;padding:10px;background-color:var(--theme-main-5);border-radius:5px;overflow:hidden}.single_slot .slot_filter .right_section .game_name .icon{width:20px;height:20px}.single_slot .slot_filter .right_section .game_name input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:150px;height:100%;border:none;outline:none;background-color:transparent;color:var(--theme-text-4);font-size:14px;font-weight:400}.single_slot .slot_filter .right_section .submit_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px;border-radius:5px;padding:5px 20px;background-color:var(--theme-accent-1);color:var(--theme-text-1);font-size:14px;font-weight:700;cursor:pointer}.single_slot .fav_empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:.325rem;color:var(--theme-text-4);height:15rem;width:100%;margin-left:auto;margin-right:auto;padding:20px 0;text-align:center}.single_slot .fav_empty .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px;gap:10px}.single_slot .slot_empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;width:100%;padding:15px}.single_slot .slot_empty svg{width:100px;color:var(--theme-text-4)}.single_slot .slot_empty p{margin:0;font-size:1rem;font-weight:400;color:var(--theme-text-4)}.single_slot .slot_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;border-radius:5px;padding:5px 10px;background-color:var(--theme-main-4);-webkit-box-shadow:0px 0px 2px var(--theme-main-10);box-shadow:0 0 2px var(--theme-main-10)}.single_slot .slot_header .slot_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.single_slot .slot_header .slot_info img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.single_slot .slot_header .slot_info span{font-size:var(12px);font-weight:500;color:var(--theme-text-4)}.single_slot .slot_header .slot_action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.single_slot .slot_header .slot_action .link_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:12px;font-weight:700;color:var(--theme-text-2)}.single_slot .slot_header .slot_action .link_btn svg{color:var(--theme-text-4);width:10px;height:6px}[dir=ltr] .single_slot .slot_header .slot_action .link_btn svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .single_slot .slot_header .slot_action .link_btn svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.single_slot .slot_header .slot_action .toggle_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4);cursor:pointer}.single_slot .slot_header .slot_action .toggle_btn svg{width:12px;height:7px}.single_slot .slot_header .slot_action .toggle_btn.active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.single_slot .slot_body{width:100%}.single_slot .slot_body .slot_container{display:grid;grid-gap:10px;grid-auto-rows:1fr;grid-template-columns:repeat(4,2fr)}.single_slot .slot_body .slot_container.overflow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;width:100%;overflow-x:auto;padding-bottom:5px}.single_game{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;width:100%}.slot_container.overflow .single_game{width:unset;-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 50px)/4);flex:0 0 calc((100% - 50px)/4)}.single_game .single_game_image{position:relative;width:100%;min-height:10rem;max-height:10rem;background-color:var(--theme-main-4);background-image:url("data:image/svg+xml,%3csvg%20width='1538'%20height='579'%20viewBox='0%200%201538%20579'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='m509.416%20422.705-9.301%2034.555a5.475%205.475%200%200%201-5.207%204.051l-48.12.702c-33.661.491-52.256-.241-52.256-2.055%200-2.391%2013.948-55.775%2018.522-70.894%201.346-4.446%206.427-4.906%2054.109-4.906h45.482c3.603%200%206.224%203.42%205.287%206.898z'%20fill='url(%23a)'/%3e%3cpath%20d='M661.159%20117.835c3.899-.057%207.059%203.98%206.101%207.759-4.599%2018.16-15.992%2064.441-27.302%20106.931l-24.724%2092.892a5.48%205.48%200%200%201-5.303%204.067l-126.667-.271c-71.988-.152-131.428-.819-132.087-1.48-.662-.662%202.532-15.043%207.094-31.962%2016.952-62.812%2025.044-94.063%2025.044-96.713%200-1.561-10.768-2.724-25.237-2.724-13.881%200-25.238.686-25.238%201.527s-15.773%2060.301-35.052%20132.134c-19.278%2071.83-35.052%20131.065-35.052%20131.631%200%20.564-23.344%201.026-51.877%201.026-34.253%200-51.877-.998-51.877-2.935%200-1.612%207.672-31.366%2017.05-66.12%209.377-34.756%2016.494-63.745%2015.815-64.424-.679-.678-20.655-.883-44.39-.456l-26.326.473c-4.733.085-6.349%206.348-2.248%208.713%2012.747%207.353%2014.379%209.29%2012.983%2015.419-1.601%207.022-20.745%2079.065-26.258%2098.818l-1.816%206.509a5.475%205.475%200%200%201-5.274%204.003H85c-9.722%200-32.823-.813-51.336-1.808l-26.952-1.45c-3.464-.186-5.884-3.506-5-6.861l3.162-12.013c2.678-10.185%2015.801-59.515%2029.157-109.625%2013.36-50.11%2028.788-108.14%2034.284-128.955%205.5-20.815%2012.823-47.937%2016.278-60.272l5.176-18.488a5.475%205.475%200%200%201%205.193-3.998l48.401-.703c50.831-.74%2052.438-.592%2050.767%204.67-10.39%2032.721-33.735%20126.989-31.755%20128.214%203.542%202.19%2080.699.085%2080.715-2.2.012-1.009-5.459-5.046-12.156-8.968l-8.57-5.021a5.476%205.476%200%200%201-2.52-6.144l14.382-53.579%2014.379-53.556a5.476%205.476%200%200%201%205.288-4.055h125.704c103.255%200%20129.906.731%20129.906%203.566%200%205.124-27.394%20106.053-29.304%20107.96-.877.877-8.838%205.772-17.691%2010.874-4.304%202.481-2.487%209.063%202.48%208.984l23.139-.367%2037.576-.596a5.474%205.474%200%200%200%205.204-4.065l4.162-15.624a142491%20142491%200%200%201%2017.203-64.477l10.905-40.851a5.48%205.48%200%200%201%205.211-4.063l48.405-.702z'%20fill='url(%23b)'/%3e%3cpath%20d='m1090.5%20372.649-4.78%2026.797h15.61c3.73-.156%207.38-.544%2010.96-1.165%203.57-.777%206.6-2.175%209.08-4.195%202.64-2.175%204.2-5.281%204.66-9.32.63-3.418.08-5.981-1.63-7.69q-2.565-2.563-6.99-3.495-4.185-.933-9.09-.932zm6.03-33.788h10.63c3.42%200%206.52-.544%209.32-1.631q4.2-1.632%206.99-4.66c2.02-2.175%203.26-4.661%203.73-7.457.78-4.194-.08-7.224-2.56-9.088-2.49-1.864-6.14-2.796-10.96-2.796h-12.58z'%20fill='%23fff'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M684.715%20250.489a17.795%2017.795%200%200%200-17.074%2012.783l-51.833%20176.574c-3.345%2011.395%205.198%2022.806%2017.074%2022.806h827.988c7.9%200%2014.85-5.204%2017.07-12.782l51.84-176.574c3.34-11.395-5.2-22.807-17.08-22.807zm62.653%2080.216%209.587-55.924H706.39l-27.962%20163.113h50.565l10.586-61.75h55.691l-10.586%2061.75h50.565l27.962-163.113h-50.565l-9.587%2055.924zm202.919-4.194%2033.555-51.73h59.648l-75.027%20100.198-10.486%2062.915h-51.73l11.418-65.012-40.079-98.101h57.089zm202.123%2025.402a64%2064%200%200%201%207.64%204.191c6.06%203.884%2010.72%208.933%2013.99%2015.146%203.26%206.059%204.27%2013.36%203.02%2021.904-1.55%2011.03-5.74%2019.884-12.58%2026.564-6.83%206.525-15.46%2011.185-25.86%2013.981q-15.615%204.195-34.26%204.195h-75.49l27.96-163.113h67.81c7.61%200%2014.99.854%2022.13%202.563q10.725%202.33%2019.11%207.457c5.59%203.417%209.79%207.767%2012.58%2013.049%202.8%205.282%203.65%2011.573%202.57%2018.874-1.4%209.787-5.52%2017.865-12.35%2024.234-4.67%204.447-10.09%208.098-16.27%2010.955m155.86%2085.981h-114.88l27.96-163.113h115.11l-7.22%2040.778h-66.64l-3.2%2018.642h62.38l-6.99%2039.613h-62.18l-4%2023.301h66.88zm78.34-117.674h-45.44l7.92-45.439h140.98l-7.92%2045.439h-44.98l-20.27%20117.674h-50.56z'%20fill='%23fff'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='460.172'%20y1='-227.22'%20x2='460.172'%20y2='768.783'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.578'%20stop-color='%23fc6423'/%3e%3cstop%20offset='.669'%20stop-color='%23ff4c00'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='460.172'%20y1='-227.22'%20x2='460.172'%20y2='768.783'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.578'%20stop-color='%23fc6423'/%3e%3cstop%20offset='.669'%20stop-color='%23ff4c00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:90% auto;border-radius:5px;overflow:hidden}.single_game .single_game_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slot_container.overflow .single_game .single_game_image img{min-height:10rem;max-height:10rem}.single_game .single_game_image .fav_btn{position:absolute;bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;border-radius:10px;background-color:var(--theme-main-8);cursor:pointer;z-index:1}[dir=ltr] .single_game .single_game_image .fav_btn{right:10px}[dir=rtl] .single_game .single_game_image .fav_btn{left:10px}.single_game .single_game_name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.single_game .single_game_name h4{display:inline-block;width:100%;margin:0;font-size:12px;font-weight:700;color:var(--theme-text-4);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width:767px){.single_slot .slot_body .slot_container{grid-gap:10px;grid-template-columns:repeat(2,1fr)}.slot_container.overflow .single_game{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 20px) / 3);flex:0 0 calc((100% - 20px) / 3)}.slot_container.overflow.top_live .single_game{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 10px)/2);flex:0 0 calc((100% - 10px)/2)}.single_game .single_game_image{height:9rem;min-height:auto;max-height:auto}.slot_container.overflow .single_game .single_game_image,.slot_container.overflow .single_game .single_game_image img{height:7.5rem;min-height:auto;max-height:auto}.slot_container.overflow.top_live .single_game .single_game_image,.slot_container.overflow.top_live .single_game .single_game_image img{height:9rem;min-height:auto;max-height:auto}.single_slot .slot_filter .left_section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.single_slot .slot_filter .right_section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.single_slot .slot_filter .right_section .game_name,.single_slot .slot_filter .right_section .game_name input{width:100%}.single_slot .slot_filter .left_section .single_filter{width:calc(50% - 5px)}}@media only screen and (min-width:500px){.single_slot .slot_body .slot_container{grid-template-columns:repeat(3,1fr)}.slot_container.overflow .single_game{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 20px) / 3);flex:0 0 calc((100% - 20px) / 3)}}@media only screen and (min-width:768px){.single_slot .slot_body .slot_container{grid-template-columns:repeat(4,2fr)}.slot_container.overflow .single_game{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 30px)/4);flex:0 0 calc((100% - 30px)/4)}}@media only screen and (min-width:992px){.single_slot .slot_body .slot_container{grid-template-columns:repeat(6,2fr)}.slot_container.overflow .single_game{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 50px) / 6);flex:0 0 calc((100% - 50px) / 6)}}@media only screen and (max-width:767px){.single_slot .fav_empty h3{font-size:25px}.single_slot .fav_empty .desc{font-size:16px}}.mobile_jackpot_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:120px;background-color:var(--theme-main-4)}.mobile_jackpot_slider .single_jackpot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120px;gap:5px}.mobile_jackpot_slider .single_jackpot .value_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:105px;padding:0 5px;border-radius:5px;border:3px solid transparent;background-clip:padding-box,border-box}.mobile_jackpot_slider .single_jackpot .value_container.silver{background:linear-gradient(180deg,#000,#282828) padding-box,linear-gradient(277.01deg,#6a6971 3.73%,#a3a1ae 19.26%,#e1e0e6 35.81%,#f5f5f5 51.23%,#cecdd4 55.76%,#d7d8dd 64.83%,#9999a3 74.8%,#747379 86.14%,#69686e 99.29%,#544f55 113.18%) border-box}.mobile_jackpot_slider .single_jackpot .value_container.gold{background:linear-gradient(180deg,#000,#282828) padding-box,linear-gradient(107.05deg,#ffb72b 1.76%,#ffe976 23.65%,#ffca43 46.3%,#ffe875 65.92%,#ffa51e 82.32%) border-box}.mobile_jackpot_slider .single_jackpot .value_container.bronze{background:linear-gradient(180deg,#000,#282828) padding-box,linear-gradient(288.15deg,#814f48 2.83%,#d7a29c 14.72%,#f6cac4 30.14%,#fbdddb 39.21%,#f0bab4 47.65%,#eec5c1 54.76%,#c5928f 63.18%,#a47774 68.67%,#956865 78.29%,#78463f 85.25%,#805354 91.92%) border-box}.mobile_jackpot_slider .single_jackpot .value_container span{font-family:Rockwell;font-weight:700;font-size:23px}.mobile_jackpot_slider .single_jackpot .value_container.silver span{background:linear-gradient(118.18deg,#f1f1f1 1.66%,#9e9e9e 25.49%,#f1f1f1 42.13%,#9a9a9a 63.17%,#f1f1f1 84.74%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.mobile_jackpot_slider .single_jackpot .value_container.gold span{background:linear-gradient(107.05deg,#ffb72b 1.76%,#ffe976 23.65%,#ffca43 46.3%,#ffe875 65.92%,#ffa51e 82.32%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.mobile_jackpot_slider .single_jackpot .value_container.bronze span{background:linear-gradient(116.31deg,#e55b1f 3.5%,#ffcbb4 24.82%,#e55b1f 48.49%,#ffcbb4 73.13%,#e55b1f 90.22%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.mobile_jackpot_slider .single_jackpot>p{font-size:14px;font-weight:500;color:var(--theme-text-4);margin:0}.desktop_jackpot_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:250px;padding:0 10px;gap:40px}.desktop_jackpot_slider .single_jackpot{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:300px;height:160px;background-color:var(--theme-main-4);border-radius:7px;border:4.27px solid transparent;background-clip:padding-box,border-box}.desktop_jackpot_slider .single_jackpot.silver{background:linear-gradient(180deg,var(--theme-main-4) 0%,var(--theme-main-4) 100%) padding-box,linear-gradient(277.01deg,#6a6971 3.73%,#a3a1ae 19.26%,#e1e0e6 35.81%,#f5f5f5 51.23%,#cecdd4 55.76%,#d7d8dd 64.83%,#9999a3 74.8%,#747379 86.14%,#69686e 99.29%,#544f55 113.18%) border-box}.desktop_jackpot_slider .single_jackpot.gold{-webkit-box-shadow:0px 0px 28.47px 0px #ff900e87;box-shadow:0 0 28.47px #ff900e87;background:linear-gradient(180deg,var(--theme-main-4) 0%,var(--theme-main-4) 100%) padding-box,linear-gradient(107.05deg,#ffb72b 1.76%,#ffe976 23.65%,#ffca43 46.3%,#ffe875 65.92%,#ffa51e 82.32%) border-box}.desktop_jackpot_slider .single_jackpot.gold:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/gold_background-CUYhz6Gs.png);background-repeat:no-repeat;background-size:100% 100%;z-index:1}.desktop_jackpot_slider .single_jackpot.gold:before{content:"";position:absolute;top:5px;left:50%;width:115%;height:74px;background-image:url(/assets/grand_word-CqepTBfD.svg);background-repeat:no-repeat;background-size:100% 100%;z-index:2;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.desktop_jackpot_slider .single_jackpot.bronze{background:linear-gradient(180deg,var(--theme-main-4) 0%,var(--theme-main-4) 100%) padding-box,linear-gradient(288.15deg,#814f48 2.83%,#d7a29c 14.72%,#f6cac4 30.14%,#fbdddb 39.21%,#f0bab4 47.65%,#eec5c1 54.76%,#c5928f 63.18%,#a47774 68.67%,#956865 78.29%,#78463f 85.25%,#805354 91.92%) border-box}.desktop_jackpot_slider .single_jackpot.silver:after{content:"";position:absolute;top:0;left:0;width:135px;height:80px;background-image:url(/assets/minor-BL1lm6Ad.svg);background-repeat:no-repeat;background-size:100% 100%;-webkit-transform:translate(-30%,-35%);-ms-transform:translate(-30%,-35%);transform:translate(-30%,-35%);z-index:1}.desktop_jackpot_slider .single_jackpot.bronze:after{content:"";position:absolute;top:0;left:0;width:135px;height:80px;background-image:url(/assets/mini-Db3K3kTR.svg);background-repeat:no-repeat;background-size:100% 100%;-webkit-transform:translate(-30%,-35%);-ms-transform:translate(-30%,-35%);transform:translate(-30%,-35%);z-index:1}.desktop_jackpot_slider .single_jackpot>img{position:absolute;bottom:0;width:72px;height:66px;z-index:2}.desktop_jackpot_slider .single_jackpot .left_corner{left:0;-webkit-transform:translate(-45%,45%);-ms-transform:translate(-45%,45%);transform:translate(-45%,45%)}.desktop_jackpot_slider .single_jackpot .right_corner{right:0;-webkit-transform:translate(45%,45%);-ms-transform:translate(45%,45%);transform:translate(45%,45%)}.desktop_jackpot_slider .single_jackpot .king{bottom:unset;top:-32px;left:-32px;width:50px;height:40px;z-index:2}.desktop_jackpot_slider .single_jackpot .value_container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;border-radius:7px;width:265px;height:70px;background-color:var(--theme-main-2);z-index:2}.desktop_jackpot_slider .single_jackpot .value_container.gold{border:4px solid transparent;background-clip:padding-box,border-box;background:linear-gradient(180deg,var(--theme-main-2) 0%,var(--theme-main-2) 100%) padding-box,linear-gradient(107.05deg,#ffb72b 1.76%,#ffe976 23.65%,#ffca43 46.3%,#ffe875 65.92%,#ffa51e 82.32%) border-box}.desktop_jackpot_slider .single_jackpot .value_container .value{font-weight:700;font-family:Open Sans;font-size:28px}.desktop_jackpot_slider .single_jackpot .value_container .value span{color:var(--theme-main-5);letter-spacing:1px}.desktop_jackpot_slider .single_jackpot .value_container.silver .value .main{background:linear-gradient(118.18deg,#f1f1f1 1.66%,#9e9e9e 25.49%,#f1f1f1 42.13%,#9a9a9a 63.17%,#f1f1f1 84.74%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.desktop_jackpot_slider .single_jackpot .value_container.gold .value .main{background:linear-gradient(107.05deg,#ffb72b 1.76%,#ffe976 23.65%,#ffca43 46.3%,#ffe875 65.92%,#ffa51e 82.32%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.desktop_jackpot_slider .single_jackpot .value_container.bronze .value .main{background:linear-gradient(116.31deg,#e55b1f 3.5%,#ffcbb4 24.82%,#e55b1f 48.49%,#ffcbb4 73.13%,#e55b1f 90.22%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.desktop_jackpot_slider .single_jackpot .value_container>span{font-size:14px;font-weight:700;margin-top:7px;font-family:Open Sans;color:var(--theme-text-2)}.desktop_jackpot_slider .single_jackpot p{position:absolute;bottom:0;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:7px;border:1px solid var(--theme-main-1);background-color:var(--theme-main-1);-webkit-box-shadow:-2.85px -2.85px 9.97px 0px #0000005c;box-shadow:-2.85px -2.85px 9.97px #0000005c;font-family:Open Sans;font-size:18px;font-weight:700;color:var(--theme-text-4);width:170px;height:38px;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);z-index:2}.desktop_jackpot_slider .single_jackpot.gold p{-webkit-box-shadow:-2.85px -2.85px 9.97px 0px #0000005c;box-shadow:-2.85px -2.85px 9.97px #0000005c;-webkit-box-shadow:0px 0px 9.97px 0px #4f2600 inset;box-shadow:0 0 9.97px #4f2600 inset;border:1.42px solid transparent;background-clip:padding-box,border-box;background:linear-gradient(360deg,#7d6200 .01%,#6a3707 50.96%,#987700) padding-box,linear-gradient(294.28deg,#c48126 7.98%,#f9e96f 21.07%,#fff799 38.05%,#e5b03c 54.56%,#885e17 65.25%,#785010 68.86%,#6e470c 74.41%,#6d4507 76.63%,#7c5311 81.35%,#8c631d 83.99%,#d5a950 93.29%,#ead57c 106.06%) border-box}.desktop_jackpot_slider .single_jackpot.gold p:after{content:"";position:absolute;top:50%;left:0;width:20px;height:20px;background-image:url(/assets/left_diamound-C3ghatLl.svg);background-size:100% 100%;background-repeat:no-repeat;-webkit-transform:translate(-45%,-50%);-ms-transform:translate(-45%,-50%);transform:translate(-45%,-50%)}.desktop_jackpot_slider .single_jackpot.gold p:before{content:"";position:absolute;top:50%;right:0;width:20px;height:20px;background-image:url(/assets/left_diamound-C3ghatLl.svg);background-size:100% 100%;background-repeat:no-repeat;-webkit-transform:translate(55%,-50%);-ms-transform:translate(55%,-50%);transform:translate(55%,-50%)}.block_section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px;gap:10px;overflow-x:auto}.block_section .single_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:10px;padding:10px;-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 50px) / 6);flex:0 0 calc((100% - 50px) / 6)}.block_section .promotions{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;padding:8px 10px;background-color:var(--theme-accent-2)}.block_section .promotions .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.block_section .promotions .block .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-main-1)}.block_section .promotions .block .icon svg{width:20px;height:22px}.block_section .promotions .block .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.block_section .promotions .block .title span{color:var(--theme-main-1);font-size:12px;font-weight:400}.block_section .promotions .block .title span:first-child{font-size:14px;font-weight:700}.block_section .promotions>.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-main-1)}[dir=ltr] .block_section .promotions>.icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .block_section .promotions>.icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.block_section .single_block .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:60px}.block_section .single_block .icon img{-o-object-fit:fill;object-fit:fill}.block_section .single_block span{font-size:18px;font-weight:500;color:var(--theme-text-4);text-transform:uppercase}@media only screen and (max-width:767px){.block_section{-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:var(--theme-main-3)}.block_section .single_block{background-color:var(--theme-main-8);border-radius:10px;-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 10px)/2);flex:0 0 calc((100% - 10px)/2)}.block_section .single_block span{font-size:16px}.block_section .promotions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.Toastify__toast-container{top:.5rem;padding:4px}dir[ltr] .Toastify__toast-container{right:1em}dir[rtl] .Toastify__toast-container{left:1em}.Toastify__toast{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;gap:10px;padding:13px;background:var(--theme-main-5);-webkit-box-shadow:0px 5px 10px var(--theme-main-10);box-shadow:0 5px 10px var(--theme-main-10);border-radius:10px;font-size:14px;font-weight:700;color:var(--theme-text-4);min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;cursor:pointer}.Toastify__toast-icon{width:auto;-webkit-margin-end:0;margin-inline-end:0}.Toastify__close-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:var(--theme-text-4);padding:0;opacity:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.Toastify__close-button>svg{width:20px;height:20px}.lang_container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lang_container .selected_lang_desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border:1px solid var(--theme-main-11);border-radius:5px;padding:5px;-webkit-padding-start:10px;padding-inline-start:10px;background-color:var(--theme-main-5);cursor:pointer}.lang_container .selected_lang_desktop.open{border-radius:5px 5px 0 0}.lang_container .selected_lang_desktop .title{font-size:14px;font-weight:700;color:var(--theme-text-4)}.lang_container .selected_lang_desktop .arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .15s linear;transition:all .15s linear}.lang_container .selected_lang_desktop.open .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lang_container .selected_lang_mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;padding:0 10px}.lang_container .selected_lang_mobile .title{font-size:14px;font-weight:400;color:var(--theme-text-4)}.lang_container .selected_lang_mobile .selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:5px;-webkit-padding-start:10px;padding-inline-start:10px;border-radius:5px;background-color:var(--theme-main-2);cursor:pointer}.lang_container .selected_lang_mobile .selected.open{border-radius:5px 5px 0 0}.lang_container .selected_lang_mobile .selected span{font-size:14px;font-weight:400;color:var(--theme-text-4)}.lang_container .selected_lang_mobile .selected .flag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px}.lang_container .selected_lang_mobile .selected .arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:var(--theme-text-4);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .15s linear;transition:all .15s linear}.lang_container .selected_lang_mobile .selected.open .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lang_container .lang_list{position:absolute;top:100%;min-width:100%;background-color:var(--theme-main-5);border-radius:0 0 5px 5px;overflow:hidden;-webkit-animation:opacityAnimation .4s linear;animation:opacityAnimation .4s linear;z-index:10}[dir=ltr] .lang_container .lang_list{left:0}[dir=ltr] .lang_container .lang_list{right:0}.lang_container .lang_list .single_lang{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:10px 5px;-webkit-padding-start:10px;padding-inline-start:10px;cursor:pointer;-webkit-transition:all .25s linear;transition:all .25s linear}.lang_container .lang_list .single_lang.active,.lang_container .lang_list .single_lang:hover{background-color:var(--theme-accent-1)}.lang_container .lang_list .single_lang span{font-size:14px;font-weight:400;color:var(--theme-text-4);-webkit-transition:all .25s linear;transition:all .25s linear}.lang_container .lang_list .single_lang.active span,.lang_container .lang_list .single_lang:hover span{color:var(--theme-main-1)}@media only screen and (max-width:767px){.lang_container{margin:0 auto}.lang_container .lang_list{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:calc(100% - 20px);background-color:var(--theme-main-2)}[dir=ltr] .lang_container .lang_list{left:10px}[dir=ltr] .lang_container .lang_list{right:10px}}.loader_container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px}.loader_container .loader{width:50px;aspect-ratio:.75;--c: no-repeat linear-gradient(var(--theme-accent-1) 0 0);background:var(--c) 0% 50%,var(--c) 50% 50%,var(--c) 100% 50%;-webkit-animation:l7 1s infinite linear alternate;animation:l7 1s infinite linear alternate}.game_modal{position:absolute;top:0;left:0;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.game_modal .bg_img{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-filter:blur(10px) brightness(.6);filter:blur(10px) brightness(.6);-o-object-fit:cover;object-fit:cover;z-index:-1;overflow:hidden;-webkit-animation:opacityAnimation .6s linear;animation:opacityAnimation .6s linear}.game_modal .close_btn{position:absolute;right:15px;top:40px;color:var(--theme-text-4);cursor:pointer;z-index:1}.game_modal .close_btn svg{width:20px;height:20px}.game_modal .game_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 50px}.game_modal .game_info span{color:var(--theme-text-4);font-size:17px;margin:16px 0}.game_modal .game_info img{border-radius:8px;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;max-height:300px}.game_modal .play_btn_container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;padding:0 50px;margin-top:40px}.game_modal .play_btn_container .play_btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--theme-main-2);font-size:14px;font-weight:400;padding:8px 10px;width:100px;min-width:auto;text-transform:uppercase;cursor:pointer;outline:none;border:none;background:var(--theme-accent-1);border-radius:5px}[dir=ltr] .game_modal .play_btn_container .play_btn{letter-spacing:1px}.game_modal .play_btn_container .play_btn.balance{background:var(--theme-status-2)}.game_modal .play_btn_container .play_btn.full_width{width:100%}@media only screen and (max-width:767px){.game_modal{height:100dvh;padding-top:20dvh;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.game_modal .game_info img{max-height:auto}.game_modal .play_btn_container{margin-top:20px}}.game_layout{padding:0}.game_layout .game_jackpot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:0;width:100%;height:50px;background-color:var(--theme-main-2)}.game_layout .game_jackpot span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.5rem;font-family:DS-Digital,sans-serif;font-weight:600;color:var(--theme-status-2);background-color:var(--theme-main-3);height:50px;width:100%;letter-spacing:2px;border:1px solid var(--theme-accent-1);border-top:none;border-radius:0 0 4px 4px}.game_layout .game_jackpot span.red{color:var(--theme-status-3)}.game_layout .game_iframe{width:100%;height:calc(100dvh + -0px)}.game_layout .game_iframe.jackpot{height:calc(100dvh - 50px)}.game_layout .game_iframe .iframe{width:100%;height:100%;border:none}@media only screen and (min-width:767px){.game_layout{padding-top:0}.game_layout .game_iframe{height:calc(100vh + -0px)}.game_layout .game_iframe.jackpot{height:calc(100vh - 50px)}.game_layout .game_jackpot span{font-size:2rem;letter-spacing:2px}}div.jackpotContainer{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:#000c;z-index:10000;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto}div.jackpotContainer.active{display:-webkit-box;display:-ms-flexbox;display:flex}div.jackpotContainer .jackpotWinerBackground{position:absolute;top:0;width:100%;z-index:1}html[dir=ltr] div.jackpotContainer .jackpotWinerBackground{left:0}html[dir=rtl] div.jackpotContainer .jackpotWinerBackground{right:0}div.jackpotContainer .jackpotWinerBackground2{position:absolute;bottom:0;width:100%;z-index:1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}html[dir=ltr] div.jackpotContainer .jackpotWinerBackground2{left:0}html[dir=rtl] div.jackpotContainer .jackpotWinerBackground2{right:0}div.jackpotContainer .jackpotWiner{min-width:30%;max-width:95%;background-color:#121212;border:2px solid #272727;border-radius:15px;-webkit-box-shadow:0 0 141px -5px #f4e58f;box-shadow:0 0 141px -5px #f4e58f;position:relative;z-index:2;overflow:hidden}div.jackpotContainer .jackpotWiner .jackpotWinerHeader{width:100%;height:185px;padding:0;overflow:hidden}div.jackpotContainer .jackpotWiner .jackpotWinerHeader img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader{padding:1.5em;text-align:center;border-bottom:1px solid #83838361}div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader p{margin:0;font-size:1.8em;font-weight:600;color:#fff;text-shadow:0 0 5px #b88625;line-height:normal!important}div.jackpotContainer .jackpotWiner .jackpotGroup{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1em;padding:1.5em;border-bottom:1px solid #83838361}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot{position:relative}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot img{width:350px}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent{position:absolute;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5em;-webkit-margin-start:30px;margin-inline-start:30px}html[dir=ltr] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent{left:0}html[dir=rtl] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent{right:0}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotAmount{display:block;font-size:1.8em;font-weight:800;color:#212121}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType{display:inline-block;color:#fff;font-size:1em;font-weight:900;padding:8px 15px;text-transform:uppercase}html[dir=ltr] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType{border-radius:0 12px 12px}html[dir=rtl] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType{border-radius:12px 0 12px 12px}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Golden_Prize .jackpotContent .jackpotType{background:linear-gradient(94.36deg,#efae42 1.378%,#614922 103.41%)}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Silver_Prize .jackpotContent .jackpotType{background:linear-gradient(94.36deg,#9f9f9f 1.017%,#282828 103.873%)}div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Bronze_Prize .jackpotContent .jackpotType{background:linear-gradient(94.36deg,#d87e2c .798%,#643f1c 104.154%)}div.jackpotContainer .jackpotWiner .jackpotGroupFooter{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em}div.jackpotContainer .jackpotWiner .jackpotGroupFooter .closeModalJackpot{background-color:#d6c32a;display:inline-block;color:#000;font-size:1.2em;font-weight:700;padding:15px;border-radius:0 0 10px 10px;cursor:pointer;width:100%;text-align:center}@media only screen and (max-width:600px){div.jackpotContainer{padding:15px 0}div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader{padding:1em .5em}div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader p{font-size:1.2em}}.wheel_fortune_section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0;border:1px solid #46267f40;border-radius:8px;margin:1rem;overflow:hidden;z-index:1}.wheel_fortune_section:before{content:"";position:absolute;width:100%;height:100%;background:#fd00ec38;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:0}.wheel_fortune_section:after{content:"";position:absolute;width:100%;height:100%;background:#004d57;background:-webkit-gradient(linear,left top,right top,from(rgba(0,77,87,1)),to(rgba(0,14,43,1)));background:linear-gradient(90deg,#004d57,#000e2b);z-index:-1}.wheel_fortune_section canvas{z-index:1!important}.wheel_fortune_section img{position:relative;height:150px;-o-object-fit:contain;object-fit:contain;z-index:1}.fortune_wheel_section{padding:2rem 1.5rem 1.5rem}.fortune_wheel_section .fortune_wheel_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.fortune_wheel_header h1{width:100%;text-align:center;font-size:2rem;font-weight:700;color:var(--theme-accent-1);margin:0}html[dir=ltr] .fortune_wheel_header h1{letter-spacing:1px}.fortune_wheel_header p{width:100%;text-align:center;font-size:1.4rem;font-weight:700;color:#fff;margin:0}.fortune_wheel_header p.note{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;font-size:.8rem;font-weight:400;color:#fff;background-color:#82000081;padding:.35rem 1rem;border-radius:15px;margin:0;margin-top:1rem}.spin_error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;margin-bottom:2rem;font-size:1rem;font-weight:700;text-align:center;color:#d90000}.wheel_error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem;margin-bottom:2rem;gap:1rem}.wheel_error .error_text{font-size:1rem;font-weight:700;color:#fff}.wheel_error .reload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-accent-1);color:#252525;font-size:.95rem;font-weight:700;padding:.5rem 1rem;border-radius:50px}.wheel_loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem;margin-bottom:2rem}.wheel_loader .loader{width:50px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,var(--theme-accent-1) 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,var(--theme-accent-1));-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);-webkit-animation:loader 1s infinite linear;animation:loader 1s infinite linear}@-webkit-keyframes loader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fortune_wheel_app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 auto;margin-top:4rem;margin-bottom:2rem;width:400px}.fortune_wheel_app #wheelCanvas{border-radius:50%;-webkit-box-shadow:0px 0px 10px rgba(255,215,0,.5);box-shadow:0 0 10px #ffd70080;position:relative;background-clip:border-box;background-color:#002933;-webkit-transition:-webkit-transform 4s cubic-bezier(.17,.67,.83,.67);transition:-webkit-transform 4s cubic-bezier(.17,.67,.83,.67);transition:transform 4s cubic-bezier(.17,.67,.83,.67);transition:transform 4s cubic-bezier(.17,.67,.83,.67),-webkit-transform 4s cubic-bezier(.17,.67,.83,.67);z-index:1}.fortune_wheel_app .pointer{position:absolute;top:-25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:45px;height:70px;background:-webkit-gradient(linear,left top,left bottom,from(#e74c3c),to(#c0392b));background:linear-gradient(to bottom,#e74c3c,#c0392b);clip-path:polygon(50% 100%,0 0,100% 0);z-index:20;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080;border-radius:50% 50% 0 0;-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.fortune_wheel_app .pointer:before{content:"";position:absolute;top:5px;left:5px;right:5px;height:15px;background:-webkit-gradient(linear,left top,right top,from(#ffd700),color-stop(#ffec8b),to(#ffd700));background:linear-gradient(to right,gold,#ffec8b,gold);border-radius:5px}.fortune_wheel_app .pointer.tick{-webkit-animation:tick-bounce .3s ease-out;animation:tick-bounce .3s ease-out}.fortune_wheel_section .fortune_wheel_control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3rem}.fortune_wheel_section .fortune_wheel_control>div{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fortune_wheel_control .spin_count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-10px;font-size:.9rem;font-weight:700;color:#fff;width:30px;height:30px;border:1px solid rgba(238,192,14,.1);border-radius:50%;background-color:#00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}html[dir=ltr] .fortune_wheel_control .spin_count{left:-10px}html[dir=rtl] .fortune_wheel_control .spin_count{right:-10px}.fortune_wheel_control .spin_button{position:relative;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;color:#252525;background:-webkit-gradient(linear,left top,left bottom,from(var(--theme-accent-1)),to(rgb(218,165,32)));background:linear-gradient(to bottom,var(--theme-accent-1),rgb(218,165,32));-webkit-box-shadow:0 5px 15px rgba(255,215,0,.3);box-shadow:0 5px 15px #ffd7004d;border:none;border-radius:50px;cursor:pointer;overflow:hidden;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.fortune_wheel_control .spin_button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.4)),to(transparent));background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);-webkit-transition:.5s;transition:.5s}.fortune_wheel_control .spin_button:hover:not(:disabled){-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 7px 20px rgba(0,0,0,.4);box-shadow:0 7px 20px #0006}.fortune_wheel_control .spin_button:hover:not(:disabled):before{left:100%}.fortune_wheel_control .spin_button:disabled{opacity:.6;cursor:not-allowed;-webkit-transform:none;-ms-transform:none;transform:none}.fortune_wheel_control .spin_button:active:not(:disabled){-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98)}@-webkit-keyframes tick-bounce{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translate(-50%) rotate(0)}30%{-webkit-transform:translateX(-50%) rotate(-20deg);transform:translate(-50%) rotate(-20deg)}60%{-webkit-transform:translateX(-50%) rotate(5deg);transform:translate(-50%) rotate(5deg)}to{-webkit-transform:translateX(-50%) rotate(0deg);transform:translate(-50%) rotate(0)}}@keyframes tick-bounce{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translate(-50%) rotate(0)}30%{-webkit-transform:translateX(-50%) rotate(-20deg);transform:translate(-50%) rotate(-20deg)}60%{-webkit-transform:translateX(-50%) rotate(5deg);transform:translate(-50%) rotate(5deg)}to{-webkit-transform:translateX(-50%) rotate(0deg);transform:translate(-50%) rotate(0)}}.wheel_winner_modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99999!important}.wheel_winner_modal .coin{position:absolute;left:0;width:100%;height:auto;bottom:0}.wheel_winner_modal canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.wheel_winner_modal .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:1rem;width:300px;background-color:#2f2f2f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;-webkit-box-shadow:0px 0px 100px rgba(255,215,0,.5);box-shadow:0 0 100px #ffd70080;z-index:2}.wheel_winner_modal .content .win_word{position:absolute;top:-145px;left:-25%;width:125%;height:auto;-webkit-transform:translateX(10%);-ms-transform:translateX(10%);transform:translate(10%);z-index:1}.wheel_winner_modal .content .wheel_modal_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;border-bottom:1px dashed #575757;padding-top:1rem;padding-bottom:1rem;margin-bottom:1rem}.wheel_winner_modal .content .wheel_modal_header .title{font-size:3rem;font-weight:700;color:var(--theme-accent-1)}.wheel_winner_modal .content .wheel_modal_header .text{font-size:1rem;font-weight:400;color:#fff}.wheel_winner_modal .content .wheel_modal_header .icon{color:var(--theme-accent-1);margin-bottom:.5rem}.wheel_winner_modal .content .wheel_modal_header .icon svg{width:80px;height:80px}.wheel_winner_modal .content .wheel_modal_header .preview_title{text-align:center;font-size:1.2rem;font-weight:700;color:#fff;line-height:1.3rem}.wheel_winner_modal .content .wheel_modal_body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem 0}.wheel_winner_modal .content .wheel_modal_body span{font-size:3rem;font-weight:700;color:#fff;text-shadow:0px 0px 10px rgba(255,215,0,.5)}.wheel_winner_modal .content .wheel_modal_body .preview_text{text-shadow:none;font-size:1.2rem;font-weight:400;text-align:center;line-height:2rem}.wheel_winner_modal .content .wheel_modal_close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1rem;border-top:1px solid #434343}.wheel_winner_modal .content .wheel_modal_close .close_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:700;color:#353535;padding:.5rem 1rem;background-color:var(--theme-accent-1);border-radius:3px;cursor:pointer}.wheel_information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-top:4rem}.wheel_information .single_info{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .5rem;gap:1.5rem}.wheel_information .single_info>p{position:relative;margin:0;font-size:1.3rem;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wheel_information .single_info>p:after{content:"";position:absolute;left:0;top:110%;width:100%;height:1px;background-color:var(--theme-accent-1)}.wheel_information .single_info>ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem;margin:0;-webkit-padding-start:0;padding-inline-start:0;counter-reset:list;list-style:none}.wheel_information .single_info.how_use>ol{gap:1.2rem}.wheel_information .single_info>ol>li{counter-increment:list;position:relative;-webkit-padding-start:1.5em;padding-inline-start:1.5em;list-style:none}.wheel_information .single_info>ol>li:before{content:counter(list,decimal) ". ";position:absolute;font-weight:400;color:var(--theme-accent-1)}html[dir=ltr] .wheel_information .single_info>ol>li:before{left:0}html[dir=rtl] .wheel_information .single_info>ol>li:before{right:0}.wheel_information .single_info>ol>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3rem}.wheel_information .single_info>ol>li span{display:inline-block;font-size:1rem;font-weight:400;color:#fff;line-height:1.3rem}.wheel_information .single_info>ol>li span.title{color:var(--theme-accent-1);font-weight:700}@media only screen and (max-width:767px){.fortune_wheel_section{padding-top:2rem}.fortune_wheel_header h1{font-size:1.8rem}.fortune_wheel_header p{font-size:1rem}.fortune_wheel_app{width:100%}.fortune_wheel_app .pointer{top:-17px;width:40px;height:50px}.fortune_wheel_app .pointer:before{height:12px}}@-webkit-keyframes opacityAnimation{0%{opacity:0}to{opacity:1}}@keyframes opacityAnimation{0%{opacity:0}to{opacity:1}}@-webkit-keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}@keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}@-webkit-keyframes wheelSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes wheelSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
