#page_menu:not(.show) {
    display: none;
}

#page_menu {
    background-color: var(--color-primary);
}

#page_menu .menu-link {
    color: var(--color-white);
    pointer-events: none;
    cursor: text;
}

#page_menu .menu-link.active {
    font-weight: var(--font-semibold);
    color: var(--color-white);
    border-bottom-color: var(--color-white);
}

.thankyou-section:not(.active) {
    display: none;
}

.thankyou-details {
    border: 1px solid var(--color-white);
    border-radius: 10px;
    padding: 80px;
}

.thankyou-content > * {
    font-size: var(--font-lg);
}

.thankyou-content a {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-position: under;
}

.thankyou-content a:hover {
    font-weight: var(--font-semibold);
    text-decoration: none;
}

.thankyou-details a.skip-button,
.thankyou-details a.prev-step-button {
    margin-right: auto;
}

.thankyou-details .steps-wrapper {
    margin-right: auto;
}

.thankyou-details a.skip-button,
.thankyou-details a.prev-step-button,
.thankyou-details a.next-step-button {
    padding-left: 30px;
    padding-right: 30px;
}

#thank_you_step_dashboard2 .scale-MyAccount-profile-stats {
    background-color: var(--secondary-bg);
    pointer-events: none;
}

#thank_you_step_dashboard2 .scale-profile-stats .card {
    background-color: var(--secondary-bg);
    border-color: var(--color-border-3);
}

#thank_you_step_dashboard2 .scale-MyAccount-profile-stats h2,
#thank_you_step_dashboard2 .scale-profile-stats .card,
#thank_you_step_dashboard2 .scale-profile-stats .stats {
    color: var(--color-border-4);
}

#thank_you_step_dashboard3 .scale-MyAccount-profile {
    color: var(--color-border-4);
    background-color: var(--secondary-bg);
    pointer-events: none;
}

#thank_you_step_dashboard3 .scale-MyAccount-profile .company-logo {
    opacity: 0.4;
}

#thank_you_step_dashboard3 .scale-MyAccount-profile .company-status-button .active {
    background-color: var(--color-border-2);
}

#thank_you_step_dashboard3 .scale-MyAccount-profile .button,
#thank_you_step_dashboard3 .scale-MyAccount-profile .company-status-button {
    color: var(--color-border-4) !important;
    border-color: var(--color-border-3) !important;
}

@media (max-width: 1200px) {
    .thankyou-details {
        padding: 60px;
    }
}

@media (max-width: 1100px) {
    #thank_you_step_dashboard2 .scale-MyAccount-profile-stats,
    #thank_you_step_dashboard3 .scale-MyAccount-profile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .thankyou-details {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .thankyou-details {
        padding: 30px;
    }
}

@media (max-width: 544px) {
    .thankyou-details {
        padding: 20px;
    }

    .thankyou-details a.skip-button,
    .thankyou-details a.prev-step-button,
    .thankyou-details a.next-step-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* DASHBOARD */
.scale-MyAccount-content {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 0;
    margin: 0 auto; 
}

.scale-MyAccount-profile {
    max-width: 100%;
    width: calc(100% - 68% - 30px);
    padding: 30px;
}

.scale-MyAccount-profile .company-listing-type {
    border-bottom: 1px solid var(--color-border-3);
    padding-bottom: 10px;
    margin-top: -15px;
    margin-left: -30px;
    margin-right: -30px;
}

.scale-MyAccount-profile .company-logo img {
    width: 100%;
    max-width: 200px;
    max-height: 175px;
    object-fit: contain;
}

.company-status-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-black);
    border-radius: 8px;
    padding: 7.5px;
    margin-bottom: 20px;
}

.company-status-button .option {
    min-width: 40%;
    padding: 7.5px 10px;
    border-radius: 8px;
}

.company-status-button .active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.company-status-button .inactive {
    background-color: var(--color-white);
    color: var(--color-black);
}

.scale-MyAccount-profile .button {
    width: 100%;
    min-width: 100%;
    font-size: var(--font-sm) !important;
    pointer-events: none;
}

.scale-MyAccount-profile .button:not(:last-child) {
    margin-bottom: 20px;
}

.scale-MyAccount-profile-stats {
    max-width: 100%;
    width: 68%;
}

.woocommerce-dashboard .scale-MyAccount-content h2 {
    font-size: 2rem;
    font-weight: var(--font-semibold);
    margin-bottom: 40px;
}

.scale-profile-stats .card {
    position: relative;
    border-color: var(--color-black);
    padding: 50px 30px;
}

.company-status-button .option {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.scale-profile-stats .stats {
    font-size: 3rem;
    font-weight: var(--font-semibold);
    color: var(--color-primary);
    margin-bottom: 5px;
}

.scale-profile-stats .card p {
    margin-bottom: 0;
}

.scale-MyAccount-no-profile {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.woocommerce-dashboard .scale-MyAccount-no-profile h2 {
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .scale-MyAccount-profile,
    .scale-MyAccount-profile-stats {
        width: 100%;
    }
}

@media (max-width: 1100px) and (min-width: 600px) {
    .scale-MyAccount-profile .button {
        width: auto;
        min-width: auto;
        padding: 14px 30px !important;
        margin-bottom: 0 !important;
    }

    .scale-MyAccount-profile .button:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .scale-MyAccount-profile {
        padding: 20px;
    }

    .scale-MyAccount-profile .company-listing-type {
        margin-top: -7px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 700px) {
    .scale-profile-stats {
        gap: 20px;
    }
}

@media (max-width: 544px) {
    .scale-MyAccount-content {
        padding: 40px 0;
    }

    .woocommerce-dashboard .scale-MyAccount-content h2 {
        margin-bottom: 20px;
    }

    .scale-profile-stats .card {
        padding: 30px 20px;
    }
}
/* /DASHBOARD */