/* colors

Purple 		: #aa6c93;
Red 		: #fd4545;
Green 		: #25c787;
Orange		: #ff9e3b;
Blue 		: #057acb;
Default 	: #5a6174;

Borders 	: #e6d9c9;
BG 			: #f9f2ea;
Gray BG 	: #f1f1f1;

Text Dark 	: #34323d;
Text Para 	: #5a6174;

*/

/* General *********************/
body {
	font-family: 'Lilita One', cursive;
    background: #f9f2ea;
    color: #34323d;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
 	color: #34323d;
}
p {
	font-size: 1.1rem;
	color: #5a6174;
}
p.sm-p {
	font-size: .9rem;
}
img {
  	-webkit-user-drag: none;
  	-khtml-user-drag: none;
  	-moz-user-drag: none;
  	-o-user-drag: none;
  	user-drag: none;
}
a, .btn, .anm, .form-control {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
button, button:hover, button:focus, 
.btn, .btn:hover, .btn:active {
	outline: 0px;
	box-shadow: none;
}
.link, .link:hover {
	color: #057acb;
}
.rd-clr {
	color: #057acb;
}
.invalid-ipt {
	font-size: .9rem;
	color: #fd4545;
	margin-top: 10px;
}
.or-bg {
	background: #ff9e3b;
}
.gr-bg {
	background: #25c787;
}
.pr-bg {
	background: #aa6c93;
}
.rd-bg {
	background: #fd4545;
}
.dflt-bg {
	background: #5a6174;
}
.disabled {
  	cursor: not-allowed;
  	pointer-events: none;
}
.btn-quit {
	background: #fd4545;
	height: 40px;
	padding: 2px 20px;
	color: #ffffff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffffff;
}
.btn-quit img {
	width: auto;
	height: 100%;
	margin-right: 8px;
}
.btn-quit:focus,
.btn-quit:hover {
	color: #ffffff;
}
.timer-pad {
	display: inline-block;
	position: relative;
	background: #cbed97;
	color: #004b4c;
	min-height: 24px;
	padding: 2px 15px;
	line-height: 20px;
	border-radius: 12px;
	padding-right: 40px;
}
.timer-pad img {
	width: 32px;
	height: 32px;
	position: absolute;
	right: -4px;
	top: -4px;
	background: #cbed97;
	border-radius: 50%;
	border: 2px solid #ffffff;
	padding: 2px;
}
.timer-pad.pad-w-or {
	background: #ffffff;
	color: #ff9e3b;
}
.timer-pad.pad-w-or img {
	background: #ffffff;
	border-color: #ff9e3b;
}
.coins-pad {
	display: inline-block;
	background: #f5f0ea;
	padding: 5px;
	padding-left: 10px;
	padding-right: 45px;
	position: relative;
	height: 26px;
	border-radius: 15px;
}
.coins-pad .coin-vle {
	margin: 0px;
	font-size: .9rem;
	line-height: 16px;
}
.coins-pad .coin-icon {
	position: absolute;
	top: -7px;
	right: -3px;
	height: 40px;
	width: 40px;
	padding: 4px;
	border-radius: 50%;
	background: #f5f0ea;
	border: 2px solid #ffffff;
}

.coins-pad.lg-pad {
	height: 40px;
	border-radius: 20px;
	padding-right: 65px;
	padding-left: 15px;
}
.coins-pad.lg-pad .coin-vle {
	font-size: 1.2rem;
	line-height: 30px;
}
.coins-pad.lg-pad .coin-icon {
	font-size: 1.2rem;
	height: 50px;
	width: 50px;
	border-radius: 25px;
}

.countdown-pad {
	position: relative;
	display: inline-block;
	text-align: right;
}
.countdown-pad .tlt {
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	color: #5a6174;
	padding: 0px 15px;
	padding-right: 60px;

}
.countdown-pad .time {
	height: 26px;
	line-height: 26px;
	background: #5a6174;
	color: #ffffff;
	padding: 0px 15px;
	border-radius: 13px;
	font-size: 1.2rem;
	padding-right: 35px;
	margin-right: 25px;
	border-bottom-right-radius: 0px;
}
.countdown-pad .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #5a6174;
	padding: 4px;
}

.countdown-tlt {
	color: #5a6174;
	font-size: 1rem;
}
.countdown-tlt img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #5a6174;
	margin-left: 5px;
	padding: 4px;
}

.reward-coin-pad {
	position: relative;
	display: inline-block;
	text-align: right;
}
.reward-coin-pad .tlt {
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	color: #34323d;
	padding: 0px 15px;
	padding-right: 65px;
	margin-bottom: 4px;
}
.reward-coin-pad .time {
	height: 34px;
	line-height: 30px;
	background: #ffffff;
	border: 2px solid #e6d9c9;
	color: #34323d;
	padding: 0px 15px;
	border-radius: 17px;
	font-size: 1.4rem;
	padding-right: 35px;
	margin-right: 30px;
	border-bottom-right-radius: 0px;
}
.reward-coin-pad .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #e6d9c9;
}

.ipt-grp {
	position: relative;
}
.ipt-icon {
	position: absolute;
	width: auto;
	height: 100%;
	padding: 10px;
	left: 0px;
	top: 0px;
}

.ipt-grp .form-control {
	border-radius: 15px;
	border: 2px solid #e6d9c9;
	padding: 12px;
	padding-left: 55px;
    height: auto;
}
.ipt-grp.ipt-btn-grp .form-control {
	padding-right: 90px;
}
.ipt-grp .form-control:focus {
	box-shadow: none;
	border-color: #ff9e3b;
}

