/* body {line-height: 1.4;} */
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
    outline: none;
}
select::-moz-focus-inner,button::-moz-focus-inner {border: 0;}
select:-moz-focusring {color:transparent; text-shadow:0 0 0 #555555;}
select:-moz-focusring * {color:#555555; text-shadow:none;}
select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;    
}
.select_box{position: relative;}
/* .select_box:after{
    content:'\f107';
    position: absolute;
    z-index: 10;
    font-family: 'FontAwesome';
    top: 8px;
    right: 13px;
    display: block;
} */

.my-wallet-head-info {
    color: #eeeeee;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}
.my-wallet-list-wrap .my-wallet-list {
    display: flex;
    text-align: left;
    padding: 0;
    border-bottom: 2px solid #dddddd;
    align-items: center;
    min-height: 56px;
}
.my-wallet-list-wrap .my-wallet-list:nth-child(even) {
    background-color: rgba(255,255,255,0.1);
}
.my-wallet-list-wrap .my-wallet-list .currency-wrap {
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .currency-wrap .cu-value {
    margin-right: 4px;
}
.my-wallet-list-wrap .my-wallet-list .blk-label {
    color: #a7a7a7;
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1;
}
.my-wallet-list-wrap .my-wallet-list .blk-value {
    font-weight: 500;
}
.my-wallet-list-wrap {
    border-top: 2px solid #dddddd;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item {
    padding: 4px 8px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap {
    flex: 1;
    justify-content: flex-start;
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
    width: 85px;
    flex: 0 0 85px;
    text-align: center;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap img {
    max-height: 50px;
    margin: 0 auto;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {
    display: flex;
    flex-direction: row-reverse;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action {
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form {
    display: flex;
    flex: 1;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .form-group {
    margin-bottom: 0;
    position: relative;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .form-group .error_tooltip {
    position: absolute;
    background-color: #efd8c9;
    padding: 6px;
    line-height: 1.25;
    border-radius: 5px;
    top: 100%;
    left: 0;
    color: #ca2626;
    z-index: 100;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .form-group .error_tooltip:empty {
    display: none !important;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .form-group .error_tooltip:before {
    content: '';
    border-bottom: 6px solid #efd8c9;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    display: block;
    width: 0;
    height: 0;
    top: -6px;
    left: 10px;
    position: absolute;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section {
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .buttonWrap {
    display: flex;
}

.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .label {
    color: #a7a7a7;
    background-color: #ffffff;
    position: absolute;
    z-index: 10;
    left: 4px;
    top: -7px;
    font-weight: 400;
    font-size: 0.7em;
}
.my-wallet-list-wrap .my-wallet-list:nth-child(even) .my-wallet-list-item .action-blk .blk-main-action .section .label{
    background-color: #1a274c;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap {
    position: relative;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap {
    border: 1px solid #dddddd;
    margin: 0 1px;
    width: 150px;
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap:first-of-type {
    border-radius: 4px 0 0 4px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap:last-of-type {
    border-radius: 0 6px 6px 0;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section input, 
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section select {
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 3px 10px;
    font-weight: 500;
    height: auto;
    background-position: right 6px top 10px;
    position: relative;
    z-index: 15;
    background-color: transparent;
    color: #333333;
    min-height: 30px;
    border-radius: 0;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap {
    width: 60px;
    flex: 0 0 60px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap {
    width: 80px;
    flex: 0 0 80px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
    width: 120px;
    flex: 0 0 120px;
}
.my-wallet-list-wrap .my-wallet-list .blk-value {
    line-height: 1;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .buttonWrap button {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 500;
    margin-left: 5px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .buttonWrap button.btnOutline {
    border: 2px solid #ececec;
    background-color: #ececec;
    color: #ce1126;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .buttonWrap button.btnStyle1 {
    border: 2px solid transparent;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .btn-info {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    background-color: #7e8990;
    font-size: 20px;
    line-height: 18px;
    font-family: serif;
    border: none;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .txt {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.2;
}

.my-wallet-list-wrap .input-currency button.dropdown-toggle {
    padding: 0;
    background: none;
    color: #333333;
    text-align: left;
    padding-left: 20px;
    width: 100%;
    border-right: 1px solid #dddddd;
    border-radius: 0;
    font-size: 0.85em;
    line-height: 1;
    position: relative;
}

.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .input-group {
    display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .input-group input {
    width: calc(100% - 60px);
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .input-group .input-group-prepend {
    width: 60px;
    display: flex;
}
.my-wallet-list-wrap .input-currency button.dropdown-toggle:after {
    content: '';
    border-top: 6px solid #566360;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 15;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .input-group .input-group-prepend .dropdown-menu a {
    display: block;
    padding: 3px 8px;
    color: #333333;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .input-group .input-group-prepend .dropdown-menu a + a {
    border-top: 1px solid #dddddd;
}

.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap:first-of-type:last-of-type {
    border-radius: 4px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .field-wrap.select-parent {
    position: relative;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .field-wrap.select-parent .form-group:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 7px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form .field-wrap.select-parent .form-group {
    width: 100%;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section select option {
    color: #000f38;
}

#cashier-withdrawal-div {
    margin-top: 20px;
}

@media only screen and (max-width:1350px){
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item{padding: 4px 3px;}
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap{width: 50px; flex: 0 0 50px;}
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap{width: 50px; flex: 0 0 50px;}
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap{width: 90px; flex: 0 0 90px;}
}
@media only screen and (max-width:950px){
    .my-wallet-list-wrap .my-wallet-list {
        flex-wrap: wrap;        
        padding: 10px 5px;
    }
    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap {
        flex: 0 0 100%;
        margin-top: 8px;
        margin-bottom: 6px;
    }
    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {
        justify-content: flex-end;
        max-width: 600px;
    }
    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item {
        padding: 5px 3px;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap, 
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
        width: auto;
        flex: 1;
        max-width: 200px;
    }
}
@media only screen and (max-width:768px){
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action {flex-direction: column; width: 100%;}    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {position: relative;}    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-info-button { position: absolute; bottom: 0; left: 0;}    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section.sec2 {margin-top: 10px; padding-left: 40px;}    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section .field-wrap {width: 50%;}
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form {
        flex-wrap: wrap;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section.sec2 {
        width: 100%;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
        grid-area: 1/1/4/2;
        padding-right: 10px;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .blk-main-action .section.sec1 {
        flex: 1;
    }
    .my-wallet-list-wrap .my-wallet-list {
        display: grid;
        grid-template: auto auto auto auto / 90px auto;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap {
        grid-area: 1/2/2/3;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap {
        grid-area: 2/2/3/3;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
        grid-area: 3/2/4/3;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap, .my-wallet-list-wrap .my-wallet-list .action-blk {
        grid-area: 4/1/5/3;
    }
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap .cost-blk, 
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap .min-blk, 
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap .max-blk {
        display: flex;
        align-items: center;
    }
    .my-wallet-list-wrap .my-wallet-list .blk-label {
        margin-right: 5px;
        min-width: 30px;
    }
}
@media only screen and (max-width:600px){

}
@media only screen and (max-width:359px){
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap, 
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap, 
    .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
        width: 33.33%;
        flex: 0 0 33.33%;
    }
}

a{
    color:#0448a8;
    outline: none;
}
a:hover{
    color: #ce1126;
}

.bg-blue {
    background-color: #0448a8;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 3px;
}
.bg-grey {
    background-color: #e0e0e0;
    padding: 6px 10px;
    border-radius: 3px;
}
.bg-darkGrey {
    background-color: #2b3a57;
    padding: 6px 10px;
    border-radius: 3px;
    color:#ffffff;
}
.text-upper {text-transform: uppercase;}
.text-lower {text-transform: lowercase;}
.text-underline{ text-decoration: underline;}
.table.vam th,.table.vam td{vertical-align: middle;}
.m-1{margin: 8px;}
.m-2{margin: 16px;}
.m-3{margin: 24px;}
.m-4{margin: 32px;}
.m-5{margin: 40px;}
.p-1{padding: 8px;}
.p-2{padding: 16px;}
.p-3{padding: 24px;}
.p-4{padding: 32px;}
.p-5{padding: 40px;}

.mt-1{margin-top: 8px;}
.mt-2{margin-top: 16px;}
.mt-3{margin-top: 24px;}
.mt-4{margin-top: 32px;}
.mt-5{margin-top: 40px;}
.pt-1{padding-top: 8px;}
.pt-2{padding-top: 16px;}
.pt-3{padding-top: 24px;}
.pt-4{padding-top: 32px;}
.pt-5{padding-top: 40px;}

.mr-1{margin-right: 8px;}
.mr-2{margin-right: 16px;}
.mr-3{margin-right: 24px;}
.mr-4{margin-right: 32px;}
.mr-5{margin-right: 40px;}
.pr-1{padding-right: 8px;}
.pr-2{padding-right: 16px;}
.pr-3{padding-right: 24px;}
.pr-4{padding-right: 32px;}
.pr-5{padding-right: 40px;}

.mb-1{margin-bottom: 8px;}
.mb-2{margin-bottom: 16px;}
.mb-3{margin-bottom: 24px;}
.mb-4{margin-bottom: 32px;}
.mb-5{margin-bottom: 40px;}
.pb-1{padding-bottom: 8px;}
.pb-2{padding-bottom: 16px;}
.pb-3{padding-bottom: 24px;}
.pb-4{padding-bottom: 32px;}
.pb-5{padding-bottom: 40px;}

.ml-1{margin-left: 8px;}
.ml-2{margin-left: 16px;}
.ml-3{margin-left: 24px;}
.ml-4{margin-left: 32px;}
.ml-5{margin-left: 40px;}
.pl-1{padding-left: 8px;}
.pl-2{padding-left: 16px;}
.pl-3{padding-left: 24px;}
.pl-4{padding-left: 32px;}
.pl-5{padding-left: 40px;}

.mx-1{margin-left: 8px; margin-right: 8px;}
.mx-2{margin-left: 16px; margin-right: 16px;}
.mx-3{margin-left: 24px; margin-right: 24px;}
.mx-4{margin-left: 32px; margin-right: 32px;}
.mx-5{margin-left: 40px; margin-right: 40px;}
.px-1{padding-left: 8px; padding-right: 8px;}
.px-2{padding-left: 16px; padding-right: 16px;}
.px-3{padding-left: 24px; padding-right: 24px;}
.px-4{padding-left: 32px; padding-right: 32px;}
.px-5{padding-left: 40px; padding-right: 40px;}

.my-1{margin-top: 8px; margin-bottom: 8px;}
.my-2{margin-top: 16px; margin-bottom: 16px;}
.my-3{margin-top: 24px; margin-bottom: 24px;}
.my-4{margin-top: 32px; margin-bottom: 32px;}
.my-5{margin-top: 40px; margin-bottom: 40px;}
.py-1{padding-top: 8px; padding-bottom: 8px;}
.py-2{padding-top: 16px; padding-bottom: 16px;}
.py-3{padding-top: 24px; padding-bottom: 24px;}
.py-4{padding-top: 32px; padding-bottom: 32px;}
.py-5{padding-top: 40px; padding-bottom: 40px;}


div[itemprop="articleBody"] h1, 
div[itemprop="articleBody"] h2, 
div[itemprop="articleBody"] h3{font-weight: 400; color: #0448a8;}

.nopadding{padding: 0;}
.nomargin{margin: 0;}
.pTop0{padding-top: 0;}
.pBottom0{padding-bottom: 0;}
.pLeft0{padding-left: 0;}
.pRight0{padding-right: 0;}
.mTop0{margin-top: 0;}
.mBottom0{margin-bottom: 0;}
.mLeft0{margin-left: 0;}
.mRight0{margin-right: 0;}
.error,
.error_tooltip {
    color: #fc0d1b;
    font-size: 0.9em;
}
.nav>li>a:focus, .nav>li>a:hover{background-color: rgba(0,0,0,0.04);}
.sp-module {
    margin-top: 0;
}
.sp-module ul >li{
    border:none;
}
.sp-module ul >li >a {
    color: inherit;
}
.sp-module ul >li >a:hover{
    color:var(--purple-dark);
    background-color: var(--yellow-primary) !important;
}
.slick-prev, .slick-next{z-index: 10;}
.slick-prev {left: 10px;}
.slick-next {right: 10px;}

.alert {
    padding: 10px 15px;
    line-height: 1.2;
    margin: 15px 0;
}
.alert-danger{    
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
}
.close{
    cursor: pointer;
}
.alert p {
    margin: 0;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.btn {
    /* border-radius: 100px;
    color: #ffffff !important;
    background-color: green !important;
    border: 2px solid green !important; */
    cursor: pointer;
    /* outline: none;
    font-weight: 500; */
}
/* .btn:hover, .btn:focus{
    color: #198754 !important;
    background-color: #ffffff !important;
} */
.btn.outlineBtn {
    border: 1px solid #333333;
    background-color: transparent;
    color: inherit;
}
.btn.outlineBtn:hover, .btn.outlineBtn:focus{
    background-color: #333333;
    color:#ffffff;
}
.btn.btnStyle1 {
    /* background-color: #d29020; */
    /* text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em; */
    background-color: #ffffff;
    border: 2px solid #ce1126;
    color: #ce1126;
    font-weight: 500;
}
.btn.btnStyle1:hover, .btn.btnStyle1:focus{
    color:#ffffff;
    background-color: #ce1126;
}
.btn.btnStyle2{
    background-color: #d30e24;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.btn.btnStyle2:hover, .btn.btnStyle2:focus{
    color:#ffffff;
    background-color: #d8282d;
}

#home_register_popup_otp.modal {
    z-index: 1080 !important; /* Force it above backdrop */
}
#home_register_popup_otp.modal .modal-dialog{
    z-index: 1080 !important; /* Force it above backdrop */
    margin-top:60px;
}
#home_register_popup_otp.modal {
    /* z-index: 1080 !important; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000000a3;
    /* opacity: 0.5 !important; */
}
.modal-backdrop {
    /* z-index: 1050 !important; */
    display:none;
}


.currency {
    font-size: 0.8em;
    margin-right: 2px;
}
.oopsDiv {text-align: center; margin: 25px auto; padding: 0 15px; line-height: 1.3;}
.oopsDiv .imgWrap img {max-width: 100%;}
.oopsDiv .msg {max-width: 600px; margin: 15px auto;}
.scrollup {
    border-radius: 50%;
    right: 20px;
    bottom: 90px;
    border-color: #d30e24;
    color: #d30e24;
}
.scrollup:before{color: inherit;}
.scrollup:hover {
    background-color: #d30e24;
    color: #ffffff;
    border-color: #d30e24;
}
.scrollup:hover::before {color: #ffffff;}

#url-tabs, .tabNav {list-style: none; display: flex; flex-wrap: wrap; padding: 0;}
#url-tabs li, .tabNav li {flex: 1; display: flex; justify-content: center; align-items: center;}
#url-tabs li a, .tabNav li a {flex: 1; text-align: center; padding: 10px; font-size: 1.25em; border-bottom: 1px solid #dddddd;}
#url-tabs li.active a, .tabNav li.active a {color: #e0a337; border-bottom: 3px solid #e0a337;}

.heading #url-tabs, .heading .tabNav {margin: 0 -15px 10px;}


.userInfoGroup .userPic .userPicImgWrap img {
    min-width: 100%;
    max-width: 100%;
}
.userInfoGroup .userPic .userPicImgWrap.hori img {
    min-width: auto;
    max-width: none;
    min-height: 100%;
    max-height: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.modal-header {
    position: relative;
    border-bottom: none
}
.modal-footer{border-top: none;}
.modal-header .close:before {content: 'x';position: absolute;display: inline-block;top: 1px;left: 5px;}

.modal-header .close {
    width: 20px;
    height: 20px;
    background-color: #000000;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    position: relative;
    border: 2px solid #ffffff;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.6); */
    position: absolute;
    right: -10px;
    top: -5px;
    opacity: 0.75;
}

.modal-header .close:hover {
    opacity: 1;
}
.modal-title{color: #0448a8;}

.modal svg {max-width: 80px; max-height: 80px;}
.svgicon.timer {fill: #0448a8;}


.modal .button_holder .btn {min-width: 110px; letter-spacing: normal; text-transform: none; font-size: 14px;}
.modal .button_holder {text-align: center;}

#drawmachiner_popup {text-align: center;}
#initiate_withdrawal .modal-body,
#drawmachiner_popup .modal-body {padding: 0 15px;}
#drawmachiner_popup .modal-header {padding-top: 25px;}
#drawmachiner_popup .modal-header.noHeader{padding-top: 0;}
#drawmachiner_popup .modal-footer {padding-bottom: 25px;}
#drawmachiner_popup .modal-footer.noFooter {padding-bottom: 0px;}
#drawmachiner_popup.modal.fade .modal-dialog {transform: translate(0, 0) scale(0);}
#drawmachiner_popup.modal.fade.in .modal-dialog {transform: translate(0, 0) scale(1);}


#loadingImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 100000;
}
#loadingImage img {
    max-width: 120px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    width: 100%;
    max-width: 440px;
    border-radius: 20px;
    /* background-color: transparent; */
}

.form_item_holder + .form_item_holder {
    margin-top: 20px;
}

input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
   padding-left: 40px;
}
select[disabled], select[readonly], fieldset[disabled] select, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], .uneditable-input[disabled], .uneditable-input[readonly], fieldset[disabled] .uneditable-input{
    /* background-color: rgba(17, 17, 17, .07); */
}

input.error, select.error, textarea.error {
    border-color: #ec0f1c;
    color: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.error:focus, select.error:focus, textarea.error:focus {
    border-color: #ec0f1c;
    color: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.input-group.date input[type="text"][readonly] {
    /* background-color: transparent; */
}

/* select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.pagination {
    text-align: center;
    display: block;
}

.pagination > ul {
    display: inline-flex;
    list-style: none;
}
.pagination > ul > li a {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: block;
    border: 1px solid #dddddd;
    margin: 7px;
    border-radius: 50%;
    color: inherit;
    transition: all 0.15s ease-in-out;
}
.pagination > ul > li a:hover {
    background-color: #0448a8;
    border-color: #0448a8;
    color: #ffffff;
}
.pagination > ul > li.active a, 
.pagination > ul > li.active a:hover {
    border-color: #e0a337;
    background-color: #e0a337;
    color: #ffffff;
}



.datepicker .table-condensed>tbody>tr>td{padding: 1px 3px;}
.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover{
    background-image: none;
    background-color: #c5d5eb;    
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled]{
    background-color: #0448a8;
}


.footable{position: relative;}
.footable.phone > tbody > tr{
    position: relative;
    /* padding-right: 15px; */
}
.footable.phone > tbody > tr .footable-toggle:after {content: '\f107';font-family: FontAwesome;position: absolute;right: 5px;transition: all 0.25s ease-in-out;}
.footable.phone > tbody > tr.footable-detail-show .footable-toggle:after {
    transform: rotate(180deg);
}
.footable.phone > tbody > tr.footable-detail-show > td {
    background-color: #eee;
}
tr.footable-row-detail .footable-row-detail-row > div {
    display: inline-block;
    padding: 2px;
}
tr.footable-row-detail .footable-row-detail-row .footable-row-detail-name {
    margin-right: 8px;
    color: #717171;
    font-style: italic;
}
tr.footable-row-detail .footable-row-detail-row + .footable-row-detail-row {
    border-top: 1px dotted #ddd;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 16px;
}

.toggle-password:hover {
  color: #006400; /* theme green on hover */
}

/* Custom checkbox wrapper */
.form-check {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

/* Hide the default checkbox */
.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create custom square box */
.form-check .form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #7b2d9e36;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.2s;
}

/* Show tick when checked */
.form-check-input:checked + .form-check-label::before {
    background-color: #7B2D9E;
    border-color: #7B2D9E;
}

.form-check-input:checked + .form-check-label::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 0px;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

/* Disabled button */
button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}




.form_item_holder {
    position: relative;
}
.form_item_holder:before {
    content: '';
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/form-sprite.png) no-repeat left top;
    display: block;
    top: 7px;
    left: 12px;
    position: absolute;

}

.form_item_holder.otp_confirm.otp_confirm::before {
    display: none;
}

/* .form_item_holder.input-field.dob.dob_css::before{ background-position: -60px 20px}; */


.form_item_holder.userId:before {background-position: -20px 0px;margin-top: 20px !important;}
.form_item_holder.email:before {background-position: 0px 0;}
.form_item_holder.mobile:before {background-position: -100px 0;margin-top: -3px !important;}
.form_item_holder.date:before {background-position: -60px -2px;}
.form_item_holder.dob:before {background-position: -60px 0px;   margin-top: -3px;}
.form_item_holder.password:before,
.form_item_holder.reg_password:before {background-position: -40px 0;margin-top: -3px !important;}
.form_item_holder.userName:before,
.form_item_holder.firstName:before,
.form_item_holder.surName:before {background-position: -80px 0;}
.form_item_holder.currency:before {background-position: -120px 0;margin-top: -3px !important;}
.form_item_holder.refercode:before {margin-top: -3px !important;}
.form_item_holder.card:before {background-position: -140px 0;}
.form_item_holder.home:before {background-position: -160px 0;}
.form_item_holder.inst:before {background-position: -180px 0;}
.form_item_holder.trans:before {background-position: -200px 0;}
.form_item_holder.chat:before {display: none;}
.form_item_holder.link:before {background-position: -240px 0;}
.form_item_holder.copy:before {background-position: -260px 0;}

.form_item_holder select.custome_input {padding-left: 35px;}
.legendCap, .contentheading {
    color: #0448a8;
    text-transform: capitalize;
    font-size: 20px;
    border-bottom: none;
    margin-bottom: 5px;
}
fieldset + fieldset {
    margin-top: 35px;
}
.genericError {
    color: red;
}
.vAsteriskMsg {
    font-size: 12px;
    color: #ababab;
}
.input-group-addon.btn_date {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    padding: 0;
    border: none;
}
button.input-group-addon.btn_date {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 28px;
    /* background-color: transparent; */
    padding: 0;
    margin-top: 0;
    border: none;
    opacity: 0;
}
/* ------header-------- */

#sp-header {
    height: 48px;
    padding: 4px 0;
    transition: all 0.25s ease-in-out;
}
#offcanvas-toggler {
    margin-left: 0;
    line-height: 40px;
    float: none;
    padding: 0 10px;
}
#offcanvas-toggler .fa-bars {
    color: #0448a8;
}
#sp-header.menu-fixed {
    height: 40px;
    z-index: 999;
}
#sp-menu {
    padding: 0;
    width: 40px;
}
.menu-fixed #offcanvas-toggler {
    line-height: 32px;
}
#sp-header .logo {
    height: 100%;
    max-height: 100%;
}
#sp-header .logo img {
    max-height: 26px;
    width: 88px;
    transition: all 0.25s ease-in-out;
}
#sp-logo > .sp-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
#sp-logo {
    width: calc(100% - 40px);
    padding-left: 10px !important;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}
#sp-logo .sp-module .btnWrap {
    text-align: right;
}
#sp-logo .sp-module .btnWrap .btn {
    /* font-size: 12px; */
    /* padding: 7px 15px; */
    letter-spacing: 0.04em;
    text-align: center;
}

#sp-header.menu-fixed .logo img {
    max-height: 26px;
}
#sp-bottom {
    background-color: var(--purple-primary);
    padding: 0;
}
#sp-africalottobottom{
  padding: 0 !important;
}
.menu-fixed #sp-logo {
    height: 32px;
}


.userInfoWrap {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.userInfoWrap .amountWrap {
    color: white;
}

#sp-logo .mainNav {
    display: none;
}

#sp-logo > .sp-column .sp-module:last-child {
    justify-content: flex-end;
   /* margin-left: auto;*/
    min-width: 120px;
    padding-left: 0;
}
#sp-logo > .sp-column .sp-module.langNav{
    justify-content: flex-end;
    /* margin-left: auto; */
    margin-right: 4px;
    position: relative;
    z-index: 100;
}
.sp-module-content .mod-languages ul.lang-inline{line-height: 0;}
.sp-module-content .mod-languages ul.lang-inline li{
    margin: 0;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.sp-module-content .mod-languages ul.lang-inline li.lang-active {
    border-color: #dddddd;
    background-color: #e8e8e8;
}

span.icon-remove-1 {
    background-color: #e6b7ae;
    padding: 4px 9px 4px 6px;
    width: auto;
    height: auto;
    display: inline-block;
    color: #bf2304;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.25s ease-in-out;
    margin-top: -4px;
}
/*span.icon-remove-1:after {content: 'Cancel Request';font-size: 10px;display: inline-block;}*/
span.icon-remove-1 img {
    display: inline-block;
    width: 14px;
    margin-right: 5px;
}
span.icon-remove-1:hover {
    background-color: #bf2304;
    color: #ffffff;
}

form#initiate_withdrawal-form .form_item_holder {
    max-width: 300px;
    margin: 20px auto 0;
}
form#initiate_withdrawal-form,
div#Cancel_Withdrawal  {
    text-align: center;
}

div#Cancel_Withdrawal .success_title img {
    margin: 0 auto 10px;
}

div#Cancel_Withdrawal .form-group button {
    min-width: 90px;
    margin: 0 5px;
}
/* .modal-open header#sp-header{
display:none;
} */

.hide-header.modal-open header#sp-header{
display:none;
} 

.hide-header.modal-open header#sp-header{
display:none;
} 

/* -----Offcanvas----- */
.offcanvas {
    /*height: 100%;*/
    position: fixed;
    overflow-y: hidden;
}
.offcanvas-overlay {
    background: rgba(0,0,0,0.95);
}
.offcanvas-menu {
    right: auto;
    left: 0px;
    transform: translateX(-320px);
    background-color: var(--purple-dark);
    color: #ffffff;
    /*overflow: hidden;
    height: 100vh;*/
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
     color: #ffffff;
     text-transform:none;
     font-weight: 400;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before{
    display:none;
}
.offcanvas .offcanvas-menu {
    /*right: auto;
    left: 0px;*/
    overflow-y: scroll;
}

.offcanvas .body-wrapper {
    transform: translateX(320px);
    right: auto;
    left: 0;
}


.close-offcanvas {
    background-color: #0448a8;
    border-color: #0448a8;
    top: 12px;
    right: 2px;
}
.close-offcanvas:hover {
    background-color: #d29020;
    border-color: #d29020;
    color: #ffffff;
}

.offcanvas-menu .offcanvas-inner {
    border-top: 10px solid #0448a8;
    /*padding-top: 25px;*/
}
/* .post-login .offcanvas-menu .offcanvas-inner {
    padding-top:0;
} */

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 5px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin: 0;
    padding: 15px 10px;
    border: none;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    color: #0448a8;
    clear : both;
    padding-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app {
    /* display: flex;
    flex-wrap: wrap;
    margin-left: 1px;
    margin-top: 1px; */

}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li {
    /* flex: 0 0 33.33%;
    display: flex;
    border: none;
    margin-left: -1px;
    margin-top: -1px; */
    border: 1px solid #e5e5e5;
    width:33.33%;
    float:left;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a {
    flex: 1;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    line-height:1.1;
    padding: 10px 8px;
    font-size: 12px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li.item-137,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a.nav-logout{
    display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li a img {
    max-width: 100%;
    max-height: 40px;
    margin-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a img,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li a img {
    max-width: 20px;
    max-height: 20px;
    margin-bottom:10px;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li a img {
    max-width: 44px;
    max-height: 44px;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li{flex: 0 0 25%; border: none;}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li .image-title{display:none;}

.offcanvas-menu .offcanvas-inner .sp-module .menu-app{justify-content:space-between;}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li{flex: 0 0 45%; border-radius:4px; background-color:#0448a8; border-color:#0448a8;}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a{flex-direction:row; justify-content:flex-start; color:#ffffff;}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a img{
    max-width: 15px;
    max-height: 15px;
    margin-right:10px;
}



.offcanvas-menu .offcanvas-inner .sp-module .menu-more {
    margin: -10px -10px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-more > li a {
    padding: 8px 20px;
}


#sp-component{min-height: 300px;}

.page-header{border-bottom: none;}
.entry-header, .page-header{margin-bottom: 0;}
#sp-slider .container {
    padding: 0 !important;
}

#sp-component .entry-header .post-format{
    display: none;
}

.homePage .entry-header{display: none;}

.entry-header h2, .page-header h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

#sp-component .entry-header.has-post-format, 
#sp-component .page-header {
    display: block;
    margin: 0 -15px;
    position: relative;
    padding: 0;
}
#sp-component .page-header:after,
#sp-component .entry-header.has-post-format:after,
#sp-component .page-header:before,
#sp-component .entry-header.has-post-format:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 5000px;
    background-color: #e5e5e5;
    bottom: 0;
    right: -5000px;
}
#sp-component .page-header:before,
#sp-component .entry-header.has-post-format:before{
    right:auto;
    left:-5000px;
}

#sp-left ul.nav li a.separatorHeading {
    padding: 8px 15px;
    line-height: 1.2;
    font-weight: 500;
    color: rgba(160, 160, 160, 0.85);
    text-transform: uppercase;
    background-color: #efefef;
    cursor: default;
}

#sp-left ul.nav li a.separatorHeading + ul li a {
    padding-left: 30px;
}


#sp-left + #sp-component .page-header:before,
#sp-left + #sp-component .entry-header.has-post-format:before{
    display: none;
}

#sp-component .entry-header.has-post-format h2, .page-header h1 {
    padding: 0 15px 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 12px;
    margin-top: 8px;
}

/* #sp-component .entry-header.has-post-format h2:before, 
#sp-component .entry-header.has-post-format h2:after,
.page-header h1:before,
.page-header h1:after {content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #e5e5e5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -10px;
    left: 20px;
    z-index: 10;
} */
.detailWrap{
    padding: 0px 15px;
}
#sp-component .entry-header.has-post-format h2:before, .page-header h1:before {
    z-index: 11;
    border-top-color: #ffffff;
    bottom: -8px;
}
#sp-component .page-header + .entry-header{display: none;}

/*
body.fixedWidth .page-header{
    margin: 0 auto;
    max-width: 1030px;
    position: relative;
}
body.fixedWidth .page-header:before, 
body.fixedWidth .page-header:after {content: '';height: 1px;width: 5000px;background-color: #e5e5e5;display: block;position: absolute;bottom: 27px;left: -5000px;}
body.fixedWidth .page-header:after {
    left: auto;
    right: -5000px;
}
*/




div[itemprop="articleBody"] h3 {font-size: 20px;}
div[itemprop="articleBody"] h4 {font-size: 16px;}

.gameLinkWrap{
    padding:15px 0;
    margin: 0 -5px;
}

.gameLinkWrap .menu-games {
    display: flex;
    flex-wrap: wrap;
}

.gameLinkWrap .menu-games > li{
    flex: 1;
    display: flex;
    border: none;
    min-width: 100px;
    margin: 8px 2px;
}

.gameLinkWrap .menu-games > li a{
    flex: 1;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    line-height:1.1;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.17);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 5px;
    color: #0448a8;
}

.gameLinkWrap .menu-games > li a img {
    max-width: 80%;
    max-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}


#sp-main-body {
    padding: 0;
}


article.item {
    margin: 0;
}
.article-footer-wrap {
    display: none;
}
#sp-feature {
    margin: 20px -15px 0;
    background: #e561ed;
    background: -moz-linear-gradient(left, #e561ed 0%, #ff4280 100%);
    background: -webkit-linear-gradient(left, #e561ed 0%,#ff4280 100%);
    background: linear-gradient(to right, #e561ed 0%,#ff4280 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e561ed', endColorstr='#ff4280',GradientType=1 );
}
#sp-feature #sp-feature {
    margin: 0;
}
.homefeature-box {
    display: flex;
}

.homefeature-box .part-left {
    flex: 0 0 42%;
    position: relative;
}

.homefeature-box .part-right {
    flex: 1;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    align-content: center;
}

.homefeature-box .part-right > div {
    flex: 0;
    white-space: nowrap;
    text-align: left;
    margin-right: 10px;
    font-weight: 300;
    display: inline-block;
}

.homefeature-box .part-right >.txt1 {
    font-weight: 500;
}



.homefeature-box .part-left img {
    max-width: 240px;
    margin-top: -25px;
    margin-bottom: 25px;
    width: calc(100% + 40px);
    margin-left: -40px;
}

#sp-user1 {
    padding: 0;
}

#sp-user2 {
    padding: 15px 10px;
}

.latestnews-box {
    text-align: center;
}

.latestnews-box .header {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.content {
    line-height: 1.6;
}
p + p {
    margin-top: 2px;
}

.latestnews-box .btnWrap .btn {
    margin: 15px 0;
    min-width: 170px;
    line-height: 1.7;
}

#sp-footer2 {
    font-size: 0.8em;
    text-align: center;
    background: #007024;
}
#sp-footer4 {
    font-size: 0.8em;
    text-align: center;
    background: #054a1b;
}
#sp-header{
    background: var(--yellow-primary);
    /* margin-left: 1% !important; */
}

.sp-copyright {
    padding: 15px 0px;
    display: inline-block;
}



.topBlockWrap .btnWrap {
    display: flex;
    /*margin-right: 30px;*/
    justify-content: space-between;
}

.topBlockWrap .btnWrap .btn {
   /* flex: 0 0 48%;*/
   flex: 0 0 100%;
   border: none;
    border-top: 2px solid #0448a8;
    border-radius: 0;
    color: #0448a8;
    /* background-color: transparent; */
    font-weight: bold;
}

#sp-footer {
    background-color: #159C25;
    padding: 10px 0;
}

.paymentLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.paymentLogo > div {
    margin: 5px 10px;
}

/* #sp-bottom, #sp-bottom2, #sp-bottom3, #sp-bottom4{display: none;} */
#sp-bottom4 .socialicon{display: none;}
.about-box .imgWrap img {
    max-width: 280px;
    margin-bottom: 25px;
}


/* #sp-bottom4 {
    text-align: center;
    padding-top: 50px;
} */

.block4-icons img {
    margin: 0 auto;
    padding: 10px;
    max-height: 56px;
}

.block4-icons {
    display: flex;
}

#sp-footer2 .socialicon {
    font-size: 28px;
    margin-top: 15px;
}

#sp-footer1 .sp-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#home_login .modal-footer {
    border: none;
    color: #ababab;
}
#home_login .modal-footer a {
    margin: 0 5px;
}
#home_login .modal-body{padding:0 25px;}
form .button_holder {
    margin-top: 20px;
}
.loginForm .button_holder {
    margin-top: 20px;
}
.modal-login .modal-header {
    border: none;
}
.modal-login .modal-header .modal-title img {
    width: 150px;
    margin: 0 auto;
}
#home_login .forgotLinkWrap {
    text-align: right;
    padding-top: 25px;
}
#home_login .loginClass.btn {
    width: 100%;
    margin-bottom: 25px;
}
#home_login .loginForm {
    margin-top: 15px;
}
#home_login .modal-content, #home_forgot .modal-content, #home_forgot_thank .modal-content{
    max-width: 350px;
    margin: 0 auto;
}
#home_forgot_thank .button_holder .btn,
#home_forgot .button_holder .btn{
    width: 100%;    
    margin-top: 15px;
    /* margin-bottom: 25px; */
}
form.fc-register {
    max-width: 100%;
}
form.fc-register button[type="submit"] {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
form.fc-register .precondition {
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: 25px;
}



.modal-dialog {
    top: 80px;
}
#sp-left {
    display: none;
}
#sp-left + #sp-component.col-sm-9, 
#sp-left + #sp-component.col-md-9{
    width: 100%;
}

#sp-left .nav-logout {
    display: none;
}

#transaction-div {
    margin: 40px 0 20px;
}

