@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
body {
	 margin: 0;
	 color: #000;
	 -webkit-text-size-adjust: 100%;
	 -ms-text-size-adjust: none;
	 font: 400 16px/20px "Poppins", sans-serif;
	 overflow-x: hidden;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 background-image: linear-gradient(32.64deg, #14004A 0%, #140017 33.84%, #170C29 81.29%, #150C40 100%) !important;
	 background: #14004A;
 }

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*:focus {
	outline: none;
}
input[type="submit"],
button {
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
button:focus,
textarea:focus,
input:focus,
select {
	outline: none;
}
input, button, textarea{
	font: 400 16px/20px "Poppins", sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
img {
	vertical-align: top;
	border-style: none;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#main{
	width:100%;
	min-height: 100vh;
	padding: 0;
}
.container{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}
.container:after{
	display:block;
	clear: both;
	content: '';
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover,
a:focus { text-decoration: none; }

.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.flex {
	display: flex;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.flex-text-right {
	justify-content: flex-end;
}
.flex-text-center {
	justify-content: center;
}
.column-direction {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.ml-auto {
	margin-left: auto !important;
}
.mt-auto {
	margin-top: auto;
}
.mr-auto {
	margin-right: auto;
}
.p-0{
	padding: 0;
}
.pr-0 {
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}
.word-break{
	word-break: break-word;
}
.d-block {
	display: block;
}
.disabled {
	pointer-events: none;
}
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}
.list-none {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hidden {
	display: none;
}
.pointer {
	cursor: pointer;
}
.transition{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
::placeholder {
	color:#B1B1B1 !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color:#B1B1B1 !important;
}
::-ms-input-placeholder {
	color:#B1B1B1 !important;
}
main {
	padding: 0 !important;
	max-width: 100% !important;
}
 figure span.tier {
	position: absolute;
	top: 4px;
	right: 8px;
	color: #fff;
	background-image: url("/images/tier-bg.svg");
	width: 100px;
	height: 54px;
	font-weight: bold;
	padding: 17px 0 0;
	text-align: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 1.1;
	font-size: 12px;
	display: flex;
	justify-content: center;
}
.participate-btn a, button.participate-btn {
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	background: linear-gradient(90deg, #00AFEC 0%, #3178F2 24.62%, #5B48F8 49.14%, #7925FC 70.63%, #8C10FE 88.3%, #9309FF 99.89%);
	border: none;
	border-radius: 8px;
	padding: 20px 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	margin-left: initial;
	text-transform: uppercase;
}
.participate-btn a:hover, button.participate-btn:hover {
	color: #fff;
}
.content{
	border-radius: 6px !important;
	background: linear-gradient(32.64deg, #14004A 0%, #140017 33.84%, #170C29 81.29%, #150C40 100%) !important;
}
.flex.w-full.flex-col.gap-y-2{
	flex-wrap: wrap;
}
input.rounded-md.border.border-gray-500.bg-transparent.p-2.font-light.text-gray-200{
	background: #16071E !important;
	flex-basis: 100% !important;
	border: 1px solid #680F91 !important;
	border-radius: 6px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	margin: 0 0 12px;
}
.h-100{
	height: 100%;
}
.live { background: #4BD100;}
.upcoming { background: #c39b00;}
.completed { background: #82AF00;}
.close {
	box-shadow: 0 0 0 1px #808080 !important;
	background: transparent !important;
}
.close:before,.close:after { background: #808080 !important;}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.btn-gradient-border {
    border-radius: 8px;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),linear-gradient(90deg, #00AFEC -0.52%, #3178F2 24.37%, #5B48F8 49.15%, #7925FC 70.88%, #8C10FE 88.73%, #9309FF 100.46%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    box-shadow: 2px 1000px 1px #0e031f inset;
}
.btn-gradient-background {
	background: linear-gradient(90deg, #00AFEC -0.52%, #3178F2 24.37%, #5B48F8 49.15%, #7925FC 70.88%, #8C10FE 88.73%, #9309FF 100.46%);
}
@media(max-width: 600px) {
	.participate-btn a, button.participate-btn {
		padding: 13px 0;
	}
	.wrap{
		margin: 1rem;
	}
}