﻿/*grid*/
.w-1 {
    grid-column: span 1;
}

.w-2 {
    grid-column: span 2;
}

.w-3 {
    grid-column: span 3;
}

.w-4 {
    grid-column: span 4;
}

.w-5 {
    grid-column: span 5;
}

.w-6 {
    grid-column: span 6;
}

.h-1 {
    grid-row: span 1;
}

.h-2 {
    grid-row: span 2;
}

.h-3 {
    grid-row: span 3;
}

.h-4 {
    grid-row: span 4;
}

.h-5 {
    grid-row: span 5;
}

.h-6 {
    grid-row: span 6;
}

/*grid*/
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@media (max-width: 768px) {
    .home-header-slide img {
        height: 150px !important;
    }

    .home-header .single-post-show-more {
        position: absolute;
        top: 0;
    }

    .single-post-info {
        position: relative;
    }

    .single-stories-show-more {
        position: absolute;
        top: 0;
    }

    .single-stories-info {
        position: relative;
    }

    .home-header-right {
        justify-content: space-around !important;
    }

    .f-chat {
        position: fixed !important;
        bottom: 15px !important;
        right: 15px !important;
        z-index: 100;
        width: 60px !important;
        height: 60px !important;
    }

        .f-chat img {
            height: 30px !important;
        }

    .home-header-search {
        height: 130px !important;
    }

    .home-h-banner img {
        width: 100%;
        height: 150px !important;
    }

    .h-search-category {
        width: 25% !important;
    }

    .h-search-text {
        width: 63% !important;
    }

    .h-search-category-form .ul-option-result {
        width: 47px !important;
    }

    .header-noti {
        margin-right: 5px !important;
    }

    .header-cart {
        margin-right: 5px !important;
    }

    .header-qrcode {
        margin-right: 5px !important;
    }

    .text-60 {
        font-size: 36px !important;
    }

    .posted-item-image img {
        height: 300px !important;
    }

    .navi-responsive-menu.responsive {
        display: none !important;
    }

    .create-post_attach {
        padding: 10px 0 !important;
    }

    .item-service-posted .create-post_attach button {
        margin-right: 0 !important;
    }

    .history-tab .tab-toggle[tab-tab=historyOrderType] {
        padding: 5px 25px !important;
    }

    .dropdown-menu-noti {
        width: 300px !important;
    }

    .photo-fullscreen .slide-photo {
        width: 100% !important;
    }

    .photo-fullscreen .info-photo {
        width: 0 !important;
    }

    .photo-fullscreen .photo-full-prev, .photo-fullscreen .photo-full-next {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .photo-fullscreen .button-slide-change {
        width: 35px !important;
        height: 35px !important;
    }

    .photo-fullscreen .close-photofull {
        width: 45px !important;
        height: 45px !important;
    }

    .gallary-search-photo {
        grid-template-columns: repeat(1,1fr) !important;
        display: block !important;
    }

    .message-sidebar {
        width: 100% !important;
        display: none;
    }
}

@media (max-width: 960px) and (min-width: 768px) {
    .home-header-left {
        display: none !important;
    }

    .home-header-slide img, .home-header-banner img {
        height: 250px !important;
    }

    .posted-item-image img {
        height: 300px !important;
    }
}

@media (max-width: 1450px) and (min-width: 960px) {
    .home-header-slide img {
        height: 350px !important;
    }

    .home-header-banner img {
        height: 350px !important;
    }

    #dropdownFriend, #dropdownHelp, #dropdownService {
        left: auto !important;
    }
}

/*font-face style*/

@font-face {
    font-family: inter-bold;
    src: url(../webfonts/Inter-Bold.ttf);
}

@font-face {
    font-family: inter-medium;
    src: url(../webfonts/Inter-Medium.ttf);
}

@font-face {
    font-family: inter-regular;
    src: url(../webfonts/Inter-Regular.ttf);
}

@font-face {
    font-family: inter-semibold;
    src: url(../webfonts/Inter-SemiBold.ttf);
}

body {
    font-family: inter-regular;
}

.inter-bold {
    font-family: inter-bold;
}

.inter-medium {
    font-family: inter-medium;
}

.inter-regular {
    font-family: inter-regular;
}

.inter-semibold {
    font-family: inter-semibold;
}

/*font-size*/
.text-8 {
    font-size: 8px;
}

.text-9 {
    font-size: 9px;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-30 {
    font-size: 30px;
}

.text-60 {
    font-size: 60px;
}

.text-72 {
    font-size: 72px;
}

.size-32 {
    width: 32px;
    height: 32px;
}

p {
    margin-bottom: 0;
}

/*color*/

.color-ffffff {
    color: #ffffff;
}

.color-3c4551 {
    color: #3c4551;
}

.color-edc682 {
    color: #edc682 !important;
}

.color-f3ae36 {
    color: #f3ae36;
}

.color-86939e {
    color: #86939e;
}

.color-b00000 {
    color: #b00000;
}

.color-838d8f {
    color: #838d8f;
}

.color-3bbd8b {
    color: #3bbd8b;
}

.color-777777 {
    color: #777777;
}

.color-bdc6cf {
    color: #bdc6cf;
}

.color-5e6977 {
    color: #5e6977;
}

.color-c6d1db {
    color: #c6d1db;
}

.color-7dc855 {
    color: #7dc855;
}

.color-0973cc {
    color: #0973cc;
}

.color-e64b3d {
    color: #e64b3d;
}

.color-e6b75a {
    color: #e6b75a;
}

.color-21c272 {
    color: #21c272;
}

.color-d7ad64 {
    color: #d7ad64;
}

.color-ff464b {
    color: #ff464b;
}
/*background*/
.bg-ffffff {
    background-color: #ffffff;
}

.bg-b00000 {
    background-color: #b00000;
}

.bg-f6f8fa {
    background-color: #f6f8fa;
}

.bg-f7e5e5 {
    background-color: #f7e5e5;
}

.bg-e1e8ee {
    background-color: #e1e8ee;
}

.bg-fcf1de {
    background-color: #fcf1de;
}

.bg-7dc855 {
    background-color: #7dc855;
}

.bg-f3ae36 {
    background-color: #f3ae36;
}

.bg-e6ad4a {
    background-color: #e6ad4a;
}

.bg-4882ff {
    background-color: #4882ff;
}

.bg-e5f4dd {
    background-color: #e5f4dd;
}

.bg-f5f7f8 {
    background-color: #f5f7f8;
}

.bg-ffeced {
    background-color: #ffeced;
}

.bg-e64b3d {
    background-color: #e64b3d;
}

.bg-505863 {
    background-color: #505863;
}

.bg-e9eef2 {
    background-color: #e9eef2;
}

.bg-edc682 {
    background-color: #edc682;
}

.bg-fcf4e6 {
    background-color: #fcf4e6;
}

.bg-f9fbfc {
    background-color: #f9fbfc;
}

.bg-fbf7ef {
    background-color: #fbf7ef;
}

.bg-404142 {
    background-color: #404142;
}

.bg-fbf4e6 {
    background-color: #fbf4e6 !important;
}

.bg-f0f4f7 {
    background-color: #f0f4f7;
}

.bg-ff464b {
    background-color: #ff464b;
}

.bg-3c4551 {
    background-color: #3c4551;
}

.bg-e8f9f1 {
    background-color: #e8f9f1;
}
/*form*/
.tab-input {
    padding: 10px 18px;
    border-style: solid;
    border-color: #e1e8ee;
    font-size: 14px;
}

/*border*/
.border-top {
    border-top: 1px solid #e1e8ee;
}

.border-bottom {
    border-bottom: 1px solid #e1e8ee;
}

.border-full {
    border: 2px solid #e1e8ee;
}

/*font style*/
a {
    position: relative;
    color: unset;
}

    a:hover {
        color: #edc682;
    }

    a.active {
        color: #edc682;
    }

hr {
    border-top: 1px solid #eff0f1;
}

/*image*/
.img-70 {
    width: 70px;
    height: 70px;
}

.img-50 {
    width: 50px;
    height: 50px;
}

input[type="checkbox"] {
    filter: hue-rotate(270deg);
}

input:focus {
    outline: none !important;
    border-color: #f0f4f7 !important;
}

textarea:focus {
    outline: none !important;
    border-color: #f0f4f7;
}

select:focus {
    outline: none !important;
    border-color: #f0f4f7;
}

.home-header-menu a.active {
    font-weight: bold;
    color: #edc682;
}

.home-header-menu .navbar {
    padding-left: 0;
}

.home-header-content .row {
    width: 100%;
}

.home-header-menu i {
    color: #86939e;
}

.home-header-menu a:after,
.tab-menu a:after,
.community-content a:after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 60%;
    position: absolute;
    background: #edc682;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.community-content .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    border-color: #edc682;
    border-width: 0px 0px 4px 0px;
    border-style: solid;
}

