body {
    background-color: #161616;
    padding: 0;
    margin: 0;
    font-family: Helvetica;
}

h1,h2,h3,h4,h5,h6,p {
    padding: 0;
    margin:0;
}
/*video#autoplay {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 80%;
    width: 100%;
    height: 40%;
    background-size: cover;
    overflow: hidden;
}*/
ul,li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-container {
    max-width: 2239px;
    height: 83px;
    padding: 17px 30px 16px 30px;
    background: #000716;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.h-content {
    display:flex;
    justify-content: space-between;
}
.h-logo {
    padding: 3px 0;
    width: 300px;
}
.h-logo img{
    /*width: 142px;*/
    height: 40px;
    position: absolute;
    top: 18px;
}
.h-search {
    width: 50%;
}

.h-search .input-group {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.h-search .input-group input.form-control {
    background-color: #161616;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    border: 1px solid #191E2C;
    padding-left: 20px;
    height: 42px;
}
.alert alert-danger{

    position: left;

}

.h-search .input-group input.form-control::placeholder {
    color: #CCCCCC;
}
.h-search .input-group input.form-control:focus,
.h-search .input-group button.btn.btn-secondary:focus {
    box-shadow: 0 0 0 0.5px rgba(52, 144, 220, 0.25);
}
.h-search .input-group button.btn.btn-secondary {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: #161616;
    border: 1px solid #191E2C;
    border-left: 0px;
    color: #CCCCCC;
    margin-left: -5px;
}
.h-menu {
    display: flex;
}
.h-menu .h-menu-sub {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.h-notif, .h-deposit, .h-withdraw, .h-transfer {
    margin: 0 15px;
    cursor: pointer;
}
.h-notif img, .h-deposit img, .h-withdraw img, .h-transfer img{
    /*height: 27px;*/
    height: 24px;
}
.h-account {
    margin-left: 8px;
    display: flex;
}

.h-account h5 {
    font-size: 12px;
    color: #fff;
    padding: 11px 11px 11px 20px;
}
.h-account h5 span {
    font-size: 18px;
    position: relative;
    top: -7px;
}

/* SIDE BAR */

._sidebar {
    width: 320px;
    padding: 16px 0;
    background: #000716;
    height: 90vh;
    position: fixed;
    top: 75px;
    z-index: 100;
    left: 0;
}
ul.category-lists {
    margin: 0 19px;
}

.sb-nav-bar li {
    /* padding: 14px 0; */
    width: 100%;
    /* padding-left: 36px; */
}
.sb-nav-bar li:hover {
    background-color: #020F2B;
}

.sb-nav-bar li.active {
    background-color: #020F2B;
}

.sb-nav-bar ul li a {
    padding: 16px 0;
    padding-left: 36px;
    display: flex;
}

.sb-nav-bar li a h6 {
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    margin-left: 30px;
    margin-top: 4px;
}
.sb-nav-bar li a:hover {
    text-decoration: none;
}

.sb-nav-bar {
    overflow-y: scroll;
    height: 90vh;
    padding-bottom: 30px;
    background-color: #000716;
}

.sb-nav-bar::-webkit-scrollbar {
    width: 6px;
    border-radius: 36px;
}

.sb-nav-bar::-webkit-scrollbar-thumb {
    background-color: #a9a9a912;
    outline: 1px solid #191e2c00;
    border-radius: 36px;
}
.sb-nav-bar::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 36px;
}

.sb-categories {
    padding: 0 30px;
    padding-bottom: 14px;
    padding-top: 45px;
}

.sb-categories h5 {
    font-size: 22px;
    color: #fff;
}

.sb-language {
    padding: 20px 30px 10px 30px;
}

.sb-language button#dropdownMenuButton {
    width: 100%;
    border-radius: 60px;
    height: 55px;
    border: 1px solid #25303E;
    background: #020F2B;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 16px 25px;
}
.sb-language h6 {
    line-height: 165%;
}
.sb-language button#dropdownMenuButton:focus {
    outline: none;
    box-shadow: none;
}
.sb-language button#dropdownMenuButton::after {
    content: none;
}
.sb-language button#dropdownMenuButton .arrow {
    margin-top: 6px;
}

