:root{
	--staff-color: #3F691E;       /* Staff 1 */
	--elenco-pro-color: #8500AF;  /* Staff 2 */
	--elenco-kids-color: #FF8AD8; /* Staff 3 */
	--hlt-color: #FD9A00;         /* Staff 4 */
	--proveedor-color: #663900;   /* Supplier 1 */
	--crew-color: #545454;        /* Supplier 2 */
	--elenco-color: #D90B00;      /* Volunteer 1 */
	--soporte-color: #005A7C;     /* Volunteer 2 */
}

.credential-color.credential-staff {
	background-color: var(--staff-color);
}

.credential-color.credential-elenco-pro {
	background-color: var(--elenco-pro-color);
}

.credential-color.credential-elenco-kids {
	background-color: var(--elenco-kids-color);
}

.credential-color.credential-hlt {
	background-color: var(--hlt-color);
}

.credential-color.credential-proveedor {
	background-color: var(--proveedor-color);
}

.credential-color.credential-crew {
	background-color: var(--crew-color);
}

.credential-color.credential-elenco {
	background-color: var(--elenco-color);
}

.credential-color.credential-soporte {
	background-color: var(--soporte-color);
}

#twoFactorAuthThree .alert-outline, .space-content {
	display: none;
}

#twoFactorAuthThree .alert-outline.show, .space-content.show {
	display: block;
}

.alert-outline, .modal-content.alert {
	border: 1px solid;
}

.alert-outline.alert-primary {
	border-color: #7367f0;
}

.alert-outline.alert-secondary {
	border-color: #a8aaae;
}

.alert-outline.alert-success {
	border-color: #28C76F;
}

.alert-outline.alert-danger {
	border-color: #ea5455;
}

.alert-outline.alert-warning {
	border-color: #ff9f43;
}

.alert-outline.alert-info {
	border-color: #00cfe8;
}

.alert-outline.alert-dark {
	border-color: #4b4b4b;
}

.features-icon-box {
	border: 1px solid #7367f0;
	border-radius: 0.375rem;
	margin-left: 7.5px;
	margin-right: 7.5px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.qr-video-holder {
	position: relative;
}

.video-holder {
	height: 224px;
	left: calc(50% - 112px);
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 224px;
}

#fmHolder {
	position: relative;
}

.video-holder.hidden {
	display: none;
}

#video {
	height: auto;
	left: 50%;
	max-height: 200%;
	max-width: -webkit-fill-available;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

/*****   Credential   *****/
.credential-box, .back-credential-box {
	position: relative;
	height: 475px;
	width: 300px;
}

.credential-base {
	position: absolute;
	height: 100%;
	width: 100%;
}

.credential-color {
	background-color: #d90e16;
	display: block;
	height: 419px;
	position: absolute;
	width: 100%;
}

.credential-color.admin-color {
	background-color: var(--admin-color);
}

.credential-color.security-color {
	background-color: var(--security-color);
}

.credential-color.staff-color {
	background-color: var(--staff-color);
}

.credential-color.staff-roof-color {
	background-color: var(--staff-roof-color);
}

.credential-color.supplier-color {
	background-color: var(--supplier-color);
}

.credential-color.volunteer-color {
	background-color: var(--volunteer-color);
}

.credential-acronym {
	bottom: 150px;
	color: #ffffff;
	font-size: 2.2em;
	font-weight: 700;
	left: 6px;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: top left;
}

.credential-user-photo {
	background-color: #ffffff;
	left: 57px;
	position: absolute;
	top: 93px;
}

.credential-panam-logo {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	padding: 10px 47px;
	position: absolute;
	width: 300px;
}

.credential-qr {
	background-color: #ffffff;
	height: 97px;
	left: 101px;
	position: absolute;
	top: 87px;
	width: 97px;
}

.credential-qr svg {
	width: 100%;
}

.credential-qr-number {
	color: #000000;
	font-size: .8em;
	font-weight: 700;
	left: 0;
	position: absolute;
	text-align: center;
	top: 185px;
	width: 100%;
}

