:root {
    --main: #2ea3f2;
    --text: #5d5d5d;
    --heading: #414141;
    --decor-color: #8300e9;
    --second-text: #5d5d5d91;
    --success: #1aa07f;
}

body {
    color: var(--text);
    font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #a0a0a0;
}

::-webkit-scrollbar-track,
 ::-webkit-scrollbar-thumb,
 ::-webkit-scrollbar-track-piece {
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.login-form-wrapper h1,
.login-form-wrapper h2,
.login-form-wrapper h3,
.login-form-wrapper h4,
.login-form-wrapper h5,
.login-form-wrapper strong {
    color: var(--heading);
}

.login-form-wrapper h1 {
    padding-bottom: 25px;
    font-weight: 600;
}

.login-form-wrapper a {
    color: var(--main);
}

.login-form-wrapper button,
.modal-wrapper button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, var(--main), var(--main));
    margin: auto;
    font-size: 15px;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    transition: 0.5s;
    height: 37px;
}

.login-form-wrapper .check-email-block button {
    background: transparent;
    color: var(--text);
    border: 1px solid #bbb;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
}

.login-form-wrapper .check-email-block button:hover {
    color: white;
}

.login-form-wrapper button #spinner,
.login-form-wrapper button #checked {
    position: absolute;
    top: 0px;
    right: 10px;
    display: none;
}

.login-form-wrapper button #checked {
    right: 0;
    left: 0;
    margin: auto;
}

.login-form-wrapper button.checked #checked,
.login-form-wrapper button.sending #spinner,
.login-form-wrapper button.sending .sending-process {
    display: block;
}

.login-form-wrapper button.checked .before-send,
.login-form-wrapper button.sending .before-send,
.login-form-wrapper button .sending-process {
    display: none;
}

.login-form-wrapper button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-45deg);
    transition: left 0.5s;
}

.login-form-wrapper button:hover::before {
    left: 125%;
}

.login-form-wrapper button:hover,
.plan-option:not(.current-plan).active button,
.plan-option:not(.current-plan):hover button,
.modal-wrapper button:hover {
    background: linear-gradient(135deg, #fa61ee, #9136df, #3320c6);
    transition: 0.5s;
}

.login-form-wrapper button {
    background: var(--main);
    margin: auto;
    font-size: 15px;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}

.login-form-wrapper button.checked {
    background: var(--success);
    font-size: 0;
}

.login-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    min-height: 100vh;
}

.admin-bar .login-form-wrapper {
    min-height: calc(100vh - 32px);
}

.login-form-right {
    padding: 7% 50px;
    width: 60%;
    color: var(--second-text);
    margin-right: auto;
}

.logo-column-left {
    border-right: 2px solid #cccccc52;
    box-shadow: inset -15px 0 0px -2px #f5f5f5b0;
    color: var(--second-text);
    width: 40%;
    background: #f8f8f8;
    padding: 7% 50px;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.logo-column-left a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--heading);
    font-weight: 700;
}

.logo-column-left .home-btn {
    margin-top: 20px;
}

.logo-column-left .home-btn svg,
.logo-column-left .dashboard-btn svg {
    transform: translate(0px, 0px);
    transition: 0.5s;
}

.logo-column-left .home-btn:hover svg,
.logo-column-left .dashboard-btn:hover svg {
    transform: translate(-10px, 0px);
    transition: 0.5s;
}

.logo-column-left img {
    max-width: 250px;
}

.account-login-form {
    margin-top: 50px;
    text-align: left;
}

.login-form-right h1,
.login-form-right p,
.login-form-right form,
.login-form-wrapper button {
    max-width: 380px;
}

input,
select,
textarea,
.card-email,
.card_field,
.login-form-wrapper .check-email-block button {
    box-shadow: 0 0 1px 0px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
    font-size: 15px;
    outline: none;
    border-radius: 3px;
    font-weight: 600;
}

.account-login-form label,
.check-email-block button {
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 7px;
}