.refer_friend .contentheading {
    text-align: left;
    margin: 20px 0 20px;
    display: block;
}
.refer_friend .refer_option ul{
    border: 1px solid #dddddd;
    padding: 15px 10px;
}
.refer_friend .refer_option ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.refer_friend .refer_option ul li {
    text-align: center;
    display: flex;
    flex: 1;
}
.refer_friend .refer_option ul li a svg {
    width: 34px;
    height: 30px;
    margin: 15px auto;
    fill: #343a40;
}
.refer_friend .refer_option ul li a {
    text-align: center;
    flex: 1;
    margin: 2px;
    border-radius: 5px;
    color: #333333;
}
.refer_friend .refer_option ul li a span {
    display: block;
    margin-bottom: 10px;
}
.refer_friend .refer_option ul li a:hover svg {
    fill: #ffffff;
}
.refer_friend .refer_option ul li a:hover {
    color: #ffffff;
}
.refer_friend .refer_option ul li.link-gmail a:hover {background-color: #ef322e;}
.refer_friend .refer_option ul li.link-facebook a:hover {background-color: #214496;}
.refer_friend .refer_option ul li.link-twitter a:hover {background-color: #15a0ff;}
.refer_friend .refer_option ul li.link-yahoo a:hover {background-color: #660066;}
.refer_friend .refer_option ul li.link-outlook a:hover {background-color: #016ec0;}
.refer_friend .refer_option ul li.link-sms a:hover {background-color: orange;}

form#invite-friend-form .form_item_holder label {
    display: none;
}
form#invite-friend-form .form_item_holder .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.refer_friend  #invite-friend-btn {
    min-width: 175px;
}
.refer_friend .add_friend.btn, 
.refer_friend .remove_friend.btn {
    /* padding: 0;
    width: 30px;
    height: 30px;
    font-size: 1.7em;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0; */
        padding: 6px 25px;
        font-size: 16px;
}
#invite-friend-mobile-form .form_item_holder.mobile {margin-top: -2px;}
#invite-friend-mobile-form .form_item_holder input {background-color: #ffffff; border-radius: 5px;}

#transaction-details-form:after {
    content: '';
    display: block;
    clear: both;
}
#transaction-details-form .filter {
    width: 100%;
    float: left;
    padding: 0 5px;
}
#transaction-details-form #search {
    width: 30%;
    margin-top: 24px;
}
#transaction-details-form input, 
#transaction-details-form .input-group,
#transaction-details-form select{width:100%;}
#transaction-details-form input[readonly] {cursor: pointer;}

.walletContent {text-align: center;margin: 45px 0 25px;}
.walletContent .form_item_holder {max-width: 440px; margin: 0 auto;}
.walletContent  button[type='submit'] { margin-top: 20px; min-width: 100px;}
.walletContent .imgWrap img {display: inline-block;}
.walletContent .imgWrap {margin: 15px 0;}
.walletContent .amountOuterWrap {text-align: center;}
.walletContent .amountOuterWrap > div {display: inline-block;}
.walletContent .contentheading {margin-top: 10px; margin-bottom: 15px;}
.walletContent .iniWithBTN {padding: 6px 30px; margin: 10px 0;}
.otpBlockWrap {margin: 10px 0;}
.otpBlockWrap .blk {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #333333;
    border-radius: 5px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
}
.otpAfterMsg{
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.4;
}

.amountWrap {color: white; font-weight: 500; display: flex;}
.refreshIcon {
    background-color: #ff9f00;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #f08c1d;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.refreshIcon:hover {transform: rotate(180deg);}

.disclaimerWrap {
    text-align: left;
    font-size: 0.8em;
}
.disclaimerWrap .label {
    color: inherit;
    font-size: 1em;
    font-style: italic;
}



.whiteBackground {padding: 25px 15px 25px 15px;}
.myTicketOuterWrap {margin: 20px 0; text-align: left;}
.myTicketInnerWrap{ color:#333333; font-weight:400;line-height: 100%; overflow: hidden; padding: 4px; text-align: center;/*cursor: pointer;*/}
.myTicketInnerWrap > div{ display:inline-block; background-color:#ffffff; border: 1px solid #efefef; padding: 10px; min-height: 155px; -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.27); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.27); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.27);}
.myTicketInnerWrap .myTicketInnerWrap1{ width:72%; vertical-align: top; position:relative; padding-bottom: 50px; text-align: left;}
.myTicketInnerWrap .myTicketInnerWrap2{ width:25%; vertical-align: top; text-align: center; text-transform: uppercase; font-size: 14px; 
    /*padding-top: 29px;*/ padding-left: 8px; padding-right: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.myTicketInnerWrap .ticketGameName{ font-size:18px; font-weight:500;line-height: 120%; color: #000000;}
.myTicketInnerWrap .transactionIDTitle, .myTicketInnerWrap .transactionTimeName{ color:#909090; font-size:11px; font-style:italic; }
.myTicketInnerWrap .transactionIDNum{ font-size:18px; margin-bottom: 4px;}
.myTicketInnerWrap .transactionTimeNum{ font-size:14px;}
.myTicketInnerWrap .ticketResultSymbol, .myTicketInnerWrap .ticketPrice { position: absolute; bottom: 10px;}
.myTicketInnerWrap .ticketResultSymbol{ left:10px;}
.myTicketInnerWrap .ticketPrice { right:10px; font-size:30px; font-weight:300; line-height: 30px; vertical-align: baseline; bottom: 5px;}
.myTicketInnerWrap .ticketPrice span{ /*font-size:20px;*/}
.myTicketInnerWrap .gameTypeIconTic {margin-bottom: 5px;}
.myTicketInnerWrap .gameTypeIconTic img {max-height: 100px; margin: auto;}
.myTicketInnerWrap .myTicketInnerWrap1:before, .myTicketInnerWrap .myTicketInnerWrap1:after {content: ''; display: block; width: 19px; height: 282px; position: absolute; background: url(../images/myTicketDottedCurveBig.png) no-repeat center top; top: -1px; right: -10px; z-index: 5; overflow:hidden;}
.myTicketInnerWrap .myTicketInnerWrap1:after{ background-position: center bottom; z-index:10; height: 16px; top: auto; bottom: -5px;}







#sp-left {
  /*  background-color: #f1f3f4;*/
    padding: 0 15px 25px;
    z-index: 10;
    position: relative;
}
#sp-left .sp-module-title {
    font-size: 1.4em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--purple-dark);
    padding: 20px 15px 20px;
    border-bottom: 4px solid var(--purple-dark);
    margin: 0 -15px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
   /* box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
}
#sp-left ul.nav {
    margin: 0 -15px;
}
#sp-left ul.nav li a img {
    display: inline-block;
    margin-right: 10px;
    max-width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 5px;
}
#sp-left ul.nav li a {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#sp-left ul.nav li a:before {
    display: none;
}
#sp-left ul.nav li.current a {
    background-color: var(--yellow-primary);
    color: #ffffff;
}
#sp-left ul.nav li.current a img {
    background-color: #ffffff;
}


.profileHeader {
    margin: 0 0;
    background: #fff;
    padding: 20px;
}
.userInfoGroup {display: flex;}
.userInfoGroup .userPic {position: relative;}
.userInfoGroup .userPic .userPicImgWrap {
    width: 100px;
    height: 100px;
    margin: 10px 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.userInfoGroup .userPic .icon {
    position: absolute;
    right: 20px;
    bottom: 7px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userInfoGroup .userPic .icon img {width: 11px;}
.userInfoGroup .userInfo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    /* color: #ffffff; */
    font-size: 1.2em;
    font-weight: 300;
}
.userInfoGroup .userInfo .userName {
    font-size: 1em;
    font-weight: 300;
    margin-top: 3px;
}
.profileDetailWrap .detailWrap {
    max-width: 450px;
    margin: 20px 0;
}
.profileDetailWrap .detailWrap .detailRow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px dashed #e5e5e5;
    padding: 8px;
}
.profileDetailWrap .detailWrap .detailRow .valueWrap {
    flex: 1;
    display: flex;
}
.profileDetailWrap .detailWrap .detailRow .valueWrap .icon {
    width: 25px;
    flex: 0 0 25px;
}
.profileDetailWrap .detailWrap .detailRow .action .btn {
    padding: 2px 12px;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 70px;
}
.profileDetailWrap .detailWrap .detailAction {
    text-align: center;
    padding: 20px 0;
}
#myaccount_body_section .button_holder .btn {
    min-width: 140px;
}
.user_avtar img {
    max-width: 300px;
    margin: auto;
}
.selected_avtar {
    max-width: 380px;
    text-align: center;
}
.upload_pic_actbtn img {
    display: inline-block;
}
#avatar_saving_btn{color: inherit; cursor: default;}

.formItemBtnGroup,
#player-profile-form .do_verify, 
#player-profile-form .verify {position: relative;}
 
.formItemBtnGroup button,
#player-profile-form .do_verify button, 
#player-profile-form .verify button, 
#player-profile-form .do_verify .btn_verify, 
#player-profile-form .verify .btn_verify {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    width: 80px;
}
.formItemBtnGroup input,
#player-profile-form .do_verify input, 
#player-profile-form .verify input {
    padding-right: 85px;
    max-width: none;
}

#player-profile-form .do_verify button, 
#player-profile-form .verify button {cursor: pointer;}

#player-profile-form .do_verify button,
#player-profile-form .verify .btn_verify{display:block; }

#player-profile-form .do_verify .btn_verify,
#player-profile-form .verify button{display:none;}

#player-profile-form .verify .btn_verify{
    line-height: 30px;
    color: green;
    font-size: 12px;
    font-weight: 500;
}

#player-profile-form textarea {max-width: none;}
#player-profile-form #datepicker {display: block;}

