.personal-page {
    background-color: #ffffff;
    display: flex;
    width: 61.125rem;
    padding: 3rem 3rem 5rem 3rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.info-row {
    display: grid;
    margin-bottom: 1rem;
    justify-content: flex-start;
    grid-template-columns: 15rem auto;
    align-items: flex-start;
    justify-items: flex-start;
    column-gap: 5rem;
}

.info-label {
    color: #7D7D7D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-right: 5rem;
}

.info-value {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    flex: 0 0 auto;
    text-align: left;
}

.update-anchor {
    color: #2267E2;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-shadow: none;
    background-color: white;
    text-decoration: auto;
}

.delete-anchor {
    color: #F00;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-shadow: none;
    text-decoration: auto;
}

@media (max-width: 992px) {
    .info-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .info-label {
        margin-right: auto;
    }

    .info-value {
    }

}

.info-label, .info-value {
    flex-basis: 40%;
}

.edit-icon {
    background-color: white;
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}

.menu-content-area {
    padding: 1.5rem;
    background: #F7F0EB
}

@media (min-width: 600px) {
    .menu-content-area {
        padding: 5rem 3rem !important;
        background: #F7F0EB
    }
}

.row {
    display: flex;
    flex-direction: row;
}

.content-area {
    background: #fff;
    width: 21.5625rem;
    padding: 2.5rem 1.5rem;
}

@media (min-width: 600px) {
    .content-area {
        padding: 5rem 5rem !important;
        background: #fff;
        display: flex;
        width: 61.125rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile-back {
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.bth-sm-profile {
    display: flex;
    width: 10rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: #000;
    color: #fff;
}

.main-title {
    font-family: myIvyMode;
    font-size: 1.5rem;
    /*margin-bottom: 1rem;*/
    font-weight: 700;
}

@media (min-width: 992px) {
    .main-title {
        font-family: myIvyMode;
        /*margin-bottom: 1rem*/
    }
}

@media (max-width: 768px) {
    .main-title {
        font-family: myIvyMode;
    }
}

.form-group-full {
    margin-bottom: 1.5rem;
    width: 100%;
}

@media (min-width: 992px) {
    .form-group-full {
        /*margin-bottom: 2.5rem;*/
        width: 100%;
    }
}

.one-step-form-content-area {
    display: flex;
    padding: 2.5rem 2.5rem;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

@media (min-width: 992px) {
    .one-step-form-content-area {
        width: 61.125rem;
        padding: 3rem 3rem 5rem 3rem;
        gap: 2.5rem;

    }
}

@media (min-width: 576px) {
    .one-step-form-content-area {
        padding: 2.5rem 1.5rem !important;
        background: #fff;
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .one-step-form-content-area {
        padding: 1.5rem 1.5rem;
        gap: 1rem;
    }
}

.profile-title {
    font-family: myIvyMode;
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .profile-title {
        font-family: myIvyMode;
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

.profile-subtitle {
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .profile-subtitle {
        margin-bottom: 2.5rem
    }
}

.current-plan {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
}

.paid-badge {
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    background: #F1F6E1;
}

.pending-badge {
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    background: #C5F332;
}

thead {
    display: none
}

#dtBasicExample {
    width: 100% !important;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.notification-option {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .notification-option {
        display: grid;
        gap: 5rem;
        margin-bottom: 1.5rem;
        grid-template-columns: 15rem auto;
    }
}

.personal-information-label {
    color: #7D7D7D;
    font-family: "Helvetica Neue";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

#updatePasswordForm {
    width: 100%;
}

#payment-method-modal .modal-content {
    width: 50% !important;
}

#unsubscribe-modal .modal-content {
    width: 35% !important;
}

#delete-modal .modal-content {
    width: 30% !important;
}

#voucher-payment-modal .modal-content {
    width: 30% !important;
}

@media (max-width: 992px) {
    #payment-method-modal .modal-content {
        width: 85% !important;
    }

    #unsubscribe-modal .modal-content {
        width: 80% !important;
    }

    #delete-modal .modal-content {
        width: 80% !important;
    }

    #voucher-payment-modal .modal-content {
        width: 80% !important;
    }
}


hr {
    margin-bottom: .5rem;
    width: 100%;
}

.current-subscription {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.cancel-subscription {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
}

.update-profile-link {
    margin-bottom: 3.5rem;
    color: #2267E2;
    text-decoration: none;
}

.update-profile-link a {
    text-decoration: none;
}

.fa-solid {
    size: 4rem;
    color: #999999;
    font-size: .8rem;
}

.desktop-profile-version {
    display: block;
}

.mobile-profile-version {
    display: none;
}

.side-menu-mobile-content {
    display: none;
}

.side-menu-web-content {
    display: block;
}

@media (max-width: 992px) {
    .desktop-profile-version {
        display: none;
    }

    .mobile-profile-version {
        display: block;
        padding: 0rem !important;
    }

    .side-menu-mobile-content {
        display: block;
    }

    .side-menu-web-content {
        display: none;
    }

}

.hidden {
    display: none;
}

.side-menu-content-area {
    background: #fff;
}

@media (min-width: 600px) {
    .side-menu-content-area {
        background: #fff;
    }
}

a[href="/profile/information"] {
    text-decoration: none;
    color: black;
}

a[href="/profile/information"]:hover,
a[href="/profile/information"]:focus,
a[href="/profile/information"]:active {
    color: #FF9EDE;
}

.btn-lg-cancel {
    color: #fff !important;
    background: #A94B40 !important;
    width: 40%;
    text-decoration: none;
}