main #frontend_seller_dashboard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
}

main #frontend_seller_dashboard #frontend_seller_dashboard_user {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 1100px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 64px;
    row-gap: 16px;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_greetings {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: rgba( 48, 69, 89, 1 );
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_email {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgba( 48, 69, 89, 1 );    
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_location {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_location span {    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba( 48, 69, 89, 1 );    
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_rating {
    color: rgba( 48, 69, 89, 1 );
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_productscreate button {
    padding: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1rem;
    color: rgba( 255, 255, 255, 1 );
    background-color: rgba( 48, 69, 89, 1 );
    border: 1px solid rgba( 250, 250, 250, 1 );
    box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.25 );
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_productscreate button:hover {
    color: rgba( 48, 69, 89, 1 );
    background-color: rgba( 255, 255, 255, 1 );
    border-color: rgba( 48, 69, 89, 1 );    
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_left #frontend_seller_dashboard_user_inner_left_sellercount {
font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: rgba( 48, 69, 89, 1 );        
}

main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_right {
    background-color: white;
    border-radius: 100%;
    overflow: clip;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_user #frontend_seller_dashboard_user_inner #frontend_seller_dashboard_user_inner_right img {
    max-width: 196px;
}

main #frontend_seller_dashboard #frontend_seller_dashboard_featuredproductcategories {
    background-color: rgba(250, 250, 250, 1);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_featuredproductcategories #frontend_seller_dashboard_featuredproductcategories_inner {
    width: 100%;
    max-width: 1100px;
}
main #frontend_seller_dashboard #frontend_seller_dashboard_featuredproductcategories #frontend_seller_dashboard_featuredproductcategories_inner .frontend_featuredproductcategories_component .frontend_featuredproductcategories_component_inner .frontend_featuredproductcategories_component_inner_list {
    background-color: transparent;
}