.gender .checkbox {margin: 0; display: flex;}
.gender .checkbox label {
    position: relative;
    padding: 0;
    margin: 0;
    /* float: left; */
    flex: 1;
}
/* .gender .checkbox:after {content: '';display: block;clear: both;} */
.gender .checkbox label input{position:absolute; opacity:0;}
.gender .checkbox label span {
    position: relative;
    border: 1px solid #cccccc;
    display: block;
    min-width: 80px;
    text-align: center;
    height: 34px;
    line-height: 32px;
}
.gender .checkbox label + label { margin-left: -1px;}
.gender .checkbox label:first-child span {border-radius: 30px 0 0 30px;}
.gender .checkbox label:last-of-type span {border-radius: 0 30px 30px 0;}
.gender .checkbox label input:checked + span {background-color: #eeeeee; cursor: default;}
.gender .checkbox label input:checked + span:before {content: '\f00c';font-family: FontAwesome;margin-right: 5px;}

.send_msg {color: green; line-height: 1.4;}



/**********************Inner Mailer Css*****************************/

.myaccount_body_section .heading span.mail_count{color:#fff; font-size:16px;}
.myaccount_body_section .heading .search_mail{float:right; width:auto;}
.myaccount_body_section .heading .search_mail .search_box{float:left; margin:-4px 0 0px 0; width:200px;}
.myaccount_body_section .heading .search_mail .search_box .input-group{border:1px solid #fff; float:left; width:100%; height:25px; border-radius:25px; padding:0;}
.myaccount_body_section .heading .search_mail .search_box .input-group .btn.btn-default{border:0; background:none; border-radius:25px 0px 0px 25px; height:23px; padding:0 10px; color:#fff;}
.myaccount_body_section .heading .search_mail .search_box .input-group .custome_input{border:0; background:none; border-radius:0 25px 25px 0; padding-right:15px; height:23px; font-size:14px; color:#fff;}
.myaccount_body_section .heading .search_mail .mail_actionbtn{float:right; margin:0; padding:0;}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.maroon_bg{float:left; margin:-4px 0 0 10px;}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.green_bg{float:left; font-size:14px; border-radius:3px; height:25px; line-height:25px; margin:-4px 0 0 0px;}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.back_btn{background:none; float:left;  color:#474747; font-size:14px; border:0; text-shadow:none; margin:-1px 10px 0 0; padding:0;}

.myaccount_body_section .heading .search_mail .mail_actionbtn_inner{float:right; margin:0; padding:0;}
.myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.maroon_bg{float:left; margin:-4px 0 0 10px;}
.myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.green_bg{float:left; font-size:14px; border-radius:3px; height:25px; line-height:25px; margin:-4px 0 0 0px;}
.myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.back_btn{background:none; float:left;  color:#a7f4fd; font-size:14px; border:0; text-shadow:none; margin:-1px 10px 0 0; padding:0;}

.myaccount_body_section .inbox{float:left; width:100%; margin:0; padding:0;}
.myaccount_body_section .inbox #inbox-table-footable > tbody {border-top: 1px solid #dddddd;}
.myaccount_body_section .inbox #inbox-table-footable > tbody > tr > td{padding:0; border-bottom:1px solid #dddddd; border-top:0;}
.myaccount_body_section .inbox .mail_item{float:left; width:100%; margin:0; padding:0; background:#eef6ff; border-radius: 0; border-left: 3px solid #b7b7b7;}
/* .myaccount_body_section .inbox .mail_item:last-child{border:0;} */
.myaccount_body_section .inbox .mail_item .mail_checkbox{float:left; margin: 0; padding: 0; width: 40px; height: 36px;}
.myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green{background-position: -119px 0;}
.myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green.hover{background-position:-119px 0;}
.myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green.checked{background-position:-176px 0;}
.myaccount_body_section .inbox .mail_item .mail_shortinfo{float:right; margin:0; padding:8px 10px 8px 0; width: calc(100% - 40px);}
.myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title{float:left; margin:0; padding:0; width:100%; font-size:16px;}
.myaccount_body_section .inbox .mail_item a {color: inherit;}
.myaccount_body_section .inbox .mail_item a .mail_shortinfo .mail_title{float:left; font-size:14px; color:inherit; text-decoration:none;}
.myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title .mail_date{float:right; margin:0; padding:0; color:inherit; font-size:12px;}
.myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_info{float:left; margin:0; padding:0; width:100%; color:#777777; font-size:14px;}
.myaccount_body_section .inbox .mail_item.unread{background:#ffffff; border-left-color: #0448a8;}
.myaccount_body_section .inbox .mail_item.unread a{font-weight: bold;}
/*.myaccount_body_section .inbox .mail_item.unread .mail_shortinfo .mail_title a{}*/
.myaccount_body_section .inbox .mail_item.unread .mail_shortinfo .mail_title .mail_date{font-weight: bold;}
.myaccount_body_section .inbox .inbox_inner{float:left; width:100%; margin-bottom: 40px;}
.myaccount_body_section .heading .search_mail a.back_btn i{font-size:25px; float:left; margin:-4px 5px 0 0;}
.myaccount_body_section .inbox .inbox_inner .mail_heading{margin: 0; padding: 10px 0; margin-bottom: 15px; width: 100%; font-size: 20px; border-bottom: 1px solid #ddd; line-height: 1.2;}
.myaccount_body_section .inbox .inbox_inner .mail_heading .mail_date{font-size: 14px; display: block;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer{width:100%; float:left; margin:0 auto;}

.myaccount_body_section .inbox .mail_item .mail_checkbox label,
.icheckbox_label {width: 40px; height: 36px; display: block; position: relative; cursor: pointer; margin-bottom: 0; padding: 8px 10px;}
.footable-first-column .icheckbox_label {margin-bottom: -10px;}
.myaccount_body_section .inbox .mail_item .mail_checkbox label input,
.icheckbox_label input {opacity: 0;}
.myaccount_body_section .inbox .mail_item .mail_checkbox label input + span:after,
.icheckbox_square-green + span:after {content: '\f096';font-family: FontAwesome;position: absolute;width: 20px;height: 20px;text-align: center;top: 8px;left: 10px;line-height: 20px;font-size: 18px;z-index: 10;}
.myaccount_body_section .inbox .mail_item .mail_checkbox label input:checked + span:after,
.icheckbox_square-green.checked + span:after {content: '\f14a';}
.myaccount_body_section .inbox .mail_item .mail_checkbox label:after,
.icheckbox_label:after {content: '';position: absolute;top: 50%;left: 50%;width: 0;height: 0;border-radius: 50%;display: block;background-color: rgba(0,0,0,0.1);transform: translate(-50%, -50%);transition: all 0.25s ease-in-out;transform-origin: center center;}
.myaccount_body_section .inbox .mail_item .mail_checkbox label:hover:after,
.icheckbox_label:hover:after {width: 35px; height: 35px;}
.myaccount_body_section .mail_count {font-size: 0.8em;}
.myaccount_body_section .search_mail {display: flex; padding: 15px 26px; justify-content: space-between;}
.search_box .input-group .input-group-btn { position: absolute; top: 0px; right: 0; width: 35px; height: 100%;}
.search_box .input-group .input-group-btn button {margin: 0; border: none; height: 100%; position: absolute; padding: 0; width: 35px; text-align: center;}
.search_box .input-group input {padding-left: 15px; padding-right: 45px; width: 280px;}
.search_mail #delete_main,
.search_mail .mail_actionbtn_inner a{border: 1px solid #0448a8;padding: 3px 18px;border-radius: 20px;position: relative;display: inline-block; line-height: 1.6; vertical-align: baseline;}
.search_mail #delete_main:before,
.search_mail .mail_actionbtn_inner a:before {content: '\f014'; font-family: FontAwesome; font-size: 16px; text-align: center; display: inline-block; margin-right: 7px;}
.search_mail #delete_main:hover,
.search_mail .mail_actionbtn_inner a:hover{color: #ffffff; background-color: #0448a8;}
.search_mail .mail_actionbtn_inner a.back_btn:before {/* content: '\f104'; content: '\f0a5'; */
    content: '\f100';
}
.search_mail .mail_actionbtn_inner a.btn:hover{
    color: #ffffff;
    background-color: #d29020;
    border-color: #d29020;
}

.scroll-wrapper{margin-bottom: 20px; margin-top: 20px;}

.myaccount_body_section .inbox > table, .myaccount_body_section .inbox > table td, .myaccount_body_section .inbox > table th {
    background-color: transparent !important; border: none; color: inherit; padding: 0; margin: 0;}
/*.myaccount_body_section .inbox .icheckbox_square-green, .myaccount_body_section .inbox .iradio_square-green {
    display: inline-block; vertical-align: middle; margin: 0; padding: 0; width: 24px; height: 24px;
    background: url(../images/common/green.png) no-repeat; border: none; cursor: pointer;}
    */

@media only screen and (min-width:480px) and (max-width: 600px) {
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter{width: 100%!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth{width: 100%!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth img.feature{width: auto!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth{width: 210px!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .center{text-align: center!important;}
}
@media only screen and (min-width:0px) and (max-width: 479px) {
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter{width: 100%!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth{width: 100%!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth{width: 210px!important;padding: 0;}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer .center{text-align: center!important;}
}
/**********************Inner Mailer Css*****************************/



/*********** Instant Win Games Start *********************************/

#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsBgWrap .gamePlayArea-top, 
#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsInnerWrap {display: none;}
#gamePlayDiv.bodyWrapper.gameDetailsWrap.fullScreeOn {width: 100%; height: 100%; margin: 0; padding: 0;}
.bodyWrapper.gameDetailsWrap {padding-bottom: 10px;}
.gameDetailsBgWrap .gamePlayArea{font-size: 0; line-height: 0; position: relative; z-index: 100;}
.gamePlayArea-top {display: none;}
.bannerTop .bannerWrap img {width: 100%;}
.gameListing {display: flex; flex-wrap: wrap; padding: 0 15px 10px;}
.gameListing .grid-item {/*width: 100%;*/ padding: 2px;}
.gameListing .grid-item .cellInnerWrap figure img {width: 170px; /*margin-right: 10px;*/ flex: 0 0 170px; /*min-height: 170px;*/ margin: 0 auto;}
/*.gameListing .grid-item .cellInnerWrap figure {display: flex;}*/
.gameListing .grid-item .cellInnerWrap figure .gameName {color: #0448a8; cursor: default;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;}
.gameListing .grid-item .cellInnerWrap figure .gameDesc {font-size: 13px; display: none; line-height: 18px;}
.gameListing .grid-item .cellInnerWrap figure .gameDesc .winPrizeWrap {font-size: 11px; font-weight: 500; text-transform: uppercase; color: #d30e24; margin-bottom: 3px;}
.gameListing .grid-item .cellInnerWrap figure .gameDesc .winPrizeWrap .currencyWrap {background-color: #ffef91; padding: 1px 4px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.15); letter-spacing: 0.1em; font-size: 14px;}
.gameListing figcaption {margin: 0; position: relative; /*padding-bottom: 53px;*/ text-align: center;}

.cell .cellInnerWrap{box-shadow: none; padding: 8px 5px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; 
    /* background-color: rgba(4, 72, 168, .12); */
    border-radius: 8px;
    /* border: 1px solid rgba(4,72,168,0.25); */
}
/*.cell .cellInnerWrap > a {display: block; padding: 8px;}*/
.bannerTop {margin-bottom: 10px;}
/*.cell .cellInnerWrap:hover {background-color: #f68d2d;}*/
.cell .cellInnerWrap .btnStyle2 {min-height: 38px; font-size: 14px; margin-top: 8px; position: absolute; left: 0; bottom: 0; min-width: 110px; display: none;}

#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsBgWrap .quickLink {
    background-image: url(/templates/shaper_helix3/images/fullScreen-icon.png);
}
#gamePlayDiv.bodyWrapper.gameDetailsWrap.fullScreeOn .gameDetailsBgWrap .quickLink {
    background-image: url(/templates/shaper_helix3/images/reStore-icon.png);
}

.hTPEaziWin ul.nav-tabs > li, .ignoreUpperCase {
    text-transform: none;
}

/*********** Instant Win Games End *********************************/


/*---------result start--------------------------------*/
.resultWrap .resultHeader {text-align: center;}
.resultWrap .resultHeader .content {display: inline-flex; align-items: center;}
.resultWrap .resultHeader .content img {max-width: 80px; max-height: 70px; margin-right: 20px;}
.resultWrap .resultHeader .content .header {text-align: left; font-weight: 500; font-size: 16px; line-height: 1.4;}
.resultWrap .resultHeader .content .header .gameName {color: #0448a8; font-size: 1.4em;}

.resultWrap .resultBody {margin: 20px 0;}
.r-Table .r-TableHead .r-row {border-bottom: 2px solid #dddddd; font-weight: 500; display: flex;}

.r-Table .r-TableBody .r-rowGroup {border-bottom: 1px solid #dddddd;}
.r-Table .r-TableBody .r-row {display: flex; font-weight: 500; padding: 10px 0;}
.resultWrap.lucky6 .r-Table .r-row .r-Col{padding:0 8px;}
.resultWrap.lucky6 .r-Table .r-row .col1{width: 10%;}
.resultWrap.lucky6 .r-Table .r-row .col2{width: 12%;}
.resultWrap.lucky6 .r-Table .r-row .col3{width: 64%;}
.resultWrap.lucky6 .r-Table .r-row .col4{width: 14%;}
.r-Table .r-TableBody .r-row .drawMultiplier img {max-width: 30px;}

.resultWrap.lucky6 .r-Table .r-TableBody .label {color: #989898; font-size: 0.9em; padding: 0; font-weight: 400;}
.r-Table .r-TableBody .r-row .label {display: none;}
.r-Table .r-TableBody .r-rowGroup:nth-child(odd) {background-color: #f5f5f5;}
.r-Table .r-TableBody .r-rowGroup.accord .r-row {position: relative; cursor: pointer;}
.r-Table .r-TableBody .r-rowGroup.accord .r-row:before {content: '\f055';font-family: FontAwesome;font-size: 20px;line-height: 20px;position: absolute;color: #0448a8;right: 5px;top: 50%;margin-top: -10px;}
.r-Table .r-TableBody .r-rowGroup.accord.active .r-row:before {color: #d58f1f; content: '\f056';}
.r-Table .r-TableBody .r-rowAccordWrap {display: none;}
.r-Table .r-TableBody .r-rowAccord {margin: 1px 10px 10px 11px; display: grid; grid-template-columns: repeat(6, auto);}
.r-Table .r-TableBody .r-rowAccord .r-col {padding: 8px; border: 1px solid #dddddd; margin: -1px 0 0 -1px;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail {font-size: 18px;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .win img {max-width: 28px; display: inline-block; margin-left: 5px;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot {display: inline-block; width: 14px; height: 14px; background-color: #dddddd; margin-left: 5px; border-radius: 50%;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-pink{background-color: #fba8d4;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-red{background-color: #f93525;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-orange{background-color: #f9b81c;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-brown{background-color: #c76e28;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-green{background-color: #8ac539;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-cyan{background-color: #6bd0ca;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-blue{background-color: #0688de;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-magenta{background-color: #d352f7;}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-grey{background-color: #8c909c;}


.ballList, .ballGroup {display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 0;}
.ballList li {display: flex; justify-content: center; align-items: center;}
.ballList .ballWrap {width: 32px; height: 32px; border-radius: 50%; margin: 0 2px; margin-bottom: 2px; display: flex; justify-content: center; align-items: center; font-weight: bold; position: relative; border: 6px solid #ffffff; padding-top: 2px; background-color: #ffffff;}	

.ballList .ballWrap.ball-pink {border-color: #fba8d4;}
.ballList .ballWrap.ball-pink.active {background-color: #fba8d4;}
.ballList .ballWrap.ball-red {border-color: #f93525;}
.ballList .ballWrap.ball-red.active {background-color: #f93525;}
.ballList .ballWrap.ball-orange {border-color: #f9b81c;}
.ballList .ballWrap.ball-orange.active {/* background-color: #f9b81c; */}
.ballList .ballWrap.ball-brown {border-color: #c76e28;}
.ballList .ballWrap.ball-brown.active {background-color: #c76e28;}
.ballList .ballWrap.ball-green {border-color: #8ac539;}
.ballList .ballWrap.ball-green.active {background-color: #8ac539;}
.ballList .ballWrap.ball-cyan {border-color: #6bd0ca;}
.ballList .ballWrap.ball-cyan.active {background-color: #6bd0ca;}
.ballList .ballWrap.ball-blue {border-color: #0688de;}
.ballList .ballWrap.ball-blue.active {background-color: #0688de;}
.ballList .ballWrap.ball-magenta {border-color: #d352f7;}
.ballList .ballWrap.ball-magenta.active {background-color: #d352f7;}
.ballList .ballWrap.ball-grey {border-color: #8c909c;}
.ballList .ballWrap.ball-grey.active {background-color: #8c909c;}

.ballList .ballWrap.active.clover {background-position: center center; background-image: url(../images/clover.png); background-repeat: no-repeat; background-size: 100%; border-width: 2px;}



/*---------result css end------------------------*/


/*---------Welcome Bonus PopUp---------------------*/
#regBonusWelcome {text-align: center;}
#regBonusWelcome .info-msg-wrap .title {
    font-size: 22px;
    color: #0448a8;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
#regBonusWelcome .info-msg-wrap p {font-size: 1.2em;}
#regBonusWelcome .icon-wrap { width: auto; height: auto;}
#regBonusWelcome .info-msg-wrap.bonus-amt-bg {position: relative;}
#regBonusWelcome .info-msg-wrap.bonus-amt-bg .title-md {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
}
#regBonusWelcome .sec-action-blk .btn {display: block; margin: 10px auto;}
#regBonusWelcome .sec-action-blk .btn.btn-primary {min-width: 260px; min-height: 60px; font-size: 1.2em;}
#regBonusWelcome .sec-action-blk .btn.btn-plain {
    background-color: transparent;
    color: #0448a8;
    font-weight: 500;
    min-height: 40px;
}

/*------------------------------------------------*/

.gamePage #sp-main-body > .container {
    padding: 0 !important;
   max-width: 100% !important;
}
.gamePage #sp-main-body > .container #sp-component{border:none;}




.iframeGamePlay {overflow: hidden;}
.iframeGamePlay #sp-main-body {position: relative; z-index: 1000;}
.iframeGamePlay{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    display:block;
}
 .iframeGamePlay #sp-component #lottogames_div_iframe{
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;   
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll !important;*/
} 
.iframeGamePlay #sp-component iframe {
    width: 100% !important;    
    min-height: 100%;
    /* position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;   
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important; */
}
/*.iframeGamePlay.br-Safari #sp-component #lottogames_div_iframe,*/
.iframeGamePlay.unSupported #sp-component #lottogames_div_iframe{
    overflow-y: scroll !important;
}
/*.iframeGamePlay.os-Windows #sp-component iframe,
.iframeGamePlay.os-Linux #sp-component iframe,
.iframeGamePlay.os-Windows #sp-component iframe,
.iframeGamePlay.os-Android #sp-component iframe,
.iframeGamePlay.br-Chrome #sp-component iframe,*/

/*.iframeGamePlay.br-Firefox #sp-component iframe,*/
.iframeGamePlay.supported #sp-component iframe {
    height: 100%!important;
}


iframe#lottogames_iframe_1{height: 100vh;}


/*------------------------------------------------*/
.sp-module .offcanvasFixed{display: none;}
/* .sp-module .offcanvasFixed {
    position: fixed;
    width: 100%;
    display: flex;
    left:0;
    bottom: 0;
    background-color:#0448a8;
}
.sp-module .offcanvasFixed li{flex: 0 0 33.33%; border: none; border-top: 1px solid rgba(255,255,255,0.2);}
.sp-module .offcanvasFixed li a{
    color:#ffffff;
    text-align:center;
    font-size:10px;
    padding: 5px 2px;
    line-height: 1.3;
}
.sp-module .offcanvasFixed li a img{
    max-height:15px;
    max-width:15px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.sp-module .offcanvasFixed li a:before {
    display: none;
}

.sp-module .offcanvasFixed li + li {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.body-wrapper {
    padding-bottom: 45px;
} */

/*-------------------------------*/
@media only screen and (max-width:1199px){
    /* #sp-main-body {
        min-height: calc(100vh - 300px);
    } */
}
@media only screen and (max-width:991px){
    .r-Table .r-TableBody .r-rowAccord{grid-template-columns: repeat(4, auto);}
}

@media only screen and (max-width:767px){
    #sp-logo > .sp-column .sp-module.langNav{display: none;}
    #player-profile-form {max-width: 440px;}
    
    .r-Table .r-TableBody .r-rowAccord{grid-template-columns: repeat(3, auto);}
    .r-Table .r-TableBody .r-row .label {display: block; text-align: left;}
    .r-Table .r-TableHead {display: none;}    
    .r-Table .r-TableBody {border-top: 1px solid #dddddd; margin: 0 -10px;}
    .resultWrap.lucky6 .r-Table .r-TableBody .r-row .r-Col {padding: 10px;}
    .resultBallsWrap {margin-top: 5px;}

    .resultWrap.lucky6 .r-Table .r-TableBody .r-row {display: grid;grid-template-columns: 30% 70%;grid-template-rows:repeat(3, auto);padding: 0;}
    .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col1{grid-area: 1/1/2/2; width: 100%;}
    .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col2 {grid-area: 2/1/3/2;width: 100%; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;}
    .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col3 {grid-area: 1/2/4/3;width: 100%; border-left: 1px solid #dddddd; padding-bottom: 50px;}
    .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col4 {grid-area: 3/1/4/2; width: 100%;} 
    .r-Table .r-TableBody .r-rowGroup.accord .r-row:after {content: 'More Detail'; display: block;  width: 100%; position: absolute; bottom: 0; text-align: center; font-size: 9px; text-transform: uppercase;}
    .r-Table .r-TableBody .r-rowGroup.accord .r-row:before {top: auto; right: auto; left: 50%; bottom: 14px; margin-left: -10px;}
    .r-Table .r-TableBody .r-rowGroup.accord.active .r-row:after {content:'Less Detail';}
    .r-Table .r-TableBody{border-top-width: 3px;}
    .r-Table .r-TableBody .r-rowGroup{border-bottom-width: 3px;}

    .myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title .mail_date {float: none; display: block;}

}
@media only screen and (max-width:480px){
    .gameListing .grid-item .cellInnerWrap figure img {margin: 0 auto 5px;}    
    .gameListing .grid-item .cellInnerWrap figure {flex-direction: column;}    
    .gameListing figcaption {text-align: center; padding-bottom: 0px;}
    .cell .cellInnerWrap .btnStyle2 {position: relative;}
    .paymentLogo img {height: 12px;}    
    .paymentLogo > div {margin: 5px;}    
    .block4-icons img {max-height: 40px; padding: 5px 10px;}
    #sp-footer2 .socialicon{margin-top:5px;}
    #sp-footer{padding: 5px 0;}
    .sp-copyright{padding: 5px 0px;line-height: 100%;}
    .refer_friend .refer_option ul li a{line-height: 1.4;}
    .refer_friend .refer_option ul li a span{margin-bottom: 0; font-size: 11px;}
    .refer_friend .refer_option ul li a svg{margin: 5px auto;}
    #sp-logo .sp-module .btnWrap .btn {font-size: 11px; padding: 7px 10px;}    

    .myTicketInnerWrap{ position:relative; padding: 0;}
	.myTicketInnerWrap > div{ width:100%; display:block;}
	.myTicketInnerWrap .myTicketInnerWrap1:before, .myTicketInnerWrap .myTicketInnerWrap1:after{background: none;}
	.myTicketInnerWrap .myTicketInnerWrap2{
		position: absolute;
		width: 100%;
		top: 0;
		padding: 10px 0;
		height: 100px;
		min-height: 100px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }
    .myTicketInnerWrap .gameTypeIconTic {
        margin-bottom: 0;
        width: 70px;
        height: 70px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .myTicketInnerWrap .gameTypeIconTic img {
        max-height: 70px;
        margin: auto;
        margin-right: 15px;
    }
	.myTicketInnerWrap .myTicketInnerWrap1{
		padding-top: 110px;
		width: auto;
		margin: 0 4px;
		border-bottom: 1px solid #DAD8D8;
    }
    .r-Table .r-TableBody .r-rowAccord{grid-template-columns: repeat(2, auto);}
    .search_mail .search_box .input-group input {width: 220px;}
    .search_mail #delete_main {font-size: 0;}
    .search_mail #delete_main:before{margin:0;}

}

@media only screen and (max-width:359px){
    .r-Table .r-TableBody .ballList {margin: 0 -10px;}
}

@media only screen and (min-width:481px){
    .gameLinkWrap .menu-games > li{
        min-width: 160px;
    }
    #transaction-details-form .filter{
        width: 50%;
    }
}



@media only screen and (min-width:768px){
    .container {
        width: 100% !important;
        max-width: 100% !important; 
    }

    #sp-slider .container{
        width:100%;
    }
    #sp-slider img {
        width: 100%;
    }
    .homefeature-box .part-right {
        font-size: 36px;
    }
    .gameLinkWrap .menu-games > li{
        min-width: 150px;
    }
    .gameLinkWrap .menu-games > li a img {
        max-width: 75%;
        max-height: 80px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .gameLinkWrap {
        padding: 50px 0;
    }
    #sp-homecomponentrow-1 {
        padding: 50px 0;
    }
    #transaction-details-form .filter{
        width: 25%;
    }

    .gameListing .grid-item {width: 50%;}

    .gameListing .grid-item .cellInnerWrap figure img{
        width: 160px;
        flex: 0 0 160px;
        margin: 0;
        margin-right: 10px;
    }
    /*.gameListing .grid-item .cellInnerWrap figure {
        display: flex;
    }
    .gameListing figcaption{
        text-align: left;
    }*/
    .gameListing .grid-item .cellInnerWrap figure .gameName{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .gameListing .grid-item .cellInnerWrap figure .gameDesc{
        display: block;
        margin-bottom: 45px;
    }
    .cell .cellInnerWrap .btnStyle2{display: inline-block;}

    .offcanvas-menu .offcanvas-inner .sp-module.langNav{height: 22px;}
    .offcanvas-menu .offcanvas-inner .sp-module.langNav .sp-module-content{display: none;}

    .resultWrap.lucky6 .r-Table .r-TableBody .r-row:hover {background-color: #fbf7e9;}
    
}


@media only screen and (min-width:992px){
    .homefeature-box .part-left img{
        max-width: 350px;
        margin-top: -45px;
    }
    /* #sp-bottom4 .socialicon{display: block;} */
    


    #sp-bottom .nav li a img {
        display: none;
    }
    #sp-bottom .nav li + li a {
        border-top: 1px solid #e5e5e5;
    }



    
    /*--------------------------------------*/
        .latestnews-box .content {margin: 20px 80px;}
        #sp-user2 {padding-top: 35px;}
    /*-------------------------------*/

    #sp-footer1 .sp-column{
        flex-direction: row;
    }

}

@media only screen and (min-width:1200px){
    
    #sp-header {
        height: 80px;
        padding: 0;
    }
    #sp-header .logo img{
        max-height: 52px;
        width:auto;
    }
    #sp-header.menu-fixed .logo img{margin-top: 5px;}
    #sp-menu{display: none;}    
    #sp-logo{width:100%; height: 80px; padding-left: 15px;}
    #sp-logo .sp-default-logo{display: none !important;}
    #sp-logo .mainNav {
        display: block;
        margin-left: auto;
    }
    #sp-header .mainNav > .sp-module-title + .sp-module-content {
        display: none;
        position: absolute;
        z-index: 100;
        background-color: #ffffff;
        left: 0;
        /*width: calc(100% + 40px);
        margin-left: -40px;*/
        width:100%;
        top: 100%;
        left:0;        
        padding: 15px 15px;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 6px 5px rgba(0,0,0,0.36);
    }

    #sp-header.menu-fixed .container, 
    #sp-header.menu-fixed .container > .row, 
    #sp-header.menu-fixed .container, 
    #sp-header.menu-fixed #sp-logo{
        transition: all 0.25s ease-in-out;
    }
    .sp-logo {position: relative;}
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav {display: flex;}    
    #sp-header .mainNav > .sp-module-content .nav a:before {display: none;}
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li {
        flex: 1;
        margin: 8px;
        display: flex;
        border: none;
    }    
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a {
        border: 1px solid #e5e5e5;
        flex: 1;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    } 
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a:hover {
        background-color: rgba(0,0,0,0.04);
    }   
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a img {
        max-width: 120px;
        max-height: 70px;
        margin-bottom: 10px;
        margin-top: 10px;
    }    
    #sp-header .mainNav:hover > .sp-module-title + .sp-module-content {
        display: block;
    }    
    #sp-header .mainNav .menu-quick {
        display: flex;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1;
        background: var(--yellow-primary);
        margin-right: 10px;
    }    
    #sp-header .mainNav .menu-quick a img {
        display: none;
        margin-right: 8px;
    }      
    #sp-header .mainNav .menu-quick li a {
        padding: 0 12px;
    }

    #sp-header .mainNav .sp-module-title {
        margin: 0;
        height: 80px;
        padding: -15px 12px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        transition: all 0.25s ease-in-out;
    }
    #sp-header .mainNav .sp-module-title:after {
        content: '\f107';
        font-family: 'FontAwesome';
        margin-left: 5px;
        font-size: 14px;
        color: var(--purple-primary);
    }
    #sp-header .mainNav:hover .sp-module-title {
        background-color: rgba(0,0,0,0.04);
        color: #0448a8;
    }    
    #sp-header .mainNav .sp-module-title:before {content: '';position: absolute;border-top: 12px solid rgba(0,0,0,0.04);border-left: 6px solid transparent;border-right: 6px solid transparent;width: 0;height: 0;display: none;top: 100%;z-index: 101;}
    #sp-header .mainNav:hover .sp-module-title:before {
        display: block;
    }
    #sp-header .mainNav .menu-quick li a {
        font-weight: 700;
        font-size: 17px;
        color: var(--purple-primary) !important;
        line-height: 1;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.25s ease-in-out;
    }
    #sp-header .mainNav .menu-quick li:hover a,
    #sp-header .mainNav .menu-quick li.current a {
        background-color: rgba(0,0,0,0.07);
    }

    #sp-header .mainNav.main-account{
        position: absolute;
        right: 0;
        z-index: 10;
    }
    #sp-header .mainNav.main-account .sp-module-title{
        font-size: 0;
         min-width: 68px;
        justify-content: flex-end;
        padding-right: 10px;
    }
    #sp-header .mainNav.main-account .sp-module-title:before{display: none;}
    #sp-header .mainNav.main-account:hover .sp-module-title{
        background-color: transparent;        
    }

    #sp-header .mainNav.main-account > .sp-module-title + .sp-module-content {width: 240px; right: 0; left: auto; padding: 15px 0 0;}
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account {flex-direction: column;}    
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account li {margin: 0;}    
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account li a {
        flex-direction: row;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        justify-content: flex-start;
        padding: 4px 10px;
    }    
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account li + li a {border-top: 0;}    
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account li a img {padding: 5px; margin: 0 10px 0 0; max-height: 28px; max-width: 28px; flex: 0 1 auto;}
    #sp-header .mainNav > .sp-module-title + .sp-module-content .nav.menu-account li:last-child a {border-bottom: none;}


    #sp-logo > .sp-column {
        justify-content: flex-start;
    }
    
    

    #sp-header .logo {
        margin-right: 25px;
    }
    #sp-header.menu-fixed .mainNav .sp-module-title {
        height: 40px;
    }
    
    #sp-header.menu-fixed .container, 
    #sp-header.menu-fixed .container > .row, 
    #sp-header.menu-fixed .container, 
    #sp-header.menu-fixed #sp-logo {
        height: 40px;
    }
    
    #sp-header.menu-fixed .mainNav .menu-quick li a {
        height: 40px;
    }

    .userInfoWrap{padding-right: 20px;}

    #sp-bottom, #sp-bottom2, #sp-bottom3, #sp-bottom4{display: block;}

    #sp-component{
        position: static;
        z-index: 1;
    }
    #sp-left{
        border-right: 1px solid #dddddd;
        margin-right: -1px;
        background: var(--purple-primary);
    }
    #sp-left + #sp-component{
        border-left: 1px solid #dddddd;
    }
    .modal-dialog {
        top: 0;
    }
    #sp-left {
        display: block;
    }
    #sp-left + #sp-component.col-sm-9, 
    #sp-left + #sp-component.col-md-9{
        width: 75%;
    }
   /* #sp-left + #sp-component .entry-header.has-post-format:after{left:0; transform: translateX(-15px);}*/

    .gameListing .grid-item {width: 33.33%;}
}


@media only screen and (min-width:1400px){
    .gameListing .grid-item{width:25%;}
}










.sbPage.iframeGamePlay.unSupported{position: static; overflow: auto;}
.sbPage.iframeGamePlay.unSupported #sp-component #lottogames_div_iframe{position: relative; top: 0; overflow-y: hidden !important;}

.sbPage.iframeGamePlay.supported #sp-component #lottogames_div_iframe{top:40px;}
.sbPage.iframeGamePlay.supported #sp-component iframe{
    height: calc(100% - 40px)!important;
}
.sbPage #sp-header { height: 40px;  z-index: 9999;}
.sbPage.supported  #sp-header { height: 40px; }
.sbPage.supported  #offcanvas-toggler { line-height: 32px;}
.sbPage.supported  #sp-header .logo img {max-height: 20px;}
.sbPage.supported  #sp-logo {height: 32px;}
@media only screen and (min-width:1200px){
.sbPage.supported #sp-header .logo img{margin-top: 5px;}
.sbPage.supported #sp-header .mainNav .sp-module-title { height: 40px; }
.sbPage.supported #sp-header .container, 
.sbPage.supported #sp-header .container > .row, 
.sbPage.supported #sp-header .container, 
.sbPage.supported #sp-header #sp-logo {height: 40px;}    
.sbPage.supported #sp-header .mainNav .menu-quick li a {height: 40px;}
}


/*

.unSupported #sp-header .mainNav .menu-quick li:hover a, 
.unSupported #sp-header .mainNav .menu-quick li.current a {background-color: #f9cd1f;}

.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-games > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-account > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-social > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-app > li{background-color: #efefef;}

*/




body.refer-friend {font-family: Roboto, sans-serif; font-weight: normal; margin: 0;}	
.referFriendLanding fieldset {padding: 0; border: none; width: 100%; display: block; margin: 0;}	
.referFriendLanding input {	
    width: calc(100% - 40px);	
    padding-left: 40px;	
    display: block;	
    height: 30px;	
    font-size: 14px;	
    line-height: 1.428571429;	
    color: #555555;	
    background-image: none;	
    background-color: #ffffff;	
    border: 1px solid #ccc;	
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);	
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);	
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
    margin-left: 0;	
}	
.referFriendLanding input.error {	
    border-color: #ec0f1c;	
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);	
}	
.referFriendLanding input:focus {	
    border-color: #66afe9;	
    outline: 0;	
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);	
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);	
}	
.refer-friend .gameLinkWrap .menu-games {padding: 0 15px; margin: 0;}	
.referFriendLanding .formWrap {background: #f1f1f1;}	
.referFriendLanding .fc-register {max-width: 440px; margin: 0px auto; padding:25px 15px;}	
.refer-friend .gameLinkWrap {margin: 0; padding-top: 10px;}	
.refer-friend .gameLinkWrap .menu-games > li a {text-decoration: none;}	
.referFriendLanding .imgWrap img {max-width: 240px; margin: 20px auto 0;}	
.referFriendLanding .imgWrap {text-align: center;}	
.referFriendLanding .fc-register .fc-submit {	
    display: inline-block;	
    padding:6px 12px;	
    margin-bottom:0;	
    font-size:14px;	
    font-weight:400;	
    line-height:1.42857143;	
    text-align:center;	
    white-space:nowrap;	
    vertical-align:middle;	
    -ms-touch-action:manipulation;	
    touch-action:manipulation;	
    cursor:pointer;	
    -webkit-user-select:none;	
    -moz-user-select:none;	
    -ms-user-select:none;	
    user-select:none;	
    background-image:none;	
    border:1px solid transparent;	
    border-radius:4px;	
    border-radius: 100px;	
}	
.referRegBanner {	
    width: 100%;	
    height: 100%;	
    position: absolute;	
    background-color: #ffffff;	
    overflow: hidden;	
    flex: 1;	
    border-radius: 8px;	
    z-index: 10;	
}	
.referRegBanner .bannerContent {	
    position: relative;	
    z-index: 20;	
    width: 50%;	
    height: 100%;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
}	
.referRegBanner .bannerBg {	
    position: absolute;	
    z-index: 1;	
    top: 0;	
    left: 0;	
    width: 100%;	
    height: 100%;	
}	
.referRegBanner .bannerBg .svg1 {	
    width: 40%;	
    height: 40%;	
    position: absolute;	
    left: -15%;	
    top: -15%;	
    z-index: 1;	
}	
.referRegBanner .bannerBg svg {	
    width: 100%;	
    height: 100%;	
}	
.referRegBanner .bannerBg .svg2 {	
    width: 80%;	
    height: 110%;	
    position: absolute;	
    right: -8%;	
    top: 2%;	
    z-index: 2;	
}	
.referRegBanner .bannerBg .svg3 {	
    width: 42%;	
    height: 70%;	
    position: absolute;	
    right: 1%;	
    bottom: 0%;	
    z-index: 10;	
    display: flex;	
    justify-content: flex-end;	
}	
.referRegBanner .bannerContent .content {	
    margin-top: -10%;	
    letter-spacing: 0.05em;	
    line-height: 1.5;	
    padding: 10px 20px;	
}	
.referRegBanner .bannerContent .content h2 {	
    font-size: 32px;	
    margin: 0;	
    margin-bottom: 10px;	
}	
.referRegBanner .bannerContent .content p {	
    font-size: 20px;	
}	
.referRegBanner .bannerContent .content p {	
    font-size: 26px;	
}	
.referRegBanner .bannerContent .content .currencyWrap {	
    color: #ff0000;	
    font-weight: bold;	
}	
.referRegBanner .bannerContent .content .currencyWrap .currency {	
    font-size: 0.85em;	
    margin-left: 2px;	
}	
.referRegBannerWrap {	
    position: absolute;	
    width: 100%;	
    top: 0;	
    left: 0;	
    z-index: 1;	
}	
.referRegBannerWrap:after {content: '';width: 100%;z-index: 1;padding-bottom: 56.6%;display: block;}	
	

/*********deposit-paymentgateway*********/
.walletFlowContent .dep-block {margin: 10px 0;}
.walletFlowContent .dep-block + .dep-block {
  /* margin-top: 20px;  */
  /*border-top: 1px solid rgba(0,0,0, 0.12);  */
  /* padding-top: 20px; */
}
.walletFlowContent .dep-block button.item {
    background-color: rgb(0, 67, 0);
    border: 2px solid #4a4a4a;
    background-color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    min-width: 100px;
    border-radius: 3px;
    min-height: 42px;
    color: #000000;
}
.walletFlowContent .dep-block button.item img {max-width: 36px; max-height: 36px; margin-right: 8px;}
.walletFlowContent .dep-block .dep-sub-block button.item {justify-content: flex-start;  min-width: 150px;}
.walletFlowContent .dep-block button.item.active { background-color: #ffffff; /* color: #ffffff;*/ border-color:#d96704; font-weight: 500; 
    box-shadow: 0 0 6px rgba(217, 103, 4, 0.36);}
.walletFlowContent .dep-block .dep-amount-input {margin-top: 15px; display: flex; align-items: center;}
.walletFlowContent .dep-block .dep-amount-input .currency-sym { margin-right: 10px; font-size: 1.2em;}
.walletFlowContent .dep-block .dep-amount-input input {padding-left: 12px; max-width: 180px;min-height: 48px; margin: 0;}
.walletFlowContent .dep-block .list-btn-wrap .list-btn { display: flex; flex-wrap: wrap;}
.walletFlowContent .dep-block .dep-sub-block-title {
    padding: 4px 12px;
    background-color: #e5e3e7;
    border-radius: 2px;
    font-size: 0.95em;
    letter-spacing: 0.04em;
    color: #000000;
}
.walletFlowContent .dep-block .dep-sub-block-title + .list-btn-wrap { border-radius: 0 0 5px 5px;  margin-bottom: 15px;  padding: 10px 8px; }
.walletFlowContent .dep-block .dep-block-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
}
.walletFlowContent .choosen-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0px 8px 10px;
    margin-top: -20px;
}
.walletFlowContent .dep-block .list-btn {list-style: none; padding: 0;}
.walletFlowContent .choosen-list .select-wrap { margin-right: 12px;}
.walletFlowContent .choosen-list select {width: 265px;}
.walletFlowContent .choosen-list .select-value span.icon {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 12px;
    background-color: #8bc34a;
    border-radius: 50%;
    border: 3px solid #000f38;
    outline: 2px solid #8bc34a;
}
.walletFlowContent .choosen-list .select-value {display: flex; align-items: center;}
.walletFlowContent .action-btn-wrap button {min-width: 120px;}
@media only screen and (max-width:767px){
    .walletFlowContent .choosen-list {flex-direction: column; align-items: flex-start;}    
    .walletFlowContent .choosen-list .select-value {margin-top: 15px;}    
    .walletFlowContent .choosen-list .select-wrap {margin-right: 0;}
}
@media only screen and (min-width: 1200px){
    /*.gameLinkWrap .menu-games > li {flex: 0 0 calc(33.33% - 70px);}
    .gameLinkWrap .menu-games {gap: 70px;}*/
    #sp-slide .subImage {
        padding: 10px 40px;
    }
    #sp-component > .sp-column {
        padding: 0;
    }
    .gamePage #sp-component > .sp-column {
        padding: 0;
    }
    /*.walletFlowContent.deposit {
        padding: 10px 80px;
    }*/
    .iframeGamePlay #sp-component > .sp-column {
        padding: 0px;
    }
}
.walletFlowContent .dep-block .form_item_holder:before {display: none;}
.walletFlowContent .dep-block .form_item_holder input {padding-left: 15px;}
.walletFlowContent .dep-block .form_item_holder label {font-weight: 500;}

