@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(185, 202, 211) rgb(247, 249, 249) !important;
}
body{
    width: 100%;
    min-height: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #0f1419;
    background: #fff !important;
    scrollbar-color: rgb(185, 202, 211) rgb(247, 249, 249) !important;
    -webkit-overflow-scrolling: touch;
}
svg, i{
  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;
    min-width: 100px;
}
  .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;
  }
  .original-post-selection-check span:hover svg {
    background-color: #E4EEF7 !important;
    fill: #1C9BEF !important;
  }
  .original-post-selection-check span:nth-of-type(2):hover svg {
    background-color: #E3F1EA !important;
    fill: #00BA7C !important;
  }
  .original-post-selection-check span:nth-of-type(3):hover svg {
    background-color: #F8E3EB !important;
    fill: #F9197E !important;
  }
  .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;
  }
  .swal2-backdrop-show{
    z-index: 9999999 !important;
  }

  .swal2-title{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    color: #0f1419 !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: #536471;
    cursor: default !important;

  }
  .swal2-confirm{
    background-color: #0F141A !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: #0f1419c1 !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 #EFF3F4 !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;
}
.site-header-box, .mobile-top-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
.main-vipub-screenline > .site-header-box h5{
  color: #0f1419 !important;
}
.main-vipub-screenline > .site-header-box h5 svg{
  color: #000 !important;
  fill: #000 !important;
}
.changeForYouTimeline{
  background-color: #fff !important;
  border-bottom: 1px solid #EFF3F4;
}
.changeForYouTimeline span{
  color: #536471 !important;
}
.changeForYouTimeline span:hover{
  background-color: #E7E7E8 !important;
}
.changeForYouTimeline .timelineActive{
  color: #0f1419 !important;
  border-bottom: 3px solid #1da1f1 !important;
}
.no-post-yet-timeline > .no-post-yet h5{
  color: #0f1419 !important;
}
#postAreaContainer {
  color: #0f1419 !important;
  background-color: #fff !important;
}
.share-to-post-homepage{
  border-bottom: 1px solid #EFF3F4;
}
.userInfoAndPostsCard{
  border-bottom: 1px solid #EFF3F4;
}
.background-circle {
  stroke: #EFF3F4 !important; 
}
.text {
  color: #0f1419 !important;
}
.main-left-sidebar{
  background-color: #fff !important;
}
.main-left-sidebar > .main-sidebar-menu a,
.main-sidebar-menu a {
  color: #0f1419 !important;
}
.main-left-sidebar > .main-sidebar-menu a:hover {
  transition-duration: 0.2s !important;
  background: #d9d9d954 !important;
}
.sidebarBottomUserInfo > .userInfoBottom a h5 b{
  color: #0f1419 !important;
}
.sidebarBottomUserInfo > .userInfoBottom a h5 small{
  color: #536371 !important;
}
.donateForUserContainer {
  border-bottom: 1px solid #EFF3F4 !important;
  background-color: #fff !important;
}
.donateForUserContainer > .donateCardingUserInfo {
  border: 1px solid #EFF3F4 !important;
}
.donateForUserContainer > .donateCardingUserInfo span{
  color: #0f1419 !important;
}
.donateForUserContainer > .donateCardingUserInfo > input{
  color: #0f1419 !important;
  background-color: #EFF3F4 !important;
}
.donateForUserContainer > .donateCardingUserInfo > input:focus{
  border-color: #EFF3F4 !important;
  background-color: #fff !important;
}
.gif-dropdown {
  background: #fff !important;
  border-bottom: 1px solid #EFF3F4 !important;
}
.gif-dropdown > .searchGifCard > span i{
  color: #0f1419 !important;
}
.gif-dropdown > .searchGifCard > span i:hover{
  background-color: #0f141914 !important;
  color: #0f1419 !important;
}
.gif-dropdown > .searchGifCard > input{
  border: 1px solid #EFF3F4 !important;
  background-color: #fff !important;
  color: #0f1419 !important;
}
.gif-item {
  border: 1px solid #EFF3F4 !important;
}
#viewPreviewGifSelect{
  border-bottom: 1px solid #EFF3F4 !important;
}
.vipup-post-publication{
  border-bottom: 1px solid #EFF3F4 !important;
  border-right: 1px solid #EFF3F4 !important;
  background-color: #fff !important;
}
.vipup-post-publication:hover{
  transition-duration: 0.3s !important;
  background-color: #F7F7F7 !important;
}
.post-original-user-title-info a h5{
  color: #0f1419 !important;
}
.post-original-user-title-info a h5 b{
  color: #536471 !important;
}
.post-original-user-title-info span{
  color: #536371 !important;
}
.original-post-details > .post-paragraphe p,
.original-post-details > .post-paragraphe span{
  color: #0f1419 !important;
  background-color: transparent !important;
}
.original-post-selection-check span {
  color: #535353 !important;
}
.original-post-selection-check span i {
  color: #535353;
}
.userInfoAndPostsCard a img{
  border: 1px solid #EFF3F4 !important;
}
.repost-post-quateContent{
  border: 1px solid #CFD9DD !important;
  background-color: #fff !important;
}
.repost-post-quateContent:hover{
  transition-duration: 0.2s;
  background-color: #EFEFEF !important;
  cursor: pointer !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostUserInfo h5{
  color: #0f1419 !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostContentDiv p{
  color: #0f1419 !important;
}
.repost-post-quateContent > a .repostContentTimeline > .repostUserInfo span{
  color: #536471 !important;
}
.dropdown ul {
  background-color: #fff !important;
  border: 1px solid #EFF3F4 !important;
  box-shadow: 0px 0px 10px 0px #28313a22 !important;
}
.dropdown li a,
.dropdown button {
color: #0f1419 !important;
}
.dropdown li a:hover {
  transition-duration: 0.2s !important;
  background-color: #F2F2F2 !important;
}
.dropdown li a i,
.dropdown ul button i{
  color: #0f1419 !important;
}
#imagePreviews img{
  border: 1px solid #EFF3F4 !important;
}
#check-notifs{
  border: 2px solid #fff !important;
}
#check-message{
  border: 2px solid #fff !important;
}
.sidebar-footer-content a{
  color: #737373 !important;
}
#iconLockProfile{
  fill: #0f1419 !important;
}
.post-paragraphe p iframe{
  border: 1px solid #EFF3F4 !important;
}
.status-post-content iframe,
.post-paragraphe iframe{
    width: 100% !important;
    height: 280px !important;
    border-radius: 12px !important;
    border: 1px solid #EFF3F4 !important;
}
.liked, .adsLiked{
  fill: #F9197F !important;
}
.post-unrepost-icon{
  fill: #00ba7c !important;
}
.status-post-container-name > .status-post-value-select span i{
  color: #536371;
}
.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 #EFF3F4;
  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;
}
.donateForUserContainer > .donateCardingUserInfo span{
  color: #0f1419 !important;
}
.donateCancelBtn{
  background-color: #EFF3F4 !important;
}
.quateCardingUserInfo{
  width: 100%;
  border-bottom: 1px solid #EFF3F4;
  margin-top: 20px;
  display: none;
}
.quateCardingUserInfo > .quateCardingForm{
  border: 1px solid #EFF3F4;
  margin-bottom: 20px;
  border-radius: 16px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 18px;
}
.quateCardingUserInfo > .quateCardingForm > .form-floating input{
  margin-bottom: -5px;
  color: #0f1419;
  border-radius: 2px !important;
}
.form-floatingCommonBtn{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #f4212e;
  padding: 10px;
  text-align: center;
  border-radius: 999px;
  cursor: pointer;
  transition-duration: 0.3s;
  border: 1px solid #EFF3F4;
  user-select: none;
}
.form-floatingCommonBtn:hover{
  background-color: #FFEAEA;
  border: 1px solid transparent;
}
.quateContainerForm{
  margin-top: 25px;
  margin-bottom: 5px;
}
.quate-rate-btn{
  background-color: transparent;
  border: 1px solid #1C9BEF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #1C9BEF;
  cursor: pointer;
  transition-duration: 0.2s;
  padding: 7px 15px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 999px;
  margin-bottom: 7px;
  user-select: none;
  &:hover{
    background-color: #1c9bef12;
  }
}
.quateContentCardingFlex{
  width: 100%;
  display: flex;
  justify-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.quateContentCardingFlex > span{
  border-left: 5px solid #CFD9DD;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  color: #0f1419 !important;
}
.quateContentCardingFlex > span > b{
  margin-left: 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #0f1419 !important;
  text-decoration: none !important;
}
.quateContentCardingFlex span > small{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #0f1419 !important;
  text-decoration: none !important;
}
.repostQuateCard{
  padding: 15px;
  padding-bottom: 7px;
  margin-top: -0px;
  margin-bottom: -0px;
  border-radius: 0px 0px 14px 14px;
  background-color: #fff;
}
.voteSmallTotalCount{
  color: #536471 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  margin-top: 7px !important;
}
.strongTotalView{
  color: #0f1419 !important;
}
.post-on-share-content{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #28313a22 !important;
}
.post-on-share-content button{
  color: #f4212e;
}
.post-on-share-content button i{
  color: #f4212e;
}
.post-on-share-content li:hover{
  transition-duration: 0.2s;
  background-color: #F7F7F7;
}
.container{
  width: 100% !important;
  display: flex !important;
}
.totalDaysQuate{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DEE2E6;
}
.totalDaysQuate small{
  color: #0f1419;
}
#messageSeenStatus{
  color: #B3B3B3;
}
#messageSeenStatusActive{
  color: #27AAE3;
}
.moreModulesContent{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #28313a22 !important;
}
.contentModulesListing a,
.contentModulesListing a i{
  color: #0f1419;
}
.contentModulesListing a:hover{
  transition-duration: 0.2s;
  background-color: #F2F2F2;
}
.contentModulesListing a small{
  color: green;
}
.contentModulesContainer .titleModulesContent h5{
  color: #fff;
}
.contentModulesContainer .titleModulesContent span{
  color: #fff;
}
.listForeModulesContent a{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #28313a41 !important;
}
.listForeModulesContent a:hover{
  opacity: .85;
  transition-duration: 0.2s;
}
.listForeModulesContent a h6{
  color: #0f1419;
}
.listForeModulesContent a p{
  color: #737373;
}
.activeModulesSplash{
  border: 2px solid #1C9BEE;
}
.switchUserInfo{
  background-color: transparent !important;
  cursor: pointer;
}
.switchUserInfo > h5{
  color: #0f1419 !important;
}
.switchUserInfo > h5 small{
  color: #536471;
}
.switchUserInfo img{
  border: 1px solid #EFF3F4;
}
.user-notitications-container{
  border-right: 1px solid #EFF3F4;
}
.greetalertContainer{
  background-color: #fff;
  border-bottom: 1px solid #EFF3F4;
}
.greetalertContainer > .greetalert-dissmible h2,
.not-reels-container .reelsEmptyContainer h5{
  color: #0f1419;
}
.greetalertContainer > .greetalert-dissmible h2 p,
.not-reels-container .reelsEmptyContainer p{
  color: #536471;
}
.vp-stories-container {
  border-bottom: 1px solid #EFF3F4;
}
.vp-stories-container > .swiper-container .story img {
  background-color: #EFF3F4;
  border: 1px solid #EFF3F4;
}
.story span {
  color: #0f1419;
}
.story span strong{
  color: #1C9BED;
  background-color: #fff;
}
.dontSeeReelsView{
  border: 1.5px solid #1C9BEE !important;
}
.vp-viewcontent-for-reels{
  border-right: 1px solid #EFF3F4;
}
.vp-viewcontent-for-reels > .listing-reels-container > .reels-view-cont-container{
  border: 1px solid #EFF3F4;
  background-color: #EFF3F4;
}
.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: #cbd4d6;
}
.og-meta-container > .og-top-info-detail img{
  border: 1px solid #EFF3F4; 
  background-color: #fff !important;
}
.og-meta-container > small{
  color: #536471 !important;
}
.status-post-container-name > .status-post-content p,
.status-post-container-name > .status-post-content p span{
  color: #0f1419 !important;
  background-color: transparent !important;
}
.status-post-translate-text{
  border: 1px solid #EFF3F4 !important;
  color: #0f1419 !important;
}
.just-empty-archur-profile-text h5{
  color: #0f1419;
}
.just-empty-archur-profile-text span{
  color: #536471;
}
.user-social-links-or-account > a{
  background-color: #0f1419 !important;
  color: #fff !important;
}
.user-social-links-or-account > a:hover{
  background-color: #4d5762 !important;
}
.access-applications-for-me{
  background-color: #F6F9F9;
}
.access-applications-for-me > .project-app-container{
  background-color: #fff;
  box-shadow: 0 0 10px 0 #0000000c;
}
.access-applications-for-me small{
  color: #536471;
}
.access-applications-for-me > .project-app-container{
  background-color: #fff;
  box-shadow: 0 0 10px 0 #0000000c; 
}
.app-name-content{
  color: #0f1419;
}
.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: #EAF9FF;
}
.access-applications-for-me > .project-app-container small{
  background-color: #C1F1DC;
  color: #004329;
}
.acceptForWebsiteInfo > blockquote h5{
  color: #0f1419;
}
.acceptForWebsiteInfo > blockquote h5 p{
  color: #536471;
}
.acceptForWebsiteInfo > .acceptForAppSelection > span{
  border-bottom: 1px solid #EFF3F4;
  color: #536471;
}
.acceptForWebsiteInfo > .acceptForAppSelection h6{
  color: #0f1419;
}
.acceptForWebsiteInfo > .acceptForAppSelection h3{
  color: #0f1419;
  border-bottom: 1px solid #EFF3F4;
}
.acceptForWebsiteInfo > .acceptForAppSelection small{
  color: #f4212e;
}
.acceptForWebsiteInfo > .acceptForAppSelection small:hover{
  background-color: #FFEAEA;
}
.tokensSpan{
  color: #829aab;
}
.newApiAppContent{
  background-color: #fff !important;
  box-shadow: 0px 0px 10px 0px #28313a14 !important;
}
.newApiAppContent > span{
  color: #0f1419 !important;
}
.delete-or-hiddenRepostContent{
  border: 1px solid #CFD9DD !important;
  background-color: #fff !important;
}
.delete-or-hiddenRepostContent > .titleDeleteHiddenContent{
  background-color: #F7F7F7 !important;
}
.delete-or-hiddenRepostContent > .titleDeleteHiddenContent > h5{
  color: #0f1419 !important;
}
.delete-or-hiddenRepostContent > .deleteOrHiddenContentEmpty p{
  color: #536471 !important;
}
.RepostPreviewlinkedAccount{
  border: .5px solid #CFD9DD;
}
.quateRepostPreviewContent > .topPreviewQuate > h5 > b{
  color: #536471;
}
.quateRepostPreviewContent > .topPreviewQuate > h5{
  color: #0f1419;
}
.delete-or-hiddenRepostContent > .deleteOrHiddenContentEmpty p{
  color: #0f1419;
}
.quateRepostPreviewContent{
  border: 1px solid #CFD9DD;
  background-color: #fff;
}
.mobile-top-menu a i{
  color: #0f1419 !important;
}
.modal-footer{
  border: 1px solid transparent !important;
}
.notifications-user-listing-active{
  border-bottom: 1px solid #EFF3F4;
}
.notifications-user-listing-active:hover{
  background-color: #FAFAFA;
}
.notifications-user-listing-active > h5,
.notifs-date-on-list{
  color: #0f1419 !important;
}
.notifications-user-listing-active > span{
  color: #536471;
}
.notifications-user-listing-active p{
  color: #536471;
  border: 1px solid #EFF3F4;
  background-color: #fff;
}
.htag-list-look > .htag-list-target button{
  background-color: #0f1419 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 15px !important;
}
#changePublicNotifs{
  fill: #0f1419 !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: #0f1419 !important;
}
#Google2FASet > .checkForContent p{
  color: #536371 !important;
}
.formSaveCode{
  border: 1px solid #EFF3F4 !important;
}
.sponsored-boost-post,
.sponsored-boost-post svg{
  color: #536471;
  fill: #536471;
}
.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: #fff;
}
.backdrop-filter-or-black-ads > .ads-for-information > span > svg{
  fill: #fff;
}
.profile-header-box-cxls01 small{
  color: #536371 !important;
}
.user-general-profile-button-selection #edit-my-profile-btn{
  color: #0f1419 !important;
  border: 1px solid #CFD9DC !important;
  background-color: transparent !important;
  &:hover{
    background-color: #E7E7E8 !important;
  }
}
.custom-radio-group > .theme-option {
  border: 2px solid #CFD9DD;

}
.graph-options-background-display h3{
  color: #0f1419;
}
.custom-radio-group > input[type="radio"]:checked + .theme-option {
  border-color: #1C9BEF !important;
}
.users-clx021-subscribe-profile{
  background-color: #fff;
  box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
}
.users-clx021-subscribe-profile > .subscribe-title-header-box{
  background: rgba(255, 255, 255, 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: #000;
    &:hover{
      background-color: #E7E7E8;
  }
}
.users-clx021-subscribe-profile > .subscribe-title-header-box > .right-plan-for-subsc-pay span{
  background-color: #0f1419;
  color: #fff;
    &:hover{
      background-color: #3F4347;
  }
}
.users-clx021-subscribe-profile{
  background-color: #fff;
}
.subscribe-profile-account-xl10s > .subsc-dynamic-texting-clx04xa h1,
.subscribe-profile-account-xl10s > .subsc-dynamic-texting-clx04xa span{
  color: #fff;
}
.subscriptions-info-wrapper > .carding-subs-info-card h3,
.user-card-my-subs h3
{
  color: #0f1419;
}
.subscriptions-info-wrapper > .carding-subs-info-card span,
.user-card-my-subs > h4,
.subs-month-pay-just-now span{
  color: #536471;
}
.my-user-carding-subscriptions-layer{
  box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
}
.user-subs-message-private article{
background-color: #fff;
color: #0f1419;
}
#with_replies_check,
#with_replies_check svg,
#with_replies_check i{
  color: #536471 !important;
  fill: #536471 !important;
  cursor: default;
}
#private_subs_content,
#private_subs_content svg{
  color: #C835CC !important;
  fill: #C835CC !important;
  cursor: default;
}
.userSubscriptionsIcon{
  fill:  #C835CC !important;
}
.subs-content-empty p{
  color: #0f1419 !important;
}
.alert-subs-empty-info p{
  color: #0f1419 !important;
}
.get-message-my-list{
  border-right: 1px solid #EFF3F4;
}
.main-left-sidebar > .main-sidebar-menu a svg,
.mobile-top-menu a svg{
  fill: #0f1419;
}
.notifications-user-listing-active > article small{
  color: #536471;
}
.notifications-user-listing-active > article > blockquote span{
  color: #0f1419;
}
.original-post-selection-check span svg:hover {
  background-color: #E7EFF7;
  fill: #1C9BEF;
}

