.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;
    /* background: #0f1021; */
}

.l/* ight-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: #0f1021; */
    /* color: #fff; */
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(36,83,228,0.1);
    font-size: 1.25rem;
    padding: 1.5rem;
    border: none;
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.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 {
	content: 'more';
	color: #013FC6;
	width: 2.5rem;
	font-size: 12px;
	background-image: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
}

.custom-accordion .accordion-body {
    /* background: #0f1021; */
	background-color: white;
    color: #7376aa;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
}

/* 修改 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, #2453E4, #18E3A1);
	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, #2453E4, #18E3A1);
}
.ck_main_common{
	margin-bottom: 20px;
	padding: 20px;
	background-color: white;
	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, #18E3A1, #2453E4);
}
.ck_jb_font{
	background-image: linear-gradient(90deg, #18E3A1, #2453E4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ck_no_data {
	text-align: center;
	padding: 5vh 0;
}
.ck_no_data img{
	width: 152px;
	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-color: #EEEEEE;
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #EEEEEE;
}
.ck_pagination .page-item:hover{
	color: black;
	border: 1px 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, #18E3A1, #2453E4);
}
.ck_pagination .page-item:hover a{
	background-image: linear-gradient(90deg, #18E3A1, #2453E4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ck_pagination .active{
	color: white;
	background: linear-gradient(-90deg, #2453E4, #18E3A1);
}
.ck_main_box{
	width: calc(100% - 270px);
	margin-left: 270px;
}
@media (max-width: 992px) {
	.ck_main_common{
		padding: 10px;
	}
}