.community-content .nav-link {
    padding: 5px 50px 15px 0;
    border: none;
}

a:hover:after {
    width: 100%;
    left: 0;
}

.home-main .nav-item a.active:after {
    width: 100%;
    left: 0;
}

.home-header-content {
    background: #3c4551;
}

.home-header-left {
    color: #edc682;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    margin-right: 37px;
}

.home-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-header-menu {
    display: flex;
}

.header-user {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .header-user i {
        color: #86939e;
    }

.user-icon {
    font-size: 24px;
    margin-right: 13px;
}

.home-header-right button {
    border: none;
    background: none;
}

.user-name {
    color: #ffffff;
    white-space: nowrap;
    width: 65px;
    overflow: hidden;
    text-overflow: clip;
}

.user-count-token {
    font-size: 9px;
    color: #edc682;
}

    .user-count-token i {
        font-size: 10px;
        color: #edc682;
    }

.user-token {
    color: #ffffff;
}

.link-register {
    margin-right: 15px;
}

.home-header-menu a {
    color: #ffffff;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

.ecommerce {
    margin: 16px 0;
}

.main-title {
    font-size: 30px;
    font-weight: bold;
    color: #3c4551;
    margin: 25px 0;
}

.ecommerce-content {
    background: #eff3f7;
    padding: 10px 10px;
    position: relative;
}

.js-ecommerce-list {
    background: #fff;
    border-radius: 10px;
    display: flex !important;
}

.item-ecommerce svg {
    margin-bottom: 15px;
}

.item-ecommerce {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .item-ecommerce span {
        text-align: center;
    }

.top-sellers-title,
.most-product-title,
.latest-product-title,
.latest-stories-title,
.newest-member-title {
    justify-content: space-between;
    display: flex;
}

    .top-sellers-title button,
    .exchange-view-more button,
    .community-title button,
    .most-product-title button,
    .latest-product-title button,
    .latest-stories-title button,
    .newest-member-title button {
        color: #e6b75a;
    }

.js-sellers-list .item {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
    background: #fff;
    background: #fff;
    border: solid #e1e8ee 1px;
}

    .js-sellers-list .item .seller-delete,
    .js-sellers-list .item .member-delete {
        position: absolute;
        top: 1%;
        right: 5%;
        color: #838d8f;
    }

.seller-title,
.member-title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.seller-content {
    color: #838d8f;
    text-align: center;
}

.seller-info i,
.member-info i {
    color: #edc682;
}

.seller-follow,
.member-follow {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.seller-unfollow button,
.member-unfollow button {
    width: 80%;
    color: #fff;
    background: #b00000;
    height: 47px;
}

.seller-followed button,
.member-followed button {
    width: auto;
    color: #86939e;
    background: #f0f4f7;
    height: 47px;
}

.seller-info,
.member-info {
    justify-content: space-around;
    display: flex;
    width: 100%;
    margin: 10px 0;
}

.seller-follow i,
.member-follow i {
    color: #c54343;
}

.seller-avatar {
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 50%;
}

    .seller-avatar img {
        width: 100px !important;
        height: 100px !important;
        border: 5px solid white;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 0 15px #bababa;
        margin: 0 auto;
    }

.list-previous,
.ecommerce-content-previous,
.stories-list-previous,
.most-member-list-previous,
.newest-member-list-previous {
    position: absolute;
    left: -30px;
    top: 40%;
    border: none;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .list-previous i,
    .ecommerce-content-previous i,
    .stories-list-previous i,
    .most-member-list-previous i,
    .newest-member-list-previous i {
        color: #fff;
        background: #838d8f;
        border-radius: 50%;
        box-shadow: 1px 1px 5px 1px #838d8f;
    }

.list-next,
.ecommerce-content-next,
.stories-list-next,
.most-member-list-next,
.newest-member-list-next {
    position: absolute;
    right: -30px;
    top: 40%;
    border: none;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-sellers-content,
.most-members-content,
.newest-member-content,
.latest-stories-content {
    position: relative;
}

.owl-nav {
    display: block !important;
}

.js-ecommerce-list .owl-item {
    border-right: 1px solid #f0f4f7;
    height: 100%;
    padding: 20px 10px;
}

.js-ecommerce-list .owl-stage {
    height: 100%;
}

.header-noti {
    position: relative;
    margin-right: 27px;
    font-size: 18px;
    color: #fff;
    height: 100%;
}

.header-cart {
    margin-right: 27px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.header-qrcode img {
    width: 18px;
}

.header-qrcode {
    margin-right: 27px;
}

.count-noti,
.count-cart {
    position: absolute;
    top: 12%;
    right: -2px;
    background: #edc682;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    text-align: center;
    font-size: 9px;
    color: #3c4551;
    font-weight: bold;
}

.type-coin {
    color: #838d8f;
}

.rate-coin-up {
    color: #3bbd8b;
    font-size: 14px;
    font-weight: 500;
}

.coin-now-up {
    color: #3bbd8b;
    font-size: 24px;
    font-weight: 500;
}

.rate-coin-down {
    color: #d94e3c;
    font-size: 14px;
    font-weight: 500;
}

.coin-now-down {
    color: #d94e3c;
    font-size: 24px;
    font-weight: 500;
}

.home-h-banner img {
    height: 270px;
    width: 100%;
}

.home-header-slide img {
    height: 570px;
}

.tab-content thead {
    background: #f5f7f8;
}

.exchange-title {
    justify-content: space-between;
    display: flex;
    margin: 20px 0 !important;
}

    .exchange-title button {
        padding: 15px 20px;
        color: #838d8f;
        border: 1px solid #e1e8ee;
    }

.exchange-content a {
    color: #838d8f;
    font-weight: bold;
}

.table-exchange thead {
    color: #838d8f;
}

.table-exchange tbody {
    color: #3c4551;
}

.table-exchange {
    border-bottom: 1px solid #dfe1e4;
}

.table-change-down {
    color: #d94e3c;
    font-weight: bold;
}

.table-change-up {
    color: #3bbd8b;
    font-weight: bold;
}

.banner-ads-2 {
    margin-top: 40px;
    background-image: url('../images/base_bg_menu.png');
    background-size: 100% 330px;
    background-repeat: no-repeat;
    padding-top: 72px;
    padding-bottom: 55px;
}

.community-title {
    justify-content: space-between;
    display: flex;
    padding-top: 28px;
    margin: 16px 0 !important;
}

.community {
    background: #f5f7f8;
    display: flex;
}

    .community .tab-content {
        margin: 30px 0;
    }

.single-stories {
    padding: 20px 26px;
    background: #fff;
    border: solid #e1e8ee 1px;
}

.single-stories-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-stories-avatar {
    padding: 0;
}

    .single-stories-avatar img {
        width: 64px !important;
        height: 64px !important;
        border: 5px solid white;
        border-radius: 50%;
        object-fit: cover;
        /*box-shadow: 0 0 15px #bababa;*/
    }

.single-stories-status-content {
    align-items: center;
    color: #777777;
}

    .single-stories-status-content i {
        font-size: 12px;
        color: #edc682;
    }

    .single-stories-status-content span {
        margin-right: 10px;
    }

.single-stories-show-more {
    justify-content: flex-end;
    display: flex;
    color: #bdc6cf;
}

.single-stories-content img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.single-stories-action {
    margin: 10px 0 10px 0;
    color: #777777;
}

    .single-stories-action span {
        margin-right: 30px;
    }

.single-stories-show-more button {
    background: none;
    border: none;
}

.single-stories-content {
    color: #777777;
    margin: 10px 0 0 0;
}

.single-post {
    padding: 20px 20px;
    background: #fff;
    border: solid #e1e8ee 1px;
    margin: 30px 0;
}

.single-post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post-avatar {
    border-radius: 50%;
}

    .single-post-avatar img {
        border-radius: 50%;
    }

.single-post-status-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #777777;
}

    .single-post-status-content i {
        font-size: 3px;
    }

.single-post-show-more {
    justify-content: flex-end;
    display: flex;
    color: #bdc6cf;
}

.single-post-content img {
    width: 100%;
}

.single-post-action {
    margin: 20px 0;
    color: #777777;
}

    .single-post-action span {
        margin-right: 10px;
    }

.single-post-show-more button {
    background: none;
    border: none;
}

.single-post-content {
    color: #777777;
    margin: 25px 0;
}

.community-content a {
    color: #777777;
}

.footer-share {
    padding: 50px 0;
}

.f-share-mail {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.f-share-social {
    display: flex;
    align-items: center;
    background-color: white;
    border: none;
}

.f-share-social-icon {
    margin-right: 20px;
    font-size: 48px;
    color: #edc682;
    background: #b00000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 5px 1px #dc1515;
    cursor: pointer;
}

    .f-share-social-icon i {
        font-size: 25px;
    }

.f-share-social-content {
    font-size: 20px;
    font-weight: bold;
    color: #3c4551;
}

.footer-info {
    background-image: url(../images/base_bg.png);
    color: #fff;
    background-size: 100% 100%;
    padding: 50px 0;
}

.f-title {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

.f-download-content {
}

.f-button-download {
    display: flex;
    background: #505863;
    border-radius: 5px;
    padding: 10px 20px;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
}

    .f-button-download i {
        font-size: 20px;
        margin-right: 15px;
    }

    .f-button-download p {
        margin-bottom: 0 !important;
    }

.f-download-ac {
    color: #838d8f;
    font-size: 12px;
}

.f-download-tm {
}

.f-download-content .col-md-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.f-community-content button {
    font-size: 20px;
    color: #838d8f;
    background: none;
    border: none;
}

.f-link {
    display: block;
    color: #838d8f;
}

    .f-link:hover {
        color: #fff;
        text-decoration: none;
    }

.footer-info .container {
    position: relative;
}

.f-chat {
    position: fixed;
    right: 5%;
    bottom: 5%;
    font-size: 18px;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background-color: #fff;
}

    .f-chat img {
        height: 40px;
    }

.community-content .nav-tabs .nav-link.active {
    color: #b00000;
    background-color: #f5f7f8;
}

.community-content ul {
    font-weight: bold;
}

.exchange-content .nav-tabs .nav-link.active {
    color: #b00000;
}

    .exchange-content .nav-tabs .nav-link.active:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 60%;
        border-color: #edc682;
        border-width: 0px 0px 4px 0px;
        border-style: solid;
    }

.exchange-content .nav-link {
    padding: 5px 50px 15px 0;
    border: none;
}

.exchange-content .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.menuRes {
    position: absolute;
    z-index: 100;
    top: 45px;
    width: 200px;
    padding-left: 13px;
    color: #fff;
    background: rgba(60, 69, 81, 0.9);
}

.home-header-search {
    background: #f8f9fa;
    height: 83px;
    align-items: center;
    display: flex;
}

.h-search-form {
    display: flex;
    align-items: center;
}

.h-search-category {
    width: 10%;
    position: relative;
}

    .h-search-category i {
        position: absolute;
        right: 2%;
        top: 25%;
    }

.h-search-category-form {
    -webkit-appearance: none;
    width: 100%;
    height: 47px;
    border-left: 3px solid #e1e8ee;
    border-top: 3px solid #e1e8ee;
    border-bottom: 3px solid #e1e8ee;
    border-right: none;
    background: #f0f4f7;
    color: #86939e;
    padding: 8px 18px;
    border-radius: 5px 0 0 5px;
    white-space: nowrap;
    cursor: pointer;
}

    .h-search-category-form option {
    }

.h-search-text {
    width: 76%;
    position: relative;
}

    .h-search-text input {
        width: 100%;
        height: 47px;
        border-top: 3px solid #e1e8ee;
        border-bottom: 3px solid #e1e8ee;
        border-left: none;
        border-right: none;
        padding: 12px 18px;
    }

.h-search-submit {
    width: 12%;
}

.submit-search {
    width: 100%;
    height: 47px;
    border: none;
    background: #b00000;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.icon-map-marker {
    background: #f0f4f7;
    padding: 4px 10px;
    border-radius: 50%;
    color: #86939e;
}

.h-location-text-1 {
    color: #5e6977;
}

.h-location-text-2 {
    color: #edc682;
    text-align: left;
}

.h-location {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.home-header-banner {
    align-items: center;
}

.home-h-banner {
    margin-top: 25px;
}

    .home-h-banner img {
        height: 270px;
    }

.tab-local-item {
    display: flex;
    align-items: center;
    border: 2px solid #e1e8ee;
    margin: 17px 0;
    padding: 12px 28px 12px 11px;
}

.tab-local-item-content-title {
    color: #3c3d41;
    font-size: 18px;
    font-weight: bold;
}

.tab-local-item-content-address {
    color: #838d8f;
    font-size: 14px;
}

.tab-local-item-content-info > span {
    font-size: 14px;
    margin-right: 12px;
}

.tab-local-item-content-info i {
    color: #edc682;
}

.tab-local-item-sale {
    color: #b00000;
}

.tab-menu {
    margin-top: 30px;
    padding: 25px 0;
}

.tab-content {
    margin-bottom: 30px;
}

.tab-menu .nav-tabs .nav-link.active {
    color: #b00000;
    background-color: revert;
    border: none;
    font-weight: bold;
}

.tab-menu .nav-tabs .nav-link {
    color: #838d8f;
    font-family: inter-semibold;
    padding-bottom: 15px;
}

.tab-local-item-content {
    justify-content: space-between;
    width: 101%;
}

.tab-menu-filter {
    position: absolute;
    right: 0;
}

.tab-menu-list {
    position: relative;
}

#tablLocal {
    background: #fff;
    padding: 10px 16px;
}

.tab-content-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6b75a;
    font-size: 10px;
}

    .tab-content-loading img {
        width: 50px;
    }

.item-product {
    margin-bottom: 25px;
}

.item-product-avatar img {
    width: 100%;
}

.item-product-price {
    font-size: 14px;
    font-weight: bold;
    color: #b00000;
    margin: 10px 0;
}

.item-product-category {
    color: #838d8f;
    font-size: 12px;
}

.tab-menu-filter .dropdown-toggle {
    background: #fff;
    color: #838d8f;
    border: 2px solid #e1e8ee;
}

.most-members-content .item,
.newest-member-content .item {
    border: solid #e1e8ee 2px;
    padding: 18px 22px 26px 22px;
}

.member-delete svg,
.seller-delete svg {
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer
}

.member-delete,
.seller-delete {
    position: relative;
}

.most-product,
.latest-product,
.most-members,
.newest-members {
    margin: 0;
}

.form-register-choose-user {
    display: inline-block;
    max-width: 370px;
    background: #fff;
    padding: 34px 51px;
}

.value-form {
    display: flex;
    justify-content: space-between;
    padding: 14px 17px;
    margin: 15px 0;
    box-shadow: 0 0 7px 0px #e9e8e8;
}

.submit-form a {
    background: #b00000;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 36px;
}

.submit-form button {
    background: #b00000;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-register-choose-user label {
    width: 100%;
}

.form-register-choose-user input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #7dc855;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

    .form-register-choose-user input:checked {
        border: 5px solid #7dc855;
    }

.form-register-choose-user .highlight-form svg path.fa-primary {
    fill: #edc682;
}

.form-register-choose-user .highlight-form svg path.fa-secondary {
    fill: #b00000;
}

/*.form-register-choose-user button,*/
.form-register-choose-user legend {
    color: white;
    background-color: #7dc855;
    padding: 5px 10px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
}

/*.form-register-choose-user button:hover,*/
/*.form-register-choose-user button:focus {*/
/*    color: #7dc855;*/
/*}*/

/*.form-register-choose-user button:active {*/
/*    background-color: white;*/
/*    color: #7dc855;*/
/*    outline: 1px solid #7dc855;*/
/*}*/

.form-register-choose-user .highlight-form {
    border: #7dc855 solid 2px;
    border-radius: 5px;
    color: #3c4551;
}

.home-header-right .dropdown-menu-account {
    width: 300px;
    border-radius: 0;
    padding: 0;
}

.home-header-right .dropdown-menu-cart {
    width: 380px;
    border-radius: 0;
    padding: 0;
    left: -300px;
}

.home-header-right .dropdown {
    height: 100%;
    display: flex;
}

.home-header-right .dropdown-menu {
    border-top: none;
    border-radius: unset;
}

.menu-account-info {
    display: flex;
    justify-content: space-between;
    padding: 10px 23px 0 23px;
}

.menu-account-email {
    font-size: 18px;
    font-weight: bold;
    color: #3c4551;
}

.menu-account-id {
    color: #777777;
    font-size: 12px;
}

.menu-account-showmail {
    color: #838d8f;
    font-size: 12px;
    padding-top: 7px;
}

.menu-account-option {
    color: #838d8f;
    font-size: 14px;
}

    .menu-account-option img {
        width: 14px;
    }

.menu-acc-option-name {
    margin-left: 17px;
}

.menu-account-item {
    padding: 5px 23px;
    display: block;
    color: #838d8f;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
}

    .menu-account-item i {
        font-size: 14px;
    }

    .menu-account-item:hover {
        background: #fdf9f2;
    }

        .menu-account-item:hover span {
            color: #000000;
            text-decoration: none;
        }

        .menu-account-item:hover i {
            color: #edc682;
            text-decoration: none;
        }

        .menu-account-item:hover path {
            fill: #edc682;
        }

.menu-account-logout {
    background: #f6f8fa;
    padding: 18px 23px;
}

    .menu-account-logout a {
        color: #5e6977;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .menu-account-logout div {
        margin-left: 14px;
    }

.menu-account-showmail i {
    cursor: pointer;
}

.email-show {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.dd-menu-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 5px 25px;
}

.menu-cart-item-added .row {
    padding: 0 10px 0 25px;
}

.menu-cart-item-added img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.delete-cart-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    cursor: pointer;
}

.cart-item-location {
    color: #838d8f;
    font-size: 12px;
}

    .cart-item-location span {
        margin-left: 5px;
    }

.cart-item-price {
    font-size: 12px
}

.count-cart-child-item {
    color: #5e6977;
    margin-right: 3px;
}

.price-cart-child-item {
    color: #b00000;
    margin-left: 3px;
}

.delete-cart-item i {
    color: #bdc6cf;
    font-size: 30px;
}

.menu-cart-checkout {
    padding: 0 25px 25px 25px;
}

.subtotal-cart {
    display: flex;
    justify-content: space-between;
}

    .subtotal-cart p {
        font-size: 12px;
        color: #3c4551;
        font-weight: bold;
    }

    .subtotal-cart span {
        color: #b00000;
        font-size: 18px;
        font-weight: bold;
    }

.menu-cart-checkout a {
    width: 100%;
    background: #b00000;
    color: #ffffff;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-dropdown {
    position: absolute;
    bottom: -9px;
    left: 41%;
    color: #fff !important;
    font-size: 15px;
    text-align: center;
}

.dropdown-menu.dropdown-menu-cart.show {
    position: absolute;
    /*transform: translate3d(-138px, 53px, 0px);*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*will-change: transform;*/
}

.dropdown-menu-cart-empty {
    text-align: center;
    padding: 40px 40px !important;
}

.cart-empty-content {
    color: #3c4551;
    margin: 25px 0;
}

.cart-empty-title {
    font-size: 18px;
    font-weight: bold;
}

.dropdown-menu-cart-empty a {
    background: #edc682;
    color: #fff;
    width: 60%;
}

.shopping-bag {
    background: #f5f7f8;
    padding: 40px 0;
}

.shopping-bag-container {
    margin: 0 auto;
    background: #fff;
    color: #3c4551;
}

.shopping-bag-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 18px 10px 18px;
}

.shopping-bag-header-title {
    color: #3c4551;
    font-size: 24px;
    font-weight: bold;
}

.shopping-bag-header-count-item {
    font-size: 18px;
}

    .shopping-bag-header-count-item span {
        margin-right: 5px;
    }

.shopping-bag-item .row {
    padding: 0 18px;
}

.shopping-bag-item-avatar img {
    height: 95%;
    width: 100%;
}

.shopping-bag-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopping-bag-item-title a {
    font-size: 16px;
    font-family: inter-semibold;
    color: #3c3d41;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shopping-bag-item-location {
    font-size: 12px;
    color: #838d8f;
}

.shopping-bag-item-contact a {
    color: #edc682;
    font-size: 16px;
}

.shopping-bag-item-contact i {
    margin-left: 3px;
    font-size: 12px;
}

.shopping-bag-item-number {
    align-items: center;
    display: flex;
}

.item-number-count {
    margin: 0 10px;
}

.item-number-button {
    background: #e1e8ee;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 10px;
    color: #86939e;
    cursor: pointer;
}

.shopping-bag-item-price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b00000;
    font-weight: bold;
}

.shopping-bag-item-delete {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 30px;
    color: #bdc6cf;
}

    .shopping-bag-item-delete svg {
        cursor: pointer;
    }

.shopping-bag-footer {
    padding: 34px 18px 50px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-price-sub {
    font-size: 14px;
    font-weight: bold;
}

.shopping-bag-result-total-price {
    font-size: 24px;
    color: #b00000;
    font-weight: bold;
    margin-left: 10px;
}

.shopping-bag-continue {
    background: #f4f6f7;
    padding: 15px 45px;
    color: #a3adb6;
    font-weight: bold;
    margin-right: 10px;
}

.shopping-bag-proceed {
    background: #b00000;
    padding: 15px 45px;
    color: #ffffff;
    font-weight: bold;
}

.shopping-bag .dropdown-menu-cart-empty a {
    width: 20% !important;
}

.update-profile {
    background: #f5f7f8;
    padding: 40px 0;
}

.update-profile-option {
    background: #fff;
    color: #3c4551;
    margin-bottom: 20px;
}

.update-profile-option-title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 30px;
}

.update-profile-option-main {
    font-size: 14px;
    color: #838d8f;
    padding-bottom: 20px;
}

.update-profile-option .list-option-update {
    list-style-type: none;
    font-size: 14px;
    padding: 0;
}

    .update-profile-option .list-option-update li {
        padding: 18px 25px;
        border-top: 1px solid #eff0f1;
    }

.list-option-update li i {
    margin-right: 5px;
}

.list-option-update li svg {
    margin-right: 14px;
}

.update-profile-option .list-option-update li:hover {
    background: #fdf9f2;
    cursor: pointer;
}

    .update-profile-option .list-option-update li:hover > a {
        text-decoration: underline;
        color: #edc682;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #7dc855;
}

    input:checked + .slider.edc682 {
        background-color: #edc682;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #7dc855;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggle-switch {
    justify-content: flex-end;
}

.user-token a {
    color: rgb(255, 255, 255);
}

.home-header-left a {
    color: #edc682;
    text-decoration: none;
}

.btn:active {
    transform: translateY(2px);
}

.header-user a.active {
    color: #d2d2d2;
    text-decoration: underline;
}

.menu-account-option .menu-account-item.active {
    background: #fdf9f2;
    color: #000;
}

.search-text-main {
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 8px 2px #cecece;
}

.search-text-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-section {
    padding: 22px 24px;
}

.search-text-result button {
    border: none;
    background: none;
    margin-bottom: 10px;
}

.search-text-result-key {
    margin-left: 10px;
    color: #b00;
    font-weight: 600;
}

.search-text-result i {
    color: #86939e;
}

.search-text-top {
    border-bottom: #f0f4f7 solid 3px;
    border-top: #f0f4f7 solid 3px;
}

.search-title {
    font-size: 16px;
    color: #b00000;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-search-result {
    background: #f0f4f7;
    color: #838d8f;
    padding: 7px 15px;
    border-radius: 16px;
    margin-right: 9px;
    border: navajowhite;
    margin-bottom: 9px;
    font-size: 12px;
}

.search-category-suggest-item {
    border: #f0f4f7 solid 2px;
    padding: 18px 23px;
    cursor: pointer;
}

    .search-category-suggest-item img {
        width: 14px;
    }

.choose-location {
    position: absolute;
    top: 120%;
    background: #fff;
    width: 90%;
    z-index: 10;
    color: #3c4551;
    border: none;
    box-shadow: 0px 0px 3px 0px #9c9797;
}

.choose-location-title {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #f0f4f7 solid 3px;
}

.choose-location-now {
    padding: 20px 20px;
    display: flex;
    border-bottom: #f0f4f7 solid 3px;
}

    .choose-location-now i {
        margin-right: 5px;
    }

.choose-location-saved {
    padding: 20px 20px;
}

.choose-location-saved_title {
    color: #b00000;
    font-weight: bold;
    margin-bottom: 7px;
}

.choose-location-item i {
    margin-right: 5px;
}

.choose-location-item {
    display: flex;
}

.use-your-location {
    padding: 0px 20px 20px 20px;
}

    .use-your-location button {
        width: 100%;
        height: 50px;
        border: none;
        border-radius: 5px;
        background: #edc682;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .use-your-location img {
        width: 16px;
    }

.arrow-dropdown-location {
    position: absolute;
    bottom: -19px;
    left: 12%;
    color: #fff !important;
    font-size: 26px;
    text-align: center;
}

#dropdownLocation {
    background: none;
    border: none;
}

.h-search-category-form .ul-option-result {
    overflow: hidden;
    width: 30px;
}

.ul-option {
    z-index: 100;
    position: absolute;
    top: 100%;
    list-style-type: none;
    padding: 20px 0;
    background: #fff;
    left: 0;
    box-shadow: 0px 0px 10px 1px #c6c9cd;
}

    .ul-option .li-option {
        padding: 10px 23px;
    }

        .ul-option .li-option:hover {
            background: #fdf9f2;
            font-weight: bold;
            color: #000;
        }

.dropdown-menu-noti {
    width: 370px;
}

.search-noti input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #e1e8ee;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(../images/search.png);
    background-position: 17px 17px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 46px;
}

.dd-menu-noti-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 23px;
}

