/* navbar */

.nav-solid {
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 25;
    text-align: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: none;
    display: block;
}

.nav-solid > .navbar {
    background-color: #432985;
}

.nav-solid > .navbar > .container > .menu > i,
.nav-solid > .navbar > .container > .search > i,
.nav-solid > .navbar > .container > .search > button > i,
.nav-solid > .navbar > .container > .cart > i,
.nav-solid > .navbar > .container > .user .user-sign-in > i  {
    color: white;
}

.nav-solid > .navbar > .container > .user .user-sign-in > i {
    font-size: 18px;
    margin: auto;
    margin-top: 6px;
}

.nav-solid > .navbar > .container > .user .user-sign-in {
    width: 30px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-solid > .navbar > .container > .user .user-sign-in .top {
    font-size: 13px;
    color: white;
}

.nav-solid > .navbar > .container > .user .user-sign-in .bottom {
    font-size: 11px;
    color: white;
}

.nav-solid-index {
    display: none;
    z-index: 20;
    top: 0;
    position: fixed;
}


.pnl-transparent-ig {
    padding-top: 65px;
    background-color: transparent;
    margin-bottom: -20px;
}

.pnl-transparent-ig .section-title .icon-box i,
.pnl-transparent-ig .section-title .title,
.pnl-transparent-ig .section-title .subtitle {
    color: #432985;
}

.pnl-transparent-ig .md-cards .card > .top {
    background-color: white;
}

.hero-ig {
    background-color: transparent;
}

/*home bg*/

.home-bg {
    background-color: #ffe7e0;
    /*height: 3000px;*/
    width: 100%;
    position: relative;
}

.home-mod-panel {
    background-color: #ffffffa8;
    padding: 0;
    position: relative;
}

.mod-communities-container {
    padding: 15px 15px 30px 15px;
    background-color: white;
}

.community-row .icons {
    position: absolute;
    top: -8px;
    right: -5px;
}

.community-row .icons .icon {
    width: 40px;
    display: inline-block;
    position: relative;
    height: 45px;
}

.community-row .icons .icon i {
    color: #b0b0b0;
    font-size: 22px;
    float: left;
    margin-top: 11px;
}

.community-row .icons .icon div {
    background-color: #FF5072;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    position: relative;
    top: 20px;
    right: -12px;
}

.community-row .icons .icon div span {
    font-size: 10px;
    color: white;
    font-weight: 900;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    letter-spacing: -1px;
    left: -1px;
}

.load-next-feed-hot, .load-next-feed-recent {
    display: none;
}

.select-community-to-post {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 101;
    animation-duration: 600ms;
    display: none;
}

.select-community-to-post > .container {
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
}

.select-community-to-post .container .relative {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.select-community-to-post .container .relative .bg {
    background-color: white;
    border-radius: 15px;
    overflow-y: scroll;
}

.select-community-to-post .container .relative .bg > .header {
    background-color: white;
    position: absolute;
    text-align: left;
    padding: 15px 35px 15px 20px;
    z-index: 100;
}

.select-community-to-post .container .relative .bg .header .close-select-community {
    border-radius: 50%;
    right: 12px;
    top: 15px;
    position: absolute;
    z-index: 40;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.select-community-to-post .container .relative .bg .header .close-select-community i {
    font-size: 28px;
    color: #dddddd;
}

.select-community-to-post .container .relative .bg .header .select-community-to-post-title {
    font-size: 22px;
    font-weight: 900;
}

.select-community-to-post .container .relative .bg > .container {
    padding: 80px 0 15px 0;
}

.select-community-to-post .p-list-sm .title {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 900;
}

.select-community-to-post .p-list-sm .title i {
    color: #a4a4a4;
    font-size: 14px;
}

.select-community-to-post .select-communities-container {
    padding: 0 0 30px 0;
}


.onboarding-dialog .segments {

}

.onboarding-dialog .segments .name {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: 900;
    margin-bottom: 3px;
}

.onboarding-dialog .segments .text {
    font-size: 14px;
    color: white;
    margin-bottom: 15px;
    display: block;
}

.onboarding-dialog .segments .footer {
    font-weight: 500;
    color: white;
    display: block;
    margin-top: 20px;
}

/* Feed */

.post-user {
    background-color: #f0eef3;
    position: relative;
    padding-bottom: 7px;
    padding-top: 0px;
}

.post-user-no-padding-top {
    padding-top: 0;
}

.post-user > .container {
    background-color: white;
}

.post-user .top {
    padding: 15px 15px 0 12px;
}

.post-user .top .user-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-top: 3px;
    background-color: #e6eaeb;
    object-fit: cover;
}

.post-user .top .user-role {
    position: relative;
}

.post-user .top .user-role .badge {
    position: absolute;
    left: 21px;
    top: 23px;
    background-color: #676767;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    text-align: center;
    display: flex;
}

.post-user .top .user-role .admin {
    background-color: #ff9e9e;
}

.post-user .top .user-role .ambassador {
    background-color: #ff9800;
}

.post-user .top .user-role .biuteam {
    background-color: #676767;
}

.post-user .top .user-role .brand {
    background-color: #676767;
}

.post-user .top .user-role .badge .fa-check {
    color: white;
    font-size: 9px;
    margin-top: 3px;
    margin-left: 3px;
}

.post-user .top .user-role .badge .fa-star {
    color: white;
    font-size: 8px;
    margin-top: 3px;
    margin-left: 3px;
}

.post-user .top .user-role .badge .fa-crown {
    color: white;
    font-size: 7px;
    margin-top: 4px;
    margin-left: 3px;
}

.post-user .top .user-profile-sign-in {
    border: 2px solid white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: auto;
    margin-top: 0px;
    float: left;
    text-align: center;
    background: linear-gradient(111deg, #0c007f 0%, #7768ff 100%);
    box-shadow: 2px 2px 4px #00000038;
    object-fit: cover;
}

.post-user .top .user-profile-sign-in i {
    font-size: 18px;
    margin: auto;
    margin-top: 7px;
    color: white;
}

.post-user .top .post-btn-col {
    padding-left: 45px;
}

.post-user .top .post-btn {
    background-color: #f0eef3;
    color: #8d7399;
    padding: 12px 15px 11px 15px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

.post-user .top .post-btn-not-confirmed {

}

.post-user .top .post-btn i {
    color: #8d7399;
    float: left;
    margin: 1px 6px 0 0;
    font-size: 15px;
}

.post-user .bottom {
    padding: 0 5px;
    height: 45px;
    overflow: hidden;
}

.post-user .bottom .post-a {
    display: inline-block;
    font-size: 15px;
    padding: 15px 9px 14px 9px;
    color: #7B7B7B;
    font-weight: 500;
    border-radius: 10px;
}

.post-user .bottom .post-a i {

}

#post-user-review {

}

#post-user-review i {
    font-size: 15px;
    margin: 1px 6px 0 0;
    color: #E7A33E;
    float: left;
}

#post-user-question {

}

#post-user-question i {
    font-size: 15px;
    margin-right: 2px;
    color: #FF9F9F;
}

