@font-face {
  font-family: VipubPlatform_Font;
  src: url(https://abs.twimg.com/responsive-web/client-web/Chirp-Light.3a18e64a.woff2) format('woff2'), url(https://abs.twimg.com/responsive-web/client-web/Chirp-Light.7a5673aa.woff) format('woff');
  font-weight: 300;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: VipubPlatform_Font;
  src: url(https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2) format('woff2'), url(https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.60b215ba.woff) format('woff');
  font-weight: 400;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: VipubPlatform_Font;
  src: url(https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2) format('woff2'), url(https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.20fc288a.woff) format('woff');
  font-weight: 500;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: VipubPlatform_Font;
  src: url(https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2) format('woff2'), url(https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.a573679a.woff) format('woff');
  font-weight: 700;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: VipubPlatform_Font;
  src: url(https://abs.twimg.com/responsive-web/client-web/Chirp-Heavy.f44ae4ea.woff2) format('woff2'), url(https://abs.twimg.com/responsive-web/client-web/Chirp-Heavy.d70ec7ca.woff) format('woff');
  font-weight: 800;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: VipubPlatform_FontExtendedHeavy;
  src: url(https://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2) format('woff2'), url(https://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff) format('woff');
  font-weight: 800;
  font-style: 'normal';
  font-display: 'swap';
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28) !important;
}

body{
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #0f1419;
    font-family: system-ui, -apple-system, "system-ui", Roboto, Helvetica, Arial, sans-serif !important;
    background: #000000 !important;
    scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28) !important;
}
svg{
  flex-shrink: 0;
}
.vipubSM_alert {
    position: fixed;
    bottom: 5px;
    left: 50%;
    background-color: #1C9BEF;
    color: #fff;
    font-size: 14px;
    padding: 17px;
    border-radius: 3px;
    z-index: 99999999999999999999;
    transform: translate(-50%, -50%);
    display: none;
}

  .vipubSM_content{
    display: flex;
    align-items: center;
    justify-items: center;
  }
  .vipubSM_icon {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
  }
  .vipubSM_text {
    display: inline-block;
  }

  .swal2-container.swal2-center>.swal2-popup{
    border-radius: 12px !important;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    width: 400px !important;
    max-height: 100% !important;
    overflow-y: scroll !important;
    background-color: rgb(0, 0, 0) !important;
    border: 1px solid #2F3336 !important;
    box-shadow: 0px 0px 10px 0px #ffffff22 !important;
  }
  .swal2-backdrop-show{
    z-index: 9999999 !important;
  }

  .swal2-title{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    color: #e7e9ea !important;
    text-align: left !important;
  }
  .swal2-html-container{
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: left !important;
    color: #71767b !important;
    cursor: default !important;

  }
  .swal2-confirm{
    background-color: #1d9bf0 !important;
    color: #fff !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    border-radius: 999px !important;
    width: 100%;
    transition-duration: 0.2s !important;
  }
  .swal2-confirm:hover{
    background-color: #0680d1 !important;
    transition-duration: 0.2s !important;
  }
  .swal2-cancel{
    background-color: #fff !important;
    color: #0f1419 !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    border-radius: 999px !important;
    border: 1px solid #2F3336 !important;
    padding: 8px 30px !important;
    width: 100%;
    transition-duration: 0.2s !important;
  }
  .swal2-icon{
    display: none !important;
  }
  .swal2-actions{
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 0 !important;
    margin-top: 10px !important;
  }
  .lightbox .lb-image{
    border: none !important;
    border-radius: 0px !important;
  }
  .userVerifiedBlue{
    fill: #1C9BEF !important;
  }
  .userVerifiedEstablishment{
    fill: #E2B619 !important;
  }
  .video-feed-control-btn{
    position: relative;
    bottom: 15px;
}
.play-overlay {
    position: absolute;
    cursor: pointer;
    right: 75px;
    display: block;
}

.play-icon {
font-size: 19px;
color: #fff !important;
border-radius: 50%;
padding: 5px;
cursor: pointer;
background: #262626;
position: absolute;
bottom: 7px;
}
.play-icon:active{
opacity: 0.8;
}

.volume-control{
position: absolute;
right: 40px;
display: block;
} 
.volume-control > i{
font-size: 19px;
color: #fff !important;
border-radius: 50%;
padding: 5px;
cursor: pointer;
background: #262626;
position: absolute;
bottom: 7px;
}
.volume-control > i:active{
opacity: 0.8;
}
.lightboxOverlay{
  z-index: 9999999999;
}
.lightbox{
  z-index: 99999999999;
}
.right-sidebar {
    background: transparent !important;
}
.right-sidebar > .search-container{
    background: #000000 !important;
}
.right-sidebar > .search-container input{
    background: #202327 !important;
    color: #71767b !important;
    color: #e7e9ea !important;
}
.right-sidebar > .search-container input:active,
.right-sidebar > .search-container input:focus,
.right-sidebar > .search-container input::before{
    background: #000000 !important;
}
.right-sidebar > .search-container i{
    color: #71767b !important;
}
  .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing {
    border: 1px solid #2F3336 !important;
    background-color: #000000 !important;
}
.right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content h5{
    color: #e7e9ea !important;
}
.right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content h5 span{
    color: #1d9bf0 !important;
}
.htag-list-look > .htag-list-target p{
    color: #71767b !important;
}
.htag-list-look > .htag-list-target a h5{
    color: #e7e9ea !important;
}
.htag-list-look > .htag-list-target a h5 span{
    color: #71767b !important;
}
.htag-list-look > .htag-list-target a h6{
    color: #e7e9ea !important;
}
.htag-list-look > .htag-list-target vipub{
    color: #71767b !important;
}
.site-header-box, .mobile-top-menu {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid #2F3336 !important;
    border-left: 0px solid #2F3336 !important;
    border-top: 1px solid transparent !important;
}
.site-header-box{
  border-top: 1px solid transparent !important;
}
.mobile-top-menu{
    border-top: 1px solid #2F3336 !important;
    border-left: 1px solid #2F3336 !important;
}
.main-vipub-screenline > .site-header-box h5{
color: #e7e9ea !important;
}
.main-vipub-screenline > .site-header-box h5 svg{
color: #e7e9ea !important;
fill: #e7e9ea !important;
}
.changeForYouTimeline{
    background-color: #000000 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.changeForYouTimeline span{
    color: #536471 !important;
}
.changeForYouTimeline span:hover{
background-color: #181818 !important;
}
.timelineActive{
color: #e7e9ea !important;
border-bottom: 3px solid #1C9BEF !important;
}
.no-post-yet-timeline > .no-post-yet h5{
    color: #e7e9ea !important;
}
#postAreaContainer {
    color: #e7e9ea !important;
    background-color: #000000 !important;
}

