/* width */
::-webkit-scrollbar {
    width: 2px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #858786;
}

#paytableId{
    box-sizing: content-box;
    color: white;
    font-family: NGSFont;
}

#paytableId *{
    margin: revert;
    padding: revert;
}

#paytableId img {
    max-width: 500px;
    display: block;
    margin: 20px auto;
    border: 1px solid;
    background: #6d6d6d;
}

#paytableId h1, h2, h3, h4 {
    padding-top: 5px;
}

#paytableId h2{
   border-width: thin;
}

#paytableId p{
    max-width: 96%;
    left: 2%;
}

#paytableId table {
    width: 96%;
    border-spacing: 0;
}
table th, table td {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 5px;
}

.paytablesDivs {
    margin-right: 2%;
    margin-left: 2%;
}

.paytablesDivs h1 {
    text-align: center;
    max-width: 100%;
    border-style: solid none solid none;
}

.paytablesDivs p{
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    white-space: nowrap;
}

.symbolLandscapeGrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-width: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-right: 30px;
    margin-bottom: 60px;
}

.symbolLandscapeGrid p{
    color: white;
    font-size: 175%;
}

.symbolPortraitGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-width: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.symbolPortraitGrid p{
    color: white;
    font-size: 85%;
}

.griditem {
    display: flex;
    align-items: center;
    justify-content: left;
}

.invisibleGridItem {
    visibility: hidden;
}


.cell{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.symbolName {
    color: white;
    position: absolute;
    bottom: 0px;
    width: 45%;
    text-align: center;
}

.symbolLandscapeGrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-width: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 60px;
    align-content: center;
}

.symbolLandscapeGrid .symbolName{
    font-size: 200%;
}

.symbolPortraitGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-width: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-right: 10%;
    margin-left: 10%;
}

.symbolPortraitGrid .symbolName{
    font-size: 100%;
}

.symbolGridImage {
    max-width: 45%;
    height: auto;
}

.basicSymbolPayouts {
    font-size: 100%;
}

.basicSymbName {
    position: relative;
    padding-bottom: 10%;
    white-space: nowrap
}

.specialFeaturesSS {
    text-align: center;
    max-width: 50%;
    left: 2%;}

.specialFeaturesText {
    color: white;
    text-align: center;
    max-width: 100%;
    left: 2%;
    display: flex;
    flex-wrap: nowrap;
}

.scatterFeatures {
    text-align: center;
    max-width: 40%;
    left: 2%;
    padding-left: 2%;
}

.scatterText {
    font-size: 200%;
    padding-left: 1%;
}

.specialFeaturesImages {
    height: 200px;
    padding-left: 2%;
}

.scatterBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spTextCell {
    text-align: center;
    font-size: 175%;
}

.inputDiv {
    right: 0;
    width: 25%;
}

.inputDiv label{
    margin-left: 5px;
}

.inputDiv input {
    width: 15%;
    margin: 5px;
}

.inputDiv .slider {
    width: 50%;
}

.buttonSave {
    background-color: gray;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.buttonSave:hover {
    background-color: black;
}

.closeInputDiv {
    cursor: pointer;
    right: 2%;
    top: 0;
    padding: 12px 16px;
    font-size: 24px;
}


@media only screen and (max-width: 1276px) {
    .spTextCell {
        font-size: 100%;
    }

    .specialFeaturesImages {
        height: 150px;
    }

    .scatterText {
        font-size: 100%;
    }

    .basicSymbName {
        padding-bottom: 15%;
    }
}

@media only screen and (max-width: 492px) {
    .cell {
        width: 10px;
        height: 10px;
    }

    .specialFeaturesImages {
        height: 120px;
    }

    .scatterText {
        font-size: 80%;
    }

    .basicSymbName {
        padding-bottom: 20%;
    }
}

@media only screen and (max-width: 969px) {
    .basicSymbName {
        padding-bottom: 15%;
    }
}

@media only screen and (max-width: 415px) {
    .scatterText {
        font-size: 80%;
    }

    .specialFeaturesImages {
        height: 95px;
    }
}

@media only screen and (max-width: 380px) {
    .scatterText {
        font-size: 75%;
    }

    .specialFeaturesImages {
        height: 90px;
    }

}

@media only screen and (max-width: 350px) {
    .scatterText {
        font-size: 70%;
    }

    .specialFeaturesImages {
        height: 85px;
    }

}

@media only screen and (max-width: 340px) {
    .scatterText {
        font-size: 65%;
    }

    .specialFeaturesImages {
        height: 80px;
    }

}

@media only screen and (max-width: 330px) {
    .cell {
        width: 5px;
        height: 5px;
    }

    .specialFeaturesImages {
        height: 70px;
    }

    .scatterText {
        font-size: 65%;
    }

    .basicSymbName {
        padding-bottom: 20%;
    }
}

@media only screen and (max-width: 270px) {
    .scatterText {
        font-size: 65%;
    }

    .specialFeaturesImages {
        height: 60px;
    }
}

@media only screen and (max-width: 260px) {
    .scatterText {
        font-size: 50%;
    }

    .specialFeaturesImages {
        height: 50px;
    }
}


@media only screen and (max-height: 509px) {
    .cell {
        width: 10px;
        height: 10px;
    }

    .specialFeaturesImages {
        height: 110px;
    }

    .scatterText {
        font-size: 95%;
    }

    .basicSymbName {
        padding-bottom: 20%;
    }
}

@media only screen and (max-height: 345px) {
    .cell {
        width: 5px;
        height: 5px;
    }

    .specialFeaturesImages {
        height: 100px;
    }

    .scatterText {
        font-size: 80%;
    }

    .basicSymbName {
        padding-bottom: 20%;
    }
}

@media only screen and (max-height: 265px) {
    .cell {
        width: 2.5px;
        height: 2.5px;
    }

    .specialFeaturesImages {
        height: 90px;
    }

    .scatterText {
        font-size: 65%;
    }
}

@media only screen and (max-height: 190px) {
    .specialFeaturesImages {
        height: 80px;
    }

    .scatterText {
        font-size: 50%;
    }
}

@media only screen and (max-height: 900px) {
    .symbolName {
        font-size: 150% !important;
    }
}

@media only screen and (max-width: 400px) {
    .symbolName {
        font-size: 75% !important;
    }
}

@media only screen and (max-height: 500px) {
    .symbolName {
        font-size: 75% !important;
    }

    .symbolGridImage {
        max-width: 50% !important;
    }

    .basicSymbolPayouts {
        font-size: 75% !important;
    }
}

@media only screen and (max-height: 425px){
    .symbolName{
        font-size: 50%!important;
    }
    .symbolGridImage{
        max-width: 30%!important;
    }
    .basicSymbolPayouts{
        font-size: 50% !important;
    }
}

@media only screen and (max-height: 350px){
    .symbolName{
        font-size: 40%!important;
    }
    .symbolGridImage{
        max-width: 30%!important;
    }
    .basicSymbolPayouts{
        font-size: 40%!important;
    }
}



