.live {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	padding: 4px;
}
.liveBar {
	background: #00000073;
	height: 40px;
}
.container-extra {
	position: drelative;
	max-width: 1600px;
	margin-top: 1rem;
}
.row-extra {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 5%;
	z-index: 99999999;
	top: 15px;
}
.raffle-notify {
	position: absolute;
	font-size: 10px;
	height: 15px;
	width: 15px;
	background: #F44336;
	color: #fff;
	border-radius: 100%;
	top: -3px;
	right: -7px;
}

.drop-extra {
	text-align: center;
								background: rgba(12, 12, 12, 0.73);
								border: none;
								outline: none;
								/* padding: 0; */
								/* margin: 0; */
								/* border: none; */    text-align: center;
    /* background: none; */
    /* padding: 0; */
    /* margin: 0 auto; */
    /* margin-left: 139px; */
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
    /* border: 0px; */
}

.profileBar {
	/* border-bottom: 1px solid #39e9ff; */
		  background: #ffffff08;
		  border-radius: 5px;
		  color: #181818;
		  vertical-align: middle;
		  display: flex;
		  flex-direction: column;
		  font-size: 13px;
		  justify-content: space-around;
		  padding: 10px 20px;
		  /* border-top: 1px solid #39e9ff; */
		  font-weight: 700 !important;
		  text-transform: uppercase;
		  font-family: \'Montserrat\', sans-serif;
		  align-items: center;
		  gap: 9px;
}

#profileMenu {
	position: absolute;top: 100%;background: rgba(12, 12, 12, 0.73);border-radius: 0px 0px 15px 15px;width: 100%;padding: 0px 20px 20px;margin: 0px auto;text-align: center;backdrop-filter: blur(10px);z-index: 999999;display:none;
}