﻿body {
    background-color: #3a3a3a;
    font-family: Prompt, sans-serif !important;
    background-image: linear-gradient(#337ab7, #7c9bb8, #123d63);
    color: #adadad;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Prompt, sans-serif !important;
    color: #adadad;
}


.btn.register {
    color: #fff;
    background-color: #dc0000;
    border-color: #dc000070;
}

    .btn.register:hover {
        color: #fff;
        background-color: #dc0000;
        border-color: #dc000070;
    }

.btn.line-login {
    color: #fff;
    background-color: #00B900;
    border-color: #00B90070;
}

    .btn.line-login:hover {
        color: #fff;
        background-color: #006c00;
        border-color: #00B900;
    }

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.deposite-bank {
    display: block;
}

    .deposite-bank img {
        float: left;
        margin-right: 1em;
    }

.gr77-md-12.topbar-full {
    padding-right: 0px;
    padding-left: 0px;
}

.banner-right {
    width: 250px;
    height: auto;
    display: block;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 2;
    border: 0px #000 solid;
}

    .banner-right .box-banner {
        position: relative;
        margin: 0 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .banner-right .box-banner img {
            width: 100%;
            height: auto;
        }

        .banner-right .box-banner .-close-box {
            position: absolute;
            padding: 3px 10px;
            background-color: rgba(0, 0, 0, 0.7);
            cursor: pointer;
            border-top-left-radius: 10px;
            margin-top: -30px;
            font-size: x-large;
        }

            .banner-right .box-banner .-close-box:hover {
                background-color: rgb(255, 0, 0, 0.70);
            }

    .banner-right .-support-banner {
        border: 0px #fff solid;
        width: 80px;
        height: 86px;
        display: block;
        -webkit-transition: right 0.3s ease 0s;
        transition: right 0.3s ease 0s;
        overflow: hidden;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(#fed10b), color-stop(#fed615), color-stop(#fddb1d), to(#fce024));
        background-image: linear-gradient(#ffcc00, #fed10b, #fed615, #fddb1d, #fce024);
        text-align: right;
    }

@media (max-width: 1920px) {
    .banner-right {
        width: 150px;
    }
}

@media (max-width: 1440px) {
    .banner-right {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    .banner-right {
        width: 90px;
    }
}

@media (max-width: 1200px) {
    .banner-right {
        width: 90px;
    }
}

@media (max-width: 765px) {
    .banner-right {
        width: 60px;
        bottom: 173px;
    }
}

@media (max-width: 414px) {
    .banner-right {
        width: 60px;
        width: 110px;
    }

        .banner-right .box-banner {
            position: relative;
            margin: 0 0 0 0;
        }
}

@media (max-width: 360px) {
    .banner-right {
        width: 60px;
    }
}


#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}


.close-right {
    width: 250px;
    height: auto;
    display: block;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 2;
    border: 0px #000 solid;
}

    .close-right .box-banner {
        position: relative;
        margin: 0 0 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .close-right .box-banner img {
            width: 100%;
            height: auto;
        }



        .close-right .box-banner .-close-box {
            position: absolute;
            padding: 3px 10px;
            background-color: rgba(0, 0, 0, 0.7);
            cursor: pointer;
            border-top-left-radius: 10px;
            margin-top: -30px;
            font-size: x-large;
        }

            .close-right .box-banner .-close-box:hover {
                background-color: rgb(255, 0, 0, 0.70);
            }

    .close-right .-support-banner {
        border: 0px #fff solid;
        width: 80px;
        height: 86px;
        display: block;
        -webkit-transition: right 0.3s ease 0s;
        transition: right 0.3s ease 0s;
        overflow: hidden;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(#fed10b), color-stop(#fed615), color-stop(#fddb1d), to(#fce024));
        background-image: linear-gradient(#ffcc00, #fed10b, #fed615, #fddb1d, #fce024);
        text-align: right;
    }

@media (max-width: 1920px) {
    .close-right {
        width: 150px;
    }
}

@media (max-width: 1440px) {
    .close-right {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    .close-right {
        width: 90px;
    }
}

@media (max-width: 765px) {
    .close-right {
        bottom: 173px;
    }
}

@media (max-width: 414px) {
    .close-right {
        width: 110px;
    }

        .close-right .box-banner {
            position: relative;
            margin: 0 0 10px 0;
        }
}

@media (max-width: 360px) {
    .close-right {
        width: 100px;
    }
}


.support-box {
    width: 80px;
    height: 86px;
    display: block;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: 0px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(#fed10b), color-stop(#fed615), color-stop(#fddb1d), to(#fce024));
    background-image: linear-gradient(#ffcc00, #fed10b, #fed615, #fddb1d, #fce024);
    z-index: 2;
}

.line-icon-support-text {
    color: #222;
    text-decoration: none;
}

    .line-icon-support-text:hover {
        color: #222;
        text-decoration: none;
    }

.line-support-text {
    margin-top: -12px;
}

.hr-border-glow {
    border-top: 1px solid rgba(254, 209, 8, 0.5);
}

.support-box {
    display: none;
}

.right-radius {
    border-radius: 20px 0px 0px 20px;
}

.bg-header {
    background-image: url(../growbet77/slide/slide-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hero-png {
    width: 100%;
    max-width: 360px;
    margin: 50px 0px 0px 0px;
}

img.title-img.mb15 {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

a.slide-bar {
    color: #ffe129;
    font-size: 1.25rem;
}

.gr-service-img {
    min-width: 212px;
    min-height: 195px;
    border-radius: 15px;
    margin: 0px 0px 15px 0px;
    width: 70%;
    height: 70%;
}

img.hot-news {
    width: 50px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-top: 5px !important;
}

.margin-bottom-10 {
    margin-top: 10px !important;
}

.bank-icon {
    width: 10%;
    height: 10%;
    max-height: 75px;
    max-width: 75px;
}

.line-img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    max-width: 500px;
    border-radius: 15px;
}

.line-icon {
    width: 100%;
    height: 100%;
    max-height: 23px;
    max-width: 23px;
    border-radius: 15px;
}

.garuntee {
    background-image: url(../growbet77/top-bar-bg.png);
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-left: 0px;
    border-right: 0px;
}

.bg-gr5 {
    background-image: url(../growbet77/bg-5.jpg);
}

.gr77-bg-drk-trns {
    background: rgba(0,0,0,.8);
    border-radius: 15px;
}

.gr77-c2a {
    padding: 25px 10px 25px 10px;
    text-align: center;
}

.footer-menu {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 1.7rem !important;
    text-shadow: 0px 0px 1px #000000;
    display: flex;
    padding: 1rem 0;
    background: #f3bc5d;
}

.footer-menu .footer-menu-item {
    color: black;
    flex-grow: 1;
}

#back-to-top i {
    bottom: 70px;
}

.gr77-line-banner {
    position: fixed;
    z-index: 99999999;
    bottom: 120px;
    right: 0;
}

.gr77-line-banner .line-banner {
    width: 7em;
}

.gr77-w33 {
    width: 33%;
    text-align: center;
}

.gr77-sm-6 {
    width: 50% !important;
}

@media (min-width: 250px) {
    .gr77-sm-1, .gr77-sm-10, .gr77-sm-11, .gr77-sm-12, .gr77-sm-2, .gr77-sm-3, .gr77-sm-4, .gr77-sm-5, .gr77-sm-6, .gr77-sm-7, .gr77-sm-8, .gr77-sm-9 {
        float: left !important;
    }
    .xs-mb15 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .gr77-sm-6 {
        width: 50% !important;
    }
}

@media (min-width: 250px) {
    .gr77-sm-6 {
        width: 50% !important;
    }
}

@media (min-width: 250px) {
    .gr77-sm-1, .gr77-sm-10, .gr77-sm-11, .gr77-sm-12, .gr77-sm-2, .gr77-sm-3, .gr77-sm-4, .gr77-sm-5, .gr77-sm-6, .gr77-sm-7, .gr77-sm-8, .gr77-sm-9 {
        float: left;
    }
}

.gr77-lg-1, .gr77-lg-10, .gr77-lg-11, .gr77-lg-12, .gr77-lg-2, .gr77-lg-3, .gr77-lg-4, .gr77-lg-5, .gr77-lg-6, .gr77-lg-7, .gr77-lg-8, .gr77-lg-9, .gr77-md-1, .gr77-md-10, .gr77-md-11, .gr77-md-12, .gr77-md-2, .gr77-md-3, .gr77-md-4, .gr77-md-5, .gr77-md-6, .gr77-md-7, .gr77-md-8, .gr77-md-9, .gr77-sm-1, .gr77-sm-10, .gr77-sm-11, .gr77-sm-12, .gr77-sm-2, .gr77-sm-3, .gr77-sm-4, .gr77-sm-5, .gr77-sm-6, .gr77-sm-7, .gr77-sm-8, .gr77-sm-9, .gr77-xs-1, .gr77-xs-10, .gr77-xs-11, .gr77-xs-12, .gr77-xs-2, .gr77-xs-3, .gr77-xs-4, .gr77-xs-5, .gr77-xs-6, .gr77-xs-7, .gr77-xs-8, .gr77-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gr77-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.owl-carousel.bg-header.hero-slider.owl-theme {
    height: auto;
}

.gr77-img {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #337ab750;
    border-radius: 15px;
    margin-bottom: 10px;
}

.p1 {
    background-image: url("../growbet77/p/01.jpg");
}

.p2 {
    background-image: url("../growbet77/p/02.jpg");
}

.p3 {
    background-image: url("../growbet77/p/03.jpg");
}

.p4 {
    background-image: url("../growbet77/p/04.jpg");
}

.p5 {
    background-image: url("../growbet77/p/05.jpg");
}

.p6 {
    background-image: url("../growbet77/p/06.jpg");
}

.p7 {
    background-image: url("../growbet77/p/07.jpg");
}

a.gr77-p-text-gold {
    float: left;
    margin-top: 130px;
    margin-left: 15px;
    display: flex;
    position: relative;
    color: #ffde00;
}

a.gr77-p-text-white {
    float: left;
    margin-top: 130px;
    margin-left: 15px;
    display: flex;
    position: relative;
    color: #ffffff;
}

.gr77-img.text-center {
    padding-top: 20px;
}

.gr77-div {
    width: 100%
}

.bg-color-1.pad80.text-center.pad120 {
    background-color: #111010;
    margin: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
    width: auto;
    min-width: 880px;
    max-width: 1080px;
    height: 100%;
    min-height: 350px;
    margin-top: 200px;
    margin-inline: auto;
}

.pad10 {
    padding: 10px 0;
}

.pad20 {
    padding: 20px 0;
}

.pad30 {
    padding: 30px 0;
}

.pad40 {
    padding: 40px 0;
}

.pad50 {
    padding: 50px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad70 {
    padding: 70px 0;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

button.hvr-in {
    color: #ffffff;
    font-size: 1.45rem;
    margin: 2px 2px 2px 2px;
    width: 170px;
    height: 50px;
}

.ico-playgame {
    width: 30px;
    height: 30px;
}

.ico-playgame2 {
    width: 100%;
    height: 100%;
}

.ico-playgame3 {
    max-width: 100%;
}

.border-rd-10 {
    border-radius: 10px;
}

.center {
    text-align: center;
}

.ico-tab {
    display: flex;
    flex-wrap: wrap;
}

.ico-tab > li {
    width: 32%;
    text-align: center;
    flex-grow: 1;
    float: none;
}

.ico-tab.col-4 > li {
    width: 25%;
}

.ico-tab.col-5 > li {
    width: 20%;
}

.tab-pane.subtab .tab-content {
    padding: 20px 0;
    border: 0;
}

.nav-tabs.nav > li > a {
    padding: 10px 23px !important;
}

@media (max-width: 624px) {
    .nav-tabs.nav > li > a {
        padding: 5px 13px !important;
    }
}

@media (max-width: 525px) {
    .nav-tabs.nav > li > a {
        padding: 2px 2px !important;
    }
}


.bt-red {
    width: 100%;
    background: #bc9355 !important;
    border: 1px solid #bc9355 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: white;
}

.bt-blue {
    width: 100%;
    background: #008cdd !important;
    border: 1px solid #008cdd !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: white;
}

.bt-green {
    width: 100%;
    background: #009200 !important;
    border: 1px solid #009200 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: white;
}

.bt-gold {
    width: 100%;
    background: #fed10b !important;
    border: 1px solid #fed10b !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: white;
}

.bt-silver {
    width: 100%;
    background: #171716 !important;
    border: 1px solid #171716 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: white;
}


.promotion-text-mybonus {
    max-width: 729px;
    margin-top: 136px;
}

.bg-color-1.pad40.text-center.gr77-promotion-2 {
    width: 80% !important;
}

.gr77-img.p1, .gr77-img.p2, .gr77-img.p3, .gr77-img.p4, .gr77-img.p5, .gr77-img.p6, .gr77-img.p7 {
    background-position: center !important;
    border-radius: 5px;
    min-width: 359px;
    border: 0;
}

.gr77-red {
    background: red;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    border-radius: 5px;
    color: white;
}

.width100 {
    width: 100%;
}

a {
    font-family: Prompt, sans-serif !important;
}

.col-xs-12-90per {
    width: 90%;
}

.credits {
    margin-right: 20px;
    font-size: 1.5rem;
}

.blog-h1 {
    color: #fff;
    margin-bottom: 10px;
}

.blog-h2 {
    margin-bottom: 10px;
    color: #fff;
}

.blog-img {
    width: 100%;
    margin: 10px;
    padding-right: 10px;
}
