@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

body{
    font-family: 'Inter';
    background: #0C1014;
}
img{max-width: 100%}
.container-wrapper{max-width: 1200px; margin: 0 auto;}
.container-wrapper {
    max-width: 98%;
}
.container-wrapper .header .logo-sec {
    max-width: 20%;
    width: 20%;
    flex-shrink: 0;
}
.header {
    margin-top: 30px;
    margin-bottom: 20px;
}
.container-wrapper .header .logo-sec .logo {
    width: 150px;
}
.header {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.main-center-sec .filters ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 15px;
}
.main-center-sec .filters ul li a {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    padding: 12px 20px;
    border-radius: 45px;
    font-size: 14px;
    display: block;

}
.container-wrapper .header .right-sec {
    max-width: 20%;
    flex-shrink: 0;
    width: 20%;
}

.container-wrapper .header .main-center-sec {
    flex-shrink: 0;
    max-width: 60%;
    width: 60%;
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.container-wrapper .header .main-center-sec:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 200px;
    background: #000;
    left: 0;
    z-index: -1;
    display: none;
}
.filters {
    display: none;
}

.search-main input {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    font-size: 14px;
    padding: 11px 20px;
    outline: none;
    width: 100%;
    height: 100%;
}
.topppics img, .notifications img {
    width: 20px;
}

.topppics, .notifications {
    background: #191919;
    border: 1px solid #2b2b2b;
    width: 45px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 45px;
    margin-left: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    cursor: pointer;
}
.search-main input[type="text"]:hover {
    background: #222;
    cursor: pointer;
    font-size: 0;
}
.topppics:hover, .notifications:hover{background: #222;}
.main-center-sec .filters ul li a:hover {
    background: #222;
}
.nav-menu li {
    list-style: none;
}
.search-main img {
    position: absolute;
    width: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-main img:hover{
    cursor: pointer
}
    
.search-main input {
    padding-left: 35px;
}
.join-conversation button.btn.bt-white:hover {
    color: #000;
    background: #dedddd;
}

.nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 35px;
    display: block;
    font-size: 15px;
}

.nav-menu li a.active{
    border: 1px solid #2b2b2b;
    background: #191919;
}
.main-section .main-sec-left, .main-center-right {
    flex-shrink: 0;
    max-width: 20%;
    width: 20%;
    position: sticky;
    top: 100px;
    height: calc(100vh - 110px);
}
.main-section .main-sec-left, .main-center-right {
    max-width: 250px;
    width: 250px;
}
.main-section .main-sec-left{
    max-width: none;
    width: auto;
    min-width: inherit;
}
.main-section .main-sec-left, .main-center-right {
    top: 15px;
    height: calc(100vh - 30px);
}
.main-sec-left .logo-sec {
    width: 150px;
    margin-bottom: 20px;
    margin-bottom: 0px;
}
.right-sec {
    margin-bottom: 20px;
}
.main-center-right .get-the-app{
    right: 0;
    left: inherit;
    position: static;
    margin: 0 !important;
    flex: 1;
}
.search-main {
    position: relative;
    width: 45px;
    flex-shrink: 0;
    height: 45px;
}
.search-main input[type="text"] {
    padding: 0;
}
.search-main input[type="text"] {
    padding: 0 !important;
    margin: 0 !important;
}
.search-main {
    position: relative;
    width: 45px;
}
.reaction-wrapper .reaction-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 12px;
}
.reaction-wrapper .reaction-box li {
    color: #adadad;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.website img {
    width: 12px;
    float: right;
    margin-left: 4px;
}
.days {
    color: #adadad;
    font-size: 12px;
}
div#share-box {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: #000000a1;
    width: 100%;
    height: 100%;
}
#share-box .inner-share {
    background: #fff;
    max-width: 360px;
    margin: 40px auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 25px;
}

#share-box .inner-share {
    background: #222;
/*    background: #2e262663;*/
    max-width: 430px;
    width: 430px;
    margin: 40px auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.5s ease;
    opacity: 0;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* for Safari / Mac */
}
#share-box button:hover {
    background: #313131;
}
#share-box .inner-share ul li:hover span {
    color: #fff;
}
#share-box .inner-share.showMe {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
#share-box .inner-share h3 {
    font-size: 20px;
    color: #fff;
}
#share-box .inner-share .close-pop {
    font-size: 22px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    margin-top: -2px;
    background: #555;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-wrapper.home-wrapper.signal-wrapper .post-box-full {
    width: 100%;
}
.post-menu span.icon-invert img, .icon-invert img {
    filter: invert(1);
    width: 16px;
}
#share-box .inner-share .close-pop svg {
    filter: invert(1) brightness(0.5);
}
#share-box .inner-share .close-pop:hover {
    background: #cccccc29;
}
#share-box .inner-share .close-pop svg {
    filter: invert(1) brightness(5);
    transform: scale(1);
    width: 63%;
}
#share-box .inner-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between;
    margin-top: 6px;
    margin: 11px -10px;
}
/*
#share-box .inner-share ul li {
    width: 23% !important;
    text-align: center;
    padding: 7px 0;
}
*/
#share-box .inner-share ul li {
    width: 72px !important;
    text-align: center;
    padding: 7px 0;
}
#share-box .mail-icon img{filter: invert(1)}
#share-box .inner-share ul li a {
    padding: 0;
}
#share-box .inner-share ul li a img {
    width: 67%;
}
div#share-box span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
    color: #adadad;
}
#share-box .copy-input {
    position: relative;
}

.copy-input {
    margin-top: 20px;
}
#share-box .copy-input input {
    width: 100%;
    height: 47px;
    border-radius: 50px;
    border: 1px solid #292929;
    padding: 0 10px;
    font-size: 13px;
    padding-right: 90px;
    outline: none;
/*    background: #1b1b1b;*/
    background: #111111;
}
#share-box button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #222;
    color: #fff;
    border: none;
    padding: 9px 19px;
    border-radius: 50px;
    font-size: 14px;
}
.website {   
    background: #383838;
    padding: 0 7px;
    border-radius: 45px;
    font-size: 10px;
    padding-right: 6px;
    font-family: "Fira Code", monospace;
    font-weight: 500;
    color: #e8e8e8;
    display: flex;
    align-items: center;
    /* line-height: 0px; */
    height: 20px;
}
.profile-holder .post-user h1 {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.profile-name-flex h1 {
    margin: 0;
    font-size: 18px !important;
}

.profile-name-flex {
    display: flex;
    gap: 5px;
    align-items: center;
}
.profile-holder .post-user {
    margin-bottom: 3px;
}
.bookmarks-icon img{
    width: 14px !important;
} 
.reaction-view img{
    width: 15px !important;
}
.reaction-wrapper .reaction-box li:not(:last-child) {
    border-right: 1px solid #555;
    padding-right: 10px;
}
.reaction-wrapper .reaction-box {
    background: #191919;
    /* flex: 1; */
    padding: 13px 18px;
    border-radius: 55px;
}
.reaction-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-left: 50px;
    margin: 20px 0 20px 55px;
}
.post-box-inner.post-reply-section {
    margin-left: 55px;
}
.post-box-inner.post-reply-section .post-header .post-icon:before {
    content: "";
    width: 33px;
    height: 30px;
    position: absolute;
    background: none;
    left: -33px;
    bottom: 18px;
    border-radius: 0 25px;
    border: 2px solid #2b2b2b;
    border-top: none;
    border-right: none;
}
/*
.post-media video {
    border-radius: 25px;
        border: 1px solid #181818;
}
*/
.post-media video {
    border-radius: 25px;
    border: 1px solid #181818;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    width: auto;
}
.post-with-reply:before {
    content: "";
    border-left: 1px solid #2b2b2b;
    height: calc(100% - 60px);
    position: absolute;
    left: 20px;
    top: 49px;
    border-bottom: 1px solid #2b2b2b !important;
    width: 30px;
    border-radius: 0 0 0 15px;
}
li.nav-side-li.active a {
/*    border: 1px solid #2b2b2b;*/
    border: 1px solid #2b2b2b;
    background: #191919;
}
li.nav-side-li.home-tab.active a {
/*    border: 1px solid transparent;*/
}
#followers-popup .profile-tabbing ul div.active-tab, #members-followers .profile-tabbing ul div.active-tab {
    width: 268px;
}
#followers-popup .profile-tabbing li:nth-child(2).active ~ .active-tab, #members-followers .profile-tabbing li:nth-child(2).active ~ .active-tab {
    left: 292px;
}
#followers-popup .post-icon img, #members-followers .post-icon img, #members-followers .post-icon img  {
    border-radius: 50%;
}

#followers-popup .post-icon, #members-followers .post-icon {
    width: 35px;
    height: 35px;
}
.news-wrapper .url-preview {
    background: #1b1b1b;
    border-radius: 26px;
    border: 1px solid #383838;
    cursor: pointer;
}
.news-wrapper .url-preview:hover {
    background: #242424;
}
.news-left-side > div {
    padding-right: 20px;
}
.top-stories-wrapper {
    margin-bottom: 40px;
}
.news-left-right img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.post-icon span.alphabet-icon {
    background: #393939;
    display: block;
    height: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
}
#unfollow-account .user-icon img {
    border-radius: 50%;
}

#unfollow-account .user-icon {
    width: 50px;
    margin: 0 auto 10px;
    height: 50px;
}
#unfollow-account h5 {
    text-align: center;
}
#unfollow-account button.deactivate {
    background: #3b3b3b !important;
}
#followers-popup .post-content-wrapper {
    margin-left: 45px;
    margin-top: 0px;
}
#followers-popup .post-content {
    margin-top: 5px;
}
.post-with-reply {
    position: relative;
/*    z-index: -1;*/
}
.replies-count {
    display: inline-block;
    margin-left: 52px;
}
.replies-count a{
    background: #2b2b2b;
    border-radius: 35px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px
}
.post-box-inner.post-reply-section .post-header .post-icon {
    position: relative;
    width: 38px;
    height: 38px;
}
.profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside:before {
   /* border-bottom: 1px solid #2b2b2b;
    content: "";
    width: calc(100% - 54px);
    height: 1px;
    position: absolute;
    padding: 0;
    bottom: 34px;
    left: 53px;*/
    border-bottom: 1px solid #2b2b2ba8;
    content: "";
    width: calc(100%);
    height: 1px;
    position: absolute;
    padding: 0;
    bottom: 33px;
    left: 0;
}
.profile-sectins-com {
    margin-top: 20px;
}
.join-conversation .strong a {
    color: #fff;
    text-decoration: none;
}

.profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside{
    position: relative;
    padding-bottom: 70px;
    padding-top: 0px;
/*    z-index: 0;*/
}

.post-box-inner.post-reply-section .post-header .post-icon {
    position: relative;
}
.reaction-box.reaction-share {
    padding: 13px;
}

.reaction-wrapper .reaction-box img {
    width: 18px;
}
.reaction-wrapper .reaction-box {
    background: #181818;
    border: 1px solid #383838;
}
.main-section {
    display: flex;
    align-items: flex-start;
}
.reaction-box.reaction-share {
    padding: 0;
    width: 46px;
    display: flex;
    justify-content: center;
}
.reaction-box.reaction-share > ul > li > a img {
    transform: scale(0.85);
}
.main-section {
    justify-content: space-between;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main-center-sec {
    max-width: 60%;
    width: 60%;
    flex-shrink: 0;
}
.main-center-sec {
    max-width: 700px;
    width: 700px;
}
.join-conversation {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    padding: 15px;
}
.join-conversation .icon {
    width: 40px;
    margin: 0 auto 12px;
}
.join-conversation h3 {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.join-conversation p {
    font-size: 12px;
    text-align: center;
    color: #bbb;
    line-height: 16px;
}
.join-conversation button.btn.bt-white {
    background: #fff;
    width: 100%;
    border-radius: 35px;
    font-size: 15px;
    padding: 8px 0;
    font-weight: 700;
}
.join-conversation .strong {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
}
.main-center-right .copy {
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    margin-top: 13px;
    padding: 0 10px;
    color: #727272;
}
.header-wrapper-main {
    background: #000;
    padding-top: 20px;
    height: 90px;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 14px;
    background: #0c1014;
    z-index: 9;
}
.post-wrapper {
    padding: 10px 80px;
}
.post-wrapper {
    padding: 0px 80px;
}
.post-wrapper {
    padding: 0px 40px;
}
.main-center-sec .post-wrapper .post-icon img {
    border-radius: 50%;
}
.main-center-sec .post-wrapper .post-icon img {
    border-radius: 50%;
    border: 1px solid #1F1F1F;
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}
.main-center-sec .post-wrapper .post-icon {
    width: 40px;
    height: 40px;
}
.main-center-sec .post-wrapper .post-icon {
    width: 50px;
    height: 50px;
}

.main-center-sec .post-wrapper.profile-wrapper .post-user-details .post-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.main-center-sec .post-wrapper.profile-wrapper .all-post-reply .post-icon {
    width: 40px !important;
    height: 40px !important;
}


.post-header.profile-user .post-icon {
    width: 60px;
    height: 60px;
}
.followers-count {
    color: #adadad;
    text-align: center;
}
.verified-icon {
    width: 18px;
}
.post-user-details {
    display: flex;
    color: #fff;
    gap: 10px;
    align-items: center;
}
.post-user {
    display: flex;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    
}
.post-user-details .post-user .verified-icon img {
    width: 18px;
    float: left;
}
.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-header.profile-user {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    color: #fff;
}
.followers-wrapper {
    display: flex;
    gap: 25px;
    text-align: left;
    margin-left: 5px;
}
.post-header .post-menu, .post-header .post-menu-setting {
    width: 20px;
/*    position: relative;*/
}
.profile-head-wrapper .share-right .post-menu > a > img {
    width: 25px;
}
.profile-head-wrapper .share-right .post-menu {
    position: relative !important;
}
.post-detail-page .post-content-wrapper{margin-left: 0}
.post-detail-page .post-content-wrapper .single-image{
        padding-left: 0;
}
.post-detail-page .category-label {
    padding-left: 0px;
}
.post-detail-page .reaction-wrapper {
    margin: 20px 0 20px 0;
}
.profile-head-wrapper .share-right .post-menu ul {
    flex-direction: column;
    right: 0;
}
.profile-head-wrapper .share-right .post-menu ul {
    width: 240px;
}
.post-wrapper.profile-wrapper.post-detail-page div#post-box-section {
    min-height: auto;
}
.reply-box {
    color: #fff;
    border-top: 1px solid #222;
    padding-top: 40px;
}
.reply-box h3 {
    font-weight: 600;
    font-size: 25px;
}
.reply-inner p {
    color: #adadad;
    font-size: 14px;
}
.reply-box .reply-inner .post-icon {
    width: 45px;
    height: 45px;
}
.reply-inner .post-box:after {
    opacity: 0;
}
.reply-inner .post-box {
    border-bottom: 1px solid #2b2b2ba8;
}
.reply-box h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}
.all-post-reply .post-box:last-child {
    border-bottom: none;
}
.post-media {
    margin-left: 55px;
    margin-top: 15px;
}
.post-detail-page .reply-box .reaction-wrapper {
    margin: 20px 0 0px 0;
}
.post-wrapper.profile-wrapper.post-detail-page .post-box {
    position: relative;
    padding-bottom: 20px;
}
.profile-head-wrapper .share-right .post-menu ul li {
    width: 100%;
}
.post-wrapper.profile-wrapper.post-detail-page .post-box {
    padding-bottom: 30px;
    padding-top: 30px;
}
.setting-wrapper .setting-dflex.d-flex .left-setting-menu ul li img {
    width: 16px;
    margin-right: 10px;
    float: left;
    margin-top: 1px;
}
/*.setting-wrapper .setting-inner {
    position: relative;
    transform: scale(0.9);
    transition: all 0s ease;
    opacity: 0;
}*/
.setting-wrapper .setting-inner {
    position: absolute;
    transform: scale(0.9);
    transition: all 0s ease;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    margin: 0;
}
.setting-wrapper .setting-inner.showMe {
    transform: scale(1);
    opacity: 1;
}
.setting-wrapper .close-account, #toppics .close-pop {
    /*width: 25px;
    position: absolute;
    right: 20px;
    top: 16px;
    height: 25px;*/
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #555;
    height: 30px;
    background: #555;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    z-index: 9;
}

.close-account {
    width: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #555;
    border-radius: 35px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.account-form input {
    background: #2b2b2b;
    border: none;
    height: 45px;
    border-radius: 26px;
    color: #adadad !important;
    font-size: 14px;
}
.croppie-container .cr-boundary {
    background: transparent;
    border-radius: 15px !important;
}
div#croppie-div {
    text-align: center;
}
div#croppie-div {
    background: #171717;
    width: 400px !important;
    left: 50% !important;
    position: absolute !important;
    max-width: 400px !important;
    margin: 80px 0;
    transform: translateX(-50%);
    border-radius: 15px;
    border: 1px solid;
    padding: 20px 0;

}
.croppie-container .cr-resizer, .croppie-container .cr-viewport{box-shadow: none !important}
button#croppie-submit-btn {
    background: #fff;
    padding: 13px 36px;
    border-radius: 35px;
    font-weight: 600;
}
.croppie-container .cr-slider-wrap {
    position: static;
    bottom: 50px !important;
}
.reaction-box.reaction-share {
    position: relative;
}

.reaction-box.reaction-share .share-drop-down {
    position: absolute;
    background: #222;
    top: 0;
}
.reaction-box.reaction-share .share-drop-down {
    position: absolute;
    background: #2b2b2b;
    top: 54px;
    right: 0;
    width: 225px;
    padding: 10px;
    border-radius: 30px;
    transform: scale(0.8);
    transform-origin: 140px 0;
    opacity: 0;
    transition: all 0.2s ease;
    visibility: hidden;
    z-index: 9;
    border: 1px solid #424242;
    padding: 6px !important;
}
.share-drop-down li a {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    padding: 12px 12px;
    border-bottom: 1px solid #2b2b2b;
    gap: 10px;
    white-space: nowrap;
}
.share-drop-down ul {
    gap: 0 !important;
}
.share-drop-down li:last-child a{
    border-bottom: none
}
.share-drop-down {
    padding: 0 !important;
}
.reaction-box.reaction-share.show-menu .share-drop-down {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}
.reaction-box.reaction-share .share-drop-down ul {
    flex-direction: column;
    text-align: left;
    justify-content: normal;
    align-items: baseline;
}
.reaction-box.reaction-share .share-drop-down ul li a{
    color: #fff;
    text-decoration: none;
}
.reaction-box.reaction-share .share-drop-down ul li {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
}
.account-form textarea {
    color: #adadad !important;
    padding: 10px;
    font-size: 14px;
}
.account-form textarea:focus {
    border: none;
    outline: none;
}
.close-account svg {
    filter: invert(1);
    width: 63%;
}
.post-box{position: relative}
.post-box:after{
    border-bottom: 1px solid #2b2b2b;
    content: "";
    width: calc(100% - 54px);
    height: 1px;
    position: absolute;
    padding: 0;
    bottom: 33px;
    left: 53px;}
.post-box:after {
/*    border-bottom: 1px solid #2b2b2b;*/
    border-bottom: 1px solid #2b2b2ba8;
    content: "";
    width: calc(100%);
    height: 1px;
    position: absolute;
    padding: 0;
    bottom: 33px;
    left: 0;
}
.signal-selected div#post-box-section {
    margin-top: 0;
}
.signal-selected .post-wrapper.home-wrapper {
    padding-top: 11px;
}
.post-wrapper.home-wrapper .profile-sectins-com {
    margin-top: 0;
}
.pinned span {
    background: #1f1f1f;
    padding: 5px 10px;
    display: inline-block;
    color: #888b8e;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 35px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
.pinned {
    margin-bottom: 10px;
}
.pinned img {
    width: 10px;
}
.account-form input:focus {
    background: #2b2b2b;
    border: none;
    outline: none;
    box-shadow: none;
}
.post-box {
    position: relative;
    padding-bottom: 50px;
}
.post-box.post-box-with-reply {
    padding-bottom: 0;
}
.post-box.post-box-with-reply:after{display: none;}
.post-menu ul {
  padding: 0;
    position: absolute;
    list-style: none;
    background: #191919e6;
    background: #181818;
    border: 1px solid #282828;
    padding: 0px;
    width: 200px;
    /* right: 0; */
    /* top: 23px; */
    border-radius: 25px;
    margin-bottom: 0;
    transform: scale(0.5);
    transform-origin: right top;
    transition: all 0.2s ease;
    opacity: 0;
    margin-left: -188px;
    z-index: 7; 
    visibility: hidden;
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.post-menu ul li a:hover {
    background: #222;
}
li.delete-item a {
    color: #ff0000 !important;
}
.post-menu.show-menu ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.post-menu ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.post-menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
/*    padding: 12px 15px;*/
    padding: 17px 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2b2b2b;
}
.post-menu ul li:last-child a{
    border-bottom: none
}
.nav-icons.bookmark-icon img{width: 16px}
.delete-item span.icon-invert img {
    filter: none;
}


.post-content-wrapper {
    margin-left: 55px;
    margin-top: 0px;
}
#confirm-close .inner-confirm h2 {
    font-size: 18px;
    text-align: center;
}
#confirm-close .inner-confirm p {
    text-align: center;
}
#confirm-close .options ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
#confirm-close .confirmation-popup-inner h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 27px;
}
#confirm-close .confirmation-action {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
#confirm-close .confirmation-action button {
    background: #3b3b3b;
    border: none;
    border-radius: 26px;
    font-size: 14px;
    padding: 13px 0px;
    flex: 1;
    color: #fff;
    text-align: center;
}
#confirm-close .confirmation-action button.yes-close {
    background: #1888FF;
}
.dot-sign {
    line-height: 7px;
    color: #adadad;
}
.post-content-wrapper .post-content p{
    color: #e8e8e8;
    font-size: 15px;
}
.category-label {
    margin-bottom: 12px;
}
.signal-wrapper .category-label {
    margin: 0;
}
.signal-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    margin-left: 2px;
}
.category-label span {
    color: #e8e8e8;
    background: #191919;
    font-size: 11px;
    padding: 8px 11px;
    border-radius: 45px;
}
.category-label span {
    font-size: 12px;
    padding: 0;
    float: left;
}
.category-label span{background: none; text-decoration: underline;}
.category-label span{color: #adadad}
.signup-signin-wrapper{}
.signup-wrapper-box {
    margin-bottom: 5px;
    /* border: 1px solid #3241585c !important; */
    border: 1px solid #2a2a2a !important;
    background: #1a1a1a;
    max-width: 450px;
    margin: 70px auto;
    padding: 25px;
    border-radius: 25px;
    
}
.signup-header {
    display: flex;
    justify-content: space-between;
}
.signup-header .logo {
    width: 100px;
}
.signup-header .close {
    width: 25px;
}
.signup-body input {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    font-size: 14px;
    padding: 11px 20px;
    width: 100%;
    outline: none;
}
.signup-signin-wrapper .signup-wrapper-box h1 {
    color: #fff;
    font-size: 18px;
}
.signup-signin-wrapper .signup-wrapper-box .signup-heading h1, .signup-signin-wrapper .signup-wrapper-box .signup-heading h2  {
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
    font-weight: 600;
}
.signup-signin-wrapper .signup-wrapper-box .sub-title {
    color: #adadad;
    font-size: 13px;
    margin-bottom: 20px;
}
.signup-signin-wrapper .form-group {
    margin-bottom: 15px;
}
.signup-signin-wrapper .tnc, .signup-signin-wrapper .tnc a {
    color: #adadad;
    font-size: 11px;
}
.signup-signin-wrapper .tnc {
    margin-top: 0;
    display: block;
    margin-left: 8px;
}

.signup-signin-wrapper .tnc, .signup-signin-wrapper .tnc a {
    color: #adadad;
    font-size: 12px;
    display: inline-block;
}
.signup-signin-wrapper .signup-footer {
    margin-top: 50px;
    text-align: center;
}
.signup-signin-wrapper .form-group textarea {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 12px;
    font-size: 14px;
    padding: 10px 13px;
    width: 100%;
    resize: none;
}
.signup-signin-wrapper .count {
    text-align: right;
}
.count span {
    color: #888b8e;
    font-size: 12px;
}
.signup-signin-wrapper .signup-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
.signup-signin-wrapper #step06 .signup-footer > a {
    border: 1px solid #2d2d2d;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.signup-signin-wrapper #step06 p{opacity: 1}
.signup-signin-wrapper #step06 .signup-footer p.signin-tnc a {
    margin: 0;
    margin-top: 10px;
}

.signup-signin-wrapper .signup-footer button {
    width: 100%;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    height: 40px;
    font-size: 15px;
    color: #000;
}

#step04 .form-group button, #step05 .form-group button {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 10px 18px;
}
#step05 .form-group button {
    width: 48%;
    text-align: center;
}

#step05 .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
div#lottie-animation3{
    margin: 0 auto;
}
#step06 h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    transform: translateY(-10px);
    transition: all 1s ease 1s;
    opacity: 0;
}
#step06 p {
    color: #adadad;
    text-align: center;
    font-size: 13px;
    transform: translateY(-10px);
    transition: all 1s ease 1.5s;
    opacity: 0;
}
#step06.step6active h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    transform: translateY(0px);
    opacity: 1;
}
#step06.step6active p {
    color: #adadad;
    text-align: center;
    font-size: 13px;
    transform: translateY(0px);
    opacity: 1;
}
.signup-wrapper-box{display: none;}
#step01{display: block;}
#step02 .signup-body, #step03 .signup-body {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.or-wrapper {
    position: relative;
    margin-top: 10px;
}
.or-wrapper .or-line {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.or-line span {
    background: #1a1a1a;
    padding: 0 10px;
    position: relative;
}

.or-line:before {
    content: "";
    height: 1px;
    background: #2b2b2b;
    left: 0;
    right: 0;
    position: absolute;
    top: 12px;
}

.or-wrapper .or-line {
    text-align: center;
    color: #fff;
    font-weight: 600;
}



.for-label input {
    width: auto;
    margin-right: 7px;
}

.social-box button {
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 4px;
    border: none;
    font-weight: 700;
    text-align: left;
    padding-left: 100px;
    color: #000;
}
.social-box button img {
    width: 17px;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}
.social-login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.or-wrapper {
    position: relative;
    margin-top: 10px;
    margin: 20px 11px;
}
.social-box button img {
    width: 17px;
}
.social-box button img {
    width: auto;
    height: 19px;
}
.for-label {
    color: #adadad;
    display: flex;
    font-size: 12px;
    margin-left: 9px;
}
.for-label label {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 7px;
}
#step05 .form-group button:hover, #step04 .form-group button:hover {
    background: #222;
}
.reset-password{text-align: right}
.reset-password a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}
.signup-footer p.signin-tnc a {
    display: inline-block !important;
    font-size: 12px !important;
    color: #adadad !important;
    text-decoration: underline !important;
}