.sb-language .dropdown-menu.show {
    background: #1b222c;
    width: 100%;
    color: #fff;
}

.sb-language .dropdown-menu.show a{
    color: #fff;
}
.sb-language .dropdown-menu.show a:hover {
    background: #191e2c;
}

/* PAGE  */

.page-container {
    max-width: 1920px;
    margin-left: 320px;
    height: auto;
    margin-top: 75px;
}
.p-banner {
    background: #151A24;
}
.p-provider-banner {
    width: 100%;
}
.p-provider-banner img{
    width: 100%;
}

.p-provider-details {
    
    color: #ab7f1b;
    display: flex;
    padding: 40px;
    background-color: #0f1010e6;

}

.d-provider {
    width: 65%;
}

.d-information {
    width: 35%;
}
 .d-title {
    margin-bottom: 25px;
}
.d-title h5 {
    font-size: 30px;
}

.d-provider .d-content {
    font-size: 22px;
}

.d-information .d-content {
    display: flex;
}

.d-c-slot {
    color: #cccccc;
}

.d-information .d-c-categories,.d-information .d-c-total {
    width: 50%;
}

.p-game-categories {
    /*padding: 40px;*/
    padding: 40px 18px;
}

.gc-title {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.gc-title h5 {
    font-size: 30px;
    color: #fff;
}
/*.game-box .game-image img {
    width: 100%!important;
    height: auto;
    max-width: 400px;
}*/
/*------------------------------------------------------------------*/
.game-box .game-image img {
    width: 100%;
    /*height: 225px;*/
    height: 207px;
    max-width: 400px;
}
/*------------------------------------------------------------------*/


.gc-game-container {
    display: flex;
    overflow-x: scroll;
    margin-bottom: 40px;
}



.gc-game-container::-webkit-scrollbar {
    height: 6px;
    border-radius: 36px;
}

.gc-game-container::-webkit-scrollbar-thumb {
    background-color: #a9a9a90f;
    outline: 1px solid #191e2c00;
    border-radius: 36px;
}
.gc-game-container::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 36px;
}
.game-box .game-title {
    margin-top: 12px;
    margin-bottom: -1px;
    display: flex;
    justify-content: space-between;
}
.game-box .game-title h5 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-left: 4px;
}

.small-img .game-box .game-image img {
    width: 388px;
    height: 218px;
}

.game-provider {
    display: flex;
    justify-content: space-between;
}

.game-provider span {
    display: flex;
    font-size: 18px;
    color: #F28B31;
}

.game-provider span img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.btn-bullet button#dropdownMenuButton::after {
    content: none;
}

.btn-bullet button#dropdownMenuButton {
    color: #fff;
    background-color: unset;
    border: unset;
    font-size: 14px;
}

.btn-bullet button#dropdownMenuButton:focus {
    outline: none;
}

.btn-bullet .dropdown-menu.show {
    position: absolute;
    transform: translate3d(-179px, -96px, 0px) !important;
    top: 0px;
    left: 0px;
    background: #191e2c;
    will-change: transform;
}

.btn-bullet a.dropdown-item {
    color: #fff;
}
.btn-bullet a.dropdown-item:hover {
    background: #151a24;
}


.current-game-container img {
    width: 100%;
}

.current-game-container iframe {
    width: 100%;
    /*height: 815px; OLD */
    height: 915px;
    border: 0;
    padding: 7px 0;
}

.demo-play {
    margin: 10px 30px 45px;
} 
._choose {
    display: flex;
    justify-content: space-between;
}
.nothing-just-box {
    width: 20%;
}

.choose-btn {
    width: 60%;
    text-align: center;
}

.like-share {
    width: 21%;
    display: flex;
    justify-content: flex-end;
}

