/*Accordina custom class start*/
:root {
  --main-btn-color: #000000;
  --main-bg-color: ;
  --accordionReg-bg-color: #f7f7f7;
  --accordionReg-panel-title-bg-color: #ffffff;
  --accordionReg-panel-title-text-color: #000000;
  --menu-text-color: #14b800;
  --li-text-color: #000000;
  --li-hover-bg-color: #aff831;
  --li-hover-text-color: #000000;
}
/*h2, h4 {*/
/*	color: #ffffff!important*/
/*}*/

.alert-info.transaction {
    background-color: var(--ast-global-color-0) !important;
    border-color: var(--ast-global-color-0) !important;
    color: white;
}

.site-content {
    background: #2b2b2b;
    color: #ffffff;
}

footer.site-footer {
    display:none!important;
}

body {
	background-image: none;
    background-color: #2b2b2b!important;
}

.res-message {
    width: 90%;
    top: 10px;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
}

.blockUI h1{
    font-size: 15px !important;
}

.accordionReg {
    margin:auto !important;
    max-width: 400px!important;
}

.help-block {
    font-size: 100%;
}

.accordionReg a:hover {
    color: #000;
    font-weight: bold;
}

.user_details li a {
    padding: 10px 10px;
    display: block;
    font-size: 18px;
    margin-top: 0px;
}

.user_details li a:hover {
    color: #000;
    font-weight: bold;
}

.nav-tabs li a:hover {
    color: #000;
    font-weight: bold;
}

.accordionReg .panel {
    background: transparent;
    bordeR: 0;
}

.accordionReg .panel-heading {
    margin: 0;
    padding: 0;
    background: transparent;
    height: 47px;
}

.accordionReg .panel-title {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 0;
    height: 47px;
    font-size: 24px;
    letter-spacing: 1px;
}

.accordionReg .panel-title span {
    display: none;
    padding: 14px;
    margin: 0 8px 0 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    height: 47px;
    width: 47px;
    background: #2b2b2b;
    color: #b8b8b8;
}

.accordionReg .panel-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.accordionReg .panel-heading.active .panel-title i {
    transform: rotate(180deg);
    top: 40%;
}

@media (min-width: 768px) {
    .accordionReg {
        width: 100%;
        margin:auto !important;
    }
}

.accordionReg .panel-heading {
    display:none;
}
.accordionReg .panel-heading.active {
    display:block;
}

.accordionReg .panel-body .panel-body {
    background: transparent;
}

.accordionReg input {
    height: 34px !important;
}

.accordionReg .pannel-footer {
    padding: 0;
    text-align: right;
    margin-top: 10px;
}

.userlogin .modal-footer {
    padding: 0;
    text-align: right;
    margin-top: 10px;
}

.btn-base {
    color: #fff !important;
    background-color: var(--ast-global-color-0);
    border: 1px solid;
    border-color: var(--ast-global-color-0);
}

.btn-base:hover,
.btn-base:focus,
.btn-base:active,
.btn-base.active,
.open .dropdown-toggle.btn-base {
    color: #fff;
    opacity:0.7;
    background-color: var(--ast-global-color-0);
}

.login_box {
    width: 100%;
    margin: 0 0% !important;
}


/* Medium devices (desktops, 992px and up) 

@media (min-width: 992px) {
    .login_box {
        width: 50%;
        margin: 0 25% !important;
    }
}
@media (min-width: 500px) {
    .login_box {
        width: 100%;
        margin: 0 0% !important;
    }
}
*/

/*====================================================
    jGajera Class Start
=====================================================*/

.specer10 {
    height: 10px;
}

.specer20 {
    height: 20px;
}

.colorGray {
    color: #999!important;
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
}

.borderRight {
    border-right: none;
}

@media (min-width:992px) {
    .borderRight {
        border-right: 1px solid #ccc;
    }
}

.tabsContainer {
    border-bottom: 1px solid var(--main-btn-color) !important;
}

.accountTabs {
    border: none !important;
}

.accountTabsTitle {
    background: none !important;
    border: none !important;
}

.accountTabsTitle li {
    float: right !important;
    background: #fff !important;
    border-color: #eeeeee !important;
}

.accountTabsTitle li a {
    color: grey !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    outline: none !important;
}

.accountTabsTitle li a span {
    display: none;
}

.accountTabsTitle li i {
    margin: 0 0px 0 0;
}

@media (min-width:768px) {
    .accountTabsTitle li a span {
        display: inline-block;
    }
    .accountTabsTitle li i {
        margin: 0 10px 0 0;
    }
}

.accountTabsTitle .ui-state-active {
    border-color: var(--main-btn-color) !important;
    border-top-width: 3px !important;
}

