html,
body {
	margin: 0px 0 0;
	padding: 0;
	min-height: 100%;
	background-color: #000 !important;
	color: white !important;
	overflow-x: hidden;
}

.navbar {
	position: fixed;
	top: 0;
	background-color: #232f43;
	box-shadow: 0px 2px 6px #000000;
	width: 100%;
}

.navbar .navbar-brand {
	color: #ecf0f1
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
	color: #d9d9d9
}

.navbar .navbar-nav .nav-link {
	color: #fafafa;
	border-radius: .25rem;
	margin: 0 .25em
}

.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
	color: #d9d9d9
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
	color: #000;
	background-color: #d9d9d9
}

.navbar .navbar-toggle {
	border-color: #d9d9d9
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	background-color: #d9d9d9
}

.navbar .navbar-toggle .navbar-toggler-icon {
	color: #ecf0f1
}

.navbar .navbar-collapse,
.navbar .navbar-form {
	border-color: #ecf0f1
}

.navbar .navbar-link {
	color: #ecf0f1
}

.navbar .navbar-link:hover {
	color: #000
}

.bottom-border {
	border-bottom: 1px solid #fff;
}

.top-border {
	border-top: 1px solid #fff;
}

#dashboard-info {
	background: #232F43;
	padding: 10px;
	color: #fff;
	min-width: 100%;
	font-size: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

#dashboard-info h1 {
	font-size: 19px;
	text-align: center
}

.aff_url_block {
	width: 322px;
	background: url(images/back.png) repeat center center #292e31;
	color: #fff;
	padding: 6px 10px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center
}

#grey-box {
	display: block;
	background: #232F43;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#grey-box .title {
	background: #0B0428;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 3px 10px;
	max-width: 50%;
	border-top: 1px solid #232F43;
	margin: 0 auto 10px;
	text-shadow: -1px 0 #232F43, 0 1px #232F43, 1px 0 #232F43, 0 -1px #232F43;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

#grey-box .infobox {

	display: block;
	clear: both;
	padding: 6px;
	width: 100%;
	font-size: 14px;
	color: white;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#grey-box .content {
	padding: 25px 30px;
	line-height: 22px
}

#grey-box .content h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
	}
}

@-moz-keyframes shake {

	0%,
	100% {
		-moz-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-moz-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-moz-transform: translateX(10px);
	}
}

@-o-keyframes shake {

	0%,
	100% {
		-o-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-o-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-o-transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

.bg-dark {
	background-color: #001926b5 !important;
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake
}

.modal-login {
	color: #636363;
}

.modal-login .modal-content {
	padding: 18px 10px 6px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.modal-login .modal-header {
	border-bottom: none;
	padding: 0;
	position: relative;
	justify-content: center
}

.modal-login h4 {
	text-align: center;
	font-size: 26px
}

.modal-login .form-group {
	position: relative
}

.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px
}

.modal-login .form-control {
	padding-left: 40px
}

.modal-login .form-control:focus {
	border-color: #00ce81
}

.modal-login .form-control,
.modal-login .btn {
	min-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.modal-login .hint-text {
	text-align: center;
	padding-top: 10px
}

.modal-login .close {
	position: absolute;
	top: -5px;
	right: 3px;
}

.modal-login .btn {
	background: #00ce81;
	border: none;
	line-height: normal
}

.modal-login .btn:hover,
.modal-login .btn:focus {
	background: #00bf78
}

.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -10px -6px;
	font-size: 13px;
	justify-content: center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.modal-login .modal-footer a {
	color: #999
}

.affiliate-url .form-group {
	position: relative
}

.affiliate-url i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px
}

.affiliate-url .form-control {
	padding-left: 40px
}

.affiliate-url .form-control:focus {
	border-color: #00ce81
}

.static-bottom {
	right: 0;
	bottom: 0;
	left: 0;
	position: relative;
	border-width: 1px 1px 0
}

.footer_copyright {
	text-decoration: none;
	color: #ecf0f1
}

.footer_copyright:hover,
.footer_copyright:focus {
	text-decoration: none;
	color: #d9d9d9
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1)
}

.box-style {
	border: 1px solid #3a3f48
}

.copyright {
	font-size: 12px
}

.membership-option {
	background: #212529;
	color: #fff
}

.membership-block {
	font-weight: 300;
	margin: -10px 0 10px;
	padding: 3px 2px;
	font-size: 21px;
	color: #000;
	padding: 8px 6px;
	display: inline-block;
	background: #efefef;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.membership-block b {
	font-weight: 600
}

.bitcoin-value {
	font-size: 21px;
	font-weight: 600
}

#aff-block {
	margin: 5px 0 20px;
	display: block;
	padding: 8px 10px 5px;
	background-color: #fff;
	color: #0e6083;
	font-size: 13px;
	text-align: left;
	border: 1px solid #08546b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

#aff-block .title {
	display: block;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	background-color: #08546b;
	color: #fff;
	margin: -23px auto 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

#aff-block .aff_block_p {
	margin-bottom: 0;
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 11px
}

