.html,
body {
    /* -webkit-user-drag: none;
    -webkit-overflow-scrolling: touch; */
    overflow-x: hidden !important;
    width: 100%;
}

#map {
    position: static;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 300px
}

#map2-container {
    height: 350px;
    width: 100%;
}

.marker {
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}


#map2 {
    position: relative;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
}


.mapboxgl-ctrl-logo {
    display: none !important;
}

.nav-pills .nav-link.active {
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
}

.video-home-moments {
    height: 540px;
}

.rounded-moments {
    border-radius: 10px;
}

.sm-none {
    display: contents;
}

.icon-online {
    position: absolute;
    top: 10px;
    left: 10px;
}

.username-posts {
    font-size: 10pt;
    display: flex;
    padding-left: 10px;
    font-weight: bold;
}

.carousel-height {
    height: 300px;
}

.users-list>li img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-height: 100%;
    max-width: 100%;
}

.card {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.card-header {
    border-radius: 0px;
}

.card-body {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}


.margin-left {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.margin-right {
    margin-right: 16px;
}

.post-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 150px));
    justify-content: center;
    box-shadow: none;
    outline: none;
}

.post-list-profile {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 150px));
    justify-content: center;
    box-shadow: none;
    outline: none;
}

.post {
    cursor: pointer;
    position: relative;
    display: block;
    height: 150px;
    margin: 0.5px;
    box-shadow: none;
    outline: none;
    border-bottom: 0px;
    background-color: whitesmoke;
}

.img-fluid {
    background-color: whitesmoke;
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.post-image {
    position: relative;
    margin: 0px;
    background-color: whitesmoke;
    height: 150px;
}

.post-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.post-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.position-absolute-center {
    position: absolute;
    top: 40%;
    right: 40%;

}

.icon-messages-img {
    font-size: 30px;
    color: white;
}

.icon-post {
    color: white;
    font-size: 18px;
}

.post-overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    height: 150px;
}

.post:hover .post-overlay {
    display: flex;
}

.post-like,
.post-comments {
    width: 80px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.video-gallery {
    object-fit: fill;
    width: 100vh;
    background-color: whitesmoke;
    height: 100% !important;
}

.size-icon-menu {
    font-size: 16pt;
    margin-left: 8px;
    margin-right: 8px;
}

.size-icon-bottomnav {
    font-size: 16pt;
}

.full-width {
    width: 100%;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.content-page {
    margin-top: 55px;
    background-color: white;
}



.content-wrapper {
    background-color: white;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}

.contact-content {
    margin-top: 55px;
    width: 320px;
    height: 100vh;
    position: fixed;
    right: 0;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(231, 231, 231) rgb(255, 255, 255);
    padding-bottom: 0px;
}

.contact-content::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    width: 8px;
}

.contact-content::-webkit-scrollbar-track {
    background-color: #fff
}

.contact-content::-webkit-scrollbar-thumb {
    background-color: rgb(221, 221, 221);
    border-radius: 8px;
}

.contact-content:hover {
    overflow-y: scroll;
}

.sidebar-content {
    margin-top: 55px;
    margin-bottom: 40px;
    width: 320px;
    height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: rgb(231, 231, 231) rgb(255, 255, 255);
    position: fixed;
    left: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    scroll-snap-type: mandatory;
    scroll-behavior: smooth;
}

.sidebar-content::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    width: 8px;
}

.sidebar-content::-webkit-scrollbar-track {
    background-color: #fff
}

.sidebar-content::-webkit-scrollbar-thumb {
    background-color: rgb(221, 221, 221);
    border-radius: 8px;
}

.sidebar-content:hover {
    overflow-y: scroll;
}

.padding-contact {
    padding-top: 16px;
}

.height-nav {
    height: 45px;
}

.badge {
    font-size: 13px;
    right: 16px;
    top: 2px;
}

.margin-top-content {
    margin-top: 55px;
}

.full-height {
    height: 100% !important;
}

.margin-left-menu {
    margin-left: 10px;
}

.margin-right-menu {
    margin-right: 10px;
}

.card-custom {
    border-radius: 20px;
    background-color: whitesmoke;
    height: 50px;
}

.tab-wrapper {
    width: 100%;
    height: 60px;
    background: #fff;
    /* border: 1px solid #dfdfdf; */
    border-radius: 10px;
    align-items: center;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0;
    display: flex;
}