.share-to-post-homepage{
    border-bottom: 1px solid #2F3336 !important;
}
.userInfoAndPostsCard{
    border-bottom: 1px solid #2F3336 !important;
}
.background-circle {
    stroke: #2F3336 !important; 
}
.text {
    color: #e7e9ea !important;
}
.main-left-sidebar{
  background-color: #000 !important;
}
.main-left-sidebar > .main-sidebar-menu a,
.main-sidebar-menu a {
    color: #e7e9ea !important;
}
.main-left-sidebar > .main-sidebar-menu a:hover {
transition-duration: 0.2s !important;
background: #181818 !important;
}
.sidebarBottomUserInfo > .userInfoBottom a h5 b{
    color: #e7e9ea !important;
}
.sidebarBottomUserInfo > .userInfoBottom a h5 small{
    color: #71767b !important;
}
.donateForUserContainer {
    border-bottom: 1px solid #2F3336 !important;
    background-color: #000000 !important;
}
.donateForUserContainer > .donateCardingUserInfo {
    border: 1px solid #2F3336 !important;
}
.donateForUserContainer > .donateCardingUserInfo span{
    color: #e7e9ea !important;
}
.donateForUserContainer > .donateCardingUserInfo > input{
    color: #e7e9ea;
    background-color: #202327 !important;
}
.donateForUserContainer > .donateCardingUserInfo > input:focus{
    border-color: #2F3336 !important;
    background-color: #222b34 !important;
}
.donateCancelBtn{
    color: #e7e9ea !important;
    background-color: #194F76 !important;
}
.gif-dropdown {
    background: #000000 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.gif-dropdown > .searchGifCard > span i{
    color: #e7e9ea !important;
}
.gif-dropdown > .searchGifCard > span i:hover{
    background-color: #202327 !important;
    color: #e7e9ea !important;
}
.gif-dropdown > .searchGifCard > input{
    border: 1px solid #2F3336 !important;
    background-color: #202327 !important;
    color: #e7e9ea !important;
}
.gif-item {
    border: 1px solid #2F3336 !important;
}
#viewPreviewGifSelect{
    border-bottom: 1px solid #2F3336 !important;
}
.vipup-post-publication{
    border-bottom: 1px solid #2F3336 !important;
    border-right: 1px solid #2F3336;
    background-color: #000000 !important;
}
.vipup-post-publication:hover{
    transition-duration: 0.3s !important;
    background-color: #080808 !important;
}
.post-original-user-title-info a h5{
    color: #e7e9ea !important;
}
.post-original-user-title-info a h5 b{
    color: #71767b !important;
}
.post-original-user-title-info span{
    color: #71767b !important;
}
.original-post-details > .post-paragraphe p,
.original-post-details > .post-paragraphe div,
.original-post-details > .post-paragraphe span{
    color: #e7e9ea !important;
    background-color: transparent !important;
}
#iconLockProfile{
    fill: #e7e9ea !important;
}
.original-post-details > .post-paragraphe div{
    margin-top: -0px;
    margin-bottom: -0px;
}
.original-post-selection-check span {
color: #71767b !important;
}
.original-post-selection-check span i {
    color: #71767b;
}
.userInfoAndPostsCard a img{
    border: 1px solid #2F3336 !important;
}
.repost-post-quateContent{
    border: 1px solid #2F3336 !important;
    background-color: #000000 !important;
}
.repost-post-quateContent:hover{
    transition-duration: 0.2s !important;
    background-color: #101010 !important;
    cursor: pointer !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostUserInfo h5{
    color: #e7e9ea !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostContentDiv p{
    color: #e7e9ea !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostUserInfo span{
    color: #71767b !important;
}
.dropdown ul {
    background-color: #000000 !important;
    border: 1px solid #2F3336 !important;
    box-shadow: 0px 0px 10px 0px #ffffff22 !important;
}
.dropdown li a,
.dropdown button {
color: #e7e9ea !important;
}
.dropdown li a:hover {
    transition-duration: 0.2s !important;
    background-color: #192632 !important;
}
.dropdown li a i,
.dropdown ul button i{
  color: #e7e9ea !important;
}
#imagePreviews img{
    border: 1px solid #2F3336 !important;
}
#check-notifs{
    border: 2px solid #000000 !important;
}
#check-message{
border: 2px solid #000000 !important;
}
.sidebar-footer-content a{
    color: #71767b !important;
}
.modal-content {
    background-color: #000000 !important;
}
.modalbody-repost > form > .repostFormCollection textarea{
    background-color: transparent !important;
    color: #e7e9ea !important;
}
.modal-footer{
    border: 1px solid transparent !important;
}
.modal-footer .footermodal-contentdiv h6{
    color: #e7e9ea !important;
}
.status-post-container-name{
  border-right: none !important;
    border-bottom: 1px solid #2F3336 !important;
}
.status-post-container-name > .post-status-user a h5{
    color: #e7e9ea !important;
}
.status-post-container-name > .post-status-user a b{
    color: #71767b !important;
}
.status-post-container-name > .status-post-content{
    border-bottom: 1px solid #2F3336 !important;
}
.status-post-container-name > .status-post-value-select{
    border-top: 1px solid #2F3336 !important;
}
.status-post-container-name > .status-post-content p,
.status-post-container-name > .status-post-content p span{
    color: #e7e9ea !important;
    background-color: transparent !important;
}
.status-post-container-name > .status-post-content span,
.status-post-container-name > .status-post-content-selection span{
    color: #71767b !important;
}
.status-post-container-name > .status-post-content-selection span strong{
    color: #e7e9ea !important;
}
.status-post-container-name{
    border-top: 1px solid #2F3336 !important;
}
.send-to-post-reply{
    border: none !important;
    border-right: 1px solid #2F3336 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.send-to-post-reply > form > .post-reply-container textarea{
    background-color: transparent !important;
    color: #e7e9ea !important;
}
.send-to-post-reply > form > .form-value-reply span{
    color: #71767b !important;
}
.post-paragraphe-image img,
.status-post-container-name > .status-post-content .status-page-content-image img,
.post-paragraphe-video video,
.status-post-container-name > .status-post-content .status-page-content-video video,
.post-paragraphe-gif img,
.contentGifImage,
.post-paragraphe p iframe{
    border: 1px solid #2F3336 !important;
}
.status-post-content iframe,
.post-paragraphe iframe{
    width: 100% !important;
    height: 280px !important;
    border-radius: 12px !important;
    border: 1px solid #2F3336 !important;
}
.user-notitications-container > .get-notifs-informations .list-on-notifications{
    border-right: 1px solid #2F3336 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.user-notitications-container > .get-notifs-informations .list-on-notifications h5{
    color: #e7e9ea !important;
}
.user-notitications-container > .get-notifs-informations .list-on-notifications h5 span{
    color: #71767b !important;
}
.user-notitications-container > .get-notifs-informations .list-on-notifications:hover,
.connection-random-users a:hover{
    background-color: #181818 !important;
}
.status-post-container-name > .status-post-value-select span i{
    color: #71767b;
}
.connection-random-users a span{
    color: #e7e9ea !important;
}
.connection-people-conn{
    border-right: 1px solid #2F3336 !important;
}
.getprofile-user-info{
  border-right: none !important;
}
.userprofile-nexting-menu-select,
.account-settings-page-for-users-page > .settings-page-content-full{
    border-bottom: 1px solid #2F3336 !important;
}
.user-general-profile-button-selection #profile-sent-message-btn,
.user-general-profile-button-selection a span i{
    border: 1px solid #2F3336 !important;
    color: #e7e9ea !important;
    background-color: transparent !important;
}
.user-general-profile-button-selection #profile-sent-message-btn:hover,
.user-general-profile-button-selection a span i:hover{
    opacity: .55 !important;
}
.connection-random-users a span h5,
.user-not-and-banned-profile-container span,
.user-not-and-banned-profile-container span,
.user-getprofile-next-information > .getuser-profile-other-information .textForUsernameProfile,
.getuser-profile-other-two-information span,
.user-getprofile-next-information a span,
.userprofile-nexting-menu-select a,
.getuser-profile-other-two-information span i,
.settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar h5 span,
.edit-input-profile small,
.settings-page-content-full > .settings-edit-profile-right-zone > .edit-profile-right-zone-title small, .settingsSwitchContainer > label small, .paymentTableOnly > .tablePaymentUserMethod > .paymentSuccessInfo > .paymentInfoCarding span, .paymentTableOnly > .tablePaymentUserMethod > .paymentSuccessInfo > small,
.userChangeForCover > label > small, .getmessage-user-list a p, .message-chat-user-info-title a span, .message-send-date-funct, .chat-form-right-zero-btn span i, .no-post-yet-timeline > .no-post-yet span, .getmessage-user-list a p strong, .site-header-box > .search-header-menu a h6, .donateProgressLoadingBar h5, .mobile-top-menu a i, #display-mobile-left-sidebar > .menu-top-user-info > a span, #display-mobile-left-sidebar > .menu-top-user-info > .mobile-menu-user-follow-info > a span, .infoVerify blockquote p, .infoVerify blockquote i{
    color: #71767b !important;
}
.user-not-and-banned-profile-container h5,
.user-not-and-banned-profile-container h4,
.user-getprofile-next-information > .getuser-profile-other-information h6,
.user-getprofile-next-information a strong,
.userprofile-nexting-menu-select .active,
.menu-content-user-selection a h5,
.settings-page-content-full > .settings-edit-profile-right-zone > .edit-profile-right-zone-title h5,
.settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar h5,
.edit-input-profile label,
.settingsSwitchContainer > label, .userWalletInfoCard > h3, .userWalletInfoCard > .validWalletUser > span,
.paymentTableOnly > .tablePaymentTitle h3, .paymentTableOnly > .tablePaymentUserMethod > .paymentSuccessInfo > .paymentInfoCarding h6, .user-verified-page-in-status-account span, .next-bottom-message-container h5, .getmessage-user-list a h5, .only-right-page-not-message-container > .only-not-message-info-center small i, .only-right-page-not-message-container > .only-not-message-info-center h5, .only-right-page-not-message-container > .only-not-message-info-center small, .message-chat-user-info-title a h5, .message-chat-user-top-info-profile a h5, .message-chat-user-top-info-profile span i, .donateBarForUserContainer > h6 .validDonateSpan, .menu-active, #display-mobile-left-sidebar > .menu-top-user-info > a h5, #display-mobile-left-sidebar > .menu-top-user-info > .mobile-menu-user-follow-info > a span strong, .mobile-left-page-menu a h5, .mobile-left-page-menu a h5 i, .message-user-info h5, .verifiedInfoDropdownContent > .infoContentDropdown h3, .user-not-and-banned-profile-container p, .status-post-content div{
    color: #e7e9ea !important;
}
.menu-content-user-selection:hover{
    background-color: #080808 !important;
}
.getprofile-user-info > .user-avatar-pic img{
    border: 3px solid #000000 !important;
    background-attachment: #000000 !important;
}
.user-general-profile-button-selection button{
    background-color: #e7e9ea !important;
    color: #0f1419 !important;
    &:hover{
        opacity: .65;
    }
}
.account-settings-page-for-users-page{
    border-bottom: 1px solid #2F3336 !important;
}
.account-settings-page-for-users-page > .settings-page-content-full > .settings-page-content-user-menu,
#bookmarks-lives-user-feed{
    border-right: 1px solid #2F3336 !important;
}
.userWalletInfoCard > .validWalletUser > span{
    background-color: #080808 !important;
    border-top: 1px solid #2F3336 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.userWalletInfoCard{
    border: 1px solid #2F3336 !important;
}
.userWalletInfoCard > .otherWalletUserSelect > a{
    background-color: #1C9BEF !important;
    border: none !important;
    color: #e7e9ea !important;
    border-radius: 4px !important;
    &:hover{
        opacity: .55;
    }
}
.paymentTableOnly > .tablePaymentTitle{
    background-color: #202327 !important;
    border-top: 1px solid #2F3336 !important;
    border-bottom: 1px solid #2F3336 !important;
}
.paymentTableOnly > .tablePaymentUserMethod > .paymentSuccessInfo:hover{
    background-color: #080808 !important;
}
.paymentTableOnly > .tablePaymentUserMethod > .paymentSuccessInfo{
    border-bottom: 1px solid #2F3336 !important;
}
.edit-input-profile input{
    background-color: #202327 !important;
    border: 1px solid #2F3336 !important;
    color: #e7e9ea !important;
}
.first-message-title{
    background-color: #000000 !important;
}
.getmessage-user-list:hover{
    background-color: #29333D !important;
}
.message-chat-user-top-info-profile,
.chat-container-new-message{
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid #2F3336 !important;
    border-right: 1px solid #2F3336 !important;
}
.chat-container-new-message .textarea-like{
    background-color: #202327 !important;
    border: 1px solid #2F3336 !important;
    color: #e7e9ea !important;
}
.vipub-user-message-container{
    border-right: 1px solid #2F3336 !important;
}
.chat-container-new-message{
    border-top: 1px solid #2F3336 !important;
}
.unseenMessage{
    background-color: #29333D !important;
}
.site-header-box input{
    background-color: #202327 !important;
    color: #e7e9ea !important;
}
.site-header-box > .search-header-menu{
    border-top: 1px solid #2F3336 !important;
}
.search-active {
    font-weight: 700 !important;
    border-radius: 0 !important;
}
.site-header-box > .search-header-menu a:hover{
    border-top: 2px solid #e7e9ea !important;
}
.donateBarForUserContainer{
    background-color: #202327 !important;
    border: 1px solid #2F3336 !important;
}
.donateBarForUserContainer i{
    color: #1da1f1 !important;
}
.donateBarForUserContainer > h6 .userDonatePostCl, .donateUserNewBtn{
    background-color: #1da1f1 !important;
}
#userProfileDropContent{
    background-color: #000000 !important;
    border: 1px solid #2F3336 !important;
    box-shadow: 0px 0px 10px 0px #ffffff22 !important;
}
#userProfileDropContent ul li, #userProfileDropContent ul li button
#userProfileDropContent ul li a, #userProfileDropContent ul li a i{
    color: #e7e9ea !important;
}
#userProfileDropContent ul li a{
    color: #e7e9ea !important;
}
#userProfileDropContent ul li:hover{
    transition-duration: 0.2s !important;
    background-color: #192632 !important;
}
#display-mobile-left-sidebar{
    background-color: #000000 !important;
    border-right: 1px solid #2F3336 !important;
}
#closeMobileMenuLeftsidebar {
    padding: 7px 8px !important;
    background-color: #000000 !important;
    color: #e7e9ea !important;
    border: 1px solid #e7e9ea !important;
}
.liked, .adsLiked{
    color: #F9197F !important;
}
.TimelinelinkedAccount{
    border: 1px solid #2F3336 !important;
}
.post-action-reply-details-info{
    background-color: transparent !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #e7e9ea !important;
    border: 1px solid #263340 !important;
    &:hover{
        opacity: .65 !important;
    }
}
.only-right-page-not-message-container{
    border-left: 1px solid #2F3336 !important;
}
#follow-status{
    background-color: #202327 !important;
    font-weight: 400 !important;
}
.linkedAccount{
    border: 1px solid #2F3336 !important;
}
.verifiedInfoDropdownContent{
    background-color: rgb(0, 0, 0) !important;
    border: 1px solid #2F3336 !important;
    box-shadow: 0px 0px 10px 0px #ffffff22 !important;
}
.liked{
    fill: #F9197F !important;
}
.post-unrepost-icon{
    fill: #00ba7c !important;
}
#userDropdown, #hashtagDropdown {
    border-bottom: 1px solid #2F3336 !important;
}
#userDropdown, #hashtagDropdown,
#userDropdown > div, #hashtagDropdown > div{
    background-color: #000 !important;
}
#userDropdown > div:hover,
#hashtagDropdown > div:hover{
    background-color: #181818 !important;
}
#userDropdown > div h5 > b,
#hashtagDropdown > div h5 > b,
#hashtagDropdown > div{
    color: #e7e9ea !important;
}
#userDropdown > div h5 > span,
#hashtagDropdown > div h5 > span{
    color: #71767b !important;
}
.donateForUserContainer > .donateCardingUserInfo span, .donateCancelBtn {
    color: #e7e9ea !important;
}
.edit-input-profile textarea,
.edit-input-profile select{
    background-color: #202327 !important;
    color: #e7e9ea !important;
    border: 1px solid #2F3336 !important;
}
.placeholder{
    color: #71767b !important;
}
.post-original-user-title-info a img,
.sidebarBottomUserInfo > .userInfoBottom a img{
    border: 1px solid #2F3336 !important;
}
.settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar > #changeAvatar img{
    border-radius: 4px !important;
}
.getprofile-user-info > .user-avatar-pic img {
    padding: 0 !important;
}
.PreviewReplyContent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 30px;
    margin-top: 15px;
    border-bottom: 1px solid #2F3336;
    padding-bottom: 15px;
  }
  .PreviewReplyContent i{
    font-size: 17px;
    margin-right: 5px;
    color: #1C9BEF;
    cursor: pointer !important;
  }
  .PreviewReplyContent select{
    border: none;
    color: #1C9BEF;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    appearance: none;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}
.quateCardingUserInfo{
    width: 100% !important;
    border-bottom: 1px solid #2F3336 !important;
    margin-top: 20px !important;
    display: none;
  }
  .quateCardingUserInfo > .quateCardingForm{
    border: 1px solid #2F3336 !important;
    margin-bottom: 20px !important;
    border-radius: 16px !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    padding: 18px !important;
  }
  .quateCardingUserInfo > .quateCardingForm > .form-floating input{
    margin-bottom: -5px !important;
    color: #e7e9ea !important;
    border-radius: 4px !important;
    background-color: #202327 !important;
    border: 1px solid transparent !important;
  }
  .quateCardingUserInfo > .quateCardingForm > .form-floating label{
    color: #71767b !important;
  }
  .form-floatingCommonBtn{
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #f4212e !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    transition-duration: 0.3s !important;
    border: 1px solid #2F3336 !important;
    user-select: none !important;
  }
  .form-floatingCommonBtn:hover{
    background-color: #200C13 !important;
    border: 1px solid transparent !important;
  }
  .quateContainerForm{
    margin-top: 25px !important;
    margin-bottom: 5px !important;
  }
  .quate-rate-btn{
    background-color: transparent !important;
    border: 1px solid #1C9BEF !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    color: #1C9BEF !important;
    cursor: pointer !important;
    transition-duration: 0.2s !important;
    padding: 7px 15px !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    border-radius: 999px !important;
    margin-bottom: 7px !important;
    user-select: none !important;
    &:hover{
      background-color: #1c9bef12 !important;
    }
  }
  .quateContentCardingFlex{
    width: 100% !important;
    display: flex !important;
    justify-items: center !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  .quateContentCardingFlex > span{
    border-left: 5px solid #CFD9DD !important;
    margin-bottom: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .quateContentCardingFlex > span > b{
    margin-left: 7px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #e7e9ea !important;
  }
  .quateContentCardingFlex span > small{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #e7e9ea !important;
}
.repostQuateCard{
    padding: 15px;
    padding-bottom: 7px;
    margin-top: -0px;
    margin-bottom: -0px !important;
    border-radius: 0px 0px 14px 14px;
    background-color: #20232789;
  }
  .voteSmallTotalCount{
    color: #71767b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin-top: 7px !important;
    margin-bottom: 25px !important;
  }
  .donateProgressLoadingBar span{
    color: #e7e9ea !important;
    border-bottom: 1px solid #e7e9ea !important;
  }
  .donateModalContainerTop > .modal-content > h2{
    color: #e7e9ea !important;
  }
  .myWalletSystemCard h5,
  .myWalletSystemCard > p,
  .donateModalContainerTop > .modal-content > form > small{
    color: #e7e9ea !important;
  }
  .myWalletSystemCard h5 small {
    color: #e7e9ea !important;
  }
  .donateModalContainerTop > .modal-content{
    border: 1px solid #2F3336 !important;
  }
  .donateModalContainerTop > .modal-content > form > input{
    color: #e7e9ea !important;
    background-color: #15202B !important;
    border: 1px solid #2F3336 !important;
  }
  .modal-content{
    border: 1px solid #2F3336 !important;
  }
  .status-post-container-name > .status-post-content span{
    color: #71767b !important;
  }
  .repost-post-quateContent > a .repostContentTimeline > .repostContentDiv div{
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    padding: 10px !important;
    color: #e7e9ea !important;
    margin-bottom:  0px !important;
  }
  .strongTotalView{
    color: #e7e9ea !important;
  }
  .changeForYouTimeline .timelineActive{
    color: #e7e9ea !important;
    border-bottom: 3px solid #1da1f1 !important;
  }
  .post-on-share-content{
    background-color: #202327;
    box-shadow: 0px 0px 10px 0px #ffffff22 !important;
  }
  .post-on-share-content button{
    color: #F9197E;
  }
  .post-on-share-content button i{
    color: #F9197E;
  }
  .post-on-share-content li:hover{
    transition-duration: 0.2s;
    background-color: #f7f7f718;
  }
  .post-on-share-content li,
  .post-on-share-content li i,
  .post-on-share-content li a{
    color: #e7e9ea;
  }
  .container{
    width: 100% !important;
    display: flex !important;
  }
  .totalDaysQuate{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #2F3336;
  }
  .totalDaysQuate small{
    color: #e7e9ea;
  }
  .survey-duration #days,
.survey-duration #hours,
.survey-duration #minutes{
    background-color: #202327;
    color: #e7e9ea;
    border: none;
}
#labelTextQuate{
    color: #e7e9ea;
}
#messageSeenStatus{
    color: #B3B3B3;
}
#messageSeenStatusActive{
    color: #27AAE3;
}
.user-notitications-container{
    border-right: 1px solid #2F3336;
}
.greetalertContainer{
    background-color: #000000;
    border-bottom: 1px solid #2F3336;
  }
  .greetalertContainer > .greetalert-dissmible h2,
  .not-reels-container .reelsEmptyContainer h5{
    color: #e7e9ea;
  }
  .greetalertContainer > .greetalert-dissmible h2 p,
  .not-reels-container .reelsEmptyContainer p{
    color: #71767b;
  }
  .moreModulesContent{
    background-color: #000000;
    box-shadow: 0px 0px 10px 0px #ffffff47 !important;
  }
  .contentModulesListing a,