.choose-btn button.demo {
    background: #151A24;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: 1px solid #161A26;
    width: 200px;
    height: 49px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.choose-btn button.play {
    background: #151A24;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid #161A26;
    width: 200px;
    height: 49px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: -4px;
}
.choose-btn button.demo.active,.choose-btn button.play.active {
    background: #5CAE50;
}
.choose-btn button.demo:focus,.choose-btn button.play:focus {
    outline: none;
    box-shadow: none;
}

a.add-fav, a.share-game {
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}

.cg-p-logo ._img img {
    width: 250px;
    /*height: 60px;*/
    height: auto;
}
._img {
    padding: 36px 55px;
    background: #000000;
    border-radius: 7px;
    width: 360px;
}
.current-game-provider {
    padding: 0 37px;
    display: flex;
    color: #cccccc;
}
.cg-p-logo {
    text-align: center;
    margin-right: 40px;
}
.cg-p-logo a {
    font-size: 18px;
    text-decoration: none;
    color: #cccccc;
}

.dtls-cat h5 {
    font-size: 18px;
    color: #5CAE50;
}

.dtls-title h5 {
    font-size: 30px;
}

.dtls-content p {
    font-size: 22px;
}

.dtls-more-info {
    margin-top: 60px;
    
    margin-bottom: 40px;
}

.dtls-more-info h5 {
    font-size: 27px;
}
.bet-info {
    display: flex;
}
.bet-info .h6 {
    display: flex;
}
.bet-info .h6 h6{
    font-size: 22px;
    width: 140px;
}

.sg-game-container .game-box {
    float: left;
}

.sg-game-container .game-box .game-image img {
    width: 100%;
    height: 203px;
}

.sg-game-container {
    padding: 0 40px;
}
.sg-title {
    padding: 30px 40px;
    color: #cccccc;
    font-size: 30px;
}
.sg-title h6 {
    font-size: 30px;
}


.db-banner img {
    width: 100%;
}

.dashboard-container {
    padding: 16px 11px;
}

.db-banner {
    position: relative;
}

.db-details {
    position: absolute;
    top: 100px;
    right: 30px;
    text-align: right;
    padding: 22px;
}

.db-d-content h6 {
    font-size: 70px;
    color: #fff;
}

.db-d-more {
    position: absolute;
    right: 41px;
    bottom: 30px;
    font-size: 22px;
}

.db-d-more a,.db-d-more a:focus,.db-d-more a:active,.db-d-more a:hover {
    color: #fff;
    text-decoration: none;
}

.game-list-container {
    display: flex;
    overflow-x: scroll;
    margin-bottom: 40px;
}



.game-list-container::-webkit-scrollbar {
    height: 6px;
    border-radius: 36px;
}

.game-list-container::-webkit-scrollbar-thumb {
    background-color: #a9a9a90f;
    outline: 1px solid #191e2c00;
    border-radius: 36px;
}
.game-list-container::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 36px;
}

.game-con-title h6 {
    font-size: 30px;
    color: #fff;
}
.game-con-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.game-container {
    margin: 0 18px;
}

.game-container .game-box .game-image img {
    width: 388px;
    height: 218px;
}
.providers-game-container {
    position: relative;
}
.providers-game-container img {
    width: 100%;
    height: 425px;
}

.pgc-content {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}

.pgc-provider-content {
    text-align: center;
    padding: 0 150px;
    margin-bottom: 73px;
}
.pgc-provider-content img {
    width: 240px;
    height: auto;
    /* margin-bottom: 150px; */
    background: #fff;
}
.pgc-provider-content .pgc-title h6 {
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
}

.pgc-provider-content .pgc-title a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 60px;
}

.pgc-games-content {
    padding: 65px 0;
    height: 460px;
    width: 100%;
}

.pgc-games-content .game-list-container::-webkit-scrollbar-thumb {
    background-color: #a9a9a97a;
    outline: 1px solid #191e2c59;
    border-radius: 36px;
}

