.subscription-dialog-2 .popup-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 769px) {
    .subscription-dialog-2 .popup-content {
        max-width: 335px ;
    }
}

.subscription-dialog-2 .popup-content .subscription-before {
    padding: 50px 100px 86px;
}

@media (max-width: 769px) {
    .subscription-dialog-2 .popup-content .subscription-before {
        padding: 50px 20px 86px;
    }
}

.subscription-dialog-2 .popup-content .subscription-after {
    padding: 50px 100px 86px;
}

@media (max-width: 769px) {
    .subscription-dialog-2 .popup-content .subscription-after {
        padding: 50px 20px 86px;
    }
}

.subscription-dialog-2 .popup-content .subscription-after .subtitle {
    margin-bottom: 40px;
}

.subscription-dialog-2 .popup-content .title {
    font-size: 42px;
    font-weight: bold;
    word-break: break-word;
}

.subscription-dialog-2 .popup-content .subtitle {
    padding: 0 10px;
    font-size: 16px;
    word-break: break-word;
    margin: 10px auto 0;
}

.subscription-dialog-2 .popup-content .input-box {
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.subscription-dialog-2 .popup-content .input-box input {
    flex: 1;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    outline: none;

}

.subscription-dialog-2 .popup-content .sub-button {
    margin-top: 16px;
    padding: 0 25px;
    min-height: 48px;
    line-height: 50px;
    outline: none;
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
}
.subscription-dialog-2 .popup-content .error-message {
    text-align: start;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
    margin-bottom: -4px;
    color: #fff;
}

.subscription-dialog-2 .popup-content .cancel-btn {
    margin-top: 32px;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

.subscription-dialog-2 .popup-content .discount-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.subscription-dialog-2 .popup-content .discount-coupon .coupon-number {
    background: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: 1px solid;
}

.subscription-dialog-2 .popup-content .discount-coupon .coupon-copy {
    font-size: 12px;
}

.subscription-dialog-2 .popup-content .continue-btn-box .continue-btn {
    margin-top: 16px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    min-height: 48px;
    line-height: 50px;
    outline: none;
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
}

.subscription-dialog-2 .popup-content .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 769px) {
    .subscription-dialog-2 .popup-content .close-icon {
        font-size: 16px;
    }
}