.underline {
    border-bottom: 2px solid #f3f3f3;
    width: 100%;
    margin: 15px 0;
}

.more-details {
    width: 150px;
    background: lightgrey;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    margin: auto;
    position: relative;
    bottom: -15px;
}

.more-details svg {
    position: relative;
    right: -12px;
}

.more-details.active .show-view,
.hide-view {
    display: none;
}

.more-details.active .hide-view {
    display: block;
}

.more-details.active svg {
    display: block;
    transform: rotate(180deg);
}

.check-email-block {
    display: none;
}

@keyframes pulse {
    0%,
    60% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    50% {
        box-shadow: 0 0 10px 20px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 1px #ff00006e, 0 2px 4px 0 rgb(255 0 0 / 7%), 0 1px 1.5px 0 rgb(255 0 0 / 5%);
    }
}

.unconfirmed.pulsate {
    animation: pulse 1.5s infinite;
}

#subscription-transactions table,
#subscription-transactions tr td {
    border: none;
}

#subscription-transactions tr td {
    font-weight: 700;
}

.billing-history {
    margin-top: 40px;
}

.billing-section h2 {
    border-bottom: 2px solid #8e919e36;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.plan-details p {
    font-weight: 600;
    padding-bottom: 5px;
}

.plan-details>div {
    margin-bottom: 20px;
}

.plan-details .buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.buttons-wrapper button {
    width: 150px;
    margin: 0;
    margin-right: 20px;
}

.buttons-wrapper button:nth-child(2) {
    background: linear-gradient(135deg, #0056b3, #0056b3);
}

.buttons-wrapper button:hover:nth-child(2) {
    background: linear-gradient(135deg, #fa61ee, #9136df, #3320c6);
    transition: 0.5s;
}

.logo-column-left .dashboard-btn {
    background: none;
    color: var(--heading);
    font-weight: 700;
    font-size: 14px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.logo-column-left .dashboard-btn:hover {
    background: none;
}

.logo-column-left .dashboard-btn:hover:before {
    content: none;
}

.update-plan,
.checkout-plan,
.login-form-right {
    max-width: 800px;
}

.update-plan,
.checkout-plan {
    display: none;
    position: relative;
}

.breadcrumbs .back-to-dashboard,
.breadcrumbs .back-to-plans {
    cursor: pointer;
    font-weight: 600;
    color: var(--heading);
}

.breadcrumbs svg {
    margin: 0 15px;
}

.plan-buttons span {
    margin-right: 2px;
    border: 2px solid var(--second-text);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    transition: 0.5s;
}

.plan-buttons span:hover {
    background: #5d5d5d36;
    border: 2px solid var(--text);
    transition: 0.5s;
}

.plan-option.current-plan .select-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f9f7fc;
}

.current-plan .select-plan:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/divi-child/dist/images/checked.svg);
    position: relative;
    transition: none;
    display: block;
    left: unset;
    transform: none;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    transition: 0.5s;
}

.plan-option.current-plan .select-plan:hover:before {
    left: -5%;
    transition: 0.5s;
}

.modal,
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.modal {
    margin: auto;
    background: white;
    max-width: 1200px;
    max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    padding: 5px;
    height: fit-content !important;
    width: fit-content !important;
    min-height: 300px;
}

.modal-wrapper {
    /* display: block;
    height: 100%;
    width: 100%; */
    margin: 50px auto !important;
    /* padding: 10px 0; */
    /* min-height: 300px; */
}

.modal-bg {
    background: #0000009c;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .modal-bg {
    display: block;
}

.close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.close-btn svg {
    width: 100%;
    height: 100%;
}

.try-now-btn {
    cursor: pointer;
}

.plan-option {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    text-align: left;
    width: 32%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.plan-option:hover {
    border: 1px solid #d751f1;
}

#plan-options {
    margin: 25px 0 40px;
    display: flex;
}

.plan-option.current-plan {
    background: #f9f7fc;
}

.plan-buttons .active,
.plan-option.active {
    border: 2px solid #d751f1;
}

.plan-option .plan-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
}

