﻿.bb-my-account-container {
    min-height: calc(100svh - 115px - 6px);
    margin-top: calc(115px + 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    background: white;
    padding-inline: 12px;
}

.m-0 {
    margin: 0 !important;
}

.bb-my-account-container .bb-product {
    order: 8;
    margin:24px;
}

.bb-my-plan-title {
    order: 6 !important;
}

.bb-my-account-container .bb-secondary-title {
    font-size: clamp(22px,3vw,34px);
    margin: 22px 0 14px 0;
    order: 1;
}

.bb-member-since-title {
    order: 7 !important;
}

.bb-membership-info-container {
    order: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}

.bb-membership-info-inner-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bb-membership-text {
    color: var(--fuschia);
    font-size: clamp(18px, 1.5vw, 25px) !important;
    text-align: center;
    max-width: min(600px, 90%);
}

.bb-membership-text-inner {
    color: var(--black);
    font-size: clamp(18px, 1.5vw, 25px) !important;
    margin: 0 !important;
}

.bb-edit-profile-image-container {
    margin: 35px 0 35px 0;
    cursor: pointer;
    position: relative;
    order: 3;
}

.bb-my-account-container .bb-user-profile-img {
    --size: 170px;
}

.bb-my-account-container .bb-primary-btn {
    margin: auto 0 25px 0;
    padding: 16px 32px 16px 32px;
    order: 5;
}

.bb-check-my-conversations-container,
.bb-my-cards-btn,
.bb-card-action-button {
    position: absolute;
    width: fit-content;
    margin: 10px 40px 0 40px;
    justify-content: center;
    font-size: clamp(18px, 1.2vw, 20px);
}

.bb-card-action-button {
    position: initial;
    background: var(--fuschia);
}

.bb-card-action-button.delete {
    background: var(--red-bright);
}

.bb-check-my-conversations-container {
    inset-inline-end: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.bb-my-cards-btn {
    inset-inline-start: 0;
    background: var(--fuschia);
}

.bb-my-accounts-points {
    color: var(--fuschia);
    font-weight: var(--bold-font-weight);
    font-size: clamp(18px, 2.2vw, 22px);
    order: 2;
}

.bb-my-account-info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 4;
    margin-bottom: 16px;
}

.bb-my-account-info-container label {
    font-weight: 400;
    font-size: 15px;
}

.bb-my-account-info-container input {
    font-weight: var(--bold-font-weight);
    font-size: 22px;
    border: none;
    outline: none;
}

.bb-profile-image-edit-icon {
    --size: 35px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    bottom: 0;
    right: 5px;
    background: white;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #A8A8A840;
}

.bb-my-account-contact-message {
    order: 15;
    margin-inline: 12px;
    margin-bottom: 18px;
    max-width: 360px;
    text-align: center;
    opacity: 0.7;
}

.bb-unsubscribe-vas-btn {
    background: red;
    order: 6;
    margin-bottom: 22px;
}

@media screen and (max-width:1000px) {
    .bb-check-my-conversations-container,
    .bb-my-cards-btn {
        position: initial;
        order: 3;
        margin: 30px 40px 10px 40px;
    }
}

@media screen and (max-width: 1050px) {
    .bb-my-account-container {
        margin-top: 70px;
    }
}

@media screen and (max-width:600px) {
    .bb-check-my-conversations-container {
        width: 70%;
    }
}

@media screen and (max-width:480px) {
    .bb-check-my-conversations-container {
        width: 85%;
        margin: 12px 40px 0 40px;
    }
    .bb-my-account-container .bb-user-profile-img {
        --size: 200px;
    }
    .bb-edit-profile-image-container {
        margin: 35px 0 45px 0;
    }
    .bb-profile-image-edit-icon {
        right: 13px;
        bottom: 5px;
    }
    .bb-my-account-container .bb-secondary-title {
        margin: 12px 0 8px 0;
    }
    .bb-my-account-container .bb-primary-btn {
        margin-top: 25px;
    }
}