body{
    position: relative;
    direction: ltr;
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33 37 41);
    text-align: left;
    background-color: #F4F4F5;
}
a,a:hover{
    text-decoration: none;
}
.btn,.btn:focus{
    box-shadow: none;
    background: none;
}
/*.border-img{
    border: 1px solid #E8E9EB;
}*/
.overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container{
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*align-items: center;*/
}
*, ::after, ::before {
    box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.col-md-12,.col-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-2,.col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-3,.col-md-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-custom{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-custom.flex-25{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-custom.flex-33{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-custom.flex-41{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 3px;
}
.justify-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.mt-18{ margin-top: 18px;}
.mt-20{margin-top: 20px;}
.radius-50{
    border-radius: 50%;
}
.desktop-hide{
    display: none;
}
.desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}
/* Navbar Style */
.navbar-style{
    display: flex;
    padding: 12px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
}
nav{
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 99;
    background-color: white;
    box-shadow: 0 2px 10px #0000001A;
}
.main-nav{
    display: flex;
    list-style: none;
}
.main-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.mx-10{
    margin: 0 10px;
}
.mx-15{
    margin: 0 15px;
}
.mx-30{
    margin: 0 30px;
}
.m-0{
    margin: 0 !important;
}
.mr-0{
    margin-right: 0;
}
.ml-0{
    margin-left: 0;
}
.p-0{
    padding: 0;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.pos-relative{
    position: relative;
}
.logo-nav-div,.login-search-lang-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-nav-link{
    font-family: Avenir-Regular,sans-serif;
    font-size: 16px;
    color: #232C39;
    line-height: 22px;
}
.main-nav li:not(:first-child) {
    margin-left: 30px;
}
.signup-link,.signup-link:hover{
    font-family: Avenir-Regular,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    background-color: #FF5A5A;
    border-radius: 30px;
    color: white;
}
.lang-link{
    font-family: Avenir-Regular,sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100px;
    height: 40px;
    background-color: white;
    border-radius: 30px;
    color: #232C39;
    border: 1px solid #232C39;
    text-align: right;
    margin: 0 13px;
}
.lang-icon-span{
    display: inline-flex;
    margin-left: 4px;
}
.lang-link-span{
    margin-left: 5px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lang-link-span:after{
    content: "";
    display: inline-block;
    border: solid #232C39;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
}
.lang-label{
    width: 100%;
    margin-right: 5px;
}
.select-lang,.select-lang:focus {
    font-family: Avenir-Regular,sans-serif;
    font-size: 17px;
    color: #232C39;
    border: none;
    outline: none;
    background: none;
    width: 100%;
}
.search-icon-link{
    display: inline-flex;
    margin-right: 9px;
}
.search-icon-link:before{
    content: "";
    display: inline-block;
    background-color: #E8E9EB;
    width: 1px;
    height: 24px;
    margin: 8px;
}
/* End Navbar Style */

/* Breadcrumbs Style */
ul.breadcrumb {
    padding: 0;
    list-style: none;
    background: none;
    margin-bottom: 0;
    display: flex;
    text-align: left;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}
ul.breadcrumb li+li:before {
    padding: 2px;
    color: #232C39;
    content: "";
    border: solid #232C39;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 4px;
    position: relative;
    right: 4px;
    bottom: 1px;
}
ul.breadcrumb li a {
    font-family: Avenir-Regular,sans-serif;
    color: #91959C;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #91959C;
    text-decoration: none;
}
ul.breadcrumb li a.active{
    color: #232C39;
}
/* End Breadcrumbs Style */

/* Cards Style */
.follow-link-div {
    display: flex;
    justify-content: center;
}
.follow-link,.follow-link:hover{
    font-family: Avenir-Regular,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5A5A;
    border-radius: 18px;
    color: white;
}
.follow-link.w-104,.follow-link.w-104:hover{
    font-size: 16px;
    width: 104px;
    height: 36px;
}
.follow-link.w-75,.follow-link.w-75:hover{
    font-size: 14px;
    width: 75px;
    height: 28px;
}
.suggested-card-div,.trending-card-div{
    background-color: white;
    border-radius: 28px;
    padding: 24px 12px;
    margin-top: 18px;
}
.suggested-div,.trending-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cards-title{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 18px;
    color: #232C39;
    cursor: default;
}
.more-link,.more-link:hover,.see-all-link,.see-all-link:hover{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #FF5A5A;
}
.suggested-people-scroll-div{
    width: 100%;
    height: 275px;
    overflow-y: auto;
    margin-top: 18px;
}
.suggested-people-scroll-div::-webkit-scrollbar {
    width: 2px;
}
.suggested-people-scroll-div::-webkit-scrollbar-track {
    background: none;
}
.suggested-people-scroll-div::-webkit-scrollbar-thumb {
    background: #E8E9EB;
}
.suggested-people-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 8px;
}
.suggested-people-div:not(:first-child),.flex-90-div:not(:first-child){
    margin-top: 12px;
}
.suggested-img-name-link,.suggested-img-name-link:hover{
    display: flex;
    align-items: center;
}
.suggested-img-div{
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
}
.suggested-name-div{
    display: inline-flex;
    margin-left: 7px;
    margin-right: 1px;
    white-space: nowrap;
}
.suggested-name{
    font-family: Avenir-Medium,sans-serif;
    font-size: 16px;
    color: #232C39;
}
.trending-hashtag-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-right: 8px;
}
.trending-img-hashtag-link,.trending-img-hashtag-link:hover{
    display: flex;
    align-items: center;
}
.trending-img-div{
    display: inline-flex;
    /*border: 1px solid #E9E9EB;*/
}
.trending-img-div.w-44{
    width: 44px;
    height: 44px;
    border-radius: 8px;
}
.trending-img-div.w-60{
    width: 60px;
    height: 60px;
    border-radius: 14px;
}
.trending-img-div.w-44 img{border-radius: 8px;}
.trending-img-div.w-60 img{border-radius: 14px;}
.trending-name-div{
    display: inline-flex;
    margin-left: 5px;
}
.trending-name{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 16px;
    color: #232C39;
    display: block;
}
.trending-num{
    font-family: Avenir-Medium,sans-serif;
    font-size: 12px;
    color: #91959C;
    display: block;
}
.trending-communities-link-div{
    display: block;
    margin-top: 10px;
}
.trending-communities-link,.trending-communities-link:hover{
    font-family: Avenir-Heavy,sans-serif;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgb(233 233 235);
    border-radius: 22px;
    font-size: 15px;
    background-color: white;
    color: rgb(35 44 57);
    margin-top: 8px;
    white-space: nowrap;
    margin-right: 4px;
}
.trending-content-div{
    display: flex;
    align-items: center;
}
.trending-communities-link span{
    display: inline-flex;
    margin: 0 0 0 16px;
}
.get-app-div{
    margin-top: 25px;
}
.get-app-link,.get-app-link:hover{
    font-family: Avenir-Heavy,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #FF5A5A;
    color: white;
    font-size: 18px;
    border-radius: 28px;
}
.footer-links-div{
    margin-top: 25px;
}
.footer-link,.footer-link:hover{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #91959C;
}
.footer-link:after{
    content: ".";
    display: inline-block;
}
.footer-link:not(:last-child):after{
    position: relative;
    bottom: 4px;
}
.post-card-div{
    background-color: white;
    border-radius: 28px;
    margin-top: 18px;
}
.postname-more-div{
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 10px 15px;
    position: relative;
}
.sensitive-main-div{
    width: 100%;
    height: 100%;
    position : absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sensitive-div{
    text-align: center;
}
.sensitive-div h3{
    font-family: Avenir-Medium,sans-serif;
    font-size: 20px;
    color: rgb(255 255 255);
    width: 82%;
    text-align: center;
    margin: auto;
}
.sensitive-div button{
    font-family: Avenir-Regular,sans-serif;
    font-size: 18px;
    color: rgb(255 255 255);
    cursor: pointer;
    outline: none;
    border: 1px solid rgb(255 255 255);
    border-radius: 28px;
    width: 170px;
    height: 36px;
    background: none;
    margin-top: 13px;
}
.blurImage {
    filter: blur(10px);
}
.postname-flex-div{
    display: flex;
    align-items: center;
}
.postname-img-div{
    width: 40px;
    height: 40px;
}
.postname-time-div{
    margin-left: 5px;
    line-height: 15px;
}
.postname-text{
    font-family: Avenir-Medium,sans-serif;
    font-size: 12px;
    color: #232C39;
}
.posttime-text{
    font-family: Avenir-Regular,sans-serif;
    font-size: 10px;
    color: #91959C;
}
.auth-icon-div{
    position: absolute;
    bottom: -8px;
    right: 0;
}
.more-dots-link,.more-dots-link:hover{
    font-size: 26px;
    color: #91959C;
    line-height: 23px;
}
.post-img{width:100%;}
.post-info-div{
    padding: 0 15px 15px 15px
}
.post-hashtag-div{text-align: left;margin-top: 9px;}
.hashtag-text{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #FF5A5A;
    word-wrap: break-word;
}
.interactions-div{margin-top: 9px;}
.interaction-post-link,.interaction-post-link:hover{
    font-family: Avenir-Medium,sans-serif;
    font-size: 12px;
    color: #91959C;
}
.interaction-post-link:not(:last-child):after{
    content: ".";
    display: inline-block;
    position: relative;
    bottom: 4px;
}
.comment-like-div{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.write-comment-link{width: 100%;}
.write-comment-input,.write-comment-input:focus{
    font-family: Avenir-Regular,sans-serif;
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #E9E9EB;
    border-radius: 20px;
    padding-left: 15px;
    font-size: 14px;
    color: #91959C;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
.write-comment-input::placeholder{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #91959C;
}
.love-share-link-div{
    position: relative;
    display: flex;
    margin-left: 8px;
}
.love-share-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #E9E9EB;
}
.love-share-link:first-child{
    margin-right: 8px;
}
.post-bg-div{
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.post-bg-div p{
    font-family: Avenir-Medium,sans-serif;
    font-size: 16px;
    color: #232C39;
    text-align: left;
    /*max-width: 93%;*/
    margin-right: 8px;
}
.read-more__link-wrap{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.read-more__link{
    font-family: Avenir-Regular,sans-serif;
    font-size: 16px;
    color: #FF5A5A;
}
.readmore__content {
    width: 100%;
    display: flex;
}
.post-video{
    width: 100%;
    object-fit: cover;
}
.post-subtext-div{text-align: left;margin-top: 9px;}
.post-subtext{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #232C39;
    word-wrap: break-word;
}
.view-link{
    font-family: Avenir-Medium,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 25px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 32px;
    background-color: #00000080;
    border-radius: 16px;
    box-shadow: 0 4px 22px #00000029;
}
.view-icon-span{display: inline-flex;}
.view-icon{
    width: 31px;
}
.follow-account-link,.follow-account-link:hover{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #FF5A5A;
    margin-right: 15px;
    display: inline-flex;
    position: relative;
    top: 2px;
}
.join-link-div {
    display: flex;
    justify-content: center;
}
.join-link,.join-link:hover{
    font-family: Avenir-Regular,sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5A5A;
    border-radius: 18px;
    color: white;
    width: 82px;
    height: 36px;
}
/* End Cards Style */

/* Multiple Images Slider */
.mySlides {display: none}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
}
.numbertext {
    font-family: Avenir-Medium,sans-serif;
    font-size: 14px;
    color: rgb(255 255 255);
    padding: 8px 12px;
    position: absolute;
    top: 25px;
    right: 12px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 16px;
    box-shadow: 0 4px 22px #00000029;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* End Multiple Images Slider */

/* Alert Copy Style */
.copy-link-box-div{
    background: rgb(255 255 255);
    border-radius: 12px;
    display: none;
    width: 155px;
    height: 60px;
    position: absolute;
    top: -62px;
    right: -115px;
    z-index: 1;
    border: 1px solid rgb(232 233 235);
}
.love-share-link-div.show .copy-link-box-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-link-box-div a{
    display: flex;
}
.alert-copy-div{
    background-color: rgb(35 44 57);
    color: rgb(255 255 255);
    margin:  auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 40px;
    transition: all 0.8s;
    position: fixed;
    top: -80px;
    z-index: -1;
    right: 0;
    left: 0;
}
.alert-copy-div.show{
    transition: all 0.8s;
    top: 15px !important;
    z-index: 999999 !important;
}
.check-span{
    background: rgb(255 255 255);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: rgb(35 44 57);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 15px;
}
.check-span img{
    width: 13px;
}
.copy-text{
    font-family: Avenir-Light,sans-serif;
    font-size: 15px;
    color: #232C39;
    margin: 0 12px;
}
/* End Alert Copy Style */

/* Popup Style */
#get-app-popup{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000B3;
    transition: all .4s;
    z-index: 1;
    display: none;
}

#get-app-popup:target{
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-body{
    padding: 17px 32px 32px 32px;
}
.main-popup-content-div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 12%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
}
.popup-content {
    width: 588px;
    max-width: 90%;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 28px;
}
.popup-title-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E9EB;
    padding: 1em 2em;
}
.popup-title{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 30px;
    color: #232C39;
}
.modal-close {
    font-size: 20px;
    color: #91959C;
    text-decoration: none;
}
.scan-text,.download-app-text{
    font-family: Avenir-Light,sans-serif;
    font-size: 24px;
    color: #232C39;
    text-align: center;
}
.qr-app-div{
    width: 200px;
    height: 200px;
    margin: 25px auto;
}
.qr-app-div img{
    width: 100%;
    height: 100%;
}
.download-type-div{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.download-type-span{display: inline-flex;}
/* End Popup Style */

/* Dropdown Language Style */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255 255 255);
    min-width: 111px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 1;
    top: 25px;
    right: 0;
    left: 0;
    text-align: center;
    list-style: none;
    padding: 0;
}
.dropdown-content a {
    font-family:Avenir-Regular,sans-serif;
    font-size: 18px;
    color: #232C39;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    color: white;
    background-color: #232C39;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* End Dropdown Language Style */
.loader-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 25%;
}
.disabled{
    pointer-events:none;
    opacity:0.6;
}
.postImage{
    max-width: 100%;
    max-height: 550px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.swiper-button-next.multiple-img:after, .swiper-button-prev.multiple-img:after{
    font-size: 25px;
}
.swiper-button-next.multiple-img, .swiper-button-prev.multiple-img{
    color: white
}
.error-img-div{text-align: center;}
.error-title{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 21px;
    color: #232C39;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}
.error-text{
    font-family: Avenir-Regular,sans-serif;
    font-size: 16px;
    color: #91959C;
    text-align: center;
    margin: 8px auto !important;
}
.error-img{width: 100%;}
.my-section{
    margin: 85px auto;
}
.my-percent{margin: 4% auto;}
.row-center{justify-content:center;}
.bottom-div{
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-color: #F9F9F9;
}
.go-to-home-link,.go-to-home-link:hover{
    font-family: Avenir-Regular,sans-serif;
    font-size: 18px;
    color: rgb(255 255 255);
    background-color: rgb(255 90 90);
    border-radius: 30px;
    width: 225px;
    height: 50px;
    margin: 25px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-js{
    width: 100% !important;
    height: 240px !important;
}
.copy-link-icon{
    filter: invert(14%) sepia(16%) saturate(1035%) hue-rotate(175deg) brightness(95%) contrast(91%);;
}
.swiper-slide.height-550{
    height: 550px;
}
.height-100{height: 100%;}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: none;
}
body::-webkit-scrollbar-thumb {
    background: rgba(145,149,156,0.6);
    border-radius: 8px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
    color: white !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    color: white !important;
}
.vjs-big-play-centered .vjs-big-play-button
{
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -0.9em !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}
.cursor-default{cursor: default !important;}
.max-height550px{
    width: 100%;
    max-height: 550px;
}