#post-user-photo {
    margin-bottom: -5px;
}

#post-user-photo i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #70B5F9;
    float: left;
}

#post-user-video {
    margin-bottom: -5px;
    display: none;
}

#post-user-video-brand {
    margin-bottom: -5px;
    display: inline-block;
}

#post-user-video i,
#post-user-video-brand i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #7FC05E;
    float: left;
}

#post-user-more {
    margin-bottom: -5px;
}

#post-user-more i {
    font-size: 21px;
    margin: -1px 8px 0 0;
    color: #6D5DF2;
    float: left;
}

#post-user-link {
    margin-bottom: -5px;
}

#post-user-link i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #6D5DF2;
    float: left;
}

#post-user-text {
    margin-bottom: -5px;
}

#post-user-text i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #ef5350;
    float: left;
}


.scroll-up-btn {
    top: 125px;
}

.content-cards {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    position: relative;
    padding: 15px 5px 15px 15px;
}

.content-cards .review-card, .content-cards .question-card {
    display: inline-block;
    width: 160px;
    background-color: #FCF2EE;
    padding: 15px;
    border-radius: 15px;
    margin-right: 10px;
    min-height: 199px;
    vertical-align: top;
}

.content-cards .question-card {
    min-height: 199px;
}

.content-cards .review-card .top-row, .content-cards .question-card .top-row {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.content-cards .review-card .top-row .star {
    float: left;
    padding: 0;
    z-index: 0;
    margin-right: 2px;
}

.content-cards .review-card .top-row .review-number {
    color: #FEC109;
    font-weight: 900;
    float: left;
    margin-top: -2px;
    font-size: 19px;
}


.content-cards .review-card .top-row .fa-camera, .content-cards .question-card .top-row .fa-camera {
    float: right;
    color: #C4B6B0;
    font-size: 18px;
    cursor: pointer;
}

.content-cards .review-card .top-row .fa-video, .content-cards .question-card .top-row .fa-video {
    float: right;
    color: #C4B6B0;
    font-size: 18px;
}

.content-cards .question-card .top-row .fa-comment {
    color: #FF9F9F;
    float: left;
    margin-right: 4px;
}

.content-cards .question-card .top-row .comment-count {
    float: left;
    color: #FF9F9F;
    font-weight: 900;
    margin-top: -1px;
}

.content-cards .review-card .user, .content-cards .question-card .user {
    margin-bottom: 7px;
}

.content-cards .review-card .user .user-name, .content-cards .question-card .user .user-name {
    font-size: 13px;
    display: block;
    font-weight: 900;
    color: #9B9694;
    margin-bottom: -3px;
}

.content-cards .review-card .user .skin-type-age, .content-cards .question-card .user .skin-type-age {
    color: #9B9694;
    font-size: 13px;
}

.content-cards .question-card .question-group {
    padding: 2px 0 10px 0;
}

.content-cards .question-card .question-group .bg {
    background-color: white;
    border: 1px solid #aba19e;
    padding: 1px 11px;
    border-radius: 15px;
    display: inline-block;
    margin-left: -3px;
}

.content-cards .question-card .question-group .bg .text {
    color: #868180;
    font-size: 13px;
    margin: 2px 0 2px 0;
    display: block;
    cursor: pointer;
}

.content-cards .review-card .title, .content-cards .question-card .title {
    font-size: 14px;
    font-weight: 900;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    margin-bottom: 7px;
    cursor: pointer;
}

.content-cards .review-card .body, .content-cards .question-card .body {
    font-size: 14px;
    color: #9B9694;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: initial;
    cursor: pointer;
}


.photos-grid, .info-photos-grid {
    padding-bottom: 10px;
    margin-top: -5px;
    padding: 0 15px;
    height: auto;
}

.photos-grid > .container, .info-photos-grid > .container {
    width: 100%;
    display: none;
}

.photos-grid > .active, .info-photos-grid > .active {
    display: table;
}

.photos-grid .photo, .info-photos-grid .photo {
    width: 25%;
    height: 112px;
    float: left;
    overflow: hidden;
    margin-bottom: 4px;
}

.photos-grid > .container .empty, .info-photos-grid > .container .empty {
    color: #989898;
    font-size: 14px;
}

.photos-grid .photo .container, .info-photos-grid .photo .container {
        
}

.photos-grid .photo:nth-child(4n+1) .container, .info-photos-grid .photo:nth-child(4n+1) .container {
    padding-right: 3px;
}

.photos-grid .photo:nth-child(4n+2) .container, 
.photos-grid .photo:nth-child(4n+3) .container,
.info-photos-grid .photo:nth-child(4n+2) .container, 
.info-photos-grid .photo:nth-child(4n+3) .container {
    padding: 0 3px;
}

.photos-grid .photo:nth-child(4n+4) .container, .info-photos-grid .photo:nth-child(4n+4) .container {
    padding-left: 3px;
}

.photos-grid .photo .container .bg, .info-photos-grid .photo .container .bg {
    background-color: #e6eaeb;
    height: 110px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.photos-grid .photo .container .bg img, .info-photos-grid .photo .container .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.photos-grid .photo .container .bg i, .info-photos-grid .photo .container .bg i {
    position: absolute;
    font-size: 36px;
    color: #ffffffc4;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.info-title {
    font-size: 16px;
    font-weight: 900;
    display: block;
    color: #887e8d;
    margin-bottom: 4px;
}

.articles {
    padding: 15px;
}

.articles .article-heros {
    
}

.articles .article-hero {
    margin-bottom: 20px;
}

.articles .article-hero a {
    
}

.articles .article-hero a .bg {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 550px;
}

.articles .article-hero a .bg .info {
    padding: 20px;
    text-align: left;
}

.articles .article-hero a .bg .info .title {
    color: #432985;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles .article-hero a .bg .info .subtitle {
    color: #432985;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles .article-hero a .bg .info .btn-md {
    border: 1px solid #432985;
    color: #432985;
}

.articles .article-rows {
    
}

.articles .article-row {
    height: initial;
    margin-bottom: 15px;
}

.articles .article-row-hidden {
    display: none;
} 

.articles .article-row a {
    display: flex;
}

.articles .article-row a .left-col {
    width: 140px;
}

.articles .article-row a .left-col img {
    width: 140px;
    height: 120px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.articles .article-row a .right-col {
    background-color: white;
    padding: 12px 15px 15px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 93px;
}

.articles .article-row a .right-col .title {
    color: #432985;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles .content-wrapper {
    padding: 0;
    margin-bottom: 15px;
}

.articles .content-wrapper .wide-btn {
    margin-top: 15px;
    color: #432985;
    border: 1px solid #432985;
}


@media (min-width: 320px) {

    .wide-banner img {
        
    }

}

@media (min-width: 360px) {

    .wide-banner img {
        
    }

}

@media (min-width: 375px) {

    .post-user .top { height: 45px; }

    .post-user .top .user-profile {
        margin-top: 0px;
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    #post-user-review { margin-right: 3px; }
    #post-user-question { margin-right: 3px; }
    #post-user-photo { margin-right: 3px; }

    .post-user .top .user-profile { margin-top: 4px; }

    .wide-banner img {
        
    }

}

@media (min-width: 412px) {

    .post-user .top .user-profile-sign-in {
        width: 36px;
        height: 36px;
        margin-top: 4px;
    }

    .post-user .top .user-profile-sign-in i {
        font-size: 20px;
        margin-top: 9px;
    }

    .post-user .top .post-btn:hover {
        background-color: #f3f6f7;
    }

    .post-user .top .post-btn-col {
        padding-left: 50px;
    }

    .post-user .top .post-btn { font-size: 15px; padding: 14px 15px 12px 15px; }
    .post-user .bottom .post-a { font-size: 15px; }
    #post-user-review { margin-right: 12px; margin-left: 5px; }
    #post-user-question { margin-right: 12px; }
    #post-user-photo { margin-right: 12px; }

    .wide-banner img {
        
    }

}

@media (min-width: 680px) {

    .root .ribbon-sign-in {
        height: 100px;
    }

    .post-user {
        padding-top: 0;
        /*padding-bottom: 1px;*/
    }

    .post-user .top {
        padding: 15px 15px 5px 12px;
    }

    .post-user .top .user-profile-sign-in {
        width: 36px;
        height: 36px;
        margin-top: 4px;
    }

    .post-user .top .user-profile-sign-in i {
        font-size: 20px;
        margin-top: 9px;
    }

    .post-user .top .user-role .badge {
        left: 26px;
        top: 28px;
    }

    .post-user .top .post-btn {
        font-size: 16px;
        padding: 14px 15px 13px 15px;
        color: #7d7d7d;
    }

    .post-user .top a:hover .post-btn {
        background-color: #E4E6E9;
    }

    .post-user .top .post-btn i {
        color: #7d7d7d;
        float: left;
        margin: 1px 6px 0 0;
        font-size: 17px;
    }

    .post-user .bottom {
        height: 50px;
        padding-top: 4px;
    }

    .post-user .bottom .post-a {
        font-size: 16px;
        cursor: pointer;
        padding: 12px 15px;
    }

    .post-user .bottom .post-a:hover {
        background-color: white;
        color: #ff9f9f;
    }

    #post-user-review {
        margin-right: 3px;
        margin-left: 5px;
    }

    #post-user-question {
        margin-right: 7px;
    }

    #post-user-photo {
        margin-right: 3px;
        display: none;
    }

    #post-user-more {
        margin-right: 0;
    }

    #post-user-review i {
        font-size: 18px;
        margin-right: 8px;
    }

    #post-user-question i {
        font-size: 16px;
        margin-right: 4px;
    }

    #post-user-photo i {
        font-size: 21px;
        margin-right: 8px;
    }

    #post-user-video i {
        font-size: 19px;
        margin-right: 6px;
    }

    #post-user-more i {
        font-size: 22px;
        margin-right: 6px;
    }

    .post-user > .container {
        background-color: #f8f7f8;
    }

    .post-user .top .post-btn {
        background-color: white;
        border: 1px solid #e5e5e5;
    }

    .select-community-to-post > .container {
        width: 600px;
        margin: auto;
    }

    .select-community-to-post .container .relative .bg .header {
        width: 600px;
        padding: 25px 0 0 0;
    }

    .p-list-sm, .b-list {
        padding: 20px 0 0 0;
    }

    .select-community-to-post .p-list-sm .title {
        margin-bottom: 10px;
        display: block;
    }

    .community-row .icons {
        top: 2px;
    }

    .home-mod-panel {
        margin-bottom: 0;
    }

    .scroll-up-btn {
        top: 170px;
    }

    .wide-banner img {
        
    }

}

