﻿/*SSO*/

.text-alert-consent {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    align-items: center;
    letter-spacing: 0.3px;
    color: #232A3E;
}

.text-continue-sign {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    height: 45px;
    padding: 15px;
}

.text-alert-login {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    color: #232A3E;
}

.text-non-member {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #636A79;
}

.text-alert-failed-login {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.4px;
    color: #232A3E;
    margin-top: -3px;
}

.dashed {
    text-align: center;
    margin-bottom: 10px;
    height: 1px;
    background: repeating-linear-gradient(90deg,#636A79 0 10px,#0000 0 15px)
}

    .dashed span {
        background: #fff;
        padding: 0 5px;
        position: relative;
        top: -10px;
    }

.g_id_signin {
    display: none;
}

.sso_button_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sso-btn {
    flex: 1 1 auto; /* allows flexibility */
    min-width: 50px; /* ensures buttons don’t shrink too small */
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f5f5f5;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: 0.4px;
}

#custom-google-btn {
    background: #3273F5;
}

#custom-facebook-btn {
    background: #2A4A8D;
}

#custom-apple-btn {
    background: #000000;
}


.text-content-modal-propmpt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #232A3E;
}

.text-content-modal-propmpt-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #636A79;
}

.text-btn-prompt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 14px 24px;
}

#pdpaConsent {
    margin-bottom: 10px;
}

.otpErrorMessage {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #232A3E;
}

.marketingMaterialsContainer {
    padding: 0 1%;
}

.otpAlert {
    width: 100%;
}

.linkContent {
    display: flex;
    flex-direction: row;
    padding: 24px;
    margin: 14px;
    outline: 1px solid var(--color-line, #D9D9D9);
    border-radius: 8px;
    width: 30%;
}

.separator {
    border-top: 1px solid black;
    margin-top: 10px;
    padding-top: 10px;
}

.validation-error-label {
    text-align: left;
}

.icon-eye-createPassword {
    color: #636A79;
    cursor: pointer;
    top: -37px;
    float: right;
    margin-right: 10px;
    font-size: 17.18px;
}

.inputCreatePassword {
    box-sizing: border-box;
    /* Auto layout */

    justify-content: center;
    align-items: center;
    padding: 18px 14px;
    gap: 10px;
    height: 57px;
    /* Primary/White */

    background: #FFFFFF;
    /* Color/Sample/Red */

    border: 1px solid #D0D0D0;
    border-radius: 4px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.link_acocunt_title {
    display: inline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.5px;
    /* Color/System/black */

    color: #232A3E;
}

.link_acocunt_desc {
    display: inline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    /* Color/System/Grey */

    color: #636A79;
}

.link_acocunt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */

    letter-spacing: 0.5px;
    border-radius: 8px;
    display: table-cell;
    vertical-align: middle;
}

    .link_acocunt.link_active {
        background-color: #F0FFF8;
        color: #18AB56;
    }

    .link_acocunt.link_inactive {
        background-color: #FFF0F0;
        color: #EB5757;
    }

.btnLink {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */

    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
}

.modal-successRegister {
    border-radius: 14px;
}

.link-text-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
}

.digit-group input[type="text"] {
    width: 25px;
    height: 34px;
    background-color: white;
    border: none;
    /*border-bottom: 1px solid #333333;*/
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px;
}

.create-password-error-message, .confirm-password-error-message {
    text-align: left;
    font-size: 12px;
    font-family: Roboto;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: var(--red, #EB5757);
}

.error {
    color: var(--sample-red, #E61D2B);
    /*font-size: 14px;
        font-family: Roboto;
        letter-spacing: 0.2px;*/
}

.input-error {
    border: 1px solid var(--red, #EB5757) !important;
}

.create-password-title {
    text-align: left !important;
}

.confirm-password-title {
    text-align: left !important;
}

.member-reward-section {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 24px 14px;
    margin: 0px 1% !important;
}

.text-reward-section {
    color: #333333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    letter-spacing: 0.2px;
    padding-left: 0;
}

.carousel-indicators li {
    border: 1px solid #D0D0D0;
    background-color: #D0D0D0;
}

.carousel-indicators .active {
    background-color: #333333;
}

.title-section-reward {
    color: #232A3E;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}

.otp-verification-required-message {
    color: var(--system-grey, #636A79);
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
}

.text-consent-receive-rewards {
    color: var(--system-black, #232A3E);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

.text-pdpa-consent-subtitle {
    color: var(--system-black, #232A3E);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    letter-spacing: 0.4px;
}

.manual-login-title {
    color: var(--system-black, #232A3E);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

.Idd {
    border-radius: 4px;
    border: 1px solid var(--secondary-gray-3, #D0D0D0);
    background: #FAFAFA;
    padding-right: 5px;
}

.required-text {
    color: red;
    font-weight: normal;
    font-size: 10px;
}

.optional-text {
    color: gray;
    font-weight: normal;
    font-size: 10px;
}

.modal-dialog.modal-content-sso {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.modal-body-sso {
    padding-top: 0px !important;
}

.behind-modal {
    z-index: 0;
}

.active-modal {
    overflow: auto;
}

@media (max-width: 1199px) {
    .linkContent {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .linkContent.hasLine {
        border-top: 1px solid #D9D9D9;
    }

    .linkContent {
        width: 95%;
        outline: 0px;
    }

    .text-reward-section {
        font-size: 12px;
        padding-left: 5px;
    }

    .member-reward-section {
        padding: 10px 0px;
    }

    .title-section-reward {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .digit-group-sso input[type="text"], .digit-group input[type="text"] {
        margin: 0 5px !important;
        font-size: 20px !important;
    }

    .modal-dialog.modal-content-sso {
        margin: 0px 0px !important;
    }

    .margin-responsive-xs {
        margin-top: -10px !important;
    }

    .no-padding-top-xs {
        padding-top: 0px !important;
    }
}

@media screen and (min-device-width: 100px) and (max-device-width: 320px) {
    .digit-group-sso input[type="text"], .digit-group input[type="text"] {
        margin: 0 5px !important;
        font-size: 12px !important;
    }

    .digit-group input[type="text"] {
        width: 20px;
        height: 34px;
    }
}


@media (min-width: 768px) {
    .form-modal-otp-container {
        width: 65%;
        margin: auto;
    }
}

/*End SSO*/

.custom-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-flex-container-items-top-space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.custom-flex-container-justify-start {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.custom-flex-container-justify-center {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.custom-flex-container-items-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.placeholder-danger::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

.placeholder-secondary::placeholder {
    color: #ddd;
    opacity: 1; /* Firefox */
}
