.space-gradient,.space-wrap {
    top: 0;
    right: 0;
    z-index: -1;
    left: 0;
    bottom: 0
}

body {
    color: #fff;
    background: #1a1a1a
}

::-webkit-scrollbar-corner {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

::-webkit-scrollbar-track {
    background-color: #262626;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(31 31 31);
}

::-webkit-scrollbar {
    width: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,.7)
}

:-moz-placeholder {
    color: rgba(0,0,0,.7)
}

::-moz-placeholder {
    color: rgba(0,0,0,.7)
}

:-ms-input-placeholder {
    color: rgba(0,0,0,.7)
}

#top-bar {
    background: rgba(10, 10, 10, 0.95);
    border-bottom: none
}

#top-bar .user-login .balance-sat span {
    color: inherit
}

#game-right-container {
    border-color: #50575e;
    border-radius: 1%
}

#controls-selector-container .button-holder {

}

#controls-selector-container .button-holder a {
    color: #b0b3c1
}

#controls-selector-container .controls-widget-container {
   
}

#controls-selector-container .button-holder.tab-active {
   
}

#controls-container {
    border-color: #50575e;
    border-radius: 2%
}

#controls-inner-container .bet-input-group>input,#controls-inner-container .bet-input-group>span {
    
}

#controls-inner-container .bet-input-group>input:disabled {
   
}

.msg-chat-message {
    background: #212121;
    font-size: 100;
    word-break: break-word;
    word-wrap: break-word;
    grid-area: chat-messages-container;
    overflow-wrap: break-word;
    margin: 0;
    list-style: none;
    padding: 1.8px
}

.msg-chat-message a {
    color: #b2b2b2;
}

#settings-selector-container .tab-holder a,#tabs-inner-container .tab-container li.tab a {
    color: #b0b3c1
}

.time-stamp {
    margin-right: .1;
    font-size: 13px
}

.messages-container .loading-container,.messages-container .spinner-pre-loader {
    background-image: url(../img/loading-black.gif)
}

#tabs-inner-container .widget-container {
   
}

#tabs-inner-container,#tabs-inner-container .log-chat-container {
    border-color: #50575e;
    border-radius: 1%
}

#tabs-inner-container .tab-container li.tab.col-3,#tabs-inner-container .tab-container li.tab.col-4 {
    
}

#tabs-inner-container .tab-container li.tab.tab-active {
    
}

#tabs-inner-container .tab-container .tab-settings,#tabs-inner-container .tab-container li.tab {
    background: rgba(255, 255, 255, 0.1);
}

#tabs-inner-container .tab-container .tab-settings.tab-active {
    background-color: #181a1e
}

#settings-selector-container .tab-holder {
   
}

#settings-selector-container .tab-holder.tab-active {
   
}

#hotkeys-settings-container .hotkeys-list span:nth-of-type(odd) {
    background-color: #20202000;
}

#display-settings-container .option-row:nth-of-type(even) {
    background-color: #20202000;
}

#display-settings-container select {
    background-color: #171717bf;
    border-color: #474747;
    color: #fff;
    height: 30px;
    border-radius: 8px;
}

.option-text-input {
    background-color: #171717bf;
    border-color: #474747;
    color: #fff;
    height: 30px;
    border-radius: 8px;
}

#chat-settings-container .option-row:nth-of-type(even) {
    background-color: #202328
}

#chat-settings-container select {
    background-color: #292d35;
    border-color: #292d35;
    color: #fff
}

#strategy-container .auto-bet-container {
    color: #fff
}

#strategy-container .strategy-select,#strategy-container .strategy-start,#strategy-container .strategy-stop {

}

#strategy-container .strategy-select:disabled,#strategy-container .strategy-start:disabled,#strategy-container .strategy-stop:disabled {
    color: #acafb3
}

#strategy-container .auto-bet-container input[type=text] {
    color: #fff
}

#strategy-container .auto-bet-container>div:nth-of-type(even) {
    background-color: #20202000;
}

#strategy-container .strategy-input {
    background-color: transparent;
    color: #fff
}

#strategy-container .strategy-input:disabled {
    color: grey
}

#players-container .header-bg {
    
}

#games-log-container table .th-inner,#players-container table .th-inner {
    color: #b0b3c1
}

#games-log-container .games-log tr:nth-of-type(even) {
   
}

#chart-inner-container .max-profit,#games-log-container .games-log-hash {
 
}

.space-wrap {
    position: fixed;
    overflow: hidden
}

.space-wrap.flying .space-container {
    -webkit-animation: spacebg 1s infinite linear;
    -moz-animation: spacebg 1s infinite linear;
    -o-animation: spacebg 1s infinite linear;
    -ms-animation: spacebg 1s infinite linear;
    animation: spacebg 1s infinite linear;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

.space-wrap.waiting .space-container-wrap {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

.space-gradient {
    position: absolute;
    background: -webkit-linear-gradient(rgba(0,0,0,.5),transparent);
    background: -moz-linear-gradient(rgba(0,0,0,.5),transparent);
    background: -o-linear-gradient(rgba(0,0,0,.5),transparent);
    background: -ms-linear-gradient(rgba(0,0,0,.5),transparent);
    background: linear-gradient(rgba(0,0,0,.5),transparent)
}

.space-container-wrap {
    z-index: -2;
    position: absolute;
    top: -480px;
    right: -320px;
    left: 0;
    bottom: 0;
    -webkit-animation: spacebg 15s infinite linear;
    -moz-animation: spacebg 15s infinite linear;
    -o-animation: spacebg 15s infinite linear;
    -ms-animation: spacebg 15s infinite linear;
    animation: spacebg 15s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}