.show-more-noti {
    background: #f3f4f5;
    padding: 5px 9px;
    border-radius: 50%;
    color: #bdc6cf;
    position: relative;
    cursor: pointer;
}

.search-noti {
    padding: 5px 23px 15px 23px;
}

.menu-noti-item {
    display: flex;
    padding: 10px 23px;
    justify-content: space-between;
    background: #fdf9f3;
}

.noti-item-avatar > div {
    position: relative;
}

.noti-item-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar-35 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.noti-category {
    position: absolute;
    bottom: 0px;
    right: -3px;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
}

.category-bw {
    background: #4882ff;
}

.category-rw {
    background: #b00000;
}

.category-yw {
    background: #edc682;
}

.category-gw {
    background: #86939e;
}

.noti-item-main {
    padding: 0 15px 0 10px;
    color: #838d8f;
}

.noti-item-content {
    font-size: 12px;
}

    .noti-item-content b {
        color: #3c3d41;
    }

.noti-item-time {
    font-size: 10px;
    margin-top: 5px;
}

.noti-item-status {
    margin-top: 25px;
    font-size: 8px;
    color: #7dc855;
}

.menu-noti-item:hover {
    background: #f7f9fb;
    cursor: pointer;
}

.activity-history {
    padding: 10px 23px;
}

    .activity-history button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #edc682;
        align-items: center;
        color: #fff;
        font-size: 14px;
        padding: 15px 20px;
    }

