/* moto icon */

.panel_rifa_round {
	position: absolute;
	right: 20px;
	bottom: 5px;
	cursor: pointer;
}

@media (max-width: 570px) {
	.panel_rifa_round {
		position: inherit;
		right: 0;
		bottom: 0;
		margin: 5px auto;
		width: 280px;
	}
}

/* exit moto icon */

/* panel rifa */

.panel-RifaModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--capa500);
	background: rgba(30, 30, 32, 0.94);
	display: none;
}

.panel-RifaModal>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.panel_RifaModalContainer {
	margin: auto;
	width: 900px;
	height: 95%;
	border-bottom: 1px solid;
	border-color: rgb(38, 41, 44);
	color: white;
	background: rgb(34, 38, 42);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.08);
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.panel_RifaModalContainer>header {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid;
	border-color: rgb(40, 44, 48);
	padding: 0 1.5em 0 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panel_RifaModalContainer>header>h3 {
	font-size: 13px;
	font-weight: 500 !important;
}

.panel_RifaModalContainer>header>div>button {
	padding: .2em;
	border: none;
	color: rgb(255, 255, 255);
	background: transparent;
	cursor: pointer;
	user-select: none;
	font-size: 25px;
	transition: .2s;
}

.panel_RifaModalContainer>header>div>button:hover {
	color: rgb(249, 55, 100);
}

.panel_RifaModalBody {
	width: 100%;
	height: calc(100% - 50px);
	overflow: hidden;
}

.panel_RifaModalBody>div {
	display: flex;
	height: 100%;
}

.panel_RifaModalToolbar {
	flex: 0 1 auto;
	width: 235px;
	height: 100%;
	border-right: 1px solid rgb(40, 44, 48);
}

.panel_RifaModalToolbar>section {
	width: 100%;
	height: calc(100% - 80px);
	overflow-y: auto;
}

.panel_RifaModalToolbar>section>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .85em 1.5em;
	border-bottom: 1px solid;
	border-color: rgb(40, 44, 48);
	cursor: pointer;
	transition: .4s;
	user-select: none;
	overflow: hidden;
}

.panel_RifaModalToolbar>section>div:hover {
	background: rgb(37, 43, 48);
}

.panel_RifaModalToolbar>section>div>div:nth-child(1) {
	font-weight: 500 !important;
}

.panel_RifaModalToolbar>section>div>div:nth-child(2) {
	font-size: 20px;
}

.panel_RifaModalToolbar>section>div>div>svg {
	max-width: 24px;
}

.panel_RifaModalToolbar>footer {
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgb(40, 44, 48);
}

.panel_RifaModalToolbar>footer>button {
	border: none;
	border-radius: 10px;
	padding: .65em 2.3em;
	cursor: pointer;
	background: rgb(234, 34, 71);
	color: white;
	display: inline-flex;
	align-items: center;
	transition: .5s;
}

.panel_RifaTexto_Redimir::before {
	content: "Redimir";
}

.panel_RifaModalToolbar>footer>button>svg {
	max-width: 24px;
	vertical-align: middle;
}

.panel_RifaModalToolbar>footer>button>span:nth-child(1) {
	font-size: 20px;
	margin-right: .3em;
}

.panel_RifaModalToolbar>footer>button>span {
	vertical-align: middle;
	font-weight: 500 !important;
	font-size: 16px;
}

.panel_RifaModalToolbar>footer>button:hover {
	box-shadow: inset 100px 50px rgba(0, 0, 0, 0.1);
}

.panel_RifaDetail.rifaActive {
	background: rgb(243, 56, 90);
}

.panel_RifaDetail.rifaActive:hover {
	background: rgb(243, 56, 90);
}

.panel_RifaPremio.rifaActive {
	background: rgb(154, 205, 50);
}

.panel_RifaPremio.rifaActive:hover {
	background: rgb(154, 205, 50);
}

.panel_RifaResumen.rifaActive {
	background: rgb(110, 26, 188);
}

.panel_RifaResumen.rifaActive:hover {
	background: rgb(110, 26, 188);
}

.panel_RifaModalSection {
	flex: 1 1 auto;
	width: 665px;
	height: 100%;
}

.panel_RifaAllow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	text-align: center;
	margin: 4em auto;
	user-select: none;
}

.panel_RifaAllow>div:nth-child(1) {
	font-size: 80px;
}

.panel_RifaAllow>div>svg {
	transform: rotate(-30deg);
	color: rgb(116, 123, 132);
}

.panel_RifaAllow>div>h3 {
	font-weight: 500 !important;
}

.panel_RifaAllow>div>p {
	color: rgb(188, 213, 91);
	font-weight: 500 !important;
	margin: 0;
}

.panel_RifaHide {
	display: none;
}

.panel_RifaBloque {
	height: 100%;
	width: 100%;
}

.panel_RifaBloque>div {
	width: 100%;
	height: calc(100% - 50px);
	overflow-y: auto;
}