.btn-or {
	color: #ffffff;
	background: #ff9e3b;
	padding: 5px 30px;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 36px;
}
.btn-or:hover,
.btn-or:focus {
	color: #ffffff;
}
.btn-gr {
	color: #ffffff;
	background: #25c787;
	padding: 5px 30px;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 36px;
}
.btn-gr:hover,
.btn-gr:focus {
	color: #ffffff;
}
.btn-gry {
	color: #5a6174;
	background: #dfdfdf;
	padding: 5px 30px;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 36px;
}
.btn-gry:hover,
.btn-gry:focus {
	color: #5a6174;
}
.btn-or-rev {
	color: #ff9e3b;
	background: #ffffff;
	padding: 5px 30px;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 36px;
}
.btn-or-rev:hover,
.btn-or-rev:focus {
	color: #ff9e3b;
}
.badge {
	color: #ffffff;
	font-weight: normal;
	font-size: .9rem;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	padding: 0px 15px;
}

.progress {
	height: 20px;
	border-radius: 10px;
	width: 100%;
	position: relative;
	background: #dedede;
}
.progress.sm-bar {
	height: 16px;
}
.progress.xs-bar {
	height: 12px;
}
.progress .progress-bar {
	height: inherit;
	border-radius: 10px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #5a6174;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 0%;
}


.crc-img {
	width: 100%;
	max-width: 110px;
	background: #ffffff;
	border: 2px solid #dfdfdf;
	padding: 2px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.clr-gr {
	color: #25c787;
}
.clr-bl {
	color: #057acb;
}
.ipt-grp .ipt-btn {
	position: absolute;
	height: 40px;
	width: 80px;
	padding: 0px;
	right: 6px;
	top: 6px;
	font-size: 1rem;
}
.btn-dgry,
.btn-dgry:hover,
.btn-dgry:focus {
	background: #647587;
}
.w-100 {
	width: 100%;
}
.h-100 {
	width: 100%;
}

/* width */
.scroll::-webkit-scrollbar,
.page-ctx .card-wrap .card-bdy::-webkit-scrollbar {
  	width: 6px;
}

/* Track */
.scroll::-webkit-scrollbar-track,
.page-ctx .card-wrap .card-bdy::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb,
.page-ctx .card-wrap .card-bdy::-webkit-scrollbar-thumb {
  	background: #d6cabc; 
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover,
.page-ctx .card-wrap .card-bdy::-webkit-scrollbar-thumb:hover {
  	background: #d6cabc; 
}
/* Side menu *************************************************/
.body-aside {
	margin-left: 250px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-image: url("../img/bgs/body-bg.png");
    background-repeat: repeat-y;
    background-position: calc(50% + 125px);
    background-size: 50%;
}
.side-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 100%;
	background: #e6d9c9;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 15px;
    z-index: 999;
}
.side-menu::before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: #cfc3b5;
	background-image: url("../img/bgs/body-bg.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 80%;
    z-index: -2;
}
.side-menu::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 40px;
	background: #e6d9c9;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	z-index: -2;
}
.side-menu .user-img {
	position: relative;
	width: 44%;
	max-width: 140px;
	/* height: 120px; */
	border-radius: 50%;
	border: 2px solid #cfc3b5;
	background: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
}
.side-menu .user-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.side-menu .user-img .lvl {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 34px;
	padding-left: 5px;
	padding-right: 5px;
	height: 34px;
	border: 3px solid #ffffff;
	background: #5a6174;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	line-height: 28px;
	border-radius: 17px;
}
.side-menu .user-coins {
	background: #f5f0ea;
	padding: 5px;
	padding-left: 10px;
	padding-right: 60px;
	position: relative;
	height: 30px;
	border-radius: 15px;
}
.side-menu .user-coins .coin-vle {
	margin: 0px;
	line-height: 20px;
}
.side-menu .user-coins .coin-icon {
	position: absolute;
	top: -5px;
	right: -3px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border-radius: 20px;
	background: #f5f0ea;
}
.side-menu .user-coins .coin-icon img {
	width: 100%;
	height: 100%;
}
.side-menu .main-menu {
	border-top: 2px solid #d6cabc;
	margin-top: 20px;
}
.side-menu .menu-item {
	position: relative;
	color: #34323d;
	font-size: 1.1rem;
	width: 100%;
	height: 36px;
	margin-top: 15px;
	line-height: 36px;
	padding-left: 55px;
	opacity: .6;
}
.side-menu .menu-item .n-vle {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 32px;
	height: 32px;
	background: #fd4545;
	border: 2px solid #ffffff;
	color: #ffffff;
	z-index: 1;
	text-align: center;
	border-radius: 16px;
	line-height: 28px;
	padding-left: 6px;
	padding-right: 6px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.side-menu .menu-item .icon {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 32px;
	height: 32px;
	background: #f6f5f3;
	border: 2px solid #ffffff;
	z-index: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.side-menu .menu-item .icon img {
	width: 100%;
	height: 100%;
}
.side-menu .menu-item::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #d6cabc;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.side-menu .menu-item:hover,
.side-menu .menu-item.active {
	text-decoration: none;
	opacity: 1;
}
.side-menu .menu-item:hover::before,
.side-menu .menu-item.active::before {
	width: calc(100% + 35px);
}
.side-menu .menu-item:hover .icon,
.side-menu .menu-item.active .icon {
	top: -3px;
	left: -3px;
	width: 42px;
	height: 42px;
}
.side-menu .menu-item:hover .n-vle,
.side-menu .menu-item.active .n-vle {
	right: -33px;
}

/* Page Global ****************************************/
.page-ctx {
	padding-left: 30px;
	padding-bottom: 30px;
	min-height: 80vh;
}
.page-hdr {
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.page-hdr .ico-hld {
	width: 60px;
	height: 60px;
	padding: 4px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
}
.page-hdr .ico-hld img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 50%;
	background: #5a6174;
}
.page-hdr .tlt {
	position: relative;
	display: inline-block;
	padding: 5px;
	padding-right: 25px;
	padding-left: 15px;
	margin: 0px;
	height: 36px;
	line-height: 26px;
}
.page-hdr .tlt::before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(100% + 50px);
	height: 36px;
	background: #ffffff;
	border: 2px solid #e6d9c9;
	z-index: -1;
	border-radius: 18px;
}
.page-hdr .ico-hld.ico-btn {
	margin-left: 10px;
}
.page-hdr .ico-hld img.rd-bg {
	background: #fd4545;
}
.page-hdr .ico-btn.n-btn {
	position: relative;
}
.page-hdr .n-btn .n-vle {
	position: absolute;
	top: 36px;
	left: 30px;
	background: #fd4545;
	border: 3px solid #ffffff;
	min-width: 26px;
	padding-left: 6px;
	padding-right: 6px;
	height: 26px;
	font-size: 0.9rem;
	line-height: 20px;
	color: #ffffff;
	border-radius: 13px;
}

.page-hdr-sm {
	height: 60px;
	padding: 5px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #e6d9c9;
	position: fixed;
	width: 100%;
	z-index: 990;
	top: 0px;
	left: 0px;
}
.page-sub-hdr-sm {
	background: #ffffff;
	position: fixed;
	width: 100%;
	top: -350px;
	left: 0px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	z-index: 700;
	padding: 0px 15px;
	padding-top: 75px;
}
.page-sub-hdr-sm.open {
	top: 0px;
}
.page-sub-hdr-sm .profile-item {
	width: 100%;
	padding: 4px 10px;
	background: #f1f1f1;
	margin-bottom: 15px;
	border-radius: 24px;
	position: relative;
}
.page-sub-hdr-sm .profile-item:hover,
.page-sub-hdr-sm .profile-item:focus {
	text-decoration: none;
}
.page-sub-hdr-sm .profile-item .icon {
	width: 40px;
	height: 40px;
}
.page-sub-hdr-sm .profile-item .txt {
	padding-left: 15px;
	margin: 0px;
}
.page-sub-hdr-sm .profile-item .n-vle {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 40px;
    height: 40px;
    background: #fd4545;
    color: #ffffff;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    font-size: 1.2rem;
    padding-left: 6px;
    padding-right: 6px;
}
.hdr-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #d6cabc;
	padding: 4px;
	background: #f6f5f3;
    border: 2px solid #ffffff;
    position: relative;
}
.hdr-btn img {
	width: 100%;
	height: 100%;
}
.hdr-btn .n-vle {
	position: absolute;
	background: #fd4545;
	color: #ffffff;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 12px;
	padding-left: 6px;
	padding-right: 6px;
	bottom: 0px;
	right: 34px;
	min-width: 24px;
	font-size: .8rem;
	line-height: 20px;
}
.page-hdr-sm .hdr-tlt {
	text-align: center;
	width: calc(100% - 100px);
}