.menu-noti-item.readed {
    background: #ffffff;
}

.noti-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6b75a;
    font-size: 12px;
}

    .noti-loading img {
        width: 50px;
    }

.show-more-noti-dropdown, .show-more-noti-item-dropdown {
    position: absolute;
    background: #fff;
    width: 225px;
    box-shadow: 0px 0px 11px 2px #dcdcdc;
    right: 0;
    top: 42px;
}

    .show-more-noti-dropdown ul, .show-more-noti-item-dropdown ul {
        padding: 5px 0;
        list-style-type: none;
        margin: 0;
    }

        .show-more-noti-dropdown ul li, .show-more-noti-item-dropdown ul li {
            padding: 13px 20px;
            font-size: 14px;
            color: #838d8f;
            font-weight: bold;
        }

            .show-more-noti-dropdown ul li:hover, .show-more-noti-item-dropdown ul li:hover {
                background: #fdf9f2;
                cursor: pointer;
            }

                .show-more-noti-dropdown ul li:hover i, .show-more-noti-item-dropdown ul li:hover i {
                    color: #edc682;
                }

                .show-more-noti-dropdown ul li:hover span, .show-more-noti-item-dropdown ul li:hover span {
                    color: #505760;
                }

            .show-more-noti-dropdown ul li i, .show-more-noti-item-dropdown ul li i {
                margin-right: 5px;
            }

    .show-more-noti-dropdown .arrow-dropdown, .show-more-noti-item-dropdown .arrow-dropdown {
        font-size: 20px;
        top: -8px;
        right: -100px;
        height: 8px;
    }