/* .menu-account{
    display: flex;
    flex-direction: column;
} */
.login-btn ul{
    padding: 0 !important;
    margin: 0 !important;
}
.login-btn a{
    color: #fff !important;
}

.border-green{
    border-right: var(--purple-primary) !important;
}
.login-btn .nav-link{
    color:#fff !important;
}
button.nav-link.border-green {
    background: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 30px 0px 0px 30px;
}
button.nav-link.border-green2 {
    background: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 30px 30px 0px;
    margin-left: 2px;

}




.btn-close2 {
   
    width: 24px;
    background: #90009e !important;
    border: none !important;
    font-size: 16px !important;
    position: absolute !important;
    right: 4px !important;
    z-index: 99 !important;
    color: #fff !important;
    top: 4px !important;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.circle-one{
    width: auto !important;
    height: auto !important;
}
.circle-two{
    width: auto !important;
    height: auto !important;
}
.circle-one, .circle-two{
    position: static !important;
    border-radius: 50%;
}
.btn-login .circle-one:before {
    content: '';
    position: absolute !important;
    width: 180px !important;
    height: 180px !important;
    background: var(--purple-primary) !important;
    right: -87px !important;
    top: -87px !important;
    border-radius: 230px !important;
}


.btn-login .circle-two:before {
    content: '';
    position: absolute !important;
    width: 100px !important;
    height: 100px !important;
    background: var(--purple-primary) !important;
    right: -47px !important;
    top: 45px !important;
    border-radius: 230px !important;
}

.overflow-content {
    overflow: hidden !important;
}

.forget a {
    color: red !important;
    text-decoration: none !important;
}

.login-inner button {
    display: block !important;
    width: 100% !important;
    border-radius: 50px !important;
    border: 2px solid var(--purple-primary) !important;
    background-color: var(--purple-primary) !important;
}

.social-media {
    padding: 70px 27px 30px !important;
    background: var(--purple-primary) !important;
    position: relative !important;
}

.play-secure {
    text-align: center !important;
}

.social-media p {
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.social-media:before {
    background: #fff !important;
    content: '' !important;
    position: absolute !important;
    height: 0px !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 0 61% 61% !important;
}

.login-inner h4{
    font-weight: 700;
}
.login-inner input {
       background-color: #f7f3f9 !important;
    border: 1px solid #efe8f3 !important;
    border-radius: 50px !important;
}

.forget {
    text-align: center !important;
    margin-top: 19px !important;
}

.forget p {
    margin-bottom: 4px !important;
}

.btn-login {
    position: relative !important;
        padding: 0 !important; 
    display: block !important;
    gap: 20px;
    align-items: inherit !important;
}
.btn-login img{
    display: inline !important;
}

.social-media {
    padding: 20px 27px 30px !important;
    background: var(--purple-primary) !important;
    text-align: center !important;
    color: white !important;
    margin-bottom: 0px;
}

.social-media p {
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.social-icons-login {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

.social-icons-login a  {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    background: white !important;
    border-radius: 8px !important;
    text-align: center;
}

.social-icons-login a img {
    max-width: 20px !important;
    max-height: 20px !important;
   
}
.play-secure {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.play-secure img {
    height: 60px !important;
    object-fit: contain !important;
}

@media (max-width: 600px) {
    .social-icons-login a img {
        width: 35px !important;
        height: 35px !important;
    }

    .play-secure img {
        height: 25px !important;
    }

    .swiper-slide{
        max-width: 90px;
    }
}

.login-inner {
    padding: 30px;
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slider-img.first{
    background-color: #009639 !important;
        padding: 20px 0px;

    }
    .slider-img.second{
    background-color: #007024 !important;
        padding: 20px 0px;

    }
    .featured-img h3{
        color: #fff;
    }
    .slider-img img{
        border-radius: 20px;
    }

    .view-btn {
    background-color: #0a3622; /* slightly darker green */
    color: white;
    border: none;
    border-radius: 15px;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
}

.view-btn:hover {
    background-color: #14532d; /* hover effect */
}

.custom-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('/images/Group3841.jpg') center center/cover no-repeat;
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
    .explore {
    height: 100%;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
     
    .explore {
        height: 90px !important;
        font-size: 10px !important;
    }
    .menu-mob{
        display: flex !important;
    }
}
.menu-mob ul{
    list-style: none;
    margin: 0;
    display: flex;
    width: 640px;
    gap:8px;

}
.menu-mob ul li{
    white-space: nowrap;
}
.menu-mob ul li a{
    color: #fff;

}
.menu-mob{
        overflow: auto;
        background-color: #034918;
            padding: 10px 0;
    margin-top: 12px;
    display: none;
}

.menu-mob ul > li > a:before {
    content: none !important;
}
.menu-mob ul > li > a > img{
    display: inline !important;
    padding: 0px 5px;
}
.menu-mob ul > li > a > span{
    color: white;
}

#sp-headermob{
    padding: 0 !important;
    margin-top: -10px;
    position: fixed;
    z-index: 1000;
    transition: top 0.3s ease;
    display: none !important;
}

#sp-main-body > .container {
    padding: 0 !important;
      max-width: 100% !important;
 
}
#sp-footer > .container {
       padding: 0 !important;
      max-width: 100% !important;
}
#sp-section-14 > .container {
padding: 0 !important;
      max-width: 100% !important;
}
#sp-bottom > .container {
padding: 0 !important;
      max-width: 100% !important;
}
body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}
 