.panel_RifaBloque>footer {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 2.8em;
	justify-content: flex-end;
	border-top: 1px solid rgb(40, 44, 48);
	user-select: none;
}

.panel_RifaBloque>footer>small {
	font-size: 13px;
	color: rgb(255, 255, 255);
	font-weight: 500 !important;
	cursor: pointer;
	text-decoration: underline;
}

.panel_RifaCenter {
	margin: 20px auto;
	width: 90%;
}

.panel_RifaAlerta {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 4px;
	padding: .55em;
	background: rgb(255, 200, 103);
	border: 1px solid rgb(255, 178, 36);
}

.panel_RifaAlerta>svg {
	max-width: 24px;
}

.panel_RifaAlerta>span {
	font-weight: 500 !important;
	font-size: 14px;
	color: black;
	margin-right: .3em;
	text-align: left;
}

.panel_RifaAlerta>span:nth-child(1) {
	font-size: 22px;
}

.panel_RifaAlerta>span>b {
	font-weight: 900 !important;
}

.panel_RifaCenter>div {
	margin: 1.3em 0;
}

.panel_RifaText {
	padding: .55em;
	border-radius: 5px;
	border: 1px solid rgb(40, 44, 48);
	font-weight: 500 !important;
	font-size: 14px;
	color: white;
	display: flex;
	align-items: center;
	position: relative;
}

.panel_RifaText>svg {
	max-width: 24px;
}

.panel_RifaText>span:nth-child(1) {
	font-size: 20px;
	color: rgb(251, 178, 44);
}

.panel_RifaText>span {
	margin-left: .75em;
	font-size: 15px;
	text-align: left;
}

.panel_RifaText>span>b {
	color: rgb(251, 178, 44);
	font-weight: 700 !important;
}

.panel_RifaOperador {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

.panel_RifaOperador>div {
	margin: 0 .75em;
}

.panel_RifaRounded {
	padding: .4em 1em;
	border-radius: 7px;
	border: 1px solid rgb(44 50 56);
	background: rgba(40, 47, 50, 0.68);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.panel_RifaOperador>div>img {
	max-width: 40px;
	border-radius: 3px;
	vertical-align: middle;
	margin: 3px 4px;
}

.panel_RifaOperador>div>span {
	vertical-align: middle;
	margin-left: .44em;
	font-weight: 500 !important;
}

.panel_RifaArrowTop {
	position: absolute;
	top: -18px;
	left: 0px;
	transform: rotate(-40deg);
	font-size: 60px;
	color: rgb(118, 126, 136);
}

.panel_RifaMt {
	margin: 2.5em 0;
}

.panel_RifasPdr {
	padding: .55em .55em;
}

.panel_RifaColumnas {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	margin-top: 1.5em;
	flex-wrap: wrap;
	justify-content: space-between;
}

.panel_RifaColRows {
	width: 48%;
	margin: 2% 0;
	padding: 1em;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	position: relative;
	overflow: hidden;
}

.panel_RifaColRows::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 140px;
	background-color: rgba(255, 255, 255, 0.08);
	top: 48px;
	left: 50%;
	animation: ondas 5s infinite linear;
	transition: all 1s;
}

.panel_RifaColRows:nth-child(1) {
	background: rgb(103, 48, 138);
}

.panel_RifaColRows:nth-child(2) {
	background: rgb(106, 90, 205);
}

.panel_RifaColRows:nth-child(3) {
	background: rgb(60, 146, 98);
}

.panel_RifaColRows>h3 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500 !important;
	user-select: none;
}

.panel_RifaColRows>h2 {
	font-size: 18px;
}

.panel_RifaCard {
	margin: 10px auto;
	width: 570px;
	padding: 0.1em 2em .4em
}

.panel_RifaCard>div {
	position: relative;
}

.panel_RifaCard_Title {
	width: 100%;
	font-size: 31px;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: 900 !important;
	text-align: center;
}