.accountTabsTitle .ui-state-active a {
    color: var(--main-btn-color) !important;
}

.accountList {
    display: grid;
    justify-content: flex-start;
    align-items: space-between;
    flex-flow: row wrap;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.accountList li {
    width: 98%;
    border: 1px solid #e0eded;
    margin: 0 1% 20px 1%;
    border-radius: 2px;
    text-align: center;
}

@media (min-width:768px) {
    
    .accountList {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .accountList li {
        width: 100%;
        border: 1px solid #e0eded;
        margin: 0 1% 20px 1%;
        border-radius: 2px;
        text-align: center;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .accountList {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .accountList li {
        width: 100%;
        border: 1px solid #e0eded;
        margin: 0 1% 20px 1%;
        border-radius: 2px;
        text-align: center;
    }
}

.accountList li img {
    max-width: 100%;
    height: auto;
}

.accountList li .content {
    border-top: 1px solid #e0eded;
    padding: 10px;
    text-align: left;
}

.accountList li .playBtn {
    background: var(--main-btn-color);
    border: 1px solid var(--menu-text-color);
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 5px 9px;
    margin: 5px 0 5px 0;
    display: inline-block;
    border-radius: 4px;
}

.borderContainer {
    border: 1px solid #e0eded;;
    padding: 10px;
    border-radius: 3px;
    background-color: #fcfcfc;
    
}

@media (min-width:768px) {
    .borderContainer {
        border: 1px solid #e0eded;
        padding: 20px;
    }
}

.accordionList h3 {
    padding: 10px 15px !important;
    background: #f3f3f3 !important;
    font-size: 16px !important;
    color: #000 !important;
    letter-spacing: 1px !important;
    margin: -1px 0 0 0 !important;
}

.accordionList h3 small {
    background: #333;
    color: #fff;
    margin: 0 5px;
    padding: 2px 6px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: bold;
}

.accordionList h3.ui-state-active {
    background: #f3f3f3 !important;
    border: 1px solid #ddd !important;
    color: #000 !important;
}

.tableD1 {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.tableD1 th {
    background: var(--main-btn-color);
    color: #f6f6f6;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

.tableD1 th,
.tableD1 td {
    padding: 5px;
}

.tableD1 td span {
    display: block;
    font-weight: bold;
}

.tableD1 td {
    border-right: 1px solid #ddd;
}

.tableD1 td:last-child {
    border-right: none;
}

    .tableD1 tr {
        border-bottom: 1px solid #ddd;
    }
    
    .tableD1 tr:last-child {
        border-bottom: none;
    }

    #withdrawal_module .gameList {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gameList {
        list-style: none;
        display: grid;
        justify-content: flex-start;
        align-items: space-between;
        flex-flow: row wrap;
        grid-template-columns: repeat(8, 1fr);
        margin: 0 auto;
        grid-gap: 10px;
    }

    ul#GameListTransferFrom, ul#GameListTransferTo {
        grid-template-columns: repeat(4,1fr);
    }

    .gameList li {
        text-align: center;
    }

    #transfer .gameList li a span {
        font-size: 8px;
    }
    .gameList li a span {
        font-size: 10px;
        text-transform: uppercase;
    }

/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .gameList {
        grid-template-columns: repeat(8, 1fr);
        }
    #withdrawal_module .gameList {
        grid-template-columns: repeat(4, 1fr);
    }
    ul#GameListTransferFrom, ul#GameListTransferTo {
    grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:768px) {
    .gameList {
    grid-template-columns: repeat(6, 1fr);
    }
    
    ul#GameListTransferFrom, ul#GameListTransferTo {
    grid-template-columns: repeat(6,1fr);
    }
    
    .gameList li a span {
    font-size: 12px;
    }
}

@media (max-width:680px) {
    
    #transfer .gameList li a span {
        font-size: 7px;
    }
    
    .gameList li a span {
    font-size: 11px;
    }
    
    .gameList {
    grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:480px) {
    .gameList {
    grid-template-columns: repeat(3, 1fr);
    }
    
    ul#GameListTransferFrom, ul#GameListTransferTo {
    grid-template-columns: repeat(4,1fr);
    }

    .alert-info.transaction {
        width: 55vw !important;
        inline-size: calc(205px - 2rem) !important;
        overflow-wrap: break-word;
    }
}

.gameList li.disabled
{
        width: 8.59%;
        margin: 0 0.25%;
        pointer-events:none; /* This makes it not clickable */
        opacity:0.6;  
}
.gameList.col3 li {
    width: 100%;
    text-align: center;
    margin: 0 1%;
}