.content {
    flex: 1;
    padding: 20px;
    /* Content styling */
}
 
.sticky-footer {
    background-color: var(--purple-dark);
    color: white;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
 
@media (max-width: 768px) {
    .sticky-footer {
        padding: 8px 15px;
        font-size: 14px;
    }
   
    .login-btn{
        margin-right: 86px;
    }
}
 
 
/* .image-title{
    color: #fff;
} */
.payment-new-logo img{
    width: 83px;
    margin: 0 7px;
    object-fit: cover;
    border-radius: 10px;
    height: 48px;
    margin-bottom: 18px;
 
}
.copyright_area{
    color: #fff;
}
.icon-social img{
    width: 37px;
    height: 35px;
    padding: 4px;
}
.icon-social a{
    background: #fff;
    height: 48px;
    width: 63px;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 9px;
}
.sp-module-title{
    color:#fff;
}
.sp-module-content .nav a{
      color: #f1eeee;
}
#sp-footer{
        margin-bottom: 29px;
}
.sticky-footer .icon1:before{
content: '\F425';
   justify-content: flex-end;
        font-family: "bootstrap-icons";
            display: block;
                font-size: 19px;
}
.sticky-footer .icon2:before{
content: '\F12B';
   justify-content: flex-end;
        font-family: "bootstrap-icons";
            display: block;
                font-size: 19px;
}
.sticky-footer .icon3:before{
content: '\F6CB';
   justify-content: flex-end;
        font-family: "bootstrap-icons";
            display: block;
                font-size: 19px;
}
.sticky-footer .icon4:before{
content: '\F4E1';
   justify-content: flex-end;
        font-family: "bootstrap-icons";
            display: block;
                font-size: 19px;
}
.sticky-footer a{
    width: 25%;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    position: relative;
}
.sticky-footer{
        display: flex;
}
.sticky-footer a:after{
content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background: var(--purple-light);
    top: 11px;
    right: 0;
}
.sticky-footer a:last-child:after{
content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background: var(--purple-dark);
    top: 11px;
    right: 0;
}
#sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a{
    border: 1px solid var(--purple-light) !important;
}
#sp-header .mainNav > .sp-module-title + .sp-module-content{
            background-color: var(--purple-dark) !important;
}
#sp-header .mainNav.main-account > .sp-module-title + .sp-module-content{
    padding: 0 !important;
}
/* @media screen and (min-width: 360px) and (max-width: 768px) {
  .iframeGamePlay #sp-component #lottogames_div_iframe {
        top: 5.2% !important;
    }
} */
@media only screen and (max-width: 600px) and (min-width: 320px) {
    .transaction_table{
        display: none !important;
    }
        .menu-games img{
    display: none;
   }
 
   .sp-module-title{
        color: var(--white) !important;
   }
   .main-account ul li{
        width: 33%;
   }
   .main-account ul{
               /* margin: 0 -14px !important;
        display: flex !important; */
   }
   .offcanvas-menu .offcanvas-inner {
    border-top: none !important;
    /* padding-top: 25px; */
}
.menu-games li{
    border:none !important;
    border-top:1px solid var(--purple-primary) !important;
}
.menu-games li a{
    justify-content: left !important;
        align-items: start !important;
        font-size: 14px !important;
}
.menu-games{
        margin: 0 0 !important;
}
.menu-quick img{
    display: none;
}
.menu-quick li a{
    justify-content: left !important;
        align-items: start !important;
        font-size: 14px !important;
}
.menu-more{
        margin: 0 0 !important;
 
}
.menu-more li a{
    justify-content: left !important;
        align-items: start !important;
        font-size: 14px !important;
            padding: 4px 9px !important;
}
.menu-more li{
            border:none !important;
    border-top:1px solid var(--purple-primary) !important;
}
.menu-quick{
        margin: 0 0 !important;
}
.menu-quick li{
            border:none !important;
    border-top:1px solid var(--purple-primary) !important;
}
.sp-module-title{
    position: relative;
}
.sp-module-title:before{
           content: '';
        position: absolute;
        background: white;
        height: 22px;
        width: 4px;
        left: -10px;
        border-radius: 0 20px 20px 0px;
}
.menu-games .collapse {
    width: 100%;
    margin-top: 40px;
    margin-left: -91px;
    padding-left: 10px;
    background-color: var(--purple-primary);
}
.menu-games a{
    white-space: nowrap;
}
/************************************ticket*******************/
.myTicketOuterWrap{
        background: #fff;
    padding: 13px 28px;
        margin: 0;
}
.gameTypeIconTic img{
    width: 63px;
}
/* .myTicketInnerWrap2{
    display: flex;
} */
.gameTypeIconTic{
        margin-right: 13px;
        float: left;
}
.whiteBackground{
    padding:0;
}
.has-post-format h2{
    background-color: var(--purple-primary);
    padding: 14px 25px !important;
    color: #fff;
        margin: 0;
    border: none;
}
.form-filter{
        background: #002d0f;
}
.form_item_holder:before{
        filter: invert(82%) sepia(250%) saturate(0%) hue-rotate(340deg) brightness(148%) contrast(60%);
}
.custome_input{
        color: #002d0f !important;
    border: none !important;
    appearance: none;
}
#transaction-details-form #search {
    width: 100%;
    margin-top: 23px !important;
}
.form-group label{
        color: #000000 !important;

}
.currencyChange{
        font-size: 18px;
        position: absolute;
        right: 11px;
}
.ticketGameName{
    position: relative;
}



.myTicketInnerWrap2{
          background: #fff;
    padding: 0  !important;
    border-radius: 10px;
    margin: 0 10px;
    
            height: auto !important;
                position: relative;
}
.gameTypeIconTic {
    float: left;
        margin-right: 17px;
}
.gameTypeIconTic img{
        width: 75px !important;
}
.myTicketInnerWrap1{
    max-width: 30vw;
    font-size: 14px !important;
}
.myTicketOuterWrap {
    margin: 0px 0 !important;
    text-align: left;
}
.currencyChange{
    position: absolute;
    right: 16px;
    font-size: 17px !important;
    font-weight: 600;
}
   #transaction-details-form .filter {
        width: 100% !important;
    }
/************************************ticket*******************/
/************************************Transaction*******************/
.transction_filter{
        background: #002d0f;
}
.transaction-section{
        background: #fff;
    padding: 20px;
        border-bottom: 1px solid #ececec;
         display: block !important;
}
.transaction-mania img{
    width: 51px;
    float: left;
        margin-right: 15px;
}
.transaction-mania h3{
        font-size: 21px;
        margin-bottom: 4px;
}
.transaction-mania p{
    margin:0;
        font-size: 16px;
    margin-bottom: 3px;

}
.hash-mania p{
    margin:0;
    font-style: italic;
    color: #616161;
}
.bal-inquiry{
    text-align: right;
}
.amount{
    color: var(--purple-primary);
    font-size: 18px;
}
.aval-amt{
    font-size: 18px;
    margin: 0;
}
.hash-mania span{
    font-style: italic;

}
/************************************Transaction*******************/
/************************************refer friend*******************/

.bgwhite-refer{
    background-color: #fff;
}
.heading p{
        font-size: 17px;
    text-align: center;

}
.form-refercode input{
        background: #fff !important;
    box-shadow: none;
    color: var(--purple-primary) !important;
    text-align: center;
        padding: 0;
        font-size: 43px;
}
.form-refercode p{
    margin:0;
            color: #282828;
                    font-size: 16px;

}
.form-refercode2 input{
          background: #fff !important;
        box-shadow: none;
        color: #4c4c4c !important;
        text-align: center;
        padding: 0;
        font-size: 17px;
}
.form-refercode2 p{
    margin:0;
            color: #282828;
                    font-size: 16px;

}
.ground-refer{
        border: 2px dashed #999;
        margin: 0 17px;
        padding: 20px;
        text-align: center;
            border-radius: 19px;
            margin-bottom: 14px;

}
.ground-refer2{
         border: 2px dashed #999;
        margin: 0 17px;
        padding: 8px 20px;
        text-align: center;
        border-radius: 19px;
        margin-bottom: 18px;

}
.refer_friend .refer_option .or-addborder{
    position: relative;
            padding: 35px 0;
    margin-top: 11px;

}
.refer_friend .refer_option ul{
border:none !important;
    padding: 0;
    margin: 0;
}
.or-addborder{
        border-top: 1px solid #999;
    margin: 0 24px;
    border-bottom: 1px solid #999;
}
.refer_friend .refer_option .or-addborder:before{
        top: -9px;
        content: 'OR';
        position: absolute;
        left: 40%;
        background: #fff;
        padding: 0 30px;
        text-align: center;

}
.refer_friend .refer_option .or-addborder:after{
        bottom: -9px;
        content: 'OR';
        position: absolute;
        left: 40%;
        background: #fff;
        padding: 0 30px;
        text-align: center;
}
.refer_option ul img{
    max-width: 60px;
    height: auto;
    margin: auto;
    margin-bottom: 12px;
}
.or-addborder p{ 
    font-size: 18px;
    text-align: center;
    color: #373737;
}
.my-account-menu{
    display: flex !important;
}
.wallet-main{
    display: block !important;
}

    }
    .transaction-section{
        display: none;
    }
    .menu-account img{
            filter: invert(82%) sepia(250%) saturate(0%) hue-rotate(340deg) brightness(148%) contrast(60%);
    }
.menu-quick .item-340 {
    display: none;    
}
.menu-quick .item-341 {
    display: none;    
}
.userInfo{
    color: #000;
}
.profileDetailWrap{
    color: #000;
}
.userInfo{
    color: #000;
}
.userName{
    color: #000;
}
.userInfoGroup .userPic .userPicImgWrap{
    border: 2px solid #159c25 !important;
}
.profileDetailWrap .detailWrap .detailRow{
        border-bottom: none;
}
.profileDetailWrap .detailWrap {
    max-width: 450px;
    margin: 9px 0;
}
.profileDetailWrap .detailWrap .detailRow{
        padding: 2px 0;
    font-size: 15px;
    color: #636262;
}
.walletmania img{
    width: 40px;
}
.wallet-main{
        background: linear-gradient(to right, #11161c 0%, #7b2d9e 100%);
        padding: 14px 5px;
            margin: 0;
            display: none;
}

.walletmania p{
      font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-top: 17px;
 
}
.walletmania h2{
    color: #fff;
        font-size: 45px;
    font-weight: 400;
    display: inline-flex;
}
.btn-amount{
    background-color: #002d0f !important;
    border: none !important;
    white-space: nowrap;
}
.my-account-menu a{
    border-radius: 0 !important;
        padding: 41px 0 !important;
    color: #000;
}
.my-account-menu{
    display: none;
    margin-top: 1px;
}
.walletmania .refresh{
    background: #fff;
    width: max-content;
    padding: 8px;
    border-radius: 290px;
    margin-top: 10px;
    margin-left: 11px;

}
.walletmania img{
width: 28px;
}

.resend-otp a {
    color: var(--purple-primary) !important;
    font-weight: 400;
}
.resend-otp a:hover {
    text-decoration: underline;
}
.btnStyle1{
    background: #fff !important;
    border: 2px solid var(--purple-primary) !important;
    color:var(--purple-primary) !important;
    font-size: 12px;
    /* text-align: center; */
    /* margin: auto; */
    display: flex
;
    justify-content: center;
    width: max-content;
}
.action  .btn{
        background: #fff !important;
    border: 2px solid var(--purple-primary) !important;
    color: var(--purple-primary) !important;
    font-size: 12px;
    /* text-align: center; */
    /* margin: auto; */
    display: flex
;
    justify-content: center;
    width: max-content;
}
.action{
    margin-left:11px;
}
.userPic{
        margin-right: 15px;

}
/********************************mt ticket css**************************/

.myTicketInnerWrap2{
          background: #fff;
    padding: 17px;
    border-radius: 10px;
    margin: 0 10px;
    display: flex;
            height: 150px;
                position: relative;
}
.gameTypeIconTic {
    float: left;
        margin-right: 17px;
}
.gameTypeIconTic img{
        width: 120px;
}
.myTicketInnerWrap1{
    font-size: 20px;
}
.myTicketOuterWrap {
    margin: 5px 0;
    text-align: left;
}
.currencyChange{
    position: absolute;
    right: 16px;
    font-size: 15px;
    font-weight: 600;
}
 
/********************************mt ticket css**************************/
.transaction_table{
    background: #fff;
    padding: 19px;
    border-radius: 10px;
}










.contentheading{
        color: #000;
}






.refer-login input{
    box-shadow: none;
    border:1px solid #d4eede !important;
    background:#e8f7ee;
    border-radius: 50px !important;
    height:40px;
}
    .form_item_holder:before {
        filter: invert(112%) sepia(117%) saturate(0%) hue-rotate(340deg) brightness(-22%) contrast(20%);
        z-index: 999;
        top: 12px;
    }


    .refer-login{
    padding: 0 30px;
    }

    .center-text-anker a{ 
        text-align: center;
    margin: auto;
    }.refer_option ul img{
    max-width: 60px;
    height: auto;
    margin: auto;
    margin-bottom: 12px;
}
.menu-account{
    display: flex;
    flex-direction: column;
}.bg-color-primary {
    background-color: #86BA6E;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 3px;
}
.bg-color-darkgrey {
    background-color: #587072;
    padding: 6px 10px;
    border-radius: 3px;
    color: #ffffff;
}
.bg-color-darkgreen {
    background-color: #358a5b;
    padding: 6px 10px;
    border-radius: 3px;
    color: #ffffff;
}
.policy-section p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
}
.policy-section strong {
  display: inline-block;
  width: 40px; }

 .innerContent {
    display: inline-grid;
    width: 97%;
  }
  .innerContents{
    margin-left: 3%;
  }

  .opt-ver input {
    width: 14%;
    margin: 0 6px;
}
.opt-ver{
    display: flex;
}
    #transaction-details-form .filter {
        width: 100%;
    }

.custome_input option{
    color: #000 !important;
}
  .swiper-slide:hover{
    cursor:pointer;
  }

.invite-container {
  max-width: 400px;
  margin: auto;
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: none;
}

.info-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
}

.invite-table {
  width: 100%;
}

.table-header,
.table-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.table-header {
  background: #e8f4e5;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.table-row {
  border-bottom: 1px solid #eee;
}

.col {
  flex: 1;
  text-align: center;
}

.col-email {
  flex: 2;
  text-align: left;
  word-break: break-all;
}

.col-status {
  flex: 1;
}

.date {
  /* font-size: 11px; */
  color: #777;
}

.status {
  font-size: 18px;
}

.status.check {
  color: var(--purple-primary);
}

.status.cross {
  color: #e74c3c;
}

/* Responsive */
@media (max-width: 600px) {
    .invite-container{
    display: block;
    }
  .table-header .col-status {
    font-size: 12px;
  }
  .status {
    font-size: 16px;
  }
  .info-text {
    font-size: 12px;
  }
  .otp-box{
    padding-left:18px !important;
  }
  .block4-icons{
    margin-top:14px;
  }
}

.loginform:before {
    content: '';
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/form-sprite.png) no-repeat left top;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.loginform:before {
    filter: invert(112%) sepia(117%) saturate(0%) hue-rotate(340deg) brightness(-22%) contrast(20%);
    z-index: 999;
  
}
.loginform.loginmobile:before {
    background-position: -100px 0;
}
.loginform.loginpass:before {
    background-position: -40px 0;
}
.loginform.forgetmobile:before {
    background-position: -100px 0;
}
.loginform.forgetnewpass:before {
    background-position: -40px 0;
}
.loginform.forgetconfirmpass:before {
    background-position: -40px 0;
}
.loginform.forgetotppass:before {
    background-position: -40px 0;
}


#password-field {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

.password-toggle-icon {
        position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    right: 30px;
    top: 20px;
}
.field-wrap {
    position: relative;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li {
  width: 100%;
}
.deposit-icon-addon{
        border-radius: 25px 0px 0px 25px;
    padding:5px;
        flex-wrap: wrap;
    align-content: center;
    display: flex;
    background: #ffffff;
}

/* Modal Background */
#email_verify {
    display: none !important; /* Initially hidden */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Modal Dialog */
#email_verify .modal-dialog {
    background-color: white !important;
    border-radius: 8px !important;
    max-width: 400px !important;
    width: 100% !important;
    margin: 20px !important;
    padding: 0px !important;
}

/* Modal Header */
#email_verify .modal-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ddd !important;
}

#email_verify .modal-header h4 {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

#email_verify .modal-header .close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #0e0e0e !important;
        top: 10px !important;
    right: 10px!important;
}

/* Modal Body */
#email_verify .modal-body {
    padding: 20px 0 !important;
}

#email_verify .form-group {
    text-align: center !important;
    margin-bottom: 20px !important;
}

#email_verify .form-group p {
    font-size: 14px !important;
    color: #333 !important;
}

#email_verify .form-group input {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
}

#email_verify .form-group .error_tooltip {
    display: block !important;
    color: red !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}

/* Button Styles */
#email_verify .button_holder {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}

#email_verify .btn {
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
}

#email_verify .btn.outlineBtn {
    border: 1px solid var(--purple-primary) !important;
    background-color: white !important;
    color: var(--purple-primary) !important;
}

#email_verify .btn.outlineBtn:hover {
    background-color: var(--purple-primary) !important;
    color: white !important;
}

#email_verify .btn:hover {
    background-color: var(--purple-primary) !important;
    color: white !important;
}

/* Resend link message */
#email_verify .send_msg {
    font-size: 14px !important;
    color: var(--purple-primary) !important;
    margin-top: 10px !important;
}

/* For modal close effect */
#email_verify.show {
    display: flex !important;
}