#aff-block .aff_content_bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-top: 14px
}

#aff-block .aff_block_p2 {
	display: block;
	background-color: #bedee2;
	margin: 9px 5px 0;
	padding: 4px 0;
	text-align: center;
	color: #0d5675;
	font-size: 18px;
	border: 1px solid #84afba;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none
}

#aff-block .aff_block_p2 a {
	color: #0b516f
}

#aff-block .aff_block_p2:hover {
	background-color: #c2e2e6;
	border-color: #93c2cf
}

#aff-banner {
	padding: 4px 10px;
	background-color: #fff;
	color: #0e6083;
	border: 1px solid #08546b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.aff-banner-title {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	padding: 1px;
	background-color: #08546b;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.winner_block {
	display: block;
	position: relative;
	text-align: left;
	float: left;
}

.winner_block .inside {
	border: 1px solid #b6b6b6;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
	color: #77787b;
	background: #efefef;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.winner_block .inside p,
h1,
h2,
h3,
h4 {
	color: #f0f1f4
}

.winner_block .inside .winner {
	font-size: 16px;
	background: #6dbd4c;
	padding: 1px 4px 4px;
	text-shadow: 0;
	color: #fff;
	margin: -1px -1px 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.ribbon-green {
	background: #5bab3a;
	height: 32px;
	right: 8px;
	color: #fff;
	text-shadow: 0 1px 0 #4e8636;
	margin: -1px 0 -10px;
	position: absolute;
	width: 40px;
	padding-top: 4px;
	font-size: 18px;
	text-align: center
}

.ribbon-green:after,
.ribbon-green:before {
	border-top: 15px solid #5bab3a;
	content: '';
	height: 0;
	position: absolute;
	top: 100%;
	width: 0
}

.ribbon-green:after {
	border-left: 20px solid transparent;
	right: 0
}

.ribbon-green:before {
	border-right: 20px solid transparent;
	left: 0
}

#loterry_stats {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
	font-size: 25px;
	font-weight: 700;
	line-height: 39px;
	color: #fff;
	font-family: arial;
	padding: 1px 30px;
	margin-bottom: 10px;
	background: #506377;
	background: -moz-linear-gradient(top, #506377 0%, #232F43 100%);
	background: -webkit-linear-gradient(top, #506377 0%, #232F43 100%);
	background: linear-gradient(to bottom, #506377 0%, #232F43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506377', endColorstr='#232F43', GradientType=0);
	border: 2px solid #232F43;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#loterry_stats_header {
	display: table;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
	font-size: 14px;
	line-height: 19px;
	padding: 5px 12px;
	color: #fff;
	font-family: arial;
	margin: 0 auto;
	text-align: center;
	background: #232F43;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.lottery_sidebar_link,
.lottery_sidebar_link:hover {
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
	color: #fff
}

.lotteryTitleBox {
	display: table;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 6px 15px;
	background-color: #506377;
	margin: 0 auto;
	border: 2px solid #33433B;
	border-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.lotteryCountdownBox {
	text-align: center;
	padding: 15px 10px 0;
	background: #506377;
	background: -moz-linear-gradient(top, #506377 0%, #33433B 100%);
	background: -webkit-linear-gradient(top, #506377 0%, #33433B 100%);
	background: linear-gradient(to bottom, #506377 0%, #33433B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506377', endColorstr='#33433B', GradientType=0);
	margin: 0 auto 25px;
	border: 2px solid #33433B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.lotteryCountdownBox .timer .timer-wrapper {
	display: inline-block;
	padding: 10px 5px;
	width: 100px
}

.lotteryCountdownBox .timer .timer-wrapper .time {
	font-size: 48px;
	font-weight: 700;
	color: #fff
}

.lotteryCountdownBox .timer .timer-wrapper .text {
	font-size: 14px;
	color: #fff
}

.lotteryTop {
	background-color: #232F43;
	padding: 7px 10px 5px;
	color: #fff;
	margin-top: 45px;
	box-shadow: 0px 0px 8px 2px #000000;
	border-radius: 3px;
	border: 1px solid #fff;
}

.sidebarLottery {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	margin: 0 auto 5px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.sidebarLottery .timer .timer-wrapper {
	display: inline-block;
	margin: 0 9px
}

.sidebarLottery .timer .timer-wrapper .time {
	font-size: 28px;
	font-weight: 700;
	color: #fff
}

.sidebarLottery .timer .timer-wrapper .text {
	font-size: 11px;
	color: #fff
}

.marquee {
	float: right;
	width: 80%;
	padding: 0 0 5px;
	overflow: hidden
}

.marquee ul li {
	display: inline-block;
	margin-right: 25px
}

.marquee ul li span {
	vertical-align: 4px
}

.marquee ul li span.user {
	font-weight: 700
}

.marquee ul li span.method {
	vertical-align: -2px
}

#sidebar-block {
	background: #232f43c2;
	padding: 5px 5px 0;
	text-align: center;
	border: 1px solid #232F43;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 300px;
	min-width: 300px;

}

#sidebar-block hr {
	border: 0;
	height: 1px;
	margin: 10px 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}

#sidebar-block .menu {
	padding: 7px 2px
}

#sidebar-block .content {
	padding: 5px 3px;
	margin: 4px 0 3px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

/**#sidebar-block .inner { 
	padding: 8px 3px 1px; 
	margin-bottom: 5px; 
	-webkit-border-bottom-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-moz-border-radius-bottomleft: 4px; 
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px 
}*/

#sidebar-block .manager {
	display: block;
	margin: 1px 2px 8px
}

#sidebar-block .block {
	width: 100%;
	background: #f8f9fa;
	border-radius: 3px;
	padding: 2px 3px 5px;
	color: #505050
}

#sidebar-block .block .data {
	width: 100%;
	padding: 2px 3px 5px;
	font-size: 0.9rem;
	line-height: 14px;
	text-decoration: none;
	color: #505050
}

#sidebar-block .data {
	width: 100%;
	padding: 2px 3px 5px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #fff
}

#sidebar-block .level {
	width: 100%;
	background: #f8f9fa;
	border-radius: 3px;
	margin-top: 5px;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #505050
}

#sidebar-block .user {
	background: #f8f9fa;
	padding: 5px 5px 1px;
	margin: -6px -6px 0;
	color: #fff;
	color: #000;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#sidebar-block .user .info {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7)
}

#sidebar-block .user .info span {
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7)
}

