body {
    background-color: #231843;
    color: rgb(245 245 245);
    font-weight: 600;
}

.menu-container {
}

.menu-container img {
    width:24px;
    margin:0 2px 0 2px;
}

.button-roll {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 5%;
    width: 10%;
    align-content: start;
    height: 15%;
}

.menu-display {
    position: absolute;
    top: 15%;
    left: 17%;
    width: 78%;
    height: 77%;
    border-radius: .2em;
    /*backdrop-filter: blur(6px);*/
    background: rgb(180 180 180 / 15%);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 25px;
    align-items: flex-start;
    overflow:auto;
}

.menu-display-pane {
    background: #1c2527f2;
    padding: 2.4em;
    border-radius: .6em;
    height:100%;
    overflow:auto;
}

.social-roll {
    position: absolute;
    top: 92%;
    left: 17%;
    width: 78%;
    height: 5%;
    background: #1d2628;
    color: #f3f3f4;
    font-weight: 500;
    text-shadow: none;
    justify-content:flex-start;
    align-items:center;
    display:flex;
    padding-left:25px;

}

.play-btn {
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.stats-btn {
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.settings-btn {
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.help-btn {
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.feedback-btn {
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}


.text-content {
    color: #e3d9d9;
}

.menu-button {
    align-items: center;
    background-clip: padding-box;
    background-color: #972913;
    border: 1px solid transparent;
    border-radius: .4em;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.menu-button:hover:enabled,
.menu-button:focus:enabled {
    background-color: #661c0d;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.menu-button:hover:enabled {
    transform: translateY(-1px);
}

.menu-button:active {
    background-color: #661c0d;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.menu-button:disabled {
    background-color: #444664;
    border: 1px solid #999999;
    opacity: .5;
}

.stats {
    width: 100%;
}

.stats thead tr {
    padding: 15px;
    color: #747474;
    font-size: 14px;
    font-weight: bold;
}

.stats thead td {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #352a2a;
    background: #676767;
    color: #d7d7d7;
}

.stats tbody td {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #352a2a;
    background: #cfcfcf;
}

.stats tbody tr:hover td {
    background: #bebebe;
}

.stats tbody tr {
    color: #000000;
}

.stats tbody tr:nth-child(2) {
    color: #686EF9;
}

.stats tbody span {
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50%;
}

.stats tbody tr:first-child span {
    background: #5055CB;
    color: white;
}

.stats tbody tr span {
    background: #262626;
    color: #747474;
}

.feedback-scale {
    transform: scale(1);
    display: contents;
}

.help-one-text {


}

.help-two-text {
    margin-left: 150px;
}


.help-three-text {
    margin-left: 300px;
}


.help-one-gif {
}


.help-two-gif {
    margin-left: 150px;
}


.help-three-gif {
    margin-left: 300px;
    width:300px!important;
}

.tech-tree-label {
    text-align: center;
    font-size: 14px;
}

#mc_embed_signup {
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 300px;
}

#mc_embed_signup .button {
    background-color: #972913 !important;
    color: white !important;
}

#mc_embed_signup .button:hover {
    background-color: #661c0d !important;
    color: white !important;
}

#mc_embed_signup div.mce_inline_error {
    display: none !important;
}

#tech-tree-parent {
    width: 100%;
}
.news-roll{
    font-size:10px;
    margin-bottom:4em;
}

#fake_counter{
    text-align: right;
    background: #7a3224;
    position: absolute;
    padding: 0.4em;
    font-size:1.5em;
}