@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: #720d80;
	border-radius: 0px;
}

* {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 300;
	word-break: keep-all;
}

html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #0b0c0e;
}

.t-page-content {
	margin: 0;
	padding: 20px 40px 0px;
}

.logout__button{
	position: absolute;
	bottom: 40px;
}

.title__page{
	color: #f0f1f1;
	font-weight: 600;
}

.desc__page{
	color: #b51cc9;
	font-weight: 300;
	margin-top: -2px;
	font-size: 13px;
}

.voucher,
.account,
.buy,
.type{
	margin-top: 60px;
}

.home{
	margin-top: 40px;
}

label{
	color: #6f737a;
	margin-bottom: 10px;
	font-size: 15px;
}

.input__div{
	position: relative;
	width: 800px;
}

.input__icon{
	position: absolute;
	right: 20px;
	top: 17px;
}

.input__div svg{
	width: 17px;
}

.input__form{
	height: 60px;
	width: 100%;
	outline: none!important;
	border: none!important;
	padding-left: 20px;
	font-size: 15px;

	background-color: #101114;
	color: #b51cc9;
}

.button__primary,
.button__light{
	height: 60px;
	width: 250px;
	background-color: #720d80;
	color: white;
	font-weight: 400;
	font-size: 14px;
	margin-top: 15px;
	transition: .3s;
	outline: none!important;
	border: none!important;
}

.button__light{
	background-color: transparent;
	color: #a625b8;
	width: 300px;
	font-weight: 500;
	border: 3px dashed #9e27ad!important;
}

.button__light svg{
	width: 17px;
	margin-right: 20px;
}

.button__light:hover{
	background-color: #5e0a69;
	border: 3px dashed #5e0a69!important;
	color: white;
	transition: .3s;
}

.button__primary:hover{
	background-color: #5e0a69;
	transition: .3s;
}

.account__title{
	color: #810d91;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 25px;
}

.w-100{
	width: 100%;
}

.m-t-60{
	margin-top: 60px;
}

.row--center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.alert__box{
	background-color: #0d912e;
	color: white;
	font-weight: 400;
	padding: 20px 40px;
	margin-bottom: 40px;
}

.alert__box--danger{
	background-color: #910d0d;
}

.buy__card{
	background-color: #101114;
	padding: 10%;
	margin-bottom: 20px;
}

.card__title{
	color: #9e1daf;
	font-weight: 600;
	margin-bottom: 25px;
}

.card__par1{
	margin-top: 30px;
	color: white;
	font-size: 20px;
}

.card__par2{
	margin-top: -20px;
	color: #9e1daf;
	font-size: 80px;
	font-weight: 600;
}

.card__par3{
	font-size: 20px;
	font-weight: 400;
	margin-left: -10px;
}

.card__price{
	margin-top: 30px;
	color: #a5a5a5;
	font-weight: 400;
}

.card__link{
	color: #9e60a7!important;
	cursor: pointer;
	text-decoration: none;
	transition: .3s;
}

.card__link:hover{
	color: #7c4085!important;
	transition: .3s;
}

.modal-content{
	padding: 5%;
	border-radius: 0px;
	background-color: #101114!important;
}

.modal-header{
	border: none!important;
}

.exit__modal{
	background-color: transparent;
	border: none!important;
}

.modal-title{
	color: #994ca5;
}

.modal__par{
	color: white;
	font-size: 14px;
}

.modal__par svg{
	margin-right: 20px;
}

.icon__success svg{
	color: #0d912e;
}

.icon__danger svg{
	color: #b61111;
}

.icon__danger{
	color: #6f737a;
}

.modal-header svg{
	color: white!important;
}

.type__card{
	background-color: #101114;
	padding: 40px 50px;
	margin-bottom: 20px;
}

.type__balls{
	display: inline-flex;
}

.type__balls img{
	width: 20px;
	/* border-radius: 100%; */
}

.type__balls img:nth-child(n+1){
	margin-left: -5px;
}

.type__balls span{
	margin-left: 20px;
	color: #8a8c94;
	font-weight: 400;
}

.type__name{
	color: white;
	margin-top: 5px;
}

.type__date{
	color: #6f737a;
	font-weight: 500;
	margin-top: 10px;
	font-size: 14px;
}

.type__date svg{
	margin-right: 15px;
	width: 18px;
}

.type__final{
	color: #8a8c94;
	font-weight: 400;
	font-size: 13px;
}

.btn__section{
	display: inline-flex;
	overflow-x: auto;
	width: 100%;
	margin-top: -5px;
}

.type__btn{
	height: 70px;
	width: 200px;
	background-color: #720d80;
	color: white;
	font-weight: 400;
	font-size: 14px;
	margin-top: 15px;
	transition: .3s;
	outline: none!important;
	border: none!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 20px;
	cursor: pointer;
}

.type__btn:hover{
	background-color: #4c0855;
	color: white;
}

.type__btn--success,
.type__btn--success:hover{
	background-color: #0d912e;
}

.m-b-40{
	margin-bottom: 40px;
}

.w-30{
	width: 30%;
}

.chart{
	background-color: #101114;
	padding: 40px;
	margin-bottom: 20px;
}

