#game-free-spin-view-container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: inherit;
    position: absolute;
    top: 0;
    width: inherit;
}
.game-free-spin-list-item {
    display: flex;
    height: 30px;
    padding: 10px;
    transition: background-color 0.1s ease-out;
}
#game-free-spin-type {
    padding-left: 15px;
    padding-top: 5px;
}
#game-free-spin-amount {
    margin-left: auto;
    margin-right: 0;
    padding-right: 15px;
    padding-top: 5px;
}
#close-list-button {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: opacity 0.1s ease-out;
    width: inherit;
}
#close-list-button:active {
    opacity: 0.3;
}
#nav-drop-down-arrow {
    transform: scale(0.6) translateX(-5px);
}