.ec-title {
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.ec-sub-title {
    padding: 40px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}

.ec-title h6,.ec-sub-title h6,.ng-title h6 {
    color:#fff;
    font-size: 30px;
}

.ng-title {
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.clear-fix {
    clear: both;
}
.ng-game-cont {
    padding: 0 40px;
    display: flex;
    margin-bottom: 25px;
}
.ng-game-img {
    margin-right: 25px;
}
.ng-game-img img {
    width: 330px;
    /*height: 185px;*/
    height: auto;
}
.ng-title-cont {
    display: flex;
    max-width: 638px;
}
.game-title-cont .ng-cat h6 {
    color:#5CAE50;
    font-size: 18px;
}
.game-title-cont .ng-game-title h6{
    color: #cccccc;
    font-size: 27px;
}
.ng-game-provider {
    margin-bottom: 25px;
}
.ng-game-provider h6{
    color: #cccccc;
    font-size: 22px;
}
.ng-game-information{
    color: #cccccc;
    font-size: 22px;
}
.ng-game-price {
    width: 320px;
    color: #fff;
    text-align: center;
    background: #1B222C;
    border-radius: 105px;
    padding: 12px;
    font-size: 22px;
    height: 59px;
    margin: 0 28px;
}

.ggc-game-container .game-box {
    float: left;
}

.game-gallery-cont {
    padding: 40px;
}
.ggc-game-container .game-box .game-image img {
    /*width: 362px;*/
    width: 100%;
    height: 203px;
}
.ggc-title h6 {
    font-size: 30px;
    color: #fff;
    line-height: 2;
}
.ggc-title{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.filter-categories.form-group.d-flex.justify-content-between {
    width: 600px;
}
.filter-categories select.form-control {
    width: 200px;
    background: unset;
    border: unset;
    color: #fff;
    font-size: 15px;
}

.filter-categories .ggc-filter-cat,.filter-categories .ggc-filter-prov{
    width: 240px;
    background-color: #151A24;
    color: #fff;
    height: 55px;
    border-radius: 60px;
    font-size: 16px;
    padding: 10px 18px;
    border: none;
    margin-right: 30px;
}

.filter-categories select.form-control:focus {
    box-shadow: none;
}

.filter-categories select.form-control option {
    background: #151a24;
}

.gcc-filter-more button {
    background: #151a24;
    padding: 15px;
    border: none;
    border-radius: 60px;
}
.gcc-filter-more button:focus {
    box-shadow: none;
    outline: none;
}

.game-gallery-cont .ng-game-cont {
    padding-left: 0;
}

.game-gallery-cont .interation {
    font-size: 30px;
    color: #fff;
    padding: 72px 35px 72px 0;
}

.filter-categories.form-group.d-flex {
    margin-bottom: 0;
}


.event-container {
    width: 490px;
    margin-bottom: 40px;
    margin-right: 25px;
    float: left;
}
.event-banner img {
    width: 490px;
    height: 284px;
}

.event-detail {
    padding: 25px 20px;
    color: #fff;
    background: #1B222C;
    border-radius: 0 0 5px 5px;
}

.event-date h6 {
    font-size: 16px;
}
.event-title h6 {
    font-size: 27px;
}
.event-information p {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-container a {
    text-decoration: none;
}

.events-page-container {
    background-image: url(../images/rank_background.jpg);
    text-align: center;
    padding-bottom: 80px;
}

.events-page-logo {
    text-align: center;
    padding: 80px 0 55px;
}

.events-page-logo img {
    width: 260px;
    height: 157px;
}
.ep-details {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    font-size: 22px;
    margin-bottom: 60px;
    padding: 0 20px;
}

.ep-details .p1 {
    margin-bottom: 20px;
}

.ep-btn-join button {
    background: #0F9E57;
    border: none;
    color: #fff;
    width: 240px;
    height: 55px;
    font-size: 22px;
    margin-bottom: 39px;
}

.ep-btn-join p {
    font-size: 22px;
}

.ep-btn-join p a {
    text-decoration: none;
    color:#0F9E57;
    font-weight: bold;
}
.ep-games-container {
    position: relative;
    height: 360px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: -1px;
}
.ep-games-container img {
    width: 300px;
    position: absolute;  
}
.ep-games-container img:nth-child(9n+1) {
    width: 313px;
    height: 182px;
}
.ep-games-container img:nth-child(9n+2) {
    bottom: 0;
    width: 188px;
    height: 109px;
}

.ep-games-container img:nth-child(9n+3) {
    width: 95px;
    height: 55px;
    bottom: 90px;
    left: 206px;
}

.ep-games-container img:nth-child(9n+4) {
    top: 54px;
    left: 347px;
    width: 312px;
    height: 181px;
}

.ep-games-container img:nth-child(9n+5) {
    left: 705px;
    width: 313px;
    height: 181px;
}

.ep-games-container img:nth-child(9n+6) {
    left: 705px;
    width: 172px;
    height: 100px;
    bottom: 18px;
}

.ep-games-container img:nth-child(9n+7) {
    left: 923px;
    bottom: 62px;
    width: 95px;
    height: 55px;
}
.ep-games-container img:nth-child(9n+8) {
    left: 1063px;
    width: 188px;
    height: 109px;
    top: 135px;
}
.ep-games-container img:nth-child(9n+9) {
    width: 313px;
    height: 181px;
    left: 1297px;
    top: 90px;
}

.ep-games-result {
    background: #fff;
    padding: 40px;
}
.epr-title h6 {
    padding: 40px 0;
    font-size: 27px;
}
.epr-informations {
    font-size: 22px;
}

.epr-top h6 {
    padding: 40px 0;
    font-size: 27px;
}

.winners-box {
    width: 271px;
    height: 338px;
    border: 1px solid #cccccc38;
    background-image: url('../images/rank_background.jpg');
    padding: 20px;
    margin-right: 40px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.32);
    margin-bottom: 40px;
    float: left;
}
.w-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.w-title h6 {
    color: #DEAC2A;
    font-size: 30px;
    padding: 22px 0;
}
.w-user, .w-details {
    margin-bottom: 30px;
}

.w-user h6, .w-details h6 {
    font-size: 18px;
}
.w-user p, .w-details p {
    font-size: 18px;
    font-weight: bold;
}


.ep-btn-join.joined button {
    background: #999999;
}

.ep-btn-join a{
   text-decoration: none;
}

.provider-list-container {
    padding: 40px 88px;
    width: 100%;
    /*max-width: 1582px;*/
}
.pl-p-cont {
    display: flex;
}

.pl-p-cont .pl-p-logo {
   width: 320px;
    /* height: 191px; */
    height: 210px;
    /* height: auto; */
    background: #616e7f0f;
    padding: 70px;
    margin-right: 9px;
    margin-top: -14px;
}
.pl-p-cont .pl-p-logo img {
    width: 202px;
    height: 52px;
}

.pl-p-games {
    margin-left: 25px;
}

.pl-p-games .pl-p-g-logo {
    margin-right: 25px;
}

.pl-p-games .pl-p-g-logo img {
    width: 245px;
}

.pl-p-games .pl-p-g-title {
    margin-bottom: 25px;
}

.pl-p-games .pl-p-g-title a{
    text-decoration: none;
}

.pl-p-games .pl-p-g-title h6 {
    font-size: 27px;
    color: #fff;
}

.middle-center {
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    display: flex;
}

.middle-center img {
    width: 800px;
    height: 460px;
}

.middle-center button.close {
    position: absolute;
    top: 0;
    color: #fff;
    right: -184px;
    font-size: 43px;
    text-shadow: none;
    opacity: 1;
}

.list_item_container .image {
    margin-right: 15px;
}

.list_item_container .image img {
    width: 160px;
    height: 87px;
}

.ui-menu .ui-menu-item-wrapper:hover {
    color: #000;
    text-decoration: none;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
    position: unset;
    padding: unset;
}

.list_item_container {
    display: flex;
    margin-bottom: 15px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    padding: 25px;
}

.angle-arrow {
    font-size: 45px;
    padding: 7px;
}

.gcc-filter-more .dropdown-toggle::after {
    content: unset;
}

.gcc-filter-more .dropdown-menu.show {
    position: absolute;
    transform: translate3d(-302px, 53px, 0px)!important;
    top: 0px;
    left: 0px;
    will-change: transform;
    background: #1B222C;
    width: 355px;
    height: 300px;
    padding: 20px 15px;
}
.gcc-filter-more .dropdown-menu.show select {
    width: 100%;
    height: 40px;
    padding: 7px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.gcc-filter-more .dropdown-menu.show a.dropdown-item {
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
}
.gcc-filter-more .dropdown-menu.show a.dropdown-item:hover {
    color: #000;
}


.game-box.game_type_css {
    width: 388px;
    float: left;
}

/* Header Login */
.h-account h5 {
    font-size: 12px;
    color: black!important;
    padding: 11px 11px 11px 20px;
}

.h-account .chashen {
    color: white!important;
}

.h-account .dropdown-toggle::after {
    display: none!important;
}

.h-account .dropdown-menu.show {
    width: 170px!important;
    width: 322px!important;
    left: -126px!important;
    top: 26px!important;
}

.h-account .dropimg {
    padding-left: 15px;
    display: flex;
    margin-bottom: 15px;
}
.h-account span.log-out.text-primary h6 {
    padding-left: 25px;
    border-bottom: solid 1px #A2A0A0;
    padding-bottom: 15px;
}
.h-account .profile-user {
    align-self: flex-end;
    margin-left: 20px;
}
.h-account .prof-header {
    margin-left: 10px;
    text-align: center;
}
.h-accounta .user-icon i {
    font-size: 38px;
}
.h-accounta .dropdown-toggle::after{
    display: none;
}
.h-accounta .synco i {
    font-size: 13px;
    padding-right: 5px;
    padding-left: 0;
}
.h-accounta .DropDownSel.show {
    top: -14px!important;
    left: -8px!important;
    padding-top: 17px;
}

.prof-header img.rounded-circle {
    width: 50px!important;
    height: 50px!important;
}

.h-login .h-login-box {
    display: flex;
    align-items: center;
}
.h-login {
    height: 61px;
}
.h-login  p{
    color: white;
    font-size: 10px;
}
.h-login a {
    font-size: 10px;
    color: #333;
}
.h-login .h-email{
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}
.h-login .h-password{
    display: flex !important;
    flex-direction: column;
    margin-right: 12px;
}
.h-login .h-button{
   /* display: flex;*/
}
.h-login .h-login-btn{
    background-color: #FFBA08;
    color: white;
    border: none;
    padding: 4px 20px;
    margin-right: 12px;
    font-size: 13px;
}
.h-login .h-register-btn{
    background-color: #2E6C5E;
    color: white;
    border: none;
    padding: 4px 20px;
    margin-right: 12px;
    font-size: 13px;
}

.h-register-btn a {
    text-decoration: none;
    color: white;
}

.h-register-btn a:hover {
    text-decoration: none;
}

.h-email .h-password .h-button {
    height: 140px;
}
/* END Header Login */



.game-box.game_type_css {
    /*width: 388px;*/
    width: 349px;
    float: left;
}

._deposit_content {
    padding: 15px 10px;
}

._menus_header {
    display: flex;
}

._menus_header a.menu_links {
    color: #fff;
    width: 78px;
    text-align: center;
    padding: 3px 6px;
}
._menus_header a.menu_links.border-menu {
    border-left: 1px solid #5c5f65;
}

._menus_header a.menu_links h6.active {
    color: #14e64b;
}

._body_content_ {
    margin-top: 13px;
    position: relative;
    display: flex;
}
._body_content_ img {
    width: 100%;
    position: absolute;
}

._choos_method_ {
    padding: 90px 0 90px 80px;
    width: 530px;
}
._box_container_ {
    transform: skew(-8deg);
    width: 192px;
    height: 135px;
    box-shadow: 0px 1px 0px 3px #bbbec5;
    background: #000716;
    padding: 29px;
    float: left;
    margin-bottom: 19px;
    position: relative;
    border: unset;
    border-radius: unset;
}
._box_container_:nth-child(1n+1) {
    margin-right: 19px;
}
._box_container_ img {
    width: 132px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
._box_container_.jcb_s img {
    width: 78px;
}
._display_method_choosed {
    position: relative;
    margin: 90px 20px;
    color: #191e2c;
}
._logo_container img {
    width: 152px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
._form_box_content {
    width: 464px;
    background-color: #fdffff;
    height: 370px;
    border-radius: 1px;
    position: relative;
    box-shadow: 0px 1px 8px #177777;
    top: 0px;
    left: 1px;
}
._logo_container {
    width: 50%;
    max-width: 536px;
    height: 100%;
    position: relative;
    margin: 0 25%;
}
._form_content_ ._first_row {
    padding: 0 18px;
    margin-bottom: 10px;
}
._form_content_ ._first_row input {
    /*width: 446px;*/
    width: 100%;
    border-radius: 0px;
    height: 40px;
}
._form_content_ ._second_row {
    padding: 0 18px;
}
._form_content_ ._second_row input {
    /*width: 300px;*/
    width: 100%;
    margin-right: 10px;
    border-radius: 0px;
    height: 35px;
}
._form_content_ ._second_row select {
    width: 134px;
}
._form_content_ h6.amt {
    margin: 7px 18px;
}

._form_box_content ._footer {
    padding: 0px 18px;
    font-size: 12px;
}

._submit_button_ button {
    position: relative;
    width: 380px;
    height: 43px;
    margin: 0 32%;
    /* border-radius: 1px; */
    background: #000716;
    font-size: 13px;
    text-align: center;
    border: unset;
    top: 18px;
    right: 114px;
    color: white;
    margin-top: 15px;
    box-shadow: 0px 1px 8px #000716;
}

._logo_container.ebanco_logo img {
    width: 139px;
}
._logo_container.jcb_logo img {
    width: 80px;
}

/*  IFRAME MODAL  */
.casino-game-wrapper .controls .btn-group button {
    line-height: 35px;
    padding: 0 10px;
    opacity: 0.7;
    font-size: 15px;
}

.casino-game-wrapper .btn {
    background: #5cae4f;
    color: #000;
    box-shadow: inset 0 0 0 0px rgba(0,0,0,0.5);
    text-shadow: 0 0 0 #000;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.casino-game-wrapper .controls .btn-group button {
    line-height: 35px;
    padding: 0 10px;
    opacity: 0.7;
    font-size: 30px;
    color: white;
}

/*.casino-game-wrapper {
    background: rgba(0,0,0,0.8);
    overflow: hidden;
}
.casino-game-wrapper {
    position: fixed!important;
    top: 85px;
    height: 90vh!important;
    width: 100%;
    background-size: cover;
    background-color: #191E2C;
    background-repeat: no-repeat;
    z-index: 999999999!important;
    overflow: hidden;
}

*/
.casino-game-wrapper {
    position: fixed!important;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-color: #191E2C;
    background-repeat: no-repeat;
    z-index: 999999999!important;
    overflow: hidden;
}

.controls {
    position: absolute;
    right: 17px;
}

iframe {
    width: 100%;
    height: 100vh;
}

#frm-game::-webkit-scrollbar {
     display: none!important;
     width: 0px!important; 
}  

.game-container-wrapper::-webkit-scrollbar {
     display: none!important;
     width: 0px!important; 
} 

#pngioco::-webkit-scrollbar {
     display: none!important;
     width: 0px!important; 
} 

.game-frame::-webkit-scrollbar {
     display: none!important;
     width: 0px!important; 
} 

.casino-game-wrapper::-webkit-scrollbar {
     display: none!important;
     width: 0px!important; 
} 

.closeMenu {
    display: none;
}

.openMenu {
    display: block;
}

i.fa.fa-expand {
    font-size: 30px;
    color: white;
    text-align: center;
}

a.rian {
    color: white;
    text-align: center;
    text-decoration: none;
}

a.rian:hover{
    text-decoration: none;
}

a#rian {
    color: white;
    text-align: center;
    text-decoration: none;
}

a#rian:hover{
    text-decoration: none;
}


/*  END IFRAME MODAL  */


/* SIGNUP FORM */

.registration-form .modal-content {
    background-color: #191E2C!important;
    color: white!important;
}

.registration-form .register-btn{
    background-color: #2E6C5E!important;
    border: none;
}

.required-form {
    border: 1px solid red;
}

.display-registration-form {
    display: block;
}
/*  SIGNUP FORM */

/*slider*/

.carousel-control-prev {
     left: unset; 
     right: 30px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: -41px;
    bottom: unset;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}


.game-container .game-box .game-image img {
    width: 100%!important;
    height: 218px;
    max-width: 400px;
}

.game-con-title {
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
}

.game-box {
    color: #fff;
    margin-bottom: 40px;
    margin-right: 25px;
    max-width: 96%;
    position: relative;
    display: inline-block;
    width: 200px;
    background-color: #80808017;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.game-box a {
    overflow: hidden;
}

.sliderNot {
    padding: 0 30px;
    margin-bottom: 29px;
}


.sb-nav-bar img{
    width: 26px;
    height: 26px;
}

.sb-language img {
    width: 22px;
    height: 22px;
}

.sb-language img.arrow {
    width: 11px;
    height: 11px;
}


.select-form.d-flex.justify-content-between.col-md-12.remove_padding_ {
    padding: 0;
}

.form-group.col-md-2 {
    padding: 0;
}

.form-group.col-md-2 select {
    width: 147px;
    height: 29px;
    font-size: 12px;
}

.view-button input#allview {
    font-size: 12px;
    width: 147px;
    height: 29px;
}

.form-group.col-md-2.view-button {
    text-align: right;
}

#append_table_here .row:nth-child(1) .col-md-6:nth-child(2) {
    text-align: right;
}
div#myTable_filter label {
    text-align: left;
}

