@charset "utf-8";

/* Reset CSS Default */

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

a {
    text-decoration: none;
}

a:hover {
    color: #DCDCDC;
}

.navbar {
    padding: .2rem 0rem;
}

.font-white {
    color: #fff;
}

.row-0,
.rowmg0 {
    margin: 0px !important;
}

.pad0,
.col-pad0 {
    padding: 0px !important;
}

.pad-2 {
    padding: 0 2px !important;
}

.pad-3 {
    padding: 0 3px !important;
}

.col-pad4 {
    padding: 4px !important;
}

.pad8,
.col-pad8 {
    padding: 8px !important;
}


/*------ Button Color ------*/

.btn-success {
    color: #fff;
    background-color: #065f47;
    border-color: #065f47;
}

.btn-success:hover {
    background-color: #054629;
}

.red_button {
    background-image: linear-gradient(to right, #30c39b 0%, #000000 85%, #000000 100%)
}

.red_button:hover {
    background-position: right center;
}

.blue_button {
    background: #0093d4 !important;
}

.blue_button:hover {
    background: #00afff !important;
}

.orange_button {
    background-image: linear-gradient(to right, #eacda3 0%, #d6ae7b 51%, #eacda3 100%);
    color: #3a2100;
}

.orange_button:hover {
    background-position: right center;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #25aae1;
}

.barTitleHead {
    text-align: center;
    border: solid 2px #05a9ec;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.detailAbout {
    text-indent: 2.5rem;
    font-weight: 200;
}

#dismiss {
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 1.4rem;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.boxSlotlist {
    margin: 1rem 0;
}

.boxSlotimg {
    display: block;
    width: 100%;
    height: inherit;
    border-radius: 15px;
}

.boxSlotimg img {
    width: 100%;
    border-radius: 15px;
}

.box_panel_left {
    width: 100%;
    word-wrap: break-word;
    padding: 1rem 1rem !important;
}

.box_panel_right {
    min-height: 420px;
    width: 100%;
}

.div_boximg {
    display: block;
    width: 100%;
    height: inherit;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.div_boximg img {
    width: 100%;
    max-width: 253px;
}

.div_usertest {
    font-size: 0.9rem;
    color: #0f5977;
}

.div_usertest h5 {
    font-size: 1rem;
    font-weight: 500;
}

#PanelDetailGame {
    color: #fff;
}

.bntplay {
    width: 100%;
    border-radius: 5rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
    /*---- Mobile ---*/
    #PageHome_Mobile {
        display: block;
    }
    #PageHome_Desktop {
        display: none;
    }
    #MainContent {
        padding-bottom: 62px !important;
    }
    #MobileFooter {
        display: block;
    }
    .box_panel_right {
        padding: 1rem;
        height: calc(100vh - 270px);
    }
    .box_panel_left {
        border-right: none !important;
    }
}

.bntplay {
    font-size: 0.8rem;
}

#PanelDetailGame p {
    font-size: 0.9rem;
    font-weight: 300
}

.boxHeadSlip {
    font-size: 1.2rem !important;
}

@media (min-width: 992px) {
    /*-- PC --*/
    #PageHome_Mobile {
        display: none;
    }
    #PageHome_Desktop {
        display: block;
        margin-bottom: 0.25rem;
    }
    #MobileFooter {
        display: none;
    }
    .box_panel_right {
        padding: 1.5rem 2.5rem;
    }
    .bntplay {
        font-size: 1rem;
    }
    #PanelDetailGame p {
        font-size: 1rem;
        font-weight: 300
    }
}

@media (max-width: 992px) {
    .topbarDisplayLogin {
        text-align: right;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    .navbar {
        padding: 0.25rem 0.25rem;
        height: 56px;
    }
    .navbar-expand-lg .navbar-nav .nav-link .formobile {
        display: none;
    }
    .nav-pc .navbar-brand {
        display: block;
        margin: auto;
    }
    .navbar-nav .formobile {
        text-align: right;
        padding: 10px 0px;
        display: block;
    }
    .navbar-nav .formobile .nav-link {
        display: none;
    }
}

@media (min-width: 992px) {
    #dismiss {
        display: none;
    }
    .navbar-expand-lg .navbar-toggler,
    .topbarDisplayLogin {
        display: none;
    }
    .navbar-nav .formobile {
        /*border-right: solid 1px #5a7079;
    border-left: solid 1px #5a7079;*/
    }
    .navbar-nav .formobile .nav-link {
        display: block;
        padding: 0.1rem 0rem;
        font-size: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .nav-item img {
        display: none;
    }
}

@media (max-width: 992px) {
    #NavMenu a {
        color: #ffffff;
        position: relative;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        /*padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;*/
        width: 250px;
    }
    .navbar-collapse.collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    .navbar-collapse.show {
        left: 0;
        height: 100vh;
        /*padding: 15px;*/
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
        z-index: 999;
    }
    .navbar-collapse .nav-item {
        margin: 0rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 200;
        border-bottom: 0.5px solid #9ed7ff;
        padding: 0.8rem 0rem;
    }
    .nav-item img {
        margin-right: 15px;
    }
    .navbar-collapse .nav-item i {
        font-size: 1.8rem;
        margin-right: 15px;
    }
}