#nexus-game-browser{
color: #fff;
max-width: 1200px;
margin: 1rem auto;
}
.pnx-code-translations{
display:none !important;
}
.nexus-content-return{
background: transparent;
width: 50px;
height: 50px;
border: none;
position: absolute;
right: 0;
}
.nexus-content-reset{
width: auto;
min-width: 100px !important;
}
.nexus-filter-genre-hint{
float: right;
color: #888;
text-transform: none;
font-weight: 400;
}
.nexus-content-return:hover svg{
transform: scale(1.2);
}
.nexus-content-return svg .st0{
fill: none;
}
#nexus-game-browser .row{
margin-left: 0;
margin-right: 0;
}
#nexus-game-browser .nexus-filter-genre{
display: grid;
grid-template-columns: calc(100% - 10px);
grid-gap: 0 10px;
overflow: auto;
overflow-y: scroll;
max-height: 200px;
overflow-x: hidden;
padding: 0 0 50px 0;
scrollbar-width: thin;
scrollbar-color: #008900 transparent;
scrollbar-gutter: stable;
scroll-snap-type: y proximity;
position: relative;
}
#nexus-game-browser .nexus-filter-genre label{
scroll-snap-align: start;
}
#nexus-game-browser .nexus-filter-genre::-webkit-scrollbar {
  width: 10px;
}
#nexus-game-browser .nexus-filter-genre::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
  border: 3px solid transparent;
}
#nexus-game-browser .nexus-filter-genre:hover::-webkit-scrollbar-thumb {
  background-color: #008900;
  border-radius: 4px;
  border: 3px solid #008900;
}
#nexus-game-browser .nexus-filter-genre::-webkit-scrollbar-track {
  background-color: transparent;
}
#nexus-game-browser .nexus-filter-genre::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border: 3px solid #000;
    border-radius: none;
    border-top: none;
    border-bottom: none;
}
#nexus-game-browser .nexus-filter-genre:hover::-webkit-scrollbar-track-piece {
    background-color: #008900;
    border: 3px solid #000;
    border-radius: none;
    border-top: none;
    border-bottom: none;
}
#nexus-game-browser .selection-copy .col-6, #nexus-game-browser .selection-copy .col-12 {
padding-right: 1rem;
padding-left: 0;
padding-bottom: 1rem;
}
#nexus-game-browser .selection-copy .col-12{
padding-right: 0;
}
#nexus-game-browser .selection-copy .scrollfade:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 38px;
    background: rgba(0,0,0,1);
    width: calc(100% - 10px);
    height: 60px;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top, left bottom;
    pointer-events: none;
}
#nexus-game-browser h3{
text-transform:uppercase;
color:white;
font-size: 0.875rem;
}
#nexus-game-browser .divider-line {
border-bottom: 1px solid #555;
margin: 1.5rem 0;
}
#nexus-game-browser .selection-copy { 
text-align:left; 
}
#nexus-game-browser input[type="checkbox"], #nexus-game-browser input[type="radio"] {
     box-sizing: border-box;
     padding: 0;
     position: absolute;
     margin-right: 10px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     opacity: 0;
     background-color: transparent;
     border-style:none;
     height: 0;
     width: 0;
     margin-inline-start: 0;
     margin-top: 0;
}
 #nexus-game-browser label {
     position: relative;
     display: inline-block;
     padding-left: 1.25rem;
     line-height: 1.25rem;
     vertical-align: top;
     cursor: pointer;
     color:#999;
     font-size:0.875rem;
     font-weight:300;
     width:100%;
}
 #nexus-game-browser label::after {
     position: absolute;
     top: 4px;
     left: 2px;
     display: table;
     content: "";
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     width: 10px;
     height: 6px;
     border-left: 2px solid #000;
     border-bottom: 2px solid #000;
}
#nexus-game-browser label::before {
     position: absolute;
     left: 0;
     top: 2px;
     display: table;
     background-color: #44d62c;
     content: "";
     width: 14px;
     height: 14px;
     border: 2px solid #44d62c;
     border-radius: 2px;
}
#nexus-game-browser .radio-display:before {
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #999;
}
#nexus-game-browser .radio-display:after {
    position: absolute;
    display: block;
    content: "";
    left: 4px;
    top: 6px;
    width: 6px;
    height: 6px;
    border: solid black;
    border-width: 4px;
    border-radius: 12px;
    border: solid #44D62C;
			background: #44D62C;
}
#nexus-game-browser label:focus{
outline: none;
}
#nexus-game-browser input:focus-visible{
outline: 2px solid #6d9df7!important;
}
#nexus-game-browser label.disabled {
opacity:0.5;
cursor:default;
}
 #nexus-game-browser label.unchecked::after {
     visibility:hidden;
}
#nexus-game-browser label.unchecked::before {
     border: 2px solid #999;
     background-color: #1c1c1c;
}
#nexus-game-browser .filter-label.unchecked:hover:before {
background-color: transparent;
border-color: #73E161;
}
#nexus-game-browser .filter-label:hover:before {
background-color: #73E161;
border-color: #73E161;
}
@media (min-width:768px) { 
#nexus-game-browser .col-lg-3 {
padding-right: 5px;
}
}
#nexus-game-browser input[type="checkbox"]:focus{
opacity: 1!important;
height: 100%!important;
width: 100%!important;
left: 0!important;
}
#nexus-game-browser .radio-display:hover:before {
background-color: transparent;
border-color: #44d62c;
}
#nexus-game-browser .radio-display::before {
border-radius: 20px;
background-color: transparent;
border: 2px solid #999;
}
#nexus-game-browser .radio-display.unchecked::before {
border-radius: 20px;
}
#nexus-game-browser .nexus-content {
    display: grid;
    grid-template-columns: calc(33% - 7px) calc(33% - 7px) calc(33% - 7px);
    grid-gap: 14px;
			grid-auto-rows: 200px;
}
#nexus-game-browser .nexus-content:focus{
    outline: none;
}
#nexus-game-browser .nexus-content > div {
    display: flex;
    flex-direction: column;
}
.nexus-content-heading{
font-weight: bold;
margin-top: 0.6rem;
}
@media (min-width:425px) { 
.nexus-content-heading {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.nexus-content-image{
			background: #333;
    min-height: 137px;
    max-height: 137px;
    border-radius: 6px;
    border: 1px solid #333;
    overflow: hidden;
}
.nexus-content-image img{
	max-width: 100%;
  position: relative;
  left: 50%;
	 top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width:1200px) {
.nexus-content-image{
    min-height: 115px;
 		max-height: 115px;
}
#nexus-game-browser .nexus-content {
    grid-template-columns: calc(33% - 7px) calc(33% - 7px) calc(33% - 7px);
}
}
@media (max-width:769px) {
.nexus-content-image{
    min-height: 110px;
			max-height: 110px;
}
#nexus-game-browser .nexus-content {
    grid-template-columns: calc(50% - 7px) calc(50% - 7px);
    padding: 0 15px 0 0;
}
}
@media (max-width:426px) {
.nexus-content-image{
    min-height: calc(100vw * 0.39);
    max-height: calc(100vw * 0.39);
}
#nexus-game-browser .nexus-content {
    grid-template-columns: auto;
    grid-auto-rows: auto;
    padding: 0 15px;
}
.nexus-content-image img{
	width: 100%;
	max-width: 100%;
}
.nexus-content-reset{
margin: 0 auto;
display: block !important;
}
}
#nexus-game-browser .nexus-content-platform a:hover{
text-decoration: none !important;
}
#nexus-game-browser .nexus-content-platform a:focus{
outline: none
}
#nexus-game-browser .nexus-content-platform a:focus-visible{
outline: 2px solid cornflowerblue;
}
#nexus-game-browser .nexus-content-platform a{
border: 2px solid #222;
border-radius: 30px;
padding: 2px 0px 4px 0px;
margin: 0 .5rem 0 0;
background: #222;
}
#nexus-game-browser .nexus-content-platform img{
width: auto;
height: 30px;
}
#nexus-game-browser .nexus-content-platform a:hover{
border: 2px solid #44d62c;
}
#nexus-game-browser .nexus-content-load{
margin: 1rem auto;
min-width: 200px;
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
#nexus-game-browser .hidden{
display: none !important;
}
@media (min-width:1025px) {
#nexus-game-browser .stick{
   position: sticky;
		top: calc(1rem + 60px);
}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}