.signup-footer p.signin-tnc {
    color: #adadad;
    font-size: 11px;
    margin-top: 12px;
    margin-bottom: 0;
}
.resend-code a {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}
.password-updated-succesfully {
    background: #ccc;
    border: 1px solid #89f54e2b;
    background: #89f54e1f;
    color: #89f54e99;
    font-size: 12px;
    display: inline-block !important;
    padding: 5px 10px;
    border-radius: 11px;
    align-items: center;
}
.password-updated-succesfully img {
    width: 14px;
    margin-right: 4px;
}
.profile-wrapper .profile-head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    align-items: center;
    border: 1px solid #2b2b2b;
    border-radius: 50px;
    padding: 8px;
}
.profile-head h1, .profile-head h2.h1 {
    font-size: 15px;
    margin: 0;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-head h2 {
    font-size: 15px;
    margin: 0;
}

.profile-head {
    color: #fff;
}
.share-right ul li {
    width: 30px;
}
.profile-holder .followers {
    color: #adadad;
    font-size: 14px;
}
.profile-holder .followers-count-wrapper .followers {
    color: #fff;
    font-weight: 600;
}
.share-right ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.profile-head .back-btn {
    width: 30px;
}

.profile-tabbing li a {
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: all 1s ease;
}
.profile-tabbing li a.active {
    background: #fff;
    color: #000;
    border-radius: 35px;
    font-weight: 600;
}

.profile-tabbing ul {
    background: #191919;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 40px;
    align-items: center;
    gap: 45px;
    margin-bottom: 0;
}
#followers-popup .profile-tabbing ul {
    gap:15px
}
.profile-tabbing ul li {
    flex: 1;
    padding: 0 0px;
    z-index: 9;
    position: relative;
}
.profile-tabbing li a {
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 7px 20px;
}  
.post-content-wrapper.profile-bio {
    margin-left: 0;
    margin-top: 10px;
}
.post-content-wrapper.profile-bio {
    margin-top: 5px;
    color: #adadad;
}
.post-content-wrapper.profile-bio p {
    margin-bottom: 5px;
}

.profile-post.post-content-wrapper.profile-bio {
    margin-left: 0;
}

/* Freez profile */
.post-header.profile-user {
    position: sticky;
    top: 166px;
    background: #0C1014;
    z-index: 8;
}
.post-header.profile-user {
    top: 87px;
}
.post-header.profile-user {
    top: 17px;
    padding-bottom: 10px;
}
.profile-wrapper .profile-head-wrapper {
    position: sticky;
    top: 100px;
    background: #0C1014;
    padding: 0px 0;
    z-index: 9;
}
.profile-message-options button {
    background: #fff;
    border: none;
    border-radius: 50px;
    flex: 1;
    padding: 10px 0;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-message-options {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    display: none;
}
.profile-wrapper .profile-head-wrapper {
    padding: 18px 0 0;
}
.profile-wrapper .profile-head-wrapper {
    position: static;
}
.profile-wrapper .profile-head-wrapper {
    top: 20px;
}
.profile-tabbing {
    position: sticky;
    top: 210px;
    padding: 8px 0;
    background: #0C1014;
    z-index: 8;
}
.post-menu ul li:nth-child(2) a {
    border-bottom: none;
}

.account-form p {
    color: #adadad;
    font-size: 14px;
}

.account-form h4 {
    font-size: 18px !important;
    margin-bottom: 9px !important;
}
#change-email .account-form {
    display: none;
}
.profile-message-options button img {
    width: 16px;
    float: left;
    margin-top: -4px;
    margin-right: 3px;
}
.account-form h4 {
    font-size: 15px !important;
    margin-bottom: 9px !important;
    font-weight: 700;
}
.access span.label {
    font-weight: 600;
    font-size: 14px;
}
.profile-tabbing {
    top: 116px;
}
.profile-tabbing {
    top: 50px;
}
.profile-tabbing ul div.active-tab {
    width: 116px;
    background: #fff;
    height: 20px;
    position: absolute;
    border-radius: 45px;
    height: 36px;
    z-index: 0;
    left: 10px;
    transition: all 0.5s ease;
}
.profile-tabbing li:nth-child(2).active ~ .active-tab {
    left: 172px;
}
.profile-tabbing li:nth-child(3).active ~ .active-tab {
    left: 333px;
}
.profile-tabbing li:nth-child(4).active ~ .active-tab {
    left: 492px;
}
.post-header.profile-user:before {
    content: "";
    position: absolute;
    background: #0C1014;
    width: 100%;
    height: 18px;
    bottom: 100%;
}
/* Freez profile */
.main-section li.side-menu-nav img {
/*    width: 45px;*/
    width: 65px;
}
li.side-menu-nav {
    position: relative;
}
li.side-menu-nav > a {
    padding-left: 15px;
}
.side-menu-nav ul {
    position: absolute;
    top: -44px;
    left: 70px;
    transition: all 0.2s ease;
    transform: scale(0);
    opacity: 0;
    transform-origin: left;
}

.main-center-right .get-the-app.language-btn {
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-the-app {
    margin-top: 13px;
}

.get-the-app a {
/*
    background: #282828;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 15px;
    padding: 13px 22px;
    display: inline-block;
    background: #191919;
    border: 1px solid #2b2b2b;
*/
    background: #282828;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 15px;
    padding: 0 22px;
    padding: 0 0;
    display: inline-block;
    background: #191919;
    border: 1px solid #2b2b2b;
    height: 45px;
/*    line-height: 45px;*/
}
.get-the-app.language-btn > a {
    background: none;
    border: none;
}
.get-the-app a {
/*
    display: block;
    text-align: center;
*/
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 45px; 
}
.get-the-app {
    margin-top: 13px;
    position: absolute;
    bottom: 20px;
    left: 11px;
}

.get-the-app {
    bottom: 20px;
}
.get-the-app {
    bottom: 0px;
}


li.side-menu-nav.side-menu-nav-active ul {
    opacity: 1;
    transform: scale(1.0);
}
li.side-menu-nav {
    position: relative;
    margin-top: 15px;
}
.side-menu-nav ul img {
    margin-right: 0px;
}
.main-section li.side-menu-nav ul img {
/*    width: 40px;*/
    width: 60px;
    max-width: 60px;
} 
li.side-menu-nav a {
    font-size: 15px;
}
img.plus-icon-comp {
    position: absolute;
    transition: all 0.3s ease;
}
.follow-btn.active {
    color: white !important;
    background: #3b3a3a !important;
}
#followers-popup #followers-box, #members-followers #followers-box {
    margin-bottom: 20px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 0;
    min-height: 500px;
    margin-bottom: 0;
}
#followers-popup #followers-box .post-box, #members-followers #followers-box .post-box {
    padding-left: 25px;
    padding-right: 25px;
}
#followers-popup .inner-common-popup, #members-followers .inner-common-popup {
    padding-bottom: 0 !important;
}
div#followers-popup .inner-common-popup, div#members-followers .inner-common-popup {
    margin-top: 0;
    margin-bottom: 0;
}
textarea#other-textarea {
    width: 100%;
    resize: none;
    background: #191919;
    border: 1px solid #2b2b2b;
    border-radius: 15px;
    padding: 10px;
    color: #adadad;
    outline: none;
}
li.side-menu-nav.create-post.side-menu-nav-active img.plus-icon-comp {
    transform: rotate(45deg);
}
.profile-logged-in-user .profile-image img {
    border-radius: 45px;
}

.profile-logged-in-user .profile-image {
    width: 40px;
}
.profile-logged-in-user {
    display: flex;
    color: #fff;
    gap: 8px;
}
.profile-logged-in-user .user-name {
    display: flex;
    gap: 8px;
    align-items: center;
}
.profile-logged-in-user {
    display: flex;
    color: #fff;
    gap: 8px;
    background: #191919;
    padding: 9px;
    border-radius: 46px;
    margin-bottom: 15px;
    border: 1px solid #2b2b2b;
}
.profile-logged-in-user .verified-icon {
    width: 14px;
}
.profile-logged-in-user .web-icon {
    width: 16px;
}
.nav-menu ul li a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;     align-items: center;
    gap: 10px;}
.nav-menu ul li a span.nav-icons img{float: left}
.nav-menu ul li a span.nav-icons {
    width: 23px;
    display: inline-block;
}
.profile-bio .about-profile ul img {
    width: 20px;
}

.profile-bio .about-profile ul {
    padding: 0;
    list-style: none;
    gap: 15px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.about-profile li.more-links-tab {
    
}
.about-profile li.more-links-tab a {
    color: #fff;
    background: #191919;
    text-decoration: none;
    border-radius: 50px;
    padding: 7px 10px;
    font-size: 13px;
}
.cursor-pointer{cursor: pointer;}
#myaccount-profile .form-title span img {
    width: 25px;
    float: right;
}
#myaccount-profile .form-group.cursor-pointer p {
    margin-right: 50px;
    font-size: 14px;
    line-height: 18px;
}
#myaccount-profile .form-title {
    font-weight: 700;
    margin-bottom: 12px;
}
#myaccount-profile .form-group.cursor-pointer p {
    margin-bottom: 0;
}
#myaccount-profile .form-group.cursor-pointer:hover {
    background: #3c3c3c;
}
.confirmation-popup .confirmation-popup-inner h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 27px;
}
#delete-account .confirmation-popup-inner {
    width: 360px;
}
#app-message .get-androd-app a, #welcome-popup .get-androd-app a {
    background: #2b2b2b;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    margin: 16px 0 0;
    font-size: 15px;
    background: #1888FF;
    width: 100%;
    border: none;
    height: 50px;
    color: #fff;
    border-radius: 35px;
    font-weight: 600;
}
#welcome-popup .get-androd-app a {
    margin: 20px 0 0;
}
#welcome-popup .get-androd-app a {
    text-align: center !important;
}
#welcome-popup .email-verification.after-login p {
    font-size: 14px;
    color: #e8e8e8;
    line-height: 20px;
}
.search-data-wrapper .tabbing ul {
    gap: 15px;
}
.search-data-wrapper .tabbing li a {
    padding: 6px 15px;
    border-radius: 35px;
    display: inline-block;
    border: 1px solid #222;
}
.serch-posts .post-image img {
    border-radius: 8px;
}

.serch-posts .post-content-wrapper {
    display: flex;
}
#search-wrapper .close {
    background: #555;
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#search-wrapper .close a {
    text-align: center;
    display: flex;
}
#search-wrapper .close svg {
    filter: invert(1);
    width: 63%;
    margin: 0 auto;
}

.serch-posts .post-image {
    width: 100px;
    max-width: 100px;
    margin-left: 10px;
}
#app-message .get-androd-app a:hover {
    background: #1d75fe;
}
#app-message .note-line {
    margin: 25px 0;
}
.get-app-qr-code-wrapper .close-getstart svg {
    width: 25px;
    width: 63%;
    filter: invert(1);
}
.confirmation-popup .confirmation-popup-inner {
    width: 340px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #1b1b1b;
    padding: 30px;
    border: 1px solid #ffffff1c;
    border-radius: 35px;
    transition: all 0.1s ease;
    opacity: 0;
    
}

.get-app-qr-code-wrapper .close-getstart {
    position: absolute;
    right: 20px;
    font-size: 33px;
    color: #555555;
    top: 10px;
    font-weight: 100;
    cursor: pointer;
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #555;
    height: 30px;
    background: #555;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

.confirmation-popup .confirmation-popup-inner.showMe {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.confirmation-popup {
    background: #00000082;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}
.confirmation-popup .confirmation-action {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.confirmation-popup .confirmation-action button:hover {
    background: #434242;
}

.confirmation-popup .confirmation-action button {
    background: #3b3b3b;
    border: none;
    border-radius: 26px;
    font-size: 14px;
    padding: 13px 0px;
    flex: 1;
    color: #fff;
    text-align: center;
}
.confirmation-popup{display: none;}
#myaccount-profile .form-group.cursor-pointer {
    padding: 25px;
    border-radius: 33px;
    background: #353535;
}
.about-profile {
    margin-top: 10px;
}
.profile-bio .about-profile ul li {
    color: #adadad;
    font-size: 15px;;
}
.profile-header-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.profile-post.post-content-wrapper.profile-bio .post-box:last-child:after {
    display: none;
}
.body-home .container-wrapper .header .main-center-sec:after{display: none;}
.setting-wrapper{background: #222}
.setting-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000d6;
    z-index: 9;
    display: none;
}
.setting-inner {
    background: #171717;
/*    background: #2e262663;*/
/*    max-width: 700px;*/
    max-width: 750px;
    margin: 70px auto;
/*    width: 700px;*/
    width: 750px;
    border-radius: 30px;
/*    backdrop-filter: blur(14px);*/
/*    -webkit-backdrop-filter: blur(14px);*/
}
div#usernameinput img {
    width: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.setting-inner .setting-dflex.d-flex h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 28px;
}
.setting-inner .setting-dflex.d-flex ul li a {
    color: #adadad;
    text-decoration: none;
    font-size: 14px;
    padding: 14px 0;
    display: block;
}
#bookmarks-wrapper .profile-tabbing {
    top: 0;
}
#bookmarks-wrapper .profile-tabbing ul div.active-tab {
    width: 45%;
}
#bookmarks-wrapper .profile-tabbing li:nth-child(2).active ~ .active-tab {
    left: 53%;
}
#bookmarks-wrapper .post-content-wrapper.profile-bio {
    margin-top: 20px;
    color: #adadad;
}
.setting-inner .setting-dflex.d-flex .right-setting-menu h5 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 7px;
}
/*
.setting-inner .setting-dflex.d-flex .right-setting-menu {
    width: 70%;
    flex-shrink: 0;
}
*/
.setting-inner .setting-dflex.d-flex .right-setting-menu {
    width: 70%;
    flex-shrink: 0;
    padding: 24px;
    padding-left: 0;
    position: relative;
}
div#edit-profile #profile-type-popup {
    position: absolute;
    background: #171717 !important;
    backdrop-filter: none !important;
    padding-left: 10px;
    border-radius: 0 25px 25px 0;
    overflow: inherit;
}
div#edit-profile div#profile-type-popup h2 {
    margin-top: 14px;
    font-size: 17px;
}
div#edit-profile #profile-type-popup .signup-body .signup-footer button {
    margin-top: 10px;
}
div#edit-profile #profile-type-popup .close svg {
    float: left;
} 
div#edit-profile  #profile-type-popup .signup-wrapper-box .signup-header {
    padding: 20px;
    align-items: center;
    margin-top: 4px;
}
div#edit-profile  #profile-type-popup .signup-wrapper-box .signup-header h5{
    font-size: 18px !important;
}
div#edit-profile #profile-type-popup .signup-wrapper-box .signup-header {
    padding: 23px 15px;
    border: none;
    padding-bottom: 0;;
}
div#edit-profile #profile-type-popup .signup-wrapper-box {
    margin: 0;
}
div#edit-profile #profile-type-popup .signup-wrapper-box {
    margin: 0;
    border-radius: 0 25px 25px 0;
    border: none !important;
    width: 100% !important;
    max-width: 100%;
    background: none !important;
}
.submit-account button {
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
}

.submit-account {
    text-align: right;
    margin-top: 10px;
}
.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: 1px solid #383838;
    padding-right: 15px;
    width: 30%;
    flex-shrink: 0;
    margin-right: 0px;
}
.setting-wrapper .my-account {
    padding: 0 30px;
    padding-right: 0;
    height: 100%; 
}
#change-email .account-form {
    height: calc(100% - 60px);
}
#change-email .submit-account button {
    width: 100%;
}
.my-account .account-form {
    height: 100%;
}
.my-account .account-form .account-form-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my-account .submit-account button {
    width: 100%;
}
div#available {
    color: #4bae4f;
}
#usernameinput{position: relative}
.status-ico {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
}
.status-ico img{width: 14px}
.password-requirements li{color: #adadad}
div#unavailable {
    color: #ff0000;
}
ul.password-requirements {
    list-style: disc !important;
    list-style-position: inside !important;
}

ul.password-requirements li {
    padding: 0 !important;
    font-size: 13px;
    margin: 2px 0 !important;
}
#change-email .account-form .account-form-inner{
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.setting-wrapper .my-account .form-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
li.active-account a {
    background: #2b2b2b;
    padding: 14px 15px !important;
    display: block !important;
    border-radius: 45px;
    margin-left: -15px;
    color: #fff !important;
    font-weight: 700;
}
.setting-inner .setting-dflex.d-flex ul li {
    margin: 0px 0;
}
.form-group {
    margin-bottom: 20px;
}
.account-form textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 15px;
    background: #2b2b2b;
    border: none;
}
.setting-inner .setting-dflex.d-flex ul{
    padding: 0;
    list-style: none;
}
/*.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: 1px solid #383838;
    padding-right: 15px;
    background: #1b1b1b;
}*/
.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: none;
    padding-right: 15px;
    background: #1b1b1b;
    padding: 25px;
    border-radius: 25px 0 0 25px;
}
.setting-wrapper .setting-inner {
/*    padding: 30px;*/
    padding: 0px;
/*    padding: 40px;*/
}
.common-popup, .common-popup-new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #000000cf;
    display: none;
}
.common-popup button, .common-popup-new button {
    background: #1888FF;
    width: 100%;
    border: none;
    height: 50px;
    color: #fff;
    border-radius: 35px;
    font-weight: 600;
}
.common-popup-inner {
    width: 350px;
    position: absolute;
    left: 50%;
    background: #1b1b1b;
    top: 50%;
    padding: 30px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #444;
    transform: scale(0.9) translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
    transform-origin: 0 0;
}
.common-popup-inner.showMe {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}
.common-popup p, .common-popup-new p {
    color: #e8e8e8;
    font-size: 14px;
    margin: 25px 0;
    line-height: 22px;
}
.common-popup-inner h3 {
    font-size: 22px;
    font-weight: 600;
}



/*Get the App*/
.get-app-qr-code-wrapper {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: #000000de;
    left: 0;
    right: 0;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 30px 20px !important;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    border: 1px solid #333333;
    border-radius: 42px;
}

.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 40px 40px !important;
    padding: 30px 30px 30px !important;
}
.get-app-qr-code-wrapper > div {
    background: #1b1b1b;
    max-width: 350px;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    padding: 25px;
    margin: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.get-app-qr-code-wrapper > div.showMe{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.close-getstart {
    position: absolute;
    right: 20px;
    font-size: 33px;
    color: #555555;
    top: 10px;
    font-weight: 100;
    cursor: pointer;
}
.get-app-qr-code-wrapper .email-box {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
.get-app-qr-code-wrapper > div h4.text-center {
    color: #fff;
}

.get-app-qr-code-wrapper h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
    text-align:  left !important;
}
.scanner {
    width: 230px;
    margin: 0px auto 15px;
    max-width: 230px;
}
.scanner img {
    width: 100%;
}
.download-btn {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}
.download-btn img {
    width: 100%;
}
.get-app-qr-code-wrapper .note-line p {
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}
.get-androd-app {
    text-align: center;
}
.get-androd-app a {
    font-size: 12px;
    color: #1888FF;
    margin-top: 14px;
    display: block;
    text-decoration: none;
}
/*Get the App*/
.get-the-app a:hover {
    background: #222;
}

/*
.lavalamp-container {
  position: relative;
}
*/
.profile-tabbing ul li.active a {
    color: #000 !important;
    font-weight: 600;
    transition: all 1s ease;
    font-weight: 700;
}
.profile-sectins-com{display: none;}
.profile-sectins-com {
    min-height: 800px;
}
.profile-sectins-com .repost-placeholder {
    text-align: center;
    color: #adadad;
    margin: 100px 0;
}
.invert-icon{filter: invert()}

.account-form .user-image img {
    border-radius: 75px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.account-form .user-image {
    width: 72px;
    margin-bottom: 20px;
    position: relative;
    height: 72px;
}
.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-bottom:after{opacity: 0 !important}
.edti-now {
    position: absolute;
    width: 35px;
    left: 50%;
    background: #000000ba;
    height: 35px;
    padding: 6px;
    border-radius: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.change-image .user-image .edti-now {
    position: absolute;
    width: 30px;
    right: -5px;
    background: #222;
    height: 30px;
    padding: 6px;
    border-radius: 35px;
    bottom: -5px;
    transform: none;
    cursor: pointer;
    border: 2px solid #171717;
    left: inherit;
    top: inherit;
}
.edti-now img {
    border-radius: 0 !important;
    filter: invert(1);
    float: left;
}
.edti-now:hover {
    background: #000;
}
.story-tab{display: none;}
.reaction-box.reaction-share{cursor: pointer;}
.datepicker td, .datepicker th {
    padding: 10px;
}
.toggle-password {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-group.password-wrapper {
    position: relative;
}
.datepicker-dropdown {
}
.notification.showNotification {
    bottom: 10px !important;
}
.notification {
    width: 400px;
    max-width: 400px;
    background: #222 !important;
    color: #fff !important;
}
.notification span {
    font-size: 12px;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    background: #222 !important;
    color: #fff !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #272727 !important;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #1c1c1c !important;
}
.datepicker table tr td.active {
    background-image: linear-gradient(to bottom, #2b2a2a, #2b2a2a) !important;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #272727;
}
.datepicker-dropdown:before {
    border-bottom: 7px solid #999;
}
.datepicker-dropdown:after {
    border-right: 6px solid transparent !important;
}
.datepicker td, .datepicker th {
    font-size: 14px !important;
}
#topic-box button.active {
    border: 1px solid #6e6b6b !important;
}
.get-the-app.language-btn a svg {
    width: 30px !important;
    height: 30px !important;
}

.get-the-app.language-btn a {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.main-center-right .right-sec {
    display: flex;
    justify-content: space-between;
/*    gap: 10px;*/
    gap: 5px;
}
.main-center-right .right-sec {
    display: flex;
    justify-content: space-between;
}
.common-popup-full{
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: #000000a1;
    width: 100%;
    height: 100%;
}
.common-popup-full .inner-common-popup{
    
}
.common-popup-full .inner-common-popup.showMe {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.common-popup-full .inner-common-popup {
    /* background: #222; */
    background: #222;
    max-width: 550px;
    width: 550px;
    margin: 40px auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 35px 0;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.2s ease;
    opacity: 0;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
#followers-popup .profile-tabbing, #members-followers .profile-tabbing {
    background: #222;
    margin: 0 25px;
}
#followers-popup .profile-tabbing, #members-followers .profile-tabbing {
    margin-bottom: 0px;
}

#toppics .inner-common-popup {
    max-width: 800px;
    width: 800px;
    margin: 0;
    padding: 50px;
/*    padding-bottom: 40px;*/
    padding-bottom: 0;
}
#toppics .close-pop img {
    width: 35px;
}
.follow-action a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 12px;
    width: 80px;
    display: inline-block;
    text-align: center;
}
#followers-box .post-content-wrapper .post-content p {
    color: #adadad;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 17px;
}
#followers-popup h2 {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#followers-popup .close-account {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}
#followers-popup.common-popup-full .inner-common-popup, #members-followers.common-popup-full .inner-common-popup {
    max-width: 620px;
    width: 620px;
}
/*
#toppics .close-pop {
    position: absolute;
    right: 20px;
    top: 20px;
}
*/
#toppics .close-pop {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
}
#toppics .inner-common-popup button:hover {
    background: #222;
}
#toppics .inner-common-popup button {
    background: #2b2b2b;
    border: 1px solid #383838;
    color: #fff;
}
/*#toppics .inner-common-popup ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}*/
#toppics .inner-common-popup ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
/*    max-height: calc(100vh - 300px);*/
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding-bottom: 40px;
    padding-right: 10px;
}
#toppics ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#toppics ul li button {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #383838;
    background: #2b2b2b;
    border-radius: 35px;
    padding: 10px 20px;
}
div#toppics .inner-common-popup h3 {
    color: #fff;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px;
}
div#toppics .inner-common-popup .close-pop svg {
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(5) !important;
    width: 63%;
}
.close-pop img {
    width: 28px;
}
.profile-post.post-content-wrapper.profile-bio .post-box .post-icon {
    width: 45px;
    height: 45px;
}
.profile-post.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .post-icon {
    width: 40px !important;
    height: 40px !important;
}
.post-wrapper.home-wrapper {
    padding-top: 20px;
}

.post-box-inner.post-reply-section .post-content-wrapper {
    margin-left: 50px;
}
.post-media .url-preview {
    background: #242424;
    color: #fff;
    border-radius: 20px;
    padding: 2px;
    margin-top: 10px;
    border: 1px solid #181818;
}
.post-media p.link-description {
    margin-bottom: 0 !important;
}
.post-media .url-media img {
    border-radius: 11px 11px 0 0 !important;
}
.preview-text {
    padding: 15px;
}

.post-media p.link-description {
    margin-bottom: 0 !important;
    color: #b8b8b8 !important;
    font-size: 14px;
}
.post-media .link-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
}
.post-media .site-logo img {
    height: 100%;
    border-radius: 5px !important;
    width: 100%;
}
.url-media {
/*    padding-left: 52px;*/
}
.post-media .url-preview {
    padding: 0px;
    cursor: pointer;
}
li.side-menu-nav.create-post {
    position: fixed;
    bottom: 43px;
    margin-top: 0;
}
.preview-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.post-media .audio-post {
/*    margin-left: 50px;*/
    background: #222;
    padding: 20px;
    border-radius: 28px;
}
.post-media .audio-post-header-right img {
    border-radius: 0 !important;
}
.repost-label {
    margin-bottom: 14px;
}