.page-ctx .card-wrap {
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 5px 20px;
	border-radius: 15px;
}
.page-ctx .card-wrap .card-hdr {
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	background: #f1f1f1;
}
.page-ctx .card-wrap .card-hdr .tlt {
	margin: 6px 15px;
}
.page-ctx .card-wrap .card-bdy {
	border: 1px solid #f1f1f1;
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
	
}
.page-ctx .card-wrap .card-bdy.ls-bdy {
	min-height: 250px;
}
.card-wrap .card-bdy .empty-ctx {
	width: 100%;
	min-height: 250px;
	opacity: .5;
}
.card-wrap .card-bdy .empty-ctx img {
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}
.card-wrap .card-bdy .empty-ctx .txt {
	color: #b6b6b6;
	margin: 0px;
}
.btn-drop {
	display: inline-block;
}
.btn-drop .dropdown-menu {
	border: 2px solid #e6d9c9;
	width: 350px;
	border-radius: 10px;
	max-height: 300px;
	overflow: auto;
}
.btn-drop .dropdown-menu.sm-drop {
	width: 200px;
}
.btn-drop .dropdown-menu .notif-item {
	padding: 5px 15px;
}
.btn-drop .dropdown-menu .notif-item:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.btn-drop .dropdown-menu .notif-item .icon {
	width: 40px;
	height: 40px;
	padding: 4px;
	background: #5a6174;
	border-radius: 50%;
}
.btn-drop .dropdown-menu .notif-item .icon img {
	width: auto;
	height: 100%;
}
.btn-drop .dropdown-menu .notif-item .ctx {
	width: calc(100% - 40px);
	padding-left: 15px;
}
.btn-drop .dropdown-menu .notif-item .ctx .txt {
	font-size: 1rem;
	margin: 0px;
}
.btn-drop .dropdown-menu .notif-item .ctx .para {
	font-size: .8rem;
	break-before: all;
	margin: 0px;
}
.btn-drop .dropdown-menu a:hover,
.btn-drop .dropdown-menu a:focus {
	background: #f1f1f1;
	text-decoration: none;
}
.btn-drop .dropdown-menu .notif-item.rd-n .icon {
	background: #fd4545;
}
.btn-drop .dropdown-menu .notif-item.rd-n .txt {
	color: #fd4545;
}
.btn-drop .dropdown-menu .notif-item.bl-n .icon {
	background: #057acb;
}
.btn-drop .dropdown-menu .notif-item.bl-n .txt {
	color: #057acb;
}
.btn-drop .dropdown-menu .notif-item.or-n .icon {
	background: #ff9e3b;
}
.btn-drop .dropdown-menu .notif-item.or-n .txt {
	color: #ff9e3b;
}