.input-container input {
border: none;
box-sizing: border-box;
outline: 0;
padding: .75rem;
position: relative;
width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
background: transparent;
bottom: 0;
color: transparent;
cursor: pointer;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
width: auto;
}

.resetpass:before {
    top: 31px;
}
.resetpass{
 max-width: 440px;
}

.spanEye{
    right: 24px;
    top: 42px;
}
.loginform.username:before {
    background-position: -80px 0;
}
.loginform.address:before {
    background-position: -160px 0;
}
.loginform.calender:before {
    background-position: -60px 0;
}
.loginform.email:before {
    background-position: 0px 0;
}
.loginform.phone:before {
    background-position: -100px 0;
}

.basic-slide {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  color: #377D6A;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 46px;
  + span {
    position: absolute;
    top: 0;
    left: 23px;
    padding: 7px  7px 7px 15px;
   color:#1b1b1b;
    border-right:2px solid #7b2d9e36;
  }
 
}
 .prefixMobile{
    position: absolute;
    top: 7px;
    left: 40px;
  }
  .prefixMob{
     border-right:2px solid #999 !important;
  }
  .btnStyle1wallet,
  .proceed,.withdrawal-cancel,.withdrawal-proceed{
    display: none;
  }
      .bottomContact{
        display: flex;
        flex-direction: column;
        color:white;
        align-items: center;
        .icon{
        height: 32px;
        width: 32px;
        i{
                font-size: large;
    background: white;
    padding: 6px;
    color: var(--purple-primary);
    border-radius: 50%;
        }
        }
        .lastChild{
                color: var(--purple-primary) !important;

        }
    }
 .opt-ver input {
    padding-left: 30px;
}

.profile{
    /* background-image: linear-gradient(to left, rgb(16, 62, 19), rgb(106, 219, 86)); */
    background: linear-gradient(to right, var(--purple-dark) 0%, var(--purple-light) 100%);
    overflow:auto;
    padding:8px;
        margin-bottom: -40px;

}

.profile .profilePic{
        float: left;
    width: 49px;
    height: 49px;
    background: white;
    border-radius: 50%;
}

.profile .usr-dtl{
    float:left;
    width:70%;
    padding-left:15px;
}

.profile .usr-dtl .username{
    color:#fff;
    font-size:16px;
    font-weight:700;
}

.profile .usr-dtl .totalBalance{
    color:#fff;
    font-size:12px;
    font-weight:700;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 0px 0px;
}
.item-129{
    ul{
        display:none !important;
    }
}
.rotate {
  animation: spin 0.5s linear;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

    .mobile-profile-header {
    display: none !important;
    background-color: var(--purple-primary); /* Green like your screenshot */
    color: #fff;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
    }

    .mobile-profile-header .back-btn ,.mobile-profile-header .bac{
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    }

    .mobile-profile-header .header-title {
    font-size: 16px;
    flex-grow: 1;
    }

    /* Show only on mobile screens */
    @media (max-width: 768px) {
   
    /* .desktop-profile-header{
        display: none !important;
    } */
      
    .inbox{
        padding: 4px !important;
    }
     .back_btn{visibility: hidden;}
     .mail_actionbtn_inner{
        width: 100%;
     }
     .maroon_bg{
        float: right;
     }
    .desktop-only, .desktop-transaction-type {
        display: none !important;
        visibility: hidden;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .fromtoselectfilter{
        color: #000 !important;
    }
    }

.nav-placeholder.inherit-height ~ #sp-headermob {
  top: 45px;
}

.nav-placeholder.fixed-height ~ #sp-headermob {
  top: 38px;
}

.userInfoWrap {
    padding: 5px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 35px;
}

.user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid var(--purple-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: -9px;
    z-index: 1000;
}

.user-balance{
    display:none !important;
    align-items: center;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.balance-info {
    background: white;
    padding: 5px 2px 5px 13px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 27px;
    width: max-content;
}

.cash-balance {
    color: var(--purple-primary);
    font-weight: 600;
    font-size: 14px;
}
.cash-balance-mobile{
    color: var(--purple-primary);
    font-weight: 600;
    font-size: 14px;
}
.deposit-btn {
    background: var(--purple-primary);
    color: white;
    border: 1px solid var(--purple-primary);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    #sp-footer4{
        padding-bottom: 5%;
    }
    #sp-slider{
        margin-top: 6.5%;
    }
    .userInfoWrap {
        margin-right: 30px;
    }
    .cus-depo-btn{
        display: none !important;
    }
    .amountWrap{
        display: none !important;
    }
    .user-balance{
        display:flex !important;
        align-items: center;
    }
    #sp-header .mainNav .sp-module-title:after {
        content: '' !important;
    }
    
 
    .offcanvas-menu .offcanvas-inner .sp-module ul.menu {
        margin: 0 0 !important;
    }

    .offcanvas-menu .offcanvas-inner .sp-module ul.menu li a{
        justify-content: left !important;
        align-items: start !important;
        font-size: 14px !important;
        text-align: center;
        line-height: 1.1;
        padding: 10px 8px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }

    .offcanvas-menu .offcanvas-inner .sp-module ul.menu li {
        border:none !important;
        border-top:1px solid #0a8c30 !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module:has(.menu) {
        margin-bottom: -19px !important;
    }
}
.alert {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
}

.alert .icon {
  font-size: 22px;
  margin-right: 15px;
  font-weight: bold;
}

.alert .content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.alert .content p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
  width: 90%;
}

.alert .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.success {
  border-left: 6px solid var(--purple-primary);
}
.success .icon { color: var(--purple-primary); }

#error-div {
  border-left: 6px solid #e74c3c;
}
.error .icon { color: #e74c3c; }

.warning {
  border-left: 6px solid #f1c40f;
}
.warning .icon { color: #f1c40f; }

.info {
  border-left: 6px solid #3498db;
}
.info .icon { color: #3498db; }
.btn-login .circle-two-new:before {
    content: '';
    position: absolute !important;
    width: 55px !important;
    height: 55px !important;
    background: #e74c3c !important;
    right: -40px !important;
    top: -20px !important;
    border-radius: 230px !important;
}


.circle-one-new, .circle-two-new {
    position: static !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.btn-login .circle-one-new:before {
    content: '';
    position: absolute !important;
    width: 131px !important;
    height: 99px !important;
    background: #e74c3c !important;
    right: -87px !important;
    top: -87px !important;
    border-radius: 230px !important;
}

.btn-close2-new {
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    position: absolute !important;
    right: -3px !important;
    z-index: 99 !important;
    color: #fff !important;
    top: -42px !important;
}
.alert-heading{
visibility: hidden;
}
.editAvatarText{
        font-weight: 500;
}
.pagination,.desktop-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
}
.btn-page {
  border: none;
  padding: 5px 10px;
  background:var(--gray-light);
  cursor: pointer;
  color: rgb(0, 0, 0);
border-radius: 8px;
}
.btn-page.active {
  background: var(--purple-dark);
  color: white;
}
.btn-page:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-close2-new{
    cursor: pointer;
}

.balance-value .refresh {
        margin: 0px;
    background: #fff;
    width: 29px;
    padding: 5px;
    border-radius: 290px;
}
.lotto-overlay{
    display: flex;
    flex-direction: column;
}
.lotto-title{
    color: white;
}
.lotto-highlight{
    color: yellow;
}

button.cus-depo-btn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 8px;
    padding: 0;
    position: relative;
}
button.cus-depo-btn .icon-wrap {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--purple-primary);
    border: 2px solid var(--purple-primary);
    border-radius: 50%;
    margin: 0;
    position: relative;
    z-index: 2;
}
button.cus-depo-btn .icon-wrap svg {
    width: 24px;
    height: 24px;
    margin-top: -2px;
}
button.cus-depo-btn .label-text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    background-color: var(--purple-primary);
    color: #ffffff;
    padding: 5px 10px 5px 17px;
    margin-left: -12px;
    border-radius: 0 100px 100px 0;
}
.overlay-view-all {
  background-color: rgba(0, 0, 0, 0.2);
}
.game-card .overlay-view-all {
  margin-right: -1rem;
  margin-left: -1rem;
}
#sp-gamesheadermob{
    padding: 0 !important;
    margin-top: -10px;
    position: sticky;
    z-index: 1000;
    transition: top 0.3s ease;
}
@media (max-width: 600px) {
    .item-129{
        display: none;
    }
.last{
    justify-content: center;

}
.upload_pic_actbtn{
    justify-content: center;
    margin-top: 10px;
}
/* .itemid-131 #sp-main-body,.itemid-342 #sp-main-body ,.itemid-120 #sp-main-body,.itemid-121 #sp-main-body,.itemid-119    #sp-main-body {
        padding-top: 60px;
    } */
    #mod-custom273{
        padding-bottom: 30px;
    }
}
.last{
        padding: 10px 0px;
        gap:6px;
}
.upload_pic_actbtn{
  
    margin-top: 10px;
}
.action-btn-wrap{
    gap:10px;
}
#save_button{
    color: white;
}
.itemid-131 #sp-main-body,.itemid-342 #sp-main-body ,.itemid-120 #sp-main-body,.itemid-121 #sp-main-body,.itemid-119    #sp-main-body{
    /* padding-left: 10px;
    padding-right: 10px; */
    background:white;
}

@media (max-width: 768px) {
        .center-text-anker a{
            display: none;
        }
  .big-text-container p {
    font-size: 1.6em !important; /* smaller font for mobile */
    width: 100%;
  }
  .big-text-container .d-flex {
    justify-content: center !important; /* center both text and badge */
    text-align: center;
  }
  .big-text-container span {
    margin-top: 8px;
    display: inline-block;
  }
  .pleaseWait{
    padding: 76px;;
  }
}
 .big-text-container {
  padding: 5px 10px;
}
 
.big-text-container p {
  font-size: 3em !important;
  line-height: 1.2;
}
 
/* Style for the BET OPTIONS badge */
.big-text-container span {
  font-size: 0.9rem;
  white-space: nowrap;
}
.height-fit {
  height: fit-content;
}
.addmore{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Affrica Lotto CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #fff;
    max-width: 100%;
}

/* Color Variables */
:root {
    --purple-primary: #7B2D9E;
    --purple-dark: #5A1A7A;
    --purple-light: #9B4DC2;
    --yellow-primary: #FFD700;
    --green-primary: #00C853;
    --red-primary: #E53935;
    --white: #FFFFFF;
    --gray-light: #F5F5F5;
}

/* Top Header */
.top-header {
    background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%);
    padding: 20px 10px;
    color: var(--white);
}
.logo {
    align-items: baseline;
    gap: 5px;
}
#heroCarousel{
    margin-bottom: 8px;
}
.games-container{
    background: url(/images/background.png);
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.games-container-row{
     
    justify-content: center;
    align-items: center;
   
}

.logo-africa {
    font-size: 42px;
    font-weight: 800;
    color: var(--red-primary);
    letter-spacing: 2px;
}

.logo-lotto {
    font-size: 42px;
    font-weight: 800;
    color: var(--yellow-primary);
    letter-spacing: 2px;
}

.logo-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    margin-left: 10px;
}

.number-21 {
    color: var(--red-primary);
    font-size: 18px;
    font-weight: 800;
}

.footer-logo-africa {
    font-size: 54px;
    font-weight: 800;
    color: var(--red-primary);
    letter-spacing: 2px;
}

.footer-logo-lotto {
    font-size: 54px;
    font-weight: 800;
    color: var(--yellow-primary);
    letter-spacing: 2px;
}

.footer-logo-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    margin-left: 10px;
}

.footer-number-21 {
    color: var(--red-primary);
    font-size: 22px;
    font-weight: 800;
}

.quick-pick-section {
    cursor: pointer;
    text-align: right;
}

.quick-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.quick-sublabel {
    display: block;
    font-size: 10px;
    color: var(--white);
    margin-bottom: 8px;
}

.quick-numbers {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.number-ball {
    background: var(--white);
    color: var(--purple-primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.number-ball:hover {
    transform: scale(1.15) rotate(5deg);
    cursor: pointer;
}

/* Navigation */
.navbar-custom {
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-custom .navbar-nav .nav-link {
    color: var(--purple-dark);
    font-weight: 700;
    font-size: 13px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.yellow-ul{
background: var(--yellow-primary);
width: 100%;
height: 55px;
}

#sp-header .mainNav .menu-quick li a:hover,
#sp-header .mainNav .menu-quick li.active {
    background: var(--purple-primary)!important;
    color: white !important;
}
#sp-header .mainNav .menu-quick li a{
    position: relative;
}
#sp-header .mainNav .menu-quick li a::after {
    content: '';
    position: absolute;
    right: 0;
    background: var(--purple-dark);
    opacity: 0.3;
    height: 23%;
    width: 2px;
}
#sp-header .mainNav .menu-quick li:last-child a::after {
    content: none;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link::after {
    content: none;
}
.btnWrap{
    margin-left: 4% !important;
    background: white;
}
.btn-register{
    color: white !important;
}
.btn-login2 {
    background: var(--purple-primary);
    color: var(--white);
    font-weight: 700;
    padding: 10px 30px !important;
    border: none;
    border-radius: 1px;
    transition: all 0.3s ease;
    height: 80px;
    align-items: center !important;
    display: flex !important;
}

.btn-login2:hover {
    color: #ffffff;
    background: var(--purple-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(123, 45, 158, 0.4);
}

.btn-login {
    background: white;
    color: black;
    font-weight: 400;
    border: none;
    border-radius: 1px;
    transition: all 0.3s ease;
    align-items: center !important;
}

.btn-login:hover {
    background: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(123, 45, 158, 0.4);
}

.btn-register {
    background: var(--purple-primary);
    color: var(--white);
    font-weight: 700;
    padding: 10px 30px !important;
    border: none;
    border-radius: 1px;
    transition: all 0.3s ease;
    height: 80px;
    align-items: center !important;
    display: flex !important;
}
#sp-header.menu-fixed .btn-login2,#sp-header.menu-fixed .btn-register,#sp-header.menu-fixed .btn-login2{
 height: 40px !important;
}

.btn-register:hover {
    background: var(--purple-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(123, 45, 158, 0.4);
}

/* Hero Carousel */
.hero-carousel {
    background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%);
    position: relative;
    overflow: hidden;
}

.hero-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3Csvg width="100" height="100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20 50 Q30 30 40 50 T60 50 T80 50" stroke="%23FFD700" fill="none" stroke-width="3"/%3E%3C/svg%3E') repeat;
    opacity: 0.1;
    animation: wave 20s linear infinite;
}

@keyframes wave {
    0% { transform: translateX(0); }
    100% { transform: translateX(100px); }
}

.hero-content {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-yellow {
    color: var(--yellow-primary);
}

.hero-cta {
    background: var(--white);
    display: inline-block;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.dial-text {
    font-size: 28px;
    font-weight: 700;
    color: var(--purple-primary);
}

.dial-number {
    color: var(--red-primary);
    font-size: 42px;
    font-weight: 900;
}

.dial-subtext {
    font-size: 32px;
    font-weight: 800;
    color: var(--purple-primary);
}

.hero-image {
    position: relative;
    animation: fadeInRight 1s ease;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.phone-mockup {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background: var(--white);
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    width: 180px;
}

.phone-screen {
    background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.phone-text {
    color: var(--white);
    font-size: 16px;
    margin: 0;
}

.phone-text strong {
    color: var(--yellow-primary);
    font-size: 28px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: var(--white);
}

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

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 24px;
    color: var(--purple-primary);
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--white);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.3);
}

/* Games Section */
.games-section {
    /*padding: 50px 0;
    background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%);
    position: relative;*/
}
.games-line{
    background: yellow;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 5px;
    border-radius: 2px;
}


.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
    /* padding: 0 15px; */
    background: #662d91;
}

.section-icon {
    /*margin-right: 15px;*/
}

.section-icon img {
    /*width: 60px;
    height: 60px;
    animation: bounce 2s infinite;*/
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--white);
    flex-grow: 1;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.view-all {
	color: var(--white);
	font-weight: 700;
    /*background: var(--purple-light);*/
    /*padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	*/
}

.view-all:hover {
    /*background: var(--white);
    color: var(--purple-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	*/
	color:#fff;
}

.game-card {
    background: #edeff0;
    text-align: center;
    transition: all 0.3s ease;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);*/
    position: relative;
    overflow: hidden;
    min-height: 258px;
}

.btn-play {
    background: var(--green-primary);
    color: #fff200;
    border-radius:0;
    font-weight: 700;
    padding: 12px 40px;
    border: none;
    font-size: 14px;
    /*transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 200, 83, 0.3);*/
    width: 100%;
    position:absolute;
    left: 0;
    bottom: 0;
}

.game-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -45px;
    width: 125%;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

/*.game-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}*/

.game-logo {
    margin: 15px 0px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.game-logo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.game-card:hover .game-logo img {
    transform: scale(1.1) rotate(2deg);
}

.game-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--purple-primary);
    margin-bottom: 15px;
    position: relative;
    top: 14px;
}



/*.btn-play:hover {
    background: #00A844;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 200, 83, 0.5);
}*/

/* App Banner */
.app-banner {
    background: var(--red-primary);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.app-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)),
                linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    opacity: 0.3;
}

.app-banner-content {
    position: relative;
    z-index: 1;
}

.play-text {
    font-size: 72px;
    font-weight: 900;
    color: var(--yellow-primary);
    display: block;
    line-height: 1;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.anytime-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    display: block;
}

.app-banner-title {
    margin-bottom: 20px;
}

.app-banner-subtitle {
    font-size: 42px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.app-download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.app-download-btn img {
    height: 60px;
    transition: all 0.3s ease;
}

.app-download-btn:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.app-banner-image img {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Footer */
.footer {
    background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%);
    padding: 60px 0 30px;
    color: var(--white);
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
    opacity: 0.9;
}

.payment-methods h4,
.footer-links h4,
.footer-mobile h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--yellow-primary);
}

.payment-icons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}


.payImage{
  justify-content: center;
  display: flex;
  background: white;
  height: 43px;
  border-radius: 4px;
  overflow: hidden;
  width: 54px;
}

.payment-icons img:hover {
    transform: scale(1.15);
}

.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links{
    margin-right: 8%;
    margin-left: 8%;
}