.plan-option .plan-price {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: auto;
}

.plan-option .select-plan {
    background: #d8b8e9;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0;
}

.plan-option .select-plan:hover {
    background: #c597dc;
}

.current-plan .select-plan:hover {
    background: transparent;
}

.select-plan:disabled {
    background: transparent;
    cursor: default;
}

#continue-button:disabled {
    opacity: 0.7;
    pointer-events: none;
}

.plan-option.current-plan .select-plan {
    color: #d751f1;
    border: 2px solid #c597dc;
}

.plan-option.current-plan .select-plan:hover {
    border: 2px solid #c757ff;
}

.plan-option>div {
    color: var(--heading);
}

.plan-option:first-child {
    margin-left: 0;
}

.plan-option:last-child {
    margin-right: 0;
}

.breadcrumbs {
    position: absolute;
    top: 0;
    padding-top: 4%;
}

.subtotal {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.subtotal p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.update-plan button {
    max-width: 200px;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.modal-wrapper {
    width: 90% !important;
    height: 90% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.modal-wrapper h2,
#modal-message {
    width: 100%;
}

#modal-message {
    margin-bottom: 20px;
}

.modal-wrapper button {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
}

.payment-method span:not(.expires) {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
}

.info-button.default {
    margin-left: 3px;
    margin-right: 5px;
    padding: 5px;
}

.payment-method .menu-button svg {
    margin-right: 3px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 0.5s;
}

.payment-method .menu-button:hover svg {
    border: 1px solid var(--second-text);
    transition: 0.5s;
    box-shadow: 0 0 4px 0px #00000080;
}

#add-card svg {
    margin-right: 3px;
    transform: scale(1);
    transition: 0.5s;
}

#add-card:hover svg {
    margin-right: 5px;
    transition: 0.5s;
    transform: scale(1.1);
}

.payment-method .card-info .type {
    padding: 1px 5px;
    margin-right: 5px;
    background: linear-gradient(135deg, #fa61ee, #9136df, #3320c6);
    border-radius: 4px;
    color: white;
    cursor: default;
}

.payment-method .card-info .number {
    cursor: default;
}

.payment-method .card-info .default {
    background: gray;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 10px;
    color: white;
    margin-left: 5px;
    cursor: default;
    line-height: 14px;
}

.method {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;
}

.method .remove {
    margin-right: auto;
    margin-left: 20px;
}

.method .expires {
    margin-left: auto;
}

#payment-methods {
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-info {
    display: flex;
    align-items: center;
}

.type,
.number,
.expires {
    margin-right: 10px;
}

.action-container {
    display: flex;
    align-items: center;
}

.menu-button,
.info-button {
    cursor: pointer;
}

.menu {
    position: absolute;
    right: 5px;
    top: 35px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    z-index: 100;
    border-radius: 4px;
}

.menu:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #e7e8ea;
}

.menu div {
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.menu div:nth-of-type(2) {
    color: red;
}

.menu div:hover {
    background: #f0f0f0;
}

.info-popup {
    position: absolute;
    top: -10px;
    right: 36px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 165px;
    border-radius: 4px;
}

.info-popup:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -16px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid #e7e8ea;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

.delete-card-confirmation .modal-wrapper span {
    font-weight: 600;
    color: var(--heading);
    margin-left: 3px;
}

.delete-card-confirmation,
.cancel-plan-confirmation {
    height: fit-content;
    padding: 30px 45px;
    width: fit-content;
}

.delete-card-confirmation .close-btn,
.cancel-plan-confirmation .close-btn {
    right: 15px;
    top: 15px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delete-card-confirmation .delete-cart-info {
    padding: 15px 0 !important;
    text-align: center;
    border-top: 1px solid var(--second-text);
    border-bottom: 1px solid var(--second-text);
    margin-bottom: 20px;
    width: 350px;
}

.btn-wrapper button:first-child {
    margin-right: 20px;
}

#confirm-delete,
#confirm-cancel {
    background: red;
    min-width: 200px;
    opacity: 1;
    transition: 0.5s;
}

#confirm-delete:hover,
#confirm-cancel:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.cancel-plan-confirmation button {
    min-width: 150px;
}

