body[langcode="tctw"] .log-in-btn-wrap,
body[langcode="zh-hans"] .log-in-btn-wrap,
body[langcode="vi"] .log-in-btn-wrap,
body[langcode="th"] .log-in-btn-wrap,
body[langcode="tchk"] .log-in-btn-wrap,
body[langcode="ja"] .log-in-btn-wrap {
    display: none !important;
}

body[langcode="tctw"] .bookmark-toggle,
body[langcode="zh-hans"] .bookmark-toggle,
body[langcode="vi"] .bookmark-toggle,
body[langcode="th"] .bookmark-toggle,
body[langcode="tchk"] .bookmark-toggle,
body[langcode="ja"] .bookmark-toggle {
    display: none !important;
}



body[langcode="tctw"] .mobile-user-dropdown-icon,
body[langcode="zh-hans"] .mobile-user-dropdown-icon,
body[langcode="vi"] .mobile-user-dropdown-icon,
body[langcode="th"] .mobile-user-dropdown-icon,
body[langcode="tchk"] .mobile-user-dropdown-icon,
body[langcode="ja"] .mobile-user-dropdown-icon {
    display: none !important;
}
.tpl-home-login-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(178, 222, 243, 0.6);
}
#loginHandleWrapper {
    padding-top: 115px;
    padding-bottom: 115px;
    position: relative;
    /* background: rgba(178, 222, 243, 0.6); */
    isolation: isolate;

}

#loginHandleWrapper > img.desktop-login-background {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
    top: -190px;
    left: 22px;
    z-index: -1;
}


#mobileHomeLoginWrapper {
    padding-bottom: 90px;
    border: 1px solid #ddd;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.home-login-header {
    font-family: 'Delivery Condensed';
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #d40511;
}

.home-login-secondary-header {
    text-align: center;
    margin-top: 24px;
    padding: 0 40px;
}

.home-login-secondary-header p {
    margin: 0;
    font-family: 'Delivery';
}

.home-custom-login-form-wrap {
    padding: 25px 26px;
    max-width: 477px;
    margin: 0 auto;
}

.up-login-form-control {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc; 
    border-radius: 5px;
}

.custom-login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.up-login-form-control input {
    width: 100%;
    /* border: 1px solid #ccc; */
    border: none;
    outline: none;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    padding: 15px 16px;
    padding-left: 0px;
    font-family: "Delivery";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    color: #4b5055;
}


.up-login-form-control .up-login-email-icon {
    width: 40px;

}

.up-login-submit-btn-control button {
    width: 100%;
    outline: none;
    border: 2px solid #ffffff;
    background: #d40511;
    border-radius: 5px;
    font-family: "Delivery";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 15px 0px;
    transition: .2s;
    cursor: pointer;
}

.up-login-submit-btn-control button:hover {
    border: 2px solid #d40511;
    background: #ffffff;
    color: #d40511;
}

.home-custom-login-form-error {
    text-align: center;
    font-family: "Delivery";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #4b5055;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.home-custom-login-form-error img {
    width: 12px;
}

.home-custom-login-or-line {
    font-family: "Delivery";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #4b5055;
    position: relative;
    
    
    margin: 0px 26px;
}

.home-custom-login-or-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background: #cccccc;
}

.home-custom-login-or-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    background: #cccccc;
}

.home-custom-login-socials-wrap {
    padding: 29px 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 477px;
    margin: 0 auto;
}

.home-custom-login-socials-wrap > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0px;
    border-radius: 5px;
}

.home-custom-login-socials-wrap > a.social-btn-outline {
    border: 1px solid #cccccc;
    background: transparent;
    color: #4b5055;
    
}

.home-custom-login-socials-wrap > a.social-blue-btn {
    border: 1px solid #1778f2;
    background-color: #1778f2;
    color: #ffffff;

}

.home-custom-login-socials-wrap>a.social-lightblue-btn {
    border: 1px solid #0a66c2;
    background-color: #0a66c2;
    color: #ffffff;
}

.home-custom-login-socials-wrap > a > img {
    width: 24px;
    height: 24px;
}

.home-custom-login-socials-wrap > a > span {
    font-family: "Delivery";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    
}

.home-custom-login-footer-text {
    font-family: "Delivery";
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    font-style: normal;
    text-align: center;
    color: #4b5055;
}

/* nav login button css */

.log-in-btn-wrap > a {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 9px 23px 0.65rem;
    background-color: #ffffff;
    border: 1px solid #d40511;
    color: #d40511;
    font-family: "Delivery";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

/* success wrapper */

#checkYourEmailWrapper {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.check-email-header {
    margin-top: 71px;
    font-family: "Delivery Condensed";
    font-size: 46px;
    font-weight: 900;
    font-style: normal;
    color: #d40511;
    margin-bottom: 0;
}

.check-email-content {
    margin-top: 25px;
    font-family: "Delivery";
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #212529;
}

.check-email-content .email-color {
    color: #d40511;
}


.check-email-footer {
    margin-top: 22px;
    font-family: "Delivery";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #212529;
    padding-bottom: 70px;
}