.repost-label p {
    color: #adadad !important;
    font-size: 13px;
}
.post-content a {
    color: #1888FF !important;
    text-decoration: none;
}
.post-content a {
    color: #fff !important;
    text-decoration: none;
    background: #ffaf0088;
    padding: 2px;
    border-radius: 10px 2px 8px;
    /*width: auto !important;
    white-space: normal !important;*/
}
.url-preview .preview-image img {
    height: 240px !important;
    border-radius: 20px 20px 0 0 !important;
    width: 100%;
    object-fit: cover;
}
.top-stories-wrapper .url-preview .preview-image img {
    border-radius: 25px 25px 0 0 !important;
}
.url-media a {
    text-decoration: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
    background: #000;
    background: #fff;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 25px;
    font-size: 9px;
    font-weight: bolder;
    color: #000;
}


.swiper.mySwiper .swiper-wrapper.Vertical .swiper-slide img {
    max-height: 200px !important;
    min-width: 148px !important;
    object-fit: cover !important;
    height: 200px;
    width: auto;
}


.swiper.mySwiper .swiper-wrapper.tw-images .swiper-slide img {
    max-height: 310px !important;
    min-width: 100% !important;
    object-fit: cover !important;
    height: 310px;
    width: auto;
}
.swiper.mySwiper .swiper-wrapper.Landscape .swiper-slide img {
    max-height: 259px !important;
    max-width: 47vw !important;
    min-height: 259px;
    object-fit: cover;
}
.post-media .single-image img {
    width: 100%;
    max-height: calc(100vh - 120px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}
.post-wrapper.profile-wrapper .post-media .single-image img {
    max-height: 488px;
}
.post-wrapper.home-wrapper .post-media .single-image img {
/*    max-height: calc(100vh - 250px);*/
    max-height: 488px;
}
.post-wrapper.profile-wrapper.post-detail-page .post-media .single-image img {
    max-height: calc(100vh - 250px);
}
.lb-closeContainer {
    position: fixed;
    right: 50px;
    top: 40px;
}
.lb-data .lb-close {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 12px !important;
    background-size: 100% !important;
}

.lightbox .lb-image{border: none !important}
.lb-data .lb-number {
    display: none !important;
}

.post-wrapper.home-wrapper .profile-post.post-content-wrapper.profile-bio .post-box:first-child {
    padding-top: 0px;
}

.post-wrapper.home-wrapper .post-menu ul {
    width: 250px;
    right: 0;
}
.post-wrapper.home-wrapper .reaction-box.reaction-share .share-drop-down {
    z-index: 9;
}
div#toppicsss ul {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    overflow-x: auto;
    list-style: none;
    padding-left: 16px;
    gap: 5px;

    /* Hide scrollbar for IE, Edge */
    -ms-overflow-style: none;

    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari, Opera */
div#toppicsss ul::-webkit-scrollbar {
    display: none;
}
div#toppicsss ul li {
    white-space: nowrap;
}
div#toppicsss {
    margin: 14px 0px;
}

#toppicsss li button {
    background: #222;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 9px 15px;
    border-radius: 35px;
}
    

/*Audio*/
.custom-audio {
    background: #2a2a2a;
    padding: 15px 25px;
    border-radius: 50px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lb-outerContainer
 {
    background-color: transparent !important;
}
.lightbox .lb-image {
    border-radius: 15px !important;
}
.play-btn,
.transcript-btn {
    background: #444;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.progress-area {
    height: 6px;
    background: #555;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    flex: 1;
    margin: 0;
}
button.volume-btn {
    background: none;
    border: none;
    padding: 0;
}
button.transcript-btn img {
    border-radius: 0 !important;
}

button.transcript-btn {
    background: none;
    border: none;
    width: 19px;
    padding: 0;
    margin-top: -3px;
}
.audio-controls button.transcript-btn {
    margin-top: 0px;
}

.progress {
    height: 100%;
    width: 0%;
    background: #4ade80;
    border-radius: 10px;
}

.time {
    font-size: 12px;
    margin-right: 0px;
    width: 26px;
}

/*
.transcript-box {
    display: none;
    background: #111;
    padding: 25px;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 14px;
    position: relative;
}
*/
.transcript-inner {
/*    background: #555;*/
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background: #3a3a3a
}
.transcript-inner {
    /* background: #555; */
/*    padding: 25px;*/
    padding: 0 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background: #3a3a3a;
    padding-right: 12px;
    overflow: hidden;
}
.transcript-inner2 {
    height: auto;
    max-height: 275px;
    overflow-y: auto;
    padding-right: 17px;
    color: #a8a8a8;
    padding: 10px 0;
    /* text-align: justify; */
    padding-right: 13px;
}
.post-wrapper.profile-wrapper.post-detail-page .audio-post {
    margin-left: 0;
}
.transcript-box {
    display: none;
    background: transparent;
    padding: 0;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 14px;
    position: relative;
}
.transcript-box {
    border-radius: 0px;
}
.transcript-box {
    margin-top: 0px;
}
.transcript-box h3 {
    font-size: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 12px;
}
.transcript-box span.close-transcription {
    position: absolute;
    color: #969494;
    top: 18px;
    right: 30px;
    font-size: 22px;
    font-weight: 200;
    cursor: pointer;
}
.transcript-box span.close-transcription{
   width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: #555;
    height: 30px;
    background: #555;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.transcript-box span.close-transcription svg{
    filter: invert(1);
    width: 63%;
}

.transcript-box h3 {
    font-size: 20px;
}
.transcript-box h3 {
    font-size: 16px;
    text-align: center;
    border: none;
    border: none;
    margin-bottom: 7px;
}
.audio-post-header-right {
    width: 25px;
}
.audio-post-header-left {
    color: #fff;
    display: flex;
    gap: 5px;
    font-size: 15px;
    align-items: center;
}
.audio-icon {
    width: 30px;
}

.audio-post-header {
    display: flex;
    justify-content: space-between;
}
.post-media .audio-icon img {
    border-radius: 5px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    height: 44px !important;
}
.post-wrapper.home-wrapper .post-box:after{opacity: 0}
.post-wrapper.home-wrapper .post-box {
/*    border-bottom: 1px solid #2b2b2b;*/
    border-bottom: 1px solid #2b2b2ba8;
    padding-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.post-wrapper.home-wrapper .post-box .reaction-wrapper {
    padding-bottom: 0;
    margin-bottom: 20px;
}


.audio-icon {
    width: 30px;
    margin-right: 5px;
}
button.play-btn {
    background: none;
    padding: 0;
    margin-right: 10px;
    font-size: 25px;
}
.audio-post-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.progress-area {
    position: relative;
    height: 4px;
    background: #555;
    border-radius: 50px;
    cursor: pointer;
}

.progress {
    position: relative;
    height: 100%;
    width: 0%;
    background: #bfbfbf;
    border-radius: 50px;
    overflow: inherit;
}

.progress-thumb {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
/*Audio*/


/*Swiper slider*/
.swiper-slide {
        width: auto !important;
}
.swiper-slide img{
    width: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    max-height: 280px !important;
    height: 280px;
}
.post-media img {
    border-radius: 28px !important;
}
.post-media .swiper.mySwiper {
/*    padding-left: 50px;*/
    padding-left: 0px;
}
.single-image {
/*    padding-left: 50px;*/
}
.single-image {
    /* padding-left: 50px; */
    width: auto;
    display: inline-block;
    position: relative;
}
.site-logo {
    width: 40px;
}
/*Swiper slider*/

.post-with-reply .post-media {
    margin-left: 0;
}
.post-with-reply.only-one-reply .post-box-inner.post-reply-section .post-media {
    margin-left: 50px;
}
#app-message p {
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0;
    text-align: left;
    color: #a8a8a8;
}
.repost-wrapper {
    border: 1px solid #2b2b2bcc;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
} 
.repost-wrapper .post-content {
    margin-top: 15px;
}
.repost-wrapper {
    border: 1px solid #2b2b2bcc;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}
.profile-post.post-content-wrapper.profile-bio .post-box .repost-wrapper .post-icon {
    width: 30px;
    height: 30px;
}
.repost-wrapper .post-content p {
    margin-bottom: 0;
}
.location + div {
    margin-top: 10px;
}

.location {
    font-size: 12px;
    margin-left: 50px;
    margin-top: 11px;
}
.location img {
    filter: invert(1);
    width: 15px;
}
.post-detail-page .post-media {
    margin-left: 0;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-head {
    margin-bottom: 0;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio {
    margin-top: 0 !important;
}
.post-wrapper.profile-wrapper.post-detail-page .post-menu ul {
    gap: 0;
}
.all-post-reply .post-header {
    margin-bottom: 15px;
}
.all-post-reply .post-header {
    margin-bottom: 0;
}
.all-post-reply .category-label {
    padding-left: 0;
}
.post-wrapper.profile-wrapper.post-detail-page .location {
    font-size: 12px;
    margin-left: 0 !important;
    margin-top: 11px;
}
.post-content{cursor: pointer}
.post-content {
    margin-top: 5px;
}
.post-wrapper.profile-wrapper .profile-header-block + .post-content-wrapper.profile-bio .post-content {
    margin-top: 10px; 
}
button.play-btn {
        background: none;
    }
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-wrapper {
        padding-left: 47px;
    }  
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content-wrapper {
    margin-left: 56px;
}
#toppics .inner-common-popup.showMe {
    background: #222;
}
#toppics .inner-common-popup {
    padding-right: 15px;
}
#toppics .inner-common-popup{
    background: #222;
}
.get-the-app.language-btn {
    position: absolute;
}
.repost-wrapper .post-media {
    margin-left: 0;
}
.close-right-side {
    background: #555;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: none;
}
.centrrl-manage {
    display: none;
}
.account-form .change-image .user-image {
    position: relative;
/*    overflow: hidden;*/
}
.account-form .change-image .user-image input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    width: 73px;
}
.my-account .form-group {
    margin-bottom: 15px;
}
#profile-type-popup{display: none;}
#profile-type-btn{cursor: pointer;}
#profile-type-popup .signup-wrapper-box {
    display: block;
    padding: 0;
}
#profile-type-popup .signup-wrapper-box .signup-header {
    padding: 20px;
    align-items: center;
}
#profile-type-popup .signup-wrapper-box .signup-body {
    padding: 0 16px 20px;
}
div#profile-type-popup {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
div#profile-type-popup h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 600;
}
div#profile-type-popup .signup-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #222;
}
div#profile-type-popup .form-group {
    margin-bottom: 8px;
}
div#profile-type-popup .sub-title {
    color: #adadad;
    font-size: 13px;
    margin-bottom: 20px;
}
#profile-type-popup .signup-body .signup-footer button {
    width: 100%;
    border: none;
    border-radius: 45px;
    padding: 9px 0;
    margin-top: 50px;
}
div#profile-type-popup .form-group button {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 10px 18px;
}
div#profile-type-popup .signup-signin-wrapper .form-group {
    margin-bottom: 15px;
}
#profile-type-popup h5 {
    margin: 0 !important;
    font-size: 20px !important;
    color: #fff; 
}
div#profile-type-popup {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000000d1;
     backdrop-filter: blur(14px); 
     -webkit-backdrop-filter: blur(14px); 
    overflow-y: auto;
}
div#profile-type-popup .form-group button:hover {
    background: #222;
}
#current-email .form-group {
    margin-bottom: 30px;
}
.confirmation-popup .confirmation-action button.deactivate {
    background: #1888FF;
}
.confirmation-popup .confirmation-action button.deactivate:hover {
    background: #0987e2;
}
.setting-wrapper .setting-dflex.d-flex .left-setting-menu ul li span.account-arrow img {
    margin-right: 8px;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-sectins-com {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.upload-section button{width: 40px; height: 40px; background: #fff; border-radius: 50%;}
.post-comment-box-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.post-comment-box-inner button {
    border: none;
}
.post-comment-box-inner .upload-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-comment-box-inner .input-section {
    flex: 1;
    position: relative;
}
.post-comment-box-inner .input-section input {
    width: 100%;
    border-radius: 50px;
    border: none;
    background: #222;
    height: 45px;
    outline: none;
    color: #adadad;
    padding: 0 20px;
    padding-right: 60px;
}
.upload-section button img {
    width: 18px;
}
.upload-section button {
    position: relative;
}
.upload-section button ul {
    position: absolute;
    background: none;
    bottom: 30px;
    padding: 0;
    list-style: none;
    left: 0;
    transform: scale(0.8);
    transform-origin: 0 bottom;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
.upload-section button ul.showMe{
     transform: scale(1);
    transform-origin: 0 bottom;
    visibility: visible;
    opacity: 1;
}
.upload-section button ul li {
    margin-bottom: 6px;
}
.upload-section button ul li {
   width: 40px;
    display: inline-block;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.upload-section button ul li input[type="file"] {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    font-size: 0;
}
.post-comment-box-inner .input-section button {
    position: absolute;
    right: 4px;
    background: no-repeat;
    border: none;
    width: 38px;
    background: #fff;
    border-radius: 50px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
        bottom: 50%;
    transform: translateY(50%);
}

a.link-preview-tag.lp-processed {
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;   /* FIX */
    vertical-align: middle;  /* optional but recommended */
}
.post-comment-box {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #0c1014;
    padding: 20px 20px;
}
.post-comment-box-inner .input-section button img {
    width: 13px;
}
.post-wrapper.home-wrapper a.link-preview-tag.lp-processed {
    display: inline-block;
}
.post-wrapper.profile-wrapper.post-detail-page .post-box-inner > .post-content-wrapper .post-content p {
    font-size: 17px;
}
.post-wrapper.profile-wrapper.post-detail-page .post-box-inner > .post-content-wrapper .post-content h1{
    font-size: 17px;
    color: #e8e8e8;
    line-height: 1.5;
    font-weight: 400;
}
.all-post-reply  .post-box-inner  .post-content-wrapper .post-content p {
    font-size: 15px !important;
}
/*Home css*/

    .post-user-details{
        cursor: pointer;
    }

    .post-with-reply:before {
        opacity: 0;
    }

    .post-box-inner.post-reply-section .post-header .post-icon:before {
        bottom: 50%
    }

    .replies-count {
        position: relative
    }

    .replies-count:before {
        content: "";
        width: 30px;
        height: 40px;
        position: absolute;
        background: none;
        left: -30px;
        bottom: 50%;
        border-radius: 0 25px;
        border: 2px solid #2b2b2b;
        border-top: none;
        border-right: none;
    }

    .post-box-with-reply .post-box-inner:after {
    content: "";
    width: 2px;
    height: calc(100% - 31px);
    position: absolute;
    background: #2b2b2b;
    left: 22px;
    top: 48px; 
}
.flatpickr-calendar:before, .flatpickr-calendar:after{opacity: 0;}

    .post-with-reply.only-one-reply .reaction-wrapper {
        margin-bottom: 20px !important;
    }

    .post-wrapper.home-wrapper .post-box-inside {
        padding-bottom: 0 !important;
    }

    .post-wrapper.home-wrapper .profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside:before {
        opacity: 0
    }

    .post-box.post-box-with-reply .post-box-inner.post-reply-section:after {
        left: -33px;
        top: -4px;
        height: 100%;
    }

    .post-box-inner {
        position: relative;
    }

    .post-with-reply.only-one-reply .post-box-inner.post-reply-section:after {
        opacity: 0;
    }

    .post-with-reply.only-one-reply .post-box-inner.post-reply-section .reaction-wrapper {
        margin-bottom: 0;
    }

    .post-wrapper.home-wrapper .post-box .reaction-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .post-box.post-box-with-reply .reaction-wrapper {
        margin-bottom: 20px !important;
    }

    .post-box-inner.post-reply-section .reaction-wrapper {
        margin-bottom: 0 !important;
    }

    .post-box-inner.post-reply-section .reaction-wrapper {
        margin-bottom: 20px !important;
    }

    .post-with-reply.only-one-reply .post-box-inner.post-reply-section .reaction-wrapper {
        margin-bottom: 0 !important;
    }

    .header-wrapper-main {
        display: none;
    }

    #toppicsss {
        display: none;
    }
.top-stories-wrapper .site-logo {
    width: 30px;
}
.top-stories-wrapper .site-logo img{
    width: 100%;
    height: auto !important;
    border-radius: 50%;
    float: left;
}
.top-stories-wrapper .link-title {
    font-size: 14px;
}

.storue-box{background: #2b2b2b; height: auto; margin-bottom: 15px; border-radius: 15px}
.news-source {
    display: flex;
}
.storue-box {
    background: #2b2b2b;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    border-radius: 15px;
    padding: 20px;
}
.more-stories .storue-box {
    background: #1b1b1b;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    border-radius: 26px;
    padding: 20px;
    border: 1px solid #383838;
    cursor: pointer;
}
.more-stories .storue-box:hover {
    background: #242424;
}
.news-left-side {
    width: 78%;
    max-width: 78%;
    flex-shrink: 0;
}
.news-left-right {
    max-width: 22%;
}
.news-source .site-logo {
    width: 20px;
    margin-right: 9px;
    margin-bottom: 0;
}
.news-source .site-name {
    font-size: 14px;
}
.news-source {
    margin-bottom: 15px;
    
}
.news-source .site-logo img{
    border-radius: 50%;
    float: left;
}
.news-left-right img {
    border-radius: 10px;
}
.news-lines {
    color: #fff;
    font-size: 14px;
}
.more-stories h2, .top-stories-wrapper h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.post-box-inner.post-reply-section .single-image {
    margin-left: 50px !important;
}
.post-box-inner.post-reply-section .single-image video {
    width: auto !important;
    max-width: 100%;
    border-radius: 25px;
}
.post-media .single-image img {
    border: 1px solid #181818;
}
.signal-heading {
    border: 1px solid #2b2b2b;
    border-radius: 50px;
    padding: 8px;
}
.signal-heading h3 {
    font-size: 15px;
}
.signal-heading h3 {
    font-size: 15px;
    flex-basis: inherit !important;
    text-align: center !important;
    width: 100%;
    margin: 8px 0;
    color: #fff;
}
/*Home css*/


/* Scrollbar width */
#followers-popup #followers-box::-webkit-scrollbar, .serch-posts::-webkit-scrollbar, #toppics .inner-common-popup ul::-webkit-scrollbar, #members-followers #followers-box::-webkit-scrollbar, .guidlines-scroller::-webkit-scrollbar, .custom-css-scroll::-webkit-scrollbar {
    width: 12px;
}

/* Scrollbar track */
#followers-popup #followers-box::-webkit-scrollbar-track, .serch-posts::-webkit-scrollbar-track, .transcript-inner2::-webkit-scrollbar-track, #toppics .inner-common-popup ul::-webkit-scrollbar-track, #members-followers #followers-box::-webkit-scrollbar-track, .guidlines-scroller::-webkit-scrollbar-track, .my-account #profile-type-popup div#vocation-box::-webkit-scrollbar-track, .custom-css-scroll::-webkit-scrollbar-track{
    background: #333;
    border-radius: 10px;
}

/* Scrollbar thumb */
#followers-popup #followers-box::-webkit-scrollbar-thumb, .serch-posts::-webkit-scrollbar-thumb, .transcript-inner2::-webkit-scrollbar-thumb, #toppics .inner-common-popup ul::-webkit-scrollbar-thumb, #members-followers #followers-box::-webkit-scrollbar-thumb, .guidlines-scroller::-webkit-scrollbar-thumb, .my-account #profile-type-popup div#vocation-box::-webkit-scrollbar-thumb, .custom-css-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Thumb hover */
#followers-popup #followers-box::-webkit-scrollbar-thumb:hover, .serch-posts::-webkit-scrollbar-thumb:hover, .transcript-inner2::-webkit-scrollbar-thumb:hover, #toppics .inner-common-popup ul::-webkit-scrollbar-thumb:hover, #followers-box::-webkit-scrollbar-thumb:hover, .guidlines-scroller::-webkit-scrollbar-thumb:hover, .my-account #profile-type-popup div#vocation-box::-webkit-scrollbar-thumb:hover, .custom-css-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.transcript-inner2::-webkit-scrollbar, .guidlines-scroller::-webkit-scrollbar, .my-account #profile-type-popup div#vocation-box::-webkit-scrollbar, .custom-css-scroll::-webkit-scrollbar {
    width: 0px;
}
#followers-popup .post-box, #members-followers .post-box {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #2b2b2ba8;
}
#followers-popup .post-box:after, #members-followers .post-box:after{display: none;}
#followers-popup #followers-box .post-box:last-child, #members-followers #followers-box .post-box:last-child {
    border-bottom: none;
}
.serch-posts .post-box::after {
    opacity: 0;
}
#members-followers .profile-tabbing {
    border-radius: 35px;
}
.serch-posts .post-box {
    position: relative;
    padding-bottom: 0;
}
.serch-posts .post-box {
    padding-bottom: 0;
    background: #222;
    padding: 18px 10px;
    border-radius: 20px;
    margin-bottom: 16px;
    margin: 0 25px 10px;
}
/* Top arrow */
/*#followers-popup #followers-box::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 16px;
    background-color: #ccc;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><polygon points='5,2 9,8 1,8' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

 Bottom arrow 
#followers-popup #followers-box::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 16px;
    background-color: #ccc;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><polygon points='1,2 9,2 5,8' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}*/

#profile-type-popup .close {
    right: 20px;
    top: 20px;
    background: #555;
    height: 30px;
    background: #555;
    border-radius: 30px;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    display: inline-block;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
}
#edit-profile #profile-type-popup .close{
    position: absolute;
}
#profile-type-popup  .close svg {
    filter: invert(1) brightness(5) !important;
    width: 20px !important;
}
#search-wrapper .common-popup-inner {
    max-width: 600px;
    width: 600px;
    border-radius: 25px;
    min-height: 550px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.serch-posts .post-icon img {
    border-radius: 50%;
}


.serch-posts .post-icon {
    width: 40px;
    height: 40px;
}
.serch-posts .post-content-wrapper p {
    margin: 0;
}
.serch-posts .post-content-wrapper .post-content {
    margin: 0;
    flex: 1;
}
#search-wrapper .search-main {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    margin: 10px 25px 0;
    height: 52px;
}
#search-wrapper .search-main img {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 11px;
    transform: none;
    left: inherit;
    opacity: 0.5;
    right: 20px;
}
#search-wrapper .common-popup-inner h3 {
    margin-bottom: 15px;
    font-size: 25px;
    margin-left: 39px;
}
.search-data {
    height: 100%;
    display: block;
    float: left;
    width: 100%;
}
.no-search p{color: #adadad; margin: 0;}
.no-search {
    text-align: center;
    height: 100%;
    display: block;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabbing ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.tabbing li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
}
.search-data-wrapper .tabbing li a {
    padding: 6px 15px;
    border-radius: 15px;
    display: inline-block;
}

.serch-posts {
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 30px;
}
.get-verified-with-centrrl a:hover {
    background: #22222259;
    border-radius: 25px;
}
.search-data-wrapper .tabbing li.active a {
    background: #fff;
    color: #000;
    display: inline-block;
    font-weight: 700;
}
#search-wrapper .search-main input[type="text"] {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 40px;
    height: 50px;
    cursor: text;
    font-size: 14px;
    padding: 0 20px !important;
}
.search-data-wrapper .tabbing {
    margin-bottom: 0;
    padding: 10px 30px 0;
}
#search-wrapper .search-main input[type="text"]:hover {
    background: #1e1d1d;
}



/* Audio Card */
/*.audio-card{
background:#1e1e1e;
border-radius:25px;
padding:25px;
width:100%;
color:white;
}*/

.audio-card {
/*
   background: #222;
    padding: 25px;
     padding: 0; 
    width: 100%;
    color: white;
    border-radius: 25px;
    margin-top: 15px;
*/
    background: #181818;
    padding: 25px;
    /* padding: 0; */
    width: 100%;
    color: white;
    border-radius: 44px;
    margin-top: 15px;
    border: 1px solid #383838;
}
.audio-post {
    margin-left: 57px;
}
.repost-wrapper .audio-post {
    margin-left: 0;
}
.post-with-reply.only-one-reply .audio-post {
    margin-left: 0;
}
.post-with-reply.only-one-reply .post-box-inner.post-reply-section .audio-post {
    margin-left: 50px;
}
.post-with-reply.only-one-reply .post-box-inner.post-reply-section .single-image {
    margin-left: 0 !important;
}
.repost-label + .post-box-inside .post-with-reply .audio-post {
    margin-left: 0;
}

.audio-card button.transcript-btn img {
    border-radius: 0 !important;
    width: 22px;
}

.audio-header{
display:flex;
align-items:center;
gap:12px;
}

.audio-icon{
width:45px;
height:45px;
border-radius:12px;
/*background:linear-gradient(45deg,#7b2ff7,#f107a3);*/
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

.audio-title{
font-size:18px;
font-weight:600;
}

.waveform{
display:flex;
align-items:center;
gap:4px;
margin:25px 0 10px;
height:40px;
}

.waveform span{
width:4px;
background:#6b6b6b;
border-radius:5px;
transition:background 0.2s;
}

.waveform span.active{
background:#ff4d4d;
}

.audio-time{
display:flex;
justify-content:space-between;
font-size:13px;
color:#bbb;
margin-bottom:15px;
}

.audio-controls{
display:flex;
justify-content:space-between;
align-items:center;
}

/*
.audio-controls button{
width:50px;
height:50px;
border-radius:50%;
border:none;
background:#333;
color:white;
font-size:20px;
cursor:pointer;
}
*/
.audio-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #333;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn{
width:70px;
height:70px;
font-size:26px;
background:#444;
}
.post-box-inner.post-reply-section .audio-post {
    margin-left: 50px;
}
.reply-box .reply-inner .post-media {
    margin-left: 54px;
}
.post-wrapper.home-wrapper .top-stories-wrapper .preview-text {
    flex-direction: column;
}
.post-wrapper.home-wrapper .top-stories-wrapper .preview-text p {
        color: #fff;
        font-size: 15px;
    margin-left: 2px;
    }