.btn-drop .dropdown-menu .profile-item {
	padding: 5px 10px;
}
.btn-drop .dropdown-menu .profile-item:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.btn-drop .dropdown-menu .profile-item .icon {
	width: 30px;
	height: 30px;
}
.btn-drop .dropdown-menu .profile-item .ctx .txt {
	font-size: 1rem;
	padding-left: 5px;
	color: #5a6174;
	margin: 0px;
}
/* Footer Page ******************************************/
.page-ftr {
	background: #d6cabc;
	padding-left: 30px;
	padding-top: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	background-image: url("../img/bgs/body-bg.png"), url("../img/bgs/body-bg.png");
    background-repeat: repeat-y;
    background-position: -200px, calc(100% + 200px);
    background-size: 400px;
}
.page-ftr .ftr-tlt {
	color: #ffffff;
}
.page-ftr .ftr-link {
	color: #34323d;
}
.page-ftr .ftr-link:hover,
.page-ftr .ftr-link:focus {
	letter-spacing: .1rem;
	text-decoration: none;
}
.page-ftr .ftr-btn {
	width: 50px;
	height: 50px;
	border: 2px solid #ffffff;
	background: #5a6174;
	padding: 8px;
	margin-right: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
}
.page-ftr .ftr-btn:last-child {
	margin-right: 0px;
}
.page-ftr .ftr-btn img {
	width: 100%;
	height: auto;
}
.page-ftr .ftr-btn:hover {
	background: #34323d;
}
/* Earn Page ******************************************/
.earn-comp-hld {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.earn-comp-hld .earn-comp-icon {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 4px;
}
.earn-comp-hld .earn-comp-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffffff;
}
.earn-comp-hld .earn-comp-card {
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	padding-left: 85px;
	min-height: 130px;
}

