#game-details-view-container {
    font-size: 14px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
#game-detail-view-navbar-container {
    position: relative;
    width: 100%;
    z-index: 4;
}
#game-detail-spring-wrapper {
    width: inherit;
}
#game-details-right-arrow {
    right: 10px;
}
#game-details-left-arrow {
    left: 10px;
}
#game-details-page-container,
.reset {
    position: relative;
}
.reset {
    clear: both;
    height: inherit;
    width: inherit;
}
#game-details-left-arrow,
#game-details-right-arrow {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    transform: translateZ(0);
    transition: opacity 0.1s ease-out;
    width: 42px;
    z-index: 2;
}
#game-details-left-arrow:active,
#game-details-right-arrow:active {
    opacity: 0.5;
}
.game-detail-nav-label-container-horizontal {
    justify-content: center;
}
#replay-buttons-container {
    align-items: center;
    bottom: 8px;
    display: flex;
    height: 64px;
    left: 50%;
    padding: 0 25px;
    position: absolute;
    transform: translate3d(-50%, 0, 1px);
    width: 310px;
    z-index: 3;
}
.replay-icon-container {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.replay-spin-label-wrapper {
    height: 32px;
    position: relative;
    width: 118px;
}
.replay-spin-label {
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 32px;
    position: absolute;
    transform-origin: left center;
    white-space: nowrap;
}
.replay-button-bg {
    border-radius: 16px;
    display: flex;
    height: 32px;
    width: 150px;
}
.replay-button-bg:active {
    opacity: 0.5;
}
.replay-icon-bg {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 21px;
    justify-content: center;
    transition: opacity 0.1s ease-out;
    width: 21px;
}
.replay-icon-triangle {
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    height: 0;
    transform: translateX(2px);
    width: 0;
}
