.body {
    background-image: url(./fga_bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main_div {
    max-width: 950px;
    background: #03041ee0;
    color: #fff;
    margin: auto;
    /* text-align: center; */
    border-radius: 4px;
}

table.table-bordered.bgC {
    color: #fff;
}

.startingC {
    display: flex;
    align-items: center;
}

.startingC h5 {
    color: #089500;
    font-weight: 600;
    font-size: 23px;
}

.FUNST {
    background: #c4984c;
    padding: 20px;
    color: #000;
    font-family: auto;
    font-weight: 700;
    margin-top: 55px;
}

.content {
    text-align: left;
}

.content h5 {
    color: #d33232;
}

.mainImg img {
    width: 100%;
}

tr:nth-child(odd) {
    color: #ff7f25;
}

table.table.table-bordered {
    text-align: left;
}

table.table-bordered.bgC tr td {
    padding: 5px;
}

img.backBTN {
    width: 50px;
    float: left;
    background: #101010;
    border-radius: 50px;
}

.header {
    width: 100%;
    position: absolute;
    box-shadow: 0px 1px 6px 0px #000;
    background: #c4984c;
    display: flex;
    top: 60px;
    padding: 3px;
}

.mine_icon_flex {
    display: flex;
}

.mobileView {
    display: none;
}

.menu-btn {
    color: rgb(0, 0, 0);
    font-size: 25px;
    cursor: pointer;
}

img.mainLogo {
    width: 55px;
    float: left !important;
}

.topright {
    float: right !important;
    background: #101010;
    border-radius: 50px;
    width: 50px;
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

.centre h3 {
    margin: 0;
    font-weight: 500;
}

.centre {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.center_Div {
    text-align: center;
    /* display: flex; */
    background: #c4984c;
    padding: 10px;
    color: #000;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}

p.font_12.m_tb_10.text-center {
    color: #fff;
}

.p_20 {
    padding: 20px;
}

* {
    margin: 0;
    padding: 0;
}

.fnaback a {
    font-size: 25px;
    color: #eaa32a !important;
}

li.fnaback {
    margin: auto;
    list-style: none;
    display: block;
}

.imgTg {
    width: 150px;
    margin: auto;
    list-style: none;
    cursor: pointer;
    display: block;
}

.imgTg img {
    width: 100%;

}

.fmenu-item .item2:hover {
    color: #fff;
}

.fd {
    width: 100%;
    float: left;
    position: relative;
}

.backOf img {
    max-width: 140px;
    padding: 0;
    width: 100%;
}

ol.fsub-menu {
    display: grid;
    justify-content: center;
}

li.fmenu-item {
    text-align: left;
    list-style: none;
    font-size: 16px;
    padding: 2px;
}

.inpElm input {
    width: 100%;
    float: left;
}

.f {
    width: 100%;
    float: right;
    position: relative;
}

.inpElm input {
    width: 100%;
    float: left;
}

.fa_icn .fa {
    font-size: 16px;
}

.fa_icn {
    position: absolute;
    background: #a86b3d;
    padding: 6px 6px;
    width: 34px;
    left: 0;
}

.col_35 {
    width: 35%;
    float: left
}

.col_65 {
    width: 65%;
    float: left
}

.col_65 a {
    color: #fff;
    text-align: right;
    margin-left: 19px;
}

.col_6 {
    width: 50%;
    float: left
}

.col_6 a {
    cursor: pointer;
    color: #fff;
}

.col_8 {
    width: 80%;
    float: left
}

.col_4 {
    width: 20%;
    float: left
}

.col_8 a {
    color: #00abff;
    font-size: 12px;
}

label.d_ruby {
    display: ruby;
}

.m_t_15 {
    margin-top: 15px;
}

.sin {
    margin: 0px;
    padding: 20px;
}

.btns_1 {
    display: flex;
    margin-top: 15px;
}

.btns_1 button {
    flex-grow: 1;
    margin-left: 5px;
}

.successMessagePop {
    color: #326240 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.sendSucc {
    max-width: 300px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 5px;
    margin: auto;
    height: 230px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 82px 24px rgba(0, 0, 0, 0.5);
    z-index: 1250;
}

.sendSucc .sms {
    padding: 15px;
}

.sendSucc .sms p {
    font-weight: bold;
    color: #080;
}

.sendSucc button:hover {
    background: #080;
    color: #fff;
}

.sendSucc button {
    transition: all 0.5s;
    background: #f4f4f4;
    padding: 10px;
    color: #7d7d7d;
    border: none;
    width: 100%;
    font-weight: bold;
    border-top: solid 1px #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sendSuccCover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000009c;
    z-index: 1050;
}

.succImg img {
    width: 65px;
    margin-bottom: 15px;
}

.succImg {
    width: 100%;
    float: left;
}

.line_3 {
    width: 100%;
    float: left;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clr_3c {
    color: #3c763d;
}

.pointer {
    cursor: pointer
}

.p_l_40 {
    padding-left: 40px;
}

.p_l_15 {
    padding-left: 15px;
}

.p_l_20 {
    padding-left: 20px;
}

.clr_f0 {
    color: #f00;
}

.p_l_40 {
    padding-left: 40px;
}

.spn91 {
    position: absolute;
    background: #ddd;
    padding: 7px;
}

.m_t_10 {
    margin-top: 10px;
}

#banner p {
    font-size: 19px;
    color: #000;
    font-weight: 500;

}

.fd {
    width: 100%;
    float: left;
    position: relative;
}

select.selecterGame {
    padding: 7px;
    border: none;
    background: #eabd5f;
}

h3 {
    font-size: 21px;
}

.fd.bg_1 {
    background: #181924;
    color: #fff;
}

.fnaback a:hover {
    color: #fff !important;
}

li.fnaback.mobile {
    display: none;
}

.imgTg.mobile {
    display: none;
}


@media screen and (min-width: 300px) and (max-width: 750px) {
    .col-sm-12.col-md-4 {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .FUNST {
        padding: 5px;
        margin-top: 56px;
    }

    h1 {
        font-size: 18px;
    }

    .imgTg {
        display: none;
    }

    li.fnaback {
        display: none;
    }

    li.fnaback.mobile {
        display: block;
    }

    .imgTg.mobile {
        display: block;
        width: 100px;
        margin: unset;
    }

    li.fnaback a {
        font-size: 16px;
    }


    ol.fsub-menu {
        display: block;
        justify-content: center;
    }
}