.header-top {
    background: #e3e3e3;
    padding-left: 17px;
    padding-right: 17px;
}

.logo {
    display: inline-flex;
    align-items: center;
    /* margin: 5px 5px; */
    max-width: 33%;
}

.pos-int {
    display: flex;
    justify-content: space-between;
}

.logo a {
    display: block;
}

.wrapper-head-right {
    display: flex;
    justify-content: space-between;
}

.wrapper-navbar {
    display: flex;
    /* margin-top: 1em; */
    /* margin-right: 1em; */
    align-items: center;
}

.menu-trigger {
    padding: 0;
    position: relative;
}

.row-login {
    padding: 0.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    /* margin-top: 3px; */
}

.menu-primary {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.btn-top-login {
    background: linear-gradient(to bottom, #fffdc6 0%, #f1db64 24%, #ffc000 46%, #c37006 68%, #bd6804 75%, #dd9502 83%, #d19e12 100%);
    color: #000;
    padding: 5px;
    font-size: 12px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-top-reg {
    background: linear-gradient(to bottom, #f41414 0%, #830505 60%, #f30505 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
}

.home-menu-sec {
    background: linear-gradient(to bottom, #3db3b6 0%, #196e73 100%);
    box-shadow: 0 5px 8px black;
    color: #fff;
    position: relative;
}

.contact-top {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 18px 3px;
    text-align: right;
    font-size: 12px;
    height: 20px;
}

.contact-top li {
    display: inline-block;
}

.contact-top li span {
    color: #36a6a9;
}

.contact-top li #hours {
    min-width: 40px;
    display: inline-block;
}

.nav-tabs.home-menu-wrapper .nav-link {
    width: 80px;
    height: 70px;
}

.register-button {
    background: #023b3e;
    color: #fff;
    font-size: 20px;
    float: left;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    height: 40px;
    padding: 3px;
}

.register-button:hover,
.register-button:focus {
    outline: none;
    filter: brightness(0.5);
    background: none;
    color: #fff;
}

.login-button {
    background: #196e73;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
    padding: 3px;
}

.login-button:hover,
.login-button:focus {
    outline: none;
    filter: brightness(0.5);
    background: none;
    color: #fff;
}

.t-body {
    background: #e3e3e3;
}

.announcement-slide {
    height: 30px;
    display: flex;
    background: #001034;
    align-items: center;
}

.announcement-slide img {
    width: 30px;
    padding: 5px;
    margin-left: 15px;
}

.announcement-slide-box {
    width: 95%;
}

.announcement-slide-list {
    list-style: none;
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.tab-pane {
    padding-top: 15px;
    background: #e3e3e3;
    min-height: 370px;
    padding-bottom: 15px;
}

.swipe-box {
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
}

.swipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

.home-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    position: relative;
}

.home-wrapper a {
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: grid;
    position: relative;
}

.home-wrapper-col {
    position: relative;
}

.home-wrapper-col .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(40, 48, 57, .85);
}

.home-wrapper-col:hover .overlay,
.home-wrapper-col:focus>.overlay {
    opacity: 1;
}

.home-wrapper-col .p-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    max-width: 80%;
    margin: auto;
}

.home-wrapper a:hover .p-btn {
    display: block;
}

.home-wrapper a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.home-wrapper span {
    background: #36a5a9;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 8px;
    width: 12px;
    background-color: #F5F5F5;
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}


/* OFFCANVAS */

[canvas=container],
[off-canvas] {
    background: linear-gradient(to bottom, #3db3b6 0%, #196e73 100%);
}

.join-menu {
    background: linear-gradient(to bottom, #f41414 0%, #830505 60%, #f30505 100%);
    color: #fff;
}

.login-menu {
    background: linear-gradient(to bottom, #fffdc6 0%, #f1db64 24%, #ffc000 46%, #c37006 68%, #bd6804 75%, #dd9502 83%, #d19e12 100%);
    color: #000;
}

.btn-contact {
    position: relative;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 5px 25px;
    font-size: 15px;
}

.register-wrapper .tab-pane {
    background: none;
}


/***** FOOTER *****/

#footer3 .accordion {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer3 .accordion h2 {
    color: #000;
    font-size: 15px;
}

#footer3 .accordion i {
    color: #000;
}

#footer3 .btn.btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#footer3 .btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    color: #000;
}


/*****PROMOTION****/

.promo-in2 {
    padding: 10px;
}

.mix {
    display: none;
}

.promotab {
    padding: 5px;
    width: 100%;
    text-align: center;
    background: #196e73;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotab.active {
    background: #023b3e;
    border-radius: 0;
    color: #ffffff;
}

.filter-box {
    max-width: 1016px;
    margin: 0 auto;
}

.filter-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.filter-menu a {
    color: #fff;
}

.card-promo {
    color: #fff;
}

.bannerpromo {
    position: relative;
}

.promotionItem {
    width: 100%;
    /* background: url('../images/common/banner/mainbanner_01.jpg');
      background-color: #fff;
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover; */
}

.promotionItem img {
    border: 1px solid #c19e5e;
}

.btnPosition {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url('../images/common/btn-promo.png') center no-repeat;
    background-size: cover;
    width: 142px;
    height: 30px;
    text-align: center;
}

.btnPosition p {
    margin-top: 5px;
    text-transform: uppercase;
}

.promo-bnr img {
    width: 100%;
}


/* VIP */

.vip-wrapper {
    background: none;
    padding: 0;
    color: #000;
}


/* DOWNLOAD */

.promo-sec {
    background: none;
    color: #000;
}

.promo-sec .tab-pane {
    background: none;
}

.dl-item {
    background: #00000063;
    padding: 15px;
}


/* RESPONSIVE */

@media (min-width:767px) {
    .logo {
        width: 40%;
    }
}

.carousel-control-prev-icon {
    background-image: url(/mobile/images/common/left-thin-arrow-angle.svg);
}

.carousel-control-next-icon {
    background-image: url(/mobile/images/common/right-thin-arrow-angle.svg);
}


/* REGISTER */

.page-title {
    border-bottom: 3px solid #36a5a9;
    display: inline-block;
    padding: 0.2em 0 0.2em 0;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}

.border-box {
    border: 1px solid #0162ae;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5em 1em;
    margin-bottom: 1em;
}


}
.btn-loading {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.btn-yellow {
    background: linear-gradient(to bottom, #f41414 0%, #830505 60%, #f30505 100%);
    color: #fff;
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
}
.btn-blue {
    background: linear-gradient(to bottom, #fffdc6 0%, #f1db64 24%, #ffc000 46%, #c37006 68%, #bd6804 75%, #dd9502 83%, #d19e12 100%);
    color: #000;
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
}
.seo-footer {
    padding: 15px;
}
.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}
.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #4382af;
    font-size: .9em;
    line-height: 2;
    background: #fff;
    border: 1px solid #4381ae;
    border-radius: .25em;
    width: 100%;
    text-align: center;
}
.wrapper-button {
    text-align: center;
    margin-bottom: 10px;
}
.captcha {
    text-align: center;
    margin-bottom: 10px;
}
.form-group .text-muted {
    color: rgb(251, 255, 0)!important;
}
.row-login a i {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid;
    margin-right: 3px;
    font-size: 11px;
}
.promo-sec .card-body {
    border: 1px solid #196e73;
    color: #fff;
    background: #3cb3b5;
}
.announcement-slide-list em {
    vertical-align: -webkit-baseline-middle;
}
.wrapper-captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captcha {
    width: 35%;
    display: flex;
    margin: 0;
}
.captcha img {
    width: 100%;
}
.recaptcha {}
#captcha {
    width: 50%;
}
.wrapper-captcha .captcha button {
    background: linear-gradient(to bottom, #fffdc6 0%, #f1db64 24%, #ffc000 46%, #c37006 68%, #bd6804 75%, #dd9502 83%, #d19e12 100%);
    height: 38px;
    display: inline-block;
    border: none;
}

/* 4/8/2021 */
.menu-body .card-header a h5 {
    font-size: 12px;
}
.side-nav .panel {
    border-bottom: 1px solid #424242;
}
.side-nav .panel:last-child {
    border: none;
}
.side-nav .panel-group {
    margin-left: 10px;
    margin-right: 10px;
}
.side-nav .panel-title {
    margin-bottom: 0;
}
.side-nav .panel-title a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #424242!important;
    padding: 0px 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    align-items: center;
}
.side-nav .panel-menu a.collapsed:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
    font-size: 14px;
}
.side-nav .panel-menu a:after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 17px;
    transition: 0.3s;
    color: #424242;
}
.game-selection {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #424242;
}
.game-selection li {
    margin: 0;
}
.game-selection .card {
    background: none;
    border: none;
}
.game-selection li a {
    padding-left: 10px;
    padding-right: 10px;
}
.game-selection .card-header {
    padding: 5px 43px;
    display: flex;
}
.game-selection .card-header button {
    color: #424242;
    padding: 0;
}
.game-selection button.collapsed:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
    font-size: 14px;
}
.game-selection button:after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 9px;
    transition: 0.3s;
    color: #424242;
}
.game-selection .card-body {
    padding: 0;
}
.product-sub {
    padding: 0;
    list-style: none;
    text-align: center;
}
.product-sub li a {
    text-transform: uppercase;
}
.download-sec {
    padding-top: 20px;
}
.download-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    padding: 10px;
    grid-gap: 10px;
}
.dl-logo {
    text-align: center;
}
.dl-logo img {
    margin: 0 auto;
    max-height: 30px;
    filter: brightness(76%);
}
.dl-logo div {
    text-align: center;
    color: #424242;
}
.d-lobby {
    grid-template-columns: repeat(1, 1fr);
    box-shadow: 0 0 11px 5px #0000001a;
}
.poker-access-info table tr th {
    background: #ffffff;
    color: #000000;
    border: 1px solid #fff;
}
.poker-access-info table tr td {
    border: 1px solid #fff;
    background: #000;
    padding: 5px;
}
#download button.close-modal {
    color: #fff;
    z-index: 999;
}
.sport-se {
    /* background: url(../images/sport-bg.jpg)no-repeat center top; */
    /* background-size: cover; */
}
.sport-se .tab-pane {
    background: none;
}
.dl-prov {
    background: #00000063;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}
.link-go {
    position: absolute;
    bottom: 10px;
    left: 11px;
}
.link-go img {
    max-width: 100px;
}
/* 9/6/2022 */
.mobile-nav{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #196e73;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 5px 10px;
}
.mobile-nav .nav_title{
    width: 70%;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
}
.mobile-nav .back-btn{
    font-size: 20px;
}
.search-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
}
.search-bar input{
    background: #83dfe1;
    color: #196e73;
    border: none;
    padding: 5px;
    display: block;
}
.search-bar input:focus{
    outline: none;
}
.search-btn{
    background: #36a6a9;
    color: #fff!important;
    padding: 5px;
    width: 10%;
    text-align: center;
}
.slot-catergory {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
    grid-gap: 15px;
    align-items: center;
}
.slot-catergory .image {
    display: block;
    width: 100%;
    height: auto;
}
.mini-box .hoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.568);
}
.mini-box:hover .hoverlay {
    opacity: 1;
}
.mini-box {
    position: relative;
    width: 100%;
    padding: 2px;
    background: #262626;
}
.btn-playmini-2 {
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-playmini-1 {
    background: #207c80;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-playmini:hover {
    color: #fff;
}
.game-list-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}