.web-sidebar-container{background-color:var(--navy-blue);border-right:1px solid var(--gray-800);width:85px;transition:all .2s ease-in-out}@media screen and (max-width:767.98px){.web-sidebar-container{display:none}}.web-sidebar-container.isOpen{width:180px}.web-sidebar-container.isOpen .menu-item{justify-content:start!important}.web-sidebar-container.isOpen .menu-item p{display:block!important}.web-sidebar-container.isOpen .toggle-icon-container{justify-content:end}.web-sidebar-container .toggle-icon-container{display:flex;justify-content:center}.web-sidebar-container .login-link{background:linear-gradient(169.06deg,#bdccec -39.42%,#22479c 92.11%);color:var(--text-gary-100)}.web-sidebar-container .login-link,.web-sidebar-container .signup-link{border:1px solid var(--blue-400);padding:8px 6px;border-radius:4px;font-weight:600;text-align:center;font-size:10px}.web-sidebar-container .signup-link{color:#fff}.web-sidebar-container .break-line{border:1px solid #4e4e4e}.web-sidebar-container .side-menu-container{flex-grow:1;display:flex;flex-direction:column;gap:8px;transition:all .2s}.web-sidebar-container .side-menu-container .menu-item{padding:8px 15px;border-radius:8px;display:flex;justify-content:center;align-items:center;gap:11px;width:100%;white-space:nowrap}.web-sidebar-container .side-menu-container .menu-item svg{flex-shrink:0}.web-sidebar-container .side-menu-container .menu-item p{display:none;font-weight:500;word-wrap:normal;overflow:hidden}.web-sidebar-container .side-menu-container .menu-item.active{background:rgba(182,182,184,.1019607843);color:var(--blue-400)}.web-sidebar-container .side-menu-container .menu-item:hover{background:rgba(182,182,184,.1019607843)}.web-sidebar-container .theme-switch{border:.62px solid #646464;border-radius:62px;background:rgba(100,100,100,.4);position:relative}.web-sidebar-container .theme-switch span{background:var(--blue-400)}.web-sidebar-container .theme-switch .sun-icon{position:absolute;top:50%;transform:translateY(-50%);left:5px}.web-header-wrapper{background-color:var(--navy-blue);border-bottom:1px solid var(--gray-800);position:sticky;top:0;z-index:100}.wallet-balance-container{flex-grow:1}.web-header-container{display:flex;justify-content:space-between;align-items:center;gap:10px;max-width:var(--containerWidth);margin:0 auto;padding:11px 24px}@media screen and (max-width:767.98px){.web-header-container{padding:10px 16px}}.web-header-container .logo-link-section{display:flex;gap:24px;align-items:center;flex-grow:1}@media screen and (max-width:767.98px){.web-header-container .logo-link-section{gap:16px}}.web-header-container .logo-link{flex-shrink:0}.web-header-container .logo-link .logo-icon{display:block}@media screen and (max-width:767.98px){.web-header-container .logo-link .logo-icon{display:none}}.web-header-container .logo-link .small-logo-icon{display:none}@media screen and (max-width:767.98px){.web-header-container .logo-link .small-logo-icon{display:block}}.web-header-container .logo-link img{width:150px;height:auto}@media screen and (max-width:767.98px){.web-header-container .logo-link img{width:130px}}.web-header-container .login-button-container{display:none}@media screen and (max-width:767.98px){.web-header-container .login-button-container{flex-grow:1;display:flex;gap:8px;justify-content:end}}.web-header-container .login-button-container .login-link{background:linear-gradient(169.06deg,#bdccec -39.42%,#22479c 92.11%);width:auto}.web-header-container .login-button-container .login-link,.web-header-container .login-button-container .signup-link{color:var(--text-gary-100);border:1px solid var(--blue-400);padding:6px;border-radius:4px;font-weight:600;text-align:center;font-size:12px;min-width:77px}.web-header-container .search-bar{border:1px solid var(--blue-400);background:linear-gradient(10.28deg,#000c23 1.95%,#234081 79.63%);border-radius:10px;display:flex;justify-content:center;padding-right:14px}@media screen and (max-width:767.98px){.web-header-container .search-bar{display:none}}.web-header-container .search-bar input{padding:12px;background-color:rgba(0,0,0,0);font-size:12px;color:var(--text-gary-100)}.web-header-container .nav-btns{display:flex;gap:10px;align-items:center;justify-content:center}@media screen and (max-width:767.98px){.web-header-container .nav-btns{gap:8px}}.web-header-container .nav-btns .logout-btn{padding:10px 20px}.web-header-container .nav-btns .logout-btn,.web-header-container .nav-btns .nav-btn{background:rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;border-radius:8px;height:44px}.web-header-container .nav-btns .nav-btn{width:44px}@media screen and (max-width:767.98px){.web-header-container .nav-btns .nav-btn{padding:0;height:30px;width:30px}.web-header-container .nav-btns .nav-btn svg{width:16px;height:16px}}.mobile-footer-floating-menu{display:none}@media screen and (max-width:767.98px){.mobile-footer-floating-menu{position:sticky;bottom:0;padding:10px;display:flex;justify-content:center;align-items:center;gap:20px;background-color:var(--navy-blue);z-index:9999}.mobile-footer-floating-menu .tooltip-cnt{width:25%}.mobile-footer-floating-menu .menu-item{padding:8px;border-radius:8px;display:flex;justify-content:center;align-items:center;gap:11px;height:40px}.mobile-footer-floating-menu .menu-item svg{flex-shrink:0}.mobile-footer-floating-menu .menu-item p{display:none;font-weight:600;word-wrap:normal;overflow:hidden}.mobile-footer-floating-menu .menu-item.active{background:rgba(182,182,184,.1019607843);color:var(--blue-400)}.mobile-footer-floating-menu .menu-item:hover{background:rgba(182,182,184,.1019607843)}}.user-profile-container{display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(252,252,252,.1019607843);padding:4px 10px;border-radius:10px}.user-profile-container .rank-icon{width:34px;height:34px}@media screen and (max-width:767.98px){.user-profile-container .rank-icon{width:24px;height:24px}.user-profile-container .user-profile-details{display:none}}.user-profile-container .user-profile-details p{text-align:start;font-size:14px;font-weight:400;margin-bottom:4px}.user-profile-container .user-profile-details .rank-level-bar{background:#160f0a;min-width:49px;height:4px;border-radius:8px}.profile-links-container{z-index:9999;background-color:#091329;border-radius:10px;width:100%;max-width:239px!important}.profile-links-container .profile-links-header{background:#050b18;padding:16px 10px}@media screen and (max-width:767.98px){.profile-links-container .profile-links-header{padding:10px}}.profile-links-container .profile-links-header p{font-size:16px;font-weight:500;color:#fff}@media screen and (max-width:767.98px){.profile-links-container .profile-links-header p{font-size:14px}}.profile-links-container .profile-links-body{padding:10px;background:#091329;display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767.98px){.profile-links-container .profile-links-body{padding:6px;gap:8px}}.profile-links-container .profile-links-body .link-item{display:flex;align-items:center;gap:10px;border-radius:10px;font-size:16px;font-weight:500;padding:10px;cursor:pointer;transition:all .2s ease-in-out;text-align:left}@media screen and (max-width:767.98px){.profile-links-container .profile-links-body .link-item{font-size:14px;padding:8px}}.profile-links-container .profile-links-body .link-item:hover{background:rgba(255,255,255,.0509803922)}.dropdown.language-dropdown{width:-moz-fit-content!important;width:fit-content!important;position:relative!important;transition:all .2s ease-in-out!important}.dropdown.language-dropdown .language-dropdown-btn{background:rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;border-radius:8px;height:44px;width:44px;position:relative;transition:all .2s ease-in-out!important;padding:0;border:none!important}.dropdown.language-dropdown .language-dropdown-btn svg{width:1rem!important;height:1rem!important}.dropdown.language-dropdown .language-dropdown-btn img{width:1rem!important;height:1rem!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;transform:scale(1.25)!important}.dropdown.language-dropdown .language-dropdown-btn .arrow-icon,.dropdown.language-dropdown .language-dropdown-btn .btn-text{display:none!important}.dropdown.language-dropdown .language-dropdown-menu{min-width:8rem!important;position:absolute!important;left:auto!important;right:0!important;transform-origin:right top!important}.dropdown.language-dropdown .language-dropdown-menu .list-item-box{height:auto!important;max-height:80dvh!important;margin-top:.25rem}.dropdown.language-dropdown .language-dropdown-menu .list-item-box .list-item{display:flex;align-items:center;gap:.5rem}.dropdown.language-dropdown .language-dropdown-menu .list-item-box .list-item img{width:1.25rem;height:1.25rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media screen and (max-width:767.98px){.dropdown.language-dropdown .language-dropdown-btn{width:2.5rem!important}.dropdown.language-dropdown .language-dropdown-btn svg{width:1rem!important;height:1rem!important}.dropdown.language-dropdown .language-dropdown-btn img{width:1rem!important;height:1rem!important;transform:scale(1.5)!important}}.custom-modal-body{background:#091329;padding:16px;border-radius:16px;position:relative;border:1px solid var(--border-light-gray)}.custom-modal-body .close-btn{position:absolute;top:12px;right:12px}.custom-modal-body .search-modal-header{display:flex;justify-content:space-between}.custom-modal-body .search-modal-header h1{font-size:16px;font-weight:500;margin-bottom:20px}@media screen and (min-width:767.98px){.custom-modal-body .search-modal-header h1{font-size:22px;margin-bottom:38px}}.search-modal-body{min-height:80vh}.search-modal-body .search-bar-container{display:flex;gap:10px;flex-direction:column}@media screen and (min-width:767.98px){.search-modal-body .search-bar-container{flex-direction:row}}.search-modal-body .search-bar-container .search-input{position:relative;flex-grow:1}.search-modal-body .search-bar-container .search-input input{border-radius:10px;border:1px solid var(--border-light-gray);width:100%;background:rgba(0,0,0,0);font-size:12px;padding:8px 42px 8px 8px}@media screen and (min-width:767.98px){.search-modal-body .search-bar-container .search-input input{padding:10px 42px 10px 10px;font-size:16px}}.search-modal-body .search-bar-container .search-input .search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;cursor:pointer}.search-modal-body .search-bar-container .search-filter-menu{flex-shrink:0;width:100%}@media screen and (min-width:767.98px){.search-modal-body .search-bar-container .search-filter-menu{width:auto}}.search-modal-body .search-bar-container .search-filter-menu .menu-button{width:100%;background-color:#222224;padding:8px;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:12px;height:100%}@media screen and (min-width:767.98px){.search-modal-body .search-bar-container .search-filter-menu .menu-button{padding:10px;font-size:14px}}.search-modal-body .game-listing-container{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (min-width:767.98px){.search-modal-body .game-listing-container{grid-template-columns:repeat(6,1fr);margin-top:20px;gap:16px}}@media screen and (min-width:1280px){.search-modal-body .game-listing-container{grid-template-columns:repeat(8,1fr);margin-top:35px;gap:20px}}.search-modal-body .game-listing-container .game-card{width:100%}.menu-items-container{background-color:#222224}