.earn-page-hld {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.earn-page-hld .earn-page-icon {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 4px;
}
.earn-page-hld .earn-page-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 1px;
	background: #5a6174;
}
.earn-page-hld .earn-page-icon img.rd {
	background: #fd4545;
}
.earn-page-hld .earn-page-icon img.pr {
	background: #aa6c93;
}
.earn-page-hld .earn-page-icon img.bl {
	background: #057acb;
}
.earn-page-hld .earn-page-icon img.or {
	background: #ff9e3b;
}
.earn-page-hld .earn-page-card {
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	padding-left: 45px;
	min-height: 90px;
}
.earn-page-hld .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-ctx .offer-card {
	position: relative;
	margin-bottom: 20px;
}
.page-ctx .offer-card .ofr-icon {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 60px;
	height: 60px;
	padding: 4px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	border-radius: 50%;
}
.page-ctx .offer-card .ofr-icon img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 50%;
}
.page-ctx .offer-card .card-hdr .tlt {
	margin-left: 55px;
}
.page-ctx .offer-card .item-offre {
	position: relative;
	height: 80px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1.1rem;
    color: #34323d;
}
.page-ctx .offer-card .item-offre:hover {
	padding: 15px;
	color: #34323d;
	text-decoration: none;
}
.page-ctx .offer-card .item-offre .f-logo {
	height: 100%;
	width: auto;
}
.page-ctx .offer-card .item-offre .tag {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: .75rem;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 16px;
	border-radius: 8px;
}
.page-ctx .offer-card .card-bdy {
	border: 1px solid #f1f1f1;
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.page-ctx .offer-card .item-offre .item-txt-img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.page-ctx .offer-card .item-offre .img {
	height: 100%;
	width: auto;
	border-radius: 10px;
	margin-right: 10px;
}

.facebook-bg {
	background: #3b5998;
}
.twitter-bg {
	background: #00aced;
}
.youtube-bg {
	background: #d82727;
}
.instagram-bg {
	background: #bc2a8d;
}
.page-ctx .single-offer {
	margin-bottom: 30px;
}
.page-ctx .single-offer .single-offer-hdr {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border: 1px solid #f1f1f1;
}
.page-ctx .single-offer .single-offer-hdr .logo-hld {
	border-right: 1px solid #f1f1f1;
	text-align: center;
}
.page-ctx .single-offer .single-offer-hdr .f-logo {
	max-height: 70px;
	width: auto;
	padding: 15px;
	margin: auto;
}
.page-ctx .single-offer .single-offer-body {
	border: 1px solid #f1f1f1;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	overflow: hidden;
}
.page-ctx .single-offer .single-offer-body iframe {
	width: 100%;
	height: 100vh;
	border: none;
}

/* Withdraw Page ***************************************/
.card-hld {
	min-height: 100%;
  	display: flex;
  	flex-direction: column;
}
.card-hld .withdraw-card {
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.alert-hld {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.alert-hld .alert-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 4px;
}
.alert-hld .alert-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fd4545;
	padding: 2px;
}
.alert-hld .alert-card {
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	padding-left: 45px;
	min-height: 90px;
}
.alert-hld .alert-card .alert-txt {
	margin: 0px;
}

.withdraw-card {
	position: relative;
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	padding-top: 55px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.withdraw-card .card-icon {
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
	height: 100px;
	width: 100px;
	border-radius: 50px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 4px;
}
.withdraw-card .card-icon img {
	background: #f9f2ea;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 6px;
}
.withdraw-card .card-txt {
	min-height: 42px;
	font-size: 1rem;
}

.gift-card {
	background: #ff9e3b;
	color: #ffffff;
	height: 100%;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.gift-card .card-icon {
	position: relative;
	width: 140px;
	height: 140px;
	margin-bottom: 15px;
}
.gift-card .card-icon .rt-animate {
	position: absolute;
	width: 300px;
	height: auto;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	z-index: 1;
}
.gift-card .card-icon .img-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 140px;
	z-index: 10;
}
.gift-card .card-tlt,
.gift-card .card-vle {
	color: #ffffff;
	z-index: 10;
}
.gift-card .card-txt {
	color: #ffffff;
	font-size: 1rem;
	z-index: 10;
}
.gift-card .btn {
	z-index: 10;
}

.withdraw-table .card-bdy {
	max-height: 90vh;
	overflow: auto;
	padding-bottom: 15px;
}
.withdraw-table .row-item {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 8px;
	padding-bottom: 8px;
}
.withdraw-table .row-item .tlt {
	margin-bottom: 2px;
}
.withdraw-table .row-item .date {
	font-size: .9rem;
	margin: 0px;
}

/* Dialogs **********************************/
.modal-content {
	border: none;
}
.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.modal-ctx {
	border-radius: 15px;
}
.modal-ctx .close {
	opacity: 1;
}
.modal-ctx .close img {
	width: 30px;
	height: 30px;
}
.modal-ctx .modal-header {
	border: 6px solid #ffffff;
	background: #f1f1f1;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}

.modal-ctx .modal-body {
	height: 70vh;
	overflow: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.modal-ctx .modal-body.h-auto {
	height: auto;
}
.modal-ctx .w-100 {
	width: 100%;
}
.modal-ctx .form-control {
	border-radius: 15px;
	border: 2px solid #dfdfdf;
	padding: 12px;
    height: auto;
}
.modal-ctx .form-control:focus {
	box-shadow: none;
	border-color: #34323d;
}
.modal-ctx .item-ls {
	width: 100%;
}
.modal-ctx .item-rslt {
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	text-align: center;
    cursor: pointer;
}
.modal-ctx .item-rslt.item-no-rslt {
	cursor: default;
}
.modal-ctx .item-rslt .item-img {
	width: 100%;
	max-width: 110px;
	background: #ffffff;
	border: 2px solid #dfdfdf;
	padding: 2px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.modal-ctx .item-rslt .item-tlt {
	margin: 0px;
	text-align: center;
}
.modal-ctx .item-rslt:not(.item-no-rslt):hover,
.modal-ctx .item-rslt:not(.item-no-rslt).selected {
	background: #f9f2ea;
}
.modal-ctx .item-rslt:not(.item-no-rslt):hover .item-img,
.modal-ctx .item-rslt:not(.item-no-rslt).selected .item-img {
	border-color: #ff9e3b;
}
.modal-ctx .modal-link,
.modal-ctx .modal-link:hover {
	color: #fd4545;
}
.modal-ctx .row-item {
	border-radius: 15px;
	padding: 15px 0px;
	border: 1px solid #dfdfdf;
}

.modal-mini {
	border-radius: 15px;
}
.modal-mini .modal-footer {
	border: none;
}
.modal-mini .modal-header {
	height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: #f1f1f1;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	background-image: url("../img/bgs/body-bg.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 300px;
}
.modal-mini .modal-header .close {
	opacity: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-mini .modal-header .close img {
	width: 40px;
	height: 40px;
	background: #f1f1f1;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.modal-mini .modal-header .icon-img {
	background: #f1f1f1;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 6px;
}
.modal-mini .modal-body {
	padding-bottom: 0px;
}

.modal-mini .modal-header.coin-bg {
	background-color: #f9f2ea;
}
.modal-mini .modal-header.coin-bg .icon-img {
	background: #f9f2ea;
}

.modal-mini .modal-header.gift-bg {
	background-color: #ff9e3b;
}
.modal-mini .modal-header.gift-bg .icon-img {
	background: #ff9e3b;
}

.modal-mini .modal-header.skull-bg {
	background-color: #647587;
}
.modal-mini .modal-header.skull-bg .icon-img {
	background: #647587;
}

.modal-mini .modal-header.clapper-bg {
	background-color: #ff9e3b;
}
.modal-mini .modal-header.clapper-bg .icon-img {
	background: #ff9e3b;
	transform: rotate(-30deg);
}
.modal-mini .modal-header.clapper-bg .icon-img img {
	width: 100%;
	height: 100%;
}

.modal-mini .modal-header.reward-bg {
	background-color: #cbed97;
}
.modal-mini .modal-header.reward-bg .icon-img {
	background: #cbed97;
	padding: 0px;
}

.lang-ls .lang-item {
	border-radius: 15px;
	padding: 0px 10px;
	border: 2px solid #dfdfdf;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.lang-ls .lang-item:hover {
	border-color: #34323d;
}
.lang-ls .lang-item.active {
	border-color: #25c787;
}
.lang-ls .lang-item .icon {
	width: 50px;
	height: 50px;
}
.lang-ls .lang-item .txt {
	margin: 0px;
	padding-left: 8px;
}
/* Profile Page *************************************/
.profile-ctx {
	margin-bottom: 55px;
}
.profile-ctx .profile-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
.profile-ctx .profile-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.profile-ctx .profile-img .lvl {
	bottom: -20px;
	right: 40px;
	position: absolute;
	min-width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	z-index: 10;
}
.profile-ctx .profile-img .lvl .vle {
	font-size: 1.1rem;
	color: #ffffff;
	width: 100%;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.profile-ctx .profile-txt {
	width: calc(100% - 120px);
	padding-left: 15px;
	position: relative;
}
.profile-ctx .profile-txt .lvl-bar {
	position: absolute;
	height: 26px;
	border-radius: 13px;
	padding: 5px;
	border: 2px solid #e6d9c9;
	width: calc(100% + 65px);
	background: #ffffff;
	bottom: -15px;
	padding-left: 10px;
	left: -65px;
	z-index: 9;
}
.profile-ctx .profile-txt .lvl-next {
	position: absolute;
	z-index: 9;
	height: 26px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 2px 10px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	z-index: 8;
	bottom: -36px;
	left: -65px; 
	font-size: .9rem;
}

.stats-blk {
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	height: 64px;
	border-radius: 32px;
	margin-bottom: 15px;
}
.stats-blk .stats-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #b3aea8;
	border: 2px solid #b3aea8;
}
.stats-blk .stats-txt {
	padding-left: 15px;
}

.earning-table.card-wrap .card-bdy {
	max-height: 400px;
	overflow: auto;
}
.earning-table .earn-row {
	padding: 10px 15px;
	width: 100%;
}
.earning-table .earn-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.earning-table .earn-row .earn-img {
	width: 40px;
	height: 40px;
}
.earning-table .earn-row .earn-img img {
	width: 100%;
	height: 100%;
	padding: 4px;
	border-radius: 26px;
	background: #5a6174;
}
.earning-table .earn-row .earn-txt {
	width: calc(100% - 140px);
	padding-left: 10px;
}
.earning-table .earn-row .earn-txt .tlt {
	margin: 0px;
}
.earning-table .earn-row .earn-txt .date {
	font-size: .8rem;
	margin: 0px;
}
.earning-table .earn-row .earn-vle {
	width: 100px;
	text-align: right;
}


.achievement-table .achievement-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.achievement-table .achievement-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.achievement-row .btn {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.achievement-row .reward-vle {
	background: #f5f0ea;
	color: #34323d;
	width: 100%;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 0.9rem;
	border-radius: 12px;
}

.achievement-table .achievement-row .achievement-img {
	width: 50px;
	height: 50px;
}
.achievement-table .achievement-row .achievement-img img {
	width: 100%;
	height: 100%;
	padding: 4px;
	border-radius: 26px;
	background: #5a6174;
}
.achievement-table .achievement-row .achievement-txt {
	width: calc(100% - 50px);
	padding-left: 10px;
}
.achievement-table .achievement-row .achievement-txt .tlt {
	margin-bottom: 0px;
}
.achievement-table .achievement-row .achievement-txt .para {
	font-size: .8rem;
	margin-bottom: 5px;
}
.achievement-table .achievement-row .achievement-txt .para span {
	display: inline-block;
	background: #f5f0ea;
	color: #34323d;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 5px;
	border-radius: 12px;
}

/* Giveaway Page ******************************/
.entries-table.card-wrap .card-bdy {
	max-height: 500px;
	overflow: auto;
}
.entries-table .entries-row {
	padding: 10px 15px;
	width: 100%;
}
.entries-table .entries-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.entries-table .entries-row .entries-img {
	width: 50px;
	height: 50px;
}
.entries-table .entries-row .entries-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #5a6174;
}
.entries-table .entries-row .entries-txt {
	width: calc(100% - 160px);
	padding-left: 10px;
}
.entries-table .entries-row .entries-txt .tlt {
	margin: 0px;
}
.entries-table .entries-row .entries-txt .date {
	font-size: .8rem;
	margin: 0px;
}
.entries-table .entries-row .entries-vle {
	width: 120px;
	text-align: right;
}
.entries-table .entries-row .entries-vle .timer-pad {
	font-size: .9rem;
	padding: 2px 10px;
    padding-right: 30px;
    width: 100%;
    text-align: left;
}
.gift-icon {
	width: 200px;
	height: 200px;
	position: relative;
	background: #ff9e3b;
	border-radius: 50%;
	margin-bottom: 20px;
}
.gift-icon .img-icon {
	position: absolute;
	z-index: 10;
	width: 120px;
	height: 120px;
	top: 40px;
	left: 40px;
}
.tiktok-icon {
	width: 200px;
	height: 200px;
	position: relative;
	background: #ffffff;
	border: 4px solid #e6d9c9;
	border-radius: 50%;
	margin-bottom: 20px;
}
.tiktok-icon .img-icon {
	position: absolute;
	z-index: 10;
	width: 150px;
	height: 150px;
	top: 21px;
	left: 21px;
}

.gift-icon .rt-animate,
.tiktok-icon .rt-animate {
	position: absolute;
	z-index: 9;
	width: 240px;
	height: 240px;
	top: -20px;
	left: -20px;
}
.gift-icon .star,
.tiktok-icon .star {
	position: absolute;
	height: auto;
	z-index: 11;
}
.gift-icon .star.star-1,
.tiktok-icon .star.star-1 {
	width: 35px;
	top: 10px;
	left: 15px;
	animation-delay: .2s;
}
.gift-icon .star.star-2,
.tiktok-icon .star.star-2 {
	width: 35px;
	top: 20px;
	right: 5px;
}
.gift-icon .star.star-3,
.tiktok-icon .star.star-3 {
	width: 25px;
	bottom: 40px;
	left: 10px;
	animation-delay: .5s;
}
.gift-icon .star.star-4,
.tiktok-icon .star.star-4 {
	width: 35px;
	top: 150px;
	right: 20px;
	animation-delay: .3s;
}


.winner-ctx {
	margin-bottom: 15px;
}
.winner-ctx .winner-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
.winner-ctx .winner-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.winner-ctx .winner-txt {
	width: calc(100% - 120px);
	padding-left: 15px;
	position: relative;
	padding: 10px;
}
.winner-ctx .winner-txt:before {
	content: "";
	position: absolute;
	width: calc(100% + 75px);
	height: 100%;
	top: 0px;
	left: -75px;
	background: #ffffff;
	z-index: -1;
	border: 2px solid #e6d9c9;
	border-radius: 40px;
}
.winner-ctx .winner-txt .name {
	height: 30px;
	font-size: 1.1rem;
	line-height: 30px;
}
.winner-ctx .winner-txt .reward-vle {
	height: 26px;
	font-size: 1.2rem;
	line-height: 26px;
	padding: 0px 10px;
	border-radius: 13px;
	background: #ff9e3b;
	color: #ffffff;
	margin-right: 30px;
}
.winner-ctx .winner-txt .icon {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	padding: 8px;
	background: #ff9e3b;
	border: 2px solid #ffffff;
}
.winner-ctx .winner-txt .icon img {
	width: 100%;
	height: 100%;
}
.winner-ctx .winner-txt .time {
	position: absolute;
	left: -6px;
	bottom: -24px;
	color: #5a6174;
}

/* Challenges Page ****************************/
.challenge-table {
	margin-bottom: 20px;
}
.challenge-table .card-bdy {
	max-height: 400px;
	overflow: auto;
}
.challenge-table .challenge-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.challenge-table .challenge-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.challenge-row .btn {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.challenge-row .reward-vle {
	background: #f5f0ea;
	color: #34323d;
	width: 100%;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 0.9rem;
	border-radius: 12px;
}

.challenge-table .challenge-row .challenge-img {
	width: 50px;
	height: 50px;
}
.challenge-table .challenge-row .challenge-img img {
	width: 100%;
	height: 100%;
	padding: 4px;
	border-radius: 26px;
	background: #057acb;
}
.challenge-table .challenge-row .challenge-txt {
	width: calc(100% - 50px);
	padding-left: 10px;
}

.challenge-table .progress-bar {
	background: #057acb;
}
.challenge-table .challenge-row .challenge-txt .para {
	font-size: .9rem;
	margin-bottom: 5px;
	color: #34323d;
}
span.lbl {
	display: inline-block;
	color: #5a6174;
	background: #dfdfdf;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
}
span.lbl.done {
	background: #cbed97;
	color: #004b4c;
}
span.clr-gr {
	display: inline-block;
	background: #cbed97;
	color: #004b4c;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
}
span.clr-bl {
	display: inline-block;
	background: #057acb;
	color: #ffffff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
}
.daily-card {
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.daily-card .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #cbed97;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Ranking Page ************************************/
.ranking-table.card-wrap .card-bdy {
	max-height: 500px;
	overflow: auto;
}
.ranking-table .ranking-row {
	padding: 10px 15px;
	width: 100%;
}
.ranking-table .ranking-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.ranking-table .ranking-row .ranking-img {
	width: 50px;
	height: 50px;
}
.ranking-table .ranking-row .ranking-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #5a6174;
}
.ranking-table .ranking-row .ranking-txt {
	width: calc(100% - 50px);
	padding-left: 10px;
}
.ranking-table .ranking-row .ranking-txt .tlt {
	width: calc(100% - 120px);
	margin: 0px;
}
.ranking-table .ranking-row .ranking-txt .date {
	font-size: .8rem;
	margin: 0px;
}
.ranking-table .ranking-row .ranking-vle {
	width: 120px;
}

.top-3-ctx {
	margin-bottom: 35px;
}
.top-3-ctx .top-3-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
.top-3-ctx .top-3-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.top-3-ctx .top-3-img .rank {
    bottom: -20px;
    right: 35px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #e6d9c9;
    background: #ffffff;
    padding: 2px;
    z-index: 10;
}
.top-3-ctx .top-3-img .rank img {
	width: 100%;
	height: 100%;
}
.top-3-ctx .top-3-txt {
	width: calc(100% - 120px);
	padding-left: 15px;
	position: relative;
	padding: 10px;
}
.top-3-ctx .top-3-txt:before {
	content: "";
	position: absolute;
	width: calc(100% + 75px);
	height: 100%;
	top: 0px;
	left: -75px;
	background: #ffffff;
	z-index: -1;
	border: 2px solid #e6d9c9;
	border-radius: 40px;
}
.top-3-ctx .top-3-txt .name {
	height: 30px;
	font-size: 1.1rem;
	line-height: 30px;
}
.top-3-ctx .top-3-txt .reward-vle {
	height: 26px;
	font-size: 1.2rem;
	line-height: 26px;
	padding: 0px 10px;
	border-radius: 13px;
	background: #f9f2ea;
	color: #34323d;
	margin-right: 30px;
}
.top-3-ctx .top-3-txt .icon {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	padding: 2px;
	background: #f9f2ea;
	border: 2px solid #ffffff;
}
.top-3-ctx .top-3-txt .icon img {
	width: 100%;
	height: 100%;
}
.top-3-ctx .top-3-txt .reward {
	position: absolute;
	height: 40px;
	color: #ffffff;
	background: #ff9e3b;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	border-radius: 20px;
	font-size: 1.2rem;
	bottom: -50px;
	left: 0px;
}
.top-3-ctx .top-3-txt .reward img {
	width: 40px;
	height: 40px;
	padding: 2px;
	margin-right: 10px;
}

/* Referrals Page **************************************/
.referral-ctx {
	margin-bottom: 15px;
}
.referral-ctx .referral-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
.referral-ctx .referral-img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	padding: 10px;
	background: #f9f2ea;
}
.referral-ctx .referral-img img.megaphone {
	background: #dee5ed;
}
.referral-ctx .referral-txt {
	width: calc(100% - 120px);
	padding-left: 15px;
	position: relative;
	padding: 10px;
}
.referral-ctx .referral-txt:before {
	content: "";
	position: absolute;
	width: calc(100% + 75px);
	height: 100%;
	top: 0px;
	left: -75px;
	background: #ffffff;
	z-index: -1;
	border: 2px solid #e6d9c9;
	border-radius: 40px;
}
.referral-ctx .referral-txt .tlt {
	height: 30px;
	font-size: 1.1rem;
	line-height: 30px;
}
.referral-ctx .referral-txt .vle {
	height: 26px;
	font-size: 1.2rem;
	line-height: 26px;
	padding: 0px 10px;
	border-radius: 13px;
	background: #f9f2ea;
	color: #34323d;
	margin-right: 30px;
}


.referral-wrap .form-control {
	padding-left: 15px;
}
.referral-wrap .socials .social-btn {
	width: 60px;
	height: 60px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 3px;
	margin: 10px;
	border-radius: 50%;
	display: inline-block;
}
.referral-wrap .socials .social-btn img {
	width: 100%;
	height: auto;
	padding: 5px;
	background: #5a6174;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.referral-wrap .socials .social-btn.facebook img {
	background: #057acb;
}
.referral-wrap .socials .social-btn.twitter img {
	background: #4ebbeb;
}
.referral-wrap .socials .social-btn.whatsapp img {
	background: #d99c00;
}
.referral-wrap .socials .social-btn.reddit img {
	background: #c50000;
}
.referral-wrap .socials .social-btn.discord img {
	background: #a03bff;
}
.referral-wrap .socials .social-btn:hover img {
	padding: 2px;
	transform: rotate(10deg);
}


.referred-table.card-wrap .card-bdy {
	max-height: 500px;
	overflow: auto;
}
.referred-table .referred-row {
	padding: 10px 15px;
	width: 100%;
}
.referred-table .referred-row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.referred-table .referred-row .referred-img {
	width: 50px;
	height: 50px;
}
.referred-table .referred-row .referred-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #5a6174;
}
.referred-table .referred-row .referred-txt {
	width: calc(100% - 50px);
	padding-left: 10px;
}
.referred-table .referred-row .referred-txt .tlt {
	width: calc(100% - 120px);
	margin: 0px;
}
.referred-table .referred-row .referred-txt .date {
	font-size: .8rem;
	margin: 0px;
}
.referred-table .referred-row .referred-vle {
	width: 120px;
}

/* Competition Page ***************************/
.comp-pan-hld {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.comp-pan-hld .comp-pan-icon {
	position: absolute;
	top: calc(50% - 30px);
	left: 15px;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 4px;
}
.comp-pan-hld .comp-pan-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #5a6174;
	padding: 2px;
}
.comp-pan-hld .comp-pan-icon.prize img {
	background: #ff9e3b;
}
.comp-pan-hld .comp-pan-icon.ending img {
	background: #cbed97;
}
.comp-pan-hld .comp-pan-icon.info {
	top: 15px;
}
.comp-pan-hld .comp-pan-icon.info img {
	background: #057acb;
}
.comp-pan-hld .comp-pan-card {
	background: #ffffff;
	border: 2px solid #e6d9c9;
	padding: 15px;
	border-radius: 15px;
	padding-left: 45px;
	/* min-height: 90px; */
}
.comp-pan-hld .comp-pan-card .comp-pan-tlt {
	margin: 0px;
}

.comp-win-card {
	border: 2px solid #e6d9c9;
	background: #ffffff;
	border-radius: 15px;
	position: relative;
	padding: 0px 15px;
	padding-bottom: 10px;
}
.comp-win-card .img-user {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -15px;
	padding: 4px;
	background: #ffffff;
	border: 2px solid #e6d9c9;
}
.comp-win-card .user-info {
	padding-left: 65px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.comp-win-card .name {
	margin-bottom: 5px;
}
.comp-win-card .date {
	margin-bottom: 5px;
	font-size: .9rem;
}

/* Earn - Quiz ************************************/
.quizq-card {
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 45px 15px;
	padding-top: 25px;
	border-radius: 15px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 45px;
}
.quizq-card .img-bg {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.quizq-card .img-bg img {
	width: 100%;
}
.quizq-card .q-vle {
	position: absolute;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	top: -20px;
	left: 20px;
}
.quizq-card .q-vle .txt {
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background: #057acb;
	color: #ffffff;
	border-radius: 13px;
}
.quizq-card .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 5px;
	bottom: -30px;
	left: calc(50% - 30px);
}
.quizq-card .icon img {
	width: 100%;
	height: 100%;
	background: #057acb;
	border-radius: 50%;
}

.quiza-card {
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 15px;
	padding-left: 35px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 20px;
	cursor: pointer;
}
.quiza-card .a-vle {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	border: 2px solid #e6d9c9;
	background: #ffffff;
	padding: 3px;
	top: calc(50% - 20px);
	left: -20px;
}
.quiza-card .a-vle .txt {
	line-height: 30px;
	text-align: center;
	font-size: 1.3rem;
	background: #5a6174;
	color: #ffffff;
	border-radius: 15px;
}

.quiza-card:hover,
.quiza-card.selected {
	border-color: #ff9e3b;
}
.quiza-card:hover .a-vle,
.quiza-card.selected .a-vle {
	border-color: #ff9e3b;
}
.quiza-card:hover .txt,
.quiza-card.selected .txt {
	background: #ff9e3b;
}

.quiz-result {
	padding-top: 15px;
	text-align: center;
}
.quiz-result .badge-icon {
	width: 150px;
	height: auto;
	margin-bottom: 15px;
}
.quiz-result .score {
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background: #fd4545;
	line-height: 20px;
	border-radius: 20px;
}

/* Components ********************************/
.modal-level {
	border-radius: 15px;
}
.modal-level .modal-footer {
	border: none;
}
.modal-level .modal-header {
	min-height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: none;
	background: #647587;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}
.modal-level .modal-header .mn-txt {
	color: #fdbf67;
	z-index: 2;
}
.modal-level .modal-header .sub-txt {
	color: #ffffff;
	margin: 0px;
	z-index: 2;
}
.modal-level .modal-header .close {
	opacity: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.modal-level .modal-header .close img {
	width: 40px;
	height: 40px;
	background: #f1f1f1;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.modal-level .modal-header .icon-img {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/bgs/lvl-bg.png");
  background-repeat: no-repeat;
  /* background-position: calc(50% + 125px); */
  background-size: 150px;
  margin-bottom: 15px;
  z-index: 2;
}
.modal-level .modal-header .icon-img .vle {
	color: #ffffff;
	margin: 0px;
	font-size: 5rem;
}
.modal-level .modal-header .rt-animate {
	position: absolute;
	width: 350px;
	height: 350px;
	top: calc(50% - 175px);
	left: calc(50% - 175px);
	z-index: 1;
}
.modal-level .modal-body {
	padding-bottom: 0px;
}

.modal .canvas-full-anm {
	position: absolute;
}