.contentModulesListing a i{
  color: #e7e9ea;
}
.contentModulesListing a:hover{
  transition-duration: 0.2s;
  background-color: #181818;
}
.contentModulesListing a small{
  color: green;
}
.contentModulesContainer .titleModulesContent h5{
  color: #e7e9ea;
}
.contentModulesContainer .titleModulesContent span{
  color: #e7e9ea;
}
.listForeModulesContent a{
  background-color: #202327;
  box-shadow: 0px 0px 10px 0px #28313a41 !important;
}
.listForeModulesContent a:hover{
  opacity: .60;
  transition-duration: 0.2s;
}
.listForeModulesContent a h6{
  color: #e7e9ea;
}
.listForeModulesContent p,
.listForeModulesContentInfo p{
  color: #e7e9ea;
}
.activeModulesSplash{
  border: 2px solid #1C9BEE;
}
.switchUserInfo{
  background-color: transparent !important;
  cursor: pointer;
}
.switchUserInfo > h5{
  color: #e7e9ea !important;
}
.switchUserInfo > h5 small{
  color: #71767b;
}
.switchUserInfo img{
  border: 1px solid #2F3336;
}
.no-post-yet-timeline,
.user-notitications-container{
  border-right: 1px solid #2F3336;
}
.contentModulesContainer{
border-right: 1px solid #2F3336 !important;
}
.vp-stories-container {
    border-bottom: 1px solid #2F3336;
}
.vp-stories-container > .swiper-container .story img {
background-color: #2F3336;
border: 1px solid #2F3336;
}
.story span {
color: #e7e9ea;
}
.story span strong{
color: #e7e9ea;
background-color: #000;
}
.dontSeeReelsView{
border: 1.5px solid #1C9BEE !important;
}
.vp-viewcontent-for-reels{
border-right: 1px solid #2F3336;
}
.vp-viewcontent-for-reels > .listing-reels-container > .reels-view-cont-container{
border: 1px solid #2F3336;
background-color: #2F3336;
}
.reels-view-cont-container > .reels-title-info a{
background: rgba(0, 0, 0, 0.486);
backdrop-filter: blur(10px);
}
.storiesDetailsText-content > .reelsControlBtnPanel span i{
background: rgba(0, 0, 0, 0.486);
backdrop-filter: blur(10px);
}
.reels-view-cont-container > .reels-title-info a h5 span,
.storiesDateText{
    color: #d0d0d0;
}
.fullscreen-reels-media-content img{
    background-color: #202327;
}
#image_preview,
.vipub-emoji-picker{
    background: rgba(0, 0, 0, 0.486) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid #2F3336 !important;
}
#image_preview span{
    background: rgba(0, 0, 0, 0.486) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid #2F3336 !important;
}
#image_preview span i{
    color: #fff !important;
}
.og-meta-container > .og-top-info-detail img{
    border: 1px solid #2F3336; 
    background-color: #202327 !important;
}
.og-meta-container > small{
    color: #71767b !important;
}
.getprofile-user-info > .user-avatar-pic img{
    background-color: #000 !important;
}
.status-post-translate-text{
    border: 1px solid #37444D !important;
    color: #e7e9ea !important;
}
.just-empty-archur-profile-text h5,
.user-getprofile-next-information > .getuser-profile-other-information span{
    color: #e7e9ea !important;
}
  .just-empty-archur-profile-text span{
    color: #71767b;
}
.user-social-links-or-account > a{
    background-color: #202327 !important;
    color: #fff !important;
}
  .user-social-links-or-account > a:hover{
    background-color: #4d5762 !important;
}
.access-applications-for-me{
    background-color: #202327;
  }
  .access-applications-for-me > .project-app-container{
    background-color: #181818 !important;
    box-shadow: 0 0 10px 0 #2c2a2a8c !important;
  }
  .access-applications-for-me small{
    color: #71767b !important;
  }
  .app-name-content{
    color: #e7e9ea !important;
  }
  .access-applications-for-me > .project-app-container a{
    color: #188CD8;
  }
  .access-applications-for-me > .project-app-container a:hover{
    transition-duration: 0.3s;
    background-color: #eaf9ff14;
  }
  .access-applications-for-me > .project-app-container small{
    background-color: #C1F1DC;
    color: #0f1419 !important;
  }
  .acceptForWebsiteInfo > blockquote h5{
    color: #e7e9ea !important;
  }
  .acceptForWebsiteInfo > blockquote h5 p{
    color: #71767b !important;
  }
  .acceptForWebsiteInfo > .acceptForAppSelection > span{
    border-bottom: 1px solid #37444D !important;
    color: #71767b !important;
  }
  .acceptForWebsiteInfo > .acceptForAppSelection h6{
    color: #e7e9ea !important;
  }
  .acceptForWebsiteInfo > .acceptForAppSelection h3{
    color: #e7e9ea !important;
    border-bottom: 1px solid #37444D !important;
  }
  .acceptForWebsiteInfo > .acceptForAppSelection small{
    color: #f4212e;
  }
  .acceptForWebsiteInfo > .acceptForAppSelection small:hover{
    background-color: #181818 !important;
  }
  .tokensSpan{
    color: #829aab;
}
.newApiAppContent{
  background-color: #444343 !important;
  box-shadow: 0px 0px 10px 0px #becad614 !important;
}
.newApiAppContent > span{
  color: #e7e9ea !important;
}
#mobile-left-sidebar img{
  border: 1px solid #37444D !important;
}
.original-post-selection-check span{
  color: #71767b !important;
}
.original-post-selection-check span i {
  color: #71767b !important;
}
.delete-or-hiddenRepostContent{
  border: 1px solid #2F3336 !important;
  background-color: #000000 !important;
}
.delete-or-hiddenRepostContent > .titleDeleteHiddenContent{
  background-color: #16181C !important;
}
.delete-or-hiddenRepostContent > .titleDeleteHiddenContent > h5{
  color: #e7e9ea !important;
}
.delete-or-hiddenRepostContent > .deleteOrHiddenContentEmpty p{
  color: #71767b !important;
}