#sidebar-block .user .logout {
	font-size: 11px;
	margin-top: -10px
}

#sidebar-block .user .logout a {
	color: #505050
}

#sidebar-block .title {
	background: #0B0428;
	margin: -5px -5px 2px;
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

#sidebar-footer {
	background: #fff !important;
	font-size: 11px;
	margin-top: -2px;
	padding: 2px 5px;
	text-align: center;
	width: 100%;
	border: 1px solid #232F43;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

#sidebar-ads {
	background: #232F43;
	padding: 2px 0;
	width: 100%;
	border: 1px solid #232F43;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sidebar-stats {
	margin-top: -2px;
	background: #fff;
	color: #232F43;
	padding: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid #232F43;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.sidebar-stats .badge {
	background: #113449;
	color: #fff;
}

.sidebar-stats span {
	font-size: 16px;
	font-weight: 600
}

.price_block {
	display: block;
	background: #f8f9fa;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.price_block .text {
	display: inline-block;
	margin-top: 5px
}

.pay_block {
	display: inline-block;
	margin: 0;
	float: right
}

.box {
	background: #f8f9fa;
	padding: 10px;
	color: #000;
	margin-bottom: 10px;
	border: 1px solid #0B0428;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#countdown {
	font-size: 16px;
	padding: 5px 5px 13px
}

