#wb-global-message .wb-global-message-bg {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wb-global-message .wb-global-message-con {
    background: #fff;
    width: 420px;
    margin: 10px;
    margin-top: -100px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

#wb-global-message .wb-global-message-con .wb-title-con {
    flex: none;
    display: none;
}

#wb-global-message .wb-global-message-con .info-con {
    flex: auto;
    padding: 20px;
    color: #1C1C1C;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#wb-global-message .wb-global-message-con .button-con {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

#wb-global-message .wb-global-message-con .wb-button {
    width: 173px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    background-color: #1C1C1C;
    cursor: pointer;
    margin: 0 5px;
}

#wb-global-message .wb-global-message-con .wb-button.cancel {
    background-color: #fff;
    color: #1C1C1C;
}

#wb-global-message .wb-global-message-con.special .wb-button.cancel {
    order: 2;
    background-color: #1C1C1C;
    color: #fff;
}

#wb-global-message .wb-global-message-con.special .wb-button.confirm {
    order: 1;
    background-color: #fff;
    color: #1C1C1C;
}

#wb-verfiry-warp .wb-global-message-bg, #wb-account-login-warp {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99998;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wb-verfiry-code, .wb-account-login-bg {
    background: #fff;
    border-radius: 10px;
    padding: 28px 68px;
    width: 600px;
    position: relative;
}

#wb-verfiry-code .title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
}

#wb-verfiry-code .close-icon, .wb-account-login-bg .close-icon {
    position: absolute;
    top: 36px;
    right: 36px;
    cursor: pointer;
}

.wb-account-login-bg .warp-content p {
    font-size: 14px;
    color: #707070;
}

#wb-verfiry-code .input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 16px;
}

#wb-verfiry-code .input-row.err{
    border-color:#e63333;
}

#wb-verfiry-code .input-row input {
    border: none;
    margin-bottom: 0;
    padding: 0 10px;
    flex: auto;
    height: 40px;
}

#wb-verfiry-code .get-code {
    flex: 0;
    flex-basis: fit-content;
    white-space: nowrap;
    padding: 0 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}

#wb-verfiry-code .verfiry-tip {
    font-size: 12px;
    color: #e63333;
}

#wb-account-login-warp .button-row .button {
    text-transform: unset;
    border-radius: 8px;
}

#wb-account-login-warp .woocommerce-privacy-policy-text .hidden {
    display: none;
}

#wb-verfiry-code .button-row, #wb-account-login-warp .button-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
}

#wb-verfiry-code .button-row .button, #wb-account-login-warp .button-row .button {
    flex: auto;
    height: 40px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
}

#wb-account-login-warp .button-row .close-button:hover {
    border-color: #000;
    color: #000;
}

.wb-account-login-bg .title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
}

.wb-account-login-bg .woocommerce-privacy-policy-text {
    font-size: 14px;
}

#wb-verfiry-code .button-row .close-button, #wb-account-login-warp .button-row .close-button{
    color: #1c1c1c;
    background-color: #fff;
    border-color: #ddd;
}
.wb-account-login-bg .warp-content p {
    margin-bottom: 5px;
}

#wb_account_reg_privacy {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

#wb_account_reg_privacy:after {
    position: absolute;
    line-height: 14px;
    font-size: 13px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    left: -1px;
    top: -1px;
    border-radius: 4px;
    content: " ";
}

#wb_account_reg_privacy:checked:after {
    position: absolute;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    background: url("../fonts/checkout-selected.svg") no-repeat center;
    background-size: 80%;
    background-color: #000;
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    left: -1px;
    top: -1px;
    border-radius: 4px;
}