.noti-item-showmore {
    position: relative;
}

.no-new-noti {
    background: #f7f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    text-align: center;
}

/*sidebar search result*/
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active {
        background: #fdf9f2;
    }

/*filter distance*/

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: -7px;
        top: -5px;
        background-color: #7dc855;
        border: 2px solid #fff;
        box-shadow: 0 0 15px 2px #e8e8e8;
    }


.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #7dc855;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
    }

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53, 93, 187, 0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

/*filter distance*/

.search-result {
    background: #f5f7f8;
}

.menu-search {
    margin: 20px 0;
}

.menu-search-item {
    margin-bottom: 20px;
    background: #ffffff;
    border: #e1e8ee 1px solid;
}

.menu-search-item_title {
    padding: 25px 30px;
    font-size: 20px;
}

.menu-search_categories ul {
    list-style-type: none;
    padding: 0;
}

    .menu-search_categories ul .sidebar-dropdown {
        border-top: #e1e8ee 1px solid;
        color: #838d8f;
    }

        .menu-search_categories ul .sidebar-dropdown > a {
            padding: 13px 30px;
            border-bottom: #efece6 1px solid;
        }

        .menu-search_categories ul .sidebar-dropdown ul {
            list-style-type: none;
            padding: 0 15px;
        }

.menu-search_categories .sidebar-submenu {
    padding: 13px 30px;
}

    .menu-search_categories .sidebar-submenu li {
        margin-bottom: 16px;
    }


.menu-search_categories .show-more a {
    color: #edc682;
}

.menu-search-price {
    padding: 20px 30px;
    border-top: #e1e8ee 1px solid;
    border-bottom: #e1e8ee 1px solid;
}

.filter-price-choose .form-group {
    margin: 3px 0;
    color: #838d8f;
    font-family: 'inter-regular';
    font-size: 14px;
}

    .filter-price-choose .form-group input[type=checkbox] {
        height: 15px;
        width: 15px;
    }

.price-range-title {
    color: #edc682;
    font-size: 12px;
}

.choose-price-range {
    margin: 10px 0;
}

    .choose-price-range input {
        width: 30%;
        border: #e1e8ee solid 2px;
        border-radius: 5px;
        height: 35px;
        padding: 10px 10px;
        font-size: 12px;
    }

.submit-price-range {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #edc682;
    font-size: 12px;
}

.menu-search-distance {
    padding: 25px 30px;
    border-bottom: #e1e8ee 1px solid;
}

.slider-labels {
    justify-content: space-between;
    margin-top: 10px;
    color: #838d8f;
    font-size: 12px;
}

.filter-distance-line {
    margin-top: 20px;
}

.rating-input {
    margin: 3px 0;
    color: #838d8f;
    font-family: 'inter-regular';
    font-size: 14px;
}

    .rating-input input[type=checkbox] {
        height: 15px;
        width: 15px;
        margin-right: 9px;
    }

.menu-search-review {
    padding: 20px 30px;
    border-bottom: #e1e8ee 1px solid;
}

.filter-title {
    margin-bottom: 7px;
}

.menu-search-sort {
    padding: 20px 30px;
}

.filter-sort-main input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 9px;
}

.main-search {
    background: #ffffff;
    margin: 20px 0;
}

.main-search-head {
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: #e1e8ee 1px solid;
}

.main-search-head-tab a {
    background: #f0f4f7;
    padding: 10px 25px;
    border-radius: 5px;
    margin-right: 5px;
    color: #838d8f !important;
}

    .main-search-head-tab a.active {
        background: #86939e;
        color: #fff !important;
    }

    .main-search-head-tab a:hover {
        text-decoration: none;
    }

.list-search-item {
    border-bottom: #e1e8ee 1px solid;
    padding: 20px 30px;
}

.avatar-list-item {
    width: 120px;
    height: 120px;
}

.search-item-info {
    color: #838d8f;
    font-size: 12px;
    margin: 10px 0;
}

    .search-item-info span {
        margin-right: 15px;
    }

        .search-item-info span i {
            margin-right: 5px;
        }

        .search-item-info span .fa-star {
            color: #f0d098;
        }

