html {
    height: 100%;
}

body {
    background: #131936;
    min-height: 100%;
    padding-bottom: 40px;
    max-width: 575px;
    margin: auto;
}

.top-nav {
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.divider {
    height: 2px;
    background-color: #EE2737;
    margin-top: 0;
    margin-bottom: 30px;
}

.form-label {
    font-size: 14px;
    color: #9D9D9D;
}

.form-select {
    padding: 18px 25px;
    height: auto;
    border-radius: 100px;
}

.form-select option {
    font-size: 14px;
    color: #131936;
}

.form-group {
    margin-bottom: 20px;
}

.btn-primary.disabled, 
.btn-primary:disabled,
.btn-primary {
    padding: 18px 25px;
    height: auto;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    background-color: #EE2737;
    border-color: #EE2737;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
    background-color: #EE2737 !important;
    border-color: #EE2737 !important;
    box-shadow: none !important;
}

.form-input:hover,
.form-input:focus,
.form-input:active {
    border-color: #EE2737 !important;
}

.sticky-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 40px;
    margin-bottom: 20px;
}

.form-input {
    padding: 18px 25px;
    height: auto;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    color: #131936;
}

.mb-45 {
    margin-bottom: 45px;
}

.form-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 14px;
}

/* Hide the browser's default radio button */
.form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-radio input:checked~.checkmark {
    background-color: transparent;
    border: solid 2px #EE2737;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.form-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #EE2737;
}

.customer-tel {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-left: 25px;
    padding-right: 25px;
}

.block {
    display: block;
}

.form-title {
    font-size: 14px;
    color: #fff;
}

.form-textarea {
    padding: 18px 25px;
    border-radius: 15px;
    font-size: 14px;
    min-height: 120px;
    color: #131936;
}

/* The container */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    color: #9D9D9D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-tick {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: transparent;
    border: solid 2px #fff;
}

.form-check:hover input~.checkmark-tick {
    background-color: transparent;
}

.form-check input:checked~.checkmark-tick {
    background-color: transparent;
}

.checkmark-tick:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check input:checked~.checkmark-tick:after {
    display: block;
}

.form-check .checkmark-tick:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-tnc {
    text-align: center;
}

.text-tnc a {
    font-size: 12px;
    color: #9D9D9D;
    text-decoration: underline;
}

.img-gift {
    margin-top: 25px;
    width: 320px;
    margin-bottom: 25px;
}

#customer-page {
    display: none;
}

.otp-field,
.is-whatsapp-same-field,
.whatsapp-field,
.otp-btn,
.next-btn {
    display: none;
}

.swal2-styled.swal2-confirm {
    background-color: #EE2737 !important;
}

.submit-btn,
.next-btn {
    margin-top: 40px;
}

.redeem-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}

.redeem-desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

.redeem-page {
    height: 100vh;
}

.redeem-btn {
    margin-bottom: 12px;
}

.pre-set-tel {
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 14px;
    color: #9D9D9D;
}

.p-relative {
    position: relative;
}

.form-input-tel {
    padding: 18px 80px;
}

.modal-content {
    background-color: #131936;
    color: #fff;
}

.modal-label {
    font-size: 18px;
    margin-bottom: 20px;
}

select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-header .close {
    color: #fff;
}

.modal-li {
    padding-left: 20px;
    margin-bottom: 20px;
}

.modal-ul {
    margin-bottom: 20px;
}

input[type="date"] {
	min-height: 59px;
}

.help-block {
    color: #fff;
}

.redeem-btn .btn-primary {
    border-radius: 10px;
    border-width: 3px;
    background: transparent;
}

.redeem-btn .btn-primary:hover,
.redeem-btn .btn-primary:focus,
.redeem-btn .btn-primary:active,
.redeem-btn .btn-primary:visited {
    background: transparent !important;
}

.unlock-desc {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.challenge-desc {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.img-code {
    width: 160px;
}

.join-now-btn {
    margin-bottom: 120px;
}

.join-now-btn .btn-primary {
    width: 180px;
    height: 180px;
    font-size: 30px;
    border-width: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.img-above {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-18-above {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
}

.redeem-bottom-banner {
    background-color: #000;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.redeem-bottom-banner p {
    font-size: 8px;
    margin-bottom: 0;
}

.redeem-bottom-banner strong {
    font-size: 10px;
    margin-bottom: 0;
}

.round-18 {
    font-size: 18px !important;
    border-radius: 100px;
    border: 3px solid #fff;
    padding: 15px 13px;
}

.float-bottom {
    position: fixed;
    bottom: 0;
    max-width: 575px;
}