#plan-details {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.add-card-modal .modal-wrapper {
    max-width: 500px;
    overflow-y: auto;
}

.add-card-modal .modal-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.add-card-modal .form-control {
    position: relative;
}

.add-card-modal .modal-content label {
    display: block;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    color: var(--second-text);
    position: absolute;
    top: -8px;
    left: 20px;
    background: white;
    padding: 0 7px;
    line-height: 15px;
}

.add-card-modal .modal-content input,
.add-card-modal .modal-content select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: var(--text);
    outline: none;
    box-sizing: border-box;
}

.add-card-modal .modal-content input:focus,
.add-card-modal .modal-content select:focus {
    border-color: #0070ba;
}

.add-card-modal .modal-content input[type="text"]::placeholder {
    color: #999;
}

.add-card-modal .btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    position: relative;
}

.add-card-modal .button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background: #0070ba;
    color: #fff;
    transition: background 0.3s ease;
}

.add-card-modal .button:hover {
    background: #005fa3;
}

.add-card-modal .button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.add-card-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.add-card-modal .close-btn svg {
    fill: #333;
}

.add-card-modal .form-group {
    display: flex;
    justify-content: space-between;
}

.add-card-modal .form-group .form-control {
    width: 50%;
}

.add-card-modal {
    width: fit-content;
    padding: 30px 45px;
}

.expire-date-wrapper {
    display: flex;
    justify-content: center;
}

.add-card-modal .modal-content .expire-date-wrapper input {
    width: calc(54% - 20px);
}

#expire-month {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.add-card-modal .modal-content .expire-date-wrapper input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#error-message {
    color: red;
    display: none;
    position: absolute;
    top: -36px;
    line-height: 17px;
}

.plan-details .cancel-label {
    border-radius: 15px;
    background: var(--second-text);
    color: white;
    text-align: center;
    width: fit-content;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.plan-details .price-label {
    font-size: 18px;
    font-weight: 900;
}

#useDifferentEmailBtn:before {
    content: none;
}

#expiration-date {
    width: 100%;
}

#card-number,
#card-holder-name,
#expiration-date,
#cvv {
    width: calc(100% - 10px);
    margin: auto;
}

#card-holder-name {
    margin-bottom: 7px;
}

.add-card-modal .modal-content label.paypal-label {
    top: 0px;
    z-index: 100;
}

form #creditFormSpinner {
    display: none;
}

form.submitting #creditFormSpinner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

form.submitting {
    opacity: 0.5;
    pointer-events: none;
}

.menu .tooltip {
    font-size: 12px;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
    width: 180px;
    left: -190px;
    top: 40px;
    line-height: 20px;
}

.menu .tooltip:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -16px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid #e7e8ea;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