.panel_RifaShape {
	max-width: 45%;
	float: left;
	margin-right: .8em;
	width: 185px;
	height: 185px;
	border-radius: 10px;
	padding: .75em;
	background: rgb(45, 50, 54);
	background: linear-gradient(to right, #01aae8 0%, #02ff04 80%);
	position: relative;
	transform: translateZ(0);
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.panel_RifaShape:before {
	background: rgba(0, 0, 0, 0.65);
	width: 97%;
	height: 97%;
	border-radius: 8px;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.panel_RifaShape>img {
	max-width: 100%;
	max-height: 100%;
	user-select: none;
	z-index: 1;
}

.panel_RifaiInfo_Pro {
	text-align: justify;
	line-height: 24px;
}

.panel_RifaColjuego {
	max-width: 130px;
	user-select: none;
}

.panel_RifasContainerModal {
	margin: auto;
	width: 500px;
	height: 80%;
	border-bottom: 1px solid;
	border-color: rgb(38, 41, 44);
	color: white;
	background: rgb(34, 38, 42);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.08);
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.panel_RifasContainerModal>header {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid;
	border-color: rgb(40, 44, 48);
	padding: 0 1.5em 0 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panel_RifasContainerModal>header>h3 {
	font-size: 13px;
	font-weight: 500 !important;
	text-transform: uppercase;
}

.panel_RifasContainerModal>header>div>button {
	padding: .2em;
	border: none;
	color: rgb(255, 255, 255);
	background: transparent;
	cursor: pointer;
	user-select: none;
	font-size: 25px;
	transition: .2s;
}

.panel_RifasContainerModal>header>div>button:hover {
	color: rgb(249, 55, 100);
}

.panel_RifasContainerModalBody {
	width: 100%;
	height: calc(100% - 100px);
	overflow-y: auto;
}

.panel_RifasContainerModalBody>div {
	margin: 20px auto;
	width: 85%;
}

.panel_RifasContainerModalBody>div>div {
	margin-bottom: 1em;
}

.panel_RifasContainerModalBody>div>div>p {
	text-align: justify;
	line-height: 20px;
}


.panel_RifaFt {
	width: 100%;
	height: 50px;
	border-top: 1px solid rgb(40, 44, 48);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.4em;
}

.panel_RifaFt>small {
	color: rgb(66, 80, 91);
	font-size: 13px;
	font-weight: 500 !important;
}

.panel_RifaDatos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.panel_RifaDatos>div {
	width: 48%;
	position: relative;
	margin: 1% 0;
}

.panel_RifaDatos>div>label {
	display: block;
	text-transform: left;
	margin: 7px 2px;
	font-weight: 500 !important;
}

.panel_RifaDatos>div>div {
	background: rgb(37 42 48);
	border: 1px solid rgb(50 56 63);
}

.panel_RifaDatos>div>div:focus {
	background: rgb(34, 38, 42);
	border: 1px solid rgb(254, 215, 24);
}

.panel_RifaButtonModal {
	padding: 6px 18px;
	border-radius: 6px;
	color: rgb(255, 255, 255);
	font-weight: 500 !important;
	font-size: 15px;
	cursor: pointer;
	background: rgb(247, 47, 93);
	transition: .5s;
}

.panel_RifaButtonModal:hover {
	box-shadow: inset 100px 50px rgba(0, 0, 0, 0.1);
}

.panel_RifaAll_Row {
	width: 100% !important;
}

.panel_RifaAll_Row>select {
	width: 100%;
	background: rgb(37 42 48);
	border: 1px solid rgb(50 56 63);
	padding: 9px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
}

.panel_RifaAll_Row>select:focus {
	background: rgb(34, 38, 42);
	border: 1px solid rgb(254, 215, 24);
}

.Panel_Rifa_Bg_Premio {
	display: inline-flex;
	width: 80px;
	height: 55px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: .4em;
}

.Panel_Rifa_Bg_Premio>img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 910px) {
	.panel_RifaModalContainer {
		width: 95%;
	}
	.panel_RifaModalBody>div {
		flex-direction: column;
	}
	.panel_RifaModalToolbar {
		width: 100%;
		height: initial;
		display: flex;
		height: 60px;
	}
	.panel_RifaModalToolbar>section {
		height: initial;
		width: initial;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex: 1 1 auto;
		border-bottom: 1px solid rgb(40, 44, 48);
		overflow: hidden;
	}
	.panel_RifaModalToolbar>footer {
		border-top: none;
		position: absolute;
		right: 55px;
		top: -15px;
		width: initial;
	}
	.panel_RifaModalToolbar>footer>button {
		padding: .55em 2em;
	}
	.panel_RifaModalToolbar>section>div {
		flex: 1 1 auto;
		flex-direction: column-reverse;
	}
	.panel_RifaCard {
		width: 90%;
	}
	.panel_RifaModalSection {
		height: calc(100% - 110px);
		width: 100%;
	}
}

@media (max-width: 530px) {
	.panel_RifaColumnas {
		flex-direction: column;
	}
	.panel_RifaColRows {
		width: 95%;
	}
	.panel_RifaArrowTop {
		display: none;
	}
	.panel_RifaShape {
		float: initial;
		margin: 20px auto;
		max-width: initial;
	}
	.panel_RifaColjuego {
		max-width: 155px;
	}
}

@media (max-width: 500px) {
	.panel_RifasContainerModal {
		width: 95%;
	}
}

@media (max-width: 430px) {
	.panel_RifaTexto_Redimir:before {
		content: "";
	}
	.panel_RifaModalToolbar>footer>button {
		padding: .55em 1em;
	}
	.panel_RifaModalToolbar>footer>button>span:nth-child(1) {
		margin-right: 0px;
	}
	.panel_RifaDatos {
		flex-direction: column;
	}
	.panel_RifaDatos>div {
		width: 100%;
	}
}

@media (max-height: 630px) {
	.panel_RifasContainerModal {
		height: 95%;
	}
}