.home__card{
	background-color: #101114;
	padding: 10% 10% 7%;
	margin-bottom: 20px;
	position: relative;
}

.home__card h4{
	color: white;
	font-weight: 600;
}

.home__card p{
	margin-top: -10px;
	color: #6f737a;
}

.home__card .help{
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}

.home__card .help svg{
	width: 20px;
	color: #881997;
}

.stats__link{
	text-decoration: none;
	transition: .3s;
}

.stats__link:hover{
	color: #8b1d99;
	transition: .3s;
}

.home__accordion{
	margin-top: 30px;
}

.accordion-button:not(.collapsed) {
	border-radius: 0px!important;
    color: var(--bs-accordion-active-color);
    background-color: #101114!important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    padding: 30px;
    color: white!important;
    background-color: #101114!important;
	box-shadow: none!important;
}

.accordion-item {
	border-radius: 0px!important;
    color: rgb(221, 221, 221);
	font-weight: 400;
    background-color: transparent!important;
	padding-bottom: 20px;
    border: none!important;
}

.accordion-body{
	padding: 20px 0px;
}

.badge__success{
	margin-left: 20px;
	background-color: #0d912e;
	color: #e2f8e7;
	font-weight: 400;
	padding: 5px 10px;
}

.badge__success--danger{
	background-color: #910d0d;
}

.week{
	color: #aeb1b6;
	font-size: 13px;
	margin-bottom: 20px;
}

.fl-right{
	float: right;
	margin-top: -5px;
}

.home__stats{
	background-color: #101114;
	padding: 30px 50px;
	margin-bottom: 20px;
	color: white;
}

.stats__date{
	font-size: 13px;
}

.minibadge{
	font-size: 12px;
	background-color: #720d80;
	padding: 2px 9px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.stats__group{
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
}

.stats__group img{
	width: 25px;
	margin-right: 12px;
}

.stats__stats{
	font-weight: 600;
	margin-bottom: -5px;
}

.stats__desc{
	font-size: 12px;
	color: #6f737a;
}

select,
select:hover,
select:focus,
select:active{
	border: none!important;
    outline: none!important;
    scroll-behavior: smooth;
	border-radius: 0px!important;
	background-color: #101114!important;
	color: #b51cc9!important;
}

.voucher__list{
	margin-top: 40px;
}

.modal-body .input__form{
	background-color: #0b0c0e!important;
}

.input__div{
	margin-bottom: 20px;
}

a,
a:hover{
	text-decoration: none;
}

.category{
	font-weight: 600;
	color: #8f9299;
	margin-top: 30px;
}

.modal-body svg{
	color: #2e3136;
}

.btn-win,
.btn-lost{
	background-color: #0d912e;
	outline: none;
	border: none;
	font-weight: 500;
	color: white;
	padding: 0px 5px;
}

.btn-lost{
	background-color: #910d0d;
}

.register__info{
	padding-top: 20px;
	color: #6e737a;
}

.register__info a{
	font-weight: 600;
}

.register__info--18{
	color: rgb(128, 128, 128);
	font-size: 15px;
}

.register__info svg{
	color: #0d912e;
	margin-right: 10px;
}

.register__info--18 svg{
	color: rgb(185, 42, 42);
	margin-right: 10px;
}

.register__info--18 img{
	width: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.age{
	position: sticky;
	z-index: 999;
	bottom: 30px;
	right: 20px;
	float: right;
}

.age img{
	width: 50px;
}

.footer{
	position: sticky;
	bottom: 0;
	padding: 20px 40px 30px;
	background-color: #080a0c;
	margin-top: 100px;
}

.rule{
	margin-top: 80px;
	width: 80%;
}

.rule h2{
	font-size: 22px;
	color: #6e737a;
	font-weight: 600;
}

.rule p{
	color: #414449;
}

@media all and (max-width: 1400px) {
	.input__div{
		position: relative;
		width: 100%;
	}
	.t-page-content {
		margin: 0;
		padding: 0px 40px;
	}	

	.t-page-content h1{
		margin-top: 20px;
		margin-bottom: 40px;
	}
		
	.rule{
		width: 100%;
	}

	label{
		margin-top: 10px;
	}

	.account__title{
		margin-bottom: 15px;
	}

	.t-page-content h1 a{
		text-decoration: none;
	}

	.t-page-content h1 a span{
		margin-left: 15px;
		font-weight: 500;
	}

	.account,
	.buy{
		padding-bottom: 50px;
	}

	.sec__win{
		margin-top: 20px;
	}
}

@media all and (max-width: 1200px) {
	.type__date{
		margin-bottom: 30px;
	}
}

@media all and (max-width: 900px) {
	.stats__general{
		margin-bottom: 20px;
	}
}

@media all and (max-width: 600px) {
	.btn__section{
		margin-top: 10px;
		display: block;
		overflow: none;
	}

	.fl-badge{
		float: left;
		margin-top: 20px;
		margin-left: 0px;
	}
	
	.type__btn{
		width: 100%;
		margin-right: 0px;
	}

	.type__card{
		background-color: #101114;
		padding: 40px 32px;
		margin-bottom: 20px;
	}

	.home__stats{
		padding: 35px 30px;
	}

}