.back-to-top img {
    width: 25px;
}

.back-to-top {
    background: #282828;
    color: #fff;
    padding: 10px;
    padding: 7px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    padding-right: 12px;
    display: none;
}
.back-to-top:hover {
    background: #222;
}


.all-stories .logo {
    width: 140px;
    margin: 20px 0;
}
.all-stoies {
    margin-top: 20px;
}
.all-stoies .story .story-image img {
    border-radius: 15px;
}
.all-stoies .story .story-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.all-stoies .story .story-image {
    margin-bottom: 20px;
    height: 230px;
    width: 100%;
}
.container-wrapper.all-stories.detail-stories .story .story-image {
    margin-bottom: 20px;
    height: 360px;
    width: 100%;
}

.story-content h2 {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.story-content {
    margin-top: 20px;
}
.story-content p {
    color: #a8a8a8;
    font-size: 14px;
}
.all-stoies .story {
    background: #191919;
    border-radius: 12px;
    border: 1px solid #2b2b2b;
    margin-bottom: 30px;
}
.all-stoies .story img {
    border-radius: 15px 15px 0 0 !important;
}
.container-wrapper.all-stories.detail-stories .all-stoies .story img {
    border-radius: 15px 15px !important;
}
.short-story-content h2 {
    color: #fff;
}
.ssl {
    color: #adadad;
    margin: 20px 0;
    font-size: 15px;
}
.short-story-content {
    border-bottom: 1px solid #383838;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.share-news {
    display: flex;
    gap: 10px;
}
.share-news a {
    color: #adadad;
    text-decoration: none;
    border: 1px solid #2b2b2b;
    background: #191919;
    border-radius: 35px;
    font-size: 14px;
    padding: 11px 20px;
    outline: none;
    width: 40px;
    height: auto;
    display: flex;
    padding: 0;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.container-wrapper.all-stories.detail-stories .swiper-button-next, .container-wrapper.all-stories.detail-stories .swiper-button-prev {
    top: 76px;
}
.short-story-content p {
    color: #fff;
}
.container-wrapper.all-stories.detail-stories .long-text p {
    color: #fff;
}
.more-stories {
    position: sticky;
    top: 10px;
}
.more-from-story .swiper-slide {
    width: 21% !important;
}
.more-from-story .swiper-slide img {
    height: 150px;
    border-radius: 12px;
}
.more-from-story {
    margin-bottom: 160px;
    margin-top: 40px;
}
.more-from-story h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}
.more-from-story a {
    text-decoration: none;
    display: block;
}

.more-from-story h3 {
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    margin-top: 15px;
    line-height: 25px;
}
.share-news a img {
    width: 25px;
    background: no-repeat;
}
.more-from-story span.time {
    color: #adadad !important;
}
.container-wrapper.all-stories.detail-stories .story {
    border-bottom: 1px solid #383838 !important;
    margin-bottom: 0px !important;
    display: block;
    padding-bottom: 40px;
    border-radius: 0 !important;
}
.all-stoies .story-content {
    margin-top: 20px;
    padding: 0 15px 15px;
    cursor: pointer;
}
.news-widget .widget-header > * {
    cursor: pointer;
}
.all-stoies .story-content a img {
    filter: invert(1);
    transform: rotate(180deg);
    width: 12px;
    margin-left: 4px;
}
.story-content a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.more-stories-box {
    display: flex;
}
.more-stories-box .fig {
    width: 130px;
}
.more-stories-box .fig img {
    border-radius: 8px;
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.more-stories h3:before {
    width: 5px;
    background: #1888FF;
    height: 30px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 7px;
    top: -4px;
}

.more-stories h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 18px;
    font-weight: 700;
}
.mm-text h4 {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.more-stories-box {
    display: flex;
    gap: 15px;
}
.more-stories-box .time {
    width: auto;
    color: #adadad;
}
.more-stories-list .more-stories-box {
    margin-bottom: 15px;
}
.container-wrapper.all-stories.detail-stories .story {
    background: none;
    border: none;
    margin-right: 50px;
}
.container-wrapper.all-stories.detail-stories .story .story-content {
    padding: 0;
}
.more-from-story h2:before {
    width: 5px;
    background: #1888FF;
    height: 30px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 7px;
    top: -4px;
}

.more-from-story h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-left: 16px;
}
.container-wrapper.all-stories.detail-stories .short-story-content h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
}
.news-widget {
    width: 500px;
    background: #2222;
    border: 1px solid #222;
    border-radius: 28px;
    background: #222;
    margin-bottom: 20px;
}
.widget-wrapper {
    display: flex;
    justify-content: space-between;
}
.news-widget .reaction-wrapper {
    padding-left: 0 !important;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
}
.container-wrapper.all-stories.detail-stories .news-widget .reaction-wrapper img{border-radius: 0 !important}
.news-widget .news-widget-inner {
    padding: 20px;
}
.news-widget .post-top-info {
    color: #fff;
}
.news-widget .widget-header {
    display: flex;
    gap: 15px;
}
.post-top-info h3 {
    font-size: 15px;
}
.widget-header .user-image {
    width: 50px;
}
.widget-media video {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #181818;
    max-height: calc(100vh - 64px);
    max-width: 100%;
}
.widget-content {
    margin-top: 15px;
}

.widget-content p {
    color: #a8a8a8;
    font-size: 14px;
}
.post-wrapper.home-wrapper.news-wrapper .swiper-button-next, .post-wrapper.home-wrapper.news-wrapper .swiper-button-prev {
    top: 126px;
}
.container-wrapper.all-stories.detail-stories .post-media .audio-post {
    margin-left: 0;
}
.container-wrapper.all-stories.detail-stories .post-media {
    margin-left: 0;
}
.container-wrapper.all-stories.detail-stories .post-media .audio-post {
    width: 500px;
    max-width: 500px;
}
.container-wrapper.all-stories.detail-stories .audio-card {
    padding: 0;
    margin: 0;
}
.container-wrapper.all-stories.detail-stories .audio-card .audio-controls img {
    border-radius: 0 !important;
}
.d-flex.name-container h3 {
    margin: 0;
    gap: 10px !important;
    align-items: center !important;
    display: flex;
}
.container-wrapper.all-stories.detail-stories .d-flex.name-container span.verified-icon img {
    border-radius: 0 !important;
}
.container-wrapper.all-stories.detail-stories .d-flex.name-container span.verified-icon  {
    margin-left: 5px
}
.container-wrapper.all-stories.detail-stories .post-media .audio-post {
    width: 100%;
    max-width: 100%;
    background: #333;
}
.container-wrapper.all-stories.detail-stories .post-media .audio-post .audio-card {
    background: #333;
}
.container-wrapper.all-stories.detail-stories .post-media .audio-post .audio-card button {
    background: #272626;
}

.alt-and-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.swiper-wrapper.mtw-images.Vertical .alt-and-link {
    right: 10px;
    bottom: 10px;
}
.swiper-wrapper.mtw-images.Vertical .alt-and-link a {
    padding: 10px 19px;
}

.alt-and-link a {
    background: #000000cf;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 25px;
}
.alt-and-link a:hover{background: #222;}

#welcome-popup .email-verification.after-login * {
    text-align: left;
}
.post-box-inner.post-reply-section .post-content {
    margin-top: 8px;
}
.alt-and-link a img{width: 10px; display: none}
.post-media .single-image .alt-and-link img {
    border: none;
    width: 11px !important;
    max-width: 11px !important;
    border-radius: 0 !important;
    float: right;
    margin-left: 4px;
    margin-top: 4px;
    opacity: 0.8;
}
/* Audio Card */

div#signup-rules {
    background: #171717;
    border-radius: 35px;
    padding: 20px;
    padding: 0 20px;
    border: 1px solid #2b2b2b;
    overflow: hidden;
}
/*
div#signup-rules .inner-rule {
    height: calc(100vh - 370px);
    overflow-y: auto;
}
*/
div#signup-rules .inner-rule {
    height: calc(100vh - 450px);
    overflow-y: auto;
}
.accept-and-continue-wrapper {
    padding: 12px 0;
    padding-bottom: 0;
}
div#signup-rules .inner-rule .rule {
    display: flex;
    color: #fff;
}
.count-box span {
    width: 100%;
    height: 100%;
    background: #0066fa;
    display: block;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.signup-rules .count-box {
    max-width: 35px;
    width: 35px;
    flex-shrink: 0;
    height: 35px;
    margin-top: 2px;
    font-weight: 600;
}
.signup-rules .rule {
    display: flex;
    color: #fff;
    gap: 15px;
    border-bottom: 1px solid #2b2b2b;
    padding: 15px 0;
    margin-right: 15px;
}


.signup-rules .rule-description h3 {
    font-size: 18px;
}

button.accept-rule {
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    border: 1px solid #fff;
}
#step07.signup-wrapper-box {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rule-description {
    padding-right: 20px;
}
.rule-description h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.rule-description p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #adadad;
}
div#signup-rules .inner-rule .rule:last-child {
    border-bottom: none;
}

div#signup-rules .inner-rule::-webkit-scrollbar {
    width: 5px;
}

/* Scrollbar track */
div#signup-rules .inner-rule::-webkit-scrollbar-track{
    background: #333;
    border-radius: 10px;
}

/* Scrollbar thumb */
div#signup-rules .inner-rule::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 10px;
}

/* Thumb hover */
div#signup-rules .inner-rule::-webkit-scrollbar-thumb:hover{
    background: #555;
}
.note-suggestion {
    color: #adadad;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
}    
.suggestions a {
    font-size: 12px;
    margin-right: 5px;
} 
#step04 .signup-body .signup-body{
    height: 277px;
}
#step08 .signup-body {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.close-signalfeed svg {
    filter: invert(1);
    width: 63%;
}
.close-signalfeed {
    top: 11px !important;
    width: 30px !important;
    height: 30px !important;
}
.post-wrapper.profile-wrapper.post-detail-page .reply-box h3 + p {
    margin-top: 20px;
}

.post-media-container .single-image img {
    border-radius: 20px;
    max-height: calc(100vh - 440px);
}

.centrrlplus-tab.nav-side-li.centrrlplusicon span.nav-icons img {
    border-radius: 50px;
}
/*.centrrlplus-tab.nav-side-li.centrrlplusicon a {
    border: 3px solid #333333;
    border: none;
    padding: 10px;
    width: 150px;
    padding-right: 20px;
    margin-left: 5px;
    gap: 10px;
}*/
.centrrlplus-tab.nav-side-li.centrrlplusicon a {
    border: 3px solid #333333;
    border: none;
    padding: 10px;
    width: 150px;
    padding-right: 20px;
    margin-left: 8px;
    gap: 10px;
}
.centrrlplus-tab.nav-side-li.centrrlplusicon {
    margin: 4px 0;
}
.centrrlplus-tab.nav-side-li.centrrlplusicon a span.nav-icons {
    width: 25px;
    width: 22px;
    flex-shrink: 0;
/*    transform: scale(1.2);*/
}
.centrrlplus-tab.nav-side-li.centrrlplusicon a:hover {
/*    background: #2222226e;*/
}
.signal-wrapper .category-label span {
    border-radius: 50px;
    background: none;
    text-decoration: underline;
    padding: 4px 0;
}



/*Post Composer*/
.alt-text-description-box textarea {
    width: 100%;
    height: 120px;
    resize: none;
    background: #1b1b1b;
    border: none;
    border-radius: 15px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 1px solid #282828;
}
.c-count {
    text-align: right;
    color: #adadad;
    font-size: 12px;
    padding: 4px 3px;
}
.save-alt {
    margin-top: 10px;
    margin-bottom: 20px;
}

.save-alt button {
    background: #2c2b2b;
    border: none;
    width: 100%;
    padding: 8px 0;
    border-radius: 50px;
}
.alt-textarea input {
    background: #1b1b1b;
    border: none;
    border-radius: 50px;
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    outline: none;
    color: #fff;
    border: 1px solid #282828;
}
.post-composer, .communities-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000d6;
    z-index: 9;
    display: none;
    align-items: center;
    }
.alt-text-description-box .note p {
    color: #adadad;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}
.add-alt-media img {
    max-height: 220px;
    border-radius: 20px;
}
.add-alt-media {
    margin-bottom: 10px;
}
div#add-location-wrapper {
/*    height: 270px;*/
    height: 330px;
    min-height: auto;
}
div#add-location-wrapper .alt-textarea {
    margin-bottom: 70px;
}
.schedule-date input#scheduleDate {
    position: absolute;
    left: 20px;
    width: 80%;
    opacity: 0;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after{opacity: 0}
#add-mention span.user-icon img {
    border-radius: 35px;
}

#add-mention span.user-icon {
    width: 40px;
    height: 40px;
}
.composer-main-parent .close-account {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    border-radius: 50%;
}

.alt-text-description-box {
    padding: 15px 20px;
}
.post-composer  .post-composer-inner, .post-composer  .draft-inner, .post-composer .add-alt-wrapper, #communities-wrapper .communities-wrapper-inner{
    background: #181818;
    /* background: #2e262663; */
    max-width: 620px;
    margin: 70px auto;
    width: 620px;
    border-radius: 40px;
/*    min-height: 400px;   */
    min-height: inherit;   
    position: relative;
    border:1px solid #282828;
}
#communities-wrapper .communities-wrapper-inner {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.post-composer .post-composer-inner, .post-composer .draft-inner, .post-composer .add-alt-wrapper {
    max-width: 620px;
    width: 620px;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;*/
    margin: 0 auto;
}

.post-composer .add-alt-wrapper {
    max-width: 500px;
    width: 500px;
}
.post-composer .add-alt-wrapper {
    max-width: 620px;
    width: 620px;
    margin-top: 88px;
}
body.add-links-alt .post-composer-inner {
    /* opacity: 0.2; */
/*    filter: brightness(0.4);*/
/*    pointer-events: none;*/
}
button.active-save-btn {
    background: #fff;
}
.add-alt-wrapper h3 {
    text-align: left !important;
    display: flex;
    gap: 10px;
}
.add-alt-wrapper h3 span.alt-icon {
    background: #fff;
    color: #000;
    width: 28px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-alt-wrapper h3 img {
    width: auto;
    height: 18px;
}
.alt-textarea.website-url{
    margin-bottom: 20px;
}
#add-link-wrapper .add-alt-media img {
    max-height: 330px;
    border-radius: 20px;
}
#add-link-wrapper .alt-text-description-box, #add-alt-wrapper .alt-text-description-box {
    padding: 0;
}
#add-link-wrapper .note, #add-alt-wrapper .note {
    /* border-bottom: 1px solid #282828; */
    padding: 20px 20px;
    padding-bottom: 0px;
}
#add-link-wrapper .add-alt-media, #add-alt-wrapper .add-alt-media {
    margin-bottom: 0;
    padding: 20px 20px;
}
#add-link-wrapper .alt-textarea.website-url {
    margin-bottom: 20px;
    padding: 0 20px;
    border-top: 1px solid #282828;
    padding-top: 15px;
}
#add-alt-wrapper .alt-textarea {
    padding: 15px 20px 0px;
    border-top: 1px solid #282828;
}
#add-link-wrapper .save-alt, #add-alt-wrapper .save-alt {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.post-composer-header h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
li.delete-draft span {
    color: #ff0e0e;
    display: flex;
    width: 100%;
    font-weight: 600;
}
.draft-text-box p {
    color: #fff;
    font-size: 14px;
}
.delete-draft svg {
    width: 20px;
}
.post-composer-header {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #282828;
}
.post-composer .post-composer-header .close-account {
    top: 19px;
}
.post-composer-header {
    position: relative;
}
.post-composer .draft-button button {
    background: no-repeat;
    border: none;
    color: #ccc;
    font-size: 15px;
}

.post-composer .category-label span, .post-composer .category-label span, .new-added-signal-arrow {
    color: #cbcbcb;
    text-decoration: none;
    background: #474747;
    padding: 5px 10px;
    font-weight: 500;
}
.new-added-signal-arrow img{
    width: 10px;
}
.new-added-signal-arrow {
    font-size: 12px;
    padding: 0;
    float: left;
    padding: 5px 10px;
    border-radius: 25px;
}
#post-composer .post-composer-inner .composer-main-parent .post-menu ul li a {
    padding: 12px;
}
#post-composer .post-composer-inner .composer-main-parent .post-menu ul {
    margin-left: -178px;
}

.post-composer .draft-button, .communities-wrapper .add-comunity {
    position: absolute;
    margin-top: -1px;
}
.composer-post-heder .post-header .post-user-details .post-icon {
    width: 45px;
    height: 45px;
} 
.composer-post-heder .post-header .post-user-details .post-icon img{
    border-radius: 50%;
}
.post-composer .composer-post-heder {
    padding: 20px 20px 10px;
}
.post-composer .composer-post-body {
    padding-left: 0px;
    padding-right: 0px;
    flex: 1;
}
.add-comunity button {
    background: none;
    border: none;
    width: 30px;
    padding: 0;
}
#communities-wrapper .post-composer-header .close-account {
    width: 30px;
    height: 30px;
    top: 20px;
}
#communities-wrapper .post-composer-header h3 {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.communities-list-tabbing ul.d-flex a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
}

.communities-list-tabbing ul.d-flex {
    margin: 0;
    list-style: none;
    gap: 10px;
}
.communities-list-tabbing {
    margin: 18px 0;
}
.communities-list-tabbing {
    margin: 15px 0;
    margin-bottom: 0;
}
.communities-list-tabbing li.active a {
    background: #fff;
    color: #000 !important;
    border-radius: 25px;
    font-weight: 500;
}
.communities-list-body .cc-body .cc-body-list .cc-box {
    display: flex;
}
.communities-list-body .cc-body .cc-body-list .cc-box .figure {
    flex-shrink: 0;
}
.communities-list-body .cc-body .cc-body-list .cc-box {
    display: flex;
    gap: 15px;
    padding: 25px 0;
    position: relative;
    border-bottom: 1px solid #2b2b2b;
    padding-right: 50px;
}
.communities-list-body .cc-body .cc-body-list .cc-box:last-child {
    border: none;
}
.c-box-right-arrow {
    max-width: 10px;
    position: absolute;
    right: -23px;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
}
.communities-list-body .post-content {
    margin-top: 10px;
}
.communities-list-body .cc-body .cc-body-list .cc-box .post-icon img {
    border-radius: 50%;
}
.communities-list-body .cc-body .cc-body-list .cc-box .post-icon {
    width: 35px;
    height: 35px;
}
.communities-list-body .avatars img {
    width: 35px;
    height: 35px;
}
.cc-body {
    padding: 0 30px;
}
.ccs-desc .post-content h3 {
    color: #fff;
    font-size: 16px;
}
.post-composer .composer-post-body .custom-textarea
 {
    padding: 0 75px;
    padding-right: 20px;
}
div#composer-media-container {
    margin-bottom: 10px;
}
span#new-added-signal-cross {
    margin-top: 0px;
    font-size: 15px;
    position: relative;
    left: -5px;
    top: -5px;
    background: #fff !important;
    height: 15px;
    width: 15px;
    display: block;
/*    z-index: 999;*/
    float: left;
    padding: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    line-height: 30px !important;
}
.post-composer .composer-post-body .post-media-container .simple-slider {
    padding-left: 75px;
    padding-right: 20px;
}
.post-composer .composer-post-body .custom-textarea textarea {
   background: none;
    resize: none;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 400;
} 
.post-composer .composer-post-footer {
/*    display: flex;*/
    color: #ccc;
}
.post-setting-inner .post-setting-tab ul {
    display: none;
}
.post-setting-inner {
    padding: 14px 20px;
    padding: 0;
    position: relative;
}
.post-setting-inner .post-setting-tab ul {
    display: block;
    position: absolute;
    background: #2d2d2d;
    position: absolute;
    list-style: none;
    padding: 20px;
    /* CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX; */
    border-radius: 35px;
    bottom: 6px;
    margin-bottom: 0;
    left: 119px;
    transform: scale(0.7);
    transform-origin: left bottom;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    border: 1px solid #282828;
    background: #181818;
    padding: 0;
}