.footer {
	margin-top: 60px
}

.btn-signup {
	font-weight: 600
}

.hidden {
	display: none
}

hr.global {
	border: 0;
	height: 1px;
	margin: 10px 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}

.borderless td,
.borderless th {
	border: none
}

#luckyNumber {
	display: block;
	min-height: 60px;
	font-size: xxx-large;
	text-align: center;
	margin: 10px 0 2px;
	color: #4d63bc
}

pre {
	background: #f8f9fa;
	padding: 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.website_block {
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	float: left;
	width: 230px;
	border: 2px solid #0B0428;
	margin: 0 0 6px 7px;
	padding: 3px;
	text-align: center;
	color: #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.website_block .website_title {
	background: #0B0428;
	color: #fff;
	padding: 2px 2px 4px;
	display: block;
	margin: -3px -3px 3px
}

.website_block .website_bottom {
	background: #08546b;
	color: #fff;
	padding: 1px 3px;
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 3px -2px -3px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.website_block .description {
	margin: 10px auto 0;
	display: block;
	height: 100px;
	padding: 2px 3px;
	background: #fff;
	color: #444;
	font-size: 13px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.website_block .reward {
	margin: 10px auto;
	display: inline-block;
	width: 126px;
	padding: 2px 3px;
	background: #fff;
	color: #444;
	font-size: 13px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.website_block .reward span {
	color: #4c7d00
}

.website_block .time {
	margin: 10px auto;
	display: inline-block;
	width: 62px;
	padding: 2px 3px;
	background: #fff;
	color: #444;
	font-size: 13px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.notify-icon {
	padding: 5px;
	width: 25px
}

.notify-icon-fa {
	line-height: 46px
}

.notification {
	display: inline-block;
	position: relative;
	padding: 8px 12px;
	background: #1e1f208f;
	border-radius: 3px;
	font-size: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-decoration: none
}

.notification:hover {
	background: #2d87c3;
	text-decoration: none
}

.notification::before,
.notification::after {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.notification::before {
	display: block;
	content: "\f0f3";
	font-family: "Font Awesome 5 Free";
	transform-origin: top center
}

.notification::after {
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 5px 8px;
	line-height: 100%;
	border: 2px #fff solid;
	border-radius: 60px;
	background: #3498db;
	opacity: 0;
	content: attr(data-count);
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: transform, opacity;
	transition-duration: .3s;
	transition-timing-function: ease-out
}

.notification.notify::before {
	-webkit-animation: ring 1.5s ease;
	animation: ring 1.5s ease
}

.notification.show-count::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.tagline {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 25px;
	text-align: center
}

.tagline span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background: none repeat scroll 0% 0% #FFF;
	padding: 3px 5px 4px;
	position: relative;
	top: 14px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.blog_comment {
	margin: 10px auto;
	background: #efefef;
	border: solid 1px #0B0428;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #696969
}

.com_title {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	background: #0B0428;
	border-bottom: solid 1px #1d1d1d;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.comments_wrap {
	overflow: hidden;
	margin: 5px auto;
	background: #efefef;
	border: 1px solid #0B0428;
	border-radius: 5px
}

.comments_wrap .content_text {
	padding: 10px 5px;
	overflow: hidden;
	text-align: justify;
	color: #464646
}

.comments_wrap .content_top {
	padding: 1px 5px 4px;
	background: #0B0428;
	color: #fff;
	border-bottom: 1px dotted #fff
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotate(35deg)
	}

	12.5% {
		-webkit-transform: rotate(-30deg)
	}

	25% {
		-webkit-transform: rotate(25deg)
	}

	37.5% {
		-webkit-transform: rotate(-20deg)
	}

	50% {
		-webkit-transform: rotate(15deg)
	}

	62.5% {
		-webkit-transform: rotate(-10deg)
	}

	75% {
		-webkit-transform: rotate(5deg)
	}

	100% {
		-webkit-transform: rotate(0)
	}
}

@keyframes ring {
	0% {
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg)
	}

	12.5% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}

	25% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg)
	}

	37.5% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}

	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	62.5% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.modal-close {
	margin: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	background-color: #333;
	color: #fff;
	border: 0;
	border-radius: 50%;
	font-size: 13px;
	z-index: 11;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.no-space {
	margin-right: 0;
	padding-left: 0;
}

ad,
l {
	font-size: 10px;
	padding: 0 4px;
	border-radius: 4px;
	margin-left: 5px;
	height: 19px;
	line-height: 17px;
	display: inline-block;
	font-weight: 600
}

ad {
	border: 1px solid #ffa097;
	color: #f4786b
}

l {
	border: 1px solid #757575;
	color: #b6b6b6
}

l::before {
	content: "Lvl "
}

l::after {
	content: attr(class)
}

ad::before {
	content: "Admin"
}

.home {
	padding-top: 90px;
	;
}

#home-box {
	display: block;
	background: #232F43;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#home-box .content {
	padding: 25px 30px;
	line-height: 22px
}

#home-statistics {
	color: #fff;
	padding: 20px 5px;
	text-align: center;
	font-size: 18px;
	margin-left: -16px;
	margin-right: -16px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 -3px 4px rgba(50, 50, 50, 0.5), 0 3px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 -3px 4px rgba(50, 50, 50, 0.5), 0 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0 -3px 4px rgba(50, 50, 50, 0.5), 0 3px 4px rgba(50, 50, 50, 0.5)
}