@media (min-width: 725px) {

    .wide-banner img {
        
    }

}

@media (min-width: 768px) {

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
        display: inline-block;
    }

    .wide-banner img {
        
    }
}

@media (min-width: 780px) {

    .post-user .bottom .post-a {
        padding: 12px 14px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }

    .articles .article-heros {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .articles .article-heros .container .article-hero:nth-child(2n+1) a {
        padding-right: 8px;
    }

    .articles .article-heros .container .article-hero:nth-child(2n+2) a {
        padding-left: 8px;
    }

    .articles .article-heros .container {
        width: 100%;
        display: flex;
    }

    .articles .article-heros .container .article-hero {
        width: 50%;
        display: flex;
        margin-bottom: 0;
    }

    .articles .article-hero .container a .bg {
        height: 500px;
    }

    .articles .article-hero a .bg .info .title  {
        font-size: 22px;
        line-height: 24px;
        -webkit-line-clamp: 4;
    }

    .articles .article-hero a .bg .info .subtitle {
        -webkit-line-clamp: 3;
    }

    .articles .article-rows {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .articles .article-row {
        height: initial;
        margin-bottom: 15px;
        width: 33%;
    }

    .articles .article-row-hidden {
        display: block;
    } 

    .articles .article-row:nth-child(3n+1) {
        padding-right: 7px;
    }

    .articles .article-row:nth-child(3n+2) {
        padding-left: 7px;
        padding-right: 7px;
    }

    .articles .article-row:nth-child(3n+3) {
        padding-left: 7px;
    }

    .articles .article-row a {
        display: flex;
        flex-direction: column;
    }

    .articles .article-row a .left-col {
        width: initial;
        margin-right: 0;
    }

    .articles .article-row a .left-col img {
        width: 100%;
        height: 130px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: -4px;
    }

    .articles .article-row a .right-col {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .articles .article-row a .right-col .title {
        -webkit-line-clamp: 5;
        font-size: 15px;
    }

    .wide-banner img {
        
    }

}

@media (min-width: 832px) {

    .post-user .bottom .post-a {
        padding: 12px 9px;
    }

    .post-user .brand-bottom .post-a {
        padding: 12px 22px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }

    #post-user-video {
        margin-right: 0px;
        display: inline-block;
    }

    #post-user-more {
        margin-right: 0;
    }

}

@media (min-width: 960px) {

    .root .ribbon-sign-in {
        height: 80px;
    }

    .post-user .bottom .post-a {
        padding: 12px 15px;
    }

    .post-user .brand-bottom .post-a {
        padding: 12px 30px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 5px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }

    #post-user-video {
        margin-right: 0px;
        display: inline-block;
    }

    #post-user-more {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1100px) {

}

@media (min-width: 1140px) {

}