.post-setting-inner .post-setting-tab ul li a span {
    color: #fff;
    font-size: 14px;
}
.post-setting-inner .post-setting-tab ul label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-setting-inner .post-setting-tab ul label div:first-child {
    max-width: 85%;
}
.post-media--action-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.post-media--action-container ul li #upload-image {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    width: 30px;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    height: 100%;
}
.post-media--action-container ul li {
    overflow: hidden;
    width: 20px;
    max-width: 30px;
    position: relative;
}
.post-media--action-container li img {
    width: 17px;
}
.post-setting-tab ul p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 14px;
    margin-top: 2px;
    color: #adadad;
}
.post-setting-tab ul li label {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
/*.add-new-signal button {
    border-radius: 35px;
    border: none;
    padding: 0 30px;
    background: #1f1e1e;
    color: #fff;
}*/
.add-new-signal button {
    border-radius: 35px;
    border: none;
    padding: 0 30px;
    background: #c6c6c6;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
/*.add-new-signal input[type="text"] {
    border-radius: 60px;
    border: none;
    background: #222;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    outline: none;
}*/
.add-new-signal input[type="text"] {
    border-radius: 60px;
    border: none;
    background: #292929;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    outline: none;
}
.post-media-container .simple-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.post-media-container .simple-slider  img{border-radius: 20px}
.add-new-signal {
    margin: 0;
    /* background: #333; */
    padding: 12px;
    border-radius: 56px;
    display: flex;
    gap: 15px;
}
.add-new-signal button:hover {
    background: #a9a9a9;
    color: #000;
}

/*.add-signal-body {
    background: #292828;
    border-radius: 25px;
    margin: 0 20px 20px;
}*/
/*.add-signal-body {
    background: none;
    border-radius: 25px;
    margin: 0 20px 20px;
}*/
.add-signal-body {
    background: none;
    border-radius: 25px;
    margin: 0 0px 0;
}
.post-setting-inner .post-setting-tab ul.showMe {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}
.post-setting-tab {
    cursor: pointer;
/*    font-weight: 700;*/
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    
} 
.post-setting-tab span.icon-invert > img {
    opacity: 0.5;
}
.post-setting-inner .post-setting-tab img {
    width: 20px;
    filter: invert(1) brightness(0.8);
    float: left;
    margin-top: 0px;
    margin-right: 5px;
}
.post-setting-tab ul li:last-child p {
    margin-bottom: 0;
}
.post-setting-inner .post-setting-tab ul li a {
    color: #adadad;
    text-decoration: none;
}
.post-setting-inner .post-setting-tab ul li a p {
    font-size: 11px;
}
.post-composer .post-composer-action .schedule-post button {
    background: none;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 0.5;
}
.post-composer .composer-post-footer .post-composer-action {
    display: flex;
    gap: 15px;
    align-items:center;
}
.post-composer .composer-post-footer .post-composer-action .posst-button button {
    background: #8e8c8c;
    border: none;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.post-composer .composer-post-footer .composer-post-footer-inner{
    display: flex;
    color: #ccc;
    justify-content: space-between;
    padding: 20px 25px 20px;
    align-items: center;
    border-top: 1px solid #282828;
    width: 100%;
}
.post-composer-header .close-account {
    right: 25px;
}
.post-composer .composer-main-parent {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: inherit;
}
.post-composer  .post-chracter-count {
    font-size: 14px;
}
.schedule-post button img {
    width: 25px;
    float: left;
}
.custom-textarea textarea{
    width:100%;
    min-height:25px;
    height:25px;
    resize:none; /* hides manual resize handle */
    overflow:hidden;
/*    transition: all 0.5s ease;*/
}
.post-composer-scrolable-part
 {
    /* height: calc(100vh - 330px); */
/*    min-height: calc(100vh - 488px);*/
    min-height: 320px;
    overflow-y: auto;
/*    max-height: calc(100vh - 330px);*/
    max-height: 440px;
     transition: all 0.2s ease;
} 
body.signals-open .post-composer-inner {
/*    min-height: 530px;*/
    transition: all 0.5s ease;
}
.uploaded-media {
    position: relative;
    display: inline-block;
}
.uploaded-media .close-account {
    z-index: 9;
    right: 7px;
    top: 7px;
}

.post-composer-slider .swiper-slide img {
    width: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    max-height: 280px !important;
    height: 280px;
    border-radius: 15px;
}


.post-composer-slider .close-account {
    width: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #00000078;
}
/* Scrollbar width */
.post-composer-scrolable-part::-webkit-scrollbar{
    width: 10px;
}

/* Top & Bottom Buttons */
.post-composer-scrolable-part::-webkit-scrollbar-button {
    height: 12px;
    background-color: #555;
}

/* Top arrow */
.post-composer-scrolable-part::-webkit-scrollbar-button:single-button:vertical:decrement {
    background: #555;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='4,0 8,6 0,6' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

/* Bottom arrow */
.post-composer-scrolable-part::-webkit-scrollbar-button:single-button:vertical:increment {
    background: #555;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='0,2 8,2 4,8' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

/* Scrollbar track */
.post-composer-scrolable-part::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

/* Scrollbar thumb */
.post-composer-scrolable-part::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.post-media--action-container {
    margin-top: 10px;
}
.post-media--action-container {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 75px;
}
.alt-and-link button {
    background: #000000d4;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    float: left;
    border: none;
    margin-left: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    border: 1px solid #383838;
}
.alt-and-link button img {
    width: auto !important;
    height: 16px !important;
    object-fit: contain !important;
}
span.alt-icon {
    background: #fff;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alt-and-link button img {
    width: 12px !important;
    float: left;
    margin: 0;
}
.mySwiper-composer{display: none;}

.flatpickr-calendar{
    background:#1f1f1f;
    color:#fff;
    border-radius:20px;
    border:none;
}

.flatpickr-day{
    color:#474747;
}

.flatpickr-day.selected{
    background:#ffffff;
    color:#000;
}

.flatpickr-months .flatpickr-month{
    color:#fff;
}

.flatpickr-time{
    border-top:1px solid #333;
}
.flatpickr-calendar {
    background: #222;
    color: #fff !important;
    border: none !important;
}
.flatpickr-day {
    font-weight: 400;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}

.flatpickr-day {
    color: #8b8b8b !important;
}
span.flatpickr-day.today ~ span.flatpickr-day {
    color: #fff !important;
}
span.flatpickr-day.today ~ span.flatpickr-day.selected {
    color: #000 !important;
}
.schedule-date {
    background: #46444470;
    color: #bdbdbd;
    display: flex;
    gap: 5px;
    font-size: 12px;
    padding: 10px 13px;
    border-radius: 10px;
    margin: 11px 10px 0;
    justify-content: space-between;
}
.schedule-date .d-flex span svg {
    float: left;
}
.schedule-date .gap-5 {
    gap: 5px !important;
}
.schedule-post {
    position: relative;
    display: flex;
    align-items: center;
}
.schedule-post input#scheduleDate {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 9;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: none;
    -webkit-appearance: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: none !important;
    width: auto !important;
    max-width: none !important;
    color: #ccc !important;
    font-size: 14px !important;
}
.flatpickr-calendar {
    background: #181818 !important;
    box-shadow: none !important;
    border: 1px solid #383838 !important;
    border-radius: 20px !important;
    padding: 10px !important;
    width: auto !important;
}
span.flatpickr-weekday {
    color: #ccc !important;
}
.flatpickr-current-month input.cur-year{color: #ccc !important; font-size: 14px !important;}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}
.flatpickr-day:hover {
    background: #cccccc26 !important;
    border: 1px solid #cccccc26 !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #383838 !important;
}
.time-done-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
button.flatpickr-done {
    border: none !important;
    border-radius: 8px !important;
    padding: 5px 15px !important;
    font-weight: 600 !important;
    color: #000;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: none !important;
}
.flatpickr-calendar .time-done-wrapper {
    border-top: 1px solid #383838 !important;
}
.flatpickr-time.time24hr * {
    color: #ccc;
}

.flatpickr-time.time24hr {
    background: #222;
    border-radius: 8px;
}
.flatpickr-time .flatpickr-time-separator {
    color: #fff !important;
}
.flatpickr-time input.flatpickr-hour, .flatpickr-time input.flatpickr-hour:hover  {
    font-weight: bold;
    background: none !important;
    appearance:none !important;
    -webkit-appearance:none !important
}
.flatpickr-day.selected {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    font-weight: 500;
}
input.numInput.flatpickr-minute:hover {
    background: none !important;
}
.saved-draft-list .post-icon img {
    border-radius: 35px;
}
.saved-draft-list .post-icon {
    width: 40px;
    height: 40px;
}
.sending-post-popup img {
    width: 100px;
}

.sending-post-popup {
    background: #181818;
    margin: 0 auto;
    border-radius: 40px;
    max-width: 620px;
    width: 620px;
    text-align: center;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #282828;
}
.sending-post-popup .gif p {
    margin-bottom: 0;
    color: #fff;
    margin-top: 15px;
}
.post-submit-loader {
    height: 10px;
    position: fixed;
    background: linear-gradient(90deg, #ff4e56, #ff7289);
    left: 0;
    bottom: 0;
    width: 100%;
    width: 0;
    z-index: 9999;
}
.post-submit-loader.show-loader {
    transition: all 2s ease;
    width: 100%;
}
.saved-draft-list {
    padding: 20px 20px;
}
.post-setting-inner .post-setting-tab ul {
    width: 280px;
    max-width: 280px;
    padding-bottom: 10px;
    padding-top: 8px;
}
li.toggles label span {
    font-size: 14px;
    font-weight: 600;
    color: #adadad;
}
.post-setting-tab li {
    border-bottom: 1px solid #282828;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding: 13px 20px;
}
.post-setting-tab li.toggles {
    border-bottom: none;
    padding: 10px 20px;
}
.post-setting-tab li:last-child {
    margin-bottom: 0;
}
li.toggles.mt-10 {
    margin-top: 10px;
}
.post-composer-inner .add-signal {
    position: absolute;
    background: #181818;
    top: 0;
    color: #fff;
    width: 100%;
    bottom: 0;
    border-radius: 40px;
    z-index: 99;
    border: 1px solid #282828;
    transform: rotateX(45deg);
    transform-origin: bottom center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
body.signals-open .post-composer-inner #add-signals, body.mention-open .post-composer-inner #add-mention, body.communityname-open .post-composer-inner #community-name-list {
    transform: rotateX(0deg);
    transform-origin: bottom center;
    opacity: 1;
    visibility: visible;
}
.add-signal-header h3 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #282828;
    margin-bottom: 15px;
}
.add-signal .close-account {
    right: 20px;
    top: 20px;
}
.add-signal-header h3 {
    margin-bottom: 10px;
}
.post-composer .category-label span:hover {
    background: #909090;
    color: #000;
}
.signals-list li button {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0;
}
.signals-list {
    padding: 0 24px;
    /* background: #333; */
    margin: 0;
    height: 476px;
    overflow-y: auto;
    border-radius: 25px;
}
#add-signals .signals-list {
/*    height: 424px;*/
/*    height: 321px;*/
    height: calc(100% - 169px);
}
#community-name-list .signals-list {
    height: calc(100% - 79px);
}
#add-signals .add-signal-body, #community-name-list .add-signal-body{
    height: 100%;
}
.signals-list li button .btn:hover {
    background: #fff;
}

.signals-list li button .btn {
    background: #797979;
    padding: 1px 16px;
    font-size: 16px;
    border-radius: 25px;
    font-size: 13px;
}
.signals-list ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
    padding-bottom: 0;
}
.signals-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.signals-list li {
    margin: 10px 0;
    border-bottom: 1px solid #282828;
    padding-bottom: 10px;
}
.signals-list li button .btn:hover {
    background: #fff;
    color: #000;
}
.radio-check input{
    display:none;
}

.checkmark{
    font-size:18px;
    color:#fff;
    display:none;
}

.radio-check input:checked + .checkmark{
    display:block;
}

.showMe li label{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}
.checkmark{
    opacity:0;
    transition:0.2s;
}

.radio-check input:checked + .checkmark{
    opacity:1;
}
span.checkmark svg {
    width: 18px;
}
.toggle-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-family:sans-serif;
}

.toggle-switch{
    position:relative;
    width:46px;
/*    height:26px;*/
    height:22px;
}

.toggle-switch input{
    display:none;
}

.slider{
    position:absolute;
    cursor:pointer;
    inset:0;
    background:#3a3a3a;
    border-radius:20px;
    transition:0.3s;
}

/*
.slider:before{
    content:"";
    position:absolute;
    height:20px;
    width:20px;
    left:3px;
    top:3px;
    background:white;
    border-radius:50%;
    transition:0.3s;
}
*/
.slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 2px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}
/* ON state */

.toggle-switch input:checked + .slider{
/*    background:#ffffff;*/
    background:#50c855;
}

.toggle-switch input:checked + .slider:before{
    transform:translateX(22px);
    background:#fff;
}
.slider{
    box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}
.draft-content {
    margin-top: 7px;
}

.draft-content p {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 18px;
}
#add-mention .signals-list {
    height: 436px;
}
.saved-draft-list {
    padding: 0;
    height: 500px;
    overflow-y: auto;
}
.simple-slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}
#submit-scheduel button {
    background: #fff;
}
.simple-slider::-webkit-scrollbar {
    width: 0px;
} 
.single-saved-draft .schedule-date {
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.post-menu input#scheduleDate {
    position: absolute;
    opacity: 0;
    width: 90%;
}
#post-composer .schedule-date {
    display: none;
}
.posst-button.active-post-btn button {
    background: #fff !important;
}
#post-composer .post-media {
    margin-left: 0;
    margin-top: 15px;
}
.draft-inner .user-info {
    padding: 0px 25px;
}
.draft-content {
    margin-top: 7px;
    padding: 0 25px;
}
.draft-media .simple-slider {
    padding-left: 75px;
    padding-right: 20px;
}
.draft-inner .single-saved-draft {
    padding: 20px 0;
    border-bottom: 1px solid #282828;
}
.draft-inner .single-saved-draft p{margin-bottom: 0;}

/* Scrollbar width */
.draft-inner .saved-draft-list::-webkit-scrollbar, .add-signal .signals-list::-webkit-scrollbar {
    width: 12px;
}

/* Scrollbar track */
.draft-inner .saved-draft-list::-webkit-scrollbar-track, .add-signal .signals-list::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

/* Scrollbar thumb */
.draft-inner .saved-draft-list::-webkit-scrollbar-thumb, .add-signal .signals-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Thumb hover */
.draft-inner .single-saved-draft:last-child, .add-signal .signals-list:last-child {
    border: none;
}
.draft-inner .single-saved-draft::-webkit-scrollbar-button:single-button:vertical:decrement, .add-signal .signals-list::-webkit-scrollbar-button:single-button:vertical:decrement, .saved-draft-list::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 16px;
    background-color: #333;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><polygon points='5,2 9,8 1,8' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.draft-inner .single-saved-draf::-webkit-scrollbar-button:single-button:vertical:increment, .add-signal .signals-list::-webkit-scrollbar-button:single-button:vertical:increment, .saved-draft-list::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 16px;
    background-color: #333;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><polygon points='1,2 9,2 5,8' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
/* remove spinner in Chrome, Edge, Safari */
.flatpickr-current-month input.cur-year::-webkit-outer-spin-button,
.flatpickr-current-month input.cur-year::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* remove spinner in Firefox */
.flatpickr-current-month input.cur-year{
    -moz-appearance: textfield;
}

/* disable editing */
.flatpickr-current-month input.cur-year{
    pointer-events: none;
    border: none;
    background: transparent;
    width: auto;
    font-weight: 500;
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0 !important;
    padding: 0;
    color: #adadad;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #fff !important;
}
.flatpickr-current-month {
    width: 75% !important;
    left: 8px !important;
    text-align: left !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}
.flatpickr-current-month input.cur-year {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    float: left;
}
span.flatpickr-prev-month {
    right: 30px;
    left: inherit !important;
    top: 10px !important;
}
span.flatpickr-next-month {
    right: 30px;
    left: inherit !important;
    top: 10px !important;
}
.draft-inner .post-menu ul {
    border-radius: 15px;
}
.draft-inner .post-menu ul li a {
    padding: 17px 17px;
}
.saved-draft-outer {
    border-radius: 0 0px 30px 0;
    overflow: hidden;
}
.post-composer .add-alt-wrapper {
    max-width: 620px;
    width: 620px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: inherit;
    transform: none;
    left: 0;
    bottom: 0;
    height: auto;
    box-shadow: 0 0 0px 635px rgba(0, 0, 0, 0.6);
    transform: rotateX(45deg);
    transform-origin: bottom center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.post-composer .add-alt-wrapper.showAlt {
    transform: rotateX(0deg);
    transform-origin: bottom center;
    opacity: 1;
    visibility: visible;
}
.post-composer .add-alt-wrapper {
    bottom: -48px;
}
div#add-location-wrapper {
    bottom: 0;
}
#add-location-wrapper .note {
    margin-bottom: 20px;
}

#add-alt-wrapper .add-alt-wrapper {
    top: 110px;
}
div#submit-post.posst-button {
    pointer-events: none;
}
div#submit-post.posst-button.active-post-btn {
    pointer-events: inherit;
}
div#composer-video-media video {
    width: 100%;
    border-radius: 25px;
}
div#composer-video-media {
    margin-left: 75px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}
body.signals-open .post-composer-scrolable-part, body.mention-open .post-composer-scrolable-part, body.communityname-open .post-composer-scrolable-part {
    /* height: calc(100vh - 330px); */
    /* min-height: calc(100vh - 488px); */
    min-height: 460px;
    overflow-y: auto;
    max-height: calc(100vh - 330px);
    max-height: 460px;
}
/*Post Composer*/


/*New menu*/
.nav-menu li a span:last-child {
    display: none;
}
.profile-logged-in-user {
    background: none;
    border: none;
}
.profile-logged-in-user .user-name {
    display: none;
}
li.side-menu-nav.create-post {
    position: relative;
    bottom: 0;
}
.main-section li.side-menu-nav ul img {
    width: 45px;
    max-width: 45px;
}
.main-section li.side-menu-nav img {
    width: 45px;
}
li.side-menu-nav.create-post {
    margin-left: -5px;
    margin-bottom: 0;
/*
    margin-top: 10px;
    margin-bottom: 10px;
*/
}
.nav-menu ul li a span.nav-icons {
        width: 25px !important;
    }
.nav-menu li.setting-tab.post-menu-setting {
    display: none;
}
.nav-icons.bookmark-icon img {
    width: auto;
}
.centrrlplus-tab.nav-side-li.centrrlplusicon span.nav-icons {
    width: 29px !important;
}
.nav-menu li {
    list-style: none;
    margin: 10px 0;
}
.nav-menu {
    display: flex;
    flex-direction: column-reverse;
}

.profile-logged-in-user .profile-image {
    width: 30px;
}
.profile-logged-in-user {
    margin-top: 20px;
    margin-left: 10px;
}
li.nav-side-li.active a {
    border: none;
    background: none;
}
.nav-menu li a {
    padding: 12px 9px;
}
li.side-menu-nav.create-post a {
    padding-left: 5px;
}
.centrrlplus-tab.nav-side-li.centrrlplusicon a {
    padding-left: 7px;
    margin-left: 0;
}
.profile-logged-in-user {
    margin-left: 0;
}
.profile-logged-in-user .profile-image img {
    width: 29px;
}
.profile-logged-in-user {
    padding: 9px 8px;
}
.nav-menu ul li a span.nav-icons.bookmark-icon
 {
    width: 24px !important;
}
.side-menu-nav ul {
    top: -38px;
    left: 57px;
}
li.side-menu-nav.create-post ul li {
    margin: 0;
}
.centrrlplus-tab.nav-side-li.centrrlplusicon {
    margin: 10px 0;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: 500;
    color: #fff !important;
}
.flatpickr-time input.flatpickr-minute {
    font-weight: 400;
    color: #fff;
}
.flatpickr-time .flatpickr-am-pm {
    color: #fff !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    background-color: #00000033 !important;
    border-radius: 10px !important;
    padding-left: 25px;
    background-image: url(https://www.centrrl.com/public/web1901-assets/images/clock-trans.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center left 9px;
    padding-right: 10px;
}
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #ffffff !important;
}
.flatpickr-time .numInputWrapper {
    width: 25px !important;
}
.flatpickr-time .flatpickr-am-pm {
    width: 30px !important;
}
.flatpickr-time .flatpickr-am-pm:hover{background: none !important}
/* Chrome, Safari, Edge */
.flatpickr-time input::-webkit-outer-spin-button,
.flatpickr-time input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
.flatpickr-time input[type=number] {
    -moz-appearance: textfield !important;
}
.close-account{cursor: pointer;}
#composer-video-media .close-account{z-index: 1}
#sent-post img {
    width: 70px;
}
/*New menu*/


.complete-your-profile{
    position: fixed;
    top: 0;
    z-index: 9999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: #000000de;
    left: 0;
    right: 0;
}
.complete-your-profile-inner{
    padding: 30px 30px 30px !important;
    border: 1px solid #333333;
    border-radius: 42px;
        background: #1b1b1b;
    max-width: 400px;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    padding: 25px;
    margin: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.profile-list-action button{
    background: #2b2b2b;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    margin: 16px 0 0;
    font-size: 15px;
    background: #1888FF;
    width: 100%;
    border: none;
    height: 50px;
    color: #fff;
    border-radius: 35px;
    font-weight: 600;
}
.complete-your-profile-inner.showMe {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.complete-your-profile-inner .close-getstart {
    background: #555;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.profile-list-inner button {
    background: #383838;
    border: 1px solid #444;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 35px;
    margin: 5px 0px;
}
.complete-your-profile p {
    color: #adadad;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 500;
}
.complete-your-profile-inner .close-getstart svg {
    width: 63%;
    /* height: 30px; */
    background: no-repeat;
    border-radius: 50%;
    filter: invert(1);
    float: left;
}
.complete-your-profile-inner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.complete-your-profile-inner h4 {
    color: #fff;
    font-size: 15px;
}
.audio-controls button.play-btn img {
    width: 20px;
}
.post-media-container .simple-slider a {
    pointer-events: none;
}
.signup-signin-wrapper .signup-body .close{display: none;}
.datepicker-dropdown {
    border-radius: 20px;
}
.create-community .upload-com-image {
    background: #191919;
    border: 2px dashed #2b2b2b;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.create-community .input-upolad img {
    width: 35px;
    margin-bottom: 10px;
}
.create-community .input-upolad p {
    margin: 0;
}

.create-community .input-upolad {
    text-align: center;
}
.create-community .account-form input[type=file] {
    background: #2b2b2b;
    border: none;
    height: 45px;
    border-radius: 26px;
    color: #adadad !important;
    font-size: 14px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: no-repeat;
    right: 0;
    cursor: pointer;
    font-size: 0;
    opacity: 0;
}
.create-community .form-title {
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700;
}
.create-community .account-form {
    margin-top: 25px;
}
.create-community .account-form input{
    background: #191919;
    border: none;
    height: 45px;
    border-radius: 26px;
    color: #adadad !important;
    font-size: 14px;
    border: 1px solid #2b2b2b;
}

.create-community .account-form textarea {
    border-radius: 26px;
    font-size: 14px;
    height: 100px;
    border: 1px solid #2b2b2b;
     background: #191919;
    padding: 16px;
}
div#profile-type-popup.community-category .signup-wrapper-box {
    max-width: 600px;
    width: 600px;
}
div#profile-type-popup.community-category .signup-wrapper-box div#vocation-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#complete-your-profile .close-getstart {
    right: 15px;
    top: 15px;
}
.complete-your-profile-inner {
    border: 2px solid rgb(51, 51, 51);
    background: rgb(27, 27, 27);
    max-width: 400px;
    height: auto;
    border-radius: 40px;
    position: absolute;
    z-index: 9999;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    margin: 0px;
    opacity: 0;
    transition: 0.4s;
    padding: 30px !important;
}
.create-community .access {
    color: #fff;
}
.create-community .submit-account {
    position: sticky;
    bottom: 0;
    background: #000;
    text-align: center;
    padding: 12px 0;
}
.create-community .account-form label {
    position: relative;
}

.create-community .account-form input[type="radio"] {
    position: absolute;
    width: 100%;
}

.access-type span.member-only img {
    width: 12px;
    float: left;
    margin-right: 7px;
}
.members-and-followers h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.members-and-followers .avatars img {
    margin-left: -20px;
}
.write-post button img {
    width: 17px;
}
.community-post-head .search-post input {
    background: #191919;
    border: 1px solid #2b2b2b;
    padding: 8px 10px;
    border-radius: 26px;
    font-size: 14px;
    color: #adadad;
    outline: none;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-box-inner > .post-content-wrapper .post-content p {
    font-size: 16px;
    line-height: 22px;
}
.access-type span.member-only {
    display: flex;
    border: 1px solid #2b2b2b;
    padding: 6px 13px;
    border-radius: 35px;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
}
.comunity-title h1 {
    font-size: 20px;
    color: #fff;
    padding: 15px 0 0;
    font-weight: 700;
}
.access-type {
    display: inline-block;
}

.avatar-group{
    display:flex;
    align-items:center;
    gap:10px;
}

.avatars{
    display:flex;
}

.avatars img{
    width:40px;
    height:40px;
    border-radius:50%;
    border:2px solid #000; /* background color */
    object-fit:cover;
    margin-left:-12px; /* overlap */
}

/* first image no overlap */
.avatars img:first-child{
    margin-left:0;
}

.more-count{
    color:#6162fd;
    font-size:14px;
    cursor:pointer;
}

.more-count span{
    font-size:18px;
}
.members-and-followers {
    display: flex;
    gap: 50px;
}
.members-and-followers {
    margin: 30px 0;
}

.write-post button{
    background: #191919;
    border: 1px solid #2b2b2b;
    width: 45px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 45px;
    margin-left: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    cursor: pointer;
}
.post-something {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-something .d-flex {
    align-items: center;
    gap: 15px;
}
.post-something .d-flex .user-icon img {
    border-radius: 50%;
}
.request-btn.d-flex {
    gap: 15px;
}
.request-btn.d-flex {
    gap: 15px;
    margin-bottom: 20px;
}
.request-btn.d-flex button {
    background: #fff;
    border-radius: 60px;
    flex: 1;
    padding: 10px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    
}
.write-post {
    display: flex;
    gap: 10px;
}
.community-post-head.d-flex {
    justify-content: space-between;
    align-items: center;
}
.community-post-head.d-flex > .d-flex {
    align-items: center;
    gap: 8px;
}
.community-banner img {
    border-radius: 10px;
}
.community-banner {
    margin-top: 15px;
}
.community-composer .no-bg{background: none !important}
.create-community .submit-account button {
    width: 100%;
    font-weight: 700;
}
.access li span img {
    width: 15px;
    max-width: 15px;
    opacity: 0.4;
}
.create-community .form-group {
    margin-bottom: 30px;
}

.access li {
    list-style: none;
}
.access ul{padding: 0}
.access li span img {
      width: 15px;
    max-width: 15px;
    opacity: 0.4;
    transform: scale(1);
    transition: opacity 0.2s ease;
}
input:checked + span {
    filter: drop-shadow(0 0 4px rgba(0,255,150,0.6));
}
.access li label {
    gap: 10px;
}
.create-community .account-form input[type="radio"]:checked + span img {
    opacity: 1;
    animation: bubblePop 0.3s ease;
}
.create-community .account-form input[type="radio"] {
    position: absolute;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
@keyframes bubblePop {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(1.3);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
.category-wrapper .arrow {
    position: absolute;
    right: 6px;
    bottom: 5px;
    width: 33px;
    opacity: 0.5;
}
.category-wrapper {
    position: relative;
}
    .community-category .signup-header {
    margin-bottom: 30px;
}
.community-category .signup-footer {
    margin-top: 20px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-content p {
    color: #888b8e;
}
.get-verified-with-centrrl a {
    color: #adadad;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 5px 6px;
    padding-right: 10px;
}
.get-verified-with-centrrl {
    margin-left: 10px;
    border: 1px solid #333333;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.get-verified-with-centrrl img {
    width: 18px;
    border-radius: 60px;
    float: left;
    margin-right: 4px;
}
#centrrl-popup-scanner h3 img {
    border-radius: 50%;
    width: 40px;
    margin-right: 5px;
}
#communities-wrapper .access-type {
    display: inline-block;
    position: absolute;
}
#communities-wrapper .access-type span.member-only {
    background: #2b2b2bcc;
    color: #fff;
    font-size: 10px;
}
#communities-wrapper .communities-list-body .cc-body .cc-body-list .cc-box .figure {
    flex-shrink: 0;
    max-width: 30%;
    width: 30%;
    position: relative;
}
#communities-wrapper .access-type {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 7px;
}
#communities-wrapper .communities-list-body .cc-body .cc-body-list .cc-box .figure > img {
    width: 100%;
}
  
#communities-wrapper .communities-list-body .cc-body .cc-body-list .cc-box .figure span.member-only img {
    filter: invert(1) brightness(5);
    opacity: 1;
    opacity: 1;
    width: 9px;
    float: left;
    margin-right: 3px;
    margin-top: -3px;
}
#communities-wrapper .communities-list-body .category-label {
    text-decoration: none !important;
}