/* .footer-links ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.footer-links ul li a:hover {
    color: var(--purple-dark) !important;
    padding-left: 10px;
}
.get-mobile-jiffy{
    color: var(--yellow-primary);
    font-weight: 800;
}
.footer-links ul li a i {
    font-size: 10px;
}

.footer-mobile p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sms-form {
    margin-bottom: 15px;
}

.sms-form .input-group-text {
    background: var(--white);
    border: none;
    color: var(--purple-primary);
    font-weight: 700;
}

.sms-form .form-control {
    border: none;
    padding: 12px;
}

.btn-send {
    background: var(--red-primary);
    color: var(--white);
    font-weight: 700;
    border: none;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background: #C62828;
    transform: translateY(-2px);
}

.download-via {
    font-size: 18px !important;
    font-weight: 700;
    margin-top: 10px;
}

/* Bottom Footer */
.bottom-footer {
    background: var(--yellow-primary);
    padding: 20px 0;
    color: var(--black);
}

.copyright {
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--yellow-primary);
    color: var(--purple-dark);
    transform: translateY(-5px) rotate(10deg);
}
.eighteenplus-image{
    height: 38px;
}
    
/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }
    
    .dial-number {
        font-size: 28px;
    }
    
    .dial-subtext {
        font-size: 24px;
    }
    
    .phone-mockup {
        position: static;
        transform: none;
        margin: 20px auto 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .play-text {
        font-size: 48px;
    }
    
    .app-banner-subtitle {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .game-card::before {
    content: '';
    position: absolute;
    top: -66px;
    left: -17px;
    width: 125%;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

    .logo-africa,
    .logo-lotto {
        font-size: 28px;
    }
    
    .quick-numbers {
        justify-content: center;
    }
    
    .quick-pick-section {
        text-align: center;
        margin-top: 20px;
    }
    
    .navbar-custom .navbar-nav .nav-link {
        padding: 12px 20px;
    }
    
    .hero-content {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .social-icons {
        justify-content: center;
        margin-top: 20px;
    }
    
    .app-download-buttons {
        justify-content: center;
    }
}
hr{
    margin: 0;
    margin-bottom: 8px;
}
.download-section img{
    height: 40px;
}

/* Responsive Styles */

/* Large Tablets and Small Desktops (992px - 1199px) */
@media (max-width: 1199px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .logo-africa,
    .logo-lotto {
        font-size: 36px;
    }
    
    .logo-subtitle {
        font-size: 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .game-card {
        padding: 15px;
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    /* Header */
    .top-header {
        padding: 15px 0;
    }
    
    .logo {
        text-align: center !important;
        margin-bottom: 15px;
    }
    
    .logo div {
        text-align: center !important;
    }
    
    .logo-africa,
    .logo-lotto {
        font-size: 32px;
    }
    
    .logo-subtitle {
        font-size: 18px;
    }
    
    .quick-pick-section {
        text-align: center;
        margin-top: 15px;
    }
    
    .quick-label {
        font-size: 14px;
    }
    
    .quick-numbers {
        justify-content: center;
    }
    
    .number-ball {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }
    
    /* Navigation */
    .navbar-custom .navbar-nav {
        text-align: center;
        width: 100%;
    }
    
    .navbar-custom .navbar-nav .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(123, 45, 158, 0.1);
    }
    
    .navbar-custom .navbar-nav .nav-link::after {
        display: none;
    }
    
    .yellow-ul {
        height: auto;
    }
    
    .navbar-custom .d-flex {
        justify-content: center;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    
    .btn-login,
    .btn-register {
        height: auto;
        padding: 12px 25px;
    }
    
    /* Games Section */
    .games-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-icon img {
        width: 50px;
        height: 50px;
    }
    
    .view-all {
        font-size: 12px;
        padding: 8px 20px;
    }
    
    .game-card {
        margin-bottom: 15px;
    }
    
    .game-name {
        font-size: 16px;
    }
    
    .btn-play {
        padding: 10px 30px;
        font-size: 13px;
    }
    
    /* Footer */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-logo-africa,
    .footer-logo-lotto {
        font-size: 48px;
    }
    
    .footer-logo-subtitle {
        font-size: 16px;
    }
    
    .footer-links {
        margin-right: 4%;
        margin-left: 4%;
        margin-top: 30px;
    }
    
    .footer-links ul li a {
        font-size: 18px;
    }
    
    .footer-mobile {
        margin-top: 30px;
    }
    
    .get-mobile-jiffy {
        font-size: 28px;
    }
    
    .payment-icons {
        justify-content: center;
    }
    
    .payment-methods {
        text-align: center;
        margin-top: 20px;
    }
    
    /* Bottom Footer */
    .bottom-footer {
        padding: 15px 0;
    }
    
    .bottom-footer .row > div {
        text-align: center !important;
        margin-bottom: 15px;
    }
    
    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright {
        justify-content: center;
        text-align: center;
    }
    
    .eighteenplus-image {
        height: 32px;
    }
}

/* Mobile Large (577px - 767px) */
@media (max-width: 767px) {
    /* Header */
    .top-header {
        padding: 12px 0;
    }
    
    .logo-africa,
    .logo-lotto {
        font-size: 28px;
    }
    
    .logo-subtitle {
        font-size: 16px;
    }
    
    .number-21 {
        font-size: 16px;
    }
    
    .quick-label {
        font-size: 13px;
    }
    
    .quick-sublabel {
        font-size: 9px;
    }
    
    .number-ball {
        width: 30px;
        height: 30px;
        font-size: 10px;
        gap: 6px;
    }
    
    /* Navigation */
    .navbar-custom {
        margin-top: 6px;
        margin-bottom: 6px;
        background: var(--yellow-primary);
    }
    
    .navbar-custom .navbar-nav .nav-link {
        padding: 12px 15px;
        font-size: 12px;
    }
    .navbar-toggler-icon{
        margin-left: 16px;
    }
    .btn-login,
    .btn-register {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    /* Hero */
    #heroCarousel {
        margin-bottom: 6px;
    }
    
    .hero-carousel img {
        max-height: 300px;
        object-fit: cover;
    }
    
    /* Games Section */
    .games-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .games-section {
        padding: 30px 0;
    }
    
    .section-header {
        flex-direction: row;
        text-align: center;
        gap: 12px;
        
    }
    #mod-custom283{
        display: none;
    }
    .section-title {
        font-size: 20px;
    }
    
    .section-icon {
        margin-right: 0;
    }
    
    .section-icon img {
        width: 45px;
        height: 45px;
    }
    
    .view-all {
        font-size: 11px;
        padding: 0px;
    }
    
    .games-line {
        height: 4px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    /* Make game cards 2 columns on mobile */
    .games-section .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .game-card {
        padding: 12px;
        /* border-radius: 10px; */
    }
    
    .game-logo {
        height: 70px;
        margin-bottom: 10px;
    }
    
    .game-name {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .btn-play {
        padding: 8px 15px;
        font-size: 11px;
        /* border-radius: 20px; */
    }
    
    /* App Banner */
    .app-banner {
        padding: 30px 0;
    }
    
    .app-banner img {
        width: 100%;
        height: auto;
    }
    
    /* Footer */
    .footer {
        padding: 30px 0 30px;
    }
    
    .footer .row > div {
        margin-bottom: 25px;
    }
    
    .footer-logo-africa,
    .footer-logo-lotto {
        font-size: 40px;
    }
    
    .footer-logo-subtitle {
        font-size: 14px;
    }
    
    .footer-number-21 {
        font-size: 18px;
    }
    
    .footer-text {
        font-size: 12px;
    }
    
    .footer-links {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    
    .footer-links ul li a {
        font-size: 16px;
    }
    
    .footer-links ul li a i {
        font-size: 9px;
    }
    
    .get-mobile-jiffy {
        font-size: 24px;
    }
    
    .footer-mobile p {
        font-size: 12px;
    }
    
    .download-via {
        font-size: 16px !important;
    }
    
    .payment-methods h4,
    .footer-links h4,
    .footer-mobile h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .sms-form .input-group {
        flex-wrap: wrap;
    }
    
    .sms-form .input-group-text {
        font-size: 14px;
    }
    
    .sms-form .form-control {
        padding: 10px;
        font-size: 14px;
    }
    
    .btn-send {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
    }
    
    .bottom-footer .row {
        text-align: center;
    }
    
    .bottom-footer .row > div {
        margin-bottom: 10px;
    }
    
    .copyright {
        font-size: 11px;
    }
    
    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }
    
    .social-icons a {
        width: 35px;
        height: 35px;
    }
    
    .eighteenplus-image {
        height: 28px;
    }
}

@media (max-width: 767px) {
    /* Header */
    .logo-africa,
    .logo-lotto {
        font-size: 24px;
    }
    
    .logo-subtitle {
        font-size: 14px;
    }
    
    .number-21 {
        font-size: 14px;
    }
    
    .quick-label {
        font-size: 12px;
    }
    
    .quick-sublabel {
        font-size: 8px;
    }
    
    .quick-numbers {
        gap: 5px;
    }
    
    .number-ball {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }
    
    /* Navigation */
    .navbar-custom .navbar-nav .nav-link {
        padding: 10px 12px;
        font-size: 11px;
    }
    
    .btn-login2,
    .btn-register {
        padding: 8px 15px;
        font-size: 12px;
        height: 1% !important;
    }
    
    .navbar-custom .d-flex {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-custom .d-flex .btn {
        width: 100%;
        margin: 5px 0 !important;
    }
    
    /* Hero */
    .hero-carousel img {
        max-height: 200px;
    }
    
    /* Games Section */
    .section-title {
        font-size: 18px;
    }
    
    .section-icon img {
        width: 60px;
        height: auto;
    }
    
    /* Single column for very small screens */
    .games-section .row > div {
        flex: 0 0 50%;
        max-width: 100%;
    }
    
    .game-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .game-logo {
        height: 80px;
    }
    
    .game-name {
        font-size: 16px;
    }
    
    .btn-play {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    /* Footer */
    .footer-logo-africa,
    .footer-logo-lotto {
        font-size: 32px;
    }
    
    .footer-logo-subtitle {
        font-size: 12px;
    }
    
    .footer-number-21 {
        font-size: 16px;
    }
    
    .footer-text {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .footer-links ul li a {
        font-size: 14px;
    }
    
    .get-mobile-jiffy {
        font-size: 20px;
    }
    
    .footer-mobile p {
        font-size: 11px;
    }
    
    .download-section img {
        height: 35px;
    }
    
    .download-via {
        font-size: 14px !important;
    }
    
    .payment-methods h4,
    .footer-links h4,
    .footer-mobile h4 {
        font-size: 14px;
    }
    
    .payment-icons {
        gap: 10px;
    }
    
    
    .copyright {
        font-size: 10px;
    }
    
    .social-icons a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .eighteenplus-image {
        height: 24px;
    }
}

/* Extra Small Devices (max-width: 380px) */
@media (max-width: 380px) {
    .logo-africa,
    .logo-lotto {
        font-size: 20px;
    }
    
    .logo-subtitle {
        font-size: 12px;
    }
    
    .number-ball {
        width: 26px;
        height: 26px;
        font-size: 8px;
    }
    
    .section-title {
        font-size: 14px;
    }
    
    .game-name {
        font-size: 14px;
    }
    
    .footer-logo-africa,
    .footer-logo-lotto {
        font-size: 28px;
    }
    
    .get-mobile-jiffy {
        font-size: 18px;
    }
}
#sp-affricatopheader{
    padding: 0 !important;
    margin-bottom: 5px;
}
#sp-affricatopheader .container{
    padding: 0 !important;
    
}
#sp-slider{
    padding: 0 !important;
    margin-top: 5px !important;
}
#sp-downloadbanner{
    padding: 0 !important;
}
#sp-africanewfooter{
    padding: 0 !important;
}
.footer-links-lia li a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: white;
}
.footer-links-lia li a::before {
    content: '' !important;
}
.footer-links-lia li a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.sendlinkform{
    height: 48px !important;
}
.sendlinkform span,.sendlinkform input,.sendlinkform button{
    height: 100% !important;
}
#sp-download-banner{
    margin-bottom: 5px;
}
#sp-download-banner .container{
    padding: 0 !important;
}

#sp-africa-new-footer  .container{
    padding: 0 !important; 
}



.row.game-bg {
  background: #e7e8e9;
}

.col-lg-3.col-md-6.boxes-game {
  padding: 10px;
  padding-top: 0;
  padding-bottom:0;
}

.col-lg-3.col-md-6.boxes-game:first-child {
  padding-left: 0;
}

.col-lg-3.col-md-6.boxes-game:last-child {
  padding-right: 0;
}

.current .image-title{
        color: white;
    }
.item-103.current .image-title,
.item-110.current .image-title,
.item-111.current .image-title,
.item-105.current .image-title,
.item-108.current .image-title,
.item-107.current .image-title,
.item-137.current .image-title {
    color: var(--purple-dark);
    
}
.item-103.current,
.item-110.current,
.item-111.current,
.item-105.current,
.item-108.current,
.item-107.current ,
.item-137.current {
    background-color: var(--yellow-primary);
}
.item-103.current:hover,
.item-110.current:hover,
.item-111.current:hover,
.item-105.current:hover,
.item-108.current:hover,
.item-107.current:hover ,
.item-137.current:hover {
    background-color: var(--yellow-primary);
}


.deposit-funds-section{
    display: none;
}
img#qrImage {
    display: flex !important;
}


.trigger-back {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.back_btn {
    display: none;   /* hidden initially */
}

.col-lg-4.col-md-6.boxes-game:first-child {
    padding-left: 0;
}
.col-lg-4.col-md-6.boxes-game:last-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .section-header {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .section-header .section-title {
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0; 
    }

    /* .section-header .section-icon img {
        max-width: 35px;
        height: auto;
    } */

    .section-header .view-all {
        white-space: nowrap !important;
    }
    .pl,.pk,.po{
    max-width: max-content !important;
    }
    .pk{
        padding: 0px;
    }

/* .col-lg-3.col-md-6.boxes-game {
  padding: 15px !important;
} */
.col-lg-3.col-md-6.boxes-game:nth-child(even) {
  padding-right: 0 !important;
}
.col-lg-3.col-md-6.boxes-game:nth-child(odd) {
  padding-left: 0 !important;
}
.col-lg-3.col-md-6.boxes-game:last-child {
  padding-right: 15px;
}
.col-lg-4.col-md-6.boxes-game:nth-child(even) {
  padding-right: 0 !important;
}
    .col-lg-4.col-md-6.boxes-game:nth-child(odd) {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }
*:has(> * > .userInfoWrap) {
    width: 100%;
    justify-content: center !important;
    display: flex;
}
.game-bg .boxes-game:nth-last-child(-n+2) .game-card {
       margin-bottom: 0px !important;

}

}

div#error_popup {
    background: #0000002b;
}

.pre-login .bvg {
    margin-left: 10px;
}
.game-stop-scroll {
    overflow-y: hidden !important;
    height: 100% !important;
}
.btn-login  .circle-one-new-s:before  {
      content: '';
    position: absolute !important;
    width: 131px !important;
    height: 99px !important;
    background: #0a8c30;
    right: -87px !important;
    top: -87px !important;
    border-radius: 230px !important;
}
.btn-login  .circle-two-new-s:before{
     content: '';
    position: absolute !important;
    width: 55px !important;
    height: 55px !important;
    right: -40px !important;
    top: -20px !important;
    border-radius: 230px !important;

    background: #007024;
}
.ticketborder {
    margin: 0px;
    border: 1px solid #dee2de;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
    .mobile-profile-header {
        display: flex !important;
    }
    .logoForMobile{
    width: 100%;
}
.logoForMobile a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoForMobile img{
    width: 48%;
}
}
@media (max-width: 768px) {
    .desktop-profile-header h2, .mail_actionbtn_inner .back_btn {
        display: none !important;
    }
}


#mobile-profile-header{
    display:none !important;
}
 .quick-pick-section {
    width: 100%;
    overflow: hidden;
}

.quick-numbers-wrapper {
    overflow: hidden;
    width: 100%;
}

.quick-numbers {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    /* animation: scroll-left 16.2s linear infinite; */
}



@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-100%); /* scroll half the container width for seamless loop */
    }
} 

.game-logo video{
    max-height: 100%;
    max-width: 100%;
}
.quick-pick-section:hover .quick-numbers {
    animation-play-state: paused;
}
.outsideAfrica{
    margin-bottom: 50px !important;
}
.btngreen{
    background-color: green !important;
    border-color:green !important;
}
.row.soccerBg {
   background-image: url('/images/pitch.jpg');
}
.buttonWrapper{
       bottom: 10px;
    right: 20px;
    position: absolute;
   margin: 0px;
}
.slide-images{
    position: relative;
}
  .download-btn {
    font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: #313131; /* yellow */
      color: #ffffff;
      font-size: 1.3rem;
      padding: 16px 28px;
      border-radius: 12px;
      text-decoration: none;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: all 0.3s ease;
    }
    .download-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
    .android-icon {
      font-size: 50px;
      color: #fff;
    }
    .Downloadapp{
        font-size: 12px;
    }
    .android{
        font-size: 20px;
    }
    .footer-logo .logoForMobile{
        width: 90%;
    }

    .footer-logo{
            display: flex;
    flex-direction: column;
    align-items: end;
    }
    @media (max-width: 768px) {
    .footer-logo a {
        display: flex;
        align-items: end;
        justify-content: end;
    }
       .footer-logo .logoForMobile img {
        width: 70%;
    }
    .Download{
           justify-content: center;
        display: flex !important;
        margin-top: 20px;
}
.buttonWrapper{
    display: none;
}
.bs{
    padding:0px 10px;
}
}
.Download{
    display: none;
}
.headline {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #7B2D9E;
  border-top: 1px solid white;
}

.movingHead {
  display: inline-block;
  white-space: nowrap;
  animation: moveText 15s linear infinite;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.movingHead i {
  font-style: italic;
}
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-40%);
  }
}

@media (max-width: 768px) {
  @keyframes moveText {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .sp-module ul >li >a:hover{
    color: #f1eeee;
    background-color: #5A1A7A !important;

}

}

#sp-bottom footer.footer .sms-form button.btn.btn-send{
z-index:0 !important;
}


@media (max-width: 768px) {
  
  .sp-module ul >li >a:hover{
    color: #f1eeee;
    background-color: #5A1A7A !important;

}
 .offcanvas-menu .offcanvas-inner .sp-module ul.nav {
    margin: 0 -8px;
}

.payImage {
    width: 44px;
}


}
.userInfoGroup .userPic .userPicImgWrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.payment-icons .payImage:last-child {
   background-color: yellow;
}
.payment-option .label-text img {
    width: 42px !important;
    height: auto !important;
}
.payment-option{
    padding: 5px 15px !important;
}