.RepostPreviewlinkedAccount,
.quateRepostPreviewContent > .topPreviewQuate > h5 > img{
  border: .5px solid #2F3336;
}
.quateRepostPreviewContent > .topPreviewQuate > h5 > b{
  color: #71767b;
}
.quateRepostPreviewContent > .topPreviewQuate > h5{
  color: #e7e9ea;
}
.quateRepostPreviewContent{
  border: 1px solid #2F3336;
  background-color: #000;
}
.quateRepostPreviewContent p{
  color: #e7e9ea;
}
.modal-content{
  border: 1px solid #2F3336 !important;
  z-index: 99999999999;
}
.mobile-top-menu a i{
  color: #e7e9ea !important;
}
.modalbody-repost > form > .repostFormCollection img{
  border: 1px solid #2F3336 !important;
}
.notifications-user-listing-active{
  border-bottom: 1px solid #263340;
}
.notifications-user-listing-active:hover{
  background-color: #fafafa0d;
}
.notifications-user-listing-active > h5,
.notifs-date-on-list{
  color: #e7e9ea !important;
}
.notifications-user-listing-active > span{
  color: #71767b;
}
.notifications-user-listing-active p{
  color: #71767b;
  border: 1px solid #2F3336;
  background-color: #000;
}
.htag-list-look > .htag-list-target button{
  background-color: #fff !important;
  color: #0f1419 !important;
  border-radius: 999px !important;
  padding: 8px 15px !important;
}
#changePublicNotifs{
  fill: #e7e9ea !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 5px !important;
}
#Google2FASet > .checkForContent h5,
#Google2FASet > .checkForContent > .flexForCodeCheck > p,
#Google2FASet > .checkForContent > .flexForCodeCheck > p b,
#Google2FASet > .checkForContent > .flexForCodeCheck > p small,
.formSaveCode > form > h5,
.formSaveCode > form > span{
  color: #e7e9ea !important;
}
#Google2FASet > .checkForContent p{
  color: #71767b !important;
}
.formSaveCode{
  border: 1px solid #2F3336 !important;
}
.sponsored-boost-post,
.sponsored-boost-post svg,
.sponsored-boost-post h2{
  color: #71767b;
  fill: #71767b;
}
.backdrop-filter-or-black-ads > .ads-for-information h1,
.backdrop-filter-or-black-ads > .ads-for-information h2,
.backdrop-filter-or-black-ads > .ads-for-information > span{
  color: #e7e9ea;
}
.backdrop-filter-or-black-ads > .ads-for-information > span > svg{
  fill: #e7e9ea;
}
.profile-header-box-cxls01 small{
  color: #71767b !important;
}
.user-general-profile-button-selection #edit-my-profile-btn{
  color: #e7e9ea !important;
  border: 1px solid #536371 !important;
  background-color: transparent !important;
  &:hover{
    background-color: #181919 !important;
  }
}
.custom-radio-group > .theme-option {
  border: 2px solid #2F3336;

}
.graph-options-background-display h3{
  color: #e7e9ea;
}
.custom-radio-group > input[type="radio"]:checked + .theme-option {
  border-color: #1C9BEF !important;
}
.users-clx021-subscribe-profile{
  background-color: #000000 !important;
  box-shadow: rgba(101, 119, 134, 0.38) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
}
.users-clx021-subscribe-profile > .subscribe-title-header-box{
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.users-clx021-subscribe-profile > .subscribe-title-header-box > .left-sbsc-xdl1 svg{
  fill: #fff !important;
    &:hover{
      background-color: #e7e7e824 !important;
  }
}
.users-clx021-subscribe-profile > .subscribe-title-header-box > .right-plan-for-subsc-pay span{
  background-color: #fff !important;
  color: #0f1419 !important;
    &:hover{
      background-color: #D7DBDC !important;
  }
}
.users-clx021-subscribe-profile{
  background-color: #000 !important;
}
.subscribe-profile-account-xl10s > .subsc-dynamic-texting-clx04xa h1,
.subscribe-profile-account-xl10s > .subsc-dynamic-texting-clx04xa span{
  color: #e7e9ea !important;
}
.subscriptions-info-wrapper > .carding-subs-info-card h3,
.user-card-my-subs h3
{
  color: #e7e9ea !important;
}
.subscriptions-info-wrapper > .carding-subs-info-card span,
.user-card-my-subs > h4,
.subs-month-pay-just-now span{
  color: #71767b !important;
}
.my-user-carding-subscriptions-layer{
  box-shadow: rgba(136, 153, 166, 0.2) 0px 0px 15px, rgba(136, 153, 166, 0.15) 0px 0px 3px 1px !important;
}
.user-subs-message-private article{
background-color: #000 !important;
color: #e7e9ea !important;
}
.content-subs-carding span {
  color: #DE81E0 !important;
  background-color: #2D032D !important;
}
#with_replies_check,
#with_replies_check svg,
#with_replies_check i{
  color: #71767b !important;
  fill: #71767b !important;
  cursor: default;
}
#private_subs_content,
#private_subs_content svg{
  color: #df82e0 !important;
  fill: #df82e0 !important;
  cursor: default;
}
.userSubscriptionsIcon{
  fill:  #df82e0 !important;
}
.subs-content-empty p{
  color: #e7e9ea !important;
}
.alert-subs-empty-info p{
  color: #e7e9ea !important;
}
.get-message-my-list{
  border-right: 1px solid #2F3336;
}
.main-left-sidebar > .main-sidebar-menu a svg,
.mobile-top-menu a svg{
  fill: #e7e9ea;
}
.notifications-user-listing-active > article small{
  color: #71767b;
}
.notifications-user-listing-active > article > blockquote span{
  color: #e7e9ea;
}
.original-post-selection-check span:hover svg {
  background-color: #0D1720 !important;
  fill: #1C9BEF !important;
}
.original-post-selection-check span:nth-of-type(2):hover svg {
  background-color: #0C1914 !important;
  fill: #00BA7C !important;
}
.original-post-selection-check span:nth-of-type(3):hover svg {
  background-color: #1A0A12 !important;
  fill: #F9197E !important;
}
#reportContentDetails__Card{
  border-top: 1px solid #2F3336;
}
#reportContentDetails__Card > .reported-content-details-platform-info > h3,
#reportContentDetails__Card > .reported-content-details-platform-info > h5{
  color: #e7e9ea;
}
#reportContentDetails__Card > .reported-content-details-platform-info > h3 b{
  color: #1d9bf0;
}
#reportContentDetails__Card > .reported-content-details-platform-info > h5 strong,
#reportContentDetails__Card > .reported-content-details-platform-info > h5 strong > .content-listing-reported li{
  color: #71767b;
}
.report-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: left;
}

