* {
    --clr_white: #ffffff;
    --clr_yellow: #F8BA20;
    --clr_black: #000000;
    --clr_gray: #7D8693;
    --clr_litegray: #B0AAAA;
}

.ftrV2 ul.footerLink li ul.submenu.social-icons li a.twitter[data-v-28421640] {
    background: var(--clr_black);
    border: 1px solid var(--clr_white);
}

.ftrV2 ul.footerLink li ul.submenu.social-icons li a.twitter[data-v-28421640]:hover {
    background: var(--clr_white);
    border: 1px solid var(--clr_white);
    ;
}

.ftrV2 ul.footerLink li ul.submenu.social-icons li a.twitter[data-v-28421640]:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(106%) contrast(106%);
}

.refV2 .twitter {
    background: var(--clr_black);
    border: 1px solid var(--clr_black);
}

.refV2 .myReferralContainer .shareWrapper .social-icons li:hover {
    background: transparent;
    border: 1px solid var(--clr_white);
}

.liveCasinoV2 .noGameImgV2[data-v-a226eefc],.noGameImgV2.noGamesImg[data-v-a226eefc] {
    width: 90%;
    max-width: 400px;
}
.refTable,.posRelative{
    position: relative;
}
.noRefFound {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.timeCalicon {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--clr_white);
}

.timeCalicon img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(88%) sepia(23%) saturate(4043%) hue-rotate(342deg) brightness(101%) contrast(95%);
}

#aff-btn[data-v-dbfcbbc6].btnYellowPrimary {
    background-color: var(--clr_yellow);
    background: var(--clr_yellow);
    box-shadow: 5px 5px #F8BA2061;
}

#myBtn.spinBtn.btnYellowPrimary {
    background-color: var(--clr_yellow) !important;
    box-shadow: inset 0 0 0 1px var(--clr_yellow);
}

#myBtn.spinBtn.btnYellowPrimary:hover {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 1px var(--clr_yellow);
}

.notiV2 {
    position: relative;
}

.eventMessageWrapper .notiV2 ul li.viewall.noMsgText {
    margin: auto;
}

.tktlineHt {
    line-height: 28px;
}

.bounceBankTrans {

    /* bottom: 30px; */
    /* left: 50%; */
    width: 25px;
    height: 25px;
    /* margin-left: -30px; */
    background: #f9bb22;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    text-align: center;
    margin: auto;
}

.bounceBankTrans .fa {
    position: relative;
    top: 3px;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.mrTop-6,
.promtoionTitle[data-v-3f3325b4].mrTop-6 {
    margin-top: 24px;
}

.noNotiText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
}

.frgtLabel .frgtCheck {
    display: flex;
    align-items: center;
    gap: 4px;
}

.frgtLabel .frgtCheck input[type="checkbox"] {
    margin-top: 0;
}

form.horizontal .form-input .form-group.frgtLabel label.forgotPassModal:hover {
    color: var(--clr_yellow);
}

.rcGames {
    position: relative;
    z-index: 1;
}

.ovrFlowHidden {
    overflow: hidden;
}

.bgBlurMain {
    width: 0;
    height: 0;
    background: #0000;
    display: none;
    right: 0;
    top: 0;
    position: absolute;
    filter: blur(4px);
    transition: transform 0.5s ease, width 0.5s ease;
    -webkit-backdrop-filter: blur(0.2px);
    backdrop-filter: blur(0.2px);
    z-index: 9;
}

.bgBlurMain.bgBlurActive {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 1;
    display: block;
}

.input-group__input .input-type-checkbox.inputCheckNew {
    position: relative;
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0;
}

.input-group__input .input-type-checkbox.inputCheckNew::after {
    content: '';
    font-size: 16px;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    right: auto;
    bottom: auto;

}
.slotAutoScroll{
    width: 100%;
  overflow-x: auto;
  min-height: 60px;
  overflow-y: hidden;
  scrollbar-width: none; 
}
.slotAutoScroll::-webkit-scrollbar {
    display: none; 
}
.imgWtHt{
    width: 21px;
    height: 21px;
}
.offerPopup .after-deposit-wrapper .contentWrapper .sunnyImg{
    width: 100%;
    height: 250px;
}
.offerPopup .after-deposit-wrapper .contentWrapper .sunnyImg img{
    width: 100%;
    height: 100%;

}
.offerPopup .after-deposit-wrapper .contentWrapper .sunnyImg .closeBtn{
    top: 0;
    right: 0;
    background: #1a1a1a;
    border-radius: 50%;
    padding: 2px;
}
.spinResultList .rewardCaption{
    bottom: -24px;
    color: var(--clr_yellow);
}
.downUparrow{
    width: 17px;
    max-width: 17px;
  height: auto;
  margin: auto;
}
.downUparrow img{
    width: 100%;
    max-width: 17px;
}
.wrdBreakAll{
    word-break: break-all;
}
.aj-tn-sl-one, .aj-tn-sl-two, .aj-tn-sl-three{
    max-width: 33%;
    flex: 1;
}
.aj-tn-sl-three{
    word-break: break-all;
}
.aj-tn-sl-two span img,.aj-tn-sl-two img{
    min-width: 20px;
    max-width: 20px;
}
.signUpOtpMain {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	align-items: center;
    font-family: Roboto, sans-serif;
}

