.game-grid-container{display:grid;grid-template-columns:2.5fr 1fr;gap:10px;max-width:1825px;padding:0;height:calc(100vh - 152px)}.game-left{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:0fr 0fr;gap:10px;padding:0;max-width:100%;height:100%;overflow:auto}.game-card{background:linear-gradient(180deg,rgba(32,99,155,.62),#000);height:230px;border-radius:8px;border:none;overflow:hidden;position:relative}.game-card .card-body{width:52%}.game-img-pos{position:absolute;right:-1px;bottom:-1px}.game-white-txt{font-size:var(--size-24);font-weight:var(--weight-B)}.game-white-txt,.game-white-txt-2{font-family:Montserrat,sans-serif;color:var(--bg-white)}.game-white-txt-2{font-size:var(--size-16);font-weight:var(--weight-R)}.game-card .btn-secondary{font-family:Montserrat,sans-serif;font-size:var(--size-14);font-weight:var(--weight-B);color:var(--bg-proTheme);background-color:var(--bg-white);border-radius:25px;width:-moz-fit-content;width:fit-content;padding:4px 30px;margin:0;box-shadow:none}.game-card .btn-secondary:not(:disabled):not(.disabled).active,.game-card .btn-secondary:not(:disabled):not(.disabled):active,.show>.game-card .btn-secondary.dropdown-toggle{color:var(--bg-proTheme);background-color:var(--bg-white);border-color:transparent}@media (max-width:1028px){.game-grid-container{grid-template-columns:1fr;margin-top:0;height:calc(100dvh - 60px - env(safe-area-inset-top));overflow:auto;padding:10px;max-width:100%;width:100%;top:unset;background-color:#e9ecef}.game-left{grid-template-columns:1fr;overflow:unset;grid-template-rows:unset}.cand-dashboard-maincontainer{padding:0;top:0;height:100vh}.cand-header{display:none}.game-card{height:200px}.game-img-pos{width:40%}.game-white-txt-2{margin-top:20px}.game-card .card-body{width:58%}.mob-back-header{display:flex}.game-card .btn-secondary{padding:9px 19px}}@media (min-width:600px){.game-img-pos{width:25%}.game-card .card-body{width:68%}.game-card{height:230px}}