body {
    cursor: url(../cursor/point.cur), auto !important;
}

.btn:hover,
a:hover {
    cursor: url(../cursor/link.cur), auto !important;
}

*:not(i) {
    font-weight: 400 !important;
}
::-webkit-scrollbar{
    width: 0.6rem;
    height: 0.6rem;
}
::-webkit-scrollbar-thumb{
    background: #ffc0cb;
    border-radius: 1rem;
}
::-webkit-scrollbar-thumb:hover{
    background: rgb(187, 8, 52);
}
::-webkit-scrollbar-track{
    background: rgb(70, 68, 59);
    /* border-radius: 1rem; */
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: calc(100vh - 10px) !important;
    box-sizing: border-box;
    top: 0 !important;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}

.nav-link:hover {
    /* color: #ffffff !important;
    text-shadow: #979797 0px 0px 3px, #979797 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0); */
    color: #dda0dd !important;
    text-shadow: #e695ff 0px 0px 3px, #e695ff 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0);
}
.nav-link.active { 
    background-color: #f8f8f8 !important; 
    box-shadow: 0px 0px 15px 1px, #dda0dd 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0);
}
.sidebar  {
    min-height: max-content !important;
    overflow-y: hidden !important;
}

.sidebar .nav-item:hover {
    background-color: #f8f8f8 !important;
    border-radius: 10px;
}