.regOtpImg img {
	width: 120px;
}

.labelOne {
	font-size: 16px;
	font-weight: 600;
}

.labelTwo,
.regOtpnumber,
.resendText,
.resendTextTwo {
	font-size: 14px;
	font-weight: 400;
}

.regOtpnumber span {
	font-size: 14px;
	font-weight: 400;
}

.labelTwo {
	font-size: 12px;
    text-align: center;
    color: #959DA4;
}

.resendText:hover {
	color: #F8BA20;
	cursor: pointer;
}

.resendTextTwo span {
	font-size: 14px;
	font-weight: 400;
	color: #F8BA20;
}

.resendText {
	font-weight: 600;
}

.regOtpnumber {
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.regOtpnumber i {
	font-size: 18px;
	cursor: pointer;
	text-decoration: underline;
}

.regOtpnumber i:hover {
	color: #F8BA20;
}
.inputTextLine {
	width: 50%;
	border-bottom: 1px solid gray;
	margin: auto;
}

.inputTextFiled:focus+.inputTextLine {
	border-bottom: 1px solid #F8BA20;
}

.inputTextLineError {
	border-bottom: 1px solid red;
}

.inputTextFiled,
.inputTextFiled::placeholder {
	padding: 12px 12px 2px 0;
	border: 0;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 10px;
	font-size: 24px;
	font-weight: 600;
}

.inputTextFiled::placeholder {
	color: gray;
}

.btnVerifyPrimary {
	display: flex;
	height: 44px;
	padding: 0px 12px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 10px;
	background: #F8BA20;
	box-shadow: 0px 0px 0px 1px #F9BB22 inset;
	color: #111111;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	width: 50%;
	margin: 12px auto 0;
	font-size: 18px;
	font-weight: 500;
}

.btnVerifyPrimary:hover {
	background: transparent;
	color: #F8BA20;
}

.regOtpVerifyForm {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.regStepTwo {
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	border-radius: 20px;
	padding: 18px;
	background: #222;
}

.imgHand {
	width: 80px;
	height: 80px;
}

.imgHand img {
	width: 100%;
	height: auto;
}
.inValidOtp{
color: #DE0000;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px;
display: none;
}

.otpContainer {
	display: flex;
	gap: 12px;
}

.otpInput {
	width: 32px;
	height: 24px;
	text-align: center;
	font-size: 16px;
    font-weight: 800;
	border: none;
	border-bottom: 1px solid #4D5053;
	background-color: transparent;
	color: #fff;
}

.otpInput:focus {
	outline: none;
	border-bottom: 1px solid var(--clr_yellow);
}

.resend-container {
	margin-top: 20px;
}
.error-page-container.errPage{
    overflow-x: hidden;
    overflow-y: scroll;
}
.errTxt{
    font-size: clamp(1.5rem, 1.4277rem + 0.3614vw, 1.875rem);
    color: var(--clr_yellow);
}
.featuredGames .featured-wrapper .featuredSlider .arrowIcon.navIcon[data-v-7fdc8ba0]{
    bottom: 50%;
}
@media(max-width:1640px){
    .errPage .err-slot{
        max-width: 380px;
    }
}

.listContainer{
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    margin: 0 12px;
    border-bottom: 1px solid #232323;
    position: relative;
    z-index: 1;
 }
 .listHeader{
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 5px;
    border-bottom: 1px solid #232323
 }
 .listHeadLogo{
    display: flex;
    width: 30px;
    height: 30px;
    background: #555044;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
 }
 .listHeadLogoImg{
    width: 22px;
    height: auto;
    display: flex;
 }
 .listHeadLogoImg img{
    width: 100%;
    height: auto;
 }
 .listContentMain{
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 24px;
    max-height: 314px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #3D3F42 #222222;
 }
 .listContentMain::-webkit-scrollbar {
    width: 6px;
    }
 .listContentMain::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 10px;
}
.listContentMain::-webkit-scrollbar-thumb {
    background: #3D3F42; 
    border-radius: 10px;
}
.listSubMain{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
 h2.lostPointsTitle{
    font-size: 18px;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 27px !important;
    margin: 0;
    padding: 0;
 }
 p.listPointsSub,ul.listSubPoints li{
    font-size: 14px;
    color:#8F99A3;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    margin: 0;
    padding: 0;
 }
 ul.listSubPoints{
    display: flex;
    flex-direction: column;
    gap: 6px;
 }
 .listSubPoints b{
    font-weight: 700;
    color: #8F99A3;
 }
 p.listPointsSub a,.application.theme--dark .listPointsSub a{
    cursor: pointer;
    color: #8F99A3;

 }
 p.listPointsSub a:hover,.application.theme--dark .listPointsSub a:hover{
    color: #ffc107;
 }
 ul.listSubPoints li{
    list-style-type: disc;
    margin-left: 20px;
    line-height: 24px;
 }
.imgWdthHt{
    width: 100%;
    height: auto;
}
.newTestiMoial{
    padding: 0 40px;
}
.downBannerMain{
    width: 100%;
    height: auto;
    position: relative;
}
.downBannerMain img{
    width: 100%;
    height: auto;
}
.qrCodeDownApp{
    position: absolute;
    top: 15%;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    right:3%;
    background: var(--clr_white);
}

.hideSearchIcon::-webkit-search-cancel-button,
.hideSearchIcon::-webkit-search-decoration,
.hideSearchIcon::-webkit-search-results-button,
.hideSearchIcon::-webkit-search-results-decoration {
  display: none;
}

.hideSearchIcon {
  -moz-appearance: textfield; /* For Firefox */
}
.headerStyles .menu.multiLangWrapper{
    display: none;
}
@media(min-width:1279px) {
    .bannerHolder .largeImage .qrcodeWrapper[data-v-264cc18a].qrCodeDesk {
        top: 50%;
        left: 60%;
        right: 40%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        width: 120px;
        height: 120px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
    .offerPopup .after-deposit-wrapper .contentWrapper .sunnyImg[data-v-1f7b545e]{
        height: 250px;
    }
    .offerPopup .after-deposit-wrapper .contentWrapper .sunnyImg img[data-v-1f7b545e]{
        width: 100%;
    }
    .spinResultList .rewardCaption{
        bottom: -16px;
    }

}
@media only screen and (min-width: 769px) and (max-width: 960px) {
    .content.content-wrapper.deskAccMain{
        margin-top: 182px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bankListCard .bankCard[data-v-f3333c62],.withdrawListCard .bankCard[data-v-f3333c62]{
        width: 60% !important;
    }
    .aj-tn-main-wrap.transHistory{
        width: 90%;
    }
    .transHistory .aj-tn-sl-two{
        text-align: center;
    }

}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .accountContainer.accMainWrapper{
        padding-top: 60px !important;
    }
}
@media(max-width:1279px){
    footer .footerNav.ftrNewCls[data-v-b99befb8]{
        padding-bottom: 80px;
    }
    .newTestiMoial .nextTestimonial,.newTestiMoial .prevTestimonial{
        display: none;
    }
    .newTestiMoial{
        padding: 0;
    }
}
@media(max-width:1199px){
    
    .mainTopBannerSec .flex.sm6,.deskLftBanners .flex.sm6,.homeTopLhBanners .flex.sm6{
        flex-basis: 100% ;
        flex-grow: 0;
        max-width: 100%;
    }
    .homeWidgets.mainTopBannerSec .posterComponentWrapper,.homeWidgets.deskLftBanners .posterComponentWrapper{
        display: block;
    }
}
@media(max-width:767px) {
    .spinResultList .rewardCont{
        margin-bottom:5vw;
    }
    .noRefFound {
        height: 85vh;
    }

    .timeCalicon img {
        width: 14px;
    }

    .noTickets img.noTicketsV2 {
        height: auto;
        max-width: 200px;
        margin: 100px auto
    }
    .error-page-container.errPage{
        padding: 40px;
    }
    .qrCodeDownApp{
        top: auto;
        bottom: 2%;
        right: 15%;
    }
}
@media(max-width:768px) {
	.regStepTwo {
		margin: 0 auto;
		max-width: 336px;
	}

	.btnVerifyPrimary {
		max-width: 160px;
		height: 38px;
		padding: 0 10px;
		font-size: 12px;
		font-weight: 700;
	}

	.regOtpImg img {
		width: 100px;
	}
} 
@media(max-width:767px){
    .listContentMain{
        max-height: 280px;
        gap: 16px;
    }
    .listContentMain::-webkit-scrollbar {
    width: 4px;
    }
    .listHeader,.listContentMain{
        padding: 12px;
    }
    .listHeadLogo{
        width: 20px;
        height: 20px;
    }
    .listHeadLogoImg{
        width: 18px;
    }
    h2.lostPointsTitle{
        font-size: 14px;
        line-height: 17px !important;
        font-weight: 500;
    }
    p.listPointsSub,ul.listSubPoints li,ul.listSubPoints b{
        font-size: 12px;
        line-height: 18px;
    }
    ul.listSubPoints li{
        gap: 22px;
    }
}   

@media(max-width:479px){
    .imgWtHt{
        height: 18px;
        width: 18px;
    }
}
@media(max-width:359px){
    .new_nav_grid.navNewText .nav-setting-card .setting-card span{
        font-size: 11px;
    }
}