#communities-wrapper .communities-list-body .category-label span {
    background: #2b2b2b !important;
    text-decoration: none !important;
    padding: 0 4px !important;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .category-label span {
    background: #2b2b2b;
    text-decoration: none;
    padding: 2px 10px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .access-type {
    display: inline-block;
    margin-bottom: 10px;
}
.postks span{
    color: #888b8e;
}

.create-community .submit-account .note {
    margin-top: 10px;
}
.create-community .submit-account .note p{
    color: #888b8e;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0;
}
.create-community .submit-account .note p a{
    color: #888b8e;
}
.post-something {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 0;
    /* border: 1px solid #2b2b2b; */
    /* border-radius: 35px; */
    padding-left: 10px;
    padding-right: 10px;
}
.post-something p{margin-bottom: 0; color: #555;}
.community-post-head.d-flex.postks .search-post img
 {
    position: absolute;
    width: 20px;
    right: 10px;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
}
.community-post-head.d-flex.postks .search-post{
    position: relative;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .reply-box {
    border: none;
    padding-top: 30px;
}

.comunity-title {
    position: sticky;
    top: 0;
    background: #000;
    padding-bottom: 9px;
    z-index: 8;
}
.post-something {
    top: 54px;
    background: #000;
    z-index: 8;
    position: sticky;
}


.post-wrapper.profile-wrapper.post-detail-page.community-detail .share-right .post-menu {
    background: #191919;
    border: 1px solid #1f1f1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

.post-wrapper.profile-wrapper.post-detail-page.community-detail .share-right .post-menu ul {
    top: 37px;
}

.post-composer.community-composer .post-composer-header h3 a {
    text-decoration: none;
    font-size: 12px;
    margin-top: 4px;
    display: inline-block;
}

.post-composer.community-composer .post-composer-header h3 img {
    width: 8px;
}
.post-composer.community-composer .post-composer-header h3 {
    display: flex;
    flex-direction: column;
}
span.new-added-signal.new-added-signal-arrow img {
    width: 10px;
    margin-left: 8px;
    margin-right: 3px;
}

span.new-added-signal.new-added-signal-arrow:hover {
    background: #292929;
    color: #fff;
}

div#profile-type-popup.community-category .signup-footer button {
    margin-top: 0;
}
.communities-wrapper-inner .communities-list-body .post-user {
    font-size: 14px;
}
.c-box-right-arrow img {
    /* transform: rotateX(55deg); */
    display: inline-block;
}

.c-box-right-arrow {
    max-width: 10px;
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
    top: 77px;
}
.communities-list-tabbing a {
    background: #2b2b2b;
    border: 1px solid #333;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px !important;
}
#profile-pannels-mobile .profile-pannels-mobile-inner .profile-image{width: 35px; height: 35px; }
#profile-pannels-mobile .profile-pannels-mobile-inner .profile-image img{border-radius: 50% }
.post-wrapper.profile-wrapper.post-detail-page.community-detail div#post-box-section {
    display: block !important;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .all-post-reply .post-box:first-child {
    padding-top: 10px !important;
}
.profile-community a {
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #686868;
    border-radius: 25px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 10px;
}

.profile-community span.icon img {
    width: 20px;
    float: left;
}
#created-community .figure a img{width: 100%}
.more-setting-pop {
    background: #181818;
    border-radius: 18px;
    border: 1px solid #373737;
    padding: 8px;
    max-width: 240px;
    position: absolute;
    width: 240px;
    bottom: 0px;
    left: 53px;
    transform: scale(0);
    transform-origin: left bottom;
    transition: all 0.2s ease;
    opacity: 0;
}
#more-stting .more-setting-pop.more-settings ul li a {
        padding-left: 12px;
        border-bottom: 1px solid #3241585c !important;
    }
.p-relative{position: relative;}
#more-stting .more-setting-pop {
    left: 54px;
    bottom: 5px;
    padding: 10px;
}

.more-setting-pop.more-settings {
    transform: scale(1);
    opacity: 1;
}
.more-setting-pop {
        border: 1px solid #2b2b2b;
    }
#more-stting .more-setting-pop li:first-child {
/*    border-bottom: 1px solid #2b2b2b;*/
}
ul.more-setting-pop li {
    margin: 0;
}
ul.more-setting-pop {
    gap: 5px;
}
ul.more-setting-pop li a {
    padding: 13px 13px;
    justify-content: space-between;
    align-items: center;
}
ul.more-setting-pop li a span:last-child {
    display: inline-block;
    width: 28px;
    opacity: 0.6;
}
ul.more-setting-pop li a span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.more-setting-pop span.nav-icons img {
    width: 21px !important;
}
ul.more-setting-pop li a:hover {
    background: #262626;
    border-radius: 12px;
}
ul.more-setting-pop li a {
    padding: 13px 13px;
    justify-content: space-between;
    align-items: center;
    padding-right: 4px;
}
#more-stting .more-setting-pop:hover li{
    border-color: transparent;
}
#guidelines{min-height: 400px}
#guidelines h4 {
    color: #fff;
    margin: 0;
}
.ql-editor {
    color: #adadad !important;
    font-size: 14px !important;
    height: 300px;
}
.ql-toolbar.ql-snow {
    border: none;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
    background: #222;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.ql-container.ql-snow {
    border: 1px solid #232222 !important;
    border-radius: 0 0 15px 15px !important;
}
.ql-toolbar.ql-snow {
    border: none !important;
}
.ql-editor.ql-blank::before {
    color: #fff !important;
}
.ql-editor {
    height: 300px !important;
}
.guidelines-box {
    padding: 20px 25px;
}
.guidelines-box h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.guidelines-textarea textarea {
    width: 100%;
    height: 280px;
    resize: none;
    background: #22222273;
    border-radius: 15px;
    border: 1px solid #222;
}
.guidlines-text p {
    margin: 0;
    font-size: 13px;
}
.guidlines-text {
    margin: 0 20px;
    background: #1c1c1c;
    color: #adadad;
    font-size: 14px;
    padding: 22px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.close-glines{cursor: pointer;}
.save-guidlines {
    text-align: right;
    margin-top: 10px;
}
.save-guidlines button {
    background: #fff;
    border: none;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.guidlines-text h6 {
    font-weight: 700;
}
.close-glines svg {
    width: 16px;
    filter: invert(1) brightness(0.5);
}
.guidlines-header {
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.guidlines-scroller {
    height: 125px;
    overflow-y: auto;
    padding-right: 5px;
}
.domain-section .user-icon {
    width: 40px;
    margin-right: 0px;
    height: 40px;
}
#domain-batch .common-popup-inner {
    width: 500px;
}
.domain-section {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}
.domain-section {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    background: linear-gradient(90deg, #7b2ff7, #f107a3, #ff7a18);
    border-radius: 65px;
    padding: 2px !important;
    width: 100%;
}
#domain-batch h3 {
    text-align: center;
    font-size: 18px;
}
#domain-batch h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
#domain-batch p {
    color: #adadad;
    margin-bottom: 0;
    margin-top: 10px;
}
.domain-section .user-icon img {
    border-radius: 50%;
}
#domain-batch h4 + p{margin-top: 0}
.domain-section .domain-section-inner {
    background: #2b2b2b;
    border-radius: 100px;
    padding: 12px 15px;
    color: #fff;
    display: flex;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
    align-items: center;
}
.domain-section .domain-section-inner span.user-name {
    font-size: 15px;
}
.promo {
    width: 21px;
}
.promo img {
    width: 100%;
}
.ssldd.d-flex {
    gap: 5px;
}
#domain-batch .user-website-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-center-sec textarea#chat-msg {
    width: 100%;
    resize: none;
    border-radius: 35px;
    background: #222;
    min-height: 45px;
    padding: 10px 20px;
    color: #fff;
    outline: none;
    max-height: 100px;
    padding-right: 50px;
    float: left;
}
#comment-inp-media-wrapper {
    position: relative;
    width: 100px !important;
    height: 100px !important;
    margin-top: 10px;
    margin-left: 0;
}
#comment-inp-media-wrapper img{
    border-radius: 15px
}
#comment-inp-media-close svg{
    float: left;
    width: 14px;
    filter: invert(1);
}
#comment-inp-media-close {
    top: 2px !important;
    right: 2px !important;
    background: #000000de;
}
.notification-popup{font-size: 14px;}


/* Poll */

#create-poll-main-box {
    padding: 15px 30px 0 !important;
    margin-top: 0;
}
#create-poll-main-box div#pollOptionsContainer {
    background: none !important;
}
#create-poll-main-box {
    padding: 0 15px !important;
}
#create-poll-main-box .create-poll-option {
    padding: 0;
}
#create-poll-main-box {
    padding: 15px 75px 0 !important;
    margin-top: 0;
}
.create-poll-option {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
}
#create-poll-main-box .remove-poll {
    margin-top: 12px;
    margin-bottom: 20px;
}
#create-poll-main-box .remove-poll a {
    font-size: 11px !important;
    color: #737373 !important;
    text-decoration: none;
    font-weight: 600;
}
.delete-option svg {
    width: 100%;
    float: left;
    height: auto;
    width: 25px;
}
.delete-option{display: none;}
button.delete-option.okl {
    display: block !important;
}
#create-poll-main-box .remove-poll, #create-poll-main-box .end-in {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 11px !important;
    color: #737373 !important;
    font-size: 600px;
}
.d-flex-poll{position: relative; width: 100%;}
.option.new-added-option + .option.add-another-option {
    padding-right: 32px;
}
span.c-count-poll {
    position: absolute;
    right: 18px;
    color: #646464 !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%) scale(0.5)
}
.d-flex-poll input:focus + span {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.create-poll-option .option input {
    background: transparent !important;
    color: #FFF;
    width: 100%;
}
#create-poll-main-box button.delete-option {
    background: none;
    border: none;
    width: 16px;
}
.create-poll-option .option input{
    background: transparent !important;
    color: #FFF;
    border: 1px solid #32415852;
    border-radius: 25px;
    padding: 11px 12px;
    height: 42px;
    outline: none;
    font-size: 14px;
}
.social-popup #create-poll-main-box a {
    font-size: 11px !important;
    color: #737373 !important;
}
div#create-poll-main-box #pollDescription {
    border: none;
    resize: none;
    font-size: 15px;
    color: #fff;
    min-height: 30px;
    height: 30px;
}
body.light-mode div#create-poll-main-box #pollDescription {
    color: #222;
}
#pollDescription::placeholder {
  color: #888888;
}
.option.add-another-option input {
    border: 2px dashed #32415852 !important;
}
#post-footer-for-poll button#createPollSubmit {
    border-radius: 0 !important;
}
#create-poll-main-box button.delete-option img {
    filter: invert(1);
}

#create-poll-main-box button.delete-option {
    background: none;
    border: none;
    width: 16px;
    padding: 0;
}
#create-poll-main-box .option {
    display: flex;
    gap: 15px;
}
.poll-preview-in-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poll-preview-in-post ul label span svg, .poll-preview-in-post ul label span img {
    width: 20px;
    height: 20px;
}
.poll-preview-in-post label {
    border: 1px solid #383838;
    width: 100%;
    border-radius: 60px;
    padding: 11px 20px;
    margin-bottom: 15px;
    position: relative;
    font-size:15px ;
}
.poll-preview-in-post {
    margin: 20px 40px 0 58px;
}
.poll-preview-in-post label > span {
    position: absolute;
    right: 23px;
}
.poll-preview-in-post label {
    cursor: pointer;
}
.poll-preview-in-post label > span   span {
    display: none;
}
.poll-preview-in-post label > span input:checked + span {
    display: block;
}
.poll-preview-in-post label > span input {
    position: absolute;
    opacity: 0;
}
.vote-progress {
    position: absolute;
    background: #a3ffc324;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    border-radius: 50px;
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}
.vote-done .vote-progress{
    width: 100%;
    opacity: 1;
}
.votes-and-time
 {
    font-size: 12px;
    margin-left: 4px;
}
/* Poll */


/*GIF*/

#gifPanel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #171715;
    /* border: 1px solid #ccc; */
    border-radius: 40px;
    /* display: none; */
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 9;
    padding-top: 20px;
    background: #181818;
    height: 300px;
    border: 1px solid #282828;
    visibility: hidden;
    opacity: 0;
    
}

    #gifPanel.active {
      display: flex;
        height: auto;
    visibility: visible;
    opacity: 1;
    }

    #searchGif {
    padding: 10px;
    border: none;
    border-bottom: none;
    outline: none;
    color: #fff;
    background: #56565621;
    border-radius: 32px;
    margin: 10px 10px;
    padding: 13px 15px;
}

/*#gifResults {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
}*/
#gifResults {
    /* flex: 1; */
    /* overflow-y: auto; */
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    height: 260px;
    transition: all 0.3s ease;
    justify-content: end;
    opacity: 0;
    visibility: hidden;
}
#gifPanel.active #gifResults{
    height: 400px;
    opacity: 1;
    visibility: visible;
}
 
.gif-header h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #2b2b2ba8;
    padding-bottom: 20px;
    margin: 0;
}

#gifResults img {
    width: 49%;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s;
}
.close-gif {
    width: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.gif-main-result {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 75px;
}
    #gifResults img:hover {
/*      transform: scale(1.05);*/
    }

 #selectedGif {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
}
.close-gif svg {
    filter: invert(1);
    width: 20px;
}
.close-gif {
    width: 30px;
    position: absolute;
    right: 10px;
    background: #555;
    border-radius: 50%;
    height: 30px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 10px;
}
div#selectedGif img {
    border-radius: 15px;
    border: 1px solid #181818;
}
.back-gif img {
    width: 30px;
    /* background: #fff; */
    filter: brightness(1);
}
.back-gif {
    position: absolute;
    left: 20px;
}
.back-gif{cursor: pointer;}
/*GIF*/

@media screen and (min-width:1024px) and (max-width:1200px){
    .main-center-sec {
        max-width: 530px !important;
        width: 530px !important;
    }
.profile-tabbing ul div.active-tab {
    width: 92px;
}
.profile-tabbing li a {
    padding: 7px 12px;
}
.profile-tabbing li:nth-child(2).active ~ .active-tab {
    left: 123px;
}
.profile-tabbing ul {
    gap: 20px;
}   
.profile-tabbing li:nth-child(3).active ~ .active-tab {
    left: 236px;
}
.profile-tabbing li:nth-child(4).active ~ .active-tab {
    left: 348px;
}    
   
}
@media screen and (min-width:768px){
    
 .main-center-sec.post-detail-page-main-center {
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }    
.main-center-sec.post-detail-page-main-center .post-wrapper {
    flex: 1;
}    
   
/*.post-wrapper.home-wrapper .post-box.home-dynamic-feed.post-box-with-reply .post-with-reply  .post-media .url-preview {
    padding: 0px;
    cursor: pointer;
    margin-left: 50px;
}  */
.post-wrapper.home-wrapper .post-with-reply .post-box-inner.post-reply-section .url-preview {
    margin-left: 50px;
}    
.my-account #profile-type-popup div#vocation-box {
    max-height: 440px;
    overflow-y: auto;
}    
.post-wrapper.home-wrapper .follow-btn {
    position: absolute;
    right: 40px;
}    
.setting-inner .setting-dflex.d-flex .right-setting-menu {
    height: 640px;
}    
#domain-batch h3 {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 20px;
}    
div#profile-pannels-mobile {display: none;}    
#post-box2 {
    overflow: hidden;
    border-radius: 0 0 23px 0;
}    
.post-media video {
    max-width: 50%;
}    
.post-box-inner.post-reply-section .reaction-wrapper {
    margin-left: 50px;
}    
.nav-menu {
    height: 100%;
    justify-content: center;
}
.main-sec-left .logo-sec {
    position: absolute;
}    
li.nav-side-li.home-tab.active img.not-selected, .nav-side-li.news-tab.active img.not-selected, li.bookmarks-tab-side.nav-side-li.active img.not-selected, .nav-side-li.news-tab.active img.not-selected {
        display: none;
}
li.nav-side-li.home-tab.active img.now-selected, .nav-side-li.news-tab.active img.now-selected, li.bookmarks-tab-side.nav-side-li.active img.now-selected {
        display: block !important;
    }    
.post-content-wrapper.profile-bio p {
    line-height: 20px;
}    
.post-wrapper.profile-wrapper .profile-header-block + .post-content-wrapper.profile-bio .post-content {
    cursor: default;
}    
li.nav-side-li.home-tab img.not-selected
 {
    position: relative;
    top: -1px;
    opacity: 1;
}    
#toppics ul li button {
    font-size: 13px;
    padding: 8px 16px;
}    
.post-wrapper.profile-wrapper.post-detail-page  .reaction-wrapper {
    margin-bottom:  0;
}    
.post-wrapper.profile-wrapper.post-detail-page .reply-box h3 {
    margin-bottom: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page .reply-box {
    padding-top: 30px;
}    
    .hide-on-desktop{display: none;}    
.post-top-info a.follow-btn{display: none;}    
.alt-and-link a {
    display: inline-block;
}    
 .alt-and-link img {
    border: none;
    width: 12px !important;
    max-width: 12px !important;
    border-radius: 0 !important;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
    opacity: 0.8;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    display: inline-block;
}
.swiper.mySwiper .swiper-wrapper.Vertical .swiper-slide .alt-and-link img {
        border: none;
        width: 12px !important;
        max-width: 12px !important;
        border-radius: 0 !important;
        float: right;
        margin-left: 5px;
        margin-top: 3px;
        opacity: 0.8;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        display: inline-block !important;
        max-height: none !important;
        min-width: 12px !important;
    }    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-wrapper {
    padding-left: 51px;
}    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content-wrapper {
    margin-left: 51px;
    margin-top: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content-wrapper .post-content {
        margin-top: 5px;
    }
    
.post-wrapper.home-wrapper.news-wrapper .swiper-slide {
    width: 430px !important;
}    
    .post-wrapper.profile-wrapper .profile-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}    
.post-header.profile-user {
    padding-bottom: 0;
}
.post-header.profile-user {
    padding-bottom: 20px;
}    
.post-header.profile-user .post-user .post-menu-setting {
    display: none;
}    
 .post-wrapper.profile-wrapper  .post-user {
    /*display: flex;
    justify-content: space-between;
    width: 100%;*/
    }
    .login-sheet-bottom{display: none;}    
    .login-btn{display: none;}    
    .post-wrapper.home-wrapper .top-stories-wrapper .preview-text p {
        margin-left: 35px;
        margin-top: -13px;
        height: 40px;
    }
.top-stories-wrapper .site-logo {
    width: 25px;
}
.top-stories-wrapper .link-wrapper {
    font-size: 14px;
}    
    .left-setting-menu span.account-arrow, .left-setting-menu .logout-btm-setting {
    display: none;
}

   
.profile-tab-side{display: none;}
.nav-menu ul li a span.nav-icons {
    width: 20px;
}
.main-section .main-sec-left {
    position: fixed !important;
    left: 20px;
} 
.main-section .main-center-right {
    position: fixed !important;
    right: 20px;
}    
.main-section .main-center-sec {
    margin: 0 auto;
}    
}
@media screen and (max-width:767px){
.post-comment-box {
    bottom: 40px;
}
.upload-section button img {
    width: 15px;
}
.upload-section button {
    width: 32px;
    height: 32px;
}
.main-center-sec textarea#chat-msg {
    min-height: 40px;
    max-height: 100px;
    font-size: 14px;
}    
.post-comment-box-inner .input-section button {
    width: 35px;
    height: 35px;
    }
.post-comment-box-inner {
    gap: 5px;
}
#comment-inp-media-wrapper {
    width: 80px !important;
    height: 80px !important;
}    
    div#search-wrapper{
            z-index: 999999;
    }    
div#croppie-div {
    width: 95% !important;
    max-width: 95% !important;
}
.post-comment-box {
    padding: 20px 10px;
    padding-top: 10px;
}
.notification-popup {
    width: 270px;
    /* white-space: nowrap; */
}    
/*li.login-btn.newlogintab {
    order: 5;
} 
.nav-menu li.profile-tab-side.active.llp {
    display: none;
}*/
/*.nav-menu li.comm-btn {
    display: none;
} */   
div#confirm-close {
    z-index: 9999;
}    
.my-account #profile-type-popup div#vocation-box::-webkit-scrollbar {
    width: 0px;
}    
.my-account #profile-type-popup div#vocation-box {
    overflow-y: auto;
    height: calc(100vh - 250px);
}    
#communities-wrapper .communities-wrapper-inner {
    margin: 0px auto;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.communities-wrapper {
    z-index: 99;
}    
.comunity-title {
    padding-top: 1px !important;
    padding-bottom: 10px !important;
}    
.signup-signin-wrapper .signup-body .close {
        display: block;
        width: 25px;
        position: absolute;
        right: 8px;
        top: 10px;
    }
.signup-signin-wrapper #step07 .signup-heading h2 {
        margin-top: 7px;
        padding-right: 20px;
    }    
    
body{overflow-x: hidden; width: 100%;}
    
.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: none;
    background: none;
    padding: 0;
    border-radius: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page .reply-box h3 + p {
    margin-top: 5px;
}    
.or-line span {
    background: #000000;
}    
li.nav-side-li.home-tab.active img.not-selected, .nav-side-li.news-tab.active img.not-selected{
    display: none;
}
li.nav-side-li.home-tab.active img.now-selected, .nav-side-li.news-tab.active img.now-selected {
    display: block !important;
}    
.all-post-reply .post-box:last-child {
    border: none !important;
}    
.post-wrapper.profile-wrapper .profile-header-block + .post-content-wrapper.profile-bio {
    margin-top: 5px;
}    
    .post-wrapper.profile-wrapper .profile-header-block + .post-content-wrapper.profile-bio .post-content{margin-top: 0;}
.post-wrapper.profile-wrapper.post-detail-page .profile-head .back-btn {
    position: absolute;
}
.post-wrapper.profile-wrapper.post-detail-page .share-right {
    position: absolute;
    right: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page .profile-head h1{text-align: center; width: 100%;}    
.post-wrapper.profile-wrapper.post-detail-page .profile-head h2{text-align: center; width: 100%;}    
#post-box-section .audio-post {
    margin-left: 57px;
    margin-right: 15px;
}   
.post-wrapper.profile-wrapper.post-detail-page #post-box-section .audio-post {
        margin-left: 0;
        margin-right: 0;
    }    
.reply-inner p {
    padding: 0 20px;
}    
div#post-pinned {
        margin-bottom: 0;
}
    
#repost-box-section .post-box-inner.post-reply-section .single-image {
    margin-left: 4px !important;
}
#repost-box-section .post-box.post-box-with-reply .post-box-inner.post-reply-section .audio-post {
    margin-left: 54px;
}    
.post-icon span.alphabet-icon {
    width: 100%;
    height: 100%;
    font-size: 14px;
}    
    .main-center-sec .post-wrapper.profile-wrapper .post-user {
    padding-bottom: 0px;
}
.main-center-sec .post-wrapper.profile-wrapper .post-top-info .post-user {
    padding-bottom: 1px;
    justify-content: flex-start;
}
     
.main-center-sec .post-wrapper.profile-wrapper .post-user-details .post-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}    
.post-wrapper.profile-wrapper .post-user {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}
.post-wrapper.profile-wrapper .profile-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}    
 .post-wrapper.profile-wrapper  .post-user {
    display: flex;
    justify-content: space-between;
    width: 100%;
    }
.post-wrapper profile-wrapper .post-user .profile-holder .post-user {
    padding-right: 15px !important;
}    
    .login-sheet-bottom{display: none;}    
li.login-btn img {
    border-radius: 45px;
}
.login-sheet-bottom {
        display: block;
        position: fixed;
        bottom: -260px;
        background: #222;
        z-index: 9999;
        left: 0;
        right: 0;
        border-radius: 30px 30px 0 0;
        text-align: center;
        transition: all 0.5s ease;
}
    .login-sheet-bottom.show-sheet{bottom: 0}    
.login-sheet-bottom .logo-icon {
    width: 50px;
    margin: 15px auto 0;
}    
.login-sheet-action a.signin-btn {
    background: #363636;
    color: #fff;
    margin-bottom: 20px;
}    
.login-sheet-bottom p {
    color: #fff;
    font-size: 14px;
    margin: 18px 0;
}
.login-sheet-action {
    display: flex;
    flex-direction: column;
}
.login-sheet-action {
    gap: 12px;
}

.login-sheet-action a {
    background: #fff;
    margin: 0 20px;
    border-radius: 25px;
    padding: 11px 0;
    text-decoration: none;
    color: #000;
}    
li.login-btn img {
    filter: invert(1) brightness(5);
    opacity: 1;
}    
li.nav-side-li.active a {
    /* border: 1px solid #2b2b2b; */
    border: none;
    background: none;
}    
.nav-menu li.story-tab.nav-side-li {
    display: none;
}
.post-media video {
    border-radius: 25px;
    width: 100%;
    object-fit: contain;
    height: auto;
}    
.post-with-reply.only-one-reply .reaction-wrapper {
    margin-bottom: 0 !important;
}    
.signal-wrapper {
    margin-top: 0;
    margin-left: 0;
}    
.signal-wrapper .category-label span, .signal-wrapper .days {
        padding: 0px 1px;
    }    
.profile-post.post-content-wrapper.profile-bio .post-user-details {
    align-items: flex-start;
}
.signal-wrapper .days {
    font-size: 11px;
}    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content {
        padding-left: 37px;
    }    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content {
        padding-left: 0;
    }
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content-wrapper {
    margin-left: 38px;
}
.swiper-slide img {
    max-height: 200px !important;
    height: 200px;
}    
.repost-wrapper .post-header {
    padding: 0 !important;
}    
.repost-wrapper {
    margin-right: 20px;
}
.post-wrapper.profile-wrapper.post-detail-page .repost-wrapper {
        margin-right: 15px;
    }    
.post-wrapper.home-wrapper .post-box {
    border-bottom: 1px solid #2b2b2b99;
}
.post-wrapper.home-wrapper .swiper-wrapper {
        margin-left: 52px !important;
    }    
.url-preview .preview-text {
    gap: 10px;
    align-items: flex-start;
}    
.post-wrapper.home-wrapper .post-content-wrapper {
    margin-top: 0 !important;
}    
.post-wrapper.home-wrapper .post-box {
        padding: 30px 0;
}
.post-wrapper.home-wrapper .single-image {
    margin-left: 40px;
    padding-right: 20px;
}
.post-wrapper.home-wrapper .post-media .url-media {
    padding: 0 42px;
    padding-right: 20px;
}    
.url-preview .preview-image img {
    height: 160px !important;
}
.post-wrapper.home-wrapper .preview-text {
    padding: 5px 11px;
}
.post-wrapper.home-wrapper .top-stories-wrapper .preview-text {
        padding: 13px 11px 8px;
        opacity: 1;
    flex-direction: column;
}    
.post-wrapper.home-wrapper .top-stories-wrapper .preview-text p {
    color: #fff;
    font-size: 14px;
    height: 40px;
}
.post-wrapper.home-wrapper .top-stories-wrapper .preview-text . {
    font-size: 14px;
}    
.post-wrapper.home-wrapper .post-media .link-title {
    font-size: 13px;
    margin-top: 0
}    
.post-wrapper.home-wrapper .site-logo {
    width: 20px;
}    
     
.post-wrapper.home-wrapper .post-media p.link-description {
    font-size: 12px;
}   
.container-wrapper {
    max-width: 100%;
}
.lb-closeContainer {
    position: fixed;
    right: 10px;
    top: 10px;
}
.lightbox .lb-image {
    border: none !important;
}    
.post-media {
    margin-left: 0;
    margin-top: 15px;
}
.swiper-wrapper {
    margin-left: 55px;
}
.post-header {
    padding: 0 15px;
}
.profile-post.post-content-wrapper.profile-bio .post-box .post-icon {
    width: 30px;
    height: 30px;
}
.post-wrapper.home-wrapper .post-content-wrapper {
/*        margin-left: 54px;*/
    }    