.full-background {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
}
.section-payment {
    display: none;
}
.custom-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
}
.main-bg {
    background-image: url(../images/bg-green.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
label, .text-custom, .nav-link {
    color: #ff69b4 !important;
    text-shadow: #ff69b4 0px 0px 3px, #ff69b4 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0);
}
.main-page {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto auto;
    position: relative;
}
.main-content {
    /* min-height: 1080px; */
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 1.5rem;
}
.audio-control {
    position: fixed;
    z-index: 9999;
    bottom: 0;
}
.acc-detail {
    padding: 3px 0px;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-center {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sky_wave {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;                 
    top: 440px;                         
    left: 0;
}
.bottom_sky {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;                 
    bottom: 0;                         
    left: 0;
}
.clouds_one {
    background: url(../images/effect/cloud11.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_one 130s linear infinite;
    -moz-animation: cloud_one 130s linear infinite;
    -o-animation: cloud_one 130s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.clouds_two {
    background: url(../images/effect/cloud22.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_two 50s linear infinite;
    -moz-animation: cloud_two 50s linear infinite;
    -o-animation: cloud_two 50s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.clouds_three {
    background: url(../images/effect/cloud11.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_three 200s linear infinite;
    -moz-animation: cloud_three 200s linear infinite;
    -o-animation: cloud_three 200s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@-webkit-keyframes cloud_one{
	0%{left:0}100%{left:-200%}
}
@-webkit-keyframes cloud_two{
	0%{left:0}100%{left:-200%}
}
@-webkit-keyframes cloud_three{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_one{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_two{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_three{
	0%{left:0}100%{left:-200%}
}
.logo {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 35rem;
    /* padding: 13.5rem 0rem; */
}
.logo img {
    width: 65%;
    height: auto;
    -webkit-animation: 3s logo infinite linear;
	-moz-animation:  3s logo infinite linear;
	animation: 3s logo infinite linear;
    /* padding-top: 5rem; */
}
@-webkit-keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.90)}
	45%{transform:scale(1.05)}
	60%{transform:scale(1)}
}
@keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.90)}
	45%{transform:scale(1.05)}
	60%{transform:scale(1)}
}

.bottom-content {
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* padding-bottom: 10rem; */
    min-height: 100vh;
}
.bottom-content .container {
    position: relative;
    z-index: 2;
}
.dropdown-menu {
    border-radius: 0px 0px 5px 5px !important;
}
.bg-navbar {
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 100%, rgba(255, 145, 0, 0.85) 20%); */
    border-right: 2px solid #dda0dd;
    /* -webkit-box-shadow: 0px 0px 15px 1px, #e695ff; 
    box-shadow: 0px 0px 15px 1px, #e695ff 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0) !important; */
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-box, .bg-custom {
    background-color: rgba(22, 22, 22, 0.89);
    -webkit-box-shadow: 0px 0px 15px 1px, #e695ff; 
    /* box-shadow: 0px 0px 15px 1px #000000; */
    box-shadow: 0px 0px 15px 1px, #e695ff 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0);
}
.bg-custom {
    /* background: linear-gradient(360deg, rgba(36, 11, 0, 0.85) 100%, rgba(255, 145, 0, 0.85) 20%); */
    border: 3px solid #e695ff;
    border-radius: 10px;
}
.bg-box {
    background-image: url(../images/bg-box-top.png), url(../images/bg-box-bottom.png);
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    padding: 50px 0;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 15px 0px rgba(230, 149, 255, 0.95) !important;
    border-radius: 15px;
}
.form-control-custom {
    background-color: rgb(56, 56, 56) !important;
    border: 0 !important;
    border-radius: 10px;
    height: 50px;
    font-size: 14px;
    -webkit-box-shadow: inset 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
}
.form-control-custom,
.form-control-custom::placeholder {
    color: #7e7e7e !important;
}
.main-footer {
    text-align: center;
    height: 60px;
}
.main-footer span:nth-child(2) {
    display: block;
}

.item-box {
    background: url(../images/bg-items.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    width: 100%;
    min-height: 90px;
    padding: 15px;
}

.scene {
    width: 100%;
    min-height: 450px;
    /* margin: 40px 0; */
    perspective: 600px;
    background: transparent;
}

.iscard {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
}

.iscard.is-flipped {
    transform: rotateY(180deg);
}

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.card__face--front,
.card__face--back {
    background-color: rgba(255, 240, 245, 0.9);
    box-shadow: 0px 0px 15px 1px, #e695ff 0px 0px 5px;
}

.card__face--front {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.card__face--back {
    background-image: url(../images/bg-box-top.png), url(../images/bg-box-bottom.png);
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    transform: rotateY(180deg);
}

.fusing-container {
    min-height: max-content;
}

.fusing-item-slot {
    width: 80px !important;
    height: 80px !important;
    position: relative;
    background: url(../images/bg-items.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 17px 15px 15px 15px !important;
}

.fusing-item-slot > .icon-item.active { filter: grayscale(0); }
.fusing-item-slot > .icon-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: grayscale(1);
    background-image: url(../images/items/6928.png);
    opacity: 0.3;
    border-radius: 5px;
}

.fusing-item-slot > span {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 1px 7px !important;
    font-size: 10px;
    border-radius: 5px !important;
    background-color: rgb(63, 28, 0);
    text-align: center;
}

.main-sidebar {
    overflow-y: scroll !important;

}

.main-sidebar::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
    display: none !important;
}

@media only screen and (min-width: 900px) {
    .item-box {
        min-height: 70px;
        padding: 10px;
    }
    a[data-widget="pushmenu"] {
        display: none;
    }
    .main-bg {
        background-position: top left;
    }
    .main-footer {
        text-align: left;
    }
    .main-footer span:nth-child(2) {
        display: inline;
        float: right;
    }
    .bottom-content {
        /* padding-top: 150px; */
    }
    .rotate-90 {
        transform: rotate(90deg);
    }
    .prop {
        background-position: top center;
        background-repeat: no-repeat;
        position: absolute;
        background-size: 100% auto;
    }
    .prop-login {
        background-image: url('../images/prop/1-r.png');
        width: 400px;
        height: 350px;
        left: -184px;
        top: -100px;
        z-index: -1;
    }
    .prop-register {
        background-image: url('../images/prop/3.png');
        width: 450px;
        height: 300px;
        right: -150px;
        bottom: -140px;
        z-index: -1;
    }
    .prop-home-right {
        background-image: url('../images/prop/4.png');
        width: 450px;
        height: 400px;
        right: -303px;
        top: -80px;
        z-index: 9;
    }
    .prop-home-left {
        background-image: url('../images/prop/Hunter_image_2.png');
        background-size: auto 100%;
        width: 300px;
        height: 350px;
        left: -224px;
        top: -120px;
        z-index: 9;
    }
    .prop-changepass {
        background-image: url('../images/prop/5.png');
        background-size: auto 100%;
        width: 350px;
        height: 450px;
        left: -240px;
        top: -100px;
        z-index: -1;
    }
    .prop-tranitemcash {
        background-image: url('../images/prop/2.png');
        background-size: auto 100%;
        width: 350px;
        height: 450px;
        right: -130px;
        top: -80px;
        z-index: -1;
    }
    .prop-shared {
        background-image: url('../images/prop/Hunter_image_2.png');
        background-size: auto 100%;
        width: 300px;
        height: 350px;
        left: -220px;
        top: -80px;
        z-index: 9;
    }
    .prop-topup-first {
        background-image: url('../images/prop/love.png');
        background-size: 100% auto;
        width: 220px;
        height: 220px;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: -30px;
        z-index: 9;
    }
    .prop-topup-first-r {
        background-image: url('../images/prop/3136-r.png');
        background-size: 100% auto;
        width: 250px;
        height: 400px;
        right: -150px;
        top: -100px;
        z-index: -1;
    }
    .prop-topup-second {
        background-image: url('../images/prop/seal-online-craftman.png');
        background-size: 100% auto;
        width: 250px;
        height: 400px;
        right: 90px;
        top: -150px;
        z-index: -1;
    }
    .prop-container-knight {
        background-image: url('../images/prop/5.png');
        background-size: auto 100%;
        width: 300px;
        height: 400px;
        left: -220px;
        bottom: -120px;
    }
    .prop-promotion {
        background-image: url('../images/prop/Hunter_image_2-r.png');
        background-size: 100% auto;
        width: 300px;
        height: 450px;
        right: -230px;
        top: -130px;
        z-index: -1;
    }
    .prop-tranitem {
        background-image: url('../images/prop/4.png');
        background-size: 100% auto;
        width: 400px;
        height: 500px;
        right: -270px;
        top: -70px;
        z-index: -1;
    }
    .prop-rc {
        background-image: url('../images/prop/5222.png');
        background-size: 100% auto;
        width: 250px;
        height: 350px;
        right: -120px;
        top: -130px;
        z-index: -1;
    }
    .prop-aura-rabbit {
        background-image: url('../images/prop/rabbit.png');
        background-size: 100% auto;
        width: 200px;
        height: 400px;
        right: -120px;
        top: -50px;
        z-index: -1;
    }
}
/* @media (min-width: 200px) {
    .bottom-content {
        padding-top: 80px;
    }
} */
.alice_box {
    display: block;
    position: fixed;
    width: 150px;
    height: 211px;
    bottom: 1.5em;
    right: 0;
    z-index: 5;
    -webkit-animation: 2s top_wing infinite linear;
    -moz-animation:  2s top_wing infinite linear;
    -o-animation:  2s top_wing infinite linear;
    -ms-animation: 2s top_wing infinite linear;
    animation: 2s top_wing infinite linear;
}
@-webkit-keyframes top_wing {
	0%{transform: translate(0,5px)}
	50%{transform: translate(0,-10px)}
	100%{transform: translate(0,5px)}
}	
@keyframes top_wing {
	0%{transform: translate(0,5px)}
	50%{transform: translate(0,-10px)}
	100%{transform: translate(0,5px)}
}
.btn-main {
    position: relative;
    overflow: hidden;
    color: #dda0dd !important;
    text-shadow: #dda0dd 0px 0px 3px, #dda0dd 0px 0px 5px, 3px -4px 2px rgba(206,160,128,0);
    border: 1px solid #dda0dd;
    background-color: #000000;
    transition: 0.5s;
}
/* .btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 55px;
    background-image: linear-gradient(to right, rgba(255, 166, 0, 0.95) , rgba(255, 251, 0, 0.65));
    transform: translate(-110%, 0) skew(-30deg);
    transition: 0.5s;
} */
/* .btn-main:hover::before {
    transform: translate(-5%, 0) skew(-15deg);
} */
.btn-main:hover {
    color: #fff !important;
    background-color: #dda0dd;
}
.melting-item {
    border: 2px solid #73e500;
    background-color: #587f34;
    border-radius: 5px;
    padding: 0.25rem;
    width: 48px;
    height: 48px;
}
.melting-item > img {
    width: 100%;
}

.custom-bg,
#pyramid li > .items-focus.active {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

#pyramid ul {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	margin: 0 auto; 
	overflow: hidden
}

#pyramid li {
	list-style-type: none;
	margin: 0 0.3rem 0.5rem 0;
	border-radius: 5px; 
	display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(/assets/images/bg-items.png);
    width: 70px;
    height: 70px;
}

#pyramid li img {
    padding-top: 5px;
    width: 60%;
    height: auto;
}

#pyramid li > .items-focus {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pyramid li > .items-focus.active {
    background-image: url(/assets/images/flare.png);
}

.wheel-arrow {
    position: absolute;
    z-index: 2;
    display: block;
    margin-top: 0.7em;
}

.recycle-items-list,
.items-selected {
    box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.75) inset;
    background-color: #494949;
    width: 100%;
    height: 200px;
    padding: 5px;
    padding-top: 10px;
}

.recycle-items-list img {
    width: 35px;
    margin-bottom: 10px;
}

.recycle-items-list img:hover,
.items-selected img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.recycle-items-list img:not(:first-child),
.recycle-items-list img:not(:last-child),
.items-selected img:not(:first-child),
.items-selected img:not(:last-child) {
    margin-left: 5px;
    margin-right: 5px;
}