div#append_table_here .row:nth-child(3) .col-sm-12.col-md-7 #myTable_paginate ul.pagination {
    text-align: right;
    justify-content: flex-end;
}

.current-user.h-account img {
    width: 35px;
    border-radius: 50%;
}

/*DEPOSIT*/

.j1 {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 17px;
}

.j1a {
    /*width: 28%;*/
    width: 32.8%;
}

.j2 {
    /*height: 80px;*/
}

.img{
    position: relative; 
    width: 18%; 
    float: right; 
    margin-top: -42px; 
    margin-right: 200px;
}

.j2b {
    margin: 0 auto; 
    width: 100%; 
    background-color: white; 
    color: black;
}

.j2c {
    margin: 0 29%;
}

.j2d {
    margin: 0 15%;
    margin-top: 5px;
}

.j3 {
    padding: 30px;
}

.j3a {
    width: 100%; background-color: #2dcb70; 
    color: white; 
    border-radius: 5px; 
    display: inline-block; 
    text-align: center; 
    border: none; 
    padding: 5px;
}

#loader {
    width: 200px;
    height: 200px;
    /*margin: 50px auto 0px auto;*/
    margin: 13% auto;
}

.page_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #020F2B;
    background-repeat: no-repeat;
    background-image: url('../images/loading.gif'); 
    background-size: cover; 
    background-position: center;
}
.ng-game-details {
    position: relative;
}
.from-to-fltr {
    display: flex;
    justify-content: space-between;
    width: 41%;
}
select#games_id {
    width: 178px;
}
.ng-game-price.chart-price {
    margin: 18px;
}
.ng-game-price.v-desktop.new-game-price {
    margin: 21px;
}
.ng-game-price.exlporer-price {
    margin: 17px;
}

.game-box img:active {
  /*ss*/
  transform: translateY(2px);
}
.pl-p-logo:active, .pl-p-g-logo img:active {
  transform: translateY(2px);
}
.bottom-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

._form_content_ {
    position: relative;
    width: 89%;
    top: 38px;
    left: 28px;
}

.d-flex-wal {
    display: flex;
  }
   