.original-post-selection-check span svg:nth-of-type(2):hover {
  background-color: #F9E4EC;
  fill: #F9197E;
}

.original-post-selection-check span svg:nth-of-type(3):hover {
  background-color: #E6F1EB;
  fill: #00BA7C;
}
.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: #0f1419;
}

.report-option p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #536471;
  margin-top: 6px;
}
.swal2-validation-message{
  font-size: 13px !important;
}
#reportContentDetails__Card{
  border-top: 1px solid #EFF3F4;
}
#reportContentDetails__Card > .reported-content-details-platform-info > h3,
#reportContentDetails__Card > .reported-content-details-platform-info > h5{
  color: #0f1419;
}
#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: #536471;
}
.modal-content{
  border: none !important;
  z-index: 99999999999;
}
.openedRepostDropdownContent{
  background-color: #fff;
  box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
}
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn,
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn span{
  color: #0f1419 !important;
}
.openedRepostDropdownContent > .contentRepostSelect vipubRepostBtn:hover{
  background-color: #F7F7F7;
}
.openedRepostDropdownContent > .contentRepostSelect > vipubRepostBtn > svg{
  fill: #0f1419;
}
.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: #EFF3F4;
}
.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{
  color: #0f1419;
}
.selection-for-buy-premium > .premium-package-selection-flex > .premium-for-package > .premium-package-details span svg{
  fill: #0f1419;
}
.selection-for-buy-premium > .web-premium-info-carding form p{
  border: 1px solid #829AAB;
  color: #37434d;
}
.paymentTableOnly {
  border-top: 1px solid transparent !important;
}
.premium-speed-features-click > .features-listing-on-premium,
.subs-form-getion{
  background-color: #F6F9F9 !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li{
  border-bottom: 1px solid #E5EAEC;
}
.premium-speed-features-click > .features-listing-on-premium ul li:hover{
  background-color: #EBF5FE;
}
.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, .premium-speed-features-click > .features-listing-on-premium ul li{
  color: #0f1419;
}
.premium-speed-features-click > .features-listing-on-premium ul li .coming-soon-features{
  background-color: rgb(255, 237, 219);
  color: rgb(105, 33, 0);
}
.subs-form-getion > input{
  color: #0f1419;
  background-color: #fff;
}
.status-empty-post-target h5{
  color: #0f1419 !important;
}
.status-empty-post-target span{
  color: #737373;
}
.mobile-left-page-menu a h5 svg{
  fill: #0f1419 !important;
}
.alert-verified-account-info-data{
  background-color: #EAF9FF;
}
.alert-verified-account-info-data > h5{
  color: #0f1419;
}
.alert-verified-account-info-data > a{
  color: #0f1419;
  text-decoration: none !important; 
  border-bottom: 1px solid #0f1419;
  padding-bottom: 0px;
  font-weight: 600 !important;

}
.alert-verified-account-info-data > a:hover{
  border-bottom: 2px solid #0f1419;
}
.select-vipub-emojies span{
  color: #0f1419 !important;
}
.vp-postdetails-content-lightbox{
  background-color: #fff;
}
.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 #EFF3F4 !important;
  border-bottom: 1px solid #EFF3F4 !important;
  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: #0f1419;
}
.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: #536471;
}
.vp-postdetails-content-lightbox > .vp-lightbox-user-info #vp-lightbox-more-dropdown:hover{
  background-color: #E5F2FD;
  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: #F7F7F7;
  cursor: pointer;
}
.vp-lightbox-list-comments-selection-span span:hover i{
  color: #1C9BEF;
  background-color: #EBF5FE;
}
.vp-postdetails-original-lightbox-bottom > small i:hover{
  color: #1C9BEF;
  background-color: #EBF5FE;
  cursor: pointer;
}
.subscriptions-all-users-listing-premium article h3,
.subscriptions-all-users-listing-premium p{
  color: #0f1419 !important;
}
.subscriptions-all-users-listing-premium article h3 span, .subscriptions-all-users-listing-premium article .date-subs-joined{
  color: #536471 !important;
}
.subscriptions-all-users-listing-premium form button{
  color: #F4212D;
}
.subscriptions-all-users-listing-premium form button:hover{
  background-color: #FFEAEA;
}
.privateProfileLocked h3{
  color: #0f1419 !important;
}
.privateProfileLocked span{
  color: #536471 !important;
}
.premium-speed-features-click > .features-listing-on-premium ul li:last-child{
  border-bottom: 1px solid transparent !important;
}
.premium-stats-card, .other-stats-for-account-flexing > .carding-statics-boxliner{
  background-color: #F7F8F8;
}
.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: #0f1419 !important;
}
.static-wrapper-container > .title-static-wrapper > .left-title-carding select{
  border: 1px solid #CED8DD;
}
.premium-stats-card > .flex-account-details-title select{
  border: 1px solid #CED8DD;
  border-left: 7px solid #1E9CF0 !important;
}
.info-statics-page-bottom p{
  color: #536471 !important;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3498db;
}
.right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing .cs0x1m{
  color: #1d9bf0;
}
.right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing .cs0x1m:hover{
  background-color: #F7F7F7;
}
.htag-list-look > .htag-list-target a span svg{
  fill: #536371 !important;
}
.sponsored-user-container-vertical > .explore-container-title h1, .user-carding-screen-info h3, .user-carding-screen-info p, .message-chat-user-top-info-profile span{
  color: #0f1419;
}
.user-carding-screen-info span{
  color: #536471;
}
.sponsored-user-container-vertical{
  border-top: 1px solid #EFF3F4;
  border-right: 1px solid #EFF3F4;
}
.sponsored-user-container-vertical > .user-sponsored-content-card{
  border-bottom: 1px solid #EFF3F4;
}
.sponsored-user-container-vertical > .user-sponsored-content-card:hover{
  background-color: #EFF3F4;
}
.settings-page-content-user-menu{
  border-right: 1px solid #EFF3F4;
}