.check-email-content p,
.check-email-footer p {
    margin: 0;
}


/* create account css */

.create-your-account-wrapper {
    max-width: 700px;
    margin: 53px auto 100px;
}

.create-account-back {
    display: flex;
    align-items: center;
    gap: 10px;
}

.create-account-back span {
    color: #d40511;
    font-family: "Delivery";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.create-account-header {
    margin-top: 13px;
}

.create-account-header h1 {
    font-family: "Delivery Condensed";
    font-size: 46px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #d40511;
    margin: 0;
    margin-bottom: 21px;
}

.create-account-header p {
    font-family: "Delivery";
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #212529;
    margin: 0;
}

.create-account-form-wrap {
    margin-top: 30px;
    max-width: 341px;
    margin: 30px auto 0;
}

.create-account-form {
    display: flex;
    flex-direction: column;
}

.create-account-form .up-login-submit-btn-control {
    margin-top: 25px;
}

.create-account-footer {
    margin-top: 25px;
    font-family: "Delivery";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #212529;
}

.create-account-footer a {
    color: #d40511;
}

.create-account-form .my-profile-input-control input:valid + .my-profile-placeholder,
.create-account-form .my-profile-input-control input:focus + .my-profile-placeholder {
    color: #d40511;
}

.my-profile-input-control.active .my-profile-placeholder {
    color: #d40511;
}



.create-account-form .my-profile-input-control label {
    font-family: "Delivery";
    
}


/* username form css */

.update-username-wrapper {
    display: flex;
    align-items: center;
}

.update-username-left {
    flex: 0 0 450px;
}

.update-username-left img {
    width: 100%;
    margin-top: 80px;
}

.update-username-right {
    flex: 1 1 auto;
    padding: 30px 110px 100px;
}

.update-username-right .update-username-form {
    padding: 25px 72px;
}

.update-username-right .create-account-header h1 {
    margin-bottom: 8px;
}

.update-username-right .create-account-header .create-account-form-Step {
    margin-bottom: 10px !important;
}

/* username form css */

/* login modal overlay css */

.user-login-modal {
    background: rgba(0, 0, 0, 0.3);
}

.user-login-modal .user-login-modal-dialog {
    max-width: unset !important;
    width: 720px;
}

.user-login-modal .user-login-modal-dialog .modal-header .close {
    font-size: 40px;
    padding: 0px !important;
    left: unset !important;
    right: -15px;
    top: -30px;
    color: #ffffff;
}

.mobile-login-background {
    display: none;
}


/* login modal overlay css */



/* meida query */

@media only screen and (max-width: 1200px) {
    .update-username-right {
        padding: 30px 50px 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .update-username-right {
        padding: 30px 0px 100px;
    }
}

@media only screen and (max-width: 992px) {
    .update-username-wrapper {
        flex-direction: column;
    }

    .update-username-left {
        width: 50%;
    }
}

@media only screen and (min-width: 1440px) {


    #loginHandleWrapper {
        max-width: 1440px;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 720px) {
    .home-login-header {
        font-size: 46px;
        line-height: 46px;
    }

    .home-custom-login-form-wrap {
        padding: 39px 26px 25px;
        max-width: 477px;
        margin: 0 auto;
    }

    #mobileHomeLoginWrapper {
        /* max-width: 752px; */
        max-width: 500px;
        margin: 0 auto;
        padding: 50px;
    }

    .home-login-container {
        max-width: 400px;
        margin: 0 auto;
    }

    .home-custom-login-or-line {
        margin: 0px auto;
        max-width: 341px;
    }

    .custom-login-form {
        gap: 14;
    }

}

@media only screen and (max-width: 700px) {

    .user-login-modal .user-login-modal-dialog {
        max-width: 90% !important;
        width: 90% !important;
        margin: 0 auto !important;
    }

    #checkYourEmailWrapper {
        margin: 0 24px !important;
    }

    .create-account-header h1 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .create-your-account-wrapper {
        padding: 0 24px;
        margin-top: 24px;
    }

    .check-email-header {
        font-size: 30px;
    }

    .update-username-left {
        flex: unset;
    }

    .update-username-left img {
        margin-top: 45px;
    }

    .update-username-left {
        width: 85%;
    }

    .update-username-right .update-username-form {
        padding: 25px 25px;
    }
    

    #loginHandleWrapper > img.desktop-login-background{
        top: 0;
        left: 0;
        display: none;
    }

    #loginHandleWrapper {
        padding-top: 0px;
        padding-bottom: 50px;
        /* background: rgba(178, 222, 243, 0.6); */
    }

    #mobileHomeLoginWrapper {
        border: none;
        border-radius: unset;
        
        box-shadow: none;
        padding-bottom: 0px;
        background: rgba(178, 222, 243, 0.6);
    }

    .mobile-home-login-inner-wrapper {
        padding-bottom: 50px;
        padding-top: 50px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #FFFFFF;
    }

    .mobile-login-background {
        display: block;
        width: 100%;
        /* background: rgba(178, 222, 243, 0.6); */
    }

}