.main-search-footer {
    padding: 0 30px 30px 30px;
    color: #838d8f;
    justify-content: space-between;
    align-items: center;
}

.search-page-link {
    font-size: 12px;
    padding: 12px 18px;
    background: #f0f4f7;
    border-radius: 5px;
    margin-right: 5px;
}

.main-search-pagination ul {
    display: inline-block !important;
    list-style-type: none !important;
    word-break: break-all;
}

    .main-search-pagination ul li {
        font-size: 12px;
        padding: 12px 18px;
        border: #f0f4f7 1px solid;
        border-radius: 5px;
        margin-right: 5px;
    }

        .main-search-pagination ul li:hover {
            background: #edc682;
            color: #fff;
            cursor: pointer;
        }

.items-per-page {
    display: inline-flex;
    position: relative;
}

.items-per-page-select {
    -webkit-appearance: none;
    background: #f0f4f7;
    color: #86939e;
    padding: 8px 18px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
}

    .items-per-page-select .ul-option-result {
        overflow: hidden;
        width: 30px;
    }

.items-per-page i {
    position: absolute;
    right: 20%;
    top: 25%;
}

#tablGrid .row {
    margin: 0;
}

.grid-search-item {
    border: #e1e8ee 1px solid;
    padding: 25px;
}

    .grid-search-item .avatar-list-item {
        width: 100%;
        height: 200px;
    }

.grid-search-main {
    margin-top: 10px
}

.list-search-item:hover {
    background: #eceeef;
    cursor: pointer;
}

.grid-search-item:hover {
    background: #eceeef;
    cursor: pointer;
}

/*rating*/
.star-rating {
    font-size: 0;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 1rem;
}

    .star-rating__wrap:after {
        content: "";
        display: table;
        clear: both;
    }

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFB300;
}

    .star-rating__ico:last-child {
        padding-left: 0;
    }

.star-rating__input {
    display: none;
}

    .star-rating__ico:hover:before,
    .star-rating__ico:hover ~ .star-rating__ico:before,
    .star-rating__input:checked ~ .star-rating__ico:before {
        content: "\f005";
    }

.rate-text .rate-text-item {
    display: none;
}

#dropdownAccount {
    color: #fff;
    margin-right: 13px;
}

    #dropdownAccount:hover {
        color: #86939e;
    }


.field-validation-error, .error {
    color: red;
    font-size: 14px;
}

.detail-service-content .tab-menu a:after {
    background: none;
}

.menu-account-option ul {
    list-style-type: none;
    padding: 0;
}

#friend-link-header,
#service-link-header,
#help-link-header {
    position: relative;
}

#dropdownFriend, #dropdownHelp, #dropdownService {
    position: absolute;
    top: 0;
    left: 100%;
    right: 100%;
    width: fit-content;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
}

#friend-link-header .fa-arrow-right,
#help-link-header .fa-arrow-right,
#service-link-header .fa-arrow-right {
    float: right;
}

#friend-link-header:hover #dropdownFriend,
#service-link-header:hover #dropdownService,
#help-link-header:hover #dropdownHelp {
    display: block;
}

.jq-toast-wrap {
    width: auto !important;
}

.text-14-bold {
    color: #3c3d41;
    font-size: 14px;
    font-weight: bold;
}

.text-14-regular {
    color: #777777;
    font-size: 14px;
}

.text-12-bold-red {
    color: #b00000;
    font-size: 12px;
    font-weight: bold;
}

.text-12-bold {
    color: #3c3d41;
    font-size: 12px;
    font-weight: bold;
}

.text-12-regular {
    color: #3c3d41;
    font-size: 12px;
}

.text-12-regular-white {
    color: #ffffff;
    font-size: 12px;
}

.text-20-bold {
    color: #3c3d41;
    font-size: 20px;
    font-weight: bold;
}

.text-18-bold {
    color: #3c3d41;
    font-size: 18px;
    font-weight: bold;
}

.text-18-bold-yellow {
    color: #e9c27f;
    font-size: 18px;
    font-weight: bold;
}

.text-10-regular-yello {
    color: #e9c27f;
    font-size: 10px;
}

.creator-verify {
    background: #3d4552
}

    .creator-verify th {
        font-size: 12px;
        color: #838d8f;
    }

svg path:hover {
    fill: #edc682;
}

.header-language .item-language:hover {
    background: #fdf9f2;
    cursor: pointer;
    color: #3c4551;
}

.top-sellers {
    /*Hung comment vì xem lại design vẫn là màu trắng như những row khác*/
    /*background-color: #f5f7f8;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

.single-post-action i {
    color: #bdc6cf;
}

.fw-bold {
    font-weight: bold;
}

.count-char {
    bottom: 10px;
    right: 10px
}

.user-count-token {
    transition: all .2s ease-in-out;
}

.home-header-right .header-user:hover, .home-header-right #dropdownNoti:hover, .home-header-right #dropdownCart:hover, .home-header-right .header-qrcode:hover, .home-header-right #dropdownLang:hover {
    background: #475260;
    border-radius: 10px;
}

.home-main input[type=text], .home-main input[type=number], .home-main input[type=password], .home-main textarea {
    border: 2px solid #e1e8ee;
    padding: 20px 30px 20px 18px;
}

.b-copy {
    position: absolute;
    right: 3px;
    top: 34px;
    background: #edc682;
    color: #fff;
    border-radius: 3px;
    padding: 6px 21px;
}

.upload-image {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 77px;
    background: #f0f4f7;
    border: 3px #e1e8ee dashed;
    cursor: pointer;
}

.add-image {
    height: 77px;
    width: 105px;
    background: #f0f4f7;
    border: 3px #e1e8ee dashed;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-image-list img {
    height: 77px;
    width: 105px;
}

.detail-service-name .fa-check-circle {
    margin-left: 5px;
}

.item-how-token-avt {
    width: 55px;
    height: 55px;
}

.token-ex-item .btn {
    padding: 9px 40px;
}

.tab-toggle {
    cursor: pointer
}

.history-tab .tab-toggle[tab-tab=historyOrderType] {
    padding: 8px 38px;
    position: relative;
}

    .history-tab .tab-toggle[tab-tab=historyOrderType] .triangle {
        display: none;
        border-top: 12px solid #f1b458;
        border-bottom: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid #f1b458;
        position: absolute;
        top: 0;
        right: 0;
    }

        .history-tab .tab-toggle[tab-tab=historyOrderType] .triangle i {
            position: absolute;
            top: -10px;
            right: -10px;
            font-size: 9px;
            color: #fff;
        }

.history-tab .tab-toggle.active[tab-tab=historyOrderType] {
    background-color: #ffffff;
    border: #f1b458 2px solid;
}

    .history-tab .tab-toggle.active[tab-tab=historyOrderType] .triangle {
        display: block;
    }

.history-tab .collapse {
    background-color: #f9fbfc;
    padding: 30px 35px;
    border-left: #7dc855 2px solid;
    word-break: break-word;
}

.buy-sell-token .align-items-stretch div {
    width: 98px;
}

.buy-sell-token .align-items-stretch input::-webkit-input-placeholder {
    color: #edc682;
}

.btn:focus {
    box-shadow: none;
}

.choose-percent-order label {
    margin: 0;
    cursor: pointer;
}

.choose-percent-order:hover {
    cursor: pointer;
}

.choose-percent-order.choosed {
    background-color: #f8f9fa;
}

.copy-link .btn {
    border-radius: 0 .25rem .25rem 0 !important;
    padding: 10px 25px;
}

.friend .invite-via-email {
    padding: 10px 35px;
}

.service-sidebar-videos video {
    max-width: 100%;
}

p {
    word-break: break-word;
}


#scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 50vh;
    /* fix for firefox */
    scrollbar-color: #979393 !important;
    scrollbar-width: thin !important;
}

    #scroll:root {
        scrollbar-color: #979393 !important;
        scrollbar-width: thin !important;
    }

    #scroll::-webkit-scrollbar-track {
        border-radius: 100px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #scroll::-webkit-scrollbar {
        width: 3px;
        border-radius: 100px;
        background-color: #F5F5F5;
    }

    #scroll::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #979393;
    }

[v-cloak] {
    display: none;
}

.exchange-content .tab-content .tab-pane {
    overflow-x: auto;
}

.responsive-navi {
    padding: 20px 30px;
}

