.rainbow-gradient-circle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #7064e9, #7064e9);
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.rainbow-gradient-circle.theme-pink {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient(45deg, #410093, #f2cd25);
}

.light-border {
    position: relative;
    border-radius: 8px;
    padding: 3px;
	/* border: 1px solid #065AFB; */
}

/* .light-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient( 45deg, transparent, #fabb04 var(--x, 50%), transparent);
    filter: blur(2px);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
} */
/* 
.light-border:hover::before {
    opacity: 1;
} */

.staking-btn {
    background: linear-gradient(270deg, #8B2AB8 20%, #E535AB 100%);
    border: none;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.staking-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    background: linear-gradient(100deg, #8B2AB8 0%, #E535AB 100%);
    box-shadow: 0 0 20px rgba(229, 53, 171, 0.4);
}

.staking-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(100deg, #8B2AB8 0%, #E535AB 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.staking-btn:hover::after {
    opacity: 0.2;
}

.staking-btn span {
    position: relative;
    z-index: 1;
}

.single-settings-box {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: var(--radius);
    background-color: var(--color-blackest);
    position: relative;
    overflow: hidden;
}

.top-flashlight::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #7064e9;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    filter: blur(70px);
}

.top-flashlight.leftside::before {
    left: 0;
    top: 0;
}

.top-flashlight.light-xl::before {
    width: 300px;
    filter: blur(140px);
}

.progress-dot {
    position: relative;
    height: 30px;
    display: block;
    width: 100%;
    margin-top: -38px;
    margin-left: 0;
}

.dot-level {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    animation: pulse 2s infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dot-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8B2AB8;
}

@keyframes pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(139, 42, 184, 0.7);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(139, 42, 184, 0);
    }
}

.progress-line {
    position: relative;
    border-radius: 0px;
    height: 6px;
    box-shadow: none;
    margin: 20px 0;
}

.line-inner {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    width: 100%;
    display: flex;
    height: 100%;
}

/* FAQ 样式 */

.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    /* margin-bottom: 1rem; */
}

.custom-accordion .accordion-item .light-border {
    /* margin-bottom: 1rem; */
}

.custom-accordion .accordion-button {
    background: #FFFFFF;
    color: #000;
    font-size: 18px;
    padding: 1.5rem;
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	/* border: 1px solid #065AFB; */
}

.custom-accordion .accordion-button:not(.collapsed) {
    /* background: #0f1021; */
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after{
	transform: none;
}
.custom-accordion .accordion-button::after {
	width: 14px;
	height: 24px;
    background-image: url("../../newImgs/index/quest-off.png");
	background-size: contain;
}

.custom-accordion .accordion-body {
    background: #FFFFFF;
	color: #666666;
    padding:1.5rem;
    font-size: 14px;
    line-height: 1.8;
	text-align: left;
	border-radius: 12px;
}

/* 修改 HTML 结构中的 accordion-item */

/* .custom-accordion .accordion-item {
    margin-bottom: 1rem;
} */

.btn.welcome-bonus {
	position: relative;
	font-size: 1.5rem;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background: linear-gradient(-90deg, #0818ef, #0f15c5);
	color: #fff;
	padding: .5rem 2rem;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.ck_content .title{
	font-family: Arial;
	font-size: 42px;
	margin-bottom: 1.5rem;
}
.ck_content .txt{
	font-size: 16px;
	line-height: 36px;
}
.ck_content .line{
	margin: 0 auto;
	padding: 1.875rem 0 3.125rem 0;
}
.ck_content .line .line_bg{
	width: 100px;
	height: 6px;
	display: inline-block;
	background: linear-gradient(-90deg, #0818ef, #0f15c5);
}
.ck_main_common{
	margin-bottom: 20px;
	padding: 20px;
	background: rgba(255,255,255,0.1);
	border-radius: 12px;
}
.ck_jb_border{
	border: 2px solid transparent;
	border-radius: 6px;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #FFF, #FFF), linear-gradient(90deg, #0818ef, #0f15c5);
}
.ck_jb_font{
	background-image: linear-gradient(90deg, #0818ef, #0f15c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ck_no_data {
	text-align: center;
	padding: 5vh 0;
}
.ck_no_data img{
	width: 115px;
	margin-bottom: 30px;
}
.ck_no_data h6{
	color: #999;
	font-size: 14px;
}
.ck_pagination{
	display: flex;
	list-style: none;
}
.ck_pagination .page-item{
	padding: 5px 10px;
	border-radius: 6px;
	background: rgba(63, 63, 63, .3);
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
}
.ck_pagination .page-item:hover{
	color: white;
	background: linear-gradient(0deg, #0818ef, #0f15c5);
}
.ck_pagination .page-item:hover a{
	color: white;
}
.ck_pagination .active{
	color: white;
	background: linear-gradient(0deg, #0818ef, #0f15c5);
}
.ck_main_box{
	width: calc(100% - 330px);
	margin-top: 90px;
	margin-left: 330px;
	min-height: 1100px;
}
.main_box {
	padding-top:75px;
}
/* 底部信息 */
.ckn_footer_box{
	padding-top: 80px;
}
.ckn_footer_box .router_box{
	padding-bottom: 30px;
}
.ckn_footer_box .footer_tip{
	margin-top: 20px;
}
.ckn_footer_box .footer_nav_header{
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.ckn_footer_box .router_item{
	line-height: 30px;
}
.ckn_footer_box .ck_address{
	margin: 0;
	line-height: 30px;
}
.ckn_footer_box .footer_bt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #333;
}
.ckn_footer_box .footer_bt img{
	height: 24px;
	margin-left: 20px;
}

@media (max-width: 992px) {
	/* 底部信息 */
	.ckn_footer_box .router_box{
		padding-bottom: 30px;
	}
	.ckn_footer_box .footer_tip{
		margin-top: 10px;
		padding-right: 50vw;
	}
	.router_box_link{
		margin-bottom: 20px;
	}
	.ckn_footer_box .router_item{
		line-height: 20px;
		margin-top: 0;
		color: white;
	}
	.ckn_footer_box .ck_address{
		margin: 0;
		line-height: 20px;
	}
	.ckn_footer_box .footer_bt{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
		border-top: 1px solid #333;
	}
	.ckn_footer_box .footer_bt .text-bhs{
		margin: 0;
	}
	.ckn_footer_box .footer_bt img{
		height: 20px;
		margin-left: 10px;
	}
	
}