.report-option input[type="radio"] {
  margin-top: 5px;
  margin-right: 10px;
}

.report-option label {
  cursor: pointer;
}

.report-option strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #e7e9ea;
}

.report-option p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #71767b;
  margin-top: 6px;
}
.modal-content{
  border: none !important;
}
.openedRepostDropdownContent{
  background-color: #202327;
}
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn,
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn span{
  color: #e7e9ea !important;
}
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn:hover{
  background-color: #0808083c !important;
}
.openedRepostDropdownContent > .contentRepostSelect > vipubRepostBtn > svg{
  fill: #e7e9ea !important;
}
.openedRepostDropdownContent > .contentRepostSelect > vipubRepostBtn > svg:hover{
  background-color: transparent !important;
}
.selection-for-buy-premium{
  border-right: none !important
}
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package{
  background-color: #202327;
}
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package span,
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package > .premium-package-details span svg,
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package > .premium-package-details span,
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package > .premium-package-details h3,
.selection-for-buy-premium > .web-premium-info-carding p,
.selection-for-buy-premium > .web-premium-info-carding h5,
.selection-for-buy-premium > .web-premium-info-carding h5 li, .premium-speed-features-click > .features-listing-on-premium ul li{
  color: #e7e9ea !important;
}
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package > .premium-package-details span svg{
  fill: #e7e9ea;
}
.selection-for-buy-premium > .web-premium-info-carding form p{
  border: 1px solid #2F3336;
  color: #71767b;
}
.paymentTableOnly {
  border-top: 1px solid transparent !important;
}
.premium-speed-features-click > .features-listing-on-premium,
.subs-form-getion{
  background-color: #16181C !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li{
  border-bottom: 1px solid #2A2D30 !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li:last-child{
  border-bottom: 1px solid transparent !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li:hover{
  background-color: #061119 !important;
}
.premium-speed-features-click > .premium-features-title h3,
.premium-speed-features-click > .premium-features-title p,
.premium-speed-features-click > .features-listing-on-premium ul li
.subs-form-getion h5, .subs-form-getion span, .subs-form-getion h5{
  color: #e7e9ea !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li .coming-soon-features{
  background-color: rgb(73, 22, 0);
  color: rgb(255, 224, 194);
}
.subs-form-getion > input{
  color: #e7e9ea;
  background-color: #202327;
}
.mobile-left-page-menu a h5 svg{
  fill: #e7e9ea !important;
}
.alert-verified-account-info-data{
  background-color: #02123C;
}
.alert-verified-account-info-data > h5{
  color: #e7e9ea;
}
.alert-verified-account-info-data > a{
  color: #e7e9ea;
  text-decoration: none !important; 
  border-bottom: 1px solid #e7e9ea;
  padding-bottom: 0px;
  font-weight: 600 !important;

}
.alert-verified-account-info-data > a:hover{
  border-bottom: 2px solid #e7e9ea;
}
.select-vipub-emojies span{
  color: #e7e9ea !important;
}
.vp-postdetails-content-lightbox{
  background-color: #000000;
  border-left: 1px solid #2F3336;
}
.vp-postdetails-content-lightbox > .vp-lightbox-user-info a img,
.vp-postdetails-content-lightbox >
.vp-lightbox-postdetails-reply, .vp-lightbox-postdetails-reply > .vp-lightbox-user-comments-container > img, .vp-lightbox-postdetails-reply > .vp-lightbox-user-comments-container > video,  .vp-postdetails-original-lightbox-bottom{
  border-top: 1px solid #2F3336;
  border-bottom: 1px solid #2F3336;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.vp-postdetails-content-lightbox > .vp-lightbox-user-info a h5,
.vp-postdetails-content-lightbox > .vp-lightbox-user-info #vp-lightbox-more-dropdown,
.vp-postdetails-content-lightbox > .v-postdetails-general-content p,
.vp-postdetails-content-lightbox > .v-postdetails-general-content p div,
.vp-postdetails-content-lightbox > .v-postdetails-general-content div,
.vp-postdetails-content-lightbox > .v-postdetails-general-content p strong,
.vp-postdetails-content-lightbox > .v-postdetails-general-content div strong,
.vp-postdetail-lightbox-post-joined b, .vp-lightbox-postdetails-reply > .vp-lightbox-reply-user-info a h5, .vp-lightbox-postdetails-reply > .vp-lightbox-user-comments-container p, .lightbox-not-reply-comments h5{
  color: #e7e9ea;
}
.vp-postdetails-content-lightbox > .vp-lightbox-user-info a h5 span,
.vp-postdetail-lightbox-post-joined, .vp-lightbox-postdetails-reply > .vp-lightbox-reply-user-info a h5 span, .vp-lightbox-list-comments-selection-span span, .vp-lightbox-list-comments-selection-span span i, .vp-postdetails-original-lightbox-bottom > small{
  color: #71767b;
}
.vp-postdetails-content-lightbox > .vp-lightbox-user-info #vp-lightbox-more-dropdown:hover{
  background-color: #050F17;
  color: #1C9BEE;
}
.vp-lightbox-post-archur-details span,
.vp-lightbox-post-archur-details span b{
  color: #fff;
}
.vp-lightbox-post-archur-details span svg:hover{
  background-color: #272727;
}
.vp-lightbox-postdetails-reply:hover{
  background-color: #080808;
  cursor: pointer;
}
.vp-lightbox-list-comments-selection-span span:hover i{
  color: #1C9BEF;
  background-color: #050F17;
}
.vp-postdetails-original-lightbox-bottom > small i:hover{
  color: #1C9BEF;
  background-color: #050F17;
  cursor: pointer;
}
.subscriptions-all-users-listing-premium article h3,
.subscriptions-all-users-listing-premium p{
  color: #e7e9ea !important;
}
.subscriptions-all-users-listing-premium article h3 span, .subscriptions-all-users-listing-premium article .date-subs-joined{
  color: #71767b !important;
}
.subscriptions-all-users-listing-premium form button{
  color: #f4212e;
}
.subscriptions-all-users-listing-premium form button:hover{
  background-color: #1A0506;
}
.privateProfileLocked h3{
  color: #e7e9ea !important;
}
.privateProfileLocked span{
  color: #71767b !important;
}
.premium-stats-card, .other-stats-for-account-flexing > .carding-statics-boxliner{
  background-color: #17181C;
}
.static-wrapper-container > .title-static-wrapper > .left-title-carding h3,
.static-wrapper-container > .title-static-wrapper > .left-title-carding select,
.premium-stats-card > .flex-account-details-title select, .other-stats-for-account-flexing > .carding-statics-boxliner > h4, .other-stats-for-account-flexing > .carding-statics-boxliner > .boxliner-title h6{
  color: #e7e9ea !important;
}
.static-wrapper-container > .title-static-wrapper > .left-title-carding select{
  border: 1px solid #323538;
}
.premium-stats-card > .flex-account-details-title select{
  border: 1px solid #323538;
  border-left: 7px solid #1E9CF0 !important;
}
.info-statics-page-bottom p{
  color: #71767b !important;
}
.spinner {
  border: 4px solid #202327;
  border-top-color: #3498db;
}
.htag-list-target:hover{
  background-color: #080808 !important;
}
.right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing .cs0x1m:hover{
  background-color: #202327;
}
.htag-list-look > .htag-list-target a span svg{
  fill: #71767A !important;
}
.sponsored-user-container-vertical > .explore-container-title h1, .user-carding-screen-info h3, .user-carding-screen-info p{
  color: #e7e9ea;
}
.user-carding-screen-info span{
  color: #71767b;
}
.sponsored-user-container-vertical{
  border-top: 1px solid #2F3336;
  border-right: 1px solid #2F3336;
}
.sponsored-user-container-vertical > .user-sponsored-content-card{
  border-bottom: 1px solid #2F3336;
}
.sponsored-user-container-vertical > .user-sponsored-content-card:hover{
  background-color: #080808;
}
.in-live-search-container{
  background-color: #202327 !important;
}
.right-sidebar-live-search-container:hover,
.in-live-search-container > .livesearch-userbox:hover{
  background-color: #101010 !important;
}
.right-sidebar-live-search-container > .livesearch-user-info h5,
.in-live-search-container > .livesearch-userbox a small, .message-chat-user-top-info-profile span{
  color: #e7e9ea !important;
}
.right-sidebar-live-search-container > .livesearch-user-info p span{
  color: #71767b !important; 
}
#profile-timeline{
  border-right: none !important;
}
.alert-temporary-ban{
  color: #71767b;
}
.alert-temporary-ban h3{
  color: #e7e9ea;
}
.switch-account-info-text{
  color: #71767b;
}
#addnew-switchaccount{
  border: 1px solid #2F3336;
}
.mobile-resp-menu-left-sidebar{
  background-color: #000000;
  box-shadow: 2px 0 5px rgba(255, 255, 255, 0.202);
}
.mobile-resp-menu-left-sidebar a,
.mobile-resp-menu-left-sidebar li a svg {
  color: #e7e9ea;
  fill: #e7e9ea;
}
.mobile-resp-menu-left-sidebar > article h3{
  color: #71767b;
  font-weight: 400;
}
.mobile-resp-menu-left-sidebar > article h3 b{
  color: #e7e9ea;
  font-weight: 600;
}
.status-empty-post-target h5{
  color: #e7e9ea;
}
.status-empty-post-target span{
  color: #71767b;
}
.main-vipub-screenline{
  border-left: 2px solid #2F3336;
  border-right: 1px solid #2F3336;
}
#new-compose-post-modal{
  background-color: #202327;
  color: #e7e9ea;
}
#new-compose-post-modal:hover{
  background-color: #1C9BEE;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container input{
  background-color: #202327;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container input:focus{
  outline: 1px solid #1da1f1;
  background-color: #080808;
  color: #e7e9ea;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container svg,