.navi-responsive-menu.responsive {
    display: block;
}

/* input validte hiden style */

.inp-hiden-val {
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

html {
    scroll-behavior: smooth;
}

.item-how-token {
    display: -webkit-box;
}

.enter-amount-donate .position-absolute {
    right: 20px;
    top: 56%;
}

.enter-amount-donate input {
    padding-right: 70px !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tab-local-item-avatar img {
    width: 100px !important;
    height: 100px !important;
    border: 5px solid white;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 6px 1px #cccccc;
}

.tab-local-item-avatar {
    width: 146px;
    margin-right: 18px;
}

.gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]) {
    /* padding: 20px 22px; */
    padding: 0;
}

.photo-fullscreen {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .photo-fullscreen .slide-photo {
        width: 78%;
        height: 100%;
        background-color: #000000;
    }

    .photo-fullscreen .info-photo {
        width: 500px;
        height: 100%;
        background-color: #ffffff;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .photo-fullscreen .photo-full-flex {
        height: 100%;
    }

.item-posted-dislike {
    margin-right: 20px;
    margin-left: 20px;
}

.photo-fullscreen .close-photofull {
    position: absolute;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 18px;
    z-index: 1;
}

.photo-fullscreen .button-slide-change {
    width: 63px;
    height: 63px;
    background-color: #7c7c7c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-full-prev .button-slide-change {
    margin-left: 5px;
}

.photo-full-next .button-slide-change {
    margin-right: 5px;
}

.photo-fullscreen .photo-full-prev {
    left: 0px;
    top: 73px;
    height: 70%;
    align-items: center;
    padding-left: 38px;
    padding-right: 30px;
}

.photo-fullscreen .photo-full-next {
    right: 0px;
    top: 73px;
    height: 70%;
    align-items: center;
    padding-left: 30px;
    padding-right: 38px;
}

.photo-fullscreen .photo-full-prev:hover .button-slide-change {
    background-color: #fff;
    animation-name: carouselPrev;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.photo-fullscreen .photo-full-next:hover .button-slide-change {
    background-color: #fff;
    animation-name: carouselNext;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes carouselPrev {
    from {
        margin-left: 5px;
    }

    to {
        margin-left: 0px;
    }
}

@keyframes carouselNext {
    from {
        margin-right: 5px;
    }

    to {
        margin-right: 0px;
    }
}

.photo-fullscreen .slide-photo .slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-fullscreen .slide-photo .carousel-inner {
    max-width: 60%;
}

.zoom-photofull {
    right: 38px;
    top: 28px;
}

.photo-fullscreen .carousel-item img {
    max-width: 100%;
}

.photo-fullscreen .carousel-item {
    margin: 0 auto;
    text-align: center;
}

.show-list-comment span {
    word-break: break-word;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.add-location-map {
    /* height: 90px; */
    /* mình style lại cho gg map to nhé */
    height: 150px;
    background-image: url(../images/img_map.png);
}

.checkout-order .modal-footer button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.checkout-order .modal-content {
    width: 400px;
    margin: 0 auto;
}

.checkout-order .modal-header, .checkout-order .modal-body, .checkout-order .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.button-withdraw {
    background-color: #d00f24;
    padding: 15px 53px;
    margin-bottom: 25px;
}

.withdraw-modal .modal-content {
    width: 400px;
    margin: 0 auto;
}

.withdraw-modal .modal-header, .withdraw-modal .modal-body, .withdraw-modal .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.noti-inside-map {
    top: 0;
    background-color: rgb(251, 244, 230);
    width: 100%;
    padding: 10px 60px 10px 16px;
}

    .noti-inside-map svg {
        margin-right: 10px;
    }

.checkout-order .map-zoom {
    height: 342px;
}

.item-people-search .name-people {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-people-search {
    margin-right: 30px;
}

.item-people .seller-avatar {
    left: 15px;
    bottom: -47px;
}

.js-people-list .people-background {
    height: 100px;
}

.js-people-list .item-people .follow {
    border-radius: 25px;
    padding: 8px 12px;
}

.js-photo-list .item-photo {
    height: 220px;
    cursor: pointer;
}

    .js-photo-list .item-photo img {
        filter: brightness(0.9);
    }

    .js-photo-list .item-photo .name-photo, .gallary-search-photo .name-photo {
        bottom: 24px;
        left: 24px;
    }

.time-video {
    top: 24px;
    left: 24px;
    width: 42px;
    height: 24px;
    background-color: #747474;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    cursor: pointer;
}

.post-list .post-photo img {
    height: 187px;
    border-radius: 2px;
}

.post-list .post-photo .price-post {
    bottom: 10px;
    left: 12px;
    border-radius: 13px;
    background-color: rgb(0 0 0 / 40%);
    padding: 6px 14px;
}

.post-list .item-post-list {
    padding-bottom: 30px;
}

    .post-list .item-post-list .item-post-living {
        top: 11px;
        left: 8px;
    }

        .post-list .item-post-list .item-post-living div {
            padding: 7px 9px;
            border-radius: 3px;
        }

        .post-list .item-post-list .item-post-living .inter-regular {
            background-color: rgb(0 0 0 / 40%);
        }

    .post-list .item-post-list .item-post-feature {
        right: 11px;
        bottom: 10px;
    }

        .post-list .item-post-list .item-post-feature button {
            background-color: rgb(0 0 0 / 40%);
            padding: 8px 8px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

.search-people .item-people {
    margin-bottom: 15px;
    margin-top: 15px;
}

.gallary-search-photo {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 220px 220px;
    grid-gap: 15px;
    grid-auto-flow: dense;
}

.gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
}

    .gallery-item .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .gallery-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            cursor: pointer;
            transition: .5s ease-in-out;
        }

    .gallery-item:hover .image img {
        transform: scale(1.1);
    }

.list-option-update a {
    display: flex;
    align-items: center;
}

.setting-list-language button {
    padding: 20px 23px;
    width: 217px;
    border: 2px solid #eff0f1;
    margin-right: 25px;
    margin-bottom: 25px;
}

    .setting-list-language button svg {
        display: none;
    }

    .setting-list-language button.active {
        border-color: #edc682;
        color: #3c4551;
    }

        .setting-list-language button.active svg {
            display: block;
        }

.config-main .btn.inter-semibold {
    padding: 14px 45px;
    font-size: 14px;
}

.config-main .btn.inter-bold {
    padding: 14px 70px;
    font-size: 14px;
}

.config-title {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 25px;
}

.config-main {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 22px;
    padding-bottom: 45px;
}

.btn {
    border-radius: 5px;
}

#sendHelp .modal-content {
    width: 370px;
    margin: 0 auto;
}

.icon-notification {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f0f4f7;
}


.box-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #838d8f;
    font-family: inter-regular;
    margin-top: 5px;
}

.rs-range {
    width: 100%;
    -webkit-appearance: none;
}

    .rs-range:focus {
        outline: none;
    }

    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 7px;
        cursor: pointer;
        background: #f0f4f7;
        border-radius: 3px;
    }

    .rs-range:-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: #f0f4f7;
    }

    .rs-range::-webkit-slider-thumb {
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        height: 16px;
        width: 16px;
        background: #f3ae36;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 50%;
        margin-top: -3px;
        border: 3px solid #fff;
    }

    .rs-range:-moz-range-thumb {
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        height: 16px;
        width: 16px;
        background: #f3ae36;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 50%;
        margin-top: -3px;
        border: 3px solid #fff;
    }


.rs-label {
    border-radius: 5px;
    color: #f3ae36;
    font-family: inter-semibold;
    font-size: 12px;
    background-color: #fdefd7;
    border: 1px solid #f3ae36;
    padding: 5px 4px;
    position: relative;
}

.ecommerce-contents {
    position: relative;
    white-space: nowrap;
    overflow: auto hidden;
}

    .ecommerce-contents .item-exchange {
        display: inline-flex;
    }

    .ecommerce-contents::-webkit-scrollbar {
        display: none;
    }

.history-tab .inter-semibold {
    word-break: break-word;
}

.btn-add-advertising {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px #edc682;
    border-style: dashed;
}

.btn-warning {
    background-color: #EDC682;
}

.text-tag {
    color: #0973cc;
    font-size: 16px;
    font-family: inter-regular;
}


i.mobile-ic-send {
    display: none;
}

@media (max-width: 720px) {
    i.mobile-ic-send {
        display: block;
    }
}

