@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
body {
    font-family: "Kanit", sans-serif;
}
body{
    background-color: #ffffff;
}
.mainGskRedeem{
    width: 100%;
    max-width: 515px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 100vh;
}
.mainGskRedeem.indexPage{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}
.btnLink{
    width: 75%;
    max-width: 260px;
    margin-bottom: 1.5rem;
}
.btn.btnLink{
    padding: 0 0;
    margin: 0 0;
    box-shadow: none;
    outline: none;
}
.btnLink .btnLinkImg{
    width: 100%;
    max-width: 100%;
}
.imgLogoGSK{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 12%;
    max-width:60px;
}
.mainGskRedeem.formPage{
    position: relative;
    padding: 2rem;
}
.mainGskRedeem.formPageQ{
    position: relative;
    padding: 2rem 0.75rem;
}
.cardFormRedeem{
    background-color: rgba(255,255,255, 0.5);
    padding: 1rem;
}
.labelFormRedeem{
    color: #ea1d76;
    margin-bottom: 0.3rem;
    font-weight: 500;
}
.form-redeem{
    background-color: #c5c5c5!important;
    border-radius: 0;
    margin-bottom: 0.75rem;
}

.cardQuestionnaire {
    overflow: hidden;
    border: 1px solid #808285;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    padding-bottom: 0rem;
    background-color: #e6e7e8;
}
.cardQuestionnaire .cardQ_head {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    background-color: #d1d2d3;
    color: #414042;
}

.cardQuestionnaire .cardQ_head p {
    margin-bottom: 0;
    font-weight: 400;
    color: #414042;
}
.cardQuestionnaire .headQ_body {
    background-color: #e6e7e8;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.swal2-title.titleAlert {
    color: #060e9f;
    margin-top: 1rem;
}
.swal2-title.titleAlert2, .titleAlert2{
    color: #060e9f;
    margin-top: 1rem;
    font-size: 22px;
}
.beFriend{
    color: #060e9f;
    font-size: 20px;
    font-weight: 500;
}
.swal2-popup.bgAlert {
    background-image: url("../images/register/bgThank.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2rem;
    width: 38em;
    min-height: 38vh;
}
.c-0f0e9f {
    color: #0f0e9f;
}
.txtPopupGrapLogo{
    font-size: 20px;
}
.imgPopupLogoGrap{
    height: 24px;
    margin-bottom: 0.2rem;
}
.imgPopupLogoGrap2{
    height: 36px;
    margin-bottom: 0.6rem;
}
.w-80{
    width: 80%;
}
.cardQuestionnaire .headQ_body p {
    margin-bottom: 0;
}
.cardQuestionnaire .cardQ_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e6e7e8;
}
.cardQuestionnaire .cardQ_body .emoticon.custom-control-label::before {
    display: none;
}
.cardQuestionnaire .cardQ_body .emoticon.custom-control-label::after {
    display: none;
}
.cardQuestionnaire .cardQ_body .emoticon.custom-control-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #414042;
}
.cardQuestionnaire .cardQ_body .emoticon-custom-control.custom-control {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.emoticon.custom-control-label p{
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.cardQuestionnaire
    .cardQ_body
    .custom-control-input:checked
    ~ .custom-control-label
    p {
    color: #ff0000;
    font-weight: 600;
}
.cardQuestionnaire .cardQ_body .emoticon.custom-control-label img{
    width: 24px;
    height: 24px;
}
.successPink{
    font-size: 26px;
    font-weight: 500;
    color: #ea1d76;
    margin-bottom: 0.3rem;
}

.successText{
    font-size: 20px;
    font-weight: 500;
    color: #6d6e71;
    margin-bottom: 0.3rem;
}
.successNumber{
    font-size: 28px;
    font-weight: 500;
    color: #ea1d76;
}
.txtNoteRedeem{
    font-size: 18px;
    font-weight: 400;
    color: #ea1d76;
    margin-top: 1rem;
}