#home-bottom-box {
	display: block;
	background: #232F43;
	color: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

#home-bottom-box .content {
	padding: 25px 30px
}

#home-bottom-box .content h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px
}

#home-box .content h1,
#home-bottom-box .content h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px
}

#home-info-box {
	background-color: rgba(0, 0, 255, 0.7);
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#home-info-box .content {
	padding: 25px 30px
}

#home-info-box .content h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px
}

#home-info-box .content hr {
	border: 0;
	height: 1px;
	margin: 10px 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}

.home-stats {
	background: #232F43;
	color: #fff;
	padding: 13px 5px 12px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-stats span {
	font-size: 26px;
	font-weight: 600
}

.homebox {
	background: #6d6d6d;
	display: block;
	clear: both;
	border: 1px solid #efefef;
	padding: 25px 12px;
	width: 98%;
	font-size: 14px;
	color: #efefef;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.homebox h2 {
	color: #93c52f;
	margin: 4px 2px 12px;
	font-size: 22px;
	text-align: center;
	font-family: arial;
	text-shadow: 0 1px 0 rgba(12, 12, 12, 0.6)
}

.gradient-violet-bleu {
	background: linear-gradient(148deg, rgba(148, 40, 142, 1), rgba(16, 13, 98, 1));
}

.container-fluid {
	position: relative;
	/*overflow: hidden;*/
	/* Empêche l'animation de dépasser les bords */
}



.sidebar-icon {
	font-size: 2.5rem !important;
	margin-left: 1rem;
	color: #fff;
}

.row {
	justify-content: center;
}

.sidebar-block a {
	text-decoration: none;
	color: inherit !important;
}

.home {
	background-image: url("./images/background-street.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: absolute;
	/* or absolute, depending on your layout */
	/*top: 0;*/
	left: 0;
	z-index: -999;
}

.container-fluid.bg-dark.py-3.mt-5.crypto-logo {
	position: relative;
	/* or absolute, depending on your layout */
	z-index: 2;
	/* Choose a value higher than the navbar's z-index */
	overflow: hidden;
}

.home::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* Adjust colors and stops as needed */
	z-index: -100;
}

/* home crypto banner */

#crypto-banner {
	animation: scroll-animation 70s linear infinite;
	/* Adjust values as needed */
	display: flex;
	overflow: auto;
	width: 200%;
	/* Double the width to accommodate the duplicated content */
}

