.page-content {
    background-image: url("/view/event-jojo5/img/leaflet_qr/leaflet_qr_bg.webp");
    background-repeat: repeat;
    background-size: cover;
}

/*******************************
lead text box
*******************************/

.qr-lead-text-box {
    width: 100%;
    margin: 2rem auto 0;
    padding-bottom: 1rem;

}

.qr-lead-text {
    text-align: center;
    font-size: 1.5rem;
    color: #79612B;
    font-weight: 600;
}


/*******************************
checkin button box
*******************************/

.checkin-btn-box{
    width: 100%;
    margin: .5rem auto 0;
}

.checkin-btn {
    background-color: #C00065;
    margin: 1.5rem auto;
    width: 80%;
    height: 4.5rem;

}
.checkin-btn::before {
    border: 1px solid #D1448E;
}

.checkin-icon-prefix img {
    width: 1.2rem;
    margin-right: 1rem;
}

.chckin-text {
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: 600;
}

/*******************************
qr button box
*******************************/

.qr-btn-box{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.qr-btn {
    background-color: white;
    margin: 1.5rem auto;
    width: 80%;
    border: 1px solid #707070;
    color: #79612B;;
    height: 4.5rem;
}

.qr-btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #E9E4D4;
    box-sizing: border-box;
    pointer-events: none;
}

.qr-icon-prefix img {
    width: 2rem;
    margin-right: 0.8rem;
}

.qr-text {
    font-size: 1.2rem;
    font-weight: 600;
}



/*******************************
back button box
*******************************/


.back-to-top-box {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}
.back-btn {
    background-color: #79612B;
    margin-top: 1.5rem;
    width: 80%;
    padding-left: 20%;
    height: 4.5rem;

}
.back-btn::before {
    border: 1px solid #AE9B60;
}