.warning {
    color: red;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .modal {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    .plan-option.current-plan .select-plan {
        font-size: 14px;
    }
    .plan-option .plan-name {
        font-size: 15px;
    }
    .delete-card-confirmation .close-btn,
    .cancel-plan-confirmation .close-btn {
        right: 30px;
        top: 30px;
    }
}

@media screen and (max-width: 980px) {
    .logo-column-left {
        border-right: none;
        border-bottom: 2px solid #cccccc52;
        box-shadow: inset 0px -15px 0px -2px #f5f5f5b0;
        width: 100%;
        padding: 20px 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .login-form-right {
        padding: 5% 20px;
        text-align: center;
    }
    .login-form-right .login-form-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .more-details {
        display: flex;
        transition: 0.5s;
    }
    .mobile-wrapper {
        height: 0;
        opacity: 0;
        padding-top: 0;
        overflow: hidden;
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding-top 0.5s ease-in-out;
    }
    .mobile-wrapper.show {
        height: 100%;
        opacity: 1;
        padding-top: 50px;
    }
    .card_container {
        padding: 20px 10px;
    }
    .login-form-right h1,
    .login-form-right p,
    .login-form-right form,
    .login-form-wrapper button {
        margin: auto;
    }
    .login-form-wrapper .check-email-block button {
        margin-left: auto;
    }
    .login-form-right .account-login-form {
        margin-top: 50px;
    }
    .logo-column-left img {
        max-width: 170px;
    }
    .buttons-wrapper .button:first-child,
    .buttons-wrapper .button:nth-of-type(2) {
        margin-right: 10px;
    }
    .buttons-wrapper .button:last-child {
        margin-bottom: 0;
    }
    .plan-details .buttons-wrapper {
        justify-content: center;
    }
    .login-form-right.update-plan {
        padding: 7% 20px;
        width: 100%;
    }
    #continue-button {
        margin-left: auto;
        margin-right: 0;
    }
    .logo-column-left {
        flex-direction: column-reverse;
    }
    .logo-column-left .dashboard-btn {
        justify-content: flex-start;
    }
    .logo-column-left .home-btn {
        margin-top: 0;
        justify-content: flex-start;
        width: 100%;
    }
    #add-card {
        display: flex;
        align-items: center;
    }
    .logo-column-left .home-btn,
    .logo-column-left .dashboard-btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 680px) {
    .close-btn {
        right: 20px;
    }
    .logo-column-left a {
        justify-content: flex-start;
        width: 100%;
    }
    #plan-options {
        flex-wrap: wrap;
    }
    .plan-option {
        width: 100%;
        min-height: auto;
        margin: 0 0 20px 0;
    }
    .delete-card-confirmation .close-btn,
    .cancel-plan-confirmation .close-btn {
        right: 20px;
    }
    .login-form-right {
        width: 90%;
    }
}

@media screen and (max-width: 568px) {
    .logo-column-left img {
        max-width: 140px;
    }
    .logo-column-left {
        align-items: flex-start;
    }
    .login-form-right {
        padding: 30px;
        text-align: left;
        width: 100%;
    }
    .login-form-right .login-form-block {
        align-items: flex-start;
    }
    .login-form-right h1,
    .login-form-right p,
    .login-form-right form,
    .login-form-wrapper button {
        margin: unset;
    }
    .login-form-wrapper .check-email-block button {
        margin-left: 0;
    }
    .login-form-right .account-login-form {
        margin-top: 50px;
    }
    .plan-details .buttons-wrapper {
        justify-content: flex-start;
    }
    #confirm-cancel {
        margin-bottom: 0;
    }
    .modal-wrapper button {
        max-width: 100%;
        margin-bottom: auto;
        margin-top: 0;
    }
    .login-form-right.update-plan {
        padding: 50px 20px;
    }
    .add-card-modal {
        padding: 45px 10px;
    }
    .add-card-modal .button {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 420px) {
    .plan-details .buttons-wrapper {
        justify-content: center;
        flex-direction: column;
    }
    .buttons-wrapper .button:first-child,
    .buttons-wrapper .button:nth-of-type(2) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .buttons-wrapper .button:last-child {
        margin-bottom: 0;
    }
    .buttons-wrapper .button {
        width: 100%;
    }
    .billing-history table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .billing-history table tr:first-child {
        display: none;
    }
    .billing-history table tr td {
        padding: 0 !important;
    }
    .logo-column-left .home-btn,
    .logo-column-left .dashboard-btn {
        font-size: 12px;
    }
    .btn-wrapper {
        flex-direction: column;
    }
    .btn-wrapper button:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #confirm-delete {
        min-width: auto;
    }
    .delete-card-confirmation .delete-cart-info {
        width: auto;
    }
    .delete-card-confirmation,
    .cancel-plan-confirmation {
        padding: 30px 10px;
    }
    .add-card-modal .modal-wrapper {
        width: 100%;
    }
    .method {
        flex-direction: column;
        align-items: flex-start;
    }
    .card-info {
        margin-bottom: 5px;
    }
    .payment-method .card-info .type {
        font-size: 12px;
    }
}