.swiper-wrapper {
    margin-left: 45px !important;
}    
.swiper-button-next, .swiper-button-prev{display: none !important;}    
.validation-error {
    font-size: 11px !important;
}    
.bookmarks-tab-side, .notification-tab-side{display: none;}    
.story-tab{display: block;}    
.signup-wrapper-box {
    margin-bottom: 5px;
    /* border: 1px solid #3241585c !important; */
    border: none !important;
    background: none;
    max-width: 450px;
    margin: 0;
    padding: 15px;
    border-radius: 25px;
}
.signup-signin-wrapper .signup-footer {
        margin-top: 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 10px 20px 20px;
        background: #000;
}
.signup-footer p.signin-tnc a {
    margin-bottom: 0;
}    
.signup-signin-wrapper .signup-wrapper-box .signup-heading h1, .signup-signin-wrapper .signup-wrapper-box .signup-heading h2 {
    font-size: 22px;
}    
.signup-body input {
    border: none;
}
.signup-signin-wrapper .form-group {
    margin-bottom: 10px;
}
.signup-signin-wrapper .signup-wrapper-box .signup-heading h1, .signup-signin-wrapper .signup-wrapper-box .signup-heading h2 {
    margin-top: 35px;
}    
.header-wrapper-main {
    display: none;
}
.main-section {
    display: block;
}
.main-sec-left {
    position: fixed;
    bottom: 0;
    display: none;
}
.main-center-right {
    display: none;
}
.main-center-sec {
    max-width: 100%;
    width: 100%;
}
.post-wrapper {
    padding: 0;
}
.profile-wrapper .profile-head-wrapper{display: none;}    
.post-header.profile-user {
        top: 15px;
        padding: 0;
}
.profile-tabbing ul {
    gap: 0;
}
.profile-tabbing {
    top: 48px;
}
.main-section {
        padding: 0;
    }    
.main-center-sec .post-wrapper .post-box .post-icon {
    width: 30px;
    height: 30px;
}
.post-with-reply:before {
    left: 13px;
}
.post-box-inner.post-reply-section {
        margin-left: 46px;
        padding: 20px 0 30px;
    }
.post-content-wrapper .post-content p {
    font-size: 13px;
    line-height: 16px;
}
.reaction-wrapper .reaction-box img {
    width: 12px;
}
.reaction-wrapper .reaction-box li {
    flex-shrink: 0;
}
.post-user {
    font-size: 14px;
}
.website {
        padding: 4px 8px;
        font-size: 10px;
        font-family: "Fira Code", monospace;
        padding-right: 4px;
        flex-shrink: 0;
    }
.website img {
    width: 15px;
}
.post-content-wrapper {
    margin-left: 43px;
}
.reaction-wrapper {
    margin: 20px 0 20px 41px;
}   
.reaction-wrapper .reaction-box {
    flex-shrink: 0;
}
.reaction-box.reaction-share {
        padding: 0 !important;
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
}
.profile-tabbing ul {
    padding: 7px;
}
.reaction-wrapper .reaction-box {
    padding: 8px 10px;
    align-items: center;
    display: flex;
}
.reaction-view img {
    width: 11px !important;
}
.bookmarks-icon img {
    width: 11px !important;
}
.reaction-wrapper .reaction-box li:not(:last-child) {
        padding-right: 5px;
        font-size: 10px !important;
}
.main-center-sec {
    padding: 5px 5px;
}    
.profile-tabbing {
        top: 77px;
        padding: 10px 10px;
}
.post-header {
    align-items: flex-start;
}    
.main-sec-left {
        display: block;
        position: fixed !important;
        bottom: 0;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        top: inherit !important;
        background: #000000c4;
        z-index: 99;
        left: 0;
        backdrop-filter: blur(5px);
        border-top: 1px solid #222;
}
.nav-menu {
    margin: 0 10px;
}    
.profile-logged-in-user, .get-the-app {
    display: none;
}    
.nav-menu ul {
    flex-direction: row;
}
.main-sec-left ul li span:last-child, .centrrlplus-tab, .setting-tab {
    display: none !important;
} 
li.side-menu-nav {
    display: none;
}
.nav-menu ul {
        justify-content: space-between;
}    
.nav-menu li a {
    padding: 15px 20px;
}
.reaction-wrapper .reaction-box li {
        font-size: 10px;
}  
.post-box-inner.post-reply-section .post-header .post-icon:before {
    width: 27px;
    left: -33px;
}   
.replies-count {
    display: inline-block;
    margin-left: 45px;
}
.post-with-reply:before {
    height: calc(100% - 59px);
}
.main-center-sec {
        padding: 0;
}
#share-box .inner-share {
    max-width: 85%;
    width: 85%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.category-label span {
    font-size: 11px;
    padding: 5px 7px;
}    
.profile-holder .followers {
    font-size: 12px;
}    
#submit-scheduel button {
    background: #fff;
}    
.post-content-wrapper.profile-bio {
    padding: 0 15px;
}
.profile-post.post-content-wrapper.profile-bio {
        padding: 0;
        margin-top: 0;
    }
.post-box {
    padding: 0 15px;
    border-bottom: 1px solid #2b2b2b;
}
.post-wrapper.profile-wrapper.post-detail-page .post-box {
        border-bottom: 1px solid #2b2b2ba8;
    }
    
.profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside:before{
        display: none;
} 
.profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside {
    padding-bottom: 30px;
}
.post-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }    
.post-box:after{display: none;}    
.reaction-wrapper {
        margin: 20px 0 0px 41px;
}    
.profile-header-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px 15px;
    padding: 10px 15px 0px;
}
.post-wrapper.profile-wrapper .profile-header-block {
        padding: 30px 15px 7px;
    }    
.post-wrapper.profile-wrapper .profile-sectins-com {
    margin-top: 0;
}    
    
    .profile-header-block {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 30px 15px 15px;
    }    
.post-header.profile-user .profile-holder .post-user {
        margin-left: 15px !important;
    }
    
.profile-post .post-box:last-child {
    padding-bottom: 120px;
}
.post-content-wrapper.profile-bio .post-with-reply.only-one-reply .reaction-wrapper {
        margin: 20px 0 0px 55px;
    }    
.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .post-header .post-icon:before {
        width: 34px;
        left: -31px;
    }    
.profile-tabbing ul div.active-tab{display: none;}    
.profile-tabbing li a{
    border-radius: 65px;
    transition: none;
}    
.profile-tabbing ul li.active a {
    background: #fff;
    border-radius: 65px;
}    
.setting-inner {
    max-width: 100%;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.setting-inner .setting-dflex.d-flex .right-setting-menu{display: none;}    
.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: 1px solid #383838;
    padding-right: 0px;
}
.setting-wrapper .setting-dflex.d-flex .left-setting-menu {
    border-right: none;
    padding-right: 0;
    width: 100%;
}
.setting-wrapper .setting-inner {
    padding: 20px;
    height: 100%;
    background: #000;
}
li.active-account a {
    background: none;
}    
.logout-btm-setting a {
    border: 1px solid #ff0000;
    color: #ff0000;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 35px;
}
.logout-btm-setting {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}
.setting-inner .setting-dflex.d-flex ul li a {
    padding: 8px 0;
}
li.active-account a {
        padding: 8px 15px !important;
        display: flex !important;
        justify-content: space-between !important;
}
span.account-arrow {
    filter: invert(1);
}
.setting-inner .setting-dflex.d-flex ul li a {
    display: flex;
    justify-content: space-between;
    padding-right: 0 !important;
}    
.profile-post.post-content-wrapper.profile-bio > .post-box:first-child {
    padding-top: 15px;
}
    .profile-tab-side span.nav-icons img {
    border-radius: 35px;
}
.nav-menu li.active span.nav-icons {
    opacity: 1;
}

.nav-menu li span.nav-icons {
    opacity: 0.5;
}   
.reaction-wrapper .reaction-box ul {
    gap: 5px;
}
.main-center-sec .post-wrapper .post-icon {
    width: 50px;
    height: 50px;
}    
.profile-tabbing li a {
    font-size: 12px;
}
.post-user-details .profile-holder .post-user {
    font-size: 16px;
}
.post-menu-setting a {
    margin-top: 7px;
    display: inline-block;
}
.reaction-box.reaction-share .share-drop-down {
    top: 37px;
}
.reaction-wrapper .reaction-box .share-drop-down img {
    width: 15px;
}
.profile-bio .about-profile ul li {
    font-size: 13px;
}
.profile-bio .about-profile ul img {
    width: 18px;
}
.post-user-details .post-user .verified-icon img {
    width: 15px;
}
.post-content-wrapper.profile-bio {
    margin-top: 15px;
}    
#step05 {
        padding-bottom: 130px !important;
    }
.main-section .main-sec-left .logo-sec {
    display: none;
}    
.profile-name-flex h1 {
    margin: 0;
    font-size: 16px !important;
}
.post-box-inner.post-reply-section .post-header .post-icon:before {
    border-radius: 0 24px;
    border-right: none;
    }
.post-box-inner.post-reply-section .post-header .post-icon:before {
        width: 34px;
        left: -26px;
}
.post-with-reply:before {
    left: 20px;
    width: 33px;
    border-radius: 0 0 0 25px;
}
.swiper.mySwiper .swiper-wrapper.tw-images .swiper-slide img {
    max-height: 250px !important;
    min-width: 100% !important;
    object-fit: cover !important;
    height: 250px;
    width: auto;
}    
.swiper.mySwiper .swiper-wrapper.Landscape .swiper-slide img {
    max-height: 139px !important;
    max-width: 67vw !important;
    min-height: 139px;
    object-fit: cover;
}
.url-media a {
    text-decoration: none;
    font-size: 13px;
}
.post-media .audio-post {
    margin-left: 40px;
    margin-right: 20px;
}
    
.post-media .audio-post {
    padding: 14px;
}    
.audio-icon {
    width: 20px;
    margin-right: 5px;
}
.audio-icon {
        width: 30px;
        margin-right: 0px;
        flex-shrink: 0;
        height: 30px;
    }
    
.audio-post-header-left {
    font-size: 12px;
}
.audio-post-header-right {
    width: 20px;
}
.custom-audio {
    padding: 5px 15px;
}
button.play-btn {
    font-size: 20px;
}
.repost-label {
        padding: 0 15px;
}
.post-content {
    padding-right: 20px;
}
.post-wrapper.home-wrapper .repost-wrapper .post-content {
        padding-right: 0;
    }    
.post-wrapper.home-wrapper .repost-wrapper {
        margin-right: 15px;
    }    
.post-wrapper.home-wrapper .post-box-with-reply .post-box-inner:after, .post-content-wrapper.profile-bio .post-box-with-reply .post-box-inner:after  {
    left: 30px;
    top: 30px;
}
.post-content-wrapper.profile-bio .profile-sectins-com {
    margin-top: 0;
}    
.post-wrapper.home-wrapper .post-box.post-box-with-reply .post-box-inner.post-reply-section:after {
    left: -16px;
}
.post-wrapper.home-wrapper .post-box-inner.post-reply-section .post-header .post-icon:before {
        left: -32px;
    }    
.post-wrapper.home-wrapper .post-box-inner.post-reply-section .post-header .post-icon:before {
        left: -31px;
        width: 31px;
}    
.post-wrapper.home-wrapper .post-box .post-content-wrapper {
    margin-left: 50px;
}  
.post-wrapper.home-wrapper .post-box .reaction-wrapper {
        margin-left: 55px !important;
}    
.post-wrapper.home-wrapper .replies-count {
        display: inline-block;
        margin-left: 60px;
}    
.post-wrapper.home-wrapper .profile-post.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .post-icon {
    width: 30px !important;
    height: 30px !important;
}
.post-wrapper.home-wrapper .profile-post.post-content-wrapper.profile-bio .post-box .post-box-inside {
        padding-bottom: 0;
    }
.post-wrapper.home-wrapper .post-box-inner.post-reply-section {
        margin-left: 46px;
        padding: 20px 0 0;
}    
.post-wrapper.home-wrapper .replies-count {
        margin-top: 20px;
    }    
.post-wrapper.home-wrapper {
    padding-top: 0;
}
.post-wrapper.home-wrapper .profile-post.post-content-wrapper.profile-bio {
    padding-top: 0 !important;
    margin-top: 0;
}  
.post-with-reply.only-one-reply .reaction-wrapper {
    margin-bottom: 0 !important;
}   
.post-wrapper.profile-wrapper.post-detail-page .swiper-wrapper {
        margin-left: 0px !important;
    }    
.post-wrapper.profile-wrapper.post-detail-page .post-header {
        padding: 0 0;
    }    
.reply-box .reply-inner h3 {
    padding: 0 20px;
    font-size: 22px;
    margin-bottom: 0;
}
.post-wrapper.profile-wrapper.post-detail-page .reply-box .reply-inner h3 {
        font-size: 20px;
}    
.reply-box .reply-inner .post-box {
        padding: 0 20px;
    }    
.main-center-sec .post-wrapper .all-post-reply .post-box .post-icon {
        width: 25px;
        height: 25px;
    }    
.main-center-sec .post-wrapper .all-post-reply .post-user {
        font-size: 14px;
        margin-bottom: 1px;
    }
.post-media .swiper {
    margin-right: -15px;
}    
.post-wrapper.profile-wrapper.post-detail-page .reaction-wrapper {
    margin-bottom: 0 !important;
}
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-wrapper {
        padding-left: 33px;
    }    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .post-box {
    padding-left: 0;
    padding-right: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .post-header {
    padding: 0 15px !important;
}  
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .post-media {
    padding-left: 15px;
}    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .reaction-wrapper {
    padding-left: 15px;
}    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio  .single-image {
    padding-left: 0;
    padding-right: 15px;
}   
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .single-image {
        padding-left: 0;
        padding-right: 0;
}
    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .category-label {
    padding-left: 55px;
}    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-box.reaction-share .share-drop-down {
        top: 37px;
        left: 0;
        z-index: 9;
    }    
.post-wrapper.profile-wrapper.post-detail-page .profile-head-wrapper {
        display: block !important;
        padding-top: 4px;
}   
.post-wrapper.profile-wrapper.post-detail-page .profile-head-wrapper .profile-head {
    border: none;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-head-wrapper .profile-head h1 {
    font-size: 16px;
    font-weight: 700;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-head-wrapper .profile-head h2 {
    font-size: 16px;
    font-weight: 700;
}
.post-wrapper.profile-wrapper.post-detail-page .location {
    padding-left: 15px;
}
.post-wrapper.profile-wrapper.post-detail-page .post-content {
    padding-left: 20px;
}    
.setting-inner .setting-dflex.d-flex .right-setting-menu {
    width: 100%;
    flex-shrink: 0;
}    
.setting-wrapper .my-account {
    padding: 0;
}
.setting-wrapper .setting-inner {
        padding: 0;
}
.setting-wrapper .my-account h5 {
    text-align: center;
    padding: 8px 0;
}
.setting-wrapper .my-account h5 {
        text-align: center;
        padding: 15px 0 15px;
        border-bottom: 1px solid #1b1b1b;
    }
.account-form {
    padding: 0 20px;
}
.account-form .user-image {
    width: 60px;
}
.account-form .change-image .user-image {
        width: 60px;
        height: 60px;
    }    
.post-header.profile-user .profile-holder .post-user {
    margin-left: 20px;
}
.main-center-sec .post-wrapper .post-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
    }
.main-center-sec .post-wrapper.profile-wrapper  .post-icon {
        width: 50px;
        height: 50px;
    }    
.profile-message-options button {
    padding: 10px 0;
    font-weight: 700;
    font-size: 12px;
}
.profile-message-options button img {
    width: 13px;
}
.post-header.profile-user {
    gap: 5px;
}    
.profile-tabbing {
        top: 91px;
    }    
    .profile-tabbing {
        top: 47px;
    }
div#post-pinned {
    padding: 0 15px;
}    
.verified-icon {
    width: 15px;
    flex-shrink: 0;
}    
.post-wrapper.profile-wrapper .repost-label {
/*        padding: 0 0;*/
    } 
.setting-wrapper {
    z-index: 999;
}    
    
.left-setting-menu ul > li:last-child {
    display: none;
}    
#setting .setting-inner {
    padding: 15px 15px;
}
.right-setting-menu.show-options-on-mobile {
        display: block !important;
        left: 0;
        position: fixed !important;
        background: #000;
        bottom: 0;
        top: 0;
    }
#change-email .account-form {
    height: calc(100% - 110px);
}
.setting-inner .setting-dflex.d-flex ul li a {padding: 14px 0; color: #adadad;}   
.confirmation-popup {
    z-index: 999;
}    
.close-right-side {
        display: block;
        position: fixed;
        top: 16px;
        right: 10px;
        width: 24px;
        height: 25px;
}
.close-right-side svg {
    filter: invert(1) brightness(0.7);
    transform: scale(0.7);
}    
.setting-inner .setting-dflex.d-flex .right-setting-menu h5 {
        margin-top: 7px;
        position: fixed;
        width: 100%;
        left: 0;
        background: #000;
        font-size: 16px;
        top: 0;
}
.my-account .account-form {
    height: 100%;
    padding-top: 80px;
}
.submit-account {
    text-align: right;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px;
    background: #000;
}    
 
#myaccount-profile .form-group.cursor-pointer p {
    margin-right: 30px;
    font-size: 12px;
    line-height: 17px;
}    
.centrrl-plus img {
    width: 150px;
}

.centrrl-manage {
        background: #fff;
        border-radius: 45px;
        padding: 13px 16px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
}
    .manage a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
}
.post-media .audio-post {
        margin-left: 0;
}
.post-media .audio-post {
    border-radius: 15px;
}    
.post-media .url-preview {
    padding: 0px;
    margin: 0 50px;
    margin-right: 15px;
}
.post-wrapper.home-wrapper .site-logo {
        width: 25px;
        flex-shrink: 0;
    }
    .post-wrapper.home-wrapper .post-box {
        padding: 25px 0;
    }
    
.post-box-inner.post-reply-section::after {
    top: 4px !important;
}
.profile-post.post-content-wrapper.profile-bio > .post-box:first-child {
        padding-left: 0;
        padding-right: 0;
    }    
    
/*Home Css    */
    .header-wrapper-main {
            display: block;
        }

        #toppicsss {
            display: block;
        }

        .container-wrapper .header .logo-sec .logo {
            width: 100%;
        }

        .container-wrapper .header .logo-sec {
            max-width: 100px;
            width: 100px;
            flex-shrink: 0;
            margin-left: 20px;
        }

        .container-wrapper .header .main-center-sec {
            display: none;
        }

        .container-wrapper .header .right-sec {
            max-width: 50%;
            flex-shrink: 0;
            width: 50%;
            margin: 0;
            display: flex;
            justify-content: flex-end;
        }

  .container-wrapper .header .right-sec #open-c-popup-centrrl {
        width: 20px;
        margin: 0 8px;
        margin-right: 20px;
    }   
    .container-wrapper .header .right-sec a {
            width: 20px;
            margin: 0 8px;
        }

        .header-wrapper-main {
            display: block;
            height: 40px;
        }

        .container-wrapper .header .logo-sec {
            margin-left: 15px;
        }

        .header-wrapper {
            position: absolute;
        }

        .post-box-inner.post-reply-section .post-header .post-icon:before {
            height: 56px;
        }

        .post-wrapper.home-wrapper .replies-count {
            margin-top: 0;
        }

        .post-wrapper.home-wrapper .single-image {
            margin-left: 0 !important;
            padding-left: 0 !important;
        }

        .post-wrapper.home-wrapper .post-media .single-image {
            padding-left: 50px !important;
        }
    .post-wrapper.home-wrapper .post-media .single-image {
        padding-left: 0px !important;
    }

        .post-wrapper.home-wrapper .post-box.post-box-with-reply .single-image {
            padding-left: 0 !important;
            margin-left: 0 !important;
        }
.post-media .url-preview {
        padding: 0px;
        margin: 0 55px;
        margin-right: 15px;
    }
.post-wrapper.profile-wrapper.post-detail-page  .post-media .url-preview {
        margin-right: 0;
    }    
.url-preview .preview-image img {
    border-radius: 15px 15px 0 0 !important;
}
.post-media .url-preview {
    border-radius: 15px;
}
.post-box-inner.post-reply-section .post-content-wrapper {
    margin-left: 55px !important;
}
.post-box .post-box-inner.post-reply-section .reaction-wrapper {
        margin-left: 55px !important;
    }    
/*Home Css    */

    
.profile-post.post-content-wrapper.profile-bio .post-content-wrapper {
        margin-left: 55px !important;
    }  
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .post-content-wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }    
.repost-label + .post-box-inside .swiper-wrapper{margin-left: 0 !important}   
.repost-label + .post-box-inside .url-preview {
        margin-left: 0px !important;
    }    
.post-wrapper.home-wrapper .post-box-inner.post-reply-section .post-content-wrapper {
    margin-left: 56px !important;
}    
.post-content-wrapper.profile-bio .post-box {
        padding-left:0;
        padding-right:0;
    }    
.post-with-reply.only-one-reply .post-box-inner.post-reply-section {
    padding-bottom: 0;
}


.post-content-wrapper.profile-bio .post-with-reply.only-one-reply .post-media {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 15px;
    }  
.post-content-wrapper.profile-bio  .post-media {
        margin-left: 55px;
        margin-top: 15px;
        margin-right: 15px;
    }
.post-wrapper.profile-wrapper.post-detail-page .post-content-wrapper.profile-bio  .post-media {
        margin-left: 15px;
        margin-right: 15px;
    }     
.post-content-wrapper.profile-bio .reaction-wrapper {
        margin: 20px 0 0px 55px;
    }
.post-wrapper.profile-wrapper.post-detail-page .post-content-wrapper.profile-bio .reaction-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }    
.post-content-wrapper.profile-bio .post-box-inner.post-reply-section::after {
    left: -16px !important;
    top: -20px !important;
}    
.post-content-wrapper.profile-bio .replies-count {
        margin-left: 60px;
    }    
.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .reaction-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}    
.profile-post.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .post-icon {
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0;
    max-width: 30px;
} 
.profile-post.post-content-wrapper.profile-bio .post-with-reply .post-media {
        margin-left: 0 !important;
    }    
.profile-post.post-content-wrapper.profile-bio .post-with-reply .post-media .url-preview {
        margin: 0 0px;
        margin-right: 0px;
    }    
.profile-post.post-content-wrapper.profile-bio .site-logo {
    width: 20px;
    flex-shrink: 0;
}
.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .reaction-wrapper {
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
    .post-content-wrapper.profile-bio .post-box-inner.post-reply-section::after {
        left: -16px !important;
        top: -6px !important;
    }  
.post-content-wrapper.profile-bio .post-box-inner.post-reply-section .reaction-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}    
.repost-label + .post-box-inside .post-with-reply .audio-post {
    margin-left: 0;
    padding-right: 15px;
}
.audio-title {
    font-size: 16px;
    font-weight: 500;
}
.post-box-inside .post-with-reply .audio-post {
        margin-left: 0;
        padding-right: 15px;
    }
.post-media .url-preview {
        margin-left: 0;
    }    
    .profile-post.post-content-wrapper.profile-bio .post-with-reply .post-box-inner.post-reply-section .post-media {
        margin-left: 50px !important;
    }
    .post-box.post-box-with-reply .post-with-reply .post-box-inner.post-reply-section .reaction-wrapper {
    margin-bottom: 20px !important;
}
    .post-box.post-box-with-reply .post-with-reply.only-one-reply .post-box-inner.post-reply-section .reaction-wrapper {
    margin-bottom: 0px !important;
}
.post-wrapper.home-wrapper .top-stories-wrapper  .swiper-wrapper {
        margin-left: 0 !important;
    }  
.top-stories-wrapper h2 {
        padding: 25px 19px 6px;
    }
.top-stories-wrapper .swiper {
    padding-left: 20px;
}
.more-stories {
    padding: 0 15px;
    padding-bottom: 100px;
}  
    .more-stories h2{
        padding: 0
    }    
.news-left-right img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}    
#search-wrapper .common-popup-inner {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    min-height: 450px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    height: 100%;
    padding: 0;
}
#search-wrapper .common-popup-inner h3 {
    margin-left: 15px;
    margin-top: 15px;
}
#search-wrapper .search-main {
    margin: 10px 15px 0;
}
#search-wrapper .common-popup-inner {
    background: #000;
    }
#search-wrapper .close{display: none;}   
.search-data-wrapper .tabbing li a {
    border-radius: 35px;
}
.serch-posts {
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}
.serch-posts .post-icon {
    width: 30px;
    height: 30px;
}
.serch-posts .post-header {
        padding: 0 0;
    }    
.serch-posts .post-image {
    width: 80px;
    max-width: 100px;
    margin-left: 10px;
    height: 80px;
}
    .serch-posts .post-image img{width: 100%; height: 100%; object-fit: cover;}
.top-stories-wrapper .url-preview .preview-image img {
        border-radius: 26px 26px 0 0 !important;
    }
.top-stories-wrapper {
    margin-bottom: 30px;
}    
    .follow-btn{display: none;} 
    .post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .category-label {
        padding-left: 2px;
    }
    .post-wrapper.profile-wrapper.post-detail-page .post-content {
        padding-left: 0;
    }
        .post-wrapper.profile-wrapper.post-detail-page .post-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 5px
    }
    .post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .post-media {
        padding-left: 0;
    }
    .main-center-sec .post-wrapper.profile-wrapper.post-detail-page .post-user {
        padding-bottom: 0;
    }
    .main-center-sec .post-wrapper.profile-wrapper.post-detail-page .post-top-info .post-user {
        padding-bottom: 1px;
        justify-content: flex-start;
    }
    .post-wrapper.profile-wrapper.post-detail-page .post-box-inner > .post-content-wrapper .post-content p,  .post-wrapper.profile-wrapper.post-detail-page .post-box-inner > .post-content-wrapper .post-content h1 {
    font-size: 15px;
    line-height: 20px;
        
}
    .post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .reaction-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }
    .post-wrapper.profile-wrapper.post-detail-page .post-box {
    padding-bottom: 20px;
    }
    .post-wrapper.profile-wrapper.post-detail-page .reply-box {
        padding-top: 20px;
    }
    .reply-box {
    padding-bottom: 110px;
}
#share-box .inner-share ul li {
    width: 20% !important;
    text-align: center;
    padding: 7px 0;
}
#share-box .inner-share {
    padding: 25px
    }
.post-wrapper.home-wrapper .single-image {
        padding-right: 0;
    }    