.trending-content-carding a span svg{
  fill: #71767b;
}
.sidebar-grid-content{
  border: 1px solid #2F3336;
}
.sidebar-grid-content .title-content-rsbr h5,
.trending-content-carding a h5{
  color: #e7e9ea;
}
.trending-content-carding:hover{
  background-color: #080808;
}
.adsHashText,
.sidebar-bottom-footer a{
  color: #71767b;
}
.trending-content-carding a p,
.trending-content-carding a span{
  color: #71767b;
}
@media only screen and (max-width: 767px) {
  .modalRepostContent{
    background-color: #000 !important;
  }
}
.radio-container{
  border-bottom: 1px solid #2F3336;
}
.radio-container > label{
  color: #e7e9ea;
}
.content_form_required > .content_modal_body_main textarea,
.modal-header-title h5, .btn-close-reply, .replyContentDisplay, .replyContentDisplay span, .maximum-character-count{
  color: #e7e9ea !important;
}
.replyContentDisplay{
  border-left: 2px solid #333639;
}
html[dir="rtl"] .replyContentDisplay{
  border-left: none;
  border-right: 2px solid #333639;
}
.status-page-reply-to-reply > .original-post-details{
  border-left: 2px solid #333639 !important;
}
.no-tag-emptyx{
  color: #e7e9ea;
}
.active-tab-link{
  background-color: #202327;
  color: #e7e9ea !important;
}
.ads-selection-settings{
  background-color: #15202B;
  border: 1px solid #333639;
}
.ads-selection-settings > .listing-ads-settings li,
.ads-selection-settings > .listing-ads-settings li i{
  color: #e7e9ea;
}
.ads-selection-settings > .listing-ads-settings li:hover{
  background-color: #1da0f114;
}
.advert-header-box-title{
  border-top: 1px solid #333639;
  border-bottom: 1px solid #333639;
}
.advert-header-box-title > a{
  color: #71767b;
}
.advert-header-box-title > a:hover{
  background-color: #202327;
  color: #e7e9ea;
}
.post-on-share-content li > span,
.post-on-share-content li > span i{
  color: #e7e9ea !important;
}