span.ads-create-main-category-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    height: 48px;
    min-width: 48px;
    overflow: hidden;
}

.ads-create-main-category-icon img {
    display: block;
    height: auto;
    width: 100%;
}

html {
    scroll-snap-type: y mandatory;
}

* {
    margin: 0;
    box-sizing: border-box;
}
.reels-container {
    color: white;
    height: 100vh;
    place-items: center;
}
.app__videos {
    position: relative;
    height: calc(100vh - 120px);
    background-color: white;
    overflow: scroll;
    width: 100%;
    max-width: 488px;
    scroll-snap-type: y mandatory;
    margin: auto;
}
.app__videos::-webkit-scrollbar {
    display: none;
}

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

.video {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: white;
    scroll-snap-align: start;
}

.video__player {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.videoHeader {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    bottom: 50px;
}
.videoHeader * {
    padding: 20px;
}


.user__avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
    
.videoFooter__text {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
}
.videoFooter__text h3 {
    margin-left: 10px;
}
.videoFooter__text  a.follow {
    color: white;
    text-transform: inherit;
    background: #965eeb;
    border: none;
    text-align: center;
    padding: 10px 25px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
}

.videoFooter__ticker {
    height: fit-content;
    position: absolute;
    bottom: 2rem;
    right: 1rem;
}
.videoFooter__ticker marquee {
    font-size: 12px;
    padding-top: 7px;
    color: white;
}
.videoFooter__ticker .material-symbols-outlined {
    position: absolute;
    left: 5px;
    color: white;
}
.videoFooter__actions {
    display: flex;
    position: absolute;
    width: 95%;
    justify-content: space-between;
    color: white;
}
.videoFooter__actionsLeft .material-symbols-outlined {
    padding:0 7px;
    font-size: 1.6em;
}

.videoFooter_actionsRight .material-symbols-outlined {
    font-size: 25px;
}
.videoFooter_actionsRight {
    display: flex;
}
.videoFooter___stat {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.videoFooter_stat p {
    margin-left: 3px;
}

.play-button {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 44%);
    padding: 18px;
    border-radius: 50%;
    cursor: pointer;
}

/* carousel  */
.owl-item {
    height: 80px;
}

.owl-item .item {
    height: 65px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #cb571f;
    overflow: hidden;
    margin: 0 auto;
}
.carousel_item{
    position: relative;
    text-align: center;
    cursor: pointer;
}
.reels_title{
    color: #000;
    font-size: 12px;

}

.carousel_item video{
    height: auto;
    width: 60px;

}
.carousel-wrap {
    max-width: 500px;
    margin: 10px auto;
}
.chat-dialog-text-flex-box3 .chat-dialog-audio-start{
    display: none !important;
}
.chat-dialog-text-flex-box3 .chat-dialog-text-send {
  display: block;
}
/*
.module-chat{
     height: max-content !important;
} 
 */
 
.module-chat-users{
    height: max-content !important;
}