.game-results-wrap{position:fixed;z-index:999999;transition:opacity .3s ease;opacity:0;padding-top:.5rem;padding-bottom:.5rem;animation:fadeIn .3s ease forwards;background:rgba(0,0,0,.6)}.game-results-wrap,.game-results-wrap .overlay{display:flex;top:0;left:0;height:100%;width:100%;overflow-x:hidden!important;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:center;align-items:center}.game-results-wrap .overlay{position:absolute;padding-top:2.5rem;padding-bottom:2.5rem;transition:.4s ease}.game-results-wrap .results-body-wrap{overflow-y:auto;max-height:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-column-gap:.935rem;grid-row-gap:.935rem;padding:.935rem;background-color:var(--color-dark-grey-1);border-radius:10px}.game-results-wrap .results-body-wrap .results-history-item{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;background-color:var(--color-dark-grey-3);border-radius:10px}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color,.game-results-wrap .results-body-wrap .results-history-item img{width:100px;height:100px;object-fit:contain;border-radius:100%}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color{display:flex;justify-content:center;align-items:center;font-size:var(--font-xl);color:#fff}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color.color-gold{background-color:var(--color-bet-gold)}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color.color-black{background-color:var(--color-bet-black)}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color.color-red{background-color:var(--color-bet-red)}.game-results-wrap .results-body-wrap .results-history-item .results-history-item__color.color-blue{background-color:var(--color-bet-blue)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-results-wrap .results-dialog-box{margin:0 .5rem;position:relative;border-radius:.25rem;border-width:1px;border-color:var(--color-dark-grey-4);background-color:var(--color-dark-grey-3);padding:32px;overflow:visible;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);top:0!important;left:0!important;margin-bottom:0!important;text-align:center;width:98vw;height:95vh;display:flex;flex-direction:column}.game-results-wrap .results-dialog-box .dialog-close-button{position:absolute;top:0;right:0}.game-results-wrap .results-dialog-box .dialog-close-button button{width:2.625rem!important;height:2.625rem!important;background-color:transparent;color:var(--color-light-grey-3)}.game-results-wrap .results-dialog-box .dialog-close-button button:hover{color:var(--color-light-grey-1)}.game-results-wrap .results-dialog-box .dialog-close-button button svg{width:.75rem;height:.75rem;-webkit-transition:color var(--global-transition);transition:color var(--global-transition)}@media(min-width:768px){.game-results-wrap .results-dialog-box .dialog-box{width:100%;max-width:50%}}@media(min-width:576px){.game-results-wrap .results-dialog-box .dialog-wrap{padding-top:2.5rem;padding-bottom:2.5rem}.game-results-wrap .results-dialog-box .dialog-box{margin:0 1.5rem}}