.gameList li a {
    display: inline-block;
    margin: 7px 0;
}

.gameList li a span {
    display: block;
    text-align: center;
    color: #333;
}

.gameList li a:hover span,
.gameList li.active a span {
    display: block;
    text-align: center;
    color: var(--main-btn-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gameList li a img {
    /*border: 2px solid #e0eded;*/
    border-radius: 50%;
    padding: 10%;
    width: 100%;
    height: auto;
    filter: grayscale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gameList li a:hover img,
.gameList li.active a img {
    /*border: 2px solid var(--main-btn-color);*/
    filter: grayscale(0);
	/*background: var(--li-hover-bg-color);*/
}


.bankList {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: space-between;
    flex-flow: row wrap;
    margin: 0 auto;
}

.bankList li {
    width: 100%;
    border: 2px solid #999;
    margin: 5px 0;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width:768px) {
    .bankList li {
        width: 50%;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .bankList li {
        width: 25%;
    }
}

.bankList.col1 li {
    width: 100%;
}

.bankList li:hover,
.bankList li.active {
    border: 2px solid var(--main-btn-color);
	background: var(--li-hover-bg-color);
	color: var(--li-hover-text-color);
}
.bankList li:hover h2,
.bankList li.active h2 {
	color: var(--li-hover-text-color)!important;
}
.bankList li .left {
    flex: 1 30%;
    text-align: center;
}

.bankList li .right {
    flex: 2 70%;
    padding-left: 5px;
}

.bankList li img {
    filter: grayscale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bankList li:hover img,
.bankList li.active img {
    filter: grayscale(0);
}

.bankList li h2 {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: bold !important;
	color: var(--li-text-color)!important;
}

.bankList li span {
    display: block;
    font-size: 12px !important;
}

.bankDetailsBox {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.bankDetailsBox .box {
    border: 1px solid #ccc;
    padding: 10px;
    flex: 1 0 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    position:relative;
}

.bankDetailsBox .empty {
    border: 2px dashed #ccc;
    height: 100px;
    cursor: crosshair;
    font-size: 64px;
    text-align: center;
    color: #b7b7b7;
    
}

.title2 {
    margin: 0;
    font-size: 20px !important;
    padding: 0;
}

.arrowCenter {
    position: relative;
}

.arrowCenter i {
    position: absolute;
    padding-top: 250px;
    color: var(--main-btn-color);
}
div.blockMsg {
    z-index: 20011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    /*border: 3px solid rgb(170, 170, 170);*/
    /*background-color: rgb(255, 255, 255); */
    border-radius: 5px;
    baseZ: 1000,
}

.accountTabsTitle .ui-tabs-anchor {
    padding: 3px 10px!important
}
.bankDetailsBox .box.inactive {
    background: lightgray;
    position: relative;
}

.bankDetailsBox .box div.label{
    background: green;
    background: linear-gradient(#54770f 0%, #344c04 100%);
    color: #fff;
    padding: 0.8em 1.2em;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -3px;
    right: 10px;
}

.bankDetailsBox .box.inactive div.label {
 background: #504d4c;
    background: linear-gradient(#736464 0%, #000000 100%);
  color: #fff;
  padding: 0.8em 1.2em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -3px;
  right: 10px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0%) !important;
    -ms-transform: translate(0,0%) !important;
    transform: translate(0,0%) !important;
}

.panel-title a,.panel-title a:hover {
    color: #ffffff;
}
#main > article {
    padding: 0;
    position: relative;
    /* z-index: 10; */
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #ffffff;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    border-radius: 8px;
}

.sky-form .icon-append, .sky-form .icon-prepend {
    position: absolute;
    top: 3px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.sky-form .icon-append {
    right: 22px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}
.depbankselection label {
    display: block !important;
}
/*jGajera Class end*/

/*jayesh class start */
.accountTabs .modal-header {
    background: black;
}

.accountTabs .modal-body {
    background: white;
}

.accountTabs button.close {
    color: white;
    opacity: .75;
    font-size: 28px;
    font-weight: normal;
}

.accountTabs button.close:hover {
    background-color: transparent;
    opacity: 1;
}

.accountTabs .reload {
    padding: 5px 12px;
    color: white;
    background: #1b1b1b;
    border-radius: 4px;
}

.accountTabs .btn-reset,.btn-reset  {
    background: #e1e1e1;
    color: #1b1b1b;
}

.accountTabs .btn-reset:hover {
    background: #d7d7d7;
}

.accountTabs .btn-base:hover {
    color: #1b1b1b!important;
    opacity: 1!important;
}

/*.gameList li a:hover img, .gameList li.active a img {*/
/*    border: 2px solid #94e00f;*/
/*}*/

.bankList li:hover, .bankList li.active {
    border: 2px solid #94e00f;
}

.accordionReg .panel-heading {
    border-bottom: none;    
}

.modal-content {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(89, 89, 89);
    box-shadow: 0px 0px 4px 0px rgb(89 89 89);
    border-radius: 8px;
    color: #000000;
}
.modal-content .modal-header {
    border-radius: 8px 8px 0 0;
    border: 1px solid white;
    background: black;
    padding: 18px 12px;
    position: relative;
}
.modal-content .modal-title {
    color: var(--ast-global-color-0);
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}
.modal-content .close {
    color: white;
    opacity: 0.8;
    position: absolute;
    top: 18px;
    right: 12px;
}
/* @media(max-width:768px){
.Loginbox{
        width:90% !important;
        margin:auto !important;
    }
} */
.brand-logo img.logo {
    -webkit-filter: drop-shadow(0px 5px 10px #222);
    filter: drop-shadow(0px 5px 10px #222);
}
.Loginbox {
    width: 90%;
    margin: auto !important;
}

.Loginbox .modal-content {
    background: transparent;
}

.Loginbox .modal-header {
    color:white !important;
    background: #927BF8;
}

.Loginbox .panel-body {
    background: lightgrey;
    border-radius: 4px;
}

.Loginbox.InputBox {
    width: 280px;
    color: #000;
    height: 42px;
    border-radius: 25px;
    margin: 10px 0 0;
    padding: 0 16px;
    outline: none;
    letter-spacing: 0.05em;
}
input[type=text]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=time]:focus, input[type=month]:focus, input[type=week]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus {
    box-shadow: inset 0 0 0 transparent;
    font-weight: 500;
    background-size: 100% 2px;
    color: #1b1b1b;
    border:1px solid #aff831 !important;
    background-image: none;
}


input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], 
input[type=time], input[type=month], input[type=week], input[type=password], 
input[type=search], input[type=email], input[type=url], input[type=tel], 
input[type=number], textarea {
border:1px solid grey !important;
}

.square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 1px solid #e0eded;
    overflow: hidden;
}

.square:hover, .active .square {
    box-shadow: inset 0px 0px 0px 0.8rem var(--li-hover-bg-color);
}

.error-file{
    color: #a94442;
}

.menu-addon {
    border-top: 1px solid;
}

.menu-item-custom {
    padding: 0 20px;
    line-height: 3;
}
.menu-item-custom a {
    color: #f9fafb;
    text-transform: uppercase;
}

.menu-item-custom:hover a {
    color: var(--ast-global-color-0);
    text-decoration: none;
}

.menu-item-custom > a > i {
    padding-right: 8px;
}

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important; 
}

.bankhead {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    background: #777;
    min-height: 50px;
    align-items: center;
}
.bankhead .header-left {
    text-align: left;
    display: contents;
}

.bankhead .header-right {
    display: contents;
}

.bankhead h3{
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 1px;
    color: #e9e9e9;
    text-transform: uppercase;

}

.bankhead .header-left i {
    color: #e9e9e9;
    font-size: 20px;
    padding: 5px 5px 5px 20px;
}


.bankhead .header-right {
    display: contents;
}

.bankhead i {
    color: #e9e9e9;
    font-size: 20px;
    padding: 10px;
    filter: drop-shadow(0px 0px 1px #e9e9e9)
}


.bankhead .header-right .action-btn {
    border-radius: 4px;
    background: var(--ast-global-color-0);
    color: white;
    border: 1px solid var(--ast-global-color-0);
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    box-shadow: 1px 1px 3px 0px #999;
}

.action-btn:hover{
    background: linear-gradient(45deg, #b80a04, var(--ast-global-color-0))!important;
}

@media only screen and (max-width: 480px){
    .action-btn {
        right: 20px;
    }
}

.alert .btn-login {
    background: #f90100;
    color: white;
    text-decoration: none!important;
    padding: 4px 8px;
    bottom: 5px;
    position: relative;
}

.link-to-register {
    color: #ffffff;
    padding: 10px 0;
}
.link-to-register a {
    color: #ffffff;
}
.link-to-register a:hover,.link-to-register a:active  {
    color: #ffffff!important;
    font-weight: bold;
}

.home-top {
    display: flex;
    flex-direction: column;
}

.home-top.reverse {
    flex-direction: column-reverse;
}

.owl-carousel.box-layout {
    max-width: 1240px!important;
    margin: auto!important;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-language {
	padding-left: 20px;
}

.menu-language > img {
    border: 1px solid var(--ast-global-color-0);
}