.credential-company {
	color: #000000;
	font-size: .8em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
	left: 10px;
}

.credential-user-last-name {
	color: #ffffff;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 354px;
	width: 100%;
}

.credential-user-first-name {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 386px;
	width: 100%;
}

.credential-role {
	background-color: #ffffff;
	color: #040108;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 320px;
	text-align: center;
	width: 100%;
}
/***** End Credential *****/

.email-validation-field {
	overflow-x: hidden;
}

.qr-code {
	max-width: 224px;
	width: 100%;
}

@media (min-width: 576px) {
	.col-sm-6 {
    width: calc(50% - 15px);
	}
}

@media (min-width: 992px){
	.col-lg-4 {
    width: calc(33.33333333% - 15px);
	}
}

@media print {
	body {
    visibility: hidden;
		background-color: #ffffff;
  }

	.layout-wrapper, .layout-container, .layout-page, .content-wrapper, .row, .card, .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
		display: contents;
	}

	.layout-navbar-fixed .layout-navbar, .layout-navbar, .content-footer, .breadcrumb, #card_user_1, #card_user_3, #green-sign {
		display: none;
	}

	.flex-grow-1, .container-p-y:not([class^=pb-]):not([class*=" pb-"]), .card-body, .col-6 {
		padding: 0!important;
	}

	.col-6 {
		width: auto;
	}

  #credential_box, #back_credential_box {
    visibility: visible;
		break-inside: avoid;
  }

	#credential_box {
		margin-bottom: 50px;
	}

	/*****   Credential   *****/
	.credential-box, .back-credential-box {
		display: block;
		height: 475px;
		position: relative;
		width: 300px;
	}

	.credential-base {
		position: absolute;
		height: 100%;
		width: 100%;
	}

	.credential-color {
		background: #d90e16;
		display: block;
		height: 419px;
		position: absolute;
		width: 100%;
	}

	.credential-color.admin-color {
		background-color: var(--admin-color);
	}

	.credential-color.security-color {
		background-color: var(--security-color);
	}

	.credential-color.staff-color {
		background-color: var(--staff-color);
	}

	.credential-color.staff-roof-color {
		background-color: var(--staff-roof-color);
	}

	.credential-color.supplier-color {
		background-color: var(--supplier-color);
	}

	.credential-color.volunteer-color {
		background-color: var(--volunteer-color);
	}

	.credential-acronym {
		bottom: 220px;
		color: #ffffff;
		font-size: 2.2em;
		font-weight: 700;
		left: -23px;
		position: absolute;
		transform: rotate(-90deg);
	}

	.credential-user-photo {
		background-color: #ffffff;
		left: 57px;
		position: absolute;
		top: 93px;
	}

	.credential-panam-logo {
		background-color: #ffffff;
		bottom: 0;
		left: 0;
		padding: 10px 47px;
		position: absolute;
		width: 300px;
	}

	.credential-qr {
		background-color: #ffffff;
    height: 97px;
    left: 101px;
    position: absolute;
    top: 87px;
    width: 97px;
	}

	.credential-qr svg {
		width: 100%;
	}

	.credential-qr-number {
		color: #000000;
		font-size: .8em;
		font-weight: 700;
		left: 0;
		position: absolute;
		text-align: center;
		top: 183px;
		width: 100%;
	}

	.credential-company {
		color: #000000;
		font-size: .8em;
		font-weight: 700;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 100%;
		left: 10px;
	}

	.credential-user-last-name {
		color: #ffffff;
		font-size: 2.1em;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		top: 354px;
		width: 100%;
	}

	.credential-user-first-name {
		color: #ffffff;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		top: 386px;
		width: 100%;
	}

	.credential-role {
		background-color: #ffffff;
		color: #040108;
		font-size: 1.2em;
		font-weight: bold;
		position: absolute;
		top: 320px;
		text-align: center;
		width: 100%;
	}
	/***** End Credential *****/
}