.alt-and-link a {
        font-size: 12px;
        padding: 6px 15px;
        display: inline-block;
        font-weight: 600;
}
 .alt-and-link img {
    width: 11px !important;
}   
.swiper.mySwiper .swiper-wrapper.Vertical .swiper-slide .alt-and-link img {
        width: 11px !important;
        height: auto !important;
        display: inline-block !important;
        min-width: 11px !important;
        border-radius: 0 !important;
    }    
  
.alt-and-link {
    bottom: 10px;
    right: 10px;
}
.reply-inner p {
        padding: 0 0;
    }    
.reply-box .reply-inner .post-media {
    margin-left: 46px;
}
.main-center-sec .post-wrapper .all-post-reply .post-box .post-icon {
        width: 30px;
        height: 30px;
}
.all-post-reply .post-box-inner .post-content-wrapper .post-content p {
    font-size: 14px !important;
}
.all-post-reply .post-user {
        justify-content: flex-start !important;
        width: auto;
    }    
.post-wrapper.profile-wrapper.post-detail-page .audio-post {
    margin-left: 0;
    padding-right: 15px;
}
.post-wrapper.profile-wrapper.post-detail-page .audio-post {
        padding-right: 0;
    }    
.transcript-box span.close-transcription {
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
}
.transcript-inner {
    padding: 20px;
}
.audio-card {
    padding: 20px;
    border-radius: 30px;
}
.reply-box .reply-inner h3 + p {
    padding: 10px 20px;
}
.reply-box {
    padding-top: 30px;
}
.all-post-reply .post-box {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}    
.reply-box {
    border-top: none;
}    
.signal-heading {
    border: none;
}
.post-wrapper.home-wrapper.signal-wrapper {
    padding-bottom: 100px;
}
    .post-wrapper.home-wrapper .post-content p {
        font-size: 15px;
        line-height: 20px;
    }    
.waveform span {
    width: 10px;
}    
.signal-heading {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    background: #000;
    border-radius: 0;
}  
    .search-data-wrapper .website {
/*    display: none;*/
}
.news-left-right {
    max-width: 22%;
    flex-shrink: 0;
}    
#followers-popup.common-popup-full .inner-common-popup {
    max-width: 100%;
    width: 100%;
}
#followers-popup.common-popup-full .inner-common-popup {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    border-radius: 0;
}
#followers-popup .profile-tabbing {
    margin: 0;
}
#followers-popup #followers-box .post-box {
    padding-left: 0;
    padding-right: 0;
}
#followers-popup #followers-box {
    margin-bottom: 20px;
    max-height: none;
    padding: 0 0;
    min-height: 100%;
    height: calc(100vh - 130px);
    overflow-y: auto;
}
#followers-popup .post-content-wrapper {
    margin-left: 62px;
    margin-top: 0px;
}
#followers-popup .post-icon {
    width: 40px;
    height: 40px;
}
#followers-popup .post-user {
        font-size: 13px;
    }    
#followers-box .post-content-wrapper .post-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 17px;
}
.follow-action a {
    font-size: 10px;
    width: 70px;
}
#followers-popup #followers-box::-webkit-scrollbar, .serch-posts::-webkit-scrollbar {
    width: 0px;
}    
/* Hide scrollbar for Chrome, Safari, Android */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
body {
    scrollbar-width: none;
}    
#followers-popup.common-popup-full .inner-common-popup {
    padding: 25px 0;
    }
#followers-popup.common-popup-full .inner-common-popup {
        background: #000;
    }
#followers-popup .profile-tabbing {
    background: #000;
    }
    
.setting-inner .setting-dflex.d-flex ul li a {
    font-size: 15px;
    }
.serch-posts .post-image {
        width: 50px;
        max-width: 50px;
        margin-left: 0px;
        height: 50px;
        flex-shrink: 0;
    }    
.serch-posts {
        max-height: calc(100vh - 173px);
        overflow-y: auto;
    }
#search-wrapper .close {
    background: #555;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}   
    #search-wrapper .close svg {
        float: left;
    }    
.post-wrapper.profile-wrapper.post-detail-page .repost-wrapper {
        margin-left: 50px;
    }    
.post-wrapper.profile-wrapper.post-detail-page .repost-wrapper {
        margin-left: 15px;
    }    
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .repost-wrapper .post-header {
    padding: 0 0 !important;
}
.post-wrapper.profile-wrapper.post-detail-page .profile-post.post-content-wrapper.profile-bio .repost-wrapper .audio-post {
        margin-left: 0;
        padding-right: 0;
    }    
.main-center-sec .post-wrapper.profile-wrapper .post-header.profile-user .post-user {
        padding-bottom: 10px;
    }
.post-wrapper.profile-wrapper .profile-header-block {
        padding: 20px 15px 7px;
    }
.post-wrapper.profile-wrapper .post-content-wrapper.profile-bio .post-box-inner.post-reply-section .post-header .post-icon:before {
        width: 31px;
    }   
    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content {
        margin-top: 6px;
    }    
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .post-content-wrapper {
        margin-left: 40px;
    }
.post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-wrapper {
        padding-left: 37px;
}   
.main-center-sec .post-wrapper.profile-wrapper .all-post-reply .post-icon {
    width: 35px !important;
    height: 35px !important;
}
 .post-wrapper.profile-wrapper.post-detail-page .reply-box .reply-inner .all-post-reply .post-content-wrapper {
        margin-left: 47px;
    }    
.reply-box .reply-inner .all-post-reply .signal-wrapper .category-label span, .reply-box .reply-inner .all-post-reply .signal-wrapper .days {
        padding: 0px 1px;
    }    
    .post-wrapper.profile-wrapper.post-detail-page .all-post-reply .reaction-wrapper {
        padding-left: 46px;
    }
.reaction-wrapper .reaction-box li:not(:last-child) {
        font-size: 12px !important;
    }    
.reaction-wrapper .reaction-box img {
        width: 15px;
}
.reaction-view img {
        width: 14px !important;
    }
.reaction-box.reaction-view {
    display: flex;
    align-items: center;
}
.reaction-box.reaction-share {
        width: 35px !important;
        height: 35px !important;
    }    
.reaction-wrapper .reaction-box li {
        font-size: 12px;
    }
.bookmarks-icon img {
        width: 14px !important;
    }    
    .reaction-wrapper .reaction-box ul {
        gap: 8px;
    }
.signal-wrapper {
    gap: 5px;
}
li.active-account a {
    color: #adadad !important;
    font-weight: 600;
} 
.close-right-side svg {
        filter: invert(1);
    }    
.close-right-side {
        width: 30px;
        height: 30px;
    }   
.setting-wrapper .close-account {
    right: 15px;
}
.all-post-reply .reaction-wrapper .reaction-box {
        align-items: center;
            display: flex;
    }    
.reaction-wrapper .reaction-box li:not(:last-child) {
        padding-right: 5px;
    }    
.post-top-info a.follow-btn {
    background: none !important;
    padding: 0 !important;
    width: auto;
    color: #0066fa !important;
    font-weight: 600;
    font-size: 12px;
    margin-left: 2px;
/*    float: left;*/
}   
.post-top-info a.follow-btn.active {
    color: #818181 !important;
}    
    
.post-top-info .follow-action {
    margin-top: 0px;
    display: inline-block;
}
#followers-popup .post-header > .follow-action {
    display: none;
}     
    #followers-popup .post-content-wrapper {
        margin-left: 68px;
        margin-top: 0px;
    }
#followers-popup .post-content-wrapper .post-content {
    margin-top: 0;
}   
#followers-popup .post-content-wrapper .post-content {
        margin-top: 5px;
}
.post-box.post-box-with-reply .post-with-reply.only-one-reply .audio-post, .post-box.post-box-with-reply .audio-post {
        margin-left: 0px !important;
        margin-right: 15px;
    }    
#post-box-section .repost-wrapper .audio-post,  #repost-box-section .repost-wrapper .audio-post, #replie-box-section .repost-wrapper .audio-post{
        margin-left: 57px;
        margin-right: 0;
        padding-right: 0;
    }    
#post-box-section .post-with-reply  .audio-post {
        margin-right: 0 !important;
        margin-left: 0 !important;
}    
#post-box-section .post-box.post-box-with-reply .post-with-reply.only-one-reply .post-reply-section .audio-post, #media-box-section .post-box.post-box-with-reply .post-with-reply.only-one-reply .post-reply-section .audio-post {
    margin-left: 55px !important;
}    
#post-box-section .post-with-reply .repost-wrapper .audio-post, #repost-box-section .post-with-reply .repost-wrapper .audio-post {
    margin-left: 0 !important;
}    
#post-box-section .repost-label + .post-box-inner .post-media .swiper-wrapper, #repost-box-section .repost-label + .post-box-inner .post-media .swiper-wrapper, #media-box-section .repost-label + .post-box-inner .post-media .swiper-wrapper, #replie-box-section .repost-label + .post-box-inner .post-media .swiper-wrapper {
    margin-left: 0 !important;
}    
#replie-box-section .swiper-wrapper {
        margin-left: 0px !important;
    }    
#replie-box-section .post-box-inner.post-reply-section .single-image {
    margin-left: 0px !important;
}    
#replie-box-section .post-box-inside .post-with-reply .audio-post {
        padding-right: 0;
    }    
#post-box-section .repost-wrapper .post-media, #repost-box-section .repost-wrapper .post-media {
    margin-left: 0 !important;
    margin-right: 0 !important;
}  
#post-box-section .post-with-reply .post-reply-section .single-image, #repost-box-section .post-with-reply .post-reply-section .single-image, #media-box-section .post-with-reply .post-reply-section .single-image {
    margin-left: 0 !important;
}
#post-box-section .repost-wrapper .audio-post {
    margin-left: 0 !important;
}    
#post-box-section .post-media .link-title, #repost-box-section .post-media .link-title, #replie-box-section .post-media .link-title {
    font-size: 12px;
}
#repost-box-section .audio-post {
    margin-right: 15px;
}    
#repost-box-section .post-box.post-box-with-reply .post-with-reply .post-box-inner.post-reply-section .audio-post {
    margin-left: 55px !important;
}    
#repost-box-section .audio-title, #post-box-section .audio-title {
        font-size: 14px;
    }    
#repost-box-section .post-media .url-preview {
        margin-right: 0;
    }  
.swiper-slide {
    width: auto !important;
    max-width: 80%;
    /* height: auto !important; */
}  
.login-sheet-shadow{display: none;}    
.login-sheet-bottom.show-sheet + .login-sheet-shadow {
    display: block;
}  
#media-box-section .post-with-reply .audio-post {
    margin-right: 0;
    padding-right: 15px;
}
#media-box-section .post-with-reply .repost-wrapper .audio-post {
    margin-right: 0;
    padding-right: 0;
}    
.login-sheet-shadow {
        background: #000000e0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
}    
#media-box-section .post-box .repost-label + .post-box-inner .post-media .swiper.mySwiper {
    margin-left: 0 !important;
}    
.post-composer .post-composer-inner, .post-composer .draft-inner, .post-composer .add-alt-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
}
#post-composer .composer-main-parent .post-media-container .swiper-wrapper {
        margin-left: 0px !important;
}
.post-composer {
    z-index: 999;
}
.post-composer-header {
    padding: 15px 10px;
}
 .post-composer .post-header {
        padding: 0;
    }    
.post-composer .composer-post-heder {
    padding: 10px 20px 10px;
}
.post-composer .post-composer-header .close-account {
    top: 12px;
    right: 15px;
}
.signal-wrapper .category-label span {
        padding: 4px 0;
    }
.post-composer-scrolable-part {
    max-height: calc(100vh - 110px);
}
.post-composer .composer-post-footer .composer-post-footer-inner {
    padding: 20px 10px 20px;
}
.post-composer-header h3 {
    font-size: 15px;
}    
.post-content {
    margin-top: 10px;
}    
.post-composer .composer-post-footer .composer-post-footer-inner {
    position: fixed;
    bottom: 0;
}
.post-composer-scrolable-part .signal-wrapper .category-label span {
        padding: 5px 10px;
        background: #222;
    }
.post-composer .composer-post-body .custom-textarea {
    padding: 0 67px;
}
.post-media--action-container {
    padding-left: 69px;
}    
.post-composer .draft-button button {
    color: #ccc;
    font-size: 13px;
    position: relative;
    top: -3px;
}   
.composer-post-heder .post-header .post-user-details .post-icon {
    width: 35px;
    height: 35px;
}
.alt-text-description-box .note p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
}
.schedule-post input.scheduleDate.flatpickr-input.flatpickr-mobile {
    width: 50px;
    position: absolute;
    right: 0;
    opacity: 0;
}    
.nav-menu li a {
        padding: 5px 20px;
    }
.post-composer-inner .add-signal {
    background: #000;
    border-radius: 0;
    border: none;
}    
.post-composer .post-composer-inner, .post-composer .draft-inner, .post-composer .add-alt-wrapper {
    background: #000;
}
.post-composer-header {
    border-bottom: 1px solid #181818;
}
#add-signals .signals-list {
    /* height: 424px; */
    /* height: 321px; */
    height: calc(100% - 122px);
}
.add-signal-header h3 {
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
}
.add-signal .close-account {
    right: 20px;
    top: 12px;
}
div#add-location-wrapper {
    bottom: 0;
    border: none;
    background: #101010;
    border-radius: 25px 25px 0 0;
}
div#add-location-wrapper .post-composer-header {
        border-bottom: 1px solid #181818;
        padding: 30px 25px 10px;
        border: none;
    }    
div#add-location-wrapper .alt-textarea {
    margin-bottom: 30px;
}
.add-alt-wrapper {
    background: #181818;
    border: none;
    border-radius: 25px 25px 0 0;
    height: auto;
    bottom: 0;
}
.add-alt-wrapper .post-composer-header {
        padding: 25px 20px 10px;
}
.post-composer-inner .add-signal {
    transform: rotateX(0deg);
    left: 100%;
}    
body.signals-open .post-composer-inner #add-signals, body.mention-open .post-composer-inner #add-mention {
    left: 0;
}    
.add-alt-wrapper {
    height: auto !important;
/*    transform: none !important;*/
    background: #181818 !important;
    border: none !important;
    border-radius: 25px 25px 0 0 !important;
}
.post-composer .add-alt-wrapper {
    bottom: 0;
}
#add-link-wrapper .add-alt-media img, #add-alt-wrapper .add-alt-media img {
    max-height: 250px;
    border-radius: 20px;
} 
.alt-text-description-box textarea {
    height: 90px;
}
.alt-text-description-box .note p {
        font-size: 12px;
        line-height: 16px;
}
.add-alt-wrapper .close-account {
        top: 21px !important;
}    
#add-link-wrapper .note, #add-alt-wrapper .note {
    padding: 10px 20px;
}   
.post-setting-inner .post-setting-tab ul {
    bottom: 36px;
    left: 4px;
}
.post-setting-tab ul p {
    font-size: 10px;
}
li.toggles label span {
    font-weight: 500;
}
.post-setting-tab ul li label {
    font-weight: 500;
}
.post-setting-tab li.toggles {
    padding: 7px 20px;
}    
#add-mention .signals-list {
    height: calc(100vh - 123px);
}    
.sending-post-popup {
    width: 300px;
    max-width: 300px;
}    
.post-composer .post-composer-inner {
    border: none;
}    
.post-top-info span.user-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 110px;
        display: inline-block;
}    
.audio-controls button.play-btn img {
    width: 18px;
}  
.add-signal-header h3 {
    border-bottom: 1px solid #181818;
}   
.post-composer .add-signal .signals-list::-webkit-scrollbar {
    width: 0px;
}    
.post-composer .composer-post-footer .composer-post-footer-inner {
        padding: 15px 10px 15px;
        border-top: 1px solid #181818;
    }
.saved-draft-outer {
    border-radius: 0;
    overflow: hidden;
}
.saved-draft-list {
        height: calc(100vh - 50px);
        padding-bottom: 50px;
}  
.draft-inner .saved-draft-list::-webkit-scrollbar{
    width: 0px;
}    
#post-composer .add-signal-header h3 {
        margin-bottom: 0;
    }    
#post-composer .signals-list ul {
    padding-bottom: 50px;
}    
.post-composer .composer-post-body .post-media-container .simple-slider {
    margin-top: 4px;
}
div#composer-video-media {
    margin-left: 68px;
}
#add-alt-wrapper .add-alt-media img {
        max-height: 180px;
    }    
.post-composer .composer-post-body .post-media-container .simple-slider {
    padding-left: 68px;
}
.post-media--action-container {
    margin-top: 15px;
    margin-bottom: 0;
}
.simple-slider {
    scrollbar-width: none;
}
.simple-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
} 
.rule-description {
    padding-right: 0;
}
.rule-description p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
}    
.signup-rules .rule {
    margin-right: 0;
}
div#signup-rules .inner-rule .rule:last-child {
    padding-bottom: 60px;
}
.setting-inner .setting-dflex.d-flex .right-setting-menu {
    padding: 0;
    padding-left: 0;
}  
.transcript-inner2::-webkit-scrollbar {
    width: 0px;
}    
.transcript-inner2::-webkit-scrollbar {
    padding-right: 0;

    }
.transcript-inner {
        padding: 0 15px;
    }   
.transcript-inner2 {
    padding: 15px 0;
    }
.complete-your-profile-inner {
    width: 95%;
    max-width: 95%;
    padding: 30px 20px 25px !important;
}    
.profile-list-inner button {
    padding: 8px 15px;
    font-size: 13px;
}   
div#edit-profile-default-icon {
    width: 100%;
    height: 100%;
}
div#edit-profile #profile-type-popup {
    background: #000 !important;
}
#profile-type-popup .signup-wrapper-box .signup-body {
    padding: 20px 16px 20px;
}
#edit-profile #profile-type-popup .close {
    position: absolute;
    top: 11px;
}
#edit-profile #profile-type-popup .signup-wrapper-box .signup-body {
        padding: 30px 16px 20px;
    }    
#edit-profile #profile-type-popup div#profile-type-popup .form-group {
    margin-bottom: 14px;
}    
    .setting-wrapper .close-account{
        z-index: 0
    }    
    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-box-full {
    padding: 0 0px;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .share-right {
        right: 15px;
    }    
div#profile-pannels-mobile {
        display: none;
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        bottom: 0;
        z-index: 99999;
    } 
    
    div#profile-pannels-mobile .profile-pannels-mobile-inner {
        top: 20px;
        background:#1b1b1b;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        border-radius: 25px 25px 0 0;
        padding: 30px;
        right: 0;
        width: auto;
        bottom: 0;
        position: fixed;
    }
 #profile-pannels-mobile .profile-pannels-mobile-inner .profile-image .green-dot {
        width: 23px;
        background: #00ffb5;
        height: 23px;
        position: absolute;
        right: 5px;
        border-radius: 50%;
        border: 3px solid #1b1b1b;
        top: 10px;
}
#profile-pannels-mobile .profile-pannels-mobile-inner .profile-image {
    width: 155px;
    height: 155px;
    margin: 0 auto;
}
.green-dot {
    width: 20px;
    background: #00ffb5;
    height: 20px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 2px solid #1b1b1b;
}    
.profile-mobile-header .share-left {
    width: 20px;
}
.profile-mobile-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}   
    
#profile-type-popup .signup-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 15px;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .all-post-reply .reaction-box.reaction-share .share-drop-down {
        left: inherit;
        right: 0;
    }   
#profile-pannels-mobile .profile-pannels-mobile-inner .profile-image {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    position: relative;
}  
#profile-pannels-mobile .profile-mobile-header .close-getstart {
        position: static;
        width: 30px;
    }
#profile-pannels-mobile .profile-mobile-header .close-getstart {
    width: 20px;
    position: static;
    right: 16px;
    top: 13px;
    background: #555;
    border-radius: 35px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}    
.user-profile-d-flex {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 14px;
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-bottom: 15px;
}
#profile-pannels-mobile  .edit-setting {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

#profile-pannels-mobile  .edit-setting button {
    background: #2b2b2b;
    border: 1px solid #333;
    color: #fff;
    flex: 1;
    border-radius: 25px;
    padding: 8px 0;
    font-size: 14px;
}    
#profile-pannels-mobile .profile-mobile-header h3 {
    color: #fff;
    margin: 0;
}    
#profile-pannels-mobile .pro-panel-ul ul {
    padding: 0;
    list-style: none;
}    
.pro-panel-ul li a img {
    width: 20px;
    margin-right: 4px;
}

.pro-panel-ul li a {
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
        display: block;
        font-size: 16px;
    }
.pro-panel-ul li a span.icon {
    width: 25px;
    display: inline-block;
}    
.pro-panel-ul ul {
    padding: 0;
    list-style: none;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .profile-post.post-content-wrapper.profile-bio .post-content-wrapper {
        margin-left: 0px !important;
        margin-right: 0px !important;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .profile-post.post-content-wrapper.profile-bio .post-header {
        padding: 0 15px !important;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-box {
        border-bottom: none;
    }    
    .post-wrapper.profile-wrapper.post-detail-page.community-detail .all-post-reply .post-box {
        border-bottom: none;
        padding: 0 15px;
    }
    .post-wrapper.profile-wrapper.post-detail-page.community-detail .reply-box .reply-inner  h3 {
        padding: 0 15px;
    }    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .all-post-reply div#post-pinned {
        padding: 0 0 10px;
        margin: 0 15px;
    }
.members-and-followers h3 {
    font-size: 15px;
}
.request-btn.d-flex button {
    font-weight: 600;
    font-size: 15px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-something p {
    margin-bottom: 0;
    font-size: 12px;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .user-icon {
    width: 30px;
    height: 30px;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .write-post button {
    width: 35px;
    height: 35px;
}
.postks span {
    color: #888b8e;
    font-size: 14px;
}
.community-post-head.d-flex > .d-flex {
    align-items: center;
    gap: 7px;
}
.members-and-followers .avatars img {
    margin-left: -18px;
}

.members-and-followers  .avatars img {
    width: 35px;
    height: 35px;
    }
.community-banner {
    padding: 0 15px;
}    
.comunity-title {
    padding: 0 15px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .access-type {
    padding: 0 15px;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .members-and-followers .avatars img:first-child {
    margin-left: 0;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail  .members-and-followers {
    padding: 0 15px
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .request-btn.d-flex {
    padding: 0 15px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .reply-box .reply-inner h3 {
        padding-right: 0;
    }    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .community-post-head.d-flex.postks .search-post {
    margin-right: 15px;
}
.comunity-title h1 {
        font-size: 16px;
        margin-bottom: 0;
    }
.post-something {
    top: 45px;
}    
.access-type span.member-only img {
    width: 10px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-box-inner > .post-content-wrapper .post-content p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 20px;
}
#members-followers.common-popup-full .inner-common-popup {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }  
#members-followers .post-header > .follow-action {
    display: none;
}
#members-followers.common-popup-full .inner-common-popup {
    background: #000;
    max-width: 550px;
    width: 100%;
    margin: 0px auto;
    height: auto;
    top: 0;
    bottom: 0;
    transform: none !important;
    left: 0;
    padding-top: 0;
}
#members-followers.common-popup-full .post-header {
        padding: 0 0;
    }    
 #members-followers #followers-box {
    max-height: calc(100vh - 65px);
}    
#domain-batch .common-popup-inner {
    width: 100%;
    border-radius: 20px 20px 0 0;
    border: none;
}
div#domain-batch {
    z-index: 999;
}
div#domain-batch .common-popup-inner {
    height: auto;
    margin-top: 20px;
}
#domain-batch .common-popup-inner {
    width: 100%;
    border-radius: 20px 20px 0 0;
    border: none;
    padding: 0 15px 20px;
}
div#domain-batch .common-popup-inner {
    height: auto;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    top: auto;
    transform: none !important;
    left: 0;
    padding-bottom: 20px !important;
}
div#domain-batch.common-popup p {
    color: #e8e8e8;
    font-size: 12px;
    margin: 15px 0;
    line-height: 16px;
}    
#domain-batch h3 {
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 !important;
    border-bottom: 1px solid #2b2b2b;
    padding-top: 15px;
}
div#domain-batch .common-popup-inner {
    padding: 0;
}
.domain-section {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}
#domain-batch h4 {
    margin-left: 15px;
}  
#domain-batch p {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }    
.domain-section .domain-section-inner {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
#domain-batch .website {
        flex-shrink: 0;
/*        margin-left: 44px;*/
/*        margin-top: -24px;*/
    }    
 #domain-batch   .post-user {
/*        margin-top: -16px;*/
    }    
.ssldd.d-flex {
    align-items: center;
}
#communities-wrapper .cc-body {
    padding: 0 15px;
}    
#communities-wrapper .communities-list-tabbing ul.d-flex {
    padding-left: 15px;
}
#communities-wrapper  .communities-list-tabbing {
    margin-top: 0;
}    
.communities-list-body .cc-body .cc-body-list .cc-box {
    padding-right: 0;
}
#communities-wrapper .communities-list-body .cc-body .cc-body-list .cc-box .figure {
    max-width: 40%;
    width: 40%;
}
#communities-wrapper .ccs-desc {
    width: 60%;
    max-width: 60%;
    flex-shrink: 0;
}    
#communities-wrapper .ccs-desc .post-content h3 {
    font-size: 14px;
}
.communities-list-body .avatars img {
    width: 25px;
    height: 25px;
}
.access-type span.member-only {
    padding: 6px 8px;
    }
#communities-wrapper .communities-list-body .cc-body .cc-body-list .cc-box .figure span.member-only img {
    width: 8px;
}
.post-wrapper.profile-wrapper.post-detail-page.community-detail .profile-post.post-content-wrapper.profile-bio .post-user-details {
        align-items: center;
    }    
.post-wrapper.profile-wrapper.post-detail-page.community-detail .profile-post.post-content-wrapper.profile-bio .post-user-details .post-user {
    margin-bottom: 0 !important;
}    
    @supports (-webkit-touch-callout: none) {
        .reaction-wrapper .reaction-box li:not(:last-child) {
        padding-right: 8px;
        font-size: 14px !important;
    }
    .reaction-box.reaction-share {
        width: 39px !important;
        height: 39px !important;
    }    
    }    

}