.GameMenuDiv {
    margin-top: 27px;
}

.row.GameMenuDiv1 {
    background: #0C0C0D;
}

.gameMenu, .footerMenu {
    list-style: none;
    padding-left: 0px;
}


.gameMenu > li {
    font-family: 'Casino Font Light';
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    font-weight: normal;
}

.gameMenu a, .footerMenu a {
    color: white;
    text-decoration: none;
}

.buttonView {
    width: 10%;
    float: left;
    min-height: 106px;
    line-height: 1em;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
}


.buttonLabel p {
    margin: 0;
}


.buttonLabel, .searchTitle {
    white-space: normal;
    font-family: 'Casino Font Light';
    font-weight: bold;
    font-size: 11px;
    color: white;
}

@media (max-width: 1300px) {
    .buttonLabel, .searchTitle {
        display: block;
        white-space: normal;
        font-family: 'Casino Font Light';
        font-weight: bold;
        font-size: 14px;
        /* margin: 0 0 0 20%; */
        line-height: 15px;
    }
}

.buttonView:hover {
    border-bottom: 2px solid white;
    background: #333;
}

.highlighted {
    color: yellow;
    /*border-bottom: 2px solid gold;*/
    text-shadow: gold 0px 0px 10px;
}

.highlighted:hover {
    text-shadow: white 0px 0px 10px;
    border-bottom: 2px solid gold;
}

.bottomSpace {
    padding-bottom: 9px;
}

.footerMenu {
    margin-bottom: 20px;
    max-width: 1240px;
    margin: auto;
}

.footerMenu > li {
    font-family: sans-serif;
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    white-space: normal;
    text-align: center;
    padding: 0px 10px;
}

.searchBar {
    cursor: pointer;
}

.inputContainer {
    background-color: #333;
    border: none;
    /* border-bottom: 2px solid white; */
    font-family: sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 30%;
    position: absolute;
    right: 0%;
    top: 142px;
    /* height: 45px; */
    padding: 0;
    z-index: 1002;
    /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); */
}

.inputSearch {
    background-color: #1c1b1b;
    border: none;
    border-bottom: 2px solid white;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    /* position: absolute; */
    right: 15px;
    bottom: -45px;
    height: 45px;
    padding: 0px 10px;
    z-index: 1002;
    /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); */
}
.nameLine {
    text-align: left;
    cursor: pointer;
}

.foundNames {
    max-height: 110px;
    overflow-y: scroll;
}
input.inputSearch:focus-visible {
    outline: none;
}
div#foundNamesComtainer {
    /* margin-top: 10px; */
    padding: 10px;
}
.liIcon {
    margin-bottom: 10px;
}

.liIcon img {
    width: 100px;
}

.provs {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    right: 0;
    padding: 0;
    margin-top: 9px;
    z-index: 1006;
    list-style: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    border-bottom: 2px solid #444;
    background: #2a2a2a;
}

.provs li {
    padding: 10px;
    width: 150px;
    cursor: pointer;
    float: left;
    display: inline-grid;
    text-align: center;
    font-family: 'Casino Font Light';
    font-size: 11px;
}

.provs li:hover {
    background: #444;
    /*border-bottom: 2px solid white;*/
}

.cats {
    display: none;
    position: absolute;
    margin-top: 22px;
    z-index: 1006;
    list-style: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    /*    width: 120px;*/
    margin-left: -8px;
}

.cats li {
    padding: 10px;
    background: #333;
    border-bottom: 2px solid #444;
    width: 200px;
    margin-left: -40px;
    cursor: pointer;
}

.cats li:hover {
    background: #444;
    border-bottom: 2px solid white;
}

li.payment-logos img {filter: sepia(100%) hue-rotate(307deg) saturate(150%);max-height: 40px;}
li.payment-logos img:hover {filter: none;}
ul.footerMenu li img {
    padding: 5px 10px;
}
.container.footermain {
    padding: 0;
}

.container.footermain .col-md-12.menuContainer {
    background-color: #630e11;
}
li.providers-logos img {
    max-height: 46px;
    margin: 6px;
}
li.responsible-logos {
    width: 100%;
    border-top: #ad3034 1px solid;
    border-bottom: #ad3034 1px solid;
    margin: 20px 0;
    padding: 10px 0;
}

li.payment-logos {
    margin-top: 10px;
}
.logo-text-part.flex {
    /* max-width: 1200px; */
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.logo-text-part.flex .text {
    max-width: 776px;
    padding: 30px;
    font-size: 13px;
}
@media (min-width: 1600px) {

}


@media (min-width: 1200px) and (max-width: 1600px) {

}


@media (max-width: 1024px) {

    .buttonView {
        width: 20%;
    }

    .liIcon img {
        width: 80px;
        margin-left: 10px;
    }

    .inputContainer {
        top: 192px;
        width: 40%;
        right: 25px;
    }
}


@media (min-width: 768px) and (max-width: 960px) {

    .buttonView {
        width: 20%;
    }

    .liIcon img {
        width: 50px;
    }

    .inputContainer {
        top: 213px;
        width: 40%;
        right: 20px;
    }


    .provs li {
        width: 20%;
    }
}


@media (max-width: 767px) {

    .gameMenuDiv {
        margin-bottom: 40px;
    }

    .liIcon img {
        width: 50px;
    }
}

@media (max-width: 760px) {
    .inputContainer {
        top: 212px;
        width: 84%;
        right: 20px;
    }

    .provs li {
        width: 33%;
    }

    .buttonLabel, .searchTitle {
        font-size: 10px;
    }
}


@media (max-width: 480px) {
    .buttonLabel, .searchTitle {
        margin: 5px 0 0 40%;
    }

    .liIcon img {
        width: 40px;
    }

    .buttonView {
        border-bottom: 1px solid #be1b30;
        width: 49%;
        min-height: 48px;
    }

    .inputContainer {
        top: 249px;
        width: 80%;
        right: 22px;
    }

    .provs li {
        width: 33%;
    }

    .gameMenu {
        margin-bottom: 5px;
    }
}

@media (max-width: 360px) {
    .buttonLabel, .searchTitle {
        font-size: 12px;
        margin: 5px 0 0 40%;
    }
    .buttonView {
        border-bottom: 1px solid #be1b30;
        padding: 12px 0 0 0;
        min-height: 50px;
    }
}