main{min-height:0;}
.swal2-html-container{
	margin:0;
}
.btn-view-infor-wp a.btn-view-infor {
    padding: 10px;
    background: #1d0571;
    width: 100%;
    display: block;
    text-decoration: underline;
    color: #ffffff;
    border-radius: 5px;
}
@media(max-width:992px){
	.image-people {
		width: 400px;
	}
}
@media(max-width:767px){
	.image-people {
		width: 400px;
	}
}
.select2-container--bootstrap-5 .select2-selection {
    min-height: 50px;
    padding-top: 12px;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #ffb400;
}
.select2-container--bootstrap-5 .select2-selection:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    right: 15px;
    color: #ffff;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--bootstrap-5.select2-container--open .select2-selection:after{
	content:"\f077"
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]{
	color: #fff;
    background-color: #ff5a00;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #ff5a00 !important;
    background-color: #ffe5b2 !important;
}
.info-header {
    text-align: center;
    line-height: 1.5em;
}
.info-header-logo {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.info-header .title {
    font-size: var(--font-size-title);
    font-weight: bold;
    color: #7fbe25;
}
.info-header .title-sub {
    font-size: var(--font-size-title);
    margin-top: 5px;
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    position: relative;
    font-weight: 300;
}
.info-header .title-sub>span{
	position:relative;
	z-index:1;
}
.info-header .title-sub:after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	 background: linear-gradient(to right, rgba(46, 5, 87, 0) 0%, rgb(255 255 255) 25%, rgb(255 255 255) 50%, rgb(255 255 255) 77%, rgba(13, 13, 13, 0) 100%);
	 z-index:0;
}
.qr-checkin {
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
}