.crypto-item {
	animation: scroll-animation 30s linear infinite;
	/* Adjust values as needed */
	animation-direction: alternate;
}

/** supprime le défilement horizontal */
.bg-dark.py-3.mt-5.crypto-logo {
	overflow-x: hidden;
}


@keyframes scroll-animation {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
		/* Move by half the container width */
	}
}



.waiting-list table {
	width: 100%;
	border-collapse: collapse;
}

.waiting-list th,
.waiting-list td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
}

.waiting-list thead {
	background-color: #1f1d1d;
}

.flame-text {
	color: burlywood;
}

/* CSS pour améliorer la réactivité */
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table {
	font-size: 0.9rem;
	/* Réduire légèrement la taille de la police */
	width: 100%;
	margin-bottom: 0;
}

.table th,
.table td {
	padding: 0.5rem;
	/* Réduire l'espacement */
	vertical-align: middle;
	white-space: nowrap;
	/* Éviter le retour à la ligne dans les cellules */
}

.table .btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.8rem;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* Ratio 16:9 (9/16 = 0.5625). Ajustez pour un autre ratio si nécessaire */


}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh;
	overflow: auto;
}

/* Pour les très petits écrans, empiler les cellules comme une liste */
@media (max-width: 576px) {
	.table thead {
		display: none;
		/* Cacher les en-têtes sur petits écrans */
	}

	.hidden-mobile {
		display: none;
	}

	.table tr {
		display: block;
		margin-bottom: 0.625rem;
		border-bottom: 1px solid #dee2e6;
	}

	.table td {
		display: block;
		text-align: center;
		font-size: 0.85rem;
		padding: 0.5rem;
		border: none;
		position: relative;
	}

	.table td::before {
		content: attr(data-label);
		/* Utiliser des labels pour identifier les colonnes */
		font-weight: bold;
		display: block;
		margin-bottom: 0.25rem;
	}

	.table td:not(:last-child) {
		border-bottom: 1px solid #dee2e6;
	}
}

/* fin home crypto banner */

@media (max-width: 768px) {


	.crypto-item {
		width: 20px;
		height: auto;
	}

	.crypto-item>p {

		font-size: small;
	}

	#home-info-box {
		margin-bottom: 1rem;
		/* Espacement entre les éléments */
	}

	img.card-img-top {
		width: 60%;
		/* Or a specific pixel value */
	}

	.hp-main-text h1,
	h3 {
		font-size: 1rem;
	}

	.modal-content {
		width: 88% !important;
	}

	.clock {
		font-family: Arial, sans-serif;
		font-size: 24px;
		text-align: center;
		padding: 10px;
		color: #333;
		background-color: #f0f0f0;
		border-radius: 5px;
		display: inline-block;
	}

	.cards-container {
		display: none !important;
	}

	.ad-slider {
		display: none !important;
	}

	.hidden-mobile {
		display: none;
	}

	.home {
		padding-top: 8px;
	}

	#crypto-banner {
		width: 400%;
	}

}

/* Styles de base pour mobile ici */
/* Small */
@media (min-width: 576px) {
	.container {
		min-width: 100%;
	}
}

/* Medium */
@media (min-width: 768px) {
	.container {
		min-width: 100%;
	}

	.hidden-desk {
		display: none !important;
	}
}

/* Large */
@media (min-width: 992px) {
	.container {
		min-width: 100%;
	}
}

/* Extra large */
@media (min-width: 1200px) {
	.container {
		min-width: 1170px;
	}
}

/* Super large */
@media (min-width: 1400px) {
	.container {
		max-width: 1797px;
	}
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
}

.hidden-desk {
	display: block;
}

/* Responsive Ads */
.pub,
.ad-content,
#sidebar-ads,
.ad-slider {
	max-width: 100% !important;
	overflow: hidden !important;
}

.pub img,
.pub iframe,
.pub ins,
.ad-content img,
.ad-content iframe,
.ad-content ins,
#sidebar-ads img,
#sidebar-ads iframe,
#sidebar-ads ins,
.ad-slider img,
.ad-slider iframe,
.ad-slider ins {
	max-width: 100% !important;
	height: auto !important;
}