.transition-transform-on {
    transition: transform 0.15s ease-out;
}
.transition-width-on {
    transition: width 0.26s cubic-bezier(0.19, 1, 0.22, 1);
}
.game-list-column-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: center;
}
.game-list-view-container {
    height: inherit;
    margin: 0 auto;
    position: absolute;
    width: inherit;
}
#game-list-view-navbar-container {
    position: relative;
    z-index: 2;
}
#game-list-view-navbar-container-horizontal {
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
#game-list-view-navbar-container-horizontal-mobile {
    display: flex;
    z-index: 5;
}
#game-list-view-contents-container {
    height: inherit;
    position: relative;
    width: 100%;
    z-index: 1;
}
#game-list-view-wrapper {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
#game-list-detail-wrapper {
    display: block;
    height: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.game-list-detail-wrapper-h {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    height: 640px !important;
    width: 360px !important;
}
#game-list-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.game-list-nav-horizontal {
    flex-direction: row;
}
.game-list-nav-vertical-card {
    background-color: #2b1f19;
    background-size: cover;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.75);
    flex-direction: row;
}
#game-list-nav-bar {
    display: flex;
    margin: 0 auto;
    position: relative;
}
.game-list-nav-bar-vertical {
    flex-direction: row;
    height: calc(100% - 2px);
    width: 100%;
}
.game-list-nav-bar-horizontal {
    flex-direction: column;
    height: 100%;
    width: calc(100% - 3px);
}
#game-title-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}
.game-title-wrapper-vertical {
    justify-content: center;
    line-height: 12px;
    min-height: 12px;
    padding-top: 4px;
    width: 200px;
}
.game-title-wrapper-horizontal {
    justify-content: flex-start;
    line-height: 40px;
    min-height: 40px;
    padding-top: 14px;
    width: 200px;
}
.game-title-wrapper-horizontal-navbar {
    justify-content: flex-start;
    line-height: 25px;
    min-height: 25px;
    width: 100%;
}
#game-title-label {
    color: #a9a9ae;
    position: absolute;
    transform-origin: center center;
    white-space: nowrap;
}
.game-title-label-vertical {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
}
.game-list-nav-image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    transition: opacity 0.1s ease-out;
    width: 22.22%;
}
.game-list-nav-image-container:active {
    opacity: 0.5;
}
.game-list-nav-image-container-slot {
    height: inherit;
}
.game-list-nav-image-container-card {
    height: 80%;
    justify-content: flex-start;
    padding-top: 3%;
}
.game-list-nav-image-container-disabled {
    opacity: 0.5;
}
#game-list-nav-image-right {
    justify-content: center;
}
.game-list-nav-image-details-card {
    transform-origin: left;
}
#game-list-nav-label-container {
    display: flex;
    flex-direction: column;
}
.game-list-nav-label-container-vertical {
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 55.55%;
}
.game-list-nav-label-container-horizontal {
    align-items: flex-start;
    height: 100px;
    padding-left: 8%;
    padding-top: 76px;
    text-align: left;
}
.game-list-nav-period-label {
    font-size: 14px;
}
.game-list-nav-subtitle-label {
    font-size: 11px;
    line-height: 11px;
    margin-top: 2px;
}
#game-free-spin-nav-label-wrapper {
    display: flex;
    height: 14px;
    line-height: 14px;
    position: relative;
}
#game-free-spin-nav-label {
    font-size: 14px;
    position: absolute;
    transform-origin: left center;
    white-space: nowrap;
}
#game-list-nav-table-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
}
.game-list-nav-table-header-vertical {
    font-size: 10px;
    height: 36px;
    padding-left: 20px;
    padding-right: 10px;
}
.game-list-nav-table-header-vertical > div:first-child,
.game-list-nav-table-header-vertical > div:nth-child(2) {
    width: 23%;
}
.game-list-nav-table-header-vertical > div:nth-child(3) {
    justify-content: flex-end;
    width: 22%;
}
.game-list-nav-table-header-vertical > div:nth-child(4) {
    justify-content: flex-end;
    width: 25%;
}
.game-list-nav-table-header-horizontal {
    font-size: 20px;
    height: 84px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 5%;
}
.game-list-nav-table-header-horizontal > div:first-child {
    width: 20%;
}
.game-list-nav-table-header-horizontal > div:nth-child(2) {
    width: 30%;
}
.game-list-nav-table-header-horizontal > div:nth-child(3),
.game-list-nav-table-header-horizontal > div:nth-child(4) {
    justify-content: flex-end;
    width: 20%;
}
#game-list-nav-table-item-container {
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: space-evenly;
}
.game-list-nav-table-item {
    display: flex;
    height: 18px;
}
.game-list-nav-separator-vertical-slot {
    height: 2px;
    width: 100%;
}
.game-list-nav-separator-vertical-card {
    height: 4px;
    width: 100%;
}
.game-list-nav-separator-vertical-lobby {
    height: 1px;
    width: 100%;
}
.game-list-nav-separator-horizontal {
    height: 100%;
    width: 1px;
}
.game-list-nav-row-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 20px;
    justify-content: center;
}
.game-list-item-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    transition: background-color 0.2s ease-out;
}
.game-list-item-container-lobby {
    height: 53px;
    margin-bottom: 1px;
}
.game-list-item-container-card {
    background: #0e0c0c linear-gradient(0deg, #0f0d0d 80%, #191616);
}
.game-list-item-container-vertical {
    font-size: 10px;
    height: 54px;
    padding-left: 20px;
    padding-right: 10px;
}
.game-list-item-container-vertical > div:first-child {
    width: 23%;
}
.game-list-item-container-vertical > div:nth-child(2) {
    width: 24%;
}
.game-list-item-container-vertical > div:nth-child(3) {
    justify-content: flex-end;
    margin-left: 11px;
    width: 18%;
}
.game-list-item-container-vertical > div:nth-child(4) {
    justify-content: flex-end;
    margin-left: 15px;
    width: 20%;
}
.game-list-item-container-vertical > div:nth-child(5) {
    width: 7%;
}
.game-list-item-container-horizontal {
    font-size: 20px;
    height: 76px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 5%;
}
.game-list-item-container-horizontal > div:first-child {
    width: 20%;
}
.game-list-item-container-horizontal > div:nth-child(2) {
    width: 30%;
}
.game-list-item-container-horizontal > div:nth-child(3),
.game-list-item-container-horizontal > div:nth-child(4) {
    justify-content: flex-end;
    width: 20%;
}
.game-list-item-container-horizontal > div:nth-child(5) {
    align-items: center;
    width: 10%;
}
#game-list-item-arrow-image-container {
    align-items: center;
    display: flex;
    justify-content: center;
}
.game-list-item-column-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: center;
}
.game-list-item-feature-container {
    display: flex;
    flex-direction: row;
    height: 14px;
    transform: scale(0.291);
    transform-origin: left top;
}
.game-list-item {
    display: flex;
}
.game-list-item-image-container {
    padding-right: 5px;
}
.game-list-item-collapse-info-label {
    font-size: 30px;
    line-height: 50px;
    transform-origin: left top;
    width: 30px;
}
.game-list-item-collapse-info {
    background-color: rgba(0, 0, 0, 0.26);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    height: 50px;
    padding: 3px 0 2px 3px;
    transform: translateY(-3px);
}
#game-list-view-no-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.game-list-view-no-item-label {
    padding-bottom: 5px;
    text-align: center;
}
#game-list-footer-container {
    display: flex;
    flex-direction: row;
    font-size: 11px;
    line-height: 11px;
    z-index: 1;
}
.game-list-footer-container-vertical {
    bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    width: calc(100% - 30px);
}
.game-list-footer-container-vertical > div:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: left;
    width: 43%;
}
.game-list-footer-container-vertical > div:nth-child(2),
.game-list-footer-container-vertical > div:nth-child(3) {
    width: 25%;
}
.game-list-footer-container-horizontal {
    height: 147px;
    padding-left: 30px;
    padding-right: 5%;
    position: relative;
}
.game-list-footer-container-horizontal > div:first-child {
    text-align: left;
    width: 50%;
}
.game-list-footer-container-horizontal > div:nth-child(2),
.game-list-footer-container-horizontal > div:nth-child(3) {
    text-align: right;
    width: 20%;
}
.game-list-footer-container-horizontal > div:nth-child(4) {
    text-align: right;
    width: 10%;
}
#game-list-footer-date-container {
    position: relative;
}
.game-list-footer-date-container-horizontal {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
#game-list-footer-date-vertical {
    display: flex;
    min-height: 25px;
    position: relative;
}
#game-list-footer-date-label-vertical {
    line-height: 25px;
    position: absolute;
    transform-origin: left center;
    white-space: nowrap;
}
.game-list-footer-date-label-horizontal {
    font-size: 30px;
    line-height: 33px;
    transform-origin: left center;
    transition: font-size 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    white-space: nowrap;
}
#game-list-footer-record-vertical {
    display: flex;
    line-height: 25px;
    margin-top: -10px;
}
.game-list-footer-record-horizontal {
    font-size: 20px;
    line-height: normal;
}
.game-list-footer-item {
    height: 100%;
    position: relative;
}
.game-list-footer-item-wrapper {
    margin-top: -5.5px;
    position: absolute;
    right: 0;
    text-align: end;
    top: 50%;
    transform-origin: right;
}
#scroll-view {
    overflow: hidden;
    position: relative;
}
#load-more-container {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 80px;
    justify-content: center;
    position: absolute;
    width: inherit;
}
#load-more-label {
    text-align: center;
    width: 100%;
}
#game-list-touch-prevention {
    height: inherit;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: 5;
}
#game-banner-container {
    background-color: #fff;
    position: absolute;
    width: 100%;
}
#game-banner-image {
    transform: translateY(-13%);
    width: 100%;
}
#game-banner-tint {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    position: absolute;
    top: 0;
    width: 360px;
}
#calendar-container {
    position: relative;
    z-index: 3;
}
#game-list-scroll-view-container {
    height: 100%;
    width: 100%;
}
#scroll-to-top-background {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    height: 60px;
    justify-content: center;
    left: 93%;
    position: absolute;
    top: 85%;
    transform: translateZ(0);
    -webkit-transform: translateZ(1px);
    width: 60px;
    z-index: 3;
}
#scroll-to-top-background:active {
    opacity: 0.5;
}
#game-list-nav-container-card {
    position: absolute;
    transform: translateY(-3px) scaleX(0.3) scaleY(0.45);
    transform-origin: top left;
}
.gh-angle-vertical {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.gh-angle-horizontal {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
}
.gh-angle-wrapper {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    transform: translateY(4px);
    width: 30px;
}
.angle-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.angle-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.angle-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.angle-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.gh-arrow {
    height: 2px;
    position: relative;
    width: 32px;
}
.gh-arrow-right {
    transform: scale(-1);
}
.gh-arrow:after,
.gh-arrow:before {
    background-color: inherit;
    content: "";
    height: 2px;
    position: absolute;
    width: 22px;
}
.gh-arrow:after {
    right: 15px;
    top: 7px;
    transform: rotate(45deg);
}
.gh-arrow:before {
    right: 15px;
    top: -7px;
    transform: rotate(-45deg);
}