/* status */

.card-status-wrapper {
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 120px;
}


.status-wrapper {
    border-radius: 10px;
    width: 100%;
    height: 120px;
    background: #fff;
    border: none;
    padding: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    scrollbar-width: thin;
    scroll-snap-type: mandatory;
    scroll-behavior: smooth;
    scrollbar-color: rgb(231, 231, 231) rgb(255, 255, 255);
    overflow: hidden;
    overflow-x: hidden;
}

.status-wrapper::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    width: 8px;
}

.status-wrapper::-webkit-scrollbar-track {
    background-color: #fff
}

.status-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(221, 221, 221);
    border-radius: 8px;
}

.status-wrapper:hover {
    overflow-x: scroll;
}

.arrow-next-btn-status-position {
    position: absolute;
    top: 38%;
    right: -15px;
}

.btn-status-arrow {
    border: 1px solid #dfdfdf;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: whitesmoke
}

.size-icon-arrow {
    font-size: 16pt;
    margin-top: 6px;
}

.arrow-back-btn-status-position {
    position: absolute;
    left: -15px;
    top: 38%;
}

.status-wrapper::-webkit-scrollbar {
    display: none;
}

.status-card {
    flex: 0 0 auto;
    width: 100px;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
}

.status-add {
    flex: 0 0 auto;
    width: 85px;
    max-width: 85px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: 3px;
}

.nav-item .nav-link {
    border-radius: 20px;
}

.profile-add {
    width: 85px;
    height: 85px;
    margin-top: 3px;
    border-radius: 50%;
    align-items: center;
    overflow: hidden;
    padding-top: 30px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
}

.bg-gradient-btn-edit {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
}