.messages {
    background-color: #F5F7F8;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 61px;
}

.messages-main {
    height: 100%;
    background-color: #fff;
}

.messages-list {
    padding: 20px 5px 0 15px;
    width: 27%;
    border-right: 1px solid #DFE1E4;
    display: flex;
    flex-direction: column;
}

.search-messages {
    background-color: #EEF1F2;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
    width: 97%;
}

    .search-messages input {
        background-color: #EEF1F2;
        border: none !important;
        padding: 0 !important;
        font-family: inter-bold;
    }

.item-mess-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px 8px 8px;
    border-radius: 5px;
}

.messages-history {
    padding-top: 7px;
    overflow-y: hidden;
}

    .messages-history:hover {
        overflow-y: scroll;
    }

    .messages-history .item {
        padding-top: 11px;
        padding-bottom: 11px;
        margin-right: 10px;
        border-bottom: #DFE1E4 1px solid;
    }


.item-mess-history img, .message_empty img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.item-mess-history.active {
    font-family: inter-bold;
    background-color: #FCF4E6;
}

.item-mess-history:hover {
    background-color: #FCF4E6;
    cursor: pointer;
}

.item-mess-history .item-text > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}


.messages-history::-webkit-scrollbar {
    width: 6px;
}

.message-content_title {
    padding: 15px;
    border-bottom: 1px solid #DFE1E4;
    /* height: 9%; */
    height: 70px;
}

.message-detail {
    width: 100%;
    display: flex;
}

.message-content_title img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.message_empty {
    padding-top: 30px;
    text-align: center;
}

.message_write {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 10%;
}

.typing-message {
    background-color: #F5F7F8;
    padding: 7px 7px 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 32px;
    width: 100%;
}

    .typing-message input {
        border: none !important;
        background-color: #F5F7F8;
        padding: 0 !important;
    }

.message-content {
    height: 100%;
    width: 100%;
    border-right: 1px solid #DFE1E4;
}

.message_document {
    /* height: 81%; */
    height: 75%;
}

.message-sidebar {
    width: 35%;
    transition: none;
    overflow-y: scroll;
}

    .message-sidebar .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-top: 15px;
        object-fit: cover;
    }

.message-sidebar_features .rounded-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
}

.message-sidebar_features {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

    .message-sidebar_features > div {
        margin-left: 10px;
        margin-right: 10px;
    }

.message-sidebar_media {
    margin-top: 40px;
    height: 60%;
}

.message-media-image {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3px;
    height: 100%;
}

    .message-media-image::-webkit-scrollbar {
        display: none;
    }

    .message-media-image img {
        width: 100%;
        object-fit: cover;
    }

.message-item {
    display: flex;
    padding: 0 15px;
    margin-bottom: 10px;
    font-family: inter-regular;
    align-items: center;
}

    .message-item .message-item-main {
        display: flex;
        align-items: flex-end;
        max-width: 75%;
        word-break: break-word;
    }

    .message-item .inmessage-avatar img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        /* margin-bottom: 21px; */
        margin-right: 10px;
        object-fit: cover;
    }

    .message-item .inmessage-content {
        padding: 20px;
        position: relative;
    }

.message-item .item-mess-content{
    display: flex;
    align-items: center;
}

    .message-item .item-mess-content.reverse{
        display: -webkit-flex; /* Safari */
        -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
        flex-direction: row-reverse;
    }

        .message-item .item-mess-content .group-icon-item{
            display: none;
        }

            .message-item .item-mess-content:hover > .group-icon-item{
                display: block;
            }


.message-other .inmessage-content {
    background-color: #f5f7f8;
    /* border-radius: 20px 20px 20px 2px; */
    border-radius: 15px 15px 2px 15px;
    color: #3C4551;
}

.message-me .inmessage-content {
    /* border-radius: 20px 20px 2px 20px; */
    border-radius: 15px 15px 2px 15px;
    background-color: #E9C27F;
    color: #FFFFFF;
}

.message-item .inmessage-time {
    font-size: 10px;
    color: #838D8F;
    margin-top: -3px;
}

.message-content .message-me {
    justify-content: flex-end;
}

.message-content.clear .message-me {
    justify-content: space-between;
}

.inmessage-content .message-heart {
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 3px 0px #e0e0e0;
    padding: 0px 7px;
}

    .inmessage-content .item-reply .content-reply{
        border-left: 1.5px solid green;
        padding-left: 7px;
    }

        .inmessage-content .item-reply .content-reply .reply-user-name{
            color: #019401;
            margin-bottom: -5px;
        }  

.message_exist {
    height: 100%;
    overflow-y: scroll;
}

    .message_exist::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .message_exist::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .message_exist::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #BFBFBF;
    }

.inmessage-content-option {
    display: none;
}

    .inmessage-content-option button {
        color: #c8c8c8;
        border-radius: 50%;
        padding: 2px 12px;
        margin: 0 5px;
    }

        .inmessage-content-option button:hover {
            background-color: #cacaca;
        }

.message-item:hover .inmessage-content-option {
    display: block;
}

.messages .dropdown-menu {
    border: none;
    box-shadow: 0 0 6px 0px #e7e7e7;
    border-radius: 10px;
}

.messages .dropdown-item {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #DFE1E4;
}

.message-item .clear-chat {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default radio button */
    .message-item .clear-chat input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .message-item .clear-chat span {
        top: 0;
        left: 0;
        position: absolute;
        height: 80%;
        width: 80%;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #b00000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .message-item .clear-chat span i {
            display: none;
            color: #fff;
            font-size: 17px;
        }
    /* On mouse-over, add a grey background color */
    .message-item .clear-chat:hover input ~ span {
        background-color: #b00000;
        cursor: pointer
    }

    /* When the radio button is checked, add a blue background */
    .message-item .clear-chat input:checked ~ span {
        background-color: #b00000;
    }

        .message-item .clear-chat input:checked ~ span i {
            display: block;
        }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .message-item .clear-chat span:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .message-item .clear-chat input:checked ~ .message-item .clear-chat span:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .message-item .clear-chat span:after {
        height: 80%;
        width: 80%;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #b00000;
    }

.message-content.search .message-content_title, .message-content.clear .message_write, .message-content .confirm-delete-message, .message-content .message_document .clear-chat, .message-content.clear .message_document .inmessage-avatar, .message-content .clear-select-chat, .message-content .cancel-clear-chat, .message-content.clear .message-toggle-sidebar {
    display: none;
}

.message-content.clear .message_document .clear-chat, .message-content .message_document .inmessage-avatar, .message-content.clear .clear-select-chat, .message-content.clear .cancel-clear-chat {
    display: block;
}

.message-content .message_write, .message-content.clear .confirm-delete-message, .message-content.search .search-intomessage {
    display: flex;
}

#clearMessage .form-register-choose-user {
    max-width: unset;
    padding: 30px 20px 20px 20px;
}

    #clearMessage .form-register-choose-user input {
        padding: 7px 7px;
    }

.scroll-to-last {
    bottom: 15px;
    right: 15px;
    width: 49px;
    height: 49px;
    box-shadow: 0 0 6px 0px #e7e7e7;
}

.message-inlast {
    bottom: 55px;
    right: 20px;
    padding: 3px 10px;
    border-radius: 20px;
}

.message-reply {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 14px 15px;
    bottom: 0px;
}

    .message-reply .text-16, .message-reply .text-14 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 300px;
    }

.confirm-delete-message {
    padding-top: 8px;
}

#messageSidebar .chater-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
    margin: 0 auto;
}


#blockMessage .modal-content, #deleteMessage .modal-content {
    max-width: 470px;
    margin: 0 auto;
}

    #blockMessage .modal-content .modal-body, #deleteMessage .modal-content .modal-body {
        padding-left: 70px;
        padding-right: 70px;
    }

.message-listtoforward {
    max-height: 500px;
    overflow-y: scroll;
}

    .message-listtoforward::-webkit-scrollbar {
        display: none;
    }

.search-intomessage {
    padding: 15px;
    border-bottom: 1px solid #DFE1E4;
    display: none;
}

.messages-searchall {
    padding-top: 7px;
    overflow-y: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.notification-history {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .notification-history .menu-noti-item {
        border-bottom: 1px solid #e1e8ee;
        align-items: center;
        padding: 24px 35px 24px 23px;
    }


.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-no-action {
    pointer-events: none;
}

.button-hide {
    display: none;
}

.slide-non-active {
    display: none;
}
