.modal {
    z-index: 10000;
}
section .container {
    z-index: 100;
}

#message-result {
    z-index: 100;
}

.messenger_facebook {
    display: none;
}

#info {
    margin: 10px 0;
    font-size: 18px;
}

.page-header {
    width: 500px;
    max-width: 100%;

    text-align: left;
}

.game-container-wp{
    width: 800px;
    max-width: 100%;
    min-height: 65vh;
    margin: 8px auto 0;
	position:relative;
}

#startBtn,
#retryBtn {
    padding: 10px 20px;
    font-size: 22px;
    margin: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

#startBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

h2#modalTitle {
    font-size: 32px;
}

#modalComment {
    margin-top: 10px;
    font-size: 16px;
}

#modalMessage {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.modal-content p {
    margin: 0;
}

.info-item-in {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    font-size: 16px;
}

span.level {
    font-weight: bold;
}

.info-item-time {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: red;
    padding: 3px 4px 7px 8px;
    border-radius: 10px;
}

.info-item-time span {
    font-size: 22px;
    font-weight: bold;
}

@media(max-width:767px) {
    .game-container-wp .game-container {
        min-height: 60vh;
    }

    .info-item-time span {
        font-size: 20px;
    }

    #info {
        margin: 5px 0;
        font-size: 16px;
    }

    span.level {
        font-size: 16px;
    }

    #modalComment {
        font-size: 16px;
    }

    h2#modalTitle {
        font-size: 22px;
        font-weight: bold;
    }

    #modalMessage {
        font-size: 16px;
        font-weight: bold;
    }
}

.option {
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
    padding: 20px;
    background: #f8f9fa;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    background-size: 100% 100%;
    border: 0;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
@media(max-width:767px){
	.option{
		padding: 8px 15px;
		 font-size: 16px;
	}
}
.option:hover {
    background: rgba(0, 0, 0, 0.35);
    border-color: #5f5f5f;
}
.option.multiple.selected, .option.single.selected {
	background: #ffd9f6;
    border-color: #730e5c;
    color: #730e5c;
}
.option.selected:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: 900;
    font-size: 21px;
    color: #8413be;
}
div#timer {
    line-height: 1.5em;
}
.section-game button#confirmBtn {
    padding: 7px 20px 10px 20px;
    margin-top: 5px;
    font-size: var(--font-size-title);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    background: #8413be;
    border: 0 !important;
    position: relative;
}
button#confirmBtn .timer {
    margin: 0 auto;
    position: absolute;
    display: inline-flex !important;
    line-height: 1.5em;
    padding: 2px 5px 5px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* background: transparent; */
    /* color: #dda9f7; */
    z-index: 10000;
    opacity: 1;
    border-radius: 15px;
}
div#gameContainer {
    background: rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
}
@media(max-width:576px){
	div#gameContainer{
		padding:10px;
		padding-bottom:40px;
	}
}
.lead {
    line-height: 1.3em;
    text-align: center;
    font-size: var(--font-size-content-xlarge);
}
@media(max-width:576px){
	.lead {
		font-size: var(--font-size-content-medium);
	}	
}
.option .info {
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
	margin-top:10px;
}
.option .title {
    font-weight: normal;
}
.option .info .image img {
    width: 200px;
	max-width:100%;
}
.totalQuiz{
	font-size:var(--font-size-content-large);
}
.content-text{
	font-size:var(--font-size-content);
}
.content-text-status{
	font-size:var(--font-size-content-large);
}
.section-game div#quizContainer  button.btn{
	min-height: 50px;
	font-size: var(--font-size-title);
}
@media(max-width:450px){
	.col-row-option.col-6.col-md-6{
		width: 100%;
	}
}
.alert.alert-danger a {
    color: inherit;
}

.fillblank-wp {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 5px;
}
.fillblank-wp .fillblank-input {
    width: 70px;
    box-sizing: border-box;
    min-height: 0;
    text-align: center;
    font: status-bar;
    font-weight: bold;
    height: 70px;
    padding: 10px 3px;
	background: #ffe2f8;
    border-color: #c9b2c4;
}
.fillblank-wp span.fillblank-text, .fillblank-wp .fillblank-input {
    font-size: 4rem;
    display: inline-flex;
    line-height: 1.3em;
}
@media(max-width:1200px){}
@media(max-width:992px){}
@media(max-width:767px){}
@media(max-width:576px){
	.fillblank-wp .fillblank-input {
		width: 60px;
		height: 60px;
	}
	.fillblank-wp span.fillblank-text, .fillblank-wp .fillblank-input{
		font-size: 3.8rem;
	}
}
@media(max-width:450px){
	.fillblank-wp .fillblank-input {
		width: 55px;
		height: 55px;
	}
	.fillblank-wp span.fillblank-text, .fillblank-wp .fillblank-input{
		font-size: 3.2rem;
	}
	
}

.arrow-slide {
  display: inline-block; /* cần để transform hoạt động */
  animation: slideRight 1.2s linear infinite;

}

@keyframes slideRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(6px); } /* dịch phải 6px ở giữa */
  100% { transform: translateX(0); }
}
.section-game div#quizContainer button.btn * {
    pointer-events: none;
}
button#nextQuiz i.fa {
    animation: slideRight 1.2s linear infinite;
}

.button_sparkle::before{
	background-color: #730e5c;
}
.button_sparkle::after{
	    background-color: #730e5c;
}
.alert-quiz .title {
    font-size: var(--font-size-title);
}
.alert-quiz .text{
    font-size: var(--font-size-content-medium);
    line-height: 1.3em;
}

form#form-update-infor textarea#flinkpost {
   font-size: var(--font-size-content-medium);
    min-height: 100px;
}