@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&family=Teko:wght@600;700&display=swap);:root{--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-toast-width:320px;--toastify-toast-min-height:64px}
.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}
.Toastify__toast-container--top-left{left:1em;top:1em}
.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}
.Toastify__toast-container--top-right{right:1em;top:1em}
.Toastify__toast-container--bottom-left{bottom:1em;left:1em}
.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}
.Toastify__toast-container--bottom-right{bottom:1em;right:1em}
@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}
.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}
.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}
.Toastify__toast-container--rtl{left:auto;right:0}
}
.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}
.Toastify__toast--rtl{direction:rtl}
.Toastify__toast--close-on-click{cursor:pointer}
.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}
.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}
.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}
.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}
.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}
@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}
}
.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}
.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}
.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}
.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}
.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}
.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}
.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}
.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}
.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}
.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}
.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}
.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}
.Toastify__close-button{align-self:flex-start;background:#0000;border:none;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}
.Toastify__close-button--light{color:#000;opacity:.3}
.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}
.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}
@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}
to{transform:scaleX(0)}
}
.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}
.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}
.Toastify__progress-bar--controlled{transition:transform .2s}
.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}
.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}
@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(3000px,0,0)}
60%{opacity:1;transform:translate3d(-25px,0,0)}
75%{transform:translate3d(10px,0,0)}
90%{transform:translate3d(-5px,0,0)}
to{transform:none}
}
@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}
to{opacity:0;transform:translate3d(2000px,0,0)}
}
@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(-3000px,0,0)}
60%{opacity:1;transform:translate3d(25px,0,0)}
75%{transform:translate3d(-10px,0,0)}
90%{transform:translate3d(5px,0,0)}
to{transform:none}
}
@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}
to{opacity:0;transform:translate3d(-2000px,0,0)}
}
@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(0,3000px,0)}
60%{opacity:1;transform:translate3d(0,-20px,0)}
75%{transform:translate3d(0,10px,0)}
90%{transform:translate3d(0,-5px,0)}
to{transform:translateZ(0)}
}
@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}
40%,45%{opacity:1;transform:translate3d(0,20px,0)}
to{opacity:0;transform:translate3d(0,-2000px,0)}
}
@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(0,-3000px,0)}
60%{opacity:1;transform:translate3d(0,25px,0)}
75%{transform:translate3d(0,-10px,0)}
90%{transform:translate3d(0,5px,0)}
to{transform:none}
}
@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}
40%,45%{opacity:1;transform:translate3d(0,-20px,0)}
to{opacity:0;transform:translate3d(0,2000px,0)}
}
.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}
.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}
.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}
.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}
.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}
.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}
.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}
.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}
@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
@keyframes Toastify__zoomOut{0%{opacity:1}
50%{opacity:0;transform:scale3d(.3,.3,.3)}
to{opacity:0}
}
.Toastify__zoom-enter{animation-name:Toastify__zoomIn}
.Toastify__zoom-exit{animation-name:Toastify__zoomOut}
@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}
40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}
60%{opacity:1;transform:perspective(400px) rotateX(10deg)}
80%{transform:perspective(400px) rotateX(-5deg)}
to{transform:perspective(400px)}
}
@keyframes Toastify__flipOut{0%{transform:perspective(400px)}
30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}
to{opacity:0;transform:perspective(400px) rotateX(90deg)}
}
.Toastify__flip-enter{animation-name:Toastify__flipIn}
.Toastify__flip-exit{animation-name:Toastify__flipOut}
@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}
to{transform:translateZ(0)}
}
@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}
to{transform:translateZ(0)}
}
@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}
to{transform:translateZ(0)}
}
@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}
to{transform:translateZ(0)}
}
@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}
to{transform:translate3d(110%,0,0);visibility:hidden}
}
@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}
to{transform:translate3d(-110%,0,0);visibility:hidden}
}
@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}
to{transform:translate3d(0,500px,0);visibility:hidden}
}
@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}
to{transform:translate3d(0,-500px,0);visibility:hidden}
}
.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}
.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}
.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}
.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}
.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}
.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}
.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}
.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
@keyframes Toastify__spin{0%{transform:rotate(0deg)}
to{transform:rotate(1turn)}
}
body{color:#fff;color:var(--white)}
@font-face{font-family:Blaster;font-weight:700;src:url(/static/media/BlasterDemo.b741634b88d0db1676f8.woff) format("woff"),url(/static/media/BlasterDemo.b741634b88d0db1676f8.woff) format("woff")}
@font-face{font-family:Tungsten-Narrow;font-weight:700;src:url(/static/media/TungstenNarrow-Bold.ef8955b7a9488f586497.woff) format("woff"),url(/static/media/TungstenNarrow-Bold.ef8955b7a9488f586497.woff) format("woff")}
@font-face{font-family:Tungsten;font-weight:700;src:url(/static/media/Tungsten-Bold.7983db9be4b581f76208.woff2) format("woff2"),url(/static/media/Tungsten-Bold.a73a7cea9f47089f8ad0.woff) format("woff")}
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
input[type=search]{box-sizing:border-box!important}
.theme-card{background:#162331;background:var(--gray-90);border-radius:.5rem;padding:.625rem}
.quick-bet-label{color:#fff}
.quick-theme-table tbody tr td,.quick-theme-table thead th{padding:.3rem}
.auth-social-ul{gap:8px;min-width:240px}
@media screen and (min-width:768px){.auth-social-ul{min-width:280px}
}
.auth-social-ul .auth-social-card .auth-social-icon{align-items:center;background:#283c51;background:var(--gray-80);border-radius:.5rem;display:flex;height:36px;transition:background-color .3s ease 0s}
.auth-social-ul .auth-social-card .auth-social-icon svg{transition:fill .3s ease 0s;width:100%}
.auth-social-ul .auth-social-card .auth-social-icon:hover{background:#404d6a;background:var(--gray-60)}
.auth-social-ul .auth-social-card .auth-social-icon:hover svg{fill:#00a4fa;fill:var(--blue-300)}
.login-social-icons.auth-social-ul .auth-social-card .auth-social-icon{min-height:36px}
.auth-social-listing-wrap .telegram-login-button,.login-social-icons .telegram-login-button,.third-party-login-section .telegram-login-button{border:none;outline:none}
.third-party-login-section .telegram-login-button{background-color:#0000}
.header-user-menu .dropdown-toggle:after{display:none}
.header-user-menu .dropdown-menu{background-color:#162331;background-color:var(--gray-90);border:none;border-radius:.75rem;box-shadow:0 5px 8px -4px #00000040,0 0 20px 0 #0000002e,0 40px 34px -16px #00000059;margin-top:.625rem!important;min-width:16.3125rem;overflow:hidden;padding:0}
@media screen and (min-width:768.98px)and (max-height:662.98px){.header-user-menu .dropdown-menu{height:calc(100vh - 145px);overflow-y:scroll}
}
.header-user-menu .dropdown-menu li{margin:.313rem 0;padding:0 .625rem}
.header-user-menu .dropdown-menu .dropdown-item{background-color:#0000;border:none;border-radius:.625rem;color:#8a90a2;color:var(--gray-20);font-size:.875rem;font-weight:500;line-height:1rem;padding:.75rem}
@media screen and (max-height:660px)and (max-width:767.98px){.header-user-menu .dropdown-menu .dropdown-item{padding:.5rem!important}
}
.header-user-menu .dropdown-menu .dropdown-item svg{height:1rem;margin-right:.5rem;width:1rem}
.header-user-menu .dropdown-menu .dropdown-item.active,.header-user-menu .dropdown-menu .dropdown-item:active{background-color:#404d6a;background-color:var(--gray-60);color:#fff;color:var(--white)}
.header-user-menu .dropdown-menu .dropdown-item.active img,.header-user-menu .dropdown-menu .dropdown-item:active img{filter:brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(2846%) hue-rotate(177deg) brightness(94%) contrast(99%)}
.header-user-menu .dropdown-menu .dropdown-item:hover:not(.language-btn){background:#283c51;background:var(--gray-80);color:#fff;color:var(--white)}
.header-user-menu .dropdown-menu .user-name{background:#283c51;background:var(--gray-80);margin-bottom:10px;padding:.75rem 1.25rem}
.header-user-menu .dropdown-menu .user-name h4{color:#fff;color:var(--white);font-size:1rem;font-weight:400;line-height:1.5rem}
.account-btn-wrap .account-btn{background:#1d2c3c!important;background:var(--gray-85)!important;border-color:#1d2c3c!important;border-color:var(--gray-85)!important;min-height:44px;padding:.25rem .625rem}
@media screen and (max-width:767.98px){.account-btn-wrap .account-btn{justify-content:center}
}
@media screen and (max-width:575.98px){.account-btn-wrap .account-btn{height:40px;min-height:40px;padding:.25rem .5rem;width:40px}
}
.account-btn-wrap .account-btn img{margin-right:0;width:34px}
@media screen and (max-width:575.98px){.account-btn-wrap .account-btn img{height:32px;width:32px}
}
.account-btn-wrap .account-btn p{font-size:.75rem;max-width:100px;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}
.account-btn-wrap .account-btn:hover .dropdown-icon{background-color:#283c51!important;background-color:var(--gray-80)!important}
.account-btn-wrap .account-btn.show{background:#1d2c3c;background:var(--gray-85)}
.account-btn-wrap:after{display:none}
.account-btn-wrap .dropdown-icon{align-items:center;background:#283c51;background:var(--gray-80);border-radius:.313rem;color:#8a90a2;color:var(--gray-20);display:flex;height:1.375rem;justify-content:center;width:1.375rem}
.account-btn-wrap .dropdown-icon i{font-size:.75rem}
.content-wrapper{margin:4.75rem auto 0;padding:1.563rem .625rem .625rem;transition:all .4s ease-in-out;width:100%}
@media screen and (max-width:767.98px){.content-wrapper{padding:1.5rem .938rem 0}
}
@media screen and (max-width:577px){.content-wrapper{margin:4rem auto 0}
}
.content-wrapper.custom-spacer{max-width:1165px;padding:2rem 1.6875rem 0}
@media screen and (max-width:767.98px){.content-wrapper.custom-spacer{padding:1.5rem .938rem 0}
}
.content-wrapper.chat-parent{padding-left:240px}
.content-wrapper.sportsbookwrap{padding:0}
.crypto-main-wrapper{padding:1.25rem 1.375rem .625rem 1.125rem}
@media screen and (max-width:575px){.crypto-main-wrapper{padding:.75rem}
}
@media screen and (max-width:1399.98px){#urm-chat-container{padding-bottom:4.25rem}
}
#urm-chat-container.chat-parent{margin-right:248px}
@media screen and (max-width:1024.98px){#urm-chat-container.chat-parent{padding:0}
}
#urm-chat-container.chat-parent .global-casino-section .theme-card-wrap{height:auto;min-height:auto;min-width:auto;width:auto}
#urm-chat-container.chat-parent .clutch-section .theme-card-wrap .theme-card{padding:.625rem}
#urm-chat-container.chat-parent .clutch-section .theme-card-wrap .theme-card .clutch-card-content h4{font-size:.75rem;white-space:nowrap}
#urm-chat-container.chat-parent .clutch-section .theme-card-wrap .theme-card .clutch-card-content h4 a{font-size:.75rem}
#urm-chat-container.chat-parent .clutch-section .theme-card-wrap .theme-card .clutch-card-content .clutch-card-content-left img{margin-right:.313rem!important}
#urm-chat-container.chat-parent .clutch-section .theme-card-wrap .theme-card .clutch-card-content .btn-secondary{font-size:.75rem;min-width:auto;padding:.25rem .5rem}
#urm-chat-container.chat-parent .poker-section .theme-card-wrap .theme-card h4{font-size:1rem}
#urm-chat-container.chat-active{padding-right:0}
@media screen and (min-width:1400px){#urm-chat-container.chat-active{margin-right:352px}
}
@media screen and (max-width:1460px){#urm-chat-container.chat-active .profile-total-card{margin-bottom:1rem}
}
@media screen and (max-width:575px){.global-casino-section .game-slider-header .game-category{order:1}
.global-casino-section .game-slider-header .recently-played.heading-right-listing li{margin-left:0!important}
.global-casino-section .game-slider-header .recently-played.heading-right-listing{margin-top:8px}
.global-casino-section .game-slider-header .recently-played{flex-grow:1;order:3;width:100%}
.global-casino-section .game-slider-header .custom-arrow{order:2;top:32px!important}
}
@media screen and (max-width:767px){.global-casino-section .game-slider-header .heading-right-listing{padding-bottom:0!important}
}
@media screen and (max-width:575px){.global-casino-section .game-slider-header .heading-right-listing{margin-right:4rem;padding-bottom:0!important}
.global-casino-section .game-slider-header{flex-wrap:wrap}
}
.theme-dropdown-menu{background-color:#162331;background-color:var(--gray-90);border:1px solid #283c51;border:1px solid var(--gray-80);border-radius:.625rem;margin-top:.625rem!important;min-width:13.438rem;overflow:hidden;padding:0}
.theme-dropdown-menu li{border-radius:.625rem;margin:.313rem .625rem}
.theme-dropdown-menu li a{border-radius:.625rem;color:#8a90a2;color:var(--gray-20);font-size:.875rem;font-weight:500;padding:.625rem}
.theme-dropdown-menu li a:hover{background-color:#0000;color:#fff;color:var(--white)}
.theme-dropdown-menu li:hover{background-color:#162331;background-color:var(--gray-90)}
.custom-radio-wrap{cursor:pointer;display:block;font-size:22px;margin-bottom:12px;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}
.custom-radio-wrap input{cursor:pointer;opacity:0;position:absolute}
.custom-radio-wrap .custom-radio-btn{background-color:#0f1923;background-color:var(--darkGray);border-radius:50%;height:18px;left:0;position:absolute;top:0;width:18px}
.custom-radio-wrap .custom-radio-btn:after{background:#0f1923;background:var(--darkGray);border-radius:50%;content:"";display:none;height:8px;left:5px;position:absolute;top:5px;width:8px}
.custom-radio-wrap:hover input~.custom-radio-btn{background-color:#0f1923;background-color:var(--darkGray)}
.custom-radio-wrap input:checked~.custom-radio-btn{background-color:#00a4fa;background-color:var(--blue-300)}
.custom-radio-wrap input:checked~.custom-radio-btn:after{display:block}
.profile-tabs{margin-right:1.25rem}
.profile-tabs .nav{flex-direction:column}
@media screen and (max-width:1199.98px){.profile-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:1rem;white-space:nowrap;width:100%!important}
.profile-tabs,.profile-tabs .nav{flex-direction:row}
}
.profile-tabs .nav-link{align-items:center;background:#162331;background:var(--gray-90);border:2px solid #0000;border-radius:.625rem;color:#8a90a2;color:var(--gray-20);display:flex;font-size:.875rem;font-weight:500;justify-content:flex-start;margin:.25rem 0;min-width:184px}
@media screen and (max-width:1199.98px){.profile-tabs .nav-link{margin:.25rem;min-width:auto}
.profile-tabs .nav-link:first-child{margin-left:0}
.profile-tabs .nav-link:last-child{margin-right:0}
}
.profile-tabs .nav-link.active{background:#404d6a;background:var(--gray-60);border-color:#0000;color:#fff;color:var(--white)}
.profile-tabs .nav-link:hover{background:#283c51;background:var(--gray-80);color:#fff;color:var(--white)}
.profile-tabs .nav-link svg{height:1.25rem;margin-right:.625rem;width:1.25rem}
.casino-search{padding-bottom:1rem}
.casino-search .casino-search-content{position:relative}
.casino-search .casino-search-content input{background-color:#0f1923;background-color:var(--darkGray);border:1px solid #283c51;border:1px solid var(--gray-80);border-radius:.625rem;height:45px;padding-left:3rem}
.casino-search .casino-search-content .search-icon{left:.625rem;position:absolute;top:50%;transform:translateY(-50%)}
.casino-search .btn-close{opacity:1;position:absolute;right:.625rem;top:.5rem}
.modal{backdrop-filter:blur(2px) brightness(.5);-webkit-backdrop-filter:blur(2px) brightness(.5);z-index:1199}
.modal:first-of-type{-webkit-backdrop-filter:none;backdrop-filter:none}
@media(min-width:576px){.modal .modal-dialog{margin:1.75rem auto}
}
.global-casino-section{padding-bottom:1.5rem}
.global-casino-section .theme-card-wrap .theme-card{background:#162331;background:var(--gray-90);padding:0;transition:transform .15s ease-out 0s}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap{aspect-ratio:440/600;border-radius:.5rem;cursor:pointer;overflow:hidden;position:relative;width:100%}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap.no-img{align-items:center;display:flex;justify-content:center}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap.no-img h2{font-size:1rem;text-align:center}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap img{cursor:pointer;height:auto;left:0;position:absolute;top:0;width:100%}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap .card-overlay{align-items:center;animation:overlayEffect .3s ease-in 0s 1 normal none running;background:#172536e8;background:var(--overlayBg);color:#fff;color:var(--white);display:none;flex-direction:column;height:auto;justify-content:center;position:absolute;width:100%}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap .card-overlay h4{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:700;margin:0 0 .313rem;text-align:center;text-transform:uppercase}
@media screen and (max-width:1199.98px){.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap .card-overlay h4{font-size:.675rem;font-size:.875rem;text-align:center}
}
.global-casino-section .theme-card-wrap .theme-card .casino-img-wrap .card-overlay p{font-size:.75rem;font-weight:400;margin:0 0 .313rem}
.global-casino-section .theme-card-wrap .theme-card:hover{transform:translateY(-8px)}
.global-casino-section .theme-card-wrap .theme-card:hover .card-overlay{display:flex;transition:all 1s ease-in-out 1s}
@keyframes overlayEffect{0%{opacity:0;transform:scale(1.05)}
to{opacity:1;transform:scale(1)}
}
@keyframes accordianEffect{0%{opacity:0;transform:scale(1.02)}
to{opacity:1;transform:scale(1)}
}
::-webkit-input-placeholder{color:#8a90a2!important;color:var(--gray-20)!important;font-size:.875rem}
::-moz-placeholder{color:#8a90a2!important;color:var(--gray-20)!important;font-size:.875rem}
:-ms-input-placeholder{color:#8a90a2!important;color:var(--gray-20)!important;font-size:.875rem}
:-moz-placeholder{color:#8a90a2!important;color:var(--gray-20)!important;font-size:.875rem}
.rc-tooltip-inner{background-color:#283c51!important;background-color:var(--gray-80)!important;border-color:#283c51!important;border-color:var(--gray-80)!important;border-radius:.25rem!important;color:#fff!important;color:var(--white)!important;font-size:.75rem;font-weight:400;min-height:28px!important;opacity:1;padding:4px 8px!important}
.rc-tooltip-inner p{margin:0!important}
.rc-tooltip{width:auto!important;z-index:10700!important}
.rc-tooltip-placement-left .rc-tooltip-arrow{border-left-color:#283c51!important;border-left-color:var(--gray-80)!important;right:-4px!important}
.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow{border-top-color:#283c51!important;border-top-color:var(--gray-80)!important}
.rc-tooltip-placement-right .rc-tooltip-arrow{border-right-color:#283c51!important;border-right-color:var(--gray-80)!important;left:-5px!important}
.rc-tooltip-placement-bottom .rc-tooltip-arrow{border-bottom-color:#283c51!important;border-bottom-color:var(--gray-80)!important;margin:0!important}
.animated-table{position:relative}
.animated-table .table-head{position:relative;z-index:2}
.animated-table .table-animation:nth-of-type(odd){animation:tAnimation .5s ease-out 0s 1 normal none running}
.animated-table .table-animation:nth-of-type(2n){animation:hideAnimation .5s ease-out 0s 1 normal none running}
.animated-table-gradient:after{background:linear-gradient(180deg,#1e579903 0,#0f1923);background:var(--table-fade);bottom:0;content:"";height:218px;left:0;position:absolute;width:100%}
@media screen and (max-width:1024.98px){.animated-table-gradient:after{display:none}
}
@keyframes hideAnimation{0%{transform:translateY(-100%)}
}
@keyframes tAnimation{0%{transform:translateY(-100%)}
}
@keyframes rotate{0%{transform:rotate(0deg)}
to{transform:rotate(1turn)}
}
#bt-inner-page{position:relative;z-index:1}
.theme-divider{background-color:#6b758b;background-color:var(--gray-40);margin:.313rem auto;width:90%}
.live-wins{padding-bottom:1.5rem}
.live-wins .live-wins-empty{align-items:center;background-color:#1d2c3c;background-color:var(--gray-85);border-radius:8px;color:#8a90a2;color:var(--gray-20);display:inline-flex;font-weight:500;margin:0 auto;padding:.5rem 1.5rem}
.live-wins .live-wins-empty svg{height:1.5rem;margin-right:.25rem;width:1.5rem}
.live-wins .live-wins-heading{font-size:1rem;font-weight:700}
.live-wins .live-card{display:flex;flex:0 0 75px;flex-direction:column;height:auto;margin:0 .313rem;text-align:center}
.live-wins .live-card:first-child{margin-left:0}
.live-wins .live-card:last-child{margin-right:0}
.live-wins .live-card .live-img{border-radius:4px;cursor:pointer;overflow:hidden;position:relative}
.live-wins .live-card .live-img img{border-radius:4px;cursor:pointer;height:auto;object-fit:cover;width:80px}
.live-wins .live-card p{color:#fff;color:var(--white);font-size:.625rem;font-weight:500;line-height:1rem;margin:.313rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.live-wins .live-card span{color:#72f238;color:var(--live-green);display:block;font-size:.725rem;font-weight:400;line-height:1.125rem}
.live-wins .live-card-wrap{margin-left:6px}
@media screen and (max-width:575.98px){.live-wins .live-card-wrap{justify-content:space-between}
.live-wins .live-card-wrap .live-card:nth-child(n+5){display:none}
}
.live-wins .swiper-navigation{align-items:center;display:flex;height:1.5rem;justify-content:flex-end;margin-bottom:12px;position:relative;top:0}
.live-wins .swiper-navigation-arrow{background-color:#283c51b3;border:1px solid #283c51b3;border-radius:.313rem;display:block;font-size:0;height:1.2rem;inset:unset;margin-left:.4rem;padding:.313rem .625rem;position:relative;transform:translate(0);transition:background-color .3s ease;width:1.5rem}
.live-wins .swiper-navigation-arrow:before{content:"";font-size:0;height:.625rem;left:.5rem;opacity:1;position:absolute;top:.3rem;width:.313rem}
.live-wins .swiper-navigation-arrow:first-child{margin-left:0}
.live-wins .swiper-navigation-arrow.swiper-button-lock{display:none}
.live-wins .swiper-navigation-arrow:not(.swiper-button-disabled):hover{background:#404d6a;background:var(--gray-60);border-color:#404d6a;border-color:var(--gray-60);cursor:pointer}
.live-wins .swiper-navigation-prev-step:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-left-arrow.svg) no-repeat;background-size:.313rem}
.live-wins .swiper-navigation-prev-step.swiper-button-disabled:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-left-arrow-grey.svg) no-repeat;background-size:.313rem}
.live-wins .swiper-navigation-next-step:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-right-arrow.svg) no-repeat;background-size:.313rem}
.live-wins .swiper-navigation-next-step.swiper-button-disabled:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-right-arrow-grey.svg) no-repeat;background-size:.313rem}
.live-wins .swiper{margin:0;width:100%}
.live-wins .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.live-wins .swiper-wrapper{padding:.75rem 0 0}
}
.live-wins .swiper-slide{min-width:90px;padding:0 5px;width:7.7%}
.live-wins .providers-swiper .swiper{margin:0 -.375rem}
.live-wins .providers-swiper .swiper-wrapper{padding:18px 0 0}
@media screen and (max-width:767.98px){.live-wins .providers-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.live-wins .providers-swiper .swiper-slide{min-width:160px;padding:0 .375rem;width:16.666%}
.live-wins .nft-swiper .swiper{margin:0 -.375rem}
.live-wins .nft-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.live-wins .nft-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.live-wins .nft-swiper .swiper-slide{min-width:160px;padding:0 .375rem;width:16.666%}
.live-wins .trading-swiper .swiper{margin:0 -.375rem}
.live-wins .trading-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.live-wins .trading-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.live-wins .trading-swiper .swiper-slide{min-width:374px;padding:0 .375rem;width:33.333%}
.inner-heading{align-items:center;display:flex}
@media screen and (max-width:767.98px){.inner-heading{margin-bottom:.625rem}
}
.inner-heading h4{color:#fff;color:var(--white);font-size:1rem;font-weight:700;line-height:1.25rem;margin:0}
@media screen and (max-width:500.98px){.inner-heading h4{font-size:.75rem;max-width:125px;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap}
}
.inner-heading img,.inner-heading svg{filter:brightness(10);height:1.25rem;margin-right:.625rem;width:1.25rem}
.inner-heading .week-wrap a{align-items:center;background:#162331;background:var(--gray-90);border-radius:.438rem;color:#8a90a2;color:var(--gray-20);display:flex;font-size:1rem;font-weight:500;justify-content:center;margin:0 .313rem;min-height:32px;min-width:32px;padding-top:2px;transition:background-color .3s ease 0s,color .3s ease 0s}
.inner-heading .week-wrap a.linkActive,.inner-heading .week-wrap a:hover{background-color:#404d6a;background-color:var(--gray-60);color:#fff;color:var(--white)}
.inner-heading .heading-link{color:#00a4fa;color:var(--blue-300);font-size:.875rem;font-weight:600;line-height:1.25rem;margin-left:1rem;text-decoration:underline;transition:color .3s ease 0s}
.inner-heading .heading-link:hover{color:#1090ea;color:var(--blue-400)}
.inner-heading .heading-link:before{display:none}
.provider-section{padding-bottom:1.875rem}
.provider-section.pb-4{padding-bottom:1.5rem}
.provider-section .theme-card{background:#162331;background:var(--gray-90);border:none;border-radius:.625rem;cursor:pointer;height:auto;min-height:132px;padding:1.5rem 1.25rem 1rem;text-align:center;transition:transform .15s ease-out 0s}
.provider-section .theme-card:hover{transform:translateY(-.5rem)}
@media screen and (max-width:767.98px){.provider-section .theme-card{padding:.5rem}
}
.provider-section .theme-card .provider-logo{align-items:center;display:flex;height:60px;justify-content:center;margin-bottom:0}
@media screen and (max-width:767.98px){.provider-section .theme-card .provider-logo{margin:0 auto}
}
.provider-section .theme-card .provider-logo img{height:auto;object-fit:contain;width:100%}
.provider-section .theme-card .provider-badge-wrap{border-radius:1.063rem;color:#8a90a2;color:var(--gray-20);display:inline-block;font-size:.75rem;font-weight:500;padding:0;text-align:center}
@media screen and (min-width:768px){.provider-section .col-lg-2{width:20%}
}
.table-section .inner-heading{margin-bottom:.75rem}
.table-section .heading-right-listing{margin-right:0}
.table-section .heading-right-listing a{background:#1d2c3c;background:var(--gray-85);border-radius:.5rem;color:#8a90a2;color:var(--gray-20);font-size:.75rem;font-weight:500;padding:.313rem .625rem;transition:background-color .3s ease 0s,color .3s ease 0s}
.table-section .heading-right-listing a:hover{background:#404d6a!important;background:var(--gray-60)!important;color:#fff!important;color:var(--white)!important}
@media screen and (max-width:767.98px){.table-section .heading-right-listing ul{flex-wrap:nowrap}
}
.table-section .heading-right-listing ul li{margin:0 2px}
.table-section .heading-right-listing ul li.active a{background:#404d6a;background:var(--gray-60);color:#fff;color:var(--white)}
.table-section .heading-right-listing ul li:hover a{background:#1d2c3c;background:var(--gray-85)}
.table-section .heading-right-listing .nav-tabs{border:none;padding:.313rem 0}
.table-section .text-success{color:#72f238!important;color:var(--live-green)!important}
.table-section .user-details .user-image{background:#283c51;background:var(--gray-80);border-radius:.5rem;height:auto;width:1.5rem}
.table-section .user-details .user-image img{height:auto;object-fit:cover;object-position:center;width:100%}
.heading-right-listing{margin-left:auto;margin-right:0}
@media screen and (max-width:767.98px){.heading-right-listing{overflow-x:auto;overflow-y:hidden;padding-bottom:.8rem;white-space:nowrap}
}
.heading-right-listing a{border-radius:.25rem;color:#6b758b;color:var(--gray-40);font-size:.75rem;font-weight:500;padding:.313rem .625rem}
.heading-right-listing li{margin:0 .313rem}
.heading-right-listing li.active a{color:#fff;color:var(--white)}
.heading-right-listing li.active a,.heading-right-listing li:hover a{background:#1d2c3c;background:var(--gray-85)}
.heading-right-listing .nav-tabs{border:none}
.provider-list{background:#162331;background:var(--gray-90);border-radius:.625rem;margin-top:20px!important;min-width:320px;overflow:hidden;padding-bottom:0;padding-top:0;position:relative}
@-moz-document url-prefix(){.provider-list{scrollbar-color:#283c51 #0000;scrollbar-color:var(--gray-80) #0000;scrollbar-width:thin}
}
@media screen and (max-width:767.98px){.provider-list{min-width:100%}
}
.provider-list::-webkit-scrollbar{width:18px}
.provider-list::-webkit-scrollbar-track{background:#0000;border:6px solid #0000}
.provider-list::-webkit-scrollbar-thumb{background:#283c51;background:var(--gray-80);border:6px solid #162331;border:6px solid var(--gray-90);border-radius:10px}
.provider-list .provider-list-right{justify-content:flex-end;width:50%}
.provider-list:before{border-bottom:10px solid #162331;border-bottom:10px solid var(--gray-90);border-left:10px solid #0000;border-right:10px solid #0000;content:"";height:0;left:50%;position:absolute;top:-.625rem;transform:translate(-50%);width:0}
.provider-list .dropdown-item{border-radius:.375rem;color:#8a90a2;color:var(--gray-20);font-size:.875rem;font-weight:500;height:40px;padding:.625rem 1rem;transition:background-color .3s,color .3s}
.provider-list .dropdown-item:active,.provider-list .dropdown-item:focus,.provider-list .dropdown-item:hover{background-color:#1d2c3c!important;background-color:var(--gray-85)!important;color:#fff;color:var(--white)}
.provider-list .dropdown-item:active span,.provider-list .dropdown-item:focus span,.provider-list .dropdown-item:hover span{color:#fff;color:var(--white)}
.provider-list .casino-search{background:#162331;background:var(--gray-90);border-bottom:1px solid #283c51;border-bottom:1px solid var(--gray-80);padding:.625rem}
.provider-list .casino-search input{font-size:.874rem;height:40px!important;padding-left:2rem}
.provider-list .casino-search .search-icon{height:1.1rem;width:1.1rem}
.provider-list .provider-list-wrap{max-height:340px;overflow-x:hidden;overflow-y:auto;padding:.313rem;position:relative}
@-moz-document url-prefix(){.provider-list .provider-list-wrap{scrollbar-color:#283c51 #0000;scrollbar-color:var(--gray-80) #0000;scrollbar-width:thin}
}
.provider-list .provider-list-wrap::-webkit-scrollbar{width:18px}
.provider-list .provider-list-wrap::-webkit-scrollbar-track{background:#0000;border:6px solid #0000}
.provider-list .provider-list-wrap::-webkit-scrollbar-thumb{background:#283c51;background:var(--gray-80);border:6px solid #162331;border:6px solid var(--gray-90);border-radius:10px}
.provider-list .wallet-setting-btn-wrap{align-items:center;background:#1d2c3c;background:var(--gray-85);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;display:flex;justify-content:center;padding:.625rem 1rem}
.provider-list .wallet-setting-btn-wrap a{color:#6b758b;color:var(--gray-40);font-size:.875rem;font-weight:500}
.provider-list .wallet-setting-btn-wrap a:hover{color:#00a4fa;color:var(--blue-300)}
.provider-list .wallet-setting-btn-wrap a:hover svg path{fill:#00a4fa;fill:var(--blue-300)}
.provider-list .wallet-setting-btn-wrap a svg{margin-right:.313rem}
.provider-list.search-provider-list{margin-top:0!important;min-width:auto}
.provider-list.search-provider-list .dropdown-item.active{background:#0f1923;background:var(--darkGray);color:#fff;color:var(--white)}
.provider-list.search-provider-list:before{display:none}
.search-filter-right{row-gap:.5rem}
@media screen and (max-width:1400px){.search-filter-right{column-gap:.5rem;padding:.5rem .625rem;row-gap:0}
}
@media screen and (max-width:575.98px){.search-filter-right{column-gap:.625rem;padding:0 .5rem}
}
@media screen and (max-width:500px){.search-filter-right{column-gap:4px}
.search-filter-right .btn{padding:0!important}
}
@media screen and (max-width:500px){.search-filter-right:has(button#currencies_dropdown_button){column-gap:0!important}
}
.search-filter-right .btn-primary{font-size:.875rem;line-height:1.688rem;min-height:2.75rem}
.search-filter-right .btn-primary span{color:#00a4fa;color:var(--blue-300)}
@media screen and (max-width:767.98px){.search-filter-right .btn-group{flex:initial!important;width:calc(50% - 2px)!important}
.search-filter-right .btn{width:100%}
}
@media screen and (max-width:470px){.search-filter-right .me-1{margin-right:0!important}
.search-filter-right .btn-group{flex:initial!important;width:100%!important}
.search-filter-right .btn{width:100%}
}
@media screen and (max-width:500px){.search-filter-right .btn-group{flex:0 0 100%;max-width:100%}
.search-filter-right .btn{width:100%}
}
.search-filter-right .header-wallet-icon{align-items:center;background:linear-gradient(180deg,#54b8ff,#1090ea);background:var(--secondaryRadialBtn);border-radius:0 6px 6px 0;cursor:pointer;display:flex;flex:0 0 3rem;height:3rem;justify-content:center;width:3rem}
@media screen and (max-width:1400px){.search-filter-right .header-wallet-icon{border-radius:6px;flex:1 1;flex:0 0 2rem!important;height:2rem;width:2rem}
}
.search-filter-right .header-wallet-icon svg{height:20px;width:20px}
.search-filter-right .header-wallet-icon:hover{background:#1090ea;background:var(--blue-400)}
@media screen and (max-width:575.98px){.search-filter-right .header-wallet-icon{flex:0 0 2rem;height:2rem;width:2rem}
.search-filter-right .header-wallet-icon svg{height:16px;width:16px}
}
.inner-loader svg{height:68px;width:68px}
.color-red{color:#ff4949!important;color:var(--red)!important}
.view-all-page-wrap .view-all-card-wrap{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));justify-content:flex-start;margin-top:1.125rem}
.view-all-page-wrap .view-all-card-wrap .global-casino-section .theme-card-wrap{max-height:auto;max-width:100%;padding:0 .25rem}
@media screen and (max-width:575px){.view-all-page-wrap .view-all-card-wrap{grid-template-columns:repeat(3,1fr)}
}
#urm-chat-container{margin-left:52px;max-height:100vh;min-height:100vh;overflow:auto;position:relative;transition:all .2s ease-in-out}
@media screen and (min-width:1199px){#urm-chat-container{margin-left:250px}
#urm-chat-container.sidebar-close{margin-left:52px}
}
@media screen and (max-width:1198px){#urm-chat-container{margin-left:0}
}
.language-btn .language-flag--wrapper{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:space-between;padding-right:20px}
.language-btn.single-language span{align-items:center;border:none;display:flex;justify-content:center}
.language-btn.single-language span,.language-btn.single-language span:hover{background-color:#283c51!important;background-color:var(--gray-80)!important}
.language-btn.single-language span:hover{border-color:#283c51!important;border-color:var(--gray-80)!important}
.language-btn .dropdown-menu{background:#283c51;background:var(--gray-80);box-shadow:0 0 16px 0 rgba(15,25,35,.961);padding:.5rem!important}
.language-btn .dropdown-menu .dropdown-item{background-color:#0000;color:#fff;color:var(--white);font-size:.875rem;font-weight:400}
.language-btn .dropdown-menu .dropdown-item:hover:not(.language-dropdown-menu-item){background:#404d6a;background:var(--gray-60)}
.language-btn .btn-primary{background:#283c51;background:var(--gray-80);color:#8a90a2;color:var(--gray-20);font-size:.75rem;font-weight:300;min-height:1.688rem;padding:0 .313rem}
.language-btn button{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:space-between}
.chat-notification-icon{background:#72f238;background:var(--live-green);border-radius:100%;height:.5rem;position:absolute;right:.4rem;top:.4rem;width:.5rem}
.cursor-pointer{cursor:pointer}
.border-muted{border-color:#657d97!important;border-color:var(--minePlachholder)!important}
.overflowHidden{overflow:hidden}
.btn-close{align-items:center;background:none;background-size:.625rem;box-shadow:none!important;display:flex;justify-content:center;position:absolute;right:1.875rem;top:1rem;z-index:1}
@media screen and (max-width:767.98px){.btn-close{right:.625rem;top:.625rem}
}
.btn-close:hover{opacity:1}
.btn-close svg{height:.625rem;width:.625rem}
.custom-switch-btn-wrap .input-label{margin-left:.625rem}
.custom-switch-btn-wrap .input-label h6{font-size:1rem}
.custom-switch-btn-wrap .input-label p{color:#6b758b;color:var(--gray-40);font-size:.875rem}
.custom-switch-btn-wrap .custom-switch-btn input[type=checkbox].switch-btn{-webkit-appearance:none;appearance:none;background:#283c51;background:var(--gray-80);border-radius:3em;cursor:pointer;font-size:1rem;height:1.5em;outline:none;position:relative;transition:all .2s ease-in-out;width:3.5em}
.custom-switch-btn-wrap .custom-switch-btn input[type=checkbox].switch-btn:checked{background:#72f238;background:var(--live-green)}
.custom-switch-btn-wrap .custom-switch-btn input[type=checkbox].switch-btn:checked:after{left:calc(100% - 1.5em)}
.custom-switch-btn-wrap .custom-switch-btn input[type=checkbox].switch-btn:after{background:#fff;border-radius:50%;box-shadow:0 0 .25em #0000004d;content:"";height:1.5em;left:0;position:absolute;transform:scale(.7);transition:all .2s ease-in-out;width:1.5em}
.form-group.required .control-label:after{color:#ff4949;color:var(--red);content:"*"}
input[type=checkbox].switch_1:checked:after{left:calc(100% - 1.5em)}
label:active:after{width:130px}
a{text-decoration:none}
ul{list-style:none;padding:0}
.modal-title{color:#fff;color:var(--white)}
.auth-social-heading{margin:.3rem 0}
.auth-social-heading h6{color:#6b758b;color:var(--gray-40);margin:0;position:relative;text-align:center}
.auth-social-heading h6:before{background:#283c51;background:var(--gray-80);content:"";height:1px;left:0;position:absolute;top:.625rem;width:100%}
.auth-social-heading h6 span{background:#162331;background:var(--gray-90);font-size:.75rem;font-weight:600;padding:0 1rem;position:relative}
.lh-20{line-height:1.25rem!important}
.crypto-table-wrapper{padding-top:18px}
.crypto-table .theme-table{border-spacing:0 .25rem}
.crypto-table .theme-table tr td{background:#162331;background:var(--gray-90);padding:.25rem .938rem}
.crypto-table .theme-table tr td button{font-size:.75rem;line-height:1rem;max-width:7rem;min-height:2rem}
.text-success{color:#72f238!important;color:var(--live-green)!important}
.custom-switch-wrap label{color:#6b758b;color:var(--gray-40);font-size:.875rem;font-weight:500;line-height:1.75rem}
.custom-switch-wrap .custom-switch{background:#283c51;background:var(--gray-80);border-radius:100vh;height:24px;position:relative;transition:background .4s ease;width:40px}
.custom-switch-wrap .custom-switch:before{background:#6b758b;background:var(--gray-40);border-radius:50%;content:"";height:16px;left:4px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .4s ease;width:16px}
.custom-switch-wrap .custom-switch:has(input[type=checkbox]:checked){background:#72f238;background:var(--live-green)}
.custom-switch-wrap .custom-switch:has(input[type=checkbox]:checked):before{background:#162331;background:var(--gray-90);transform:translate(16px,-50%)}
.custom-switch-wrap .custom-switch input[type=checkbox]{cursor:pointer;inset:0;opacity:0;position:absolute}
.language-flag--wrapper{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:space-between}
.language-label{color:#fff;color:var(--white);font-size:12px;font-weight:500;margin-left:8px;width:80%}
.language-flag{align-items:center;border-radius:50%;display:flex;justify-content:center}
.language-flag,.language-flag svg{height:16px;width:16px}
.language-dropdown-menu{border:none;border-radius:8px;box-shadow:0 0 16px 0 rgba(15,25,35,.961);margin-top:.5rem;max-width:126px;min-width:126px;padding:0}
.language-dropdown-menu a{padding:0}
.language-dropdown-menu li{border-radius:8px;padding:8px}
.language-dropdown-menu li.active{background-color:#404d6a;background-color:var(--gray-60)}
.language-dropdown-menu li:not(:last-child){padding-bottom:8px}
.progress{height:6px}
.progress-bar{background-color:#00a4fa;background-color:var(--blue-300)}
.g-2-5,.gy-2-5{--bs-gutter-y:0.750rem}
.g-2-5,.gx-2-5{--bs-gutter-x:0.750rem}
a,button{color:#fff;color:var(--white)}
a.btn,button.btn{text-wrap:nowrap;border-radius:.5rem;box-shadow:none!important;font-size:1rem;font-weight:500;line-height:1.688rem;min-height:2.75rem;padding:.25rem 1.5rem;transition:all .3s ease 0s}
a.btn:active,button.btn:active{opacity:.8;transform:scale(.98)}
a.btn:active:focus,a.btn:focus,button.btn:active:focus,button.btn:focus{box-shadow:none}
a.btn-primary,button.btn-primary{background:#162331;background:var(--gray-90);border:1px solid #162331;border:1px solid var(--gray-90)}
a.btn-primary.active,a.btn-primary:active,a.btn-primary:focus,a.btn-primary:hover,button.btn-primary.active,button.btn-primary:active,button.btn-primary:focus,button.btn-primary:hover{background:#404d6a!important;background:var(--gray-60)!important;border:1px solid #404d6a;border:1px solid var(--gray-60);color:#fff;color:var(--white)}
a.btn-primary:active,button.btn-primary:active{border:1px solid #404d6a;border:1px solid var(--gray-60)}
a.btn-primary.white-hover-shadow,button.btn-primary.white-hover-shadow{position:relative}
a.btn-primary.white-hover-shadow:after,button.btn-primary.white-hover-shadow:after{background:radial-gradient(50% 50% at 50% 50%,#fff 10%,#fff0 100%);border-radius:50%;bottom:-35px;content:"";height:60px;left:50%;opacity:0;pointer-events:none;position:absolute;right:50%;transform:translate(-50%)!important;transition:transform .35s ease,opacity .35s ease;width:60%}
a.btn-primary.white-hover-shadow:hover:after,button.btn-primary.white-hover-shadow:hover:after{opacity:.5;transform:translate(-50%)!important}
a.btn-primary-light,button.btn-primary-light{background:#283c51;background:var(--gray-80);border:1px solid #283c51;border:1px solid var(--gray-80);color:#8a90a2;color:var(--gray-20);line-height:1.25rem}
a.btn-primary-light:hover,button.btn-primary-light:hover{background:#404d6a!important;background:var(--gray-60)!important;border:1px solid #404d6a;border:1px solid var(--gray-60);color:#8a90a2;color:var(--gray-20)}
a.btn-info,button.btn-info{background:#1d2c3c;background:var(--gray-85);border:1px solid #1d2c3c;border:1px solid var(--gray-85);color:#fff;color:var(--white)}
a.btn-info:hover,button.btn-info:hover{background:linear-gradient(90deg,#21a8f7 0,#35b3f9);background:var(--secondaryBtn);border:1px solid #162331;border:1px solid var(--gray-90);color:#fff;color:var(--white)}
a.btn-info:active,button.btn-info:active{border:1px solid linear-gradient(90deg,#21a8f7 0,#35b3f9);border:1px solid var(--secondaryBtn);color:#fff;color:var(--white)}
a.btn-secondary,button.btn-secondary{background:radial-gradient(50% 50% at 50% 50%,#54b8ff 0,#1090ea 100%);background:radial-gradient(50% 50% at 50% 50%,var(--blue-200) 0,var(--blue-400) 100%);border:none}
a.btn-secondary:not(.shadow-none),button.btn-secondary:not(.shadow-none){box-shadow:inset 0 2px 1px #ffffff40,inset 0 -4px 2px #00000040!important;overflow:hidden;position:relative;transition:background .3s ease}
a.btn-secondary:not(.language-btn):after,button.btn-secondary:not(.language-btn):after{background:radial-gradient(50% 50% at 50% 50%,#fff 10%,#fff0 100%);border-radius:50%;bottom:-35px;content:"";height:60px;left:50%;opacity:0;pointer-events:none;position:absolute;right:50%;transform:translate(-50%)!important;transition:transform .35s ease,opacity .35s ease;width:60%}
a.btn-secondary:hover,button.btn-secondary:hover{background:radial-gradient(50% 50% at 50% 50%,#54b8ff 0,#1090ea 100%);background:radial-gradient(50% 50% at 50% 50%,var(--blue-200) 0,var(--blue-400) 100%);box-shadow:inset 0 2px 1px 0 hsla(0,0%,100%,.251),inset 0 -4px 2px 0 rgba(0,0,0,.251);transition:background .3s ease}
a.btn-secondary:hover:after,button.btn-secondary:hover:after{opacity:.5;transform:translate(-50%)!important}
a.btn-secondary:active,button.btn-secondary:active{background:radial-gradient(50% 50% at 50% 50%,#1090ea 0,#1090ea 100%);background:radial-gradient(50% 50% at 50% 50%,var(--blue-400) 0,var(--blue-400) 100%);color:#fff;color:var(--white);opacity:1;transform:scale(1)}
a.btn-secondary:active:after,button.btn-secondary:active:after{opacity:0}
a.btn-secondary:focus,button.btn-secondary:focus{background:radial-gradient(50% 50% at 50% 50%,#1090ea 0,#1090ea 100%);background:radial-gradient(50% 50% at 50% 50%,var(--blue-400) 0,var(--blue-400) 100%)}
a.btn-secondary:disabled,button.btn-secondary:disabled{background:radial-gradient(50% 50% at 50% 50%,#007bbc 0,#007bbc 100%);background:radial-gradient(50% 50% at 50% 50%,var(--blue-600) 0,var(--blue-600) 100%);color:#ffffff80;opacity:1}
a.btn-secondary:disabled i,a.btn-secondary:disabled svg,button.btn-secondary:disabled i,button.btn-secondary:disabled svg{opacity:.5}
a.btn-simple,a.btn-simple:active,a.btn-simple:hover,button.btn-simple,button.btn-simple:active,button.btn-simple:hover{background:var(--primaryDark);color:#fff;color:var(--white)}
a.btn-small,button.btn-small{font-size:1rem;height:2rem;line-height:1;min-height:0;min-height:auto;padding:.5rem 1rem}
.theme-table{border-collapse:initial;border-spacing:0 .5rem;color:#fff;color:var(--white);vertical-align:middle}
.theme-table .user_rank{height:32px;width:32px}
.theme-table thead th{background:#1d2c3c;background:var(--gray-85);border:none;color:#8a90a2;color:var(--gray-20);font-size:.75rem;font-weight:500;line-height:1rem;padding:.5rem 1rem;text-align:left!important;text-transform:uppercase}
@media screen and (max-width:767.98px){.theme-table thead th{font-size:.75rem}
}
.theme-table thead th:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}
.theme-table thead th:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}
.theme-table tbody tr td{background:#162331;background:var(--gray-90);border:none;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-align:left;white-space:nowrap}
.theme-table tbody tr td:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;white-space:nowrap}
.theme-table tbody tr td:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}
.theme-table-bets tbody tr td{height:48px}
.theme-table-bets thead tr th{white-space:nowrap}
.form-control.custom-line-height{line-height:2.125rem}
@media screen and (max-width:767.98px){.form-control.custom-line-height{padding-right:.4rem!important}
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input.error-input,input.error-input:focus{border:1px solid var(--c)!important}
input[readonly]{cursor:not-allowed;opacity:.7!important}
input[readonly]:focus,input[readonly]:focus-within,input[readonly]:hover{border:1px solid #162331!important;border:1px solid var(--gray-90)!important}
.form-check-input{background-color:#0000;border:1px solid #404d6a;border:1px solid var(--gray-60)}
.form-check-input:checked{background-color:#00a4fa;background-color:var(--blue-300)}
.form-check-input:focus{box-shadow:none}
.form-check-label{color:#8a90a2;color:var(--gray-20)}
@media screen and (max-width:575.98px){.auth-mob-instructions.pb-5{padding-bottom:0!important}
.auth-mob-instructions.pb-add{padding-bottom:1rem!important}
}
.auth-instruction-text{background-color:#0f1923cc;background-color:var(--darkGray-80);padding:.4rem 1rem!important}
@media(max-width:576px){.modal .modal-dialog{margin:1rem}
}
.modal .modal-content{background-color:#162331;background-color:var(--gray-90);border-radius:15px;color:#fff;color:var(--white)}
.modal .modal-content .modal-header{border-bottom:1px solid #283c51;border-bottom:1px solid var(--gray-80);font-size:1rem;font-weight:700;line-height:1.25;padding:.8rem 1rem .75rem}
@media screen and (max-width:575.98px){.modal .modal-content{border-radius:8px}
}
.modal .modal-content .modal-body{padding:1.875rem 1.25rem}
.modal .modal-content .btn-close{align-items:center;background-color:#404d6a;background-color:var(--gray-60);border:2px solid #162331;border:2px solid var(--gray-90);border-radius:100%;display:flex;height:1.5rem;justify-content:center;max-width:1.5rem;padding:0;position:absolute;right:1rem;top:.5rem;width:1.5rem}
.modal .modal-content .btn-close svg{height:.625rem;width:.625rem}
.modal .modal-content .heading-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;position:relative}
.modal .modal-content .heading-wrap .modal-title{color:#fff;color:var(--white);font-size:2rem;font-weight:500;line-height:2.75rem;text-align:center}
.modal .modal-content .body-wrap .body-heading{color:#fff;color:var(--white);font-size:1.125rem;font-weight:500;margin-bottom:.5rem}
.modal .modal-content .body-wrap .form-group{margin-bottom:1.125rem!important}
.modal .modal-content .body-wrap .form-group .form-label{color:#fff;color:var(--white);font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem}
.modal .modal-content .body-wrap .form-group .form-label.form-label-grey{color:#fff;color:var(--white);margin-left:.5rem}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons{align-items:center;display:flex;gap:.375rem;padding:.625rem .5rem;z-index:6}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons img{max-height:1.25rem;max-width:1.25rem;width:1.25rem}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn{align-items:center;background-color:#26374a;background-color:var(--game-color-400);border:0;border-radius:.313rem;color:#657d97;color:var(--game-text-100);display:flex;font-size:.875rem;font-weight:500;height:1.875rem;justify-content:center;line-height:1.125rem;padding:.375rem .625rem}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn svg{fill:#657d97;fill:var(--game-text-100);height:1.25rem;width:1.25rem}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn svg path{fill:#657d97;fill:var(--game-text-100)}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn.active,.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn:hover{background-color:#21a8f7;background-color:var(--game-primary);color:#fff;color:var(--white)}
.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn.active svg,.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn.active svg path,.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn:hover svg,.modal .modal-content .body-wrap .form-group .custom-input-group-addons .input-btn:hover svg path{fill:#fff;fill:var(--white)}
.modal .modal-content .body-wrap .form-group .input-group{position:relative}
.modal .modal-content .body-wrap .form-group .input-group .form-control{background-color:#131d28;background-color:var(--game-color-300);border:1px solid #213142;border:1px solid var(--game-border-200);border-radius:.375rem;color:#657d97;color:var(--game-text-100);font-size:.875rem;font-weight:700;height:3.25rem;margin:0;padding:.625rem .75rem;width:100%}
.modal .modal-content .body-wrap .btn-box{display:flex;flex-direction:column;gap:.938rem;margin-top:.313rem}
.modal .modal-content .body-wrap .btn-box .btn{border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.125rem;padding:1rem}
.modal .modal-content .body-wrap .btn-box .btn-place-bet{background-color:#21a8f7;background-color:var(--game-primary);border:2px solid #21a8f7;border:2px solid var(--game-primary);color:#fff;color:var(--white)}
.modal .modal-content .body-wrap .btn-box .btn-place-bet-outline{background-color:#0000;border:2px solid #465d77;border:2px solid var(--game-border-300);color:#657d97;color:var(--game-text-100)}
.modal .modal-content .body-wrap .btn-box .btn-text{background-color:#0000;border:0;color:#fff;color:var(--white)}
.modal .modal-content .body-wrap ol li{font-size:.875rem}
.modal .modal-content .body-wrap ol li:not(:last-child){margin-bottom:.125rem}
.modal .modal-content .body-wrap ol li.game-rules-text{color:#657d97;color:var(--game-text-100)}
.modal .modal-content .body-wrap hr{background-color:#25394f;background-color:var(--game-border-100);margin:1rem 0;opacity:1}
@media screen and (max-width:1199.98px){.modal .modal-content:not(.country-restriction-overlay) .modal-body{padding:1.5rem 1rem}
}
.modal .modal-content.country-restriction-overlay .modal-body{padding:30px 40px}
::-webkit-scrollbar{height:4px;width:4px}
::-webkit-scrollbar-thumb{border-radius:10px}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:#162331;background:var(--gray-90)}
body{background:#0f1923;background:var(--darkGray);font-family:Rubik,sans-serif}
.rounded-16{border-radius:16px!important}
.rounded-10{border-radius:10px!important}
.table.table-default{margin-bottom:0}
.table.table-default thead tr{background:var(--aquaBlue)}
.table.table-default thead tr th{border:none;color:#fff;color:var(--white);font-size:14px;font-weight:400;padding:16px 10px;width:1%}
.table.table-default thead tr th:first-child{border-radius:14px 0 0 0}
.table.table-default thead tr th:last-child{border-radius:0 14px 0 0}
.table.table-default tbody tr td{border:none;color:#fff;color:var(--white);font-size:13px;font-weight:400;padding:14px 10px;width:5%}
@media screen and (min-width:768px){.table.table-default tbody tr td{font-size:14px;font-weight:600}
}
.table.table-default tbody tr .table-data-success{color:#00e701;color:var(--green)}
.table.table-default tbody tr:nth-child(2n){background:var(--darkSlate)}
.table.table-default tbody tr:last-child td:first-child{border-radius:0 0 0 18px}
.table.table-default tbody tr:last-child td:last-child{border-radius:0 0 18px 0}
.form-control{background-color:#162331;background-color:var(--gray-90);border:1px solid #162331;border:1px solid var(--gray-90);border-radius:.625rem;color:#fff;color:var(--white);font-size:1rem;height:3rem;padding:.438rem .75rem}
.form-control::placeholder{color:#8a90a2!important;color:var(--gray-20)!important}
.form-control:focus{background-color:#162331;background-color:var(--gray-90);border:1px solid #00a4fa;border:1px solid var(--blue-300);box-shadow:none;color:#fff;color:var(--white);outline:none}
.form-control:focus-within{box-shadow:none}
.form-control:disabled,.form-control[readonly]{background-color:#162331;background-color:var(--gray-90);color:#fff;color:var(--white)}
.form-control:disabled{cursor:not-allowed}
.form-control-dark{border:1px solid #0f1923;border:1px solid var(--darkGray)}
.form-control-dark,.form-control-dark:focus{background-color:#0f1923;background-color:var(--darkGray)}
.form-control-dark:focus{border:1px solid #00a4fa;border:1px solid var(--blue-300);outline:none}

.progress{background-color:#0f1923;background-color:var(--darkGray);height:3px}
.text-green{color:#00e701;color:var(--green)}
.text-red{color:#ff4949;color:var(--red)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay){background-color:#162331;background-color:var(--gray-90);border-radius:15px;color:#fff;color:var(--white)}
@media screen and (max-width:575.98px){.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay){border-radius:0}
}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .modal-body{padding:1.875rem 1.25rem}
@media screen and (max-width:1199.98px){.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .modal-body{padding:1.875rem 1rem 5rem}
}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .btn-close{align-items:center;background-color:#404d6a;background-color:var(--gray-60);border:2px solid #162331;border:2px solid var(--gray-90);border-radius:100%;display:flex;height:1.5rem;justify-content:center;max-width:1.5rem;padding:0;position:absolute;right:.25rem;top:.375rem;width:1.5rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .btn-close svg{height:.625rem;width:.625rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .heading-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;position:relative}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .heading-wrap .modal-title{color:#fff;color:var(--white);font-size:2rem;font-weight:500;line-height:2.75rem;text-align:center}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .body-heading{color:#fff;color:var(--white);font-size:1.125rem;font-weight:500;margin-bottom:.5rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group{margin-bottom:1.125rem!important}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .form-label{color:#fff;color:var(--white);font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .form-label.form-label-grey{color:#fff;color:var(--white);margin-left:.5rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons{align-items:center;display:flex;gap:.375rem;padding:.625rem .5rem;z-index:6}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons img{max-height:1.25rem;max-width:1.25rem;width:1.25rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn{align-items:center;background-color:#26374a;background-color:var(--game-color-400);border:0;border-radius:.313rem;color:#657d97;color:var(--game-text-100);display:flex;font-size:.875rem;font-weight:500;height:1.875rem;justify-content:center;line-height:1.125rem;padding:.375rem .625rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn svg{fill:#657d97;fill:var(--game-text-100);height:1.25rem;width:1.25rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn svg path{fill:#657d97;fill:var(--game-text-100)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn.active,.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn:hover{background-color:#21a8f7;background-color:var(--game-primary);color:#fff;color:var(--white)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn.active svg,.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn.active svg path,.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn:hover svg,.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .custom-input-group-addons .input-btn:hover svg path{fill:#fff;fill:var(--white)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .input-group{position:relative}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .form-group .input-group .form-control{background-color:#131d28;background-color:var(--game-color-300);border:1px solid #213142;border:1px solid var(--game-border-200);border-radius:.375rem;color:#657d97;color:var(--game-text-100);font-size:.875rem;font-weight:700;height:3.25rem;margin:0;padding:.625rem .75rem;width:100%}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .btn-box{display:flex;flex-direction:column;gap:.938rem;margin-top:.313rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .btn-box .btn{border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.125rem;padding:1rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .btn-box .btn-place-bet{background-color:#21a8f7;background-color:var(--game-primary);border:2px solid #21a8f7;border:2px solid var(--game-primary);color:#fff;color:var(--white)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .btn-box .btn-place-bet-outline{background-color:#0000;border:2px solid #465d77;border:2px solid var(--game-border-300);color:#657d97;color:var(--game-text-100)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap .btn-box .btn-text{background-color:#0000;border:0;color:#fff;color:var(--white)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap ol li{font-size:.875rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap ol li:not(:last-child){margin-bottom:.125rem}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap ol li.game-rules-text{color:#657d97;color:var(--game-text-100)}
.modal .modal-content:not(.country-restriction-overlay) .modal-content:not(.insufficient-funds-overlay) .body-wrap hr{background-color:#25394f;background-color:var(--game-border-100);margin:1rem 0;opacity:1}
.form-group{position:relative}
.form-group .show-password{color:#8a90a2;color:var(--gray-20);cursor:pointer;position:absolute;right:10px;top:38px}
.mt-05{margin-top:.125rem}
.form-label{color:#6b758b;color:var(--gray-40);font-size:.875rem;font-weight:600;line-height:1;margin-bottom:8px;text-transform:uppercase}
.form-label span{color:#ff4949;color:var(--red)}
select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%235A7DA1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position-x:calc(100% - 10px);background-position-y:50%;background-repeat:no-repeat}
.game-container{background-clip:content-box,border-box;background-image:linear-gradient(#162331,#162331),linear-gradient(180deg,#26384b,#162331 60%);background-image:linear-gradient(var(--containerBg),var(--containerBg)),linear-gradient(180deg,var(--containerBorder),var(--containerBg) 60%);background-origin:border-box;border:2px solid #0000;border-radius:.625rem;margin:0 auto;max-width:1106px}
.game-container .game-wrapper{border-bottom:2px solid #25394f;border-bottom:2px solid var(--game-border-100);display:flex}
.game-container .game-wrapper .game-sidebar{border-right:2px solid #25394f;border-right:2px solid var(--game-border-100);max-width:309px;width:100%}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap{display:flex;flex-direction:column;padding:1rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .nav.nav-tabs{background-color:#111b26;background-color:var(--game-color-100);border:0;border-radius:.5rem;gap:.313rem;margin-bottom:.938rem;padding:.375rem;width:100%}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .nav.nav-tabs .nav-item{flex-grow:1;min-height:2.25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .nav.nav-tabs .nav-item .nav-link{background-color:#0000;color:#657d97;color:var(--game-text-100);font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem;text-transform:uppercase}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .nav.nav-tabs .nav-item .nav-link:hover{color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .nav.nav-tabs .nav-item .nav-link.active{background-color:#1f2e3e;background-color:var(--game-color-200);border:none;color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group{margin-bottom:.625rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .form-label{color:#fff;color:var(--white);font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .form-label.form-label-grey{color:#fff;color:var(--white);margin-left:.5rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons{align-items:center;display:flex;gap:.375rem;padding:.625rem .5rem;z-index:6}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons img{max-height:1.25rem;max-width:1.25rem;width:1.25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn{align-items:center;background-color:#26374a;background-color:var(--game-color-400);border:0;border-radius:.313rem;color:#657d97;color:var(--game-text-100);display:flex;font-size:.75rem;font-weight:500;height:1.5rem;justify-content:center;line-height:1.125rem;padding:.188rem .375rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn svg{fill:#657d97;fill:var(--game-text-100);height:1.25rem;width:1.25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn svg path{fill:#657d97;fill:var(--game-text-100)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn.active,.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn:hover{background-color:#21a8f7;background-color:var(--game-primary);color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn.active svg,.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn.active svg path,.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn:hover svg,.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .custom-input-group-addons .input-btn:hover svg path{fill:#fff;fill:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .input-group{position:relative}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .form-group .input-group .form-control{background-color:#131d28;background-color:var(--game-color-300);border:1px solid #213142;border:1px solid var(--game-border-200);border-radius:.375rem;color:#657d97;color:var(--game-text-100);font-size:.875rem;font-weight:700;height:2.75rem;margin:0;padding:.625rem .75rem;width:100%}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box{display:flex;flex-direction:column;gap:.938rem;margin-top:.313rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box .btn{border-radius:.375rem;font-size:1rem;font-weight:500;line-height:1.125rem;padding:1rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box .btn-place-bet{background-color:#21a8f7;background-color:var(--game-primary);border:2px solid #21a8f7;border:2px solid var(--game-primary);color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box .btn-place-bet-outline{background-color:#0000;border:2px solid #465d77;border:2px solid var(--game-border-300);color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box .btn-text{background-color:#0000;border:0;color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .risk-btn-box{display:flex;gap:.375rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .risk-btn-box .risk-btn{background-color:#1b2938;background-color:var(--game-color-500);border:1px solid #213142;border:1px solid var(--game-border-200);border-radius:.375rem;color:#fff;color:var(--white);flex-grow:1;font-size:.875rem;font-weight:500;line-height:1.125rem;padding:.75rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .risk-btn-box .risk-btn.active,.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .risk-btn-box .risk-btn:hover{background-color:#21a8f7;background-color:var(--game-primary);border:1px solid #21a8f7;border:1px solid var(--game-primary);color:#fff;color:var(--white)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .bet-win-loss-box{border:1px solid #25394f;border:1px solid var(--game-border-100);border-radius:.375rem;margin-bottom:.625rem;padding:1rem 1.25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .bet-win-loss-box hr{background-color:#25394f;background-color:var(--game-border-100);margin:.625rem 0;opacity:1}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .bet-win-loss-box .form-group{margin-bottom:0}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .bet-win-loss-box .form-group .input-group .custom-input-group-addons{padding-bottom:0;padding-left:0;padding-top:0}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .bet-win-loss-box .form-group .input-group .form-control{background-color:#0000;border:0;height:auto;padding:0}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.625rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn{background-clip:content-box,border-box;background-image:linear-gradient(#1b2938,#1b2938),linear-gradient(180deg,#213142,#1b2938 60%);background-image:linear-gradient(var(--game-color-500),var(--game-color-500)),linear-gradient(180deg,var(--game-border-200),var(--game-color-500) 60%);background-origin:border-box;border:1px solid #0000;border-radius:.375rem;padding:0}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn .higher-lower-inner{align-items:center;display:flex;gap:1.375rem;justify-content:space-between;padding:.625rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn .higher-lower-inner .text{color:#fff;color:var(--white);font-size:.875rem;font-weight:500;line-height:1.125rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn .higher-lower-inner .inner-text-box{align-items:center;background-color:#26374a;background-color:var(--game-color-400);border-radius:.313rem;color:#8ad5fd;color:var(--blue-100);display:flex;font-size:.75rem;font-weight:500;gap:.25rem;height:1.5rem;justify-content:space-between;line-height:1.125rem;padding:.125rem .25rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn .higher-lower-inner .inner-text-box img{height:1rem;width:1rem}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn:hover{background:#21a8f7;background:var(--game-primary)}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn:disabled{cursor:not-allowed;pointer-events:all}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .higher-lower-btn-box .higher-lower-btn:disabled:hover{background-image:linear-gradient(#1b2938,#1b2938),linear-gradient(180deg,#213142,#1b2938 60%);background-image:linear-gradient(var(--game-color-500),var(--game-color-500)),linear-gradient(180deg,var(--game-border-200),var(--game-color-500) 60%);cursor:not-allowed;pointer-events:all}
.game-container .game-wrapper .game-holder{width:100%}
@media screen and (max-width:991.98px){.game-container{max-width:400px}
.game-container .game-wrapper{flex-direction:column}
.game-container .game-wrapper .game-sidebar{border-right:0;border-top:2px solid #25394f;border-top:2px solid var(--game-border-100);max-width:none}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap{flex-direction:column-reverse}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box{margin-bottom:.938rem}
}
@media screen and (min-width:556px)and (max-width:992px){.game-container{max-width:900px}
.game-container .game-wrapper{flex-direction:column}
.game-container .game-wrapper .game-sidebar{border-right:0;border-top:2px solid #25394f;border-top:2px solid var(--game-border-100);max-width:none}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap{flex-direction:column-reverse}
.game-container .game-wrapper .game-sidebar .game-sidebar-wrap .btn-box{margin-bottom:.938rem}
}
.game-container .custom-range-group .form-range{appearance:none;-webkit-appearance:none;border-radius:.5rem;height:4px;outline:none;transition:background .45s ease-in;width:100%}
.game-container .custom-range-group .form-range::-webkit-slider-runnable-track{background-color:#23374c;background-color:var(--rangeSliderTrack);height:4px}
.game-container .custom-range-group .form-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;background:#fff;background:var(--white);border:4px solid #00a4fa;border:4px solid var(--blue-300);border-radius:50%;cursor:ew-resize;height:18px;margin-top:-7px;width:18px}
.game-container .game-settings-wrap .btn-group .dropup-btn{background-color:#0000;border:0;position:relative}
.game-container .game-settings-wrap .btn-group .dropup-btn:hover svg{fill:#fff;fill:var(--white)}
.game-container .game-settings-wrap .btn-group .dropup-btn[aria-expanded=true]:before{border-left:10px solid #0000;border-right:10px solid #0000;border-top:10px solid #25394f;border-top:10px solid var(--game-border-100);content:"";height:0;left:6px;position:absolute;top:-11px;width:0}
.game-container .game-settings-wrap .btn-group .dropup-btn[aria-expanded=true] svg{fill:#21a8f7;fill:var(--game-primary)}
.game-container .game-settings-wrap .btn-group .dropdown-menu{background:#111b26;background:var(--game-color-100);border:2px solid #25394f;border:2px solid var(--game-border-100);border-radius:.375rem;margin-left:4px!important;min-width:150px}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item{align-items:center;display:flex;gap:.75rem;padding:.613rem .75rem;transition:all .2s;-webkit-transition:all .2s}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item .icon{align-items:center;display:flex;height:.875rem;justify-content:center;min-width:.875rem;width:.875rem}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item .icon svg{fill:#fff;fill:var(--white);height:auto;width:100%}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item .text{color:#fff;color:var(--white);font-size:.825rem}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item .custom-range-group{align-items:center;display:flex}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item:hover{background-color:#1f2e3e;background-color:var(--game-color-200)}
.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item.active,.game-container .game-settings-wrap .btn-group .dropdown-menu .dropdown-item.active:hover{background-color:#21a8f7;background-color:var(--game-primary)}
.game-container .game-settings-wrap .btn-group .dropdown-menu span.dropdown-item.active,.game-container .game-settings-wrap .btn-group .dropdown-menu span.dropdown-item.active:hover,.game-container .game-settings-wrap .btn-group .dropdown-menu span.dropdown-item:hover{background-color:#0000}
.game-container .game-settings-wrap .dragable-live-state .dropdown-menu{background:#0000;border:#0000;min-width:250px}
.game-container .game-settings-wrap .dragable-live-state .dropdown-menu .live-state-dropdown-menu{background:#111b26;background:var(--game-color-100);border:2px solid #25394f;border:2px solid var(--game-border-100);border-radius:.375rem}
.game-container .game-settings-wrap .dragable-live-state .dropdown-menu .live-state-dropdown-menu .live-state-head{background-color:#25394f;background-color:var(--game-border-100);cursor:move}
.game-container .game-settings-wrap .dragable-live-state .dropdown-menu .live-state-dropdown-menu .live-state-body{font-size:.825rem}
.game-container .game-settings-wrap .game-foot-logo{max-width:165px;width:100%}
.game-container .fairness-modal-button{color:#30475f;color:var(--themeGreyText);cursor:pointer}
.game-container .fairness-modal-button::selection{background:#0000}
.game-container .fairness-modal-button:hover{color:#fff;color:var(--white)}
.game-container .fairness-modal-button:active{opacity:.6}
.mine-more-info{color:#fff;color:var(--white);font-size:12px;opacity:.4}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.custom-tabs-nav{padding-bottom:1rem}
.custom-tabs-nav .nav-scroll-arrow-wrapper{background:linear-gradient(270deg,#162331,#16233100)}
.custom-tabs-nav .nav{gap:.5rem}
.custom-tabs-nav .nav .nav-item .nav-link{background-color:#1d2c3c!important;background-color:var(--gray-85)!important;border:2px solid #1d2c3c!important;border:2px solid var(--gray-85)!important;border-radius:.625rem!important;color:#8a90a2!important;color:var(--gray-20)!important;font-size:1rem!important;font-weight:600!important;height:2.75rem;line-height:1.5rem!important;padding:.625rem 1rem!important}
.custom-tabs-nav .nav .nav-item .nav-link.active,.custom-tabs-nav .nav .nav-item .nav-link.active:hover,.custom-tabs-nav .nav .nav-item .nav-link:hover{background-color:#404d6a!important;background-color:var(--gray-60)!important;border:2px solid #404d6a!important;border:2px solid var(--gray-60)!important;color:#fff!important;color:var(--white)!important}
@media screen and (min-width:992px){.flip-coin-pick-side{min-width:233px}
}
.flip-coin-pick-side .btn-check-label{background-color:#0000;border:2px solid #0000;border-radius:50em;cursor:pointer;opacity:.2}
.flip-coin-pick-side .btn-check-label:not(:last-child){margin-right:12px}
.flip-coin-pick-side .btn-check-label img{height:50px;width:50px}
@media screen and (min-width:767px){.flip-coin-pick-side .btn-check-label img{height:74px;width:74px}
}
.flip-coin-pick-side .btn-check:checked+.btn-check-label{opacity:1;position:relative}
:root{--toastify-color-light:#fff;--toastify-color-dark:var(--gray-85);--toastify-color-info:var(--blue-300);--toastify-color-success:var(--sport-green);--toastify-color-warning:var(--orange);--toastify-color-error:var(--red);--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:340px;--toastify-toast-background:#fff;--toastify-toast-min-height:56px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}
.Toastify__toast{align-items:center;padding:8px 11px 8px 8px}
@media screen and (min-width:480px){.Toastify__toast{border-radius:8px}
}
.Toastify__toast--info .Toastify__toast-icon:before{background:radial-gradient(50% 50% at 50% 50%,#00a4fa1f 0,#00a4fa00 100%)}
.Toastify__toast--error .Toastify__toast-icon:before{background:radial-gradient(50% 50% at 50% 50%,#ff49491f 0,#ff494900 100%)}
.Toastify__toast--success .Toastify__toast-icon:before{background:radial-gradient(50% 50% at 50% 50%,#a2d7721f 0,#a2d77200 100%)}
.Toastify__toast--warning .Toastify__toast-icon:before{background:radial-gradient(50% 50% at 50% 50%,#ffb0181f 0,#ffb01800 100%)}
.Toastify__toast:hover .Toastify__close-button{background:#283c51;background:var(--gray-80)}
.Toastify__toast-icon{position:relative}
.Toastify__toast-icon:before{content:"";height:212px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:212px}
.Toastify__progress-bar:before{background:red;content:"";filter:blur(4px);height:auto;left:0;position:absolute;top:0;width:100%}
.Toastify__progress-bar--error:before{background:#ff4949;background:var(--toastify-color-error)}
.Toastify__progress-bar--success:before{background:#a2d772;background:var(--toastify-color-success)}
.Toastify__progress-bar--info:before{background:#00a4fa;background:var(--toastify-color-info)}
.Toastify__progress-bar--warning:before{background:#ffb018;background:var(--toastify-color-warning)}
.Toastify__toast-icon{height:32px;width:32px}
.Toastify__toast-body{font-size:.875rem;letter-spacing:-.4px;line-height:1.25rem;padding:4px 6px 6px 8px;text-align:left}
.Toastify__close-button{align-items:center;background:#1d2c3c;background:var(--gray-85);border-radius:50%;color:#fff;color:var(--white);display:flex;height:32px;justify-content:center;margin-top:5px;opacity:1;width:32px}
.Toastify__close-button>svg{height:24px;width:24px}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}
:root{--swiper-theme-color:#007aff}
:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{box-sizing:initial;display:flex;height:auto;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{display:block;flex-shrink:0;height:auto;position:relative;transition-property:transform;width:100%}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:auto;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:auto;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}
.swiper-3d .swiper-slide-shadow{background:#00000026}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}
.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}
to{transform:rotate(1turn)}
}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{height:auto;object-fit:contain;transform-origin:center;width:100%}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}
.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
.swiper-navigation{align-items:center;display:flex;height:1.5rem;justify-content:flex-end;position:relative;top:0}
.swiper-navigation-arrow{background-color:#283c51b3;border:1px solid #283c51b3;border-radius:.313rem;display:block;font-size:0;height:1.2rem;inset:unset;margin-left:.4rem;padding:.313rem .625rem;position:relative;transform:translate(0);transition:background-color .3s ease;width:1.5rem}
.swiper-navigation-arrow:before{content:"";font-size:0;height:.625rem;left:.5rem;opacity:1;position:absolute;top:.3rem;width:.313rem}
.swiper-navigation-arrow:first-child{margin-left:0}
.swiper-navigation-arrow.swiper-button-lock{display:none}
.swiper-navigation-arrow:not(.swiper-button-disabled):hover{background:#404d6a;background:var(--gray-60);border-color:#404d6a;border-color:var(--gray-60);cursor:pointer}
.swiper-navigation-prev:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-left-arrow.svg) no-repeat;background-size:.313rem}
.swiper-navigation-prev.swiper-button-disabled:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-left-arrow-grey.svg) no-repeat;background-size:.313rem}
.swiper-navigation-next:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-right-arrow.svg) no-repeat;background-size:.313rem}
.swiper-navigation-next.swiper-button-disabled:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-right-arrow-grey.svg) no-repeat;background-size:.313rem}
.games-list-swiper.favLoading{display:flex;min-height:221.38px}
.games-list-swiper.favLoading .inner-loader{margin:0;min-height:205px;width:100%}
.games-list-swiper .swiper{margin:0 -.375rem}
.games-list-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.games-list-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.games-list-swiper .swiper-slide{min-width:160px;padding:0 .375rem;width:14.285%}
.providers-swiper .swiper{margin:0 -.375rem}
.providers-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.providers-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.providers-swiper .swiper-slide{min-width:160px;padding:0 .375rem;width:16.666%}
.nft-swiper .swiper{margin:0 -.375rem}
.nft-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.nft-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.nft-swiper .swiper-slide{min-width:160px;padding:0 .375rem;width:16.666%}
.trading-swiper .swiper{margin:0 -.375rem}
.trading-swiper .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.trading-swiper .swiper-wrapper{padding:.75rem 0 0}
}
.trading-swiper .swiper-slide{min-width:374px;padding:0 .375rem;width:33.333%}
.input-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}
.input-wrapper--withIcon .form-control{padding-left:2.75rem}
.input-wrapper--withIcon .input-icon{position:absolute}
.input-icon{display:flex;left:1rem;top:50%;transform:translateY(-50%);z-index:10}
.input-icon svg{height:.75rem;vertical-align:initial;width:.875rem}
a.btn-outline,button.btn-outline{background:#0000;border:1px solid #00a4fa;border:1px solid var(--blue-300);color:#b0e3fd;color:var(--blue-50)}
a.btn-outline:hover,button.btn-outline:hover{background:#0000!important;border-color:#8ad5fd;border-color:var(--blue-100);color:#8ad5fd;color:var(--blue-100)}
a.btn-outline:focus,button.btn-outline:focus{background:#0000!important;border-color:#54b8ff;border-color:var(--blue-200);color:#54b8ff;color:var(--blue-200)}
a.btn-outline[disabled],button.btn-outline[disabled]{background:#0000!important;border:1px solid #00a4fa;border:1px solid var(--blue-300);color:#b0e3fd;color:var(--blue-50);opacity:50%}
.btn-flex,.btn-icon{align-items:center;display:inline-flex}
.btn-icon svg{fill:#fff;fill:var(--white);height:.8125rem;width:.9375rem}
.btn-icon-left{padding-right:.75rem}
.btn-wrap button{margin-inline:.25rem}
.bannerSection{margin-left:3rem;max-width:280px;position:relative;text-align:center}
@media screen and (max-width:768px){.bannerSection{margin:0 auto}
}
.bannerSection-image{max-width:17.5rem}
.bannerSection-content.padding-0 a{padding:0!important}
.bannerSection-content a{color:var(--white);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:2px;padding:.125rem 1rem;position:relative;transition:opacity .3s}
.bannerSection-content a:first-child{padding-left:0}
.bannerSection-content a:last-child{padding-right:0}
.bannerSection-content a:last-child:after{display:none}
.bannerSection-content a:hover{opacity:.7}
.bannerSection-content a:after{background:var(--gray-40);content:"";height:70%;position:absolute;right:0;top:4px;width:1px}
.bannerSection .auth-social-heading h6 span{background-color:#0000}
.bannerSection .auth-social-heading h6:after,.bannerSection .auth-social-heading h6:before{background:var(--gray-80);content:"";height:1px;position:absolute;right:0;top:10px;width:70px}
.bannerSection .auth-social-heading h6:before{left:0}
.casino-card-slider .swiper{margin:0 -.375rem}
.casino-card-slider .swiper-wrapper{padding:1.1875rem 0 0}
@media screen and (max-width:767.98px){.casino-card-slider .swiper-wrapper{padding:.75rem 0 0}
}
.casino-card-slider .swiper-slide{height:auto;min-width:23.375rem;padding:0 .375rem;width:33.333%}
@media screen and (max-width:400px){.casino-card-slider .swiper-slide{min-width:0;min-width:auto;width:100%}
}
.casino-card-slider .swiper-slide>div,.casino-card-slider-slide{height:auto}
.casino-card{background-color:var(--gray-90);border-radius:.5rem;display:flex;flex-direction:column;height:auto;overflow:hidden;transition:.15s ease-out 0s}
.casino-card-inner{height:auto}
@media screen and (max-width:430px){.casino-card-inner.flex-column-with-media-query{flex-flow:column-reverse}
}
.casino-card-left{display:flex;flex:1 1;flex-direction:column;padding:1.5rem 0 .75rem 1.5rem}
@media screen and (max-width:767.98px){.casino-card-left{padding:1.5rem .5rem .75rem 1rem}
}
.casino-card-left .text-gradient-one,.casino-card-left .text-gradient-three{-webkit-text-fill-color:#0000;background:var(--textGradientOne);-webkit-background-clip:text;display:block}
.casino-card-left .text-gradient-two{-webkit-text-fill-color:#0000;background:var(--textGradientTwo);-webkit-background-clip:text;display:block}
.casino-card-left .text-gradient-three{-webkit-text-fill-color:#0000;background:var(--textGradientThree);-webkit-background-clip:text;display:block}
.casino-card-right{display:flex;justify-content:center}
.casino-card-img{max-width:171px;object-fit:contain;width:100%}
@media screen and (max-width:576px){.casino-card-img{max-width:160px}
}
.casino-card-img-newLine{margin-bottom:auto;margin-right:1.5rem;max-width:148px}
@media screen and (max-width:767.98px){.casino-card-img-newLine{margin-right:1rem}
}
.casino-card-img-small{margin-bottom:0;max-width:110px}
.casino-card-title{color:var(--white);font-family:Tungsten,serif;font-size:2.5rem;font-weight:400;line-height:2.375rem;margin-bottom:.3125rem;text-transform:uppercase}
@media screen and (max-width:576px){.casino-card-title{font-size:2.25rem;line-height:2.375rem}
}
.casino-card-title-big{font-size:3rem;line-height:2.75rem;margin-bottom:.5rem}
@media screen and (max-width:991px){.casino-card-title-big{font-size:2.5rem;line-height:2.375rem}
}
@media screen and (max-width:576px){.casino-card-title-big{font-size:2.8125rem;line-height:2.375rem}
}
.casino-card-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fefefe,#cccfd1);-webkit-background-clip:text}
.casino-card p{color:var(--gray-40);font-size:.875rem;font-weight:500;line-height:18px;margin-bottom:.625rem}
.casino-card-badge{border-radius:.25rem;color:var(--gray-90);font-size:.75rem;line-height:1;margin-bottom:.75rem;padding:.1875rem .5rem .125rem;text-transform:uppercase}
.casino-card-badge,.casino-card-link{display:inline-block;font-weight:600;width:fit-content}
.casino-card-link{font-size:.875rem;line-height:1rem;margin-bottom:.625rem;margin-top:auto;position:relative}
.casino-card-link:before{content:">";position:absolute;right:-10px;top:0}
.casino-card-comming{color:var(--gray-40);font-size:.875rem;font-weight:500;line-height:1rem;margin-bottom:.8125rem}
.casino-card-footer{display:flex;flex-direction:column;height:auto;padding:0 1.5rem .75rem}
@media screen and (max-width:767.98px){.casino-card-footer{padding:0 1rem .75rem}
}
.casino-card-newLine .casino-card-inner{height:auto}
.casino-card-newLine .casino-card-left{padding-bottom:.3125rem}
.casino-card-green .casino-card-badge{background:var(--greenGradient)}
.casino-card-green .casino-card-link{color:var(--green)}
.casino-card-darkBlue .casino-card-badge{background:var(--textGradientOne)}
.casino-card-darkBlue .casino-card-link{color:var(--ecosystemLinkOne)}
.casino-card-blue-300 .casino-card-link{color:var(--blue-300)}
.casino-card-blue .casino-card-badge{background:var(--blueGradient)}
.casino-card-blue .casino-card-link{color:var(--blue-200)}
.casino-card-orange .casino-card-badge{background:var(--orangeGradient)}
.casino-card-orange .casino-card-link{color:var(--orange)}
.casino-card-sea .casino-card-badge{background:var(--textGradientTwo)}
.casino-card-sea .casino-card-link{color:var(--ecosystemLinkTwo)}
.casino-card-purple .casino-card-badge{background:var(--textGradientThree)}
.casino-card-purple .casino-card-link{color:var(--ecosystemLinkThree)}
.casino-card-pointer{cursor:pointer}
.casino-card-pointer:hover{transform:translateY(-8px)}
.casino-card--sidebars .casino-card-title{font-size:2rem;line-height:1}
.casino-card--sidebars .casino-card-img-newLine{max-width:108px}
.comming-casino .casino-card-comming{color:var(--purple);cursor:pointer;margin-top:auto;position:relative;width:fit-content}
.comming-casino .casino-card-comming:before{content:"";position:absolute;right:-10px;top:0}
:root{--white:#fff;--white-90:#ffffffe6;--white-60:#fff9;--white-40:#fff6;--white-015:#ffffff26;--white-005:#ffffff0d;--black:#000;--darkGray:#0f1923;--darkGray-80:#0f1923cc;--darkGray-40:#0f192366;--gray-2:#fbfbfb;--gray-5:#f1f1f1;--gray-10:#e7e7e7;--gray-10-80:#bfc2c6;--gray-20:#8a90a2;--gray-40:#6b758b;--gray-60:#404d6a;--gray-80:#283c51;--gray-80-50:#283c5180;--gray-85:#1d2c3c;--gray-90:#162331;--blue-50:#b0e3fd;--blue-100:#8ad5fd;--blue-200:#54b8ff;--blue-300:#00a4fa;--blue-300-20:#00a4fa33;--blue-400:#1090ea;--blue-500:#0083c8;--blue-600:#007bbc;--blue-700:#006296;--blue-800:#004a70;--blue-900:#003958;--live-green:#72f238;--sport-green:#a2d772;--live-green-016:#72f23829;--yellow:#fcd443;--orange:#ffb018;--purple:#a535f2;--pink:#ff007a;--red:#ff4949;--greenGradient:linear-gradient(90deg,#b3ff6f,#a2d772 112.5%);--blueGradient:linear-gradient(90deg,#54b8ff,#0083c8);--orangeGradient:linear-gradient(90deg,#ffb018,#e9ae1c 112.5%);--primaryBtnHover:linear-gradient(90deg,#21a8f7 0%,#35b3f9);--secondaryBtn:linear-gradient(90deg,#21a8f7 0%,#35b3f9);--secondaryRadialBtn:linear-gradient(180deg,var(--blue-200) 0%,var(--blue-400) 100%);--secondaryBtnBorder:#ffffff73;--primaryGradient:linear-gradient(90deg,#283c51,#16233100);--themeCardTopGradient:linear-gradient(180deg,#445e7a,#25394f00 100%);--sidebarMenuBg:linear-gradient(180deg,#162331,#1f3246);--liveMatchCountBg:linear-gradient(180deg,#273a4d,#1a2835);--liveMatchCountBorder:#ffffff0a;--inputBoxShadowOne:#2daef7;--inputBoxShadowTwo:#48b1fb;--gameOnGradient:linear-gradient(180deg,#ffeba9,#e4b863);--cryptoSellBtn:#ff4949;--cryptoSellBtnBg:#ff494921;--cryptoSliderBg:linear-gradient(90deg,#72f238,#ffb018 50%,#ff4949);--table-fade:linear-gradient(180deg,#1e579903 0%,#0f1923);--selectBg:#313a4280;--overlayBg:#172536e8;--webBannerOverlay:linear-gradient(90deg,#15222f -0.86%,#0f1923b3 18.12%,#0f192300 38.19%);--authPrimryBtn:radial-gradient(90.91% 90.91% at 50.00% 9.09%,#1b2a3c 0%,#131f2d 100%);--providerCard:linear-gradient(223deg,#162331,#111d28);--sidebarBtnGradient:linear-gradient(270deg,#0096ff -1.3%,#48bdff 99.93%);--textGradientOne:linear-gradient(90deg,#526fff,#9cacff 90.91%);--textGradientTwo:linear-gradient(90deg,#36cac5,#8fffee 38.87%);--textGradientThree:linear-gradient(270deg,#c776ff 8.01%,#a331f1);--loaderBg:#0f1923d9;--sliderGradient:linear-gradient(90deg,#0493ed 0.9%,#810cff 33.25%,#fd2e6e);--rewardsBannerBg:#172536bf;--dropdownShadow:0px 0px 16px 0px #0f1923f5;--chatUserOne:#9f735c;--statusColorOne:#be6bff;--tipAmountText:#eb9b29;--ecosystemLinkOne:#5270ff;--ecosystemLinkTwo:#3ccdc7;--ecosystemLinkThree:#ae55ed;--footerBorder:#323b45;--mineTableCellBg01:#32465c;--mineTableCellBg02:#203041;--mineTableCellCoinBg01:#182935;--mineTableCellCoinBg02:#76c5ff;--mineTableCellCoinBg03:#0068b4;--mineTableCellMineBg01:#7976ff;--mineTableCellMineBg02:#4f1ac1;--mineTableCellBorder01:#49617c;--mineTableCellBorder02:#3babfc;--mineTableCellBorder03:#793bfc;--btnBgGreyHover:#3d5564;--minePlachholder:#657d97;--green:#00e701;--themeGreyText:#30475f;--riskBtnBg:#1b2938;--riskBtnBorder:#213142;--rangeSliderTrack:#23374c;--flip-coin-text:#222020d9;--flip-coin-gradient:linear-gradient(93.45deg,#ff7a00,#9ce800 139.58%);--flip-coin-bg:radial-gradient(92.09% 85.42% at 86.3% 87.5%,#0000003b 0%,#0000 86.18%),#f6c100;--hoverBorder:#78cdfd;--card-bg:#7eff43;--containerBg:#162331;--containerBorder:#26384b;--game-primary:#21a8f7;--game-color-100:#111b26;--game-color-200:#1f2e3e;--game-color-300:#131d28;--game-color-400:#26374a;--game-color-500:#1b2938;--game-color-600:#0f1923;--game-color-700:#32465c;--game-color-800:#203041;--game-color-900:#151e28;--game-text-100:#657d97;--game-text-200:#90b4d9;--game-text-300:#526c88;--game-border-100:#25394f;--game-border-200:#213142;--game-border-300:#465d77;--game-border-400:#212d3a;--game-border-500:#30475f;--flip-coin-game-border:#445e7a80;--range-slider-bg-800:#182534;--flip-coin-checkbox-border:#192837;--flip-coin-selctbox:#223346;--flip-coin-addon-btn-bg:#1f2e3f;--rangeSliderBg1:#0c8bee;--rangeSliderBg2:#f82c74}
.home-sports-section{padding-bottom:1.875rem}
.home-sports-section .theme-card-wrap{transition:transform .15s ease-out 0s}
.home-sports-section .theme-card-wrap:hover{transform:translateY(-8px)}
.home-sports-section .theme-card{cursor:pointer;min-height:156px;text-align:center}
.home-sports-section .theme-card h4{color:#fff;color:var(--white);font-family:Teko,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25rem}
.home-sports-section .theme-card svg{height:36px!important;margin:1.5rem auto;width:36px!important}
.home-sports-section .theme-card .live-game-icon{margin:1.5rem auto}
.home-sports-section .live-match-count-wrap{align-items:center;display:flex;justify-content:center}
.home-sports-section .live-match-count{align-items:center;background:linear-gradient(180deg,#273a4d,#1a2835);background:var(--liveMatchCountBg);border:1px solid #ffffff0a;border:1px solid var(--liveMatchCountBorder);border-radius:22px;bottom:1.5rem;box-shadow:0 2px 5px 0 #091b2d78;color:#fff;color:var(--white);display:inline-flex;justify-content:center;margin:1rem auto 0;min-height:24px;padding:0 1rem;position:absolute}
.home-sports-section .live-match-count .live-dot{background:#72f238;background:var(--live-green);border-radius:100%;display:block;height:8px;margin-right:.313rem;width:8px}
.home-sports-section .live-match-count p{font-size:.875rem;font-weight:500}
.crypto-section{padding-bottom:1.875rem}
.crypto-section .theme-card-wrap{cursor:pointer;transition:transform .15s ease-out 0s}
.crypto-section .theme-card-wrap:hover{transform:translateY(-8px)}
.crypto-section .loss-value{color:#ff4949;color:var(--red);font-size:.75rem;font-weight:500;margin:0}
.crypto-section .loss-value img{margin-right:.313rem}
.crypto-section .profit-value{color:#72f238;color:var(--live-green);font-size:.75rem;font-weight:500;margin:0}
.crypto-section .profit-value img{margin-right:.313rem}
.crypto-section .Info-icon img{width:1rem}
.loss-change{color:#ff4949;color:var(--red)}
.loss-change,.profit-change{font-size:12px;font-weight:600;padding:0 .625rem}
.profit-change{color:#72f238;color:var(--live-green)}
.clutch-section{padding-bottom:1.875rem}
.clutch-section .clutch-header{align-items:center;display:flex}
.clutch-section .clutch-header img{margin-right:.615rem}
.clutch-section .clutch-header h4{color:#fff;color:var(--white);font-size:1rem;font-weight:700;text-transform:uppercase}
.clutch-section .theme-card-wrap{cursor:pointer;transition:transform .15s ease-out 0s}
.clutch-section .theme-card-wrap .theme-card{padding:1.5rem}
@media screen and (max-width:767.98px){.clutch-section .theme-card-wrap .theme-card{padding:1rem .625rem}
}
.clutch-section .theme-card-wrap .theme-card p{color:#8a90a2;color:var(--gray-20);font-size:.75rem;font-weight:400;line-height:1rem;padding-top:.625rem}
@media screen and (max-width:767.98px){.clutch-section .theme-card-wrap .theme-card p{padding-top:.313rem}
}
.clutch-section .theme-card-wrap .theme-card .clutch-card-content{padding:1rem 0 0}
.clutch-section .theme-card-wrap .theme-card .clutch-card-content h4{color:#fff;color:var(--white);font-size:.813rem;font-weight:500;line-height:1rem}
.clutch-section .theme-card-wrap .theme-card .clutch-card-content h4 a{color:#6b758b;color:var(--gray-40);font-size:.813rem;font-weight:400}
.clutch-section .theme-card-wrap .theme-card .clutch-card-content .clutch-card-content-left img{margin-right:.625rem}
.clutch-section .theme-card-wrap .theme-card .clutch-card-content .btn-secondary{align-items:center;border-radius:.5rem;display:flex;font-size:.75rem;height:1.875rem;justify-content:center;min-width:5.813rem}
.clutch-section .theme-card-wrap:hover{transform:translateY(-8px)}
.poker-section{padding-bottom:1.875rem}
.poker-section .theme-card-wrap{cursor:pointer;transition:transform .15s ease-out 0s}
.poker-section .theme-card-wrap .theme-card{min-height:200px;position:relative}
.poker-section .theme-card-wrap .theme-card:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/images/homePage/poker-overlay.webp);background-repeat:no-repeat;background-size:cover;content:"";height:auto;left:0;position:absolute;top:0;width:100%}
.poker-section .theme-card-wrap .theme-card h4{color:#fff;color:var(--white);font-family:Teko,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.8rem;margin:0;text-align:center}
@media(min-width:992px)and (max-width:1199.98px){.poker-section .theme-card-wrap .theme-card h4{font-size:1.2rem}
}
.poker-section .theme-card-wrap .theme-card p{color:#8a90a2;color:var(--gray-20);font-size:.75rem;margin:0;text-align:center}
.poker-section .theme-card-wrap .theme-card .poker-card-content{position:relative}
.poker-section .theme-card-wrap .theme-card .poker-card-content .poker-icon{align-items:center;display:flex;height:120px;justify-content:center}
.poker-section .theme-card-wrap .theme-card .poker-card-content img{margin:0 auto}
.poker-section .theme-card-wrap:hover{transform:translateY(-8px)}
.nft-section{padding-bottom:1.875rem}
.nft-section .theme-card-wrap{cursor:pointer;transition:transform .15s ease-out 0s}
.nft-section .theme-card-wrap .theme-card .nft-img-wrap{border-radius:.625rem;overflow:hidden;position:relative}
.nft-section .theme-card-wrap .theme-card .nft-img-wrap img{width:100%}
.nft-section .theme-card-wrap .theme-card .nft-img-wrap .nft-badge{align-items:center;background:#283c51;background:var(--gray-80);border-radius:27px;color:#fff;color:var(--white);display:flex;font-size:.625rem;font-weight:600;justify-content:center;left:.313rem;min-height:26px;min-width:40px;padding:0 .313rem;position:absolute;top:.313rem}
.nft-section .theme-card-wrap .theme-card .nft-content-wrap{padding:.313rem 0}
.nft-section .theme-card-wrap .theme-card .nft-content-wrap .nft-content-left h4{color:#fff;color:var(--white);font-size:1rem;font-weight:600}
.nft-section .theme-card-wrap .theme-card .nft-content-wrap .nft-content-left p{color:#8a90a2;color:var(--gray-20);font-size:.875rem;margin:0}
.nft-section .theme-card-wrap .theme-card .nft-content-wrap .nft-content-right span{color:#8a90a2;color:var(--gray-20);font-size:.75rem}
.nft-section .theme-card-wrap:hover{transform:translateY(-8px)}
.crypto-pay-section{text-align:center}
.crypto-pay-section .payment-options{align-items:center;display:flex;gap:1rem;justify-content:center}
.crypto-pay-section .payment-options a{display:inline-block;padding:0}
.crypto-pay-section .payment-options img,.crypto-pay-section .payment-options svg{height:29px;width:auto}
.crypto-pay-section h3{color:#fff;color:var(--white);font-size:1.25rem;font-weight:700;line-height:1.5rem}
.crypto-pay-section .theme-card{display:flex;padding:1rem 1.5rem}
.crypto-pay-section .btn-secondary{border-radius:.5rem;font-size:1rem;font-weight:500;padding:0 1.5rem}
@media screen and (max-width:1199.98px){.crypto-pay-section .theme-card{padding:1rem}
.crypto-pay-section .payment-options{gap:10px}
.crypto-pay-section .payment-options img,.crypto-pay-section .payment-options svg{height:1.5rem}
}
@media screen and (max-width:767.98px){.crypto-pay-section .payment-options{gap:10.5px}
.crypto-pay-section .payment-options img,.crypto-pay-section .payment-options svg{height:19px}
.crypto-pay-section h3{font-size:1rem;line-height:1.25rem}
.crypto-pay-section .theme-card{flex-direction:column;gap:1rem;padding:1rem}
.crypto-pay-section .btn-secondary{width:100%}
}
.third-party-login-section{text-align:center}
.third-party-login-section .third-party-login-options{align-items:center;display:flex;gap:2rem;justify-content:center}
.third-party-login-section .third-party-login-options a{display:inline-block;padding:0}
.third-party-login-section .third-party-login-options img,.third-party-login-section .third-party-login-options svg{height:29px;width:auto}
.third-party-login-section h3{color:#fff;color:var(--white);font-size:1.25rem;font-weight:700;line-height:1.5rem}
.third-party-login-section .theme-card{display:flex;padding:1rem 1.5rem}
.third-party-login-section .btn-secondary{border-radius:.5rem;font-size:1rem;font-weight:500;padding:.75rem 1.5rem}
@media screen and (max-width:1199.98px){.third-party-login-section{font-size:1.125rem}
.third-party-login-section .theme-card{padding:1rem}
}
@media screen and (max-width:767.98px){.third-party-login-section{font-size:1rem;margin-bottom:.5rem!important}
.third-party-login-section .theme-card{flex-wrap:wrap;gap:1rem}
.third-party-login-section .theme-card .third-party-login-options,.third-party-login-section .theme-card h3{flex:100% 1;max-width:100%}
}
.theme-card{padding:0 12px 8px;position:relative}
.theme-card.casino-live-wins{align-items:center;display:flex;justify-content:center;min-height:146px}
@media screen and (max-width:767.98px){.theme-card{flex-direction:column;gap:1rem;padding:1rem}
.theme-card .third-party-login-options{gap:22px}
.theme-card .third-party-login-options img,.theme-card .third-party-login-options svg{height:1.25rem}
.theme-card h3{line-height:1.25rem}
.theme-card .btn-secondary{width:100%}
}
.crypto-pay-section .payment-options img,.crypto-pay-section .payment-options svg{height:24px}
.subpageHeader{align-items:center;background-color:var(--gray-90);border-radius:8px;display:flex;min-height:303px;overflow:hidden;position:relative}
@media screen and (max-width:767.98px){.subpageHeader{aspect-ratio:unset;min-height:280px}
}
.subpageHeader-content{padding:2rem;position:relative;width:100%;z-index:1}
@media screen and (max-width:767.98px){.subpageHeader-content{padding:2rem 1rem;text-align:center}
}
.subpageHeader-image{height:auto;left:0;object-fit:contain;object-position:right;position:absolute;top:0;width:100%}
@media screen and (max-width:767.98px){.subpageHeader-image{object-fit:cover;object-position:center}
}
.subpageHeader h1{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fefefe,#cccfd1);-webkit-background-clip:text;display:inline-flex;font-family:Tungsten,serif;font-size:5rem;font-weight:400;line-height:1;margin-bottom:0;position:relative;text-align:start}
@media screen and (max-width:767.98px){.subpageHeader h1{font-size:3rem;text-align:center}
}
.subpageHeader h1 svg{display:none;position:absolute;right:-8px;top:12px;transform:translate(100%,-100%)}
@media screen and (max-width:767.98px){.subpageHeader h1 svg{width:30px}
}
.subpageHeader h1:after{background-image:linear-gradient(90deg,#f4f5f5,#f4f5f500);bottom:-1px;content:"";height:1px;left:0;position:absolute;width:300px}
@media screen and (max-width:767.98px){.subpageHeader h1:after{background-image:linear-gradient(90deg,#f4f5f500,#f4f5f5 50%,#f4f5f500);left:50%;transform:translateX(-50%);width:200px}
}
.subpageHeader p{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#dcf2ff 5.97%,#0a9aff 72.39%);-webkit-background-clip:text;font-size:1rem;font-weight:600;letter-spacing:5px;line-height:1.5rem;margin-top:.75rem;text-transform:uppercase}
@media screen and (max-width:767.98px){.subpageHeader p{font-size:.75rem;letter-spacing:3px;line-height:1rem;margin-top:.5rem}
}
.subpageHeader-gold p{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#ffb018 5.97%,#e9ae1c 72.39%);-webkit-background-clip:text}
.theatre-mode{display:none!important}
.footer{background:var(--gray-90);padding:0 1.6875rem}
@media screen and (max-width:767.98px){.footer{padding:0 1rem}
}
.footer .content-wrapper{margin:0 auto}
.footer .sidebar-close{margin-left:66px}
.footer .custom-spacer{max-width:1100px;padding:3rem 0 1rem!important}
@media screen and (max-width:992.98px){.footer .custom-spacer{display:flex!important;flex-flow:row!important}
}
@media screen and (max-width:767.98px){.footer .custom-spacer{padding:0!important}
}
.footer .footer-top{padding:0}
@media screen and (max-width:767.98px){.footer .footer-top{padding:2.5rem 0 1.25rem}
}
@media screen and (max-width:575px){.footer .footer-top{padding-bottom:2rem}
}
.footer .footer-top p{color:var(--gray-20);font-size:.75rem;font-weight:500;line-height:1.063rem}
.footer .footer-top .footer-linking{flex-direction:column;padding:0}
.footer .footer-top .footer-linking a{color:var(--gray-20);display:block;font-size:.875rem;font-weight:500;padding:.313rem 0}
.footer .footer-top .footer-linking a:hover{color:var(--blue-300)}
.footer .footer-top .footer-linking h4{color:var(--white);font-size:1rem;font-weight:500;padding-bottom:.2rem;text-transform:uppercase}
.footer .footer-top .footer-about .footer-logo{margin-bottom:.625rem}
.footer .footer-top .footer-about .footer-logo svg{width:204px}
.footer .footer-content{flex:0 0 45%}
@media screen and (max-width:991.98px){.footer .footer-content{flex:1 0 25%}
}
.footer .footer-menu{flex-basis:calc(45% - 2rem);flex-grow:0;flex-shrink:0;gap:2rem;max-width:100%}
@media screen and (max-width:991.98px){.footer .footer-menu{flex:1 0 37.5%;padding-left:3rem;padding-top:0}
}
.footer .footer-bottom{background:var(--gray-90);padding:2rem 0}
@media screen and (max-width:767.98px){.footer .footer-bottom{padding:1rem;text-align:center}
}
.footer .footer-bottom img{margin-right:2rem}
@media screen and (max-width:767.98px){.footer .footer-bottom img{margin-bottom:1rem;margin-right:0}
}
.footer .footer-bottom p{color:var(--gray-20);font-size:.75rem;font-weight:500;line-height:1.063rem}
@media screen and (max-width:767.98px){.footer .footer-bottom p{line-height:1.5rem;margin:0}
}
.footer .footer-bottom p a{color:var(--white);padding:0 .2rem}
.footer .language-wrap{align-items:center;border-top:1px solid var(--gray-80);display:flex;justify-content:space-between;padding-top:1rem}
@media screen and (max-width:575px){.footer .language-wrap{border-top:0;padding-top:0}
}
.footer .language-wrap .copyright-section p{color:var(--gray-20);font-size:.688rem;font-weight:500}
@media screen and (max-width:767.98px){.footer .language-wrap .copyright-section p{padding-bottom:.313rem}
}
.footer .language-wrap .btn-secondary{align-items:center;background:var(--selectBg);border-radius:8px;color:var(--gray-20);display:flex;font-size:.75rem;font-weight:400;height:32px;justify-content:center;max-height:32px;min-height:32px;padding:8px!important;width:auto}
.footer .language-wrap .btn-secondary img{height:1rem;margin-right:.313rem;width:1rem}
.footer .language-wrap .btn-secondary.show .language-dropdown-arrow svg{transform:rotate(0deg)}
.footer .language-wrap .btn-secondary.show .language-dropdown-arrow svg path{fill:var(--blue-300)}
.footer .language-wrap .language-dropdown-arrow{align-items:center;background-color:var(--gray-60);border-radius:4px;display:flex;height:18px;justify-content:center;width:18px}
.footer .language-wrap .language-dropdown-arrow svg{transform:rotate(180deg)}
.footer .language-wrap .language-dropdown-arrow svg path{fill:var(--gray-20)}
.footer .footer-bottom-linking{background:var(--darkGray);padding:1.2rem}
.footer .footer-bottom-linking p{color:var(--gray-20);font-size:.75rem;font-weight:500;margin:0;padding:0 .625rem;position:relative}
@media screen and (max-width:767.98px){.footer .footer-bottom-linking p{text-align:center}
}
.footer .footer-bottom-linking p:before{background:var(--white);content:"";height:auto;position:absolute;right:0;top:0;width:1px}
@media screen and (max-width:767.98px){.footer .footer-bottom-linking p:before{display:none}
}
.footer .footer-bottom-linking p:last-child:before{display:none}
.footer .footer-bottom-linking p a{color:var(--white);font-weight:500;padding:0 .3rem}
@media screen and (max-width:768px){.footer .mob-linking{border-bottom:1px solid var(--gray-80)}
}
@media screen and (min-width:1399.98px){.footer--sidebars{margin-right:1px}
.footer--sidebars .footer-menu{max-width:100%;padding-left:0;padding-top:2rem}
}
.accordion-button{background-color:var(--gray-90)!important;border:none;font-size:1rem!important;font-weight:500;line-height:24px;padding:1rem 0!important;position:relative;text-transform:capitalize}
.accordion-button.accordionOpen{padding-bottom:.75rem!important}
.accordion-button.accordionClose{color:var(--white)!important}
.accordion-button:focus{box-shadow:none}
.accordion-button:after{opacity:0}
@media screen and (max-width:768px){.accordion-button{font-size:1rem}
}
.accordion-button .accordion-icon{position:absolute;right:1rem}
.accordion-button .accordion-icon svg{width:32px}
.accordion-item{background:#0000;border:none;margin:0}
.accordion-body{background-color:var(--gray-90);border-radius:0 0 .875rem .875rem;color:var(--white);font-size:1rem;padding:.25rem 0 1.5rem}
@media screen and (max-width:768px){.accordion-body{font-size:.875rem}
}
.accordion-body ul li a{color:var(--gray-20);display:block;font-size:.875rem;font-weight:500;padding:.5rem 0}
.accordion-button:not(.collapsed){color:var(--white)}
.accordion-button:not(.collapsed):after{opacity:0;transform:none}
.mob-footer .language-wrap{margin-bottom:2rem}
.mob-footer .accordion-button{border-top:1px solid var(--gray-80)}
.mob-footer .accordion{border-bottom:1px solid var(--gray-80)}
.accordion-animation{animation:accordianEffect .4s ease-in-out 0s 1 normal none running}
.license-section{align-items:center;justify-content:space-between;margin:0 auto;max-width:1100px;padding-bottom:2rem}
.license-section .anj-seal img{height:60px!important;width:auto!important}
@media screen and (max-width:575px){.license-section{padding-bottom:2.5rem}
}
.license-section .age-text{font-size:2rem;margin:0}
.license-section .license-text{padding-left:70px}
@media screen and (max-width:768px){.license-section .license-text{padding-left:0}
}
.license-section p{color:var(--gray-20);font-size:.75rem;font-weight:500;line-height:1.25rem!important}
.license-section p .highlight-txt{color:var(--white)}
.license-section .curacao-link{position:relative}
.license-section .curacao{height:45px;width:120px}
.license-section .verified-icon{height:18.59px;left:40px;position:absolute;top:30px;width:25px}
.desktop-language{margin:0 auto;max-width:1100px;padding-block-end:1.5rem;padding-block-start:1rem}
@media screen and (max-width:575px){.desktop-language{padding:0}
}
.desktop-language p{color:var(--gray-20);font-size:.75rem;font-weight:500;line-height:1.063rem}
@media screen and (max-width:575px){.desktop-language p{display:none}
}
.content-wrapper.custom-spacer.theatre-mode-wrapper{padding:0}
@media screen and (max-width:490px){.urm__actionButton{left:-90px!important}
}
.page-not-found{align-items:center;color:var(--chatText);display:flex;flex-direction:column;height:100vh!important;justify-content:center}
.page-not-found .back-wrapper,.page-not-found .email-verification-container{align-items:center;background-color:var(--gray-90);border-radius:8px;display:flex;flex-flow:column;gap:8px;justify-content:center;padding:32px 40px;width:370px}
.page-not-found .back-wrapper .logo,.page-not-found .email-verification-container .logo{height:auto!important;width:200px}
.page-not-found .back-wrapper .logo svg,.page-not-found .email-verification-container .logo svg{height:48px!important;width:100%}
.page-not-found .back-wrapper .btn,.page-not-found .email-verification-container .btn{line-height:43px}
.page-not-found .back-wrapper .sep,.page-not-found .email-verification-container .sep{background-color:var(--gray-60);height:1px;margin:20px 0;width:100%}
.page-not-found .back-wrapper h1,.page-not-found .email-verification-container h1{font-family:Tungsten,serif;font-size:48px;font-weight:700;text-align:center;text-transform:uppercase}
.page-not-found .back-wrapper p,.page-not-found .email-verification-container p{color:var(--gray-40);font-family:Rubik,sans-serif!important;font-size:18px;text-align:center}
.page-not-found .text-center{color:#fff}
.page-not-found .text-center .fa-exclamation-triangle{margin-right:16px}
.page-not-found .notFound{color:#fff;margin:34px}
.right-section-wrap.sidebar-close{padding-left:66px}
.header-toggle-icon{cursor:pointer;margin:8px 4px;width:44px}
@media screen and (max-width:767.98px){.header-toggle-icon{margin-left:.5em}
}
.header-toggle-icon:hover svg{fill:var(--gray-60)}
.sidebar-collapse{align-items:center;display:flex;justify-content:space-between}
.sidebar-wrap ::-webkit-scrollbar{display:none}
.sidebar-wrap.sidebar-close .sidebar-balance-wrap{display:none!important}
.sidebar-wrap.sidebar-close .sidevar-menu-heading{visibility:hidden}
.sidebar-wrap.sidebar-close .sidevar-menu-heading:first-child{display:none}
.sidebar-wrap.sidebar-close .sidebar-menu-list{padding:0 .75rem}
.sidebar-wrap.sidebar-close .sidebar-menu-list .menu-arrow,.sidebar-wrap.sidebar-close .sidebar-menu-list p{display:none}
.sidebar-wrap.sidebar-close .sidebar-menu-list li a{padding:.625rem .313rem}
@media screen and (max-width:1024.98px){.sidebar-wrap.sidebar-close .sidebar-menu-list li a{padding:.65rem}
}
.sidebar-wrap.sidebar-close .sidebar-menu-list li a.active,.sidebar-wrap.sidebar-close .sidebar-menu-list li a:hover{background:#0000;border-color:#0000}
.sidebar-wrap.sidebar-close .sidebar-menu-list li a.active:before,.sidebar-wrap.sidebar-close .sidebar-menu-list li a:hover:before{opacity:0}
.sidebar-wrap.sidebar-close .sidebar-bottom-title{display:none}
@media screen and (max-width:1400px){.sidebar-wrap.sidebar-close .after-login-sidebar-content{display:none!important}
}
@media screen and (max-width:1199.98px){.sidebar-reverse{display:flex;flex-direction:column-reverse}
.sidebar-reverse .sidebar-balance-wrap{padding:1rem}
.sidebar-reverse .header-toggle-icon{display:none}
}
@media screen and (max-width:768.98px){.sidebar-reverse .sidebar-balance-wrap{width:100%!important}
}
.sidebar-content-wrap{max-height:calc(100vh - 5.25rem);overflow-x:hidden;overflow-y:auto}
@media screen and (max-width:775px){.sidebar-content-wrap{max-height:auto}
}
@media screen and (max-width:1199.98px){.sidebar-content-wrap{padding-bottom:1.75rem}
}
.sidebar-content-wrap .mob-menu-header{background:var(--gray-85);border-bottom:1px solid var(--gray-80);display:none!important;padding:1.25rem;position:relative}
@media screen and (max-width:767px){.sidebar-content-wrap .mob-menu-header{display:flex!important}
}
.sidebar-content-wrap .mob-menu-header h3{color:var(--white);font-size:1.125rem;font-weight:500;left:50%;margin-bottom:0;position:absolute;top:50%;transform:translate(-50%,-50%)}
.sidebar-content-wrap .mob-menu-header svg{height:1.25rem;width:1.25rem}
.sidebar-content-wrap .mob-menu-header svg path{fill:var(--gray-40)}
.sidebar-balance-wrap{padding:16px 5px}
.sidebar-balance-wrap .align-balance{max-width:195px}
.sidebar-balance-wrap h4{color:var(--white);font-size:1rem;font-weight:600}
.sidebar-balance-wrap h4 span{color:var(--gray-40)}
.sidebar-balance-wrap p{align-items:center;color:var(--gray-40);display:flex;font-size:.875rem;font-weight:500;margin:0}
.sidebar-balance-wrap p span{padding-left:.313rem}
.sidebar-balance-wrap p span.text-red{color:var(--red)}
.sidebar-balance-wrap p span.text-green{color:var(--green)}
.sidebar-balance-wrap .currency-icon{border-radius:100%;display:flex;height:24px;justify-content:center;margin-right:.625rem;overflow:hidden;width:24px}
.sidebar-balance-wrap .currency-icon img{height:auto;object-fit:cover;width:100%}
.sidebar-balance-wrap .search-games input{padding:12px 12px 12px 40px}
.sidebar-balance-wrap .search-games svg{left:10px;top:12px}
.sidebar-wrap{font-weight:800;height:100vh;position:fixed;top:75px;width:250px}
@media screen and (max-width:767px){.sidebar-wrap{top:76px;width:100%!important;z-index:1000!important}
}
@media screen and (max-width:575.98px){.sidebar-wrap{top:64px}
}
.sidebar-wrap.sidebar-close .sidebar-top-cta{display:none}
.sidebar-wrap.sidebar-close .sidebar-listing-wrap li a{justify-content:center;padding:10px 0}
.sidebar-wrap.sidebar-close .sidebar-listing-wrap li{padding:10px 0}
.sidebar-wrap.sidebar-close{width:0!important}
@media screen and (min-width:1199px){.sidebar-wrap.sidebar-close{width:52px!important}
}
.sidebar-wrap.sidebar-close .favourite-btn a{padding-left:10px}
.sidebar-wrap.sidebar-close .favourite-btn{margin:30px 6px 20px}
.favourite-btn a span{padding-left:16px}
.sidebar-wrap.sidebar-close .language-select-wrap select,.sidebar-wrap.sidebar-close .theme-switcher-wrap .toggle-slot{background:#0000;border:#0000}
.sidebar-wrap.sidebar-close .language-select-wrap img{left:-3px}
.sidebar-wrap.sidebar-close .favourite-btn a span,.sidebar-wrap.sidebar-close .language-wrap span,.sidebar-wrap.sidebar-close .sidebar-ad-section,.sidebar-wrap.sidebar-close .sidebar-listing-wrap li a span,.sidebar-wrap.sidebar-close .theme-label,.sidebar-wrap.sidebar-close .theme-switcher-wrap .toggle-slot:after{display:none}
.sidebar-wrap.sidebar-close .sidebar-listing-wrap li.active a,.sidebar-wrap.sidebar-close .sidebar-listing-wrap li:hover a{background:#0000}
.sidebar-wrap .sports-btn{align-items:center;background:var(--cinder);border-radius:100%;display:flex;height:30px;justify-content:center;width:30px}
.sports-listing{padding:20px}
.sidebar-wrap .sports-btn img:nth-child(2),.sidebar-wrap .sports-btn.active img:first-child,.sidebar-wrap .sports-btn:hover img:first-child{display:none}
.sidebar-wrap .sports-btn.active img:nth-child(2),.sidebar-wrap .sports-btn:hover img:nth-child(2){display:block}
.sidebar-wrap .sports-btn.active,.sidebar-wrap .sports-btn:hover{background:var(--aquaBlue)}
.sidebar-listing-wrap{padding:20px 5px 0}
.sidebar-listing-wrap li{margin-bottom:5px}
.favourite-btn a,.sidebar-listing-wrap li a{align-items:center;border-radius:30px;color:var(--white);display:flex;font-size:16px;font-weight:700;padding:10px 20px;position:relative}
.favourite-btn a{padding:12px 5px}
.sidebar-listing-wrap li a span{padding-left:35px;white-space:nowrap}
.sidebar-listing-wrap li a img{position:absolute}
.sidebar-listing-wrap .sidebar-submenu li img{height:18px;width:18px}
.sidebar-listing-wrap li.active>a,.sidebar-listing-wrap li.active>button,.sidebar-listing-wrap li:hover>a,.sidebar-listing-wrap li:hover>button{background:var(--lightSlate);color:var(--white)}
.sidebar-listing-wrap li:hover a svg{fill:var(--aquaBlue)}
.sidebar-listing-wrap li a img:nth-child(2){display:none}
.sidebar-listing-wrap li.active>a img:nth-child(2),.sidebar-listing-wrap li:hover>a img:nth-child(2){display:block;filter:brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(1267%) hue-rotate(173deg) brightness(95%) contrast(98%)}
.sidebar-wrap .accordion-body{padding:10px}
.sidebar-wrap{background-color:var(--gray-90);border-right:1px solid var(--gray-80);display:flex;transition:all .3s ease-in-out;z-index:10}
.sidebar-wrap .sidebar-toggle-btn{left:auto;position:absolute;right:-10px;top:76px;z-index:3}
@media screen and (max-width:1024.98px){.sidebar-wrap .sidebar-toggle-btn{right:0;top:6px}
}
.sidebar-wrap.sidebar-close .sidebar-toggle-btn{left:-30px;padding:0;right:0}
@media screen and (max-width:767.98px){.sidebar-wrap.sidebar-close .sidebar-toggle-btn{left:-40px}
}
@media screen and (min-width:1025px){.sidebar-wrap.sidebar-close .sidebar-toggle-btn{left:10px;top:20px;transform:rotate(180deg)}
}
.sidebar-wrap.sidebar-close .sidebar-toggle-btn img{transform:rotate(180deg)}
.sidebar-wrap.sidebar-close .sidebar-listing-wrap{padding-top:50px}
.sidebar-wrap .sidebar-menu-list{margin:.25rem 0 .625rem;padding:0 1rem 1rem}
@media screen and (max-width:775px){.sidebar-wrap .sidebar-menu-list{max-height:70dvh;overflow-y:auto;padding-bottom:110px}
}
.sidebar-wrap .sidebar-menu-list h4{color:var(--gray-40);font-size:.875rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase}
.sidebar-wrap .sidebar-menu-list .sm li>a{padding:.68rem .28rem!important}
.sidebar-wrap .sidebar-menu-list li{margin-bottom:.1rem}
.sidebar-wrap .sidebar-menu-list li>a{align-items:center;border-radius:.5rem;color:var(--white);display:flex;font-size:.875rem;font-weight:500;min-width:208px;overflow:hidden;padding:.68rem;position:relative;transition:all .2s ease 0s}
.sidebar-wrap .sidebar-menu-list li>a:after{background:radial-gradient(50% 50% at 50% 50%,#fff 10%,#fff0 100%);border-radius:50%;bottom:-35px;content:"";height:60px;left:50%;opacity:0;pointer-events:none;position:absolute;right:50%;transform:translate(-50%)!important;transition:transform .35s ease,opacity .35s ease;width:60%}
.sidebar-wrap .sidebar-menu-list li>a:hover:after{opacity:.5;transform:translate(-50%)!important}
.sidebar-wrap .sidebar-menu-list li>a path,.sidebar-wrap .sidebar-menu-list li>a svg{transition:all .2s ease 0s}
.sidebar-wrap .sidebar-menu-list li>a:before{background:var(--sidebarBtnGradient);border-radius:.5rem;content:"";height:auto;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease 0s;width:100%;z-index:-1}
.sidebar-wrap .sidebar-menu-list li>a.active p{color:var(--white)}
.sidebar-wrap .sidebar-menu-list li>a p{font-size:1rem;font-weight:500;max-width:140px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}
.sidebar-wrap .sidebar-menu-list li>a.active,.sidebar-wrap .sidebar-menu-list li>a:hover{color:var(--white)}
.sidebar-wrap .sidebar-menu-list li>a.active:before,.sidebar-wrap .sidebar-menu-list li>a:hover:before{opacity:1}
.sidebar-wrap .sidebar-menu-list li>a.active .menu-arrow,.sidebar-wrap .sidebar-menu-list li>a:hover .menu-arrow{background:var(--white-015)}
.sidebar-wrap .sidebar-menu-list li>a.active .menu-arrow i,.sidebar-wrap .sidebar-menu-list li>a:hover .menu-arrow i{color:var(--white)}
.sidebar-wrap .sidebar-menu-list li>a.active .menu-arrow-transparent,.sidebar-wrap .sidebar-menu-list li>a:hover .menu-arrow-transparent{background:#0000}
.sidebar-wrap .sidebar-menu-list li>a.active img,.sidebar-wrap .sidebar-menu-list li>a:hover img{filter:brightness(10)}
.sidebar-wrap .sidebar-menu-list li>a.active .menu-icon svg path,.sidebar-wrap .sidebar-menu-list li>a:hover .menu-icon svg path{fill:var(--white)}
.sidebar-wrap .sidebar-menu-list li>a.active img.crypto-img,.sidebar-wrap .sidebar-menu-list li>a.crypto-list svg,.sidebar-wrap .sidebar-menu-list li>a:hover img.crypto-img{filter:none}
.sidebar-wrap .sidebar-menu-list li .menu-arrow{background:var(--gray-80);border-radius:.375rem;color:var(--gray-20);height:20px;padding:.02rem .325rem;position:absolute;right:.5rem;text-align:center;transition:background-color .2s ease 0s;width:20px}
.sidebar-wrap .sidebar-menu-list li .menu-arrow i{color:var(--gray-20);transition:color .2s ease 0s}
.sidebar-wrap .sidebar-menu-list li .loading-option{animation:rotate 1.5s linear infinite;background:none;padding:initial}
.sidebar-wrap .sidebar-menu-list li .promotion-count{background-color:var(--gray-80);border-radius:4px;color:var(--blue-100);padding:2px 10px}
.sidebar-wrap .sidebar-menu-list li .loading-option.no-spin{animation:none 0s ease 0s 1 normal none running;animation:initial;background-color:none;background:none}
.sidebar-wrap .sidebar-menu-list .item-w-badge{align-items:center;display:flex;gap:.5rem}
.sidebar-wrap .sidebar-menu-list .live{background-color:var(--gray-80);border-radius:4px;color:var(--blue-100);font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;padding:2px 8px;text-align:right;vertical-align:middle}
.sidebar-wrap .sidebar-menu-list .menu-icon{margin-right:.625rem}
.sidebar-wrap .sidebar-menu-list .menu-icon svg{height:1.1rem;width:1.1rem}
.sidebar-wrap .sidebar-menu-list .menu-search-icon path{fill:var(--gray-40)}
.sidebar-wrap .sidebar-menu-list .crypto-cont a{padding:5px}
.sidebar-wrap .sidebar-menu-list .submenu-wrap{animation:accordianEffect .4s ease-in-out 0s 1 normal none running;border-radius:0;padding:0}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a{color:var(--gray-20)}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a:after{opacity:0!important}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a:before{display:none!important}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a img{margin-right:.625rem;width:1.125rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a svg{margin-right:.313rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a.active,.sidebar-wrap .sidebar-menu-list .submenu-wrap li>a:hover{background:#0000;border-color:#0000;color:var(--white)}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap{align-items:center;display:flex;justify-content:space-between;position:relative}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list-right{position:relative}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list-right img,.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list-right svg{filter:none;height:1rem;margin-left:0;margin-right:0;position:absolute;right:-.625rem;top:0;width:1rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list-right span{color:var(--white);font-size:.75rem;font-weight:500;margin-right:.313rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list{min-width:auto;width:100%}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list .crypto-list-left img,.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list .crypto-list-left svg{border-radius:100%;height:1.5rem;width:1.5rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list-wrap .crypto-list:hover svg{filter:none}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-right{position:relative}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-right img,.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-right svg{filter:none;height:1rem;margin-left:0;margin-right:.313rem;position:absolute;right:-.625rem;top:0;width:1rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-right span{color:var(--white);font-size:.75rem;margin-right:10px}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-left img,.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list .crypto-list-left svg{border-radius:100%;height:1.5rem;width:1.5rem}
.sidebar-wrap .sidebar-menu-list .submenu-wrap .crypto-list:hover svg{filter:none}
.sidebar-wrap .sidebar-menu-list .menu-right{align-items:center;display:flex;justify-content:flex-end}
.sidebar-wrap .sidebar-menu-list .race-list.hide button{padding:.68rem .38rem}
.sidebar-wrap .sidebar-menu-list .race-list.hide button .race-countdown-container{display:none}
.sidebar-wrap .sidebar-menu-list .race-list.hide button:before{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}
.sidebar-wrap .sidebar-menu-list .race-list button{background-color:#0000;border:none;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;outline:none;padding:.68rem;position:relative;width:100%}
.sidebar-wrap .sidebar-menu-list .race-list button:hover path{fill:var(--white)}
.sidebar-wrap .sidebar-menu-list .race-list button:hover:before{color:var(--white);opacity:1}
.sidebar-wrap .sidebar-menu-list .race-list button:before{background:var(--sidebarBtnGradient);border-radius:.5rem;content:"";height:auto;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease 0s;width:100%;z-index:-1}
.sidebar-wrap .sidebar-menu-list .race-list button .race-nav-title{text-align:left;text-transform:capitalize}
.sidebar-top-cta{align-items:center;background:var(--primaryDark);box-shadow:0 4px 4px var(--blackOpacity50);justify-content:space-between;min-height:48px;padding:10px;width:100%}
.sidebar-top-cta .nav-link img{max-width:25px;padding-left:0!important}
.nav-link.cta-btn{border-radius:30px;color:var(--white);font-size:14px;font-weight:700;padding:10px 12px;white-space:nowrap;width:100%}
.sidebar-top-cta-wrap{padding:10px 5px 0}
.advertisement-card{border-radius:18px;height:180px;overflow:hidden}
.advertisement-card img{height:auto;object-fit:contain;width:100%}
.Mobile-bottom-bar{background-color:var(--gray-85);border-top:1px solid var(--gray-80);bottom:0;box-shadow:0 0 4px var(--blackOpacity50);height:4.25rem;left:0;position:fixed;right:0;z-index:1199}
.Mobile-bottom-bar .list-inline{--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1)}
.Mobile-bottom-bar .list-inline .list-inline-item{flex:1 0;margin-right:0!important;padding:.75rem .25rem;text-align:center}
.Mobile-bottom-bar .list-inline .list-inline-item span{color:var(--gray-20);font-size:.625rem;font-weight:400;white-space:nowrap}
.Mobile-bottom-bar .list-inline .list-inline-item.active img{filter:brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(2846%) hue-rotate(177deg) brightness(94%) contrast(99%)}
.Mobile-bottom-bar .list-inline .list-inline-item.active span{color:var(--aquaBlue)}
@media screen and (min-width:1024px)and (max-width:1200px){.Mobile-bottom-bar .list-inline{padding-left:100px}
}
.Mobile-bottom-bar button{align-items:center;background:#0000;border:none;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:0 auto;min-width:3rem;padding:0!important;padding:.25rem;position:relative;width:3rem}
.Mobile-bottom-bar button svg{height:1.75rem;width:1.75rem}
.Mobile-bottom-bar button svg path{fill:var(--gray-20)}
.Mobile-bottom-bar button i{color:var(--gray-20)}
.Mobile-bottom-bar button.active,.Mobile-bottom-bar button:active,.Mobile-bottom-bar button:focus,.Mobile-bottom-bar button:hover{background:#0000!important;border:none!important}
.Mobile-bottom-bar button.active svg path{fill:var(--white)}
.Mobile-bottom-bar button.active i{color:var(--white)}
.Mobile-bottom-bar .profile-mob button{background:var(--secondaryRadialBtn);border-radius:30px;box-shadow:0 14px 32px 0 rgba(0,164,250,.302)!important;flex:none!important;height:55px;padding:0!important;position:absolute;right:50%;top:-10px;transform:translateX(50%);width:55px}
.Mobile-bottom-bar .profile-mob button:hover{background:var(--secondaryRadialBtn)!important}
.Mobile-bottom-bar .profile-mob button svg{filter:brightness(10)}
.sidebar-menu-list ul li a .race-countdown-container{margin-left:10px;text-align:right;width:100%}
.sidebar-menu-list ul li a .race-countdown-container .race-countdown{margin-right:5px}
.live-support-btn{font-size:1rem;font-weight:500}
.race-countdown{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px;text-align:center}
.race-countdown.race-upcoming{background-color:#2a2e39;color:#7e8896}
.race-countdown.race-active{background-color:var(--gray-80);color:var(--blue-100)}
.race-countdown.race-completed{background-color:#2a2e39;color:#7e8896;font-size:10px;opacity:.7}
.race-countdown.daily{width:72px}
.race-modal .modal-body{padding:0!important}
.race-modal .btn-close{right:4px!important;top:4px!important}
.race-modal .race-modal-wrap{padding:10px}
.race-modal .race-modal-wrap .sectionWrapper .time-remaining-title{margin-bottom:0}
.race-modal .race-modal-wrap .sectionWrapper .time-remaining-container p{background-color:var(--gray-90);height:65px;margin-bottom:0}
@media(max-width:990px){.race-modal .race-modal-wrap .countDown{padding-right:4px;padding-top:4px}
.race-modal .race-modal-wrap .champion{padding-left:4px;padding-top:4px}
}
.race-modal .race-modal-wrap .leaderboard-btn{background-color:var(--gray-80);border:none;border-radius:10px;color:var(--white);font-size:16px;font-weight:600;padding:10px 20px;text-align:center;width:100%}
.modal-grid-layout{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.modal-grid-layout .item{background-color:var(--gray-85);border-radius:.8rem;height:142px;overflow:hidden;padding:1.25rem .5rem}
.modal-grid-layout .item-1{background:radial-gradient(circle at center,#00a4fa40 0,#0000 70%) no-repeat,var(--gray-85);background-position:-5%;background-repeat:no-repeat;background-size:170px 170px;display:flex;gap:.25rem;grid-column:1/-1;grid-row:1;justify-content:center;position:relative}
@media(min-width:576px){.modal-grid-layout .item-1{background-position:5%}
}
.modal-grid-layout .item-1 .trophy-image-container{align-items:center;display:flex;justify-content:center;width:40%}
.modal-grid-layout .item-1 .trophy-image-container img{height:auto;width:auto}
.modal-grid-layout .item-1 .trophy-info{display:flex;flex-direction:column;justify-content:space-between;width:60%}
.modal-grid-layout .item-1 .trophy-info-title{align-items:center;display:flex;font-weight:700;justify-content:center;position:relative}
.modal-grid-layout .item-1 .trophy-info-title svg{padding:0 2px;width:20px}
.modal-grid-layout .item-1 .trophy-info-title svg:first-child{transform:rotateY(180deg)}
@media(max-width:768px){.modal-grid-layout .item-1 .trophy-info-title{font-size:14px}
}
.modal-grid-layout .item-1 .trophy-info-title div{position:relative}
.modal-grid-layout .item-1 .trophy-info-title div .info-icon{left:95%;position:absolute;top:0}
.modal-grid-layout .item-1 .trophy-info .prize-pool{align-items:center;background-color:var(--gray-90);border-radius:.75rem;display:flex;flex-direction:column;justify-content:center;padding:.5rem;text-align:center}
.modal-grid-layout .item-1 .trophy-info .prize-pool p:first-child{color:var(--live-green);font-size:24px;font-weight:600}
@media(max-width:768px){.modal-grid-layout .item-1 .trophy-info .prize-pool p:first-child{font-size:20px}
}
.modal-grid-layout .item-1 .trophy-info .prize-pool p:last-child{color:var(--gray-40);font-size:12px;font-weight:500}
@media(max-width:768px){.modal-grid-layout .item-1 .trophy-info .prize-pool p:last-child{font-size:10px}
}
.modal-grid-layout .item-1 .trophy-info .prize-pool p{margin:0}
.modal-grid-layout .item-2,.modal-grid-layout .item-3{width:50%}
.modal-grid-layout .item-2 .no-champion,.modal-grid-layout .item-3 .no-champion{align-items:center;display:flex;height:auto;justify-content:center}
.modal-grid-layout .item-2 .no-champion p,.modal-grid-layout .item-3 .no-champion p{color:var(--gray-40);font-size:12px;font-weight:600;margin:0}
@media(min-width:990px){.modal-grid-layout .item-2 .no-champion p,.modal-grid-layout .item-3 .no-champion p{font-size:14px}
}
.modal-grid-layout .item-2{grid-column:1}
.modal-grid-layout .item-3{align-items:center;display:flex;flex-direction:column;grid-column:2;justify-content:space-between}
.modal-grid-layout .item-3 .champion-title{font-size:14px;font-weight:700;margin:0}
@media(min-width:768px){.modal-grid-layout .item-3 .champion-title{font-size:16px}
}
.modal-grid-layout .item-3 .last-champion-user-container{align-items:center;background-color:var(--gray-90);border-radius:.75rem;display:flex;gap:.5rem;height:65px;justify-content:center;max-width:100%;padding:.25rem .5rem}
@media(min-width:990px){.modal-grid-layout .item-3 .last-champion-user-container{padding:.5rem 1rem}
}
.modal-grid-layout .item-3 .last-champion-user-container img{height:32px;object-fit:contain;object-position:center;overflow:hidden;width:32px}
.modal-grid-layout .item-3 .last-champion-user-container__info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal-grid-layout .item-3 .last-champion-user-container__info p{font-size:12px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal-grid-layout .item-3 .last-champion-user-container__info .profit-text{color:var(--gray-20)}
.modal-grid-layout .item-3 .last-champion-user-container__info .prize-text{color:var(--live-green)}
.modal-grid-layout .item-4{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;font-weight:500;grid-column:1/-1;grid-row:3;justify-content:space-evenly}
.modal-grid-layout .item-4 p{margin:0}
.modal-grid-layout .item-4 .top-ten-text{background-color:var(--gray-80);border-radius:100px;color:var(--blue-100);padding:2px 8px}
@media(min-width:990px){.modal-grid-layout .item-4{font-size:14px}
}
.modal-grid-layout .item-4__section{align-items:start;display:flex;flex-direction:column;position:relative}
.modal-grid-layout .item-4__section:first-child{align-items:center;flex-direction:row;justify-content:center;width:100%}
.modal-grid-layout .item-4 .divider{background-color:var(--gray-80);height:50px;width:1px}
.modal-grid-layout .item-4 .divider:first-of-type{display:none}
.modal-grid-layout .item-4 .user-rank-info img{height:54px}
.modal-grid-layout .item-4 .user-rank-info p{font-size:14px;font-weight:600;margin:0}
.modal-grid-layout .single-row{display:flex;flex-wrap:nowrap;gap:.5rem;width:100%}
@media(max-width:989px){.modal-grid-layout{grid-template-columns:1fr 1fr}
.modal-grid-layout .item-2{grid-column:1}
.modal-grid-layout .item-3{grid-column:2}
}
.modal-grid-layout .text{font-weight:500}
.modal-grid-layout .text--title{color:var(--gray-20);text-transform:capitalize}
.sectionWrapper{display:flex;flex-direction:column;height:auto;justify-content:space-between}
.sectionWrapper .time-remaining-title{color:var(--white);font-size:16px;font-weight:700;text-align:center}
@media(max-width:768px){.sectionWrapper .time-remaining-title{font-size:14px}
}
.sectionWrapper .time-remaining-container{align-items:center;display:flex;gap:10px;justify-content:center}
@media(max-width:768px){.sectionWrapper .time-remaining-container{gap:5px}
}
.sectionWrapper .time-remaining-container .time-separator{color:var(--gray-40);font-size:20px;font-weight:600}
.sectionWrapper .time-remaining-container p{align-items:center;background-color:var(--darkGray);border-radius:12px;display:flex;flex-direction:column;height:74px;justify-content:center;margin-bottom:0;width:64px}
@media(max-width:990px){.sectionWrapper .time-remaining-container p{height:60px}
}
.sectionWrapper .time-remaining-container p span:first-child{color:var(--live-green);font-size:20px;font-weight:600}
@media(max-width:768px){.sectionWrapper .time-remaining-container p span:first-child{font-size:16px}
}
.sectionWrapper .time-remaining-container p span:not(:first-child){color:var(--gray-40);font-size:12px;font-weight:500}
@media(max-width:768px){.sectionWrapper .time-remaining-container p span:not(:first-child){font-size:10px}
.sectionWrapper .time-remaining-container p{margin:0}
}
.PhoneInput{align-items:center;display:flex}
.PhoneInputInput{border:1px solid var(--gray-90);border-radius:0 .625rem .625rem 0;flex:1 1;font-size:1rem;height:3rem;padding:.438rem .75rem}
.PhoneInputInput,.PhoneInputInput:focus{background-color:var(--gray-90);color:var(--white)}
.PhoneInputInput:focus{border:1px solid var(--blue-300);box-shadow:none;outline:none}
.PhoneInputCountryIcon{height:32px;width:32px}
.PhoneInputCountryIcon--square{width:32px}
.PhoneInputCountryIcon--border{background-color:var(--gray-90);box-shadow:inset 0 0 0 0}
.PhoneInputCountryIconImg{display:block;height:auto;width:100%}
.PhoneInputInternationalIconPhone{fill:var(--white);opacity:.8}
.PhoneInputInternationalIconGlobe{stroke:var(--white);opacity:.8}
.PhoneInputCountry{align-items:center;align-self:stretch;background-color:var(--gray-90);border:1px solid var(--gray-90);border-radius:10px 0 0 10px;display:flex;height:48px;padding:7px 14px;position:relative}
.PhoneInputCountrySelect{border:0;cursor:pointer;height:auto;height:48px!important;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}
.PhoneInputCountrySelect[disabled]{cursor:default}
.PhoneInputCountrySelectArrow{border-color:inherit;border-color:var(--white);border-style:solid;border-width:0 1px 1px 0;content:"";display:block;height:.3em;margin-left:.35em;opacity:"0.45";transform:rotate(45deg);width:.3em}
.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;opacity:1}
.inputForm .text-danger{bottom:-6px;position:absolute;right:0}
.dark .PhoneInputInput{background-color:var(--darkGray);border:1px solid var(--darkGray);color:var(--white)}
.dark .PhoneInputInput:focus{background-color:var(--darkGray);border:1px solid var(--blue-300);color:var(--white)}
.dark .PhoneInputCountryIcon--border{background-color:var(--darkGray);box-shadow:inset 0 0 0 0}
.dark .PhoneInputCountry{background-color:var(--darkGray);border:1px solid var(--darkGray)}
.dark .PhoneInputCountrySelectArrow{border-color:var(--white)}
.dark .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;opacity:1}
@media screen and (max-width:575.98px){#login_modal.modal .modal-dialog{margin:0}
#login_modal.modal .modal-dialog .modal-content{height:auto;margin:0 auto;width:calc(100% - 2rem)}
#login_modal.modal .register-wrap{overflow-y:auto;padding:.75rem 1.75rem}
}
#login_modal.modal .register-wrap.pb-130{padding-bottom:130px}
#login_modal.modal .full .phoneWithCode{align-items:flex-start;display:flex;flex-direction:row;gap:8px;justify-content:space-between}
#login_modal.modal .full .phoneWithCode .codeNumber{width:30%}
#login_modal.modal .full .phoneWithCode .phoneNumber{width:70%}
#login_modal.modal .half{align-items:flex-start;display:flex;flex-direction:row;gap:16px;justify-content:space-between}
#login_modal.modal .half .form-group{width:50%}
#login_modal.modal .auth-fixed{background:#162331;bottom:0;left:1.5rem;padding-bottom:1rem;position:absolute;width:350px}
@media screen and (max-width:991.98px){#login_modal.modal .auth-fixed{left:1.5rem;width:calc(100% - 3.2rem)}
}
@media screen and (max-width:575.98px){#login_modal.modal .auth-fixed{left:1rem;width:calc(100% - 2.2rem)}
#login_modal.modal .mob-login-header{background-color:var(--gray-85);border-bottom:1px solid var(--gray-80);padding:.75rem 1.75rem 1rem}
}
#login_modal.modal .login-img-wrapper{max-height:600px;overflow:hidden}
@media screen and (max-width:1024.98px){#login_modal.modal .login-img-wrapper{display:none!important}
}
#login_modal.modal .mob-login{max-height:600px;overflow-y:scroll}
#login_modal.modal .mob-login::-webkit-scrollbar{width:4px}
#login_modal.modal .mob-login::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px var(--darkGray-90)}
#login_modal.modal .mob-login::-webkit-scrollbar-thumb{background:var(--gray-60);border-radius:10px}
@media screen and (max-width:575.98px){#login_modal.modal .mob-login{padding:0}
}
@media screen and (max-width:1024.98px){#login_modal.modal .mob-login{flex:0 0 auto!important;width:100%!important}
}
@media screen and (max-width:575.98px){#login_modal.modal .btn-close{background-color:#0000;border:none;right:1rem;top:1.5rem}
#login_modal.modal .btn-close svg{height:.6rem;width:.6rem}
}
@media(max-width:1024.98px)and (max-height:650px){#login_modal.modal.auth-modal .modal-dialog-centered,#login_modal.modal.auth-modal.modal-dialog-centered{height:auto!important;max-height:none!important}
#login_modal.modal.auth-modal .modal-content{max-height:none!important}
}
#login_modal.modal.auth-modal .modal-content{max-height:600px}
#login_modal.modal.auth-modal .modal-body,#login_modal.modal.user-profile-modal .modal-content{overflow:hidden}
.auth-form-wrap{padding:12px 10px 0 24px}
@media screen and (max-width:991.98px){.auth-form-wrap{padding:24px}
}
@media screen and (max-width:575.98px){.auth-form-wrap{padding:0}
}
.auth-form-wrap .auth-logo{text-align:center}
.auth-form-wrap .auth-logo svg{height:48px;margin:8px auto 32px;width:238px}
@media screen and (max-width:575.98px){.auth-form-wrap .auth-logo svg{height:36px;margin:4px auto 16px;width:178px}
}
.auth-form-wrap .auth-logo--betaMobile svg{height:97px;width:100%}
.auth-form-wrap .auth-top-btn .nav{gap:.75rem}
.auth-form-wrap .auth-top-btn .nav .nav-item{flex:1 1}
.auth-form-wrap .auth-top-btn .nav .nav-item .nav-link{background-color:var(--darkGray);border:2px solid #0000;border-radius:.625rem;color:var(--gray-20);font-size:.875rem;font-weight:500;line-height:1.75rem;max-height:40px;padding:.3125rem 1.625rem .25rem;width:100%}
@media screen and (max-width:575.98px){.auth-form-wrap .auth-top-btn .nav .nav-item .nav-link{line-height:1.5rem}
}
.auth-form-wrap .auth-top-btn .nav .nav-item .nav-link.active,.auth-form-wrap .auth-top-btn .nav .nav-item .nav-link.active:hover,.auth-form-wrap .auth-top-btn .nav .nav-item .nav-link:hover{background-color:var(--gray-60);border:2px solid #0000;color:var(--white)}
.auth-form-wrap .auth-btn-wrap{margin:0}
.auth-form-wrap .auth-btn-wrap .btn{height:44px}
.auth-form-wrap .auth-btn-wrap--betaFilled{margin-bottom:2rem}
.auth-form-wrap .auth-social-card{align-items:center;cursor:pointer;display:flex;justify-content:center}
.auth-form-wrap .auth-social-card a svg{width:5rem}
@media screen and (max-width:767.98px){.auth-form-wrap .auth-social-card{width:80px}
.auth-form-wrap .auth-social-card img{width:100%}
}
.auth-form-wrap form .error-container{height:21px;margin-top:10px}
.auth-form-wrap form .error-container p{font-size:12px;margin:0}
@media screen and (max-width:767.98px){.auth-form-wrap form .error-container p{font-size:12px}
}
.register-wrap .forgot-password{color:var(--gray-40);font-size:.75rem!important;font-weight:500}
.twofa-wrap p{color:var(--gray-40);font-size:.875rem!important;font-weight:400}
.checkbox:disabled+.switch{background-color:var(--gray-80);cursor:default}
.checkbox:disabled+.switch:after{background-color:var(--gray-40)}
.switch{background-color:var(--gray-80);border-radius:20px;cursor:pointer;display:inline-block;height:24px;padding:4px;position:relative;transition:all .3s;width:40px}
.switch:after{background-color:var(--gray-20);border-radius:50%;content:"";height:1rem;left:4px;position:absolute;top:4px;transition:all .3s;width:1rem}
.checkbox:checked+.switch:after{background-color:var(--gray-90);left:20px}
.checkbox:checked+.switch{background-color:var(--live-green)}
.checkbox{display:none}
label:active:after{width:1rem}
.currency-wrapper .currency-btc-icon{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/png/clutch-wallet-icon.webp);background-position:calc(100% - 8px);background-repeat:no-repeat;background-size:16px;padding-right:34px}
.currency-dropdown-wrap .currencies-options{border-radius:.75rem;box-shadow:0 0 1.25rem 0 var(--darkGray),0 .5rem 1rem 0 var(--darkGray-80);color:var(--white);min-width:368px;padding:1.5rem}
@media screen and (max-width:767.98px){.currency-dropdown-wrap .currencies-options{padding:1rem}
}
@media(max-width:576px){.currency-dropdown-wrap .currencies-options{min-width:100%}
}
.currency-dropdown-wrap .currencies-options.header{padding:0;position:absolute}
.currency-dropdown-wrap .currencies-options.header .dropdown-title{color:var(--gray-20);font-size:14px;font-weight:600;margin-bottom:.5rem;padding-left:.25rem;padding-right:.25rem}
.currency-dropdown-wrap .currencies-options.header .currency-header{column-gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem 0}
@media screen and (max-width:575.98px){.currency-dropdown-wrap .currencies-options.header .currency-header{column-gap:.5rem;padding:.75rem .5rem 0}
}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency{background-color:var(--gray-85);padding:.75rem}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency.convert-container--header .header{margin-bottom:16px!important}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency .header{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem;width:100%}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency .header .icon-wrap{align-items:center;background-color:var(--gray-80);border:none;border-radius:4px;display:flex;justify-content:center;padding:.25rem}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency .header .icon-wrap svg{height:1rem;width:1rem}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency .header h2{font-size:14px;font-weight:700;margin-bottom:0;text-align:center;text-transform:uppercase;width:calc(100% - 36px)}
.currency-dropdown-wrap .currencies-options.header .currency-header.view-in-currency p{font-size:14px;font-weight:600;line-height:18px}
.currency-dropdown-wrap .currencies-options.header .currency-header.manage-assets{background-color:var(--gray-85);padding:0!important}
.currency-dropdown-wrap .currencies-options.header .currency-header.manage-assets .header{margin-bottom:.5rem!important;padding:1rem .75rem 0!important}
.currency-dropdown-wrap .currencies-options.header .currency-header.manage-assets .casino-search-content{padding:.5rem .75rem 0!important}
.currency-dropdown-wrap .currencies-options.header .currency-header.manage-assets .casino-search-content .search-icon{left:1.125rem;top:calc(50% + .25rem)!important}
.currency-dropdown-wrap .currencies-options.header .currency-header .casino-search-content{position:relative}
.currency-dropdown-wrap .currencies-options.header .currency-header .casino-search-content input{background-color:var(--darkGray);border-radius:.625rem;padding-left:2.5rem}
.currency-dropdown-wrap .currencies-options.header .currency-header .casino-search-content .search-icon{height:1.5rem;left:.625rem;position:absolute;top:50%;transform:translateY(-50%);width:1.5rem}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane{margin-top:.5rem;width:100%}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane ul{margin-bottom:0;padding-bottom:0}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane ul li{background-color:#0000;border:none;border-bottom:1px solid var(--gray-80);border-radius:0;text-align:center;width:50%}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane ul li button{background-color:#0000;border:none;border-radius:0;color:var(--gray-40);font-size:14px;font-weight:600;line-height:16px;padding:0;text-transform:uppercase;width:100%}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane ul li.active{border-bottom:2px solid var(--blue-300)}
.currency-dropdown-wrap .currencies-options.header .currency-header .tab-pane ul li.active button{color:var(--white)}
.currency-dropdown-wrap .currencies-options.header .currency-header .btn{background:var(--gray-80);border:none;border-radius:.625rem;height:46px;line-height:46px;min-height:46px;min-width:48px;padding:0!important;width:48px}
.currency-dropdown-wrap .currencies-options.header .currency-header .btn svg{height:1.5rem;width:1.5rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle{max-height:345px;overflow:auto}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .loading-spinner{align-items:center;background:var(--gray-90);display:flex;height:345px;justify-content:center;left:0;position:absolute;right:0}
@media screen and (max-width:767.98px){.currency-dropdown-wrap .currencies-options.header .currencies-middle{max-height:calc(100vh - 320px)!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle.manage-assets,.currency-dropdown-wrap .currencies-options.header .currencies-middle.view-in-currency{max-height:calc(100vh - 410px)!important}
}
.currency-dropdown-wrap .currencies-options.header .currencies-middle.pb-8{padding-bottom:4rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle.h-60{align-items:center;display:flex;flex-flow:row;height:60px;justify-content:center}
.currency-dropdown-wrap .currencies-options.header .currencies-middle.h-120{align-items:center;display:flex;flex-flow:row;height:120px;justify-content:center}
.currency-dropdown-wrap .currencies-options.header .currencies-middle::-webkit-scrollbar{width:6px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:var(--gray-80)}
.currency-dropdown-wrap .currencies-options.header .currencies-middle::-webkit-scrollbar-thumb{background:var(--gray-80);border-radius:10px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input-wrapper{align-items:center;display:flex;flex-flow:column;gap:12px;justify-content:center;margin-bottom:16px;position:relative}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .currency-name{color:var(--white);font-size:14px;font-weight:600}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .currency-name span{color:var(--gray-40);font-size:14px;font-weight:400;margin-left:4px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-icon--middle{background:var(--gray-90);border-radius:8px;padding:6px;position:absolute;z-index:9}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-button{align-items:center;background:var(--secondaryRadialBtn);border-radius:6px;color:var(--white);cursor:pointer;display:flex;font-size:16px;font-weight:500;height:44px;justify-content:center;width:100%}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-button.disabled{background:var(--gray-80);cursor:not-allowed;opacity:.5}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input{position:relative}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input input{background-color:var(--darkGray)!important;padding-left:140px;text-align:right}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input .left-icon{align-items:center;display:flex;gap:.5rem;height:auto;justify-content:flex-start;left:16px;position:absolute;top:0;z-index:1}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input .left-icon.pointer{cursor:pointer}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input .left-icon .currency-main{margin-right:0}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .convert-selection .convert-input .left-icon p{margin:0;padding:0}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency{align-items:center;cursor:pointer;display:flex;flex-flow:row-reverse;justify-content:space-between;padding:.25rem .5rem!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency.active{background-color:var(--gray-85);border-radius:.5rem;padding:.75rem .5rem!important;position:relative;z-index:10}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency.active svg{height:1.5rem;width:1.5rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency.active input{padding:.5rem .6rem .5rem .4rem!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .info-none-currency{align-items:center;border:1px solid var(--gray-80);border-radius:0 0 .5rem .5rem;border-top:none;display:none;gap:.5rem;padding:1rem .5rem .75rem;position:relative;top:-10px;z-index:1}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .info-none-currency.active{display:flex}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .info-none-currency svg{height:1.75rem;width:1.75rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .info-none-currency p{color:var(--gray-20);font-size:14px;font-weight:400;line-height:16px;margin-bottom:0}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item{border-radius:.5rem;padding:.5rem!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item.pointer{cursor:pointer}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item:hover{background-color:var(--gray-80)}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item .subname{color:var(--gray-40);font-size:13px;font-weight:400}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item input.form-check-input{background-color:var(--gray-90)}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item input.form-check-input:checked{background-color:var(--blue-300)}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency span,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item span{color:var(--white);font-size:14px;font-weight:600;line-height:16px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency label,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item label{align-items:center;cursor:pointer;display:flex;flex-flow:row-reverse;justify-content:space-between;margin-bottom:0!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency label input,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item label input{margin-right:0!important;padding:.5rem .6rem .5rem .4rem!important}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency img,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .check-none-currency svg,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item img,.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-selection .currency-item svg{border-radius:50%;height:1.5rem;margin-right:.5rem;object-fit:cover;width:1.5rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap:not(:last-child){margin-bottom:1rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section{border-radius:.5rem;margin-bottom:.125rem;padding:.75rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section:hover{background:var(--gray-80);cursor:pointer}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section.active{background:var(--gray-85)}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-name{font-size:14px;font-weight:600}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-name.w-code .subname{color:var(--gray-40);font-size:13px;font-weight:400}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-name.bonus{align-items:center;display:flex;gap:.5rem}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-name.bonus svg{height:14px;width:14px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-amount{font-size:14px;font-weight:500}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-amount.currency{font-size:12px;height:10px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-count{color:var(--gray-20);font-size:12px;font-weight:500;height:10px}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section .item-count.d-none{display:none}
.currency-dropdown-wrap .currencies-options.header .currencies-middle .currencies-wrap .currency-section img{border-radius:50%;height:24px;object-fit:cover;width:24px}
.currency-dropdown-wrap .currencies-options.header .currency-footer{background:var(--gray-85);border-radius:0 0 .5rem .5rem;border-top:1px solid var(--gray-80);bottom:0;left:0;padding:1.1rem 1.5rem;position:absolute;right:0}
@media screen and (max-width:767.98px){.currency-dropdown-wrap .currencies-options.header .currency-footer{padding:1rem 1.4rem}
.currency-dropdown-wrap .currencies-options.header .currency-footer .btn{width:auto!important}
}
.currency-dropdown-wrap .currencies-options.header .currency-footer svg{fill:var(--gray-40);height:16px;width:16px}
.currency-dropdown-wrap .currencies-options.header .currency-footer p{color:var(--gray-40);font-size:14px;font-weight:500;margin-bottom:0}
.currency-dropdown-wrap .currencies-options.header .currency-footer .btn{color:var(--gray-40);font-size:14px;font-weight:500;height:auto;line-height:inherit;margin-bottom:0;padding:0}
.currency-dropdown-wrap .currencies-options.header .currency-footer .btn p{margin-bottom:0}
.currency-dropdown-wrap .currencies-options.header .currency-footer .btn svg{height:1.5rem;width:1.5rem}
.currency-dropdown-wrap .currencies-options .balance-head-wrap{font-size:16px;margin-bottom:1.75rem}
.currency-dropdown-wrap .currencies-options .balance-head-wrap .balance-section{gap:.75rem}
.currency-dropdown-wrap .currencies-options .balance-head-wrap .balance-section .bal-txt{font-weight:700;line-height:28px}
.currency-dropdown-wrap .currencies-options .balance-head-wrap .btn.btn-secondary.add-btn{border-radius:.25rem;height:32px;min-height:0;min-height:auto;padding:.5rem;width:32px}
.currency-dropdown-wrap .currencies-options .balance-head-wrap .total-bal{font-weight:500}
.currency-dropdown-wrap .currencies-options .balance-head-wrap .total-bal .amount{color:var(--live-green)}
.currency-dropdown-wrap .currencies-options .balance-box{background:var(--darkGray);border-radius:.5rem;font-size:14px;font-weight:600;padding:12px 16px}
.currency-dropdown-wrap .currencies-options .balance-box .normal-amount{font-weight:400}
.currency-dropdown-wrap .currencies-options .balance-box .custom-switch{background:var(--gray-80);border-radius:100vh;height:24px;position:relative;transition:background .4s ease;width:40px}
.currency-dropdown-wrap .currencies-options .balance-box .custom-switch:before{background:var(--gray-40);border-radius:100vh;bottom:auto;content:"";height:16px;left:3px;position:absolute;top:4px;transition:transform .4s ease;width:16px}
.currency-dropdown-wrap .currencies-options .balance-box .custom-switch:has(input[type=checkbox]:checked){background:var(--live-green)}
.currency-dropdown-wrap .currencies-options .balance-box .custom-switch:has(input[type=checkbox]:checked):before{background:var(--gray-90);transform:translateX(19px)}
.currency-dropdown-wrap .currencies-options .balance-box .custom-switch input[type=checkbox]{cursor:pointer;inset:0;opacity:0;position:absolute}
.currency-dropdown-wrap .currencies-options .balance-box .info-icon svg{margin-left:5px}
.currency-dropdown-wrap .currencies-options .balance-box .coins img{width:40px}
@media screen and (max-height:430px){.currency-dropdown-wrap div#currencies_dropdown{max-height:208px;overflow:auto}
}
.currency-dropdown-wrap .non-cash-amount{color:var(--blue-300)}
.currency-dropdown-wrap .dropdown-item.currency-img-header{padding:.56rem}
.currency-dropdown-wrap .dropdown-item.currency-img-header img{width:1rem}
.currency-dropdown-wrap .dropdown-item .currency-unit{margin-right:.313rem;min-width:50%}
.currency-dropdown-wrap .dropdown-item span{align-items:center;display:flex;justify-content:flex-end}
.currency-dropdown-wrap .dropdown-item span img{margin-left:.313rem}
.currency-dropdown-wrap .dropdown-backdrop{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#0000004d;bottom:0;display:none;height:100vh;left:0;position:absolute;right:0;top:64px;width:100vw}
@media screen and (max-width:576px){.currency-dropdown-wrap .dropdown-backdrop{display:none}
}
.main-currency-wrapper .currency-text{align-items:center;display:flex;font-size:1rem;font-weight:500;justify-content:center;margin-right:1rem}
@media(max-width:575.98px){.main-currency-wrapper .currency-text{font-size:14px;margin-right:.5rem}
}
.currency-main{margin-right:.5rem}
.currency-main img,.currency-main svg{border-radius:50%;height:1.25rem;object-fit:cover;width:1.25rem}
@media(max-width:576px){.currency-main img,.currency-main svg{height:1.5rem;margin-right:0;width:1.5rem}
}
.currency-main .currency-text{min-width:100px}
.currency-notification{color:var(--gray-40);font-size:.875rem}
@media screen and (max-width:576px){.dropdown-menu.show~.dropdown-backdrop{display:block}
}
.games-not-found{margin-top:3rem}
.games-not-found span{background-color:var(--gray-90);border-radius:.5rem;color:var(--gray-40);font-size:18px;font-style:normal;font-weight:800;padding:1.5rem 2rem}
.cashCard{align-items:center;background:var(--gray-85);border-radius:.313rem;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;padding:2rem .5rem 1.625rem;text-align:center;transition:background-color .3s}
.cashCard.disabled{cursor:not-allowed;opacity:.3;pointer-events:none}
.cashCard.disabled img{filter:grayscale(100%)}
.cashCard.disabled:hover{background:var(--gray-80)}
@media screen and (max-width:767.98px){.cashCard{padding:1.5rem .5rem 1.25rem}
}
.cashCard:hover{background:var(--gray-80)}
.cashCard-icon{border-radius:100%;height:32px;margin:0 auto .625rem;width:32px}
.cashCard-icon img{border-radius:50%;height:auto;object-fit:cover;width:100%}
.cashCard h4{color:var(--white);font-size:1rem;font-weight:700;margin:0}
@media screen and (max-width:767.98px){.cashCard h4{font-size:.8125rem}
}
.cashCard p{color:var(--gray-40);font-size:.875rem;margin:0;text-transform:capitalize}
@media screen and (max-width:767.98px){.cashCard p{font-size:.75rem}
}
.nav-scroll-smooth{scroll-behavior:smooth}
.nav-scroll-drag{scroll-behavior:unset!important}
.nav-scroll-arrow{background:var(--gray-80);border:1px solid var(--gray-80);border-radius:.313rem;font-size:0;height:1.5rem;left:24px;padding:.313rem .625rem;position:relative;top:50%;transform:translateY(-50%);width:1.5rem;&:before{background:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/svg/slider-right-arrow.svg);background-repeat:no-repeat;background-size:.313rem;content:"";font-size:0;height:.625rem;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);width:.313rem}
}
.nav-scroll-arrow-ddg{top:40%!important}
.nav-scroll-arrow-wrapper{background:linear-gradient(270deg,#0f1923,#0f192300);bottom:0;position:absolute;right:0;top:0;width:3rem}
.nav-scroll-arrow-wrapper.left{left:0;right:auto;transform:rotate(180deg);z-index:1000}
.nav-scroll-wrapper{position:relative;width:100%;.nav{-webkit-box-align:center;display:flex;flex-wrap:nowrap;list-style:none;margin-bottom:0;overflow:auto hidden;padding-bottom:0!important;padding-left:0;scrollbar-width:none;white-space:nowrap;&::-webkit-scrollbar{display:none}
}
}
.tooltip-listing{color:var(--white);font-size:14px;font-weight:400;line-height:19.6px;list-style:disc;margin-bottom:0;opacity:.8;padding-left:1.25rem}
.tip-amount{color:var(--tipAmountText)!important}
.chat-announcement-wrap{padding:0 1rem;position:sticky;top:0;z-index:2}
.user-social-list-wrap{margin-top:.75rem}
.user-social-list-wrap a{border:1px solid var(--gray-60);border-radius:.25rem;height:2rem;width:2rem}
.user-social-list-wrap a svg{height:1rem;width:1rem}
.chat-inner-header h4{font-size:.875rem;line-height:1rem}
.chat-inner-header svg{margin-right:.25rem}
.chat-inner-header a{color:var(--gray-40);font-size:.75rem;font-weight:500}
.chat-inner-header a svg{margin-right:0}
.chat-badge-wrap .chat-badge-listing-wrap{margin-top:.75rem}
.chat-badge-wrap .chat-badge-listing-wrap svg{height:2rem;opacity:.4;width:2rem}
.chat-badge-wrap .chat-badge-listing-wrap svg:hover{opacity:1}
.private-link a svg{opacity:.5}
.profile-pic-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}
.profile-pic-wrapper .profile-pic{height:auto;object-fit:contain;width:100%}
.profile-pic-wrapper .image-upload-box{background-color:var(--gray-85);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23404D6AFF' stroke-width='4' stroke-dasharray='5, 15' stroke-linecap='square'/%3E%3C/svg%3E");border-radius:8px;height:180px;width:100%}
.preview-wrap{background-color:var(--gray-80);border-radius:8px;padding:16px;width:100%}
.preview-wrap .preview-heading{align-items:center;background-color:var(--darkGray-40);border-radius:4px;display:flex;font-size:14px;font-weight:500;gap:5px;margin:0;padding:4px 8px}
.preview-wrap .slider-wrap{font-size:1.25rem}
.preview-wrap .form-range::-webkit-slider-runnable-track{background-color:var(--gray-85);height:.25rem}
.preview-wrap .form-range::-webkit-slider-thumb{background-color:var(--white);height:1.25rem;margin-top:-.5rem;width:1.25rem}
.preview-wrap .react-transform-wrapper .react-transform-component{height:160px;width:160px}
.preview-wrap .preview-circle-wrap{height:160px;margin:auto;overflow:hidden;position:absolute;width:160px}
.preview-wrap .preview-circle{border-radius:50%;bottom:0;box-shadow:0 0 2000px 2000px var(--gray-80);height:124px;left:0;margin:auto;pointer-events:none;position:absolute;right:0;top:0;width:124px;z-index:1}
.rc-tooltip.chat-rules-overlay{box-shadow:var(--dropdownShadow)}
.rc-tooltip.chat-rules-overlay .rc-tooltip-arrow{left:166px!important}
.rc-tooltip.chat-rules-overlay .rc-tooltip-content .rc-tooltip-inner{border-radius:.5rem;padding:16px 12px!important}
.notification-content-scroll{height:calc(100vh - 120px);overflow-y:auto}
@media screen and (max-width:1199.98px){.notification-content-scroll{height:calc(100vh - 165px)}
}
@media screen and (max-width:767.98px){.notification-content-scroll{height:calc(100vh - 175px)}
}
.notification-content-scroll .notification-pinned-wrap{padding:0 1rem}
.notification-content-scroll .notification-content-wrap{margin-top:.25rem;padding:0 1rem;position:relative}
.notification-content-scroll .notification-content-wrap .games-not-found span{background:var(--gray-80);display:block;text-align:center;word-break:break-word}
@media screen and (max-width:767.98px){.notification-content-scroll .notification-content-wrap{height:calc(100vh - 260px);width:100%}
}
.notification-content-scroll .notification-content-wrap .chat-card{background:var(--gray-80-50);border-radius:.625rem;color:var(--white);margin:.313rem 0;padding:.625em;position:relative;word-break:break-word}
.notification-content-scroll .notification-content-wrap .chat-card h4{cursor:pointer;font-size:.875rem;font-weight:600;margin:.4rem 0 0;padding-right:.313rem}
.notification-content-scroll .notification-content-wrap .chat-card p span{color:var(--white);font-weight:500;opacity:.8}
.notification-content-scroll .notification-content-wrap .chat-card p{color:var(--gray-20);font-size:.8rem;line-height:1.2;margin:0}
.notification-content-scroll .notification-content-wrap .chat-card .user-icon{margin-right:.313rem;width:1rem}
.notification-content-scroll .notification-content-wrap .chat-card:first-child{margin-top:auto}
.notification-content-scroll .notification-content-wrap .chat-card .chat-card-head{position:absolute;right:.313rem;top:.313rem}
.notification-content-scroll .notification-content-wrap .chat-card .chat-card-head .chat-badge-lising{display:flex;margin:0 .1rem}
.notification-content-scroll .notification-content-wrap .chat-card .chat-card-head .chat-badge-lising svg{margin:0 .1rem}
.notification-content-scroll .notification-content-wrap .chat-card .chat-card-head .user-clr-one{color:var(--chatUserOne)}
.notification-content-scroll .notification-content-wrap .chat-card .chat-card-head h4{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.notification-content-scroll .notification-content-wrap .chat-card .chat-time{color:var(--gray-20);font-size:.625rem;font-weight:300}
.notification-header{margin-bottom:1rem}
.notification-header span{color:var(--gray-20);font-weight:600}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}
.cropper-container img{backface-visibility:hidden;display:block;height:auto;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}
.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}
.cropper-canvas,.cropper-wrap-box{overflow:hidden}
.cropper-drag-box{background-color:#fff;opacity:0}
.cropper-modal{background-color:#000;opacity:.5}
.cropper-view-box{display:block;height:auto;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}
.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}
.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}
.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:auto;left:33.33333%;top:0;width:33.33333%}
.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}
.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}
.cropper-center:before{height:1px;left:-3px;top:0;width:7px}
.cropper-center:after{height:7px;left:0;top:-3px;width:1px}
.cropper-face,.cropper-line,.cropper-point{display:block;height:auto;opacity:.1;position:absolute;width:100%}
.cropper-face{background-color:#fff;left:0;top:0}
.cropper-line{background-color:#39f}
.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}
.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}
.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}
.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}
.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}
.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}
.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}
.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}
.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}
.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}
.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}
.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}
.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}
@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}
}
@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}
}
@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}
}
.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}
.cropper-invisible{opacity:0}
.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}
.cropper-hide{display:block;height:0;position:absolute;width:0}
.cropper-hidden{display:none!important}
.cropper-move{cursor:move}
.cropper-crop{cursor:crosshair}
.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.cropper-view-box{border-radius:50%}
.cropper-face{background-color:#0000!important;left:auto!important;top:auto!important}
.cropper-move{cursor:grab}
.cropper-container{height:160px!important;width:160px!important}
.cropper-container .cropper-canvas,.cropper-container .cropper-wrap-box{margin:auto}
.cropper-crop-box{left:50%!important;pointer-events:none;top:50%!important;transform:translate(-50%,-50%)!important}
.cropper-view-box{outline:none}
.cropper-center{display:none}
.cropper-modal{background-color:var(--gray-80)}
.preview-heading{height:28px;width:206px}
.preview-wrap{height:160px;overflow:hidden;width:160px}
.preview-wrap img{height:auto;max-height:none;max-width:none;width:auto}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--white);border-radius:20px;height:20px;width:20px}
@media screen and (min-width:992px){.acknowledgement-dialog{min-width:660px}
}
.acknowledgement-dialog .acknowledgement{background-image:url(https://metaversity-dev-storage.s3.amazonaws.com/assets/Icons/png/acknowledgement-icon.webp)}
.acknowledgement-dialog .acknowledgement .acknowledgement-body{padding:2.5rem!important}
@media screen and (max-width:375px){.acknowledgement-dialog .acknowledgement .acknowledgement-body{padding:1.5rem!important}
}
.acknowledgement-dialog .acknowledgement .acknowledgement-body .ack-text{font-size:16px;font-weight:500;line-height:24px;max-width:351px}
@media screen and (max-width:575px){.acknowledgement-dialog .acknowledgement .acknowledgement-body .ack-btn,.acknowledgement-dialog .acknowledgement .acknowledgement-body .ack-text{font-size:14px}
}
#forgot-password-modal{z-index:1400}
#forgot-password-modal .modal-content{border:1px solid var(--gray-80);max-width:468px}
@media screen and (max-width:575.98px){#forgot-password-modal .modal-content{max-width:100%;overflow:hidden}
}
#forgot-password-modal .modal-content .btn-close{background:var(--gray-80);border-radius:100%;opacity:1!important;right:1.5rem!important;top:1.75rem!important}
@media screen and (max-width:575.98px){#forgot-password-modal .modal-content .btn-close{background:#0000!important;border:none!important}
#forgot-password-modal .modal-content .btn-close svg{height:1rem;width:1rem}
#forgot-password-modal .modal-content .btn-close svg path{fill:var(--gray-40)}
}
#forgot-password-modal .modal-body{padding:1.5rem!important}
@media screen and (max-width:575.98px){#forgot-password-modal .modal-body{background-color:var(--gray-85)!important;padding:0!important}
}
#forgot-password-modal .modal-body .heading-text{font-size:20px;font-weight:700}
@media screen and (max-width:575.98px){#forgot-password-modal .modal-body .heading-text{border-bottom:1px solid var(--gray-80);padding:1.5rem!important}
}
#forgot-password-modal .modal-body .input-note{color:var(--gray-40);font-size:.875rem;font-weight:400;line-height:.75rem;margin-bottom:1.5rem;margin-top:.5rem}
#forgot-password-modal .modal-body .auth-btn{background:#0000;border:1px solid var(--blue-300);color:var(--blue-50)}
#forgot-password-modal .modal-body .auth-btn:hover{background:#0000!important;color:var(--blue-50)}
@media screen and (max-width:575.98px){#forgot-password-modal .modal-dialog{bottom:0;left:auto;margin:0;position:fixed;right:auto;top:auto;width:100%}
#forgot-password-modal .modal-dialog-centered{min-height:auto}
#forgot-password-modal .forgot-pass-btn-wrap{flex-direction:column}
#forgot-password-modal .forgot-pass-btn-wrap button{width:100%}
#forgot-password-modal form{padding:0 1.5rem 1.5rem}
}
.update-password-modal .modal-dialog{max-width:540px!important}
.update-password-modal .modal-content{overflow:hidden}
.update-password-modal .modal-content .btn-close{background:var(--gray-60);border:2px solid var(--gray-90);border-radius:50%;opacity:1}
.update-password-modal .modal-body{overflow:hidden;padding:0!important}
.update-password-modal .modal-body .popup-bg{background-image:url(/static/media/popup-bg.d434ca7559bc20f48369.svg);background-size:cover;height:auto;min-height:290px;width:100%}
.update-password-modal .modal-body .popup-bg img{filter:drop-shadow(0 0 15px #232222);width:185px}
.update-password-modal .modal-body .popup-content{padding:2.5rem}
.update-password-modal .modal-body .popup-content h2{color:var(--white);font-family:Tungsten;font-size:42px;margin-bottom:1rem}
.update-password-modal .modal-body .popup-content p{color:var(--gray-40);font-size:1rem}
.update-password-modal .modal-body .popup-content p span{color:var(--white)}
.verify-email .modal-dialog{max-width:540px!important}
.verify-email .modal-content{overflow:hidden}
.verify-email .modal-content .btn-close{background:var(--gray-60);border:2px solid var(--gray-90n);border-radius:50%;opacity:1}
.verify-email .modal-body{overflow:hidden;padding:0!important}
.verify-email .modal-body .popup-bg{height:auto;min-height:219px;position:relative;width:100%}
.verify-email .modal-body .popup-bg img{height:auto;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}
.verify-email .modal-body .popup-content{padding:2.5rem}
@media(max-width:767px){.verify-email .modal-body .popup-content{padding:1.5rem}
}
.verify-email .modal-body .popup-content h2{color:var(--white);font-family:Tungsten,serif;font-size:42px;margin-bottom:1rem}
.verify-email .modal-body .popup-content p{color:var(--gray-20);font-size:1rem}
.verify-email .modal-body .popup-content p span{color:var(--white)}
.verify-email .modal-body .popup-content .popup-note{font-size:12px}
:root{--p:0;--b:2px;--c:var(--red);--w:16px}
.nav-link.cta-btn.active,.nav-link.cta-btn:hover{background:var(--darkSlate);color:var(--white)}
.modal-backdrop{display:none}
header{background:var(--gray-90);border-bottom:1px solid var(--gray-80);min-height:76px;padding:0 14px 0 1rem;position:relative;position:fixed;top:0;width:100%;z-index:999}
@media screen and (max-width:577px){header{min-height:64px}
}
header .brand-logo svg{width:158px}
@media screen and (max-width:1199.98px){header .brand-logo svg{height:50px;width:50px}
}
@media screen and (max-width:768px){header .brand-logo svg{height:40px;width:40px}
}
header .brand-logo .before-login-logo{width:158px!important}
header .header-middle-btn{gap:.5rem;left:50%;margin-right:.5rem;position:absolute;top:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:1400px){header .header-middle-btn{background:var(--gray-80);border-radius:6px}
}
@media screen and (max-width:768px){header .header-middle-btn{margin-left:auto;position:static;transform:none}
}
header .header-middle-btn .btn-primary{align-items:center;background:var(--gray-80);border-color:var(--gray-80);display:flex;justify-content:center}
header .header-middle-btn .btn-primary:hover{background:var(--sidebarBtnGradient);border:1px solid var(--gray-60)}
header .header-middle-btn .btn-primary.currencies-btn{background:var(--gray-80);border:none;border-radius:.5rem;min-height:2.75rem;padding:0 1.5rem!important}
header .header-middle-btn .btn-primary.currencies-btn:disabled.inGame{opacity:1!important}
header .header-middle-btn .btn-primary.currencies-btn:after{color:var(--gray-20);margin-left:0;margin-right:0}
header .header-middle-btn .btn-primary.currencies-btn:hover{background:var(--gray-80)!important;border-radius:.5rem}
@media screen and (max-width:1400px){header .header-middle-btn .btn-primary.currencies-btn{background:#0000;border-radius:6px;min-height:2rem;padding:0!important}
header .header-middle-btn .btn-primary.currencies-btn:hover{background:#0000!important;border-radius:6px}
}
@media screen and (max-width:575.98px){header .header-middle-btn .btn-primary.currencies-btn{margin-right:8px;min-height:2.5rem;padding:.25rem .5rem}
}
header .header-middle-btn .buy-crypto{background-color:var(--gray-80-50);border:none;color:var(--gray-20)}
header .header-middle-btn .buy-crypto:hover{border:none;color:var(--white)}
header .header-social-links a{align-items:center;background:var(--gray-80);border-radius:.625rem;display:flex;height:2.75rem;justify-content:center;position:relative;transition:background-color .3s ease 0s;width:2.75rem}
header .header-social-links a svg{transition:fill .3s ease 0s}
header .header-social-links a:not(:last-child){margin-right:.5rem}
header .header-social-links a:hover{background:var(--gray-60)}
header .header-social-links a:hover svg{fill:var(--blue-300)}
header.mobile-header{padding:0 1rem;z-index:9999!important}
@media only screen and (min-width:768px)and (max-width:1480.98px){header.sidebar-close .brand-logo{margin-left:0}
}
header .auth-btn.btn-primary{background:#0000;border:1px solid var(--blue-300);color:var(--blue-50);min-width:120px}
header .auth-btn.btn-primary:hover{background:#0000!important;border-color:var(--blue-100);color:var(--blue-100)}
@media screen and (max-width:991.98px){header .auth-btn.btn-primary{font-size:.875rem}
}
@media screen and (max-width:767.98px){header .auth-btn.btn-primary{font-size:1rem;min-height:2.5rem;min-width:106px}
}
@media screen and (max-width:575.98px){header .auth-btn.btn-primary{font-size:14px;line-height:1rem;min-height:2rem;min-width:auto;padding:8px 12px}
}
header .auth-btn.btn-secondary{min-width:120px}
@media screen and (max-width:991.98px){header .auth-btn.btn-secondary{font-size:.875rem}
}
@media screen and (max-width:767.98px){header .auth-btn.btn-secondary{font-size:1rem;min-height:2.5rem;min-width:106px}
}
@media screen and (max-width:575.98px){header .auth-btn.btn-secondary{font-size:14px;line-height:1rem;min-height:2rem;min-width:auto;padding:8px 12px}
}
header .search-btn{align-items:center;justify-content:center;padding:0;width:45px}
header .search-btn svg{height:1.2rem;width:1.2rem}
header .search-btn.btn-primary{background:var(--gray-80);border-color:var(--gray-80);position:relative}
header .search-btn .theme-modal .modal-dialog{position:relative}
header .reward-menu-wrap .reward-menu{left:-60%!important;margin-bottom:0;min-height:310px;min-width:415px;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1.5rem 0}
@media screen and (max-width:767.98px){header .reward-menu-wrap .reward-menu{min-width:360px}
}
@media screen and (max-height:430px){header .reward-menu-wrap .reward-menu{max-height:180px;min-height:180px;overflow:auto}
}
header .reward-menu-wrap .reward-menu li{margin-bottom:.75rem}
header .reward-menu-wrap .reward-menu li:last-child{margin-bottom:0}
header .reward-menu-wrap .reward-menu .dropdown-item{align-items:center;background:#0000;display:flex;justify-content:space-between;padding:.313rem 0}
header .reward-menu-wrap .reward-menu .dropdown-item:hover{background:#0000}
header .reward-menu-wrap .reward-menu .dropdown-item:hover img{filter:none}
header .reward-menu-wrap .reward-menu .dropdown-item .reward-menu-content h4{font-size:.875rem;padding-bottom:.1rem;text-transform:uppercase}
header .reward-menu-wrap .reward-menu .dropdown-item .reward-menu-content p{color:var(--live-green);font-size:.75rem;font-weight:300}
header .reward-menu-wrap .reward-menu .dropdown-item .btn{font-size:.75rem;height:auto;padding:.2rem 1rem}
header .reward-menu-wrap .reward-menu .dropdown-item .btn svg{height:1rem;margin-right:.313rem;width:1rem}
header .reward-menu-wrap .reward-menu .dropdown-item .btn.btn-green{background:var(--live-green)}
header .reward-menu-wrap .reward-menu .dropdown-item .btn.btn-green:hover{background:#0000;border-color:var(--blue-300)}
header .reward-menu-wrap .reward-menu .dropdown-item .reward-menu-icon{margin-right:.313rem}
header .reward-menu-wrap .reward-menu .dropdown-item .reward-menu-icon svg{height:3rem;margin:0;width:3rem}
header .reward-menu-wrap .reward-menu .reward-list{background-color:var(--gray-85);border-radius:.5rem;padding:.75rem 1rem}
header .reward-menu-wrap .reward-menu .reward-list .bonus-type{align-items:center;display:flex;gap:1rem}
header .reward-menu-wrap .reward-menu .reward-list .bonus-type p{color:var(--white);font-size:.875rem;font-weight:700;margin:0}
header .reward-menu-wrap .reward-menu .reward-list .bonus-type img{width:44px}
header .reward-menu-wrap .reward-menu .reward-list .bonus-btn button{align-items:center;display:flex;justify-content:center;min-height:2.5rem;padding:.25rem 1rem!important}
@media screen and (max-width:767.98px){header .reward-menu-wrap .reward-menu .reward-list .bonus-btn button{font-size:.875rem;min-width:110px!important}
}
header .reward-menu-wrap .reward-menu .reward-list .bonus-btn button span{align-items:center;display:flex}
header .reward-menu-wrap .reward-menu .reward-list .bonus-btn button svg{height:1rem;margin-right:.313rem;width:1rem}
header .reward-menu-wrap .reward-menu .dropdown-btn-wrap .btn-primary{background:var(--gray-80)}
header .reward-menu-wrap .reward-menu .dropdown-btn-wrap .btn-primary:hover{background:var(--secondaryRadialBtn);border-color:var(--secondaryBtnBorder)}
header .reward-menu-wrap .view-dashboard{color:var(--gray-20);font-size:1rem;font-weight:500}
header .reward-menu-wrap .view-dashboard:hover{color:var(--white)}
header .provider-list{overflow:hidden}
header .provider-list .casino-search{background:#0000}
header .provider-list .casino-search .search-icon{top:.9rem}
header .provider-list .casino-search input{box-shadow:0 4px 7px 0 #00000030!important}
header .header-toggle-icon,header .header-user-menu{margin-left:2rem}
@media screen and (max-width:767.98px){header .header-toggle-icon,header .header-user-menu{margin-left:.25rem}
}
header .header-toggle-icon:hover svg{fill:var(--gray-60)}
header .reward-btn .btn-primary{background:var(--gray-85);border:none;padding:.625rem .5rem}
header .reward-btn .btn-primary .dropdown-icon{background:var(--gray-80);border-radius:.5rem;color:var(--gray-20);height:24px;line-height:1.6;width:24px}
header .reward-btn .btn-primary:focus .dropdown-icon,header .reward-btn .btn-primary:hover .dropdown-icon{background-color:var(--gray-80)}
@media screen and (max-width:767.98px){header .reward-btn .btn-primary{padding:.25rem .5rem}
}
@media screen and (max-width:575.98px){header .reward-btn .btn-primary{min-height:2.5rem;padding:6px;width:2.5rem}
header .reward-btn .btn-primary svg{width:22px}
}
header .account-btn:hover .dropdown-icon,header .reward-btn.show .dropdown-icon{background-color:var(--gray-80)!important}
header .top-header-right{display:flex}
header .top-header-right .btn-primary{position:relative}
header .top-header-right .btn-primary svg{position:absolute;transform:translate(-50%,-50%)}
header .top-header-right .btn-primary svg:nth-child(2){opacity:0}
header .top-header-right .btn-primary.active{background:var(--gray-60)!important}
header .top-header-right .btn-primary.active svg{fill:var(--blue-300)}
header .top-header-right .btn-primary:hover{background:var(--gray-60)!important}
header .top-header-right .btn-primary:hover svg{fill:var(--blue-300)}
.search-dilog{max-width:1408px}
.search-dilog .search-modal{background-color:var(--darkGray)!important}
.search-dilog .search-modal .search-modal-wrap{padding:2rem}
@media screen and (max-width:1199.98px){.search-dilog .search-modal .search-modal-wrap{padding:2rem 2rem 5rem}
}
.search-dilog .search-modal .search-modal-wrap .nav-link{background:var(--gray-85);border:none;border-radius:0;font-size:.875rem;font-weight:500;justify-content:flex-start;margin:0;min-height:2.5rem;min-width:100%;padding:.6rem 1rem;width:100%}
.search-dilog .search-modal .search-modal-wrap .nav-link.active,.search-dilog .search-modal .search-modal-wrap .nav-link:hover{background:var(--gray-90)}
.search-dilog .search-modal .search-modal-wrap .nav-link.active img,.search-dilog .search-modal .search-modal-wrap .nav-link:hover img{filter:brightness(10)}
.search-dilog .search-modal .search-modal-wrap .nav-link img{margin-right:.8rem;width:1rem}
@media screen and (max-width:767.98px){.search-dilog .search-modal .search-modal-wrap .search-modal-right-section{padding:0}
}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-modal-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-modal-heading h4{color:var(--white);font-size:1.375rem;font-weight:700;margin:0;text-transform:uppercase}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .casino-search{flex:1 1;margin-right:0}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .casino-search input{height:48px}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary{background:var(--gray-80);border-color:var(--gray-80);color:var(--gray-20);cursor:pointer;font-size:.875rem;min-height:48px;padding:.25rem 1.125rem}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary span{color:var(--white)}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary:after{margin-left:1rem!important;transition:transform .3s}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary.show,.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary:visited{background:var(--gray-80)!important;border-color:var(--gray-80)!important}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary.show:after,.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn-primary:visited:after{transform:rotate(180deg)}
@media screen and (max-width:767.98px){.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .search-filter-right .btn{overflow:hidden;text-overflow:ellipsis;width:100%}
}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .global-casino-section{padding:0 .625rem}
.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .global-casino-section .theme-card-wrap{margin:.5rem 0;min-width:100%;width:100%}
@media screen and (max-width:767.98px){.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .load-more-wrap .btn{justify-content:center}
}
@media screen and (min-width:1200px){.search-dilog .search-modal .search-modal-wrap .search-modal-right-section .global-casino-section .col-lg-2{width:14.285%}
}
.search-dilog .search-modal .search-modal-wrap .profile-tabs{background:var(--gray-85);border-radius:.625rem;margin-right:2rem;max-width:190px;overflow:hidden;padding:0;position:sticky;top:1rem}
@media screen and (max-width:1199.98px){.auth-modal-wrap{min-width:80%}
}
@media screen and (max-width:767.98px){.currency-wrapper .btn-wallet{padding:4px 11px}
}
header .menuBtn{display:none;z-index:1}
header .menuBtn.toggleBtn{transform:scaleX(-1)}
.chat-sidebar{background:var(--gray-90);border-left:1px solid var(--gray-80);height:calc(100dvh - 50px);position:fixed;right:0;top:4.75rem;transition:all .4s ease-in-out;width:248px}
@media screen and (max-width:575.98px){.chat-sidebar{top:4rem}
}
.chat-sidebar .chat-content{display:flex;flex-direction:column;height:auto;width:100%}
.chat-sidebar.chat-collapse{width:352px}
@media screen and (max-width:767.98px){.chat-sidebar.chat-collapse{width:100%}
}
.chat-sidebar.chat-collapse .chat-collapse-icon{transform:rotate(180deg)}
.chat-sidebar.chat-collapse .chat-collapse-icon svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}
.chat-sidebar.chat-collapse .btn-secondary{min-width:110px}
@media screen and (max-width:767.98px){.chat-sidebar{width:100%}
}
.chat-sidebar .chat-header{align-items:center;border-bottom:1px solid var(--gray-80);display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}
.chat-sidebar .chat-header .chat-btn{align-items:center;background:var(--gray-60)!important;display:flex;justify-content:center}
.chat-sidebar .chat-header .language-btn a{align-items:center;color:var(--white);display:flex;font-size:.75rem;font-weight:600}
.chat-sidebar .chat-header .language-btn a i{font-size:1rem}
.chat-sidebar .chat-header .language-btn button:active,.chat-sidebar .chat-header .language-btn button:hover{background:var(--gray-60)!important}
.chat-sidebar .chat-header .btn-primary{background:#0000;border:none;box-shadow:none;color:var(--gray-20);font-size:.875rem;font-weight:500;min-height:2.25rem;padding:0 .75rem;width:100%}
.chat-sidebar .chat-header .btn-primary svg{height:1.125rem;margin-right:.3125rem}
.chat-sidebar .chat-header .btn-primary path,.chat-sidebar .chat-header .btn-primary svg{transition:fill .3s ease 0s}
.chat-sidebar .chat-header .btn-primary.active,.chat-sidebar .chat-header .btn-primary:hover{background:#0000;border-color:#0000;color:var(--white)}
.chat-sidebar .chat-header .btn-primary.active path,.chat-sidebar .chat-header .btn-primary.active svg,.chat-sidebar .chat-header .btn-primary:hover path,.chat-sidebar .chat-header .btn-primary:hover svg{fill:var(--blue-300)}
.chat-sidebar .chat-header .btn-secondary{box-shadow:none;font-size:.74rem;height:2.375rem;margin:0 .313rem;padding:.25rem .625rem;width:100%}
@media screen and (max-width:767.98px){.chat-sidebar .chat-header .btn-secondary{min-width:140px}
}
.chat-sidebar .chat-header .btn-secondary.active,.chat-sidebar .chat-header .btn-secondary:hover{background:#0000;border-color:var(--blue-300);color:var(--white)}
.chat-sidebar .chat-header>a{align-items:center;background:var(--gray-85);border:1px solid var(--gray-85);border-radius:.625rem;color:var(--white);display:flex;font-size:.74rem;justify-content:center;margin:0 .313rem;min-height:2.375rem;text-align:center;width:100%}
.chat-sidebar .chat-header>a.active,.chat-sidebar .chat-header>a:hover{background:var(--darkGray);border-color:var(--secondaryBtnBorder);color:var(--secondaryBtnBorder)}
.chat-sidebar .chat-header .chat-close{align-items:center;background:#0000;border:none;color:var(--gray-20);display:flex;justify-content:center;padding:0;position:relative}
.chat-sidebar .chat-header .chat-close.active,.chat-sidebar .chat-header .chat-close:hover{background:#0000;border-color:#0000;color:var(--blue-300)}
.chat-sidebar .chat-header .chat-collapse-icon{align-items:center;background:#0000;border:none;display:flex;justify-content:center;margin:0 .2rem;padding:0;position:relative;width:5rem}
.chat-sidebar .chat-header .chat-collapse-icon.active,.chat-sidebar .chat-header .chat-collapse-icon:hover{background:#0000;border-color:#0000}
.chat-sidebar .chat-header .chat-collapse-icon.active svg path:first-child,.chat-sidebar .chat-header .chat-collapse-icon:hover svg path:first-child{stroke:var(--blue-300)}
.chat-sidebar .chat-header .chat-collapse-icon.active svg path:nth-child(2),.chat-sidebar .chat-header .chat-collapse-icon:hover svg path:nth-child(2){fill:var(--blue-300)}
@media screen and (max-width:991.98px){.chat-sidebar .chat-header .chat-collapse-icon{display:none}
}
.chat-sidebar .chat-header .dropdown-toggle:after{display:inline-block}
.chat-sidebar .chat-header .dropdown-menu{border-radius:.5rem;min-width:100%;padding:.25rem}
.chat-sidebar .chat-header .dropdown-menu a{align-items:center;border-radius:.25rem;display:flex;font-size:.875rem;font-weight:400;gap:.75rem;padding:.25rem .5rem;width:128px}
.chat-sidebar .chat-header .dropdown-menu a img{object-fit:cover;width:18px}
.chat-sidebar .chat-announcement-card{background:var(--blue-300);border-radius:.313rem;margin-bottom:.25rem;padding:.625rem;position:relative}
.chat-sidebar .chat-announcement-card:last-child{margin-bottom:0}
.chat-sidebar .chat-announcement-card p{color:var(--white);font-size:.75rem;line-height:1.3;margin:0;padding-right:.4rem;word-break:keep-all!important}
.chat-sidebar .chat-announcement-card a{color:var(--white);font-size:.625rem}
.chat-sidebar .chat-content-scroll{border-bottom:2px solid var(--gray-80);display:flex;flex:1 1;flex-direction:column;margin-bottom:30px;min-height:0;overflow:hidden auto;overflow-wrap:break-word}
@media screen and (max-width:1199.98px){.chat-sidebar .chat-content-scroll{height:calc(100vh - 315px)}
}
@media screen and (max-width:767.98px){.chat-sidebar .chat-content-scroll{height:calc(100vh - 315px)}
}
.chat-sidebar .chat-content-scroll .empty-chat{padding:5px;width:100%}
.chat-sidebar .chat-content-scroll .chat-content-wrap{display:flex;flex-direction:column;height:auto;padding:1rem 1rem .5rem;position:relative}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-bubble:first-child{margin-top:auto}
.chat-sidebar .chat-content-scroll .chat-content-wrap .new_message{color:#00a4fa;text-align:center}
.chat-sidebar .chat-content-scroll .chat-content-wrap .new_message_sticky{background:#00a4fa;border-radius:16px;bottom:0;color:#fff;cursor:pointer;left:50%;margin:3px 0;padding:2px;position:sticky;right:0;text-align:center;transform:translate(-50%,-4px);width:150px;z-index:9999}
.chat-sidebar .chat-content-scroll .chat-content-wrap .new_message:before{background-color:#00a4fa;content:"";display:inline-block;height:1px;margin-left:-50%;position:relative;right:.5em;vertical-align:middle;width:100%}
@media screen and (max-width:767.98px){.chat-sidebar .chat-content-scroll .chat-content-wrap{height:calc(100vh - 260px);width:100%}
}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card{background:var(--gray-80-50);border-radius:.5rem;color:var(--white);margin:.5rem 0;padding:.75rem;position:relative;word-break:break-word}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card:hover{background:var(--gray-80)}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card h4{cursor:pointer;font-weight:600;padding-right:.313rem}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card p span{font-weight:400}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card p .tagged-name{color:var(--white);font-weight:400}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card p .chat-msg{color:var(--gray-10)}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .user-icon{margin-right:.313rem;width:1rem}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card:first-child{margin-top:auto}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .chat-badge-lising{display:flex;margin:0 .1rem}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .chat-badge-lising svg{margin:0 .1rem}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .chat-avtar img{border-radius:12px;object-fit:cover}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .user-clr-one{margin-bottom:0;word-break:keep-all!important}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .user-clr-one img{border-radius:12px;object-fit:cover}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .user-clr-one .mod-badge{border-radius:4px;color:var(--darkGray);cursor:pointer;display:inline-block;font-size:12px;font-weight:600;line-height:18px;margin-right:4px;min-height:18px;padding:0 4px;width:35px}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .user-clr-one .chat-user-label{color:var(--white);font-size:.875rem;font-weight:600;vertical-align:middle}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .user-clr-one .gif_img{cursor:default;height:60px;pointer-events:none}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .gif-chat-box{align-items:center;display:flex}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .gif-chat-box .chat-user-label{white-space:nowrap}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-card-head .gif-chat-box .gif_img{max-width:75px}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-time{color:var(--gray-20);font-size:.625rem;font-weight:300}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .chat-text{color:var(--gray-10-80);font-size:.875rem;line-height:26px;word-break:break-all}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card .report-user-wrap{align-items:center;cursor:pointer;display:none;justify-content:center;min-height:30px;min-width:32px;padding:.2rem;position:absolute;right:.313rem;top:0}
.chat-sidebar .chat-content-scroll .chat-content-wrap .chat-card:hover .report-user-wrap{display:flex}
.chat-sidebar .chat-content-scroll::-webkit-scrollbar{width:0}
.chat-sidebar .chat-bottom-section{padding:1rem;position:relative;top:-1.875rem}
@media screen and (max-width:1199.98px){.chat-sidebar .chat-bottom-section{padding:1rem 1rem 5.25rem}
}
.chat-sidebar .chat-bottom-section .chat-typing{position:relative}
.chat-sidebar .chat-bottom-section .chat-typing textarea{background-color:var(--darkGray)!important;border:2px solid var(--gray-80)!important;border-radius:.5rem;color:var(--gray-40);font-family:Rubik,sans-serif!important;font-size:.875rem!important;margin-bottom:.625rem;padding-right:4.375rem!important}
.chat-sidebar .chat-bottom-section .chat-typing textarea:focus{color:var(--white);outline:none}
.chat-sidebar .chat-bottom-section .chat-typing textarea:focus::placeholder{color:var(--white)!important}
.chat-sidebar .chat-bottom-section .chat-typing div .giphy-carousel{bottom:79px;position:absolute;right:0;width:285px}
.chat-sidebar .chat-bottom-section .chat-typing div .giphy-carousel .giphy-gif{height:100px!important;width:100px!important}
.chat-sidebar .chat-bottom-section .chat-typing div .giphy-carousel .giphy-attribution{display:none!important}
.chat-sidebar .chat-bottom-section .chat-typing div button{background-color:#0000!important;border:1px solid #0000}
.chat-sidebar .chat-bottom-section .chat-typing .chat-input-cta{bottom:.5rem;position:absolute;right:.625rem;z-index:1}
.chat-sidebar .chat-bottom-section .chat-typing .chat-input-cta svg{cursor:pointer;margin:0 .2rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap{margin-top:.625rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap .btn{border-radius:.375rem;font-size:.74rem;min-height:1.688rem;padding:0 .5rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap img{border-radius:1rem;height:1rem;margin-right:.313rem;width:1rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap a{align-items:center;color:var(--gray-10);display:flex;font-size:.875rem;font-weight:400;gap:8px;height:2rem;padding:.45rem;width:8rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap a i{font-size:1rem}
.chat-sidebar .chat-bottom-section .chat-details-wrap .dropdown-item img{margin-right:0}
.chat-sidebar .chat-bottom-section .chat-details-wrap .chat-rules{background-color:var(--gray-80);border-radius:4px;padding:7px;width:auto}
.chat-sidebar .chat-bottom-section .chat-details-wrap .chat-rules:focus{background:var(--gray-60)}
.chat-sidebar .chat-bottom-section .chat-details-wrap .chat-rules:focus svg path{stroke:var(--blue-300)}
.chat-sidebar .chat-bottom-section .chat-details-wrap ul{background-color:var(--gray-80);border:none;border-radius:.5rem;box-shadow:var(--dropdownShadow);min-width:9rem;padding:12px!important}
.chat-sidebar .chat-bottom-section .chat-details-wrap ul li{border-radius:4px}
.chat-sidebar .chat-bottom-section .chat-details-wrap ul li:hover{background:var(--gray-60)}
.chat-sidebar .chat-bottom-section .chat-details-wrap ul li:hover a{color:var(--gray-10)}
.chat-sidebar .chat-bottom-section .chat-details-wrap ul li:hover a:hover{background:#0000;color:var(--white)}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap{border:2px solid var(--c);border-radius:50%;height:14px;margin-right:6px;width:14px}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .pie{aspect-ratio:1;display:inline-grid;font-family:sans-serif;font-size:25px;font-weight:700;place-content:center;position:relative;width:16px;width:var(--w)}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .pie:after,.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .pie:before{border-radius:50%;content:"";position:absolute}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .pie:before{background:radial-gradient(farthest-side,var(--red) 98%,#0000) top/2px 2px no-repeat,conic-gradient(var(--red) 0,#0000 0);background:radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);inset:2px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(99% - 2px),#000 calc(100% - 2px));-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)))}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .pie:after{background:var(--red);background:var(--c);inset:calc(50% - 1px);inset:calc(50% - var(--b)/2);transform:rotate(0deg) translateY(calc(50% - 8px));transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2))}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .animate{animation:p 1s .5s both}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .no-round:before{background-size:0 0,auto}
.chat-sidebar .chat-bottom-section .chat-details-wrap .progress-wrap .no-round:after{content:none}
@keyframes p{0%{--p:0}
}
.chat-sidebar .chat-bottom-section .chat-details-wrap .text-limit{font-size:.875rem;width:25px}
.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary{font-size:.875rem!important;font-weight:400!important;min-height:2rem;min-width:100px}
.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary:active,.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary:focus,.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary:hover{background:var(--gray-60)!important;border-color:var(--gray-60)!important;color:var(--white)}
.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary.single:active,.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary.single:focus,.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-primary.single:hover{background:var(--gray-80)!important;border-color:var(--gray-80)!important;color:var(--gray-20)!important}
.chat-sidebar .chat-bottom-section .chat-details-wrap .btn-secondary{font-size:1rem!important;font-weight:500!important;max-width:79px;min-height:32px;min-width:56px}
.chat-sidebar .chat-bottom-section .chat-details-wrap .dropdown-toggle:after{margin-left:.5rem}
.chat-sidebar .chat-bottom-section .gif-input{height:2rem!important;margin:0 auto .25rem!important;width:80%}
.user-profile-modal .modal-body{overflow-y:scroll!important;padding:.625rem!important}
.user-profile-modal .btn-close{background-color:var(--gray-60)!important;border:2px solid var(--gray-90)!important;opacity:1!important}
@media screen and (max-width:1199.98px){.user-profile-modal .modal-content{margin-bottom:5rem}
}
.chat-modal{color:var(--white)}
.chat-modal .btn-close{align-items:center;background:var(--gray-80);border-radius:100%;display:flex;height:1rem;justify-content:center;position:absolute;right:.313rem;top:.313rem;width:1rem;z-index:1}
@media screen and (max-width:767.98px){.chat-modal .btn-close{right:.625rem;top:.625rem}
}
.chat-modal .btn-close:hover{opacity:1}
.chat-modal .btn-close svg{height:.625rem;width:.625rem}
.chat-modal .modal-dialog{max-width:442px}
@media screen and (max-width:767.98px){.chat-modal .modal-dialog{margin:0;max-width:100%}
}
.chat-modal .chat-modal-header-wrap{background:var(--gray-80-50);border-radius:.625rem;margin-bottom:.5rem}
.chat-modal .chat-modal-header-wrap h4{font-size:1.125rem;font-weight:600;margin:0;overflow:hidden;padding-right:1rem;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;width:110px}
.chat-modal .chat-modal-header-wrap .chat-modal-header-right div:first-child{display:flex;justify-content:space-between}
.chat-modal .chat-modal-header-wrap .tip-btn{align-items:center;background:var(--gray-80);border:1px solid #ffb018cc;border-radius:4px;color:var(--white);display:flex;font-size:.75rem;font-weight:700;height:1.5rem;height:20px;justify-content:center;line-height:1.5rem;min-height:1.5rem;padding:0 5px 0 .313rem;position:relative;text-align:right;width:44px}
.chat-modal .chat-modal-header-wrap .tip-btn span{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65px}
.chat-modal .chat-modal-header-wrap .tip-btn img{filter:drop-shadow(-9px -1px 9px rgba(252,212,67,.2));height:58px;left:-28px;position:absolute;top:-13px;width:59px}
.chat-modal .chat-modal-header-wrap .tip-btn #first-star-icon{height:17px;left:-21px;position:absolute;top:-11px;width:17px}
.chat-modal .chat-modal-header-wrap .tip-btn #second-star-icon{height:10px;left:-20px;position:absolute;top:-1px;width:10px}
.chat-modal .chat-modal-header-wrap .edit-btn{align-items:center;border:1px solid var(--gray-60);border-radius:.313rem;color:var(--gray-40);display:flex;font-size:.875rem;height:1.5rem;justify-content:center;margin:0 0 0 auto;min-height:0;min-height:auto;padding:0;width:1.5rem}
.chat-modal .chat-modal-header-wrap .edit-btn i{font-size:13px}
.chat-modal .chat-modal-header-wrap .chat-modal-header-right{flex:1 1}
.chat-modal .chat-modal-header-wrap .chat-modal-header-right .progress{height:6px}
.chat-modal .chat-modal-content{background:var(--gray-80-50);border-radius:.5rem;margin-top:.5rem;padding:1rem}
.chat-modal .chat-modal-content .chat-bets-wrap{column-gap:1rem;row-gap:.5rem}
@media screen and (max-width:575.98px){.chat-modal .chat-modal-content .chat-bets-wrap{column-gap:.5rem;row-gap:.25rem}
}
.chat-modal .chat-modal-content .chat-bets{flex-basis:calc(50% - 0.5rem);flex-grow:0;flex-shrink:0;font-size:.875rem;font-weight:500;line-height:1;max-width:calc(50% - .5rem)}
.chat-modal .chat-modal-content .chat-bets h4{color:var(--gray-40);font-size:.875rem;font-weight:500;line-height:1}
@media screen and (max-width:575.98px){.chat-modal .chat-modal-content .chat-bets h4{font-size:.75rem;line-height:18px}
}
.chat-modal .chat-modal-content .chat-bets p{color:var(--white);font-size:.875rem;font-weight:500;line-height:1;padding-left:.313rem}
@media screen and (max-width:575.98px){.chat-modal .chat-modal-content .chat-bets p{font-size:.75rem;line-height:18px}
}
.chat-modal .progrees-content p{color:var(--gray-40);font-size:.875rem;font-weight:500}
.chat-modal .progrees-content p span{color:var(--live-green);font-weight:600;padding:0 .2rem}
.chat-modal .favourites-game-wrap{margin-right:1rem}
.chat-modal .favourites-game-wrap .favourites-game-img{border-radius:.313rem;height:78px;margin-right:1rem;overflow:hidden;width:78px}
.chat-modal .favourites-game-wrap .favourites-game-img img{height:auto;object-fit:fill;width:100%}
.chat-modal .favourites-game-wrap .favourites-game-right p{color:var(--gray-20);font-size:.75rem;font-weight:600}
.chat-modal .favourites-game-wrap .favourites-game-right h4{color:var(--white);font-size:1rem;font-weight:700;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.chat-modal .chat-modal-profile-header{align-items:center;display:flex;justify-content:space-between}
.chat-modal .chat-modal-profile-header .chat-modal-header-details{display:flex;padding-right:1rem;width:100%}
@media screen and (max-width:575px){.chat-modal .chat-modal-profile-header{flex-direction:column;gap:20px;padding-bottom:1rem}
}
.chat-modal .chat-modal-profile-img{border-right:1px solid var(--gray-80);padding:1rem}
@media screen and (max-width:575.98px){.chat-modal .chat-modal-profile-img{border-right:none;padding:1rem 0 0}
}
.chat-modal .chat-modal-profile-img img{border-radius:50%;flex:0 0 5rem;height:5rem;max-width:5rem;object-fit:cover;object-position:center}
.chat-modal .chat-modal-header-left{width:3rem}
.chat-modal .chat-modal-header-left img{height:auto;max-width:62px;width:100%}
.chat-modal .modal-body{background:var(--gray-90);border:1px;border-radius:1rem;padding:.625rem}
.account-btn-mid-content{font-weight:600}
@media screen and (max-width:767.98px){.account-btn-mid-content p,.btn.balance-btn{font-size:.74rem}
}
.btn.balance-btn:hover{background:var(--darkGray);cursor:default}
@media screen and (max-width:767.98px){.btn{padding:.25rem .625rem}
}
.chat-modal-wrap .modal-dialog{border-radius:.625rem;min-width:620px;position:relative}
.chat-modal-wrap .btn-close{background-size:.625rem;box-shadow:none;filter:invert(10);opacity:1;position:absolute;right:.313rem;top:.313rem;width:.625rem;z-index:1}
.upload-modal .modal-dialog{max-width:468px!important}
.upload-modal .modal-dialog .btn-close{background:var(--gray-80);border-radius:100%;opacity:1;right:1.5rem;top:1.5rem}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box{position:relative}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box svg{width:45px}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box .drop-title{font-size:.875rem;font-weight:500;margin-bottom:0}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box .drop-title span{color:var(--blue-300);text-decoration:underline}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box .drop-title span:hover{cursor:pointer;text-decoration:none}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box .drop-title ::-webkit-file-upload-button{cursor:pointer}
.upload-modal .modal-dialog .profile-pic-wrapper .image-upload-box .drop-limit{color:var(--gray-40);font-size:.875rem;font-weight:400;margin-bottom:0}
.upload-modal .modal-dialog .profile-pic-wrapper input[type=file]{cursor:pointer;height:20px;opacity:0;position:absolute;right:0;top:-2px;width:50px}
.upload-modal .modal-footer .btn-primary{background-color:#0000;border:1px solid var(--blue-300);color:var(--blue-50)}
.upload-modal .modal-footer .btn-primary:hover{background-color:#0000!important;border:1px solid var(--blue-100)}
.tip-modal .modal-content{padding:1.5rem}
@media screen and (max-width:767.98px){.tip-modal .modal-content{padding:1rem}
}
.tip-modal-body{background-color:var(--gray-85);border-radius:8px;margin-top:1.5rem;padding:1.5rem}
@media screen and (max-width:767.98px){.tip-modal-body{padding:1rem}
}
#profile-pic-modal .modal-footer{background:#0000}
.cashier-modal .moonpay-popup-header h3{font-size:20px;font-weight:700}
.cashier-modal .moonpay-popup-header p{color:var(--gray-20);font-family:Rubik,sans-serif;font-size:14px;font-weight:400;margin-bottom:0}
.cashier-modal .moonpay-popup-header p span{color:var(--orange);font-family:Rubik,sans-serif;font-size:14px;font-weight:500}
.cashier-modal.referral-modal .referral-modal-title{color:var(--white);font-size:16px;font-weight:700;text-transform:uppercase}
@media screen and (min-width:1024.98px){.cashier-modal.referral-modal .referral-modal-title{display:none}
}
.cashier-modal.referral-modal .modal-dialog{min-width:100%!important}
@media screen and (min-width:1024.98px){.cashier-modal.referral-modal .modal-dialog{min-width:760px!important}
}
.cashier-modal.cashier-small .modal-dialog{min-width:100%!important}
@media screen and (min-width:1024.98px){.cashier-modal.cashier-small .modal-dialog{min-width:650px!important}
}
.cashier-modal .modal-dialog{min-width:805px}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog{height:auto}
}
.cashier-modal .modal-dialog .incHeight #cashier-deposit iframe,.cashier-modal .modal-dialog .incHeight #cashier-withdraw iframe{display:block;min-height:600px!important;vertical-align:middle;width:100%!important}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .btn-close{top:25px}
}
.cashier-modal .modal-dialog .modal-content{border-radius:12px}
@media screen and (max-width:1024.98px){.cashier-modal .modal-dialog .modal-content{border:0;border-radius:0}
}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-content .modal-body{background-color:var(--gray-90);display:flex;flex-direction:column}
.cashier-modal .modal-dialog .modal-content .tab-content{flex:1 1}
.cashier-modal .modal-dialog .modal-content .tab-pane{height:auto}
}
@media screen and (max-width:1024.98px){.cashier-modal .modal-dialog{border-radius:0;margin:0;min-width:100%;padding:0}
}
.cashier-modal .modal-dialog .modal-body{padding:1.5rem}
@media screen and (max-width:1024.98px){.cashier-modal .modal-dialog .modal-body{padding:1rem}
}
.cashier-modal .modal-dialog .modal-body .full-width .nav-link{border-bottom:1px solid var(--gray-80);border-radius:0!important;text-align:center;width:50%}
.cashier-modal .modal-dialog .modal-body .full-width .nav-link a{color:var(--gray-40);display:inline-block;font-family:Rubik,sans-serif;font-size:20px;font-weight:700;opacity:1;width:100%}
.cashier-modal .modal-dialog .modal-body .full-width .nav-link.active{background-color:#0000!important;border-bottom:2px solid var(--blue-300);opacity:1}
.cashier-modal .modal-dialog .modal-body .full-width .nav-link.active a{color:var(--white)}
.cashier-modal .modal-dialog .modal-body .nav-link{color:var(--gray-40);opacity:.8}
.cashier-modal .modal-dialog .modal-body .nav-pills .nav-item .nav-link.active,.cashier-modal .modal-dialog .modal-body .nav-pills .nav-item .nav-link:hover,.cashier-modal .modal-dialog .modal-body .nav-tabs .nav-item .nav-link.active,.cashier-modal .modal-dialog .modal-body .nav-tabs .nav-item .nav-link:hover{border-color:var(--gray-80);color:var(--white)}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .deposit-step-one{align-items:normal;display:flex;flex-flow:column;height:auto;justify-content:space-between}
}
.cashier-modal .modal-dialog .cashier-tab-item{background:#0000;border:none;font-size:20px;font-weight:700}
.cashier-modal .modal-dialog .cashier-heading{align-items:center;cursor:pointer;display:flex;flex-flow:row;gap:1rem;justify-content:space-between;margin:.5rem 0 1.5rem}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .cashier-heading{align-items:flex-start;flex-direction:column;margin-bottom:1rem;row-gap:1rem}
}
.cashier-modal .modal-dialog .cashier-heading h3{align-items:center;color:var(--white);display:flex;font-size:1.25rem;font-weight:700}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .cashier-heading h3{font-size:1rem}
}
.cashier-modal .modal-dialog .cashier-heading a{color:var(--blue-300);font-size:1rem;font-weight:500;line-height:1;padding-left:1rem;text-decoration:underline}
.cashier-modal .modal-dialog .cashier-heading .currency-icon{align-items:center;border-radius:100%;display:flex;height:30px;justify-content:center;margin-right:.625rem;width:30px}
.cashier-modal .modal-dialog .cashier-heading .currency-icon img{border-radius:50%;height:auto;object-fit:cover}
.cashier-modal .modal-dialog .cashier-heading .left-arrow{padding:0}
.cashier-modal .modal-dialog .cashier-heading .left-arrow svg{filter:brightness(10);height:1rem;margin-right:1rem;width:1rem}
.cashier-modal .modal-dialog .modal-inner-card{background:var(--gray-85);border-radius:.625rem;color:var(--gray-20);padding:1.5rem}
@media screen and (min-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card{align-items:center;flex-flow:column;gap:1rem;justify-content:center}
}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card{padding:1rem}
}
.cashier-modal .modal-dialog .modal-inner-card p{color:var(--gray-20);font-size:1rem;font-style:normal;font-weight:400;line-height:1.6;margin-bottom:0;padding-right:2rem}
.cashier-modal .modal-dialog .modal-inner-card .qr-code canvas{border:5px solid var(--white)}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .qr-code{margin-bottom:1rem;margin-top:1rem}
}
.cashier-modal .modal-dialog .modal-inner-card .qr-code img{width:100%}
.cashier-modal .modal-dialog .modal-inner-card .wallet-generating-icon{align-items:center;background-color:#162331;border-radius:8px;display:flex;height:128px;justify-content:center;width:128px}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .wallet-generating-icon{margin-bottom:1rem;margin-top:1rem}
}
@media screen and (max-width:757px){.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group.text-start.top-level{margin-bottom:16px}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group.text-start.bottom-level{margin-top:16px}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group.text-start.referral-card-wrapper{margin-bottom:8px}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username label{font-size:.75rem}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username label span{color:var(--red)}
.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative{align-items:center;display:flex;flex-flow:column;gap:1rem;justify-content:space-between;position:relative!important}
.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative .line-wrap{height:auto;line-height:1.5;white-space:pre-wrap;word-break:break-word}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative .line-wrap{padding-right:100px}
}
@media screen and (min-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative .line-wrap{padding-right:150px}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative textarea{height:auto;resize:none}
@media screen and (min-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative textarea{padding-right:9rem}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative button{position:absolute!important;top:50%;transform:translateY(-50%)}
.cashier-modal .modal-dialog .modal-inner-card .change-username.copy-btn-container .position-relative button:disabled{background:#283c51;border-radius:4px}
.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative.flex{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative.flex .refferal-item{align-items:center;background-color:var(--gray-90);border:1px solid var(--gray-90);border-radius:.625rem;color:var(--white);display:flex;flex-basis:calc(33% - 1.5rem);flex-flow:column;flex-grow:0;flex-shrink:1;flex:1 0 auto;font-size:1rem;font-weight:600;padding:1rem;width:calc(25% - 1.5rem)}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative.flex .refferal-item{flex-basis:calc(100% - 1.5rem);flex-grow:1;flex-shrink:0}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative.flex .refferal-item p{color:var(--live-green);font-size:20px;margin-bottom:8px;margin-right:0;padding-right:0}
.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative.flex .refferal-item span{color:var(--gray-40);font-size:14px;text-align:center;text-transform:uppercase}
.cashier-modal .modal-dialog .modal-inner-card .change-username .position-relative input{opacity:1!important}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group{position:relative}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group .btn-secondary{align-items:center;display:flex;font-size:.813rem;min-height:2.25rem;position:absolute;right:.35rem;top:.375rem}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group .form-control{padding-right:5.7rem}
}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-group .form-control:focus{border-color:var(--secondaryBtnBorder)}
.cashier-modal .modal-dialog .modal-inner-card .change-username div.error-msg p{font-size:.8rem;font-weight:400;text-transform:none}
.cashier-modal .modal-dialog .modal-inner-card .change-username p:not(.error-mg){color:var(--white);font-size:.875rem;font-weight:700;line-height:1.75rem;text-transform:uppercase}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-text-wrap{margin:.313rem 0}
.cashier-modal .modal-dialog .modal-inner-card .change-username .form-text-wrap p{color:var(--gray-40);font-size:.75rem;font-weight:500;line-height:1.063;text-transform:capitalize}
.cashier-modal .modal-dialog .modal-inner-card .change-username .btn-primary{background:var(--gray-80)}
.cashier-modal .modal-dialog .modal-inner-card .change-username .btn-primary:hover{background:var(var(--secondaryBtn))}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .currency-converter .modal-btn-wrap{margin-top:0;padding-left:8px}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .modal-btn-wrap .btn{margin-bottom:0}
}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside{align-items:center;background-color:var(--gray-90);border:1px solid var(--gray-90);border-radius:10px;box-shadow:none!important;display:flex;justify-content:center;outline:none!important;padding:0 8px 0 0;transition:background-color .2s,box-shadow .2s}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside.error-input{border:1px solid var(--red)}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside:active,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside:focus,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside:focus-within{background-color:none;border:1px solid var(--gray-90);box-shadow:none;outline:none}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside input:active,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside input:focus,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside input:focus-visible,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside input:focus-within,.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside input:hover{background-color:none;border:1px solid var(--gray-90)!important;box-shadow:none!important;outline:none!important}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .btn-inside button{height:32px;min-height:32px}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .form-group.disabled{opacity:.3}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .form-group img{border-radius:50%;height:20px;left:.8rem;position:absolute;top:.9rem;width:20px}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter .form-group input{padding-left:2.5rem}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter span{color:var(--white);padding:0 1rem}
.cashier-modal .modal-dialog .modal-inner-card .currency-converter button>span{padding:0}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .payment-left-card{flex-direction:column}
}
.cashier-modal .modal-dialog .modal-inner-card .payment-left-card h4{color:var(--gray-20);font-size:1rem;font-style:normal;font-weight:500;line-height:1.6;margin-bottom:0}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .payment-left-card h4{margin-bottom:1.5rem}
.cashier-modal .modal-dialog .modal-inner-card .payment-card-center{display:flex;justify-content:center}
}
.cashier-modal .modal-dialog .modal-inner-card .payment-card-center img{margin:0 .25rem;max-height:1.5rem;max-width:2.875rem}
.cashier-modal .modal-dialog .modal-inner-card .payment-card-right{text-align:center}
.cashier-modal .modal-dialog .modal-inner-card .payment-card-right button.btn-primary{background-color:var(--gray-80);color:var(--gray-20)}
@media screen and (max-width:600px){.cashier-modal .modal-dialog .modal-inner-card .payment-card-right .btn{width:100%}
}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card .payment-card-right{margin-top:1.5rem}
}
.cashier-modal .modal-dialog .modal-inner-card.with-24-padding{padding:24px!important}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-inner-card.with-24-padding{padding:24px!important}
}
.cashier-modal .modal-dialog .bitcoin-instruction-list{margin-bottom:0;margin-top:1.5rem}
.cashier-modal .modal-dialog .bitcoin-instruction-list li{font-size:.865rem;font-weight:500}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-btn-wrap{margin-top:1rem}
}
.cashier-modal .modal-dialog .modal-btn-wrap .btn{height:48px;line-height:1rem;margin-left:1rem}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .modal-btn-wrap .btn{margin-bottom:1rem;margin-left:0;width:100%}
}
.cashier-modal .modal-dialog .coupon-section{background-color:var(--gray-85);border-radius:8px;padding-bottom:2rem;padding-top:.5rem;text-align:center}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .coupon-section{height:auto;padding-top:1.75rem}
}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding-bottom:2rem!important}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section.withdraw-list{margin-top:.25rem!important;padding:1.5rem!important}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section.withdraw-list p{font-size:14px}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section div{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section div .payment-card-right{margin-top:1rem}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section div p{color:var(--gray-20);font-size:1rem;font-weight:400;margin:0;text-align:left}
.cashier-modal .modal-dialog .coupon-section.withdraw-kyc-section div p span{color:var(--orange);font-weight:500}
.cashier-modal .modal-dialog .coupon-section img{height:8rem;margin:0 auto;width:8rem}
.cashier-modal .modal-dialog .coupon-section h4{color:var(--white);font-size:1.25rem;font-weight:700;margin-bottom:0!important}
.cashier-modal .modal-dialog .coupon-section .form-group{margin:1.25rem auto 1.5rem;max-width:220px}
.cashier-modal .modal-dialog .coupon-section p{color:var(--white);font-weight:500}
.cashier-modal .modal-dialog .coupon-section p a{color:var(--blue-300);display:inline-block;padding-left:.2rem}
.cashier-modal .modal-dialog .custom-tabs-nav{margin-bottom:.5rem;width:calc(100% - 1.75rem)}
.cashier-modal .modal-dialog .custom-tabs-nav.mb-0{margin-bottom:0}
.cashier-modal .modal-dialog .custom-tabs-nav.pb-1{padding-bottom:1rem!important}
@media screen and (max-width:767.98px){.cashier-modal .modal-dialog .custom-tabs-nav{margin-bottom:0}
.cashier-modal .modal-dialog .nav-pills{flex-wrap:nowrap;overflow-x:auto;width:100%}
.cashier-modal .modal-dialog .btn-info{font-size:.75rem}
}
.cashier-modal .modal-dialog .modal-content{height:auto}
.cashier-modal .error-msg{bottom:-11px;display:inline-block;left:0;margin:0;position:absolute;width:100%}
@media screen and (max-width:767.98px){.cashier-modal .error-msg{display:flex;justify-content:center}
}
.cashier-modal .error-msg p{font-size:14px!important;margin:0!important;padding:0!important}
.incHeight #cashier-deposit iframe,.incHeight #cashier-withdraw iframe{display:block;min-height:600px!important;vertical-align:middle;width:100%!important}
.cashier-btn .nav{gap:.75rem}
.cashier-btn .nav .nav-item .nav-link{background-color:var(--gray-85);border:2px solid var(--gray-85);border-radius:.625rem;color:var(--gray-20);font-size:.875rem;font-weight:600;line-height:1.75rem;padding:.375rem 1.625rem}
.cashier-btn .nav .nav-item .nav-link:hover{background-color:var(--gray-60);border:2px solid var(--gray-60);color:var(--blue-300)}
.cashier-btn .nav .nav-item .nav-link.active,.cashier-btn .nav .nav-item .nav-link.active:hover{background-color:var(--gray-85);border:2px solid var(--blue-300);color:var(--blue-300)!important}
.remove-blur{-webkit-backdrop-filter:blur(0) brightness(1);backdrop-filter:blur(0) brightness(1)}
.mob-reward-btn{background:var(--gray-80-50)!important;border:none!important}
.multi-language--wrapper{margin-right:10px}
.email-verification-container .main-content{align-items:center;display:flex;justify-content:center;padding-top:0!important}
.email-verification-container .main-content .back-wrapper{align-items:center;background-color:var(--gray-90);border-radius:8px;display:flex;flex-flow:column;gap:8px;justify-content:center;padding:32px 40px;width:370px}
.email-verification-container .main-content .back-wrapper .logo{height:auto!important;width:200px}
.email-verification-container .main-content .back-wrapper .logo svg{height:48px!important;width:100%}
.email-verification-container .main-content .back-wrapper .btn{line-height:43px}
.email-verification-container .main-content .back-wrapper .sep{background-color:var(--gray-60);height:1px;margin:20px 0;width:100%}
.email-verification-container .main-content .back-wrapper h1{font-family:Tungsten,serif;font-size:42px;font-weight:700;text-align:center;text-transform:uppercase}
.email-verification-container .main-content .back-wrapper p{color:var(--gray-40);font-family:Rubik,sans-serif!important;font-size:18px;text-align:center}
.beta-thankyou_bannerImage__cjGk2{object-fit:contain!important}
.beta-thankyou_footer__umUxY{margin-bottom:0;margin-top:2rem}
.country-restrictions-popup .brand-logo{align-items:center;display:flex;height:32px;justify-content:center;width:158px}
.country-restrictions-popup .content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding-top:24px}
.country-restrictions-popup .content .title{color:var(--white);font-size:16px;font-weight:600}
.country-restrictions-popup .content p{color:var(--gray-40);font-weight:500;margin:0}
.country-restrictions-popup .content .btn-secondary{margin-top:24px}
.country-restriction-overlay{background-image:url(/static/media/country-restriction.fcc2246d17add0709ba0.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;box-shadow:0 0 20px 0 #0f1923;box-shadow:0 8px 16px 0 #0f1923b8;height:auto;overflow:hidden;width:100%}
.country-restriction-overlay:before{background:linear-gradient(90deg,#162331 30%,#162331e6);content:"";height:auto;left:0;position:absolute;top:0;width:100%}
.lottieIconButton.btn{align-items:center;background:var(--gray-80);border-color:var(--gray-80);color:var(--gray-20);display:flex;height:44px;justify-content:center;padding:0;width:44px}
.lottieIconButton.btn div{opacity:0}
.lottieIconButton.btn div,.lottieIconButton.btn svg{height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease 0s;width:24px}
.lottieIconButton.btn.active svg,.lottieIconButton.btn:hover svg{opacity:0}
.lottieIconButton.btn.active div,.lottieIconButton.btn:hover div{opacity:1}
.promotion-popup .modal-body{padding:1rem!important}
@media screen and (min-width:556px){.promotion-popup .modal-body{padding:2rem!important}
}
.promotion-popup .modal-content .btn-close{right:.5rem;top:.5rem}
.promotion-popup__content{align-items:center;background-color:var(--gray-85);border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:1rem}
@media screen and (min-width:556px){.promotion-popup__content{padding:1.5rem 1.5rem 2.5rem}
}
.promotion-popup__content p{text-align:center}
.promotion-popup__content__image-container{height:200px;width:200px}
@media screen and (min-width:556px){.promotion-popup__content__image-container{height:250px;width:250px}
}
.promotion-popup__content__image-container img{height:auto;object-fit:contain;object-position:50% 50%;width:100%}
.promotion-popup__content__title{-webkit-text-fill-color:#0000;background:linear-gradient(to bottom,var(--blue-200),var(--blue-50));-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Tungsten;font-size:3.5rem;font-weight:700;line-height:3.5rem;text-transform:uppercase}
@media screen and (min-width:556px){.promotion-popup__content__title{font-size:4.5rem;line-height:4.5rem}
}
.promotion-popup__content__text{font-size:1rem;padding:0 .5rem}
.promotion-popup__content__action-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:.5rem;width:100%;z-index:1}
@media screen and (min-width:556px){.promotion-popup__content__action-container{flex-direction:row;width:auto}
}
.promotion-popup__content__action-container button{width:100%}
.promotion-popup #promotion-bg-right{height:auto;left:100%;position:absolute;top:100%;transform:translate(-100%,-100%);width:350px}
.promotion-popup #promotion-bg-left{display:none;height:auto;left:0;position:absolute;top:100%;transform:translateY(-100%);width:330px}
@media screen and (min-width:556px){.promotion-popup #promotion-bg-left{display:inline-block}
}
.referral-section{background-color:var(--gray-85);border-radius:8px;padding:1.5rem}
.referral-section-img-wrap{height:260px;position:relative;width:100%}
@media screen and (max-width:767.98px){.referral-section-img-wrap{height:356px}
}
.referral-section-img-wrap .referral-section-img-content{left:0;max-width:300px;padding:24px;position:absolute;top:0}
.referral-section-img-wrap .referral-section-img-content.xl-width{max-width:400px}
.referral-section-img-wrap .referral-section-img-content.xl-width .referral-section-img-content-title{line-height:70px}
.referral-section-img-wrap .referral-section-img-content.xxl-width{max-width:420px}
.referral-section-img-wrap .referral-section-img-content.xxl-width .referral-section-img-content-title{line-height:70px}
@media screen and (max-width:767.98px){.referral-section-img-wrap .referral-section-img-content{bottom:0;padding:12px 24px;top:auto}
}
.referral-section-img-wrap .referral-section-img-content-title{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(0deg,#ffe2a9,#ffb212);-webkit-background-clip:text;background-clip:text;font-family:Tungsten,sans-serif;font-size:80px;font-weight:700;line-height:1;line-height:60px;margin-bottom:12px;text-shadow:0 0 32.44px 0 #ed34002e;text-transform:uppercase}
@media screen and (max-width:767.98px){.referral-section-img-wrap .referral-section-img-content-title{margin-bottom:4px}
}
.referral-section-img-wrap .referral-section-img-content-subtitle{color:var(--white);font-size:14px;font-weight:400}
.referral-section-img-wrap .referral-section-img-content-subtitle-5Levels{color:var(--white);font-size:14px;font-weight:600}
@media screen and (max-width:767.98px){.referral-section-img-wrap .referral-section-img-content-subtitle{margin:0}
}
.referral-section-img-wrap .referral-section-img{height:auto;width:100%}
.referral-section .position-relative{position:relative!important}
.referral-section .position-relative button{align-items:center;background:radial-gradient(50% 50% at 50% 50%,var(--blue-200) 0,var(--blue-400) 100%);border-radius:8px;box-shadow:inset 0 2px 1px 0 hsla(0,0%,100%,.251),inset 0 -4px 2px 0 rgba(0,0,0,.251)!important;display:flex;height:32px;min-height:0!important;min-height:auto!important;position:absolute!important;right:8px;top:8px}
@media screen and (max-width:767.98px){.referral-section .position-relative button{display:flex;height:40px;justify-content:center;left:auto;margin-top:8px;position:relative!important;right:auto;text-align:center;width:100%}
}
.referral-section-subtitle{color:var(--gray-40)!important;font-size:14px!important;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}
.referral-section h4{margin-top:1rem}
.referral-section input{padding-right:120px!important}
.referral-section input.readonly-full-opacity[readonly]{opacity:1!important}
.referral-section .table-wrap.with-padding{padding:0}
.referral-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-track{background:#0000}
.referral-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-thumb{background:#404d6a;border-radius:#404d6a}
.referral-section .table-wrap.with-padding .table-responsive{overflow:auto}
.referral-section .table-wrap.with-padding .table-responsive .table.theme-table{margin-bottom:0}
@media screen{.referral-section .table-wrap.with-padding .table-responsive .table td:not(:first-child),.referral-section .table-wrap.with-padding .table-responsive .table th:not(:first-child){text-align:right!important}
}
.referral-section .table-header-background{background-color:var(--gray-80)}
.referral-section .modal-inner-card.with-border-bottom{border-bottom:1px solid var(--gray-80);border-radius:0!important;padding:.5rem .5rem 0!important}
.my-earning-section .form-group{background-color:var(--gray-85);border-radius:8px;max-width:100%!important;padding:1.5rem}
@media screen and (max-width:767.98px){.my-earning-section .form-group{min-width:100%;padding:1rem}
}
.my-earning-section .form-group .position-relative{position:relative!important}
.my-earning-section .form-group .position-relative .line-wrap{height:auto;line-height:1.5;white-space:pre-wrap;word-break:break-word}
@media screen and (max-width:767.98px){.my-earning-section .form-group .position-relative .line-wrap{padding-right:100px}
}
@media screen and (min-width:767.98px){.my-earning-section .form-group .position-relative .line-wrap{padding-right:150px}
}
.my-earning-section .form-group .position-relative textarea{height:auto;resize:none}
@media screen and (min-width:767.98px){.my-earning-section .form-group .position-relative textarea{padding-right:9rem}
}
.my-earning-section .form-group .position-relative button:disabled{background:#283c51;border-radius:4px}
.my-earning-section .form-group .position-relative .refferal-item{background-color:var(--gray-90);border:1px solid var(--gray-90);border-radius:.625rem;color:var(--white);flex-basis:calc(33% - 1.5rem);flex-grow:0;flex-shrink:1;font-size:1rem;font-weight:600;padding:1rem;position:relative}
@media screen and (max-width:767.98px){.my-earning-section .form-group .position-relative .refferal-item{padding:12px}
}
.my-earning-section .form-group .position-relative .refferal-item p{margin-bottom:0}
.my-earning-section .form-group .position-relative .refferal-item-title{color:var(--gray-40);font-size:14px;margin-bottom:.75rem!important;text-transform:uppercase}
@media screen and (max-width:767.98px){.my-earning-section .form-group .position-relative .refferal-item-title{font-size:12px}
}
.my-earning-section .form-group .position-relative .refferal-item .btn-claim{background:radial-gradient(50% 50% at 50% 50%,var(--blue-200) 0,var(--blue-400) 100%);border-radius:8px;bottom:1rem;box-shadow:inset 0 2px 1px 0 hsla(0,0%,100%,.251),inset 0 -4px 2px 0 rgba(0,0,0,.251)!important;color:var(--white);position:absolute!important;right:1rem}
.my-earning-section .form-group .position-relative .refferal-item .btn-claim span{color:inherit!important}
.my-earning-section .top-section{border-bottom:1px solid var(--gray-80);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
.my-earning-section .bottom-section{border-radius:0!important}
.my-earning-section .table-wrap{background-color:var(--gray-85);border-top-left-radius:0!important;border-top-right-radius:0!important;padding:0 1.5rem 1.5rem!important}
.my-earning-section h4{margin-top:1rem}
.my-earning-section input{padding-right:120px!important}
.my-earning-section .table-wrap.with-padding{padding:0}
.my-earning-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-track{background:#0000}
.my-earning-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-thumb{background:#404d6a;border-radius:#404d6a}
.my-earning-section .table-wrap.with-padding .table-responsive{overflow:auto}
.my-earning-section .table-wrap.with-padding .table-responsive .table.theme-table{margin-bottom:0}
@media screen{.my-earning-section .table-wrap.with-padding .table-responsive .table td:not(:first-child),.my-earning-section .table-wrap.with-padding .table-responsive .table th:not(:first-child){text-align:right!important}
}
.my-earning-section .table-header-background{background-color:var(--gray-80)}
.my-earning-section .modal-inner-card.with-border-bottom{border-bottom:1px solid var(--gray-80);border-radius:0!important;padding:.5rem .5rem 0!important}
.history-section .form-group{background-color:var(--gray-85);border-radius:8px;max-width:100%!important;padding:24px}
@media screen and (max-width:767.98px){.history-section .form-group{min-width:100%}
}
.history-section .form-group .position-relative{align-items:center;display:flex;flex-flow:column;gap:1rem;justify-content:space-between;position:relative!important}
.history-section .form-group .position-relative .line-wrap{height:auto;line-height:1.5;white-space:pre-wrap;word-break:break-word}
@media screen and (max-width:767.98px){.history-section .form-group .position-relative .line-wrap{padding-right:100px}
}
@media screen and (min-width:767.98px){.history-section .form-group .position-relative .line-wrap{padding-right:150px}
}
.history-section .form-group .position-relative textarea{height:auto;resize:none}
@media screen and (min-width:767.98px){.history-section .form-group .position-relative textarea{padding-right:9rem}
}
.history-section .form-group .position-relative button{position:absolute!important;top:50%;transform:translateY(-50%)}
.history-section .form-group .position-relative button:disabled{background:#283c51;border-radius:4px}
.history-section .form-group .position-relative .refferal-item{align-items:center;background-color:var(--gray-90);border:1px solid var(--gray-90);border-radius:.625rem;color:var(--white);display:flex;flex-basis:calc(33% - 1.5rem);flex-flow:column;flex-grow:0;flex-shrink:1;flex:1 0 auto;font-size:1rem;font-weight:600;justify-content:center;padding:1rem}
@media screen and (max-width:767.98px){.history-section .form-group .position-relative .refferal-item{flex-basis:calc(100% - 1.5rem);flex-grow:1;flex-shrink:0}
}
.history-section .form-group .position-relative .refferal-item p{color:var(--live-green);font-size:20px;margin-bottom:8px;margin-right:0;padding-right:0}
.history-section .form-group .position-relative .refferal-item span{color:var(--gray-40);font-size:14px;text-transform:uppercase}
.history-section h4{margin-top:16px}
.history-section input{padding-right:120px!important}
.history-section .table-wrap.with-padding{padding:0}
.history-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-track{background:#0000}
.history-section .table-wrap.with-padding .table-responsive::-webkit-scrollbar-thumb{background:#404d6a;border-radius:#404d6a}
.history-section .table-wrap.with-padding .table-responsive{overflow:auto}
.history-section .table-wrap.with-padding .table-responsive .table.theme-table{margin-bottom:0}
@media screen{.history-section .table-wrap.with-padding .table-responsive .table td:not(:first-child),.history-section .table-wrap.with-padding .table-responsive .table th:not(:first-child){text-align:right!important}
}
.history-section .table-header-background{background-color:var(--gray-80)}
.history-section .modal-inner-card.with-border-bottom{border-bottom:1px solid var(--gray-80);border-radius:0!important;padding:.5rem .5rem 0!important}
.main-loader{align-items:center;background:var(--loaderBg);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}
.main-loader svg{width:25%!important}
@media screen and (max-width:767.98px){.main-loader svg{width:80%!important}
}
#add-email-popup{z-index:1400}
#add-email-popup .modal-content{border:1px solid var(--gray-80);max-width:510px}
@media screen and (max-width:575.98px){#add-email-popup .modal-content{max-width:100%;overflow:hidden}
}
#add-email-popup .modal-content .btn-close{background:var(--gray-80);border-radius:100%;opacity:1!important;right:1.5rem!important;top:1.75rem!important}
@media screen and (max-width:575.98px){#add-email-popup .modal-content .btn-close{background:#0000!important;border:none!important}
#add-email-popup .modal-content .btn-close svg{height:1rem;width:1rem}
#add-email-popup .modal-content .btn-close svg path{fill:var(--gray-40)}
}
#add-email-popup .modal-body{padding:1.5rem!important}
@media screen and (max-width:575.98px){#add-email-popup .modal-body{background-color:var(--gray-85)!important;padding:0!important}
}
#add-email-popup .modal-body .heading-text{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}
@media screen and (max-width:575.98px){#add-email-popup .modal-body .heading-text{border-bottom:1px solid var(--gray-80);font-size:1.125rem;margin-bottom:0;padding:1.25rem!important}
}
#add-email-popup .modal-body .input-note{color:var(--gray-40);font-size:.875rem;font-weight:400;margin-bottom:0}
#add-email-popup .modal-body .input-note span{font-weight:500}
#add-email-popup .modal-body .auth-btn{background:#0000;border:1px solid var(--blue-300);color:var(--blue-50)}
#add-email-popup .modal-body .auth-btn:hover{background:#0000!important;color:var(--blue-50)}
@media screen and (max-width:575.98px){#add-email-popup .modal-dialog{bottom:0;left:auto;margin:0;position:fixed;right:auto;top:auto;width:100%}
#add-email-popup .modal-dialog-centered{min-height:auto}
#add-email-popup .forgot-pass-btn-wrap{flex-direction:column}
#add-email-popup .forgot-pass-btn-wrap button{width:100%}
}
#add-email-popup form{display:flex;flex-wrap:wrap;gap:.75rem}
@media screen and (max-width:575.98px){#add-email-popup form{padding:1rem 1rem 1.5rem}
}
#add-email-popup form div{flex-grow:1}
#add-email-popup form div:first-child,#add-email-popup form div:nth-child(2){width:calc(50% - 1rem)}
@media screen and (max-width:575.98px){#add-email-popup form div:first-child,#add-email-popup form div:last-child button,#add-email-popup form div:nth-child(2){width:100%}
}
#add-email-popup form .error-msg{margin-bottom:0}
.verify-otp-form div{width:100%!important}
.mob-popup{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f1923cc;border-radius:.875rem;color:var(--white);left:0;position:fixed;top:76px;width:100%;z-index:11}
.mob-popup svg{height:.75rem;width:.75rem}
.mob-popup .popup-title{font-size:.875rem;font-weight:600}
.mob-popup .popup-subtitle{color:var(--gray-40);font-size:.75rem;font-weight:400}
.mob-popup .icons-wrap svg{height:2rem;width:2rem}
.mob-popup .btn-primary{font-size:.75rem;min-height:1.75rem}
.add-to-screen-modal.fade .modal-dialog{bottom:0!important;min-height:auto;transform:none;transition:all 2s ease-out}
.add-to-screen-modal.show .modal-dialog{transition:all 2s ease-out}
.add-to-screen-modal.show{transform:none;transition:all 1s ease-out}
.add-to-screen-modal.show .modal-dialog{transform:translate(0)!important;transition:all 1s ease-out}
.add-to-screen-modal.show.fade{transition:all 1s ease-out!important}
.add-to-screen-modal .modal-dialog{bottom:0!important;left:0!important;margin-bottom:0!important;min-height:auto;position:fixed;right:0!important;transform:translateY(300px)!important;transition:transform 1s ease-out}
.add-to-screen-modal .modal-body svg{height:4.5rem;width:4.5rem}
.add-to-screen-modal .modal-body h3{font-size:1rem}
.add-to-screen-modal .modal-body p{color:var(--gray-40);font-size:.875rem;font-weight:500;margin-bottom:0}
.add-to-screen-modal .modal-body p svg{height:.875rem;width:.875rem}
.add-to-screen-modal .modal-body p span{color:var(--blue-300);font-weight:600}
.CookieConsent{align-items:center!important}
@media screen and (max-width:1200px){.CookieConsent{bottom:72px!important}
}
@media screen and (max-width:767.98px){.CookieConsent{border-radius:0!important;bottom:68px!important;flex:1 0 250px}
.CookieConsent>div:first-child{flex:1 1 150px!important}
}
.CookieConsent>div:nth-child(2){flex-basis:82px}
.CookieConsent div .popup-consent-wrapper{align-items:center;display:flex;gap:16px}
.rc-tooltip.rc-tooltip-zoom-appear,.rc-tooltip.rc-tooltip-zoom-enter{opacity:0}
.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}
.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}
.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}
@keyframes rcToolTipZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}
to{opacity:1;transform:scale(1);transform-origin:50% 50%}
}
@keyframes rcToolTipZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}
to{opacity:0;transform:scale(0);transform-origin:50% 50%}
}
.rc-tooltip{background-color:#0000000d;display:block;font-size:12px;line-height:1.5;opacity:.9;padding:1px;position:absolute;visibility:visible;z-index:1070}
.rc-tooltip-hidden{display:none}
.rc-tooltip-inner{background-color:#fff;border:1px solid #b1b1b1;border-radius:3px;color:#333;min-height:34px;padding:8px 10px;text-align:left;text-decoration:none}
.rc-tooltip-arrow,.rc-tooltip-arrow-inner{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}
.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{border-top-color:#b1b1b1;border-width:6px 6px 0;margin-left:-6px;transform:translate(-50%,5px)}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner{border-top-color:#fff;border-width:6px 6px 0;bottom:1px;margin-left:-6px}
.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}
.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}
.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{border-right-color:#b1b1b1;border-width:6px 6px 6px 0;left:-5px;margin-top:-6px}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner{border-right-color:#fff;border-width:6px 6px 6px 0;left:1px;margin-top:-6px}
.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow{margin-top:0;top:15%}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}
.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{border-left-color:#b1b1b1;border-width:6px 0 6px 6px;margin-top:-6px;right:-5px}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner{border-left-color:#fff;border-width:6px 0 6px 6px;margin-top:-6px;right:1px}
.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow{margin-top:0;top:15%}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{border-bottom-color:#b1b1b1;border-width:0 6px 6px;margin-left:-6px;transform:translate(-50%,-5px)}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner{border-bottom-color:#fff;border-width:0 6px 6px;margin-left:-6px;top:1px}
.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}

/*# sourceMappingURL=main.4a23bd9e.css.map*/