.alert-temporary-ban{
  color: #536471;
}
.alert-temporary-ban h3{
  color: #0f1419;
}
.switch-account-info-text{
  color: #536471;
}
#addnew-switchaccount{
  border: 1px solid #EFF3F4;
}
.mobile-resp-menu-left-sidebar{
  background-color: #fff !important;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.097) !important;
}
.mobile-resp-menu-left-sidebar a {
  color: #0f1419;
}
.mobile-resp-menu-left-sidebar > article h3{
  color: #536471;
  font-weight: 400;
}
.mobile-resp-menu-left-sidebar > article h3 b{
  color: #0f1419;
  font-weight: 600;
}
.main-vipub-screenline{
  border-left: 2px solid #EFF3F4;
  border-right: 1px solid #EFF3F4;
}
.getprofile-user-info{
  border-right: none !important;
}
.status-post-container-name{
  border-right: none !important;
}
.advert-header-box-title{
  border-top: 1px solid #EFF3F4;
  border-bottom: 1px solid #EFF3F4;
}
.advert-header-box-title > a{
  color: #536471;
}
.advert-header-box-title > a:hover{
  background-color: #E7E7E8;
  color: #0f1419;
}
.advert-header-box-title a.active-ads-menu {
  background-color: #E7E7E8;
  color: #0f1419;
}
#new-compose-post-modal{
  background-color: #0F141A;
  color: #fff;
}
#new-compose-post-modal:hover{
  background-color: #272C30;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container input{
  background-color: #EFF3F4;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container input:focus{
  outline: 1px solid #1da1f1;
  background-color: #fff;
  color: #0f1419;
}
.right-sidebar-wrapper .right-sidebar-contentWrapper > .search-container svg,
.trending-content-carding a span svg{
  fill: #536371;
}
.sidebar-grid-content{
  border: 1px solid #EFF3F4;
}
.sidebar-grid-content .title-content-rsbr h5,
.trending-content-carding a h5{
  color: #0f1419;
}
.trending-content-carding:hover{
  background-color: #F7F7F7;
}
.adsHashText,
.sidebar-bottom-footer a{
  color: #536471 !important;
}
.active-tab-link{
  background-color: #E7E7E8;
  color: #0f1419 !important;
}
.trending-content-carding a p,
.trending-content-carding a span{
  color: #536471;
}
.notifs-permission-browser h3{
  color: #0f1419;
}
.notifs-permission-browser p{
  color: #536471;
}
.radio-container{
  border-bottom: 1px solid #EFF3F4;
}
.radio-container > label{
  color: #0f1419;
}
.content_form_required > .content_modal_body_main textarea,
.modal-header-title h5, .btn-close-reply, .replyContentDisplay, .replyContentDisplay span, .maximum-character-count{
  color: #0f1419 !important;
}
.replyContentDisplay{
  border-left: 2px solid #CFD9DD;
}
html[dir="rtl"] .replyContentDisplay{
  border-left: none;
  border-right: 2px solid #CFD9DD;
}
.status-page-reply-to-reply > .original-post-details{
  border-left: 2px solid #CFD9DD !important;
}
.ads-selection-settings{
  background-color: #fff;
  border: 1px solid #EFF3F4;
}
.ads-selection-settings > .listing-ads-settings li,
.ads-selection-settings > .listing-ads-settings li i{
  color: #0f1419;
}
.ads-selection-settings > .listing-ads-settings li:hover{
  background-color: #1da0f114;
}
.no-tag-emptyx{
  color: #0f1419;
}
.post-on-share-content li > span,
.post-on-share-content li > span i{
  color: #0f1419 !important;
}