.like-profile {
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.size-icon-like {
    font-size: 20px;
    margin-top: 14px;
}

.like-products {
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.size-icon-like-products {
    font-size: 20px;
    margin-top: 14px;
}

.card-title {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-circle {
    background-color: whitesmoke;
    object-fit: cover;
}

.profile-pic-suggestion {
    width: 120px;
    height: 120px;
    margin-top: 3px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    background: whitesmoke;
}

.profile-pic {
    width: 85px;
    height: 85px;
    margin-top: 3px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.profile-pic2 {
    width: 45px;
    height: 45px;
    margin-top: 3px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
}

.profile-pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.username {
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.username-status {
    width: 80px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.5);
}

.username-contact {
    display: block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: gray;
}

.img-height {
    height: 250px;
    background-color: whitesmoke;
}

/* studio */

.wrapper-auctions {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
}

.wrapper-products {
    margin: 5px;
    margin-top: 10px;
}

.box-add-stories {
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid #dfdfdf;
    height: 170px;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 3px;
    margin-top: 0px;
    transform: translateX(-50%, -50%);
}

.box-products {
    flex: 0 0 auto;
    border: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    transform: translateX(-50%, -50%);
}

.box-auctions {
    flex: 0 0 auto;
    border: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 8px;
    margin-top: 0px;
    transform: translateX(-50%, -50%);
}

.slide-img {
    height: 250px;
    background-color: whitesmoke;
}

.btn-border-radius {
    border-radius: 20px;
}

.img-sidebar {
    height: 20px;
    width: 20px;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.detail-box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    box-sizing: border-box;
}

.type {
    display: flex;
    flex-direction: column;
}

.type p {
    color: #222222;
    margin: 5px 0px;
    font-weight: 700;
    font-size: 12px;
    color: rgba(26, 26, 26, 0.5);
    letter-spacing: 0.5px;
    padding-right: 8px;
}

.type span {
    color: rgba(26, 26, 26, 0.5);
}

.price {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.category_style {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title_subcategory {
    margin-left: 16px;
    font-weight: 600;
}

.btn-search {
    width: 220px;
    color: gray;
}

.search-button {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 100px;
    padding-left: 10px;
    font-weight: 100;
    align-items: center;
}



.auctions-new {
    margin-top: 20px;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    font-weight: 100;
}

.auctions-new p {
    color: gray;
    font-weight: 400;
}

.search-button p {
    color: gray;
    align-items: center;
}

.search-button i {
    color: gray;
    padding: 5px;
    align-items: center;
}

.wrapper-suggestion-wrap {
    position: relative;
    width: 100%
}

.wrapper-suggestion {
    margin-top: 10px;
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.wrapper-suggestion::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    width: 8px;
}

.wrapper-suggestion::-webkit-scrollbar-track {
    background-color: #fff
}

.wrapper-suggestion::-webkit-scrollbar-thumb {
    background-color: rgb(221, 221, 221);
    border-radius: 8px;
}

.wrapper-suggestion:hover {
    overflow-x: scroll;
}


.box-suggestion-moments {
    flex: 0 0 auto;
    border: 1px solid #dfdfdf;
    width: 150px;
    height: 240px;
    display: flex;
    flex-direction: column;
    background: whitesmoke;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 3px;
    margin-top: 0px;
    transform: translateX(-50%, -50%);
}

.profile-pic-suggestion-moments {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.moments-suggestion {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-suggestion {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box-suggestion {
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid #dfdfdf;
    width: 150px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 3px;
    margin-top: 0px;
    transform: translateX(-50%, -50%);
}

.box-suggestion-market {
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid #dfdfdf;
    width: 120px;
    height: 165px;
    display: flex;
    flex-direction: column;
    background: whitesmoke;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 3px;
    margin-top: 0px;
    transform: translateX(-50%, -50%);
}


.box-suggestion-group {
    flex: 0 0 auto;
    border: 1px solid #dfdfdf;
    display: flex;
    width: 150px;
    height: 180px;
    flex-direction: column;
    background: white;
    box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 8px;
    transform: translateX(-50%, -50%);
}

.slide-img-2 {
    height: 150px;
}

.slide-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

/* profile */

/* endprofile */

/* moments */
.preview-image img {
    padding: 5px;
    width: 100px;
    height: 100px;
}

.app__videos {
    margin-top: 20px;
    position: relative;
    height: 500px;
    background-color: white;
    width: 100%;
    overflow: scroll;
    max-width: 300px;
    scroll-snap-type: y mandatory;
    border-radius: 10px;
    background: #1b1d20;
}

.app__videos::-webkit-scrollbar {
    display: none;
}

.app__videos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    object-fit: cover;
    height: 100%;
    align-items: center;
    width: 100%;
    background-color: #1b1d20;
    scroll-snap-align: start;
}

.video__player {
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-color: #1b1d20;
}

.images {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #1b1d20;
    scroll-snap-align: start;
}

.images__player {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #1b1d20;
    scroll-snap-align: start;
}

.userProfile {
    position: absolute;
    left: 15px;
    top: 2%
}

.profile-pic-moments {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;

}

.profile-pic-moments img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.descriptionVideo {
    position: absolute;
    left: 10px;
    margin-right: 10px;
    bottom: 10%;
}

.descriptionVideo .font-description {
    font-size: 14px;
    font-style: normal;
    text-overflow: ellipsis;
    text-shadow: 1px 1px grey;
}

.videoSidebar {
    position: absolute;
    top: 25%;
    right: 16px;
}

.videoSidebarHome {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.moreButton {
    position: absolute;
    top: 2%;
    right: 1px;
}

.description-moments {
    font-size: 12px;
}

.size-icon-menu-moments {
    font-size: 20pt;
}

.videoSidebar .material-icons {
    cursor: pointer;
}

.videoSidebar__button {
    text-align: center;
    font-size: 12px;
}

.margin_btn_moments {
    margin-left: 0px;
}

.icon-white {
    color: white;
    font-size: 24px;
}

.btn-circle-moments {
    margin-top: -2px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 10px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
    border-radius: 20px;
    border: 2px solid #fff;
}

.btn-circle-moments {
    width: 30px;
    padding-top: 10px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
    border-radius: 20px;
    border: 2px solid #fff;
}

/* moments */

/* grid posts */
.image-gallery {
    display: grid;
    grid-gap: 5px;
}

.image-gallery img {
    background-color: whitesmoke;
    height: 200px;
    width: 250px;
}

/* .three-cols-gallery {
    grid-template-columns: repeat(3, 250px);
}

.three-cols-gallery>.gallery-item:nth-of-type(1) {
    grid-column: auto / span 3;
}

.three-cols-gallery>.gallery-item:nth-of-type(1) img {
    width: 100%;
}

.three-cols-gallery>.gallery-item:nth-of-type(n + 5) {
    display: none;
}

.three-cols-gallery>.gallery-item:nth-of-type(n + 4) {
    position: relative;
}

.three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after {
    content: attr(data-see-more) " ";
    color: white;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
} */

.one-col-gallery img {
    width: 100%;
    height: 500px;
}

.two-cols-gallery {
    grid-template-columns: 1fr 1fr;
}

.two-cols-gallery img {
    width: 100%;
    height: 250px;
}

.three-cols-gallery {
    grid-template-columns: repeat(4, 1fr);
}

.three-cols-gallery>.gallery-item:nth-of-type(1) {
    grid-column: 1 / span 2;
}

.three-cols-gallery>.gallery-item:nth-of-type(2) {
    grid-column: 3 / span 4;
}

.three-cols-gallery>.gallery-item:nth-of-type(3) {
    grid-column: 1 / span 2;
}

.three-cols-gallery>.gallery-item:nth-of-type(4) {
    grid-column: 3 / span 4;
}

.three-cols-gallery>.gallery-item:nth-of-type(1) img {
    width: 100%;
}


.five-cols-gallery {
    grid-template-columns: repeat(4, 1fr);
}

.five-cols-gallery>.gallery-item:nth-of-type(1) {
    grid-column: 1 / span 2;
}

.five-cols-gallery>.gallery-item:nth-of-type(2) {
    grid-column: 3 / span 4;
}

.five-cols-gallery>.gallery-item:nth-of-type(3) {
    grid-column: 1 / span 2;
}

.five-cols-gallery>.gallery-item:nth-of-type(4) {
    grid-column: 3 / span 4;
}

.five-cols-gallery>.gallery-item:nth-of-type(1) img {
    width: 100%;
}

.five-cols-gallery>.gallery-item:nth-of-type(n + 5) {
    display: none;
}

.five-cols-gallery>.gallery-item:nth-of-type(n + 4) {
    position: relative;
}

.five-cols-gallery>.gallery-item:nth-of-type(n + 4)::after {
    content: attr(data-see-more) " ";
    color: white;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.four-cols-gallery {
    grid-template-columns: repeat(4, 1fr);
}

.four-cols-gallery>.gallery-item img {
    width: 100%;
}

.four-cols-gallery>.gallery-item:nth-of-type(1) {
    grid-column: 1 / span 2;
}

.four-cols-gallery>.gallery-item:nth-of-type(2) {
    grid-column: 3 / span 4;
    height: 200px;
}

.four-cols-gallery>.gallery-item:nth-of-type(3) {
    grid-column: 1 / span 6;
    height: 200px;
}

/* grid posts */
.card-header-cover {
    position: relative;
    height: 300px;
    background-color: whitesmoke;
}

.card-header-cover-sidebar {
    position: relative;
    height: 150px;
    background-color: whitesmoke;
}

.photos-custom {
    border-radius: 10px;
    margin-top: -50px;
    height: 100px;
    width: 100px;
    position: relative;
    background-color: whitesmoke;
}

.photos-custom-sidebar {
    border-radius: 10px;
    margin-top: -40px;
    height: 80px;
    width: 80px;
    position: relative;
    border-radius: 100%;
}

.img-store {
    border-radius: 10px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.img-sidebar {
    border-radius: 10px;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.img-sm {
    background-color: whitesmoke;
    object-fit: cover;
}

.position-right-bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.position-right-bottom-sidebar {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.btn-border {
    border-radius: 20px;
}

.position-bottom-content {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: linear-gradient(45deg, rgb(255, 230, 0), rgb(236, 16, 86)80%);
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
}

.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_love {
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn_love_home {
    position: absolute;
    top: 10px;
    right: 10px;
}

.conversation-page {
    width: 400px;
}

.contacts-list-name {
    color: black;
    font-size: 10pt;
    font-weight: 100;
}

.contacts-list-info {
    padding-left: 8px;
}

.contacts-list-msg {
    font-size: 8pt;
}

.contacts-list-img {
    width: 100%;
    height: 45px;
    width: 45px;
}

.contacts-list-date {
    font-size: 7pt;
}

.direct-chat-messages {
    height: 400px;
}

.direct-chat-text-1 {
    width: 200px;
    font-size: 10pt;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    border: none;
}

.direct-chat-text-2 {
    width: 200px;
    font-size: 10pt;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    border: none;
}

.direct-chat-img {
    height: 30px;
    width: 30px;
}

.direct-chat-timestamp-1 {
    font-size: 8pt;
}

.direct-chat-timestamp-2 {
    font-size: 8pt;
}

.footer-messenger {
    height: 65px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    padding: 5px 5px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-vote{
    background-color: whitesmoke;
    border-radius: 15px;
}

.background-gradient-green {
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;
}

.background-gradient-red {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;
}

.btn-grad2 {
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
    padding: 5px 5px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    display: block;
}

.btn-grad2:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-grad3 {
    background-image: linear-gradient(to right, #2347be 0%, #3cc1d3 51%, #348de0 100%);
    padding: 5px 5px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad3:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-grad4 {
    background-image: linear-gradient(to right, #232324 0%, #272929 51%, #454546 100%);
    padding: 5px 5px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad4:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* //Notification */

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 10px;
    /* border-bottom: 1px solid #ddd; */
}

.notification-list--unread {
    position: relative;
}

.notification-list--unread:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: calc(100% + 1px);
}

.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
    float: left;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 10px;
}

/* end notification */

.max-width-posts {
    width: 420px;
}

.img-background {
    height: 300px;
    width: 100%;
    background-color: whitesmoke;
}

.itextinput {
    position: absolute;
    top: 16px;
    right: 16px;
    left: 16px;
    bottom: 16px;
}

.textarea {
    background: transparent;
    border: none;
    outline: none;
    color: transparent;
}

.textbody {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-nav {
    height: 25px;
    width: 25px;
    padding: 1px;
    background: gray;
}

.indicator-online {
    width: 10px;
    border: 1px solid white;
    height: 10px;
    border-radius: 100%;
    background-color: #3CD3AD;
}

.position-cat {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.position-verify {
    position: absolute;
    top: 10px;
    left: 10px;
}

.text-discount {
    font-size: 8pt;
    padding: 2px;
}

@media screen and (max-width: 768px) {
    .max-width-posts {
        max-width: 100%;
    }

    .rounded-moments {
        border-radius: 0px;
    }

    .sm-none {
        display: none;
    }

    .arrow-next-btn-status-position {
        display: none;
    }

    .arrow-back-btn-status-position {
        display: none;
    }

    .tab-wrapper {
        width: 100%;
        height: 60px;
        background: #fff;
        border: 0px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-radius: 0px;
        align-items: center;
        padding-right: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 0;
        display: flex;
    }

    .conversation-page {
        width: 100vh;
    }

    .content-page {
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin: 0px;
        background: transparent;
        margin-bottom: 40px;
    }

    .content-wrapper {
        margin-top: 45px;
        background-color: white;
        padding: 0px;
    }

    .main-header {
        display: none;
    }

    .card {
        outline: none;
        margin: 0px;
        border: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .navbar-desktop {
        display: none;
    }

    .post-list {
        grid-template-columns: repeat(3, minmax(auto, auto));
    }

    .margin-min {
        margin-top: 5px;
    }

    .users-list>li img {
        border-radius: 50%;
        height: 45px;
        width: 45px;
        max-height: 100%;
        max-width: 100%;
    }

    .contact-content {
        display: none;
    }

    .sidebar-content {
        display: none;
    }

    .navbar {
        position: fixed !important;
        width: 100%;
    }

    .badge {
        font-size: 10px;
        right: 12px;
    }

    /* products */
    .box-auctions {
        width: 150px;
    }

    .slide-img {
        height: 280px;
    }

    .price {
        color: #333333;
        font-size: 10px;
    }

    .type p {
        color: #222222;
        font-weight: 700;
        font-size: 10px;
        color: rgba(26, 26, 26, 0.5);
    }

    .status-wrapper {
        border: none;
        margin-top: 0px;
        padding: 5px;
    }

    .size-icon-menu {
        font-size: 16pt;
        margin-left: 0px;
        margin-right: 0px;
    }

    .app__videos {
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        height: 100vh;
    }

    .margin-profile {
        width: 100%;
        margin-left: 0px;
    }

    .margin_btn_moments {
        margin-left: 15px;
    }

    .box-add-stories {
        flex: 0 0 auto;
        align-items: center;
        border: 1px solid #dfdfdf;
        height: 180px;
        display: flex;
        flex-direction: column;
        background: white;
        box-shadow: 2px 2px 30 px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        overflow: hidden;
        margin: 3px;
        margin-top: 0px;
        transform: translateX(-50%, -50%);
    }

    .direct-chat-messages {
        height: 100%
    }

}