/* Resume my growth popup responsive css starts here */

@media (max-width:530px){
    .modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section {
            display: block;
            width: 100%;
            float: left;
            margin-top: 10px;
        }
    .modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section span.add-new-label {
            width: 100%;
            float: left;
            display: block;
            margin-bottom: 10px;
        }
    .modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section .create-account-row{
            width: 100%;
            float: left;
            display: block;
            text-align: center;
        }
    .modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section .create-account-row .or-divider {
        font-size: 13px;
        color: #999;
        width: auto;
        float: left;
        line-height: 40px;
        margin: 0 10px;
    }
    .modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section .tiktok-confirm-btn-reactivate-account{
        border: 2px solid #1368DF;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        float: left;
        width: auto;
    }
}

@media(max-width: 479px){
html body.currency_with_symbol .modal#reactive_new_subscriptin .modal-dialog .modal-content .monthly_price {
    font-size: 13px;
}
html body.currency_with_symbol .modal#reactive_new_subscriptin .modal-dialog .modal-content .monthly_price span.plan-price {
    font-size: 20px;
}

html body.currency_without_symbol .modal#reactive_new_subscriptin .modal-dialog .modal-content .monthly_price span {
        font-size: 18px;
    }
}

@media (max-width:460px){
.modal#reactive_new_subscriptin .modal-dialog .modal-content .add-new-account-section a {
    padding: 0 20px;
}
	
}