.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.large-title {
    color: #003730;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    padding-bottom: 20px;
}

.page-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.pt-50 {
    padding: 50px 0 0;
    margin-bottom: 50px;
}

.btn-dark-green {
    background: #003730;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
}

.container-dashboard {
    display: flex;
    width: 100%;
    padding: 15px 40px;
    align-items: center;
    border-top: 1px solid var(--true-gray-100, #F5F5F5);
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(7.5px);
    justify-content: space-between;
}

.container-dashboard__left {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(7.5px);
}

.dashboard-nav__return {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.dashboard-nav__return-text {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.dashboard-nav__separator {
    width: 20px;
    flex-shrink: 0;
    align-self: stretch;
    stroke-width: 2px;
    stroke: var(--true-gray-200, #D9D9D9);
    opacity: 0.5;
}

.dashboard-nav__home {
    width: 20px;
    height: 20px;
}

.dashboard-nav__chevron {
    width: 16px;
    height: 16px;
}

.container-dashboard__right {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(7.5px);
    padding-right: 3%;
}

.dashboard-discount__percent {
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.dashboard-discount__condituons {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.dashboard-discount__condituons:hover {
    text-decoration: underline;
}

.dashboard-main {
    display: flex;
    background-color: #F8F8F8;
    padding: 0 10%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-bottom: 200px;
}

.dashboard-welcome {
    display: flex;
    align-self: center;
}

.dashboard-welcome__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 40%;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dashboard-welcome__container-welcome {
    color: #262626;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.dashboard-welcome__container-under-welcome {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
}