@import url("welcome.css");
@import url("mobile/white-responsive.css");
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body{
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff !important;
}

ul{
    list-style: none;
    list-style-type: none;
}
li{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-decoration: none !important;
}
p{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
a{
    color: #00376b;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.form-select{
    background: transparent !important;
    color: #0f1419 !important;
    border: 2px solid #DEE2E6;
}
.form-control:active,
.form-control::before,
.form-control:focus,
.form-control::after,
.form-select:active,
.form-select::before,
.form-select:focus,
.form-select::after{
    box-shadow: none;
    border: 2px solid #1da1f2;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    color: #000;
}
.form-floating{
    position: relative;
    margin-bottom: 15px !important;
}
.post-unlike-icon{
    fill: #F9197F !important;
}
.post-unrepost-icon{
    fill: #00ba7c !important;
}

/* Desktop computers */
@media (min-width: 1200px) {
    .page-active{
        font-weight: 700 !important;
    }
    .main-left-sidebar{
        position: fixed;
        width: 275px;
        min-height: 100vh;
        padding: 15px;
        border-right: 1px solid #DBDBDB;
    }
    .main-left-sidebar > .main-site-logo{
        text-decoration: none !important;
        margin-bottom: 12px;
        margin-top: 0px;
        user-select: none;
    }
    .main-left-sidebar > .main-site-logo img{
        width: auto;
        height: 40px;
        cursor: pointer;
    }
    .main-left-sidebar > .main-sidebar-menu{
        position: relative;
    }
    .message-page-left-sidebar{
        width: 70px;
    }
    .message-page-sidebarMore-menu{
        width: 38px !important;
    }
    .main-left-sidebar > .main-sidebar-menu a{
        text-decoration: none;
        align-items: center;
        justify-items: center;
        display: flex;
        font-size: 19px;
        font-weight: 400;
        line-height: 20px;
        padding: 12px 8px;
        border-radius: 9px;
        color: #000;
        margin-bottom: 17px;
    }
    .main-left-sidebar > .main-sidebar-menu a img{
        width: 23px;
        height: 23px;
        border-radius: 50%;
        margin-right: 17px;
    }
    .main-left-sidebar > .main-sidebar-menu a:hover{
        transition-duration: 0.2s;
        background: #d9d9d954;
    }
    .main-left-sidebar > .main-sidebar-menu a i{
        font-size: 22px;
        margin-right: 17px;
    }
    .main-left-sidebar > .main-sidebar-menu-fixed-bottom{
        position: fixed;
        bottom: 0px;
        width: 245px;
    }
    .main-left-sidebar > .main-sidebar-menu-fixed-bottom a{
        text-decoration: none;
        align-items: center;
        justify-items: center;
        display: flex;
        font-size: 19px;
        font-weight: 400;
        line-height: 20px;
        padding: 12px 8px;
        border-radius: 9px;
        color: #000;
        margin-bottom: 17px;
    }
    .main-left-sidebar > .main-sidebar-menu-fixed-bottom a:hover{
        transition-duration: 0.2s;
        background: #d9d9d954;
    }
    .main-left-sidebar > .main-sidebar-menu-fixed-bottom a i{
        font-size: 22px;
        margin-right: 17px;
    }
    #check-notifs{
        position: absolute;
        font-size: 10px;
        font-weight: 400;
        background: #FF2F40;
        color: #fff;
        width: 20px;
        height: 20px;
        left: 20px;
        text-align: center;
        border-radius: 50px;
        margin-top: -17px;
    }
    #check-message{
        position: absolute;
        font-size: 10px;
        font-weight: 400;
        background: #FF2F40;
        color: #fff;
        width: 20px;
        height: 20px;
        left: 20px;
        text-align: center;
        border-radius: 50px;
        margin-top: -17px;
    }
    
    .main-left-sidebar > .sidebar-more-menu{
        position: fixed;
        background-color: #fff;
        padding: 12px 10px -0px;
        width: 290px;
        border-radius: 13px;
        z-index: 9999;
        bottom: 78px;
        box-shadow: 0px 0px 20px 0px #0f14192b;
    }
    .main-left-sidebar > .sidebar-more-menu a{
        text-decoration: none;
        align-items: center;
        justify-items: center;
        display: flex;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 12px 8px;
        border-radius: 9px;
        color: #000;
        margin-bottom: 10px;
    }
    .main-left-sidebar > .sidebar-more-menu a:hover{
        transition-duration: 0.2s;
        background: #d9d9d954;
    }
    .main-left-sidebar > .sidebar-more-menu i{
        font-size: 18px;
        margin-right: 17px;
    } 
    .main-left-sidebar > .sidebar-more-menu a span{
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        padding: 0.1px 10px;
        background: green;
        margin-left: 10px;
        border-radius: 15px 5px 5px 4px;
        text-align: center;
        align-items: center;
        color: #fff;
    }
    .main-vipub-screenline{
        position: relative;
        min-height: 100vh;
        margin-bottom: 70px;
    }
    .site-header-box-profile-page{
        display:none;
    }
    .site-header-box{
        width: 470px;
        position: sticky;
        padding: 13px;
        margin-bottom: 10px;
        background: #fff;
        top: 0;
        z-index: 600;
        margin: 0 auto;
    }
    .first-message-title{
        width: 397px;
        position: sticky;
        padding: 13px;
        margin-bottom: 10px;
        background: #fff;
        top: 0;
        z-index: 600;
        margin-left: -260px;
    }
    .first-message-title h5 span{
        position: absolute;
        right: 50px;
        top: -25px;
        cursor: default;
    }
    .first-message-title h5 span i{
        font-size: 22px;
        color: #000;
    }
    .first-message-title h5 small svg{
        width: 18px !important;
        height: 18px !important;
        margin-left: 3px !important;
    }
    .site-header-box input{
        width: 100%;
        border-radius: 4px;
        outline:none;
        border: 1px solid #DBDBDB;
        background-color: #fff;
        color: #737373;
        padding: 14px 50px;
        margin-top: 10px;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .site-header-box i{
        font-size: 20px;
        position:absolute;
        color: #737373;
        margin-left: 20px;
        margin-top: 25px;
    }
    .site-header-box input:active,
    .site-header-box input:focus{
        border: 1px solid #1da1f2;
        background: #fff;
    }
    .main-vipub-screenline > .site-header-box h5{
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        position: relative;
        top: 5px;
        align-items: center;
        display: flex;
    }
    .main-vipub-screenline > .site-header-box h5 svg{
        width: 24px;
        height: 24px;
        color: #737373;
        fill: #737373;
        margin-right: 10px;
        cursor: pointer;
    }
    .main-vipub-screenline > .site-header-box h5 .uname-top-profile{
        width: 22px;
        height: 22px;
        color: #1C9BEF;
        fill: #1da1f1;
        margin-left: 2px;
        cursor: pointer;
    }
    .main-vipub-screenline > .site-header-box h5 svg:hover{
        transition-duration: 0.2s;
        color: #1da1f2;
        fill: #1da1f2;
    }
    .site-header-box > .search-header-menu{
        position: relative;
        display: flex;
        align-items:center;
        justify-items:center;
        justify-content:center;
        border-top: 1px solid #DBDBDB;
        margin-bottom: -20px;
    }
    .site-header-box > .search-header-menu a{
        text-decoration: none;
        color: #737373;
        display:flex;
        align-items:center;
        border-top: 3px solid transparent;
        margin: 0 auto;
        padding: 10px;
    }
    .site-header-box > .search-header-menu a h6{
        text-transform: uppercase;
        letter-spacing: 2.1px;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        align-items:center;
        justify-items:center;
        border-top: 3px solid transparent;
    }
    .site-header-box > .search-header-menu a:hover{
        border-top: 3px solid #000;
    }
    .search-active{
        border-top: 3px solid #1da1f1 !important;
        color: #000 !important;
    }
    #createFormContainer{
        display: none;
        box-shadow: 0px 0px 20px 0px #0f14191a;
        position: relative;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 30px;
        margin-top: 5px;
    }
    .homepage-new-post{
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .homepage-new-post a img{
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    .homepage-new-post textarea{
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
        color: #000;
        width: 100%;
        border: none;
        outline: none;
        box-sizing: border-box;
        background: #fff;
        padding: 13px 15px;
        resize: none;
        height: 55px;
        max-height: 500px;
    }
    .homepage-new-post textarea::placeholder{
        font-size: 22px;
    }
    
    .homepage-new-post span{
        position: absolute;
        right: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #000;
        top: -5px;
    }
    .share-post-selection{
        display: flex;
        margin-bottom: 2px;
        margin-left: 70px;
    }
    .share-post-selection label{
        position: relative;
        cursor: pointer;
        margin-right: 7px;
    }
    .share-post-selection span{
        position: relative;
        cursor: pointer;
        margin-right: 15px;
    }
    .share-post-selection span i{
        font-size: 21px;
        color: #1da1f1;
    }
    .share-post-selection span i:hover{
        transition-duration: 0.2s;
        color: #000 !important;
    }
    .share-post-selection button{
        position: absolute;
        right: 20px;
        padding: 10px 17px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #fff;
        background: #1da1f2;
        border: none;
        outline: none;
        user-select: none;
        border-radius: 6px;
        bottom: 20px;
    }
    .share-post-selection button:hover{
        transition-duration: 0.2s;
        background: #188CD8;
    }
    .share-post-selection button[disabled]{
        opacity: .5;
    }
    .post_globale_check{
        margin-left: 70px;
        margin-bottom: 15px;
        border-radius: 15px;
        display:flex;
        align-items:center;
        justify-items:center;
    }
    .post_globale_check i{
        font-size: 14px;
        color: #1d9bf0;
        margin-right: 5px;
    }
    .post_globale_check .form-select{
        background: none;
        outline: none;
        border: none;
        font-size: 14px;
        font-weight: 600;
        color: #1d9bf0 !important;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }
    .post_globale_check:hover{
        opacity: 0.7;
    }
    
    .vipup-post-publication{
        position: relative;
        margin-top: 13px;
        margin-bottom: 20px !important;
        border: 1px solid #DBDBDB;
        width: 470px;
        margin: 0 auto;
        padding: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .user-post-info-title{
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        background: #fff;
        border: 1px solid #DBDBDB;
        border-radius: 8px;
    }
    .vipup-post-publication > .vipup-post-userinfo{
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
    }
    .vipup-post-publication > .vipup-post-userinfo img{
        width: 48px;
        height: 48px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 13px;
    }
    .vipup-post-publication > .vipup-post-userinfo a{
        text-decoration: none !important;
    }
    .vipup-post-publication > .vipup-post-userinfo h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-top: -6px;
        position: relative;
        margin-right: 5px;
        display: flex;
        align-items: center;
    }
    .vipup-post-publication > .vipup-post-userinfo h5 svg{
        width: 18px;
        height: 18px;
        color: #1C9BEF;
        fill: #1da1f1;
        margin-left: 2px;
        margin-right: -3px;
    }
    .vipup-post-publication > .vipup-post-userinfo h5:hover{
        text-decoration: underline;
    }
    .vipup-post-publication > .vipup-post-userinfo span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #535153;
        top: -8px;
        position: relative;
    }
    .vipup-post-publication > .post-content-line{
        position: relative;
        margin-left: 61px;
        top: -20px;
        margin-bottom: -7px;
    }
    .vipup-post-publication > .post-content-line a{
        text-decoration: none !important;
    }
    .vipup-post-publication > .post-content-line a:hover{
        text-decoration: underline !important;
    }
    .vipup-post-publication > .post-content-line p{
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #000;
        margin-bottom: -10px;
    }
    .vipup-post-publication > .post-content-line iframe{
        width: 100%;
        height: 300px;
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        border: 1px solid #CFD9DD;
        user-select: none;
    }
    .vipup-post-publication > .post-content-line img{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        margin-bottom: 1px;
        border: 1px solid #CFD9DD;
        user-select: none;
    }
    .vipup-post-publication > .post-content-line video{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        margin-bottom: 1px;
        border: 1px solid #CFD9DD;
        margin-bottom: -5px;
        user-select: none;
    }
    .vipup-post-publication > .post-value-content{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        margin-left: 62px;
        margin-bottom: 7px;
        user-select: none;
    }
    .vipup-post-publication > .post-value-content span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        color: #535153;
        margin-right: 40px;
        cursor: pointer !important;
    }
    .vipup-post-publication > .post-value-content span:hover,
    .vipup-post-publication > .post-value-content span svg:hover {
        color: #1da1f1;
        fill: #1da1f1;
    }
    .vipup-post-publication > .post-value-content span svg{
        width: 21px;
        height: 21px;
        fill: #535153;
        position: relative;
        margin-right: 10px;
    }
    
    #margin-bottom-timelines{
        position: relative;
        margin-bottom: 50px;
    }
    .right-sidebar{
        min-height: 100vh;
        background: #fff;
        z-index: 1000;
        position: relative;
        width: 330px;
    
    }
    .right-sidebar > .search-container{
        position: fixed;
        z-index: 9999;
        width: 330px;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0;
    }
    .right-sidebar > .search-container input{
        width: 100%;
        background: #fff;
        border: 1px solid #DBDBDB;
        color: #737373;
        border-radius: 5px;
        padding: 12px 50px;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        outline: none;
    }
    .right-sidebar > .search-container i{
        position: absolute;
        font-size: 17px;
        color: #000;
        margin-left: 20px;
        margin-top: 10px;
    }
    .right-sidebar > .search-container input::placeholder{
        font-size: 15px;
    }
    .right-sidebar > .search-container input:active,
    .right-sidebar > .search-container input:focus,
    .right-sidebar > .search-container input::before{
        border: 1px solid #188CD8 !important;
        background: #fff;
    }
    .right-sidebar > .main-right-sidebar-fluid{
        position: relative;
        width: 100%;
        margin-top: 60px;
    }
    .right-sidebar > .main-right-sidebar-fluid::-webkit-scrollbar{
        overflow: hidden;
    }
    .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing{
        position: relative;
        margin-bottom: 25px;
    }
    .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content{
        position: relative;
        margin-bottom: 17px;
        padding-top: 20px;
    }
    .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content h5{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #737373;
        display: flex;
        align-items: center;
    }
    .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content h5 span{
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        color: #000;
        position: absolute;
        right: 0;
        cursor: pointer;
        user-select: none;
    }
    .right-sidebar > .main-right-sidebar-fluid > .sidebar-card-boxing > .right-sidebar-title-content h5 span:hover{
        opacity: 0.6;
    }
    .htag-list-look{
        position: relative;
        margin-bottom: 14px;
    }
    .htag-list-look > .htag-list-target{
        position: relative;
        cursor: pointer;
    }
    .htag-list-look > .htag-list-target button{
        position: absolute;
        right: 0;
        top: 2px;
        color: #1da1f1;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        border: none;
        outline: none;
        background: none;
    }
    .htag-list-look > .htag-list-target:hover{
        opacity: 0.6;
    }
    .htag-list-look > .htag-list-target p{
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: #737373;
        margin-bottom: -0px;
    }
    .htag-list-look > .htag-list-target a{
        text-decoration: none !important;
    }
    .htag-list-look > .htag-list-target a h5{
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .htag-list-look > .htag-list-target a h5 span{
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: #787878;
        position: absolute;
        right: 0;
        top: 0;
    }
    .htag-list-look > .htag-list-target a img{
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-right: 0px;
    }
    .htag-list-look > .htag-list-target a h6{
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: -0px;
        position: relative;
        margin-left: 45px;
        margin-top: -35px;
        display: flex;
        align-items: center;
    }
    .htag-list-look > .htag-list-target a h6 svg{
        width: 14px;
        height: 14px;
        fill: #1da1f1;
        margin-left: 2px;
    }
    .htag-list-look > .htag-list-target vipub{
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: #737373;
        position: relative;
        margin-left: 45px;
        top: -3px;
    }
    .learn-more-button{
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        padding: 20px;
    }
    .learn-more-button a{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #188CD8;
    }
    .dropdown ul {
        display: none;
        position: relative;
        background-color: #fff;
        padding: 12px 10px;
        border-radius: 10px;
        z-index: 9999;
        box-shadow: 0px 0px 20px 0px #0f14192b;
        left: 160px !important;
        top: 170px;
        padding-bottom: 3px;
      }
      .dropdown:hover ul {
        display:block;
      }
      .dropdown:hover ul button{
        width: 100%;
        background: transparent;
        color: red;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        border: none;
        outline: none;
        box-shadow: none;
        text-align: left;
        padding: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 11px;
      }
      .dropdown:hover ul button i{
        width: 21px;
        height: 21px;
        color: red;
        margin-right: 15px;
      }
      .dropdown:hover ul button:hover{
        transition-duration: 0.2s;
        background-color: #FAFAFA;
      }
      .dropdown li {
      display: block;
      margin-bottom: 11px;
      }
      
      .dropdown li a {
      display: block;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      color: #0f1419 !important;
      padding: 15px;
      display: flex;
      align-items: center;
      border-radius: 8px !important;
      }
      .dropdown li a i{
        width: 21px;
        height: 21px;
        color: #0f1419 !important;
        margin-right: 17px;
      }
      .dropdown li a:hover {
        transition-duration: 0.2s;
        background-color: #F2F2F2;
      }
    
    .user-profile-page{
        width: 100%;
        min-height: 100vh;
        margin-bottom: 25px;
    }
    .user-profile-page > .user-cover{
        width: 100%;
    }
    .user-profile-page > .user-cover img{
        width: 100%;
        height: 200px;
    }
    .user-profile-page > .user-avatar{
        position: relative;
        margin-top: -80px;
        margin-left: 15px;
    }
    .user-profile-page > .user-avatar img{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 4px solid #fff;
    }
    .user-profile-page > .user-information{
        width: 100%;
        margin-bottom: 0px;
        margin-top: 15px;
        margin-left: 15px;
    }
    .user-profile-page > .user-information h5{
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        color: #0f140f;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .user-profile-page > .user-information h5 svg{
        width: 20px;
        height: 20px;
        color: #1C9BEF;
        fill: #1da1f1;
        margin-left: 3px;
    }
    .user-profile-page > .user-information span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
    }
    .user-profile-page > .user-profile-selection{
        float: right;
        position: relative;
        padding: 15px;
        margin-top: -135px;
        display: flex;
        align-items: center;
    }
    .user-profile-page > .user-profile-selection a{
        border-radius: 50%;
        background: #fff;
        border: 1px solid #CFD9DD;
        padding: 7px 8px;
        cursor: pointer;
        margin-right: 10px;
        text-decoration: none !important;
    }
    .user-profile-page > .user-profile-selection a svg{
        width: 19px;
        height: 19px;
        color: #0F141A;
        fill: #0F141A;
    }
    .user-profile-page > .user-profile-selection a:hover{
        transition-duration: 0.2s;
        background: #E9E9E9;
    }
    .user-profile-page > .user-profile-selection button{
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        background: transparent;
        border: 1px solid #D7E0E3;
        border-radius: 30px;
        outline: none;
        box-shadow: none !important;
        user-select: none;
    }
    .user-profile-page > .user-profile-selection button:hover{
        transition-duration: 0.2s;
        background: #E7E7E8;
        border: 1px solid #CFD9DD;
    }
    .user-profile-page > .user-profile-general-bio{
        position: relative;
        padding: 15px;
        margin-bottom: -13px;
    }
    .user-profile-page > .user-profile-general-bio span{
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #000;
        position: relative;
    }
    .user-profile-page > .user-profile-general-extra{
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        padding: 15px;
        flex-wrap: wrap;
    }
    .user-profile-page > .user-profile-general-extra span{
        display: flex;
        align-items: center;
        margin-right: 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
    }
    .user-profile-page > .user-profile-general-extra span svg{
        width: 20px;
        height: 20px;
        color: #737373;
        fill: #737373;
        margin-right: 3px;
    }
    .user-profile-page > .my-user-followers-check-in{
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        padding: 15px;
        flex-wrap: wrap;
        margin-top: -15px;
    }
    .user-profile-page > .user-profile-following-info{
        position: relative;
        display: flex;
        padding: 15px;
        margin-bottom: -0px;
        margin-top: -13px;
    }
    .user-profile-page > .user-profile-following-info a{
        text-decoration: none;
    }
    .user-profile-page > .user-profile-following-info span{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        margin-right: 10px;
    }
    .user-profile-page > .user-profile-following-info span:hover{
        text-decoration: underline;
    }
    .user-profile-page > .user-profile-following-info span strong{
        color: #000;
    }
    .user-profile-page > .user-profile-bot-menu{
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        margin-bottom: 5px;
        border-top: 1px solid #DBDBDB;
    }
    .user-profile-page > .user-profile-bot-menu a{
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        color: #737373;
        padding: 13px 25px;
        border-top: 2px solid transparent;
        text-decoration: none !important;
        margin-bottom: -17px;
        text-transform: uppercase;
        margin-right: 15px;
        letter-spacing: 2.5px;
    }
    .user-profile-page > .user-profile-bot-menu a i{
        font-size: 12px;
    }
    .user-profile-page > .user-profile-bot-menu a:hover{
        border-top: 2px solid #000;
    }
    .user-profile-page > .user-profile-bot-menu .active{
        font-weight: 700;
        border-top: 2px solid #188CD8 !important;
        color: #000;
    }
    .account-settings-page{
        position: relative;
        margin-bottom: 20px;
        min-height: 100vh;
    }
    .account-settings-page > .settings-page-container > .settings-page-title{
        background: #DBDBDB;
        width: 100%;
        padding: 15px;
    }
    .account-settings-page > .settings-page-container > .settings-page-title h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-bottom: -0px;
    }
    .account-settings-page > .settings-page-container > a{
        text-decoration: none !important;
    }
    .account-settings-page > .settings-page-container > a > .settings-page-menu{
        position: relative;
        padding: 15px;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
    }
    .account-settings-page > .settings-page-container > a > .settings-page-menu:hover{
        transition-duration: 0.2s;
        background: #F6F9F9;
    }
    .account-settings-page > .settings-page-container > a > .settings-page-menu h5{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #000;
        margin-bottom: 0px;
    }
    .account-settings-page > .settings-page-container > a > .settings-page-menu span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
    }
    
    .account-settings-page > .settings-page-container > .form-save-element-value{
        position: relative;
        padding: 50px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-value img{
        width: 230px;
        height: 230px;
        border: 4px solid #737373;
        border-radius: 50%;
        margin-bottom: 7px;
        cursor: pointer;
        margin-bottom: 30px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-value span{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-value button{
        position: relative;
        display: flex;
        align-items: center;
        float: right;
        padding: 9px 25px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        border: none;
        outline: none;
        border-radius: 30px;
        background: #1da1f2;
        color: #fff;
    }
    .account-settings-page > .settings-page-container > .form-save-element-value button:hover{
        transition-duration: 0.2s;
        background: #188CD8;
    }
    .account-settings-page > .settings-page-container > .setpage-save-info{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
        padding: 15px;
        background: #D7E0E3;
        margin-bottom: -15px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-cover{
        position: relative;
        margin-top: 50px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-cover img{
        width: 100%;
        height: 210px;
        margin-bottom: 7px;
        cursor: pointer;
        margin-bottom: 30px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-cover span{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .account-settings-page > .settings-page-container > .form-save-element-cover button{
        position: relative;
        display: flex;
        align-items: center;
        float: right;
        padding: 9px 25px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        border: none;
        outline: none;
        border-radius: 30px;
        background: #1da1f2;
        color: #fff;
    }
    .account-settings-page > .settings-page-container > .form-save-element-cover button:hover{
        transition-duration: 0.2s;
        background: #188CD8;
    }
    .displayImage{
        position: relative;
        width: 100%;
        margin-left: 72px;
        margin-bottom: 40px;
        z-index: 9999;
    }
    .displayImage img{
        width: 88%;
        border-radius: 10px;
        border: 1px solid #EFEFEF;
    }
    .displayVideo{
        position: relative;
        width: 530px;
        margin-left: 72px;
        margin-bottom: 40px;
        z-index: 9999;
    }
    .displayVideo video{
        width: 100%;
        border-radius: 10px;
        border: 1px solid #DBDBDB;
        position: relative;
        margin-top: -34px;
    }
    .removeImage{
        position: absolute;
        top: 10px;
        left: 10px;
        display: none;
    }
    .removeImage svg{
        background: #272B2E;
        color: #fff;
        fill: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 7px;
        cursor: pointer !important;
    }
    .removeImage svg:hover{
        transition-duration: 0.2s;
        background: #272b2e98;
    }
    .removeVideo{
        position: relative;
        top: 5px;
        left: 10px;
        z-index: 1000;
    }
    .removeVideo svg{
        background: #272B2E;
        color: #fff;
        fill: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 7px;
        cursor: pointer !important;
    }
    .removeVideo svg:hover{
        transition-duration: 0.2s;
        background: #272b2e98;
    }

    .notifs-page-selection{
        position: relative;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 30px;
    }
    .notifs-page-selection > .notifs-page-content{
        position: relative;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #DBDBDB;
    }
    .notifs-page-selection > .notifs-page-content a{
        padding: 15px;
        text-decoration: none !important;
        cursor: pointer;
    }
    .notifs-page-selection > .notifs-page-content:hover{
        transition-duration: 0.2s;
        background: #F7F7F7;
    }
    .notifs-page-selection > .notifs-page-content a h5{
        padding: 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-bottom: -10px;
    }
    .notifs-page-selection > .notifs-page-content a span{
        padding: 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
    }
    .notifs-page-selection > .notifs-page-content a img{
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    .radio-btn {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: relative;
        background-color: #fff;
        color: #333;
        font-size: 16px;
        line-height: 24px;
        padding: 15px 20px;
        border: 1px solid #1da1f2;
        border-radius: 4px;
        cursor: pointer;
     }
     
     .radio-btn:checked::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #1da1f2;
        border: 2px solid #1da1f2 !important; 
     }
     .form-save-element-display{
        position: relative;
        align-items: center;
        justify-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        display: flex;
        margin: 100px auto;
     }
     .form-save-element-display input{
        margin-right: 15px;
     }
     .form-save-element-display span{
        margin-right: 50px;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
     }
    
    .no-post-yet-timeline{
        position: relative;
        width: 470px;
        display: flex;
        text-align: left;
        align-items: center;
        justify-items: center;
        justify-content: center;
        margin: 0px auto;
        flex-direction: column;
        padding: 40px;
        margin-top: 20%;
    }
    .no-post-yet-timeline > .no-post-yet i{
        font-size: 27px;
        padding: 14px;
        background: #1da1f1;
        color: #fff;
        border-radius: 7px;
        position: relative;
    }
    .no-post-yet-timeline > .no-post-yet h5{
        font-size: 23px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .no-post-yet-timeline img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-bottom: 25px;
    }
    .no-post-yet-timeline > .no-post-yet span{
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #737373;
    }
    .no-post-yet-timeline > .no-post-yet a{
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        padding: 8px 20px;
        background: #EFEFEF;
        color: #000;
        border: none;
        outline: none;
        user-select: none;
        border-radius: 7px;
        text-decoration: none !important;
        position: absolute;
        left: 40px;
        margin-top: 50px;
    
    }
    .no-post-yet-timeline > .no-post-yet a:hover{
        opacity: 0.6;
    }
    
    
    
    
    
    .vipub-user-message-container{
        position: relative;
        width: 100%;
        height: 91vh;
        overflow-y: scroll;
    }
    .chat-container-new-message{
        position: relative;
        bottom: -5px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .vipub-message-container{
        padding: 15px;
    }
    .chat-container-new-message .textarea-like{
        padding: 10px 75px 10px 40px;
        background: #fff;
        border: 1px solid #DBDBDB;
        outline:none;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        border-radius: 30px;
        resize: none;
        min-height: 40px;
        max-height: 50px;
        overflow-x: scroll;
    }
    .chat-container-new-message .textarea-like::-webkit-scrollbar{
        display: none;
    }
    .select-emoji-chat-btn{
        position: absolute;
        font-size: 17px;
        cursor: pointer;
        margin-left: 15px;
        margin-top: 10px;
        color: #737373;
    }
    .select-emoji-chat-btn:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .chat-form-right-zero-btn span i{
        font-size: 19px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        color: #737373;
        margin-right: 60px;
        margin-top: -30px;
        cursor: pointer;
        z-index: 9999;
    }
    .chat-form-right-zero-btn span i:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .chat-container-new-message button{
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none !important;
        position: absolute;
        right: 0;
        margin-right: 30px;
        margin-top: -30px;
        color: #1da1f1
    }
    .chat-container-new-message button i{
        font-size: 19px;
    }
    .chat-container-new-message button i:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .message-user-info{
        position: relative;
        margin-bottom: 25px;
    }
    .message-user-info a img{
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }
    .message-user-info a{
        text-decoration: none !important;
    }
    .message-user-info h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 35px;
        margin-right: 5px;
        margin-top: -33px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .message-user-info h5 svg{
        width: 16px;
        height: 16px;
        fill: #1da1f1;
        margin-left: 4px;
    }
    .message-user-info span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
        margin-left: 5px;
    }
    .send-account-info p{
        position: relative;
        margin-left: 35px;
        margin-bottom: 5px;
        margin-top: 3px !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
        word-break: break-word;
        overflow-wrap: break-word;
        margin-top: -20px;
        display: inline-block !important;
        background: #EFEFEF;
        padding: 10px;
        border-radius: 13px;
        max-width: 500px;
    }
    .send-account-info p img{
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 13px;
        margin-top: 7px;
        user-select:none;
    }
    .send-account-info p b{
        font-size: 30px;
        background: transparent !important;

    }
    .view-message-picture{
        border: 1px solid #EFEFEF !important;
    }
    .send-account-info p a{
        font-weight: 700;
    }
    .send-account-info p a:hover{
        text-decoration: underline !important;
    }
    .send-account-info #mysend-messages{
        position: relative;
        margin-left: 35px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        word-break: break-word;
        overflow-wrap: break-word;
        top: -20px;
        display: inline-block;
        background: #1da1f1;
        padding: 7px 10px 7px 10px;
        border-radius: 15px;
        max-width: 500px;
    }
    .send-account-info #mysend-messages a{
        color:#fff;
    }
    .send-account-info #mysend-message-only-emoji{
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
        color: #000;
        top: -50px;
        background: none;
        padding: 7px 0px !important;
        max-width: 500px;
        cursor: default;
    }

    .send-account-info #mysend-message-only-emoji-you{
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
        color: #000;
        padding: 7px 0px !important;
        max-width: 500px;
        cursor: default;
        background: none;
        margin-top: -10px !important;
    }
    
    .get-message-my-list{
        width: 397px;
        height: 89vh;
        overflow-y: scroll;
        overflow-x: none !important;
        margin-left: -260px;
    }
    .getmessage-user-list{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        padding: 5px 0px;
    }
    .getmessage-user-list:hover{
        background: #FAFAFA;
    }
    .getmessage-user-list a{
        text-decoration: none !important;
    }
    .getmessage-user-list a img{
        width: 47px;
        height: 47px;
        border-radius: 50%;
        margin-left: 15px;
        position: relative;
        top: 8px;
    }
    .getmessage-user-list a h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-left: 70px;
        top: -35px;
        position:relative;
        margin-bottom: -35px;
        display:flex;
        align-items:center
    }
    .getmessage-user-list a h5 svg{
        width: 13px;
        height: 13px;
        fill: #1da1f1;
        margin-left: 2px;
        margin-right: 3px;
    }
    .getmessage-user-list a p{
        position: relative;
        margin-left: 70px;
        font-size: 12px;
        font-weight: 16px;
        line-height: 16px;
        color: #737373;
        flex-wrap: wrap;
    }
    .getmessage-user-list a p strong{
        color: #000;
    }
    #new-message{
        position: absolute;
        color: #000;
        right: 10px;
        user-select: none;
        font-size: 20px;
        top:7px;
    }
    
    
    .notifications-container-sm{
        width: 470px;
        margin: 0 auto;
    }
    .notifications-container-sm > .user-notifications{
        position: relative;
    }
    .notifications-container-sm > .user-notifications > a{
        text-decoration: none !important;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container{
        width: 100%;
        padding: 20px;
        cursor: pointer !important;
        border-bottom: 1px solid #DBDBDB;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container:hover{
        transition-duration: 0.2s;
        background: #F7F7F7;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container span {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container span svg{
        width: 38px;
        height: 38px;
        color: #1da1f2;
        fill: #1da1f2;
        margin-right: 10px;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container span img{
        width: 38px;
        height: 38px;
        border-radius: 50%;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container h5{
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-left: 50px;
        margin-bottom: -13px;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container h5 svg{
        width: 20px;
        height: 20px;
        color: #1C9BEF;
        fill: #1da1f1;
        margin-right: -2px;
        margin-left: 2px;
    }
    .notifications-container-sm > .user-notifications > a .notifs-display-container h5 span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #536753;
        margin-left: 5px;
        top: 5px;
        position: relative;
    }
    
    .status-post-container-name{
        position: relative;
        padding: 15px;
        border: 1px solid #DBDBDB;
        width: 470px;
        margin: 0 auto;
        border-radius: 2px;
    }
    .status-post-container-name > .post-status-user{
        position: relative;
        margin-bottom: -11px;
    }
    
    .status-post-container-name > .post-status-user a img{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .status-post-container-name > .post-status-user a{
        display: inline-flex;
        flex-direction: column;
        text-decoration: none;
    }
    .status-post-container-name > .post-status-user a h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        position: relative;
        display: flex;
        align-items: center;
        top: -12px;
        margin-left: -3px;
    }
    .status-post-container-name > .post-status-user a h5 svg{
        width: 16px;
        height: 16px;
        fill: #1da1f1;
        margin-left: 3px;
    }
    .status-post-container-name > .post-status-user a h5:hover{
        opacity: 0.6;
    }
    .status-post-container-name > .status-post-content{
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 15px;
    }
    .status-post-container-name > .status-post-content p strong{
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content p{
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #000;
        position: relative;
        margin-top: 15px;
        text-align: left;
    }
    .status-post-container-name > .status-post-content p iframe{
        width: 100%;
        height: 100%;
        border: 1px solid #EFEFEF;
        margin-top: 10px;
        border-radius: 7px;
    }
    .status-post-container-name > .status-post-content .status-page-content-image img{
        width: 107%;
        height: 100%;
        margin-left: -15px;
        object-fit: contain;
        border: 1px solid #EFEFEF;
        margin-top: 10px;
        user-select: none;
    }

    .status-post-container-name > .status-post-content .status-page-content-video{
        object-fit: contain;
    }
    .status-post-container-name > .status-post-content .status-page-content-video video{
        width: 107%;
        height: 100%;
        margin-left: -15px;
        object-fit: contain;
        margin-top: 10px;
        margin-bottom: -5px;
        user-select: none;
        display: block;
        cursor: pointer;
        object-fit: contain;
        border: 1px solid #efefef;
    }
    .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;
    }

    .status-post-container-name > .status-post-content span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content span:hover{
        text-decoration: underline;
    }
    .status-post-container-name > .status-post-content-selection{
        position: relative;
        margin-bottom: 15px;
    }
    .status-post-container-name > .status-post-content-selection span{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #737373;
        margin-right: 15px;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content-selection span:hover{
        text-decoration: underline;
    }
    .status-post-container-name > .status-post-content-selection span strong{
        font-weight: 700;
        color: #000;
    }
    .status-post-container-name > .status-post-value-select{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #DBDBDB;
        padding-top: 10px;
        padding-right: 60px;
        padding-left: 40px;
        margin-bottom: -5px;
    }
    .status-post-container-name > .status-post-value-select span i{
        font-size: 21px;
        color: #737373;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-value-select span i:hover{
        opacity: 0.6;
    }
    .send-to-post-reply{
        width: 470px;
        position: relative;
        margin: 0 auto;
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        margin-bottom: 30px;
    }
    .send-to-post-reply > form > .post-reply-container{
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-items: center;
        padding: 15px;
        padding-bottom: 10px;
    }
    .send-to-post-reply > form > .post-reply-container a img{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        margin-right: 10px;

    }
    .send-to-post-reply > form > .post-reply-container textarea{
        width: 100%;
        min-height: -50px;
        max-height: 250px;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
        resize: none;
        top: 8px;
        position: relative;
        margin-bottom: 10px;
    }
    .send-to-post-reply > form > .form-value-reply{
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .send-to-post-reply > form > .form-value-reply span{
        position: absolute;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #0f140f;
        top: -8px;
    }
    .send-to-post-reply > form > .form-value-reply button{
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #1da1f1;
        background: none;
        border: none;
        outline: none;
        box-shadow: none;
        float: right;
        position: relative;
        top: -25px;
    }
    .send-to-post-reply > form > .form-value-reply button:hover{
        opacity: 0.6;
    }
    .send-to-post-reply > form > .form-value-reply button[disabled]{
        opacity: .5;
    }
    .message-chat-user-info-title{
        padding: 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        justify-content: center;
        margin-top: 75px;
    }
    .message-chat-user-info-title a{
        text-decoration: none !important;
    }
    .message-chat-user-info-title a img{
        width: 96px;
        height: 96px;
        border-radius: 50%;
        margin-bottom: 12px;
    }
    .message-chat-user-info-title a h5{
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }
    .message-chat-user-info-title a h5 svg{
        width: 22px;
        height: 22px;
        color: #1C9BEF;
        fill: #1da1f1;
        margin-left: 2px;
    }
    .message-chat-user-info-title a span{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #737373;
    }
    .rsbr-selection-not-htag-or-who-follow{
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rsbr-selection-not-htag-or-who-follow h5{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
    }
    .sidebar-footer-content{
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .sidebar-footer-content a{
        padding: 0px 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #737373;
        text-decoration: none;
    }
    .sidebar-footer-content a:hover{
        text-decoration: underline;
    }
    
    #user-unlike-heart{
        color: #F9197F;
        fill: #F9197F;
    }
    #session-message-for-me{
        background: #F4F9FD;
    }
    .leftsidebar-more-dropdown-menu{
        position: absolute;
        width: 100%;
        top: 20%;
        background-color: #fff;
        min-width: auto;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15) !important;
        z-index: 9999;
        border-radius: 10px !important;
    }
    
    
    #userProfileDropContent {
        position: absolute;
        top: 25%;
        right: 158px;
        background-color: #fff;
        min-width: 300px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
        z-index: 9999;
        border-radius: 10px !important;
    }
    #userProfileDropContent ul{
        border: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #userProfileDropContent ul li{
        border: none;
        width: 100%;
        padding: 12px 16px;
        cursor: pointer;
    }
    #userProfileDropContent ul li:hover{
        transition-duration: 0.2s;
        background-color: #F6F9F9;
    }
    #userProfileDropContent ul li a{
        border: none;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent !important;
        font-size: 15px;
        font-weight: 700;
        align-items: center;
        justify-items: center;
        display: flex;
    }
    #userProfileDropContent ul li a svg{
        width: 19px;
        height: 19px;
        margin-right: 10px;
        left: 0;
    }
    
    #userProfileDropContent ul li button{
        border: none;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent !important;
        font-size: 15px;
        font-weight: 700;
        align-items: center;
        justify-items: center;
        display: flex;
    }
    #userProfileDropContent ul li button svg{
        width: 19px;
        height: 19px;
        margin-right: 10px;
        left: 0;
    }
    
    
    
    
    
    
    
    #gifDropdown {
        position: absolute;
        margin-bottom: 10px;
        background: rgba(255, 255, 255, 0.70);
        z-index: 9999;
        backdrop-filter: blur(15px);
        box-shadow: 0px 0px 20px 0px #0f14191a;
        max-height: 450px;
        overflow-y: auto;
        z-index: 9999;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-radius: 10px;
        padding: 10px;
        border: 1px solid #DBDBDB;
    }
    
    .gif-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 2px;
        width: calc(50%); 
        padding: 0px;
    }
    
    .gif-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0px 1px;
    }
    
    .gif-item:hover img {
        transition-duration: 0.2s;
        opacity: 0.5;
    }
    .gifTitleDrop{
        display: flex;
        flex-direction: column;
        color: #000;
        position: relative;
        width: 300px;
        z-index: 9999;
    }
    .gifTitleDrop h5{
        font-size: 15px;
        font-weight: 400;
        background-color: #fff;
        padding: 4px 25px;
        border-radius: 0px 15px 15px 0px;
        user-select: none;
        position: absolute;
    }
    .gifTitleDrop h5 img{
        width: auto;
        height: 20px;
    }
    
    
    
    .new-verified-register-top{
        position: relative;
        padding: 0;
        user-select: none !important;
        margin-bottom: -20px;
    }
    .new-verified-register-top .verified-background{
        width: 100%;
        height: 230px;
        border: none;
    
    }
    .new-verified-register-top > .user-verified-information-details{
        position: absolute;
        margin-top: -190px;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        margin-left: 88px;
        width: 450px !important;
    }
    .new-verified-register-top > .user-verified-information-details p{
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        width: 350px;
        margin-bottom: -0px;
    }
    .new-verified-register-top .verified-badge-new-register{
        width: 160px;
        height: 160px;
        position: absolute;
        margin-left: -200px;
        margin-top: 12px;
    }
    .user-reposted-posting{
        position: relative;
        margin-left: 45px;
        z-index: 9999;
        cursor: pointer;
    }
    .user-reposted-posting small{
        position: absolute;
        font-size: 11px;
        font-weight: 13px;
        font-weight: 700;
        color: #00ba7c;
    }
    .user-reposted-posting small svg{
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 3px;
        user-select: none;
        background: #00ba7c;
        padding: 3px;
        border-radius: 50%;
    }
    
    .post-original-user-title-info{
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        border-radius: 7px 7px 0px 0px;
    }
    .post-original-user-title-info a{
        text-decoration: none;
    }
    .post-original-user-title-info a img{
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 1px solid #DBDBDB;
    }
    .post-original-user-title-info a img:hover{
        opacity: 0.8;
    }
    .post-original-user-title-info a h5{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #000;
        display: flex;
        align-items: center;
        justify-items: center;
        margin-left: 45px;
        margin-top: -35px;
        margin-bottom: -4px;
    }
    .post-original-user-title-info a h5:hover{
        opacity: 0.6;
    }
    .post-original-user-title-info a h5 svg{
        width: 16px;
        height: 16px;
        fill: #1da1f1;
        margin-left: 3px;
        cursor: pointer !important;
    }
    .post-original-user-title-info span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #536371;
        margin-left: 45px;
        flex-wrap: wrap;
    }
    .post-original-user-title-info strong{
        position: absolute;
        right: 0;
        top: 20px;
    }
    .post-original-user-title-info strong i{
        color: #536371;
        font-size: 17px;
    }
    .original-post-details{
        border-radius: 0px 0px 7px 7px;
    }
    .post-paragraphe{
        margin-bottom: -20px;
    }
    .original-post-details > .post-paragraphe p{
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #000;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .original-post-details > .post-paragraphe p strong{
        font-weight: 600;
    }
    .post-paragraphe-image img{
        width: 104.50%;
        margin-left: -10.1px;
        height: 100%;
        user-select: none;
        border-bottom: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        object-fit: contain;
    }
    .post-paragraphe-gif img{
        width: 104.50%;
        margin-left: -10.1px;
        height: 100%;
        user-select: none;
        border-bottom: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        object-fit: contain;
    }
    .post-paragraphe-video video{
        width: 104.50%;
        margin-left: -10.1px;
        height: 100%;
        user-select: none;
        border-bottom: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        object-fit: contain;
        cursor: pointer;
    }
    .post-paragraphe p iframe{
        width: 100%;
        border: 1px solid #EFEFEF !important;
        padding: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .vipub-embed-for-instagram-post{
        min-height: 110vh;
    }
    .vipub-embed-for-tiktok-video{
        min-height: 120vh;
    }
    .vipub-embed-for-youtube-video{
        padding:0 !important;
        height: 275px;
    }
    .vipub-for-tweet-embedding-post{
        margin-top: -18px;
    }
    .video-feed-control-btn{
        position: relative;
        bottom: 15px;
    }
    .post-paragraphe-gif i{
        font-size: 50px;
        color: #000;
        top: 160px;
        position: absolute;
        left: 210px;
        cursor: pointer;
    }
    .post-paragraphe-gif i:hover{
        opacity: 0.8;
    }
    .original-post-details > .post-paragraphe p iframe{
        width: 100%;
        user-select: none;
        border-radius: 3px;
        border: 1px solid #EFEFEF;
    }
    .original-post-selection-check{
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        justify-items: center;
        margin-bottom: 23px;
        width: 100%;
    }
    .original-post-selection-check span{
        display: flex;
        align-items: center;
        justify-items: center;
        text-align: center;
        background: none !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        margin-right: 20px;
        cursor: pointer;
    }
    .original-post-selection-check span i{
        font-size: 19px;
        color: #000;
    }
    .original-post-selection-check > .dropdown{
        position: absolute;
        right: 7px;
    }
    .original-post-selection-check > .dropdown strong i{
        font-size: 18px;
        color: #737373;
    }
    .original-post-selection-check > .dropdown strong i:hover{
        color: #1da1f1;
    }
    .original-post-selection-check > .dropdown ul{
        position: absolute;
        z-index: 9999;
        top: 0;
        margin-left: -300px;
        min-width: 250px;
    }
    .unretweet-class{
        color: #00BA7C !important;
        transition: transform 0.3s ease-in-out;
    }
    .unretweet-class:hover {
        transform: scale(1.2);
    }
    .post-unlike-icon{
        color: #FF2F40 !important;
        transition: transform 0.3s ease-in-out;
    }
    .post-unlike-icon:hover {
        transform: scale(1.2);
    }
    
    .in-posting-for-me-reply{
        position: relative;
        width: 100%;
        margin-top: -15px;
        margin-bottom: -10px;
        border-top: 1px solid #d8d8d8;
        padding-top: 15px;
    }
    .in-posting-for-me-reply textarea{
        width: 100%;
        resize: none;
        border: none;
        outline: none;
        background: transparent;
        cursor: text;
    }
    .in-posting-for-me-reply span{
        position: absolute;
        right: 0;
        cursor: pointer;
    }
    .in-posting-for-me-reply span i{
        color: #536371;
        font-size: 13px;
    }
    .sponsored-title-post{
        color: #000 !important;
        cursor: text;
    }
    .post-action-details-text{
        position: relative;
        top: -25px;
        display: flex;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        align-items: center;
        justify-items: center;
        cursor: text;
    }
    .post-action-details-text span{
        margin-right: 7px;
    }
    .post-action-details-text .this-post-liked-count{
        color: #000;
    }
    .post-action-reply-details-info{
        position: relative;
        top: -23px;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        align-items: center;
        justify-items: center;
        color: #737373;
    }
    .post-action-reply-details-info span{
        cursor: pointer;
    }
    .post-unbookmarks{
        color: #1da1f1 !important;
    }
    .this-post-user-retweeted{
        position: relative;
        margin-left: 30px;
        top: 10px;
        z-index: 100;
    }
    .user-profile-quote-title{
        margin-left: 83px;
        margin-bottom: 17px;
    }
    .this-post-user-retweeted span{
        font-size: 11px;
        font-weight: 600;
        line-height: 12px;
        color: #737373;
        display: flex;
        align-items: center;
        justify-items: center;
        cursor: pointer;
    }
    .this-post-user-retweeted span:hover{
        text-decoration: underline;
    }
    .this-post-user-retweeted span i{
        font-size: 15px;
        margin-right: 10px;
        color: #737373;
    }
    
    .post-action-details-texting{
        font-weight: 400 !important;
        font-size: 155px;
    }
    
    #report-a-problem {
        display: none;
        position: absolute;
        margin: 0 auto;
        z-index: 9999;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #0f141928;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 470px;
    }
    #report-a-problem.active {
        display: block;
    }
    #report-a-problem > .report-title-and-close {
        border-bottom: 1px solid #DBDBDB;
        margin-bottom: 20px;
    }
    #report-a-problem > .report-title-and-close h5{
        font-size: 16px;
        font-weight: 600;
        color: #000;
        display:flex;
        align-items:center;
        justify-items:center;
        text-align:center;
        justify-content:center;
        padding: 0 !important;
        margin: 0 !important;
        padding-bottom: 15px !important;
    }
    #report-a-problem > .report-title-and-close h5 i{
        position: absolute;
        right: 20px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
        top: 15px;
    }
    #report-a-problem > .report-title-and-close h5 i:hover{
        opacity: 0.6;
    }
    .report-a-content-form{
        margin-bottom: 15px;
    }
    .report-a-content-form textarea{
        width: 100%;
        min-height: 120px;
        max-height: 300px;
        border: 1px solid #DBDBDB;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
        padding: 8px;
        outline:none;
    }
    .report-form-buttons{
        margin-bottom: 15px;
    }
    .report-form-buttons button{
        padding: 9px 17px;
        border-radius: 5px;
        background: #1da1f1;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #fff;
        border:none;
        outline:none;
        box-shadow: none;
    }
    .report-form-buttons button:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    
    .report-form-buttons span{
        position: absolute;
        right: 20px;
        padding: 9px 17px;
        border-radius: 5px;
        background: #EFEFEF;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #000;
        cursor: pointer;
    }
    .report-form-buttons span:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .report-a-reviwed-form-info-text span{
        font-size: 12px;
        font-weight: 400;
        line-height: 0px;
        color: #737373;
    }
    .getprofile-user-info{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .getprofile-user-info > .user-avatar-pic img{
        width: 150px;
        height: 150px;
        cursor: pointer;
        border-radius: 50%;
        z-index: 9999;
        border: 1px solid #DBDBDB;
    }
    .user-general-profile-info{
        display:flex;
        align-items:center;
        justify-items:center;
    }
    .user-general-profile-info h5{
        position: absolute;
        margin-left: 170px;
        top: 0;
    }
    .user-general-profile-info h5{
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        color: #000;
        display:flex;
        align-items:center;
        cursor: pointer;
    }
    .user-general-profile-info h5 svg{
        width: 19px;
        height: 19px;
        fill: #1da1f1;
        margin-left: 3px;
        cursor: pointer !important;
    }
    .user-general-profile-button-selection{
        position: absolute;
        top: -0px;
        right: 80px;
    }
    .user-general-profile-button-selection button{
        padding: 8px 13px;
        border-radius: 7px;
        background: #1da1f1;
        color: #fff;
        border:none;
        outline:none;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        user-select: none;
        margin-right: 3px;
    }
    .user-general-profile-button-selection button:hover{
        opacity: 0.6;
    }
    .user-general-profile-button-selection #profile-sent-message-btn{
        background: #EFEFEF;
        color: #000;
        padding: 8px 20px;
        border-radius: 7px;
        border:none;
        outline:none;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        user-select: none;
        margin-right: 5px;
    }
    .user-general-profile-button-selection #profile-sent-message-btn:hover{
        transition-duration: 0.2s;
        background: #DBDBDB;
    }
    .user-general-profile-button-selection #edit-my-profile-btn{
        background: #EFEFEF;
        color: #000;
    }
    .user-general-profile-button-selection #edit-my-profile-btn{
        background: #EFEFEF;
        color: #000;
        padding: 8px 20px;
        border-radius: 7px;
        border:none;
        outline:none;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        user-select: none;
        margin-right: 5px;
    }
    .user-general-profile-button-selection #edit-my-profile-btn:hover{
        transition-duration: 0.2s;
        background: #DBDBDB;
    }
    .user-general-profile-button-selection a{
        text-decoration: none;
    }
    .user-general-profile-button-selection a span i{
        font-size: 15px;
        padding: 5px ;
        border: 1px solid #737373;
        border-radius: 50%;
        color: #737373;
        cursor: pointer;
    }
    .user-general-profile-button-selection a span i:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .user-getprofile-next-information{
        position: relative; 
        margin-left: 170px;
        margin-top: -100px;
        margin-bottom: 20px;
    }
    .user-getprofile-next-information > .user-getprofile-follow-following-info{
        display: flex;
        align-items:center;
        justify-items:center;
        margin-bottom: 20px;
    }
    .user-getprofile-next-information a{
        text-decoration: none;
        color: #000000;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 7px;
    }
    .user-getprofile-next-information > .getuser-profile-other-information h6{
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: -2px;
    }
    .user-getprofile-next-information > .getuser-profile-other-information span{
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        overflow-wrap: break-word;
        white-space: pre-wrap;
        color: #000;
    }
    .user-getprofile-next-information > .getuser-profile-other-information span a{
        color: #1da1f1;
        font-size: 14px;
    }
    .getuser-profile-other-two-information{
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .getuser-profile-other-two-information span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        margin-bottom: 1px;
        margin-right: 10px;
    }
    .getuser-profile-other-two-information span a{
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        color: #00376b;
    }
    .getuser-profile-other-two-information span a:hover{
        text-decoration: underline !important;
    }
    .getuser-profile-other-two-information span i{
        font-size: 12px;
        color: #737373;
        fill: #737373;
        margin-right: 3px;
    }
    .margin-right-bootstrap-icon-website-profile{
        margin-right: -4px !important;
    }
    
    #follow-status{
        padding: 2.5px 6px;
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
        background: #DBDBDB !important;
        color: #000 !important;
        border-radius: 3px;
        user-select: none;
    }
    .userprofile-nexting-menu-select{
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        border-top: 1px solid #DBDBDB;
        width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: -15px;
    }
    .userprofile-nexting-menu-select a{
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        color: #737373;
        padding: 13px 25px;
        border-top: 2px solid transparent;
        text-decoration: none !important;
        margin-bottom: -17px;
        text-transform: uppercase;
        margin-right: 15px;
        letter-spacing: 1.1px;
    }
    .userprofile-nexting-menu-select a i{
        font-size: 12px;
    }
    .userprofile-nexting-menu-select a:hover{
        border-top: 2px solid #000;
    }
    .userprofile-nexting-menu-select .active{
        font-weight: 700;
        border-top: 2px solid #188CD8 !important;
        color: #000;
    }
    .user-notitications-container{
        position: relative;
        width: 470px;
        margin: 0 auto;
        
    }
    .user-notitications-container > .get-notifs-informations a{
        text-decoration: none;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications{
        padding: 15px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications span img{
        object-fit: contain;
        top: 3px;
        position: relative;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications:hover{
        transition-duration: 0.2s;
        background: #FAFAFA;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications #two-picture-extra{
        width: 34px;
        height: 34px;
        position: absolute;
        border: 2px solid #fff;
        margin-left: 13px;
        margin-top: 24px;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications h5{
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        display:flex;
        align-items:center;
        color: #000;
        top: 5px;
        position: relative;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications h5 svg{
        width: 17px;
        height: 17px;
        fill: #1da1f1;
        margin-right: -3px;
        margin-left: 3px;
    }
    .user-notitications-container > .get-notifs-informations .list-on-notifications h5 span{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #000;
        margin-left: 6px;
    }
    .list-on-notifications button{
        position: absolute;
        right: 10px;
        user-select: none;
        padding: 5px 12px;
        color: #fff;
        background: #0095F6;
        border:none;
        outline:none;
        border-radius: 7px;
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        
    }
    .notifications-date-group-list-view{
        width: 470px;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        padding-left: 10px;
    }
    .notifications-date-group-list-view h5{
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
    }
    .message-chat-user-top-info-profile{
        position: fixed;
        display: flex;
        align-items:center;
        background: #fff;
        border-bottom: 1px solid #DBDBDB;
        padding: 10px;
        z-index: 9999;
        margin-left: 0px !important;
        width: 909px !important;
    }
    .message-chat-user-top-info-profile span{
        margin-right: 17px;
        z-index: 9999;
        cursor: pointer;
        position: absolute;
        right: 0;
    }
    .message-chat-user-top-info-profile span i{
        font-size: 20px;
        color: #000;
    }
    .message-chat-user-top-info-profile a{
        text-decoration: none;
    }
    .message-chat-user-top-info-profile a img{
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }
    .message-chat-user-top-info-profile a h5{
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
        display:flex;
        align-items:center;
        margin-top: -30px;
        margin-left: 60px;
    }
    .message-chat-user-top-info-profile a h5 svg{
        width: 16px;
        height: 16px;
        fill: #1da1f1;
        margin-left: 5px;
    }
    .message-screen-user-view-profile-btn{
        padding: 7px 15px;
        border-radius: 7px;
        background: #EFEFEF;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        cursor: pointer;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .message-screen-user-view-profile-btn:hover{
        transition-duration: 0.2s;
        background: #DBDBDB;
    }
    .this-my-sent-message-container{
        width: 99%;
    }
    .this-my-sent-message-container{
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #000;
    }
    .container-absolute-message-page{
        position: absolute;
        margin: 0 auto;
        width: 910px;
        margin-left: -260px;
        border-right: 1px solid #DBDBDB;
        z-index: 0;
    }
    .message-send-date-funct{
        position: relative;
        font-size: 12px;
        line-height: 13px;
        font-weight: 500;
        color: #65676b;
        display: flex;
        align-items:center;
        justify-items:center;
        justify-content:center;
        width: 100%;
        padding: 10px;
    }
    .vipub-emoji-picker{
        position: absolute;
        bottom: 50px;
        background: #fff;
        border-radius: 13px;
        z-index: 9999;
        padding: 15px;
        box-shadow: 0px 0px 20px 0px #0f14192b;
        margin-left: 20px;
        display:flex;
        flex-direction: column;
        width: 310px;
        height: 270px;
        overflow-x: scroll;
        overflow-y: none;
    }
    .vipub-emoji-picker button{
        margin-right: 10px;
        border: none;
        outline: none;
        background: transparent;
        margin-bottom: 20px;
    }
    .vipub-emoji-picker button:hover{
        transition-duration: 0.2s;
        opacity: 0.6;
    }
    .select-vipub-emojies{
        display:flex;
        flex-direction: column;
    }
    .select-vipub-emojies span{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #737373;
        margin-bottom: 20px;
    }
    .select-vipub-emojies > .emojies-group-vipub{
        display: flex;
        align-items:center;
        flex-wrap: wrap;
    }
    .select-vipub-emojies > .emojies-group-vipub button{
        font-size: 30px;
        flex-wrap: wrap;
    }
    
    #image_preview{
        position: absolute;
        width: 300px;
        box-shadow: 0px 0px 20px 0px #0f14192b;
        width: 400px;
        height: 300px;
        bottom: 50px;
        margin-left: 20px;
        background: #fff;
        padding: 5px;
        border-radius: 13px;
        border: 1px solid #DBDBDB;
        z-index: 9999;
    }
    #image_preview img{
        width: 100%;
        height: 100%;
        border-radius: 13px;
        user-select:none;
        object-fit: contain;
    }
    #image_preview span{
        position: absolute;
        right: 0;
        padding: 7px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        top: -15px;
        z-index: 999;
    }
    #image_preview span:hover{
        transition-duration: 0.2s;
        opacity: 0.64;
    }
    #image_preview span i{
        color: #000;
        font-size: 20px;
    }
    .vipub-emoji-picker small{
        position: fixed;
        padding: 7px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        z-index: 99999;
        margin-top: -31px;
        margin-left: 262px;
    }
    .vipub-emoji-picker small:hover{
        transition-duration: 0.2s;
        opacity: 0.7;
    }
    .vipub-emoji-picker small i{
        color: #000;
        font-size: 20px;
    }
    
    .right-sidebar-live-search-container{
        width: 100%;
        padding: 7px 0px;
    }
    .right-sidebar-live-search-container:hover{
        background: #FAFAFA;
    }
    .right-sidebar-live-search-container > .livesearch-user-info{
        padding: 5px 13px;
        cursor: pointer;
    }
    .right-sidebar-live-search-container > .livesearch-user-info a{
        text-decoration: none;
    }
    .right-sidebar-live-search-container > .livesearch-user-info a img{
        width: 44px;
        height: 44px;
        border-radius: 50px;
        user-select: none;
        border: 1px solid #C6C6C6;
    }
    .right-sidebar-live-search-container > .livesearch-user-info h5{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        display: flex;
        align-items: center;
        margin-top: -40px;
        margin-left: 50px;
        margin-bottom: 2px;
    }
    .right-sidebar-live-search-container > .livesearch-user-info h5 svg{
        width: 14px;
        height: 14px;
        fill: #1da1f1;
        margin-left: 2px;
    }
    .right-sidebar-live-search-container > .livesearch-user-info p{
        display:flex;
        align-items:center;
        margin-bottom: 0px;
    }
    .right-sidebar-live-search-container > .livesearch-user-info p span{
        margin-left: 50px;
        font-size:14px;
        line-height: 18px;
        font-weight: 400;
        color: #737373;
        margin-right: 5px;
    }
    .right-sidebar-live-search-container > .livesearch-user-info p small{
        font-size: 14px;
        line-height: 18px;
        color: #737373;
    }
    .in-live-search-container{
        max-height: 95vh;
        overflow-x: scroll;
        border-radius: 5px;
        box-shadow: 0px 0px 20px 0px #0f14192b;
        background: #fff;
        z-index: 9999;
    }
    .in-live-search-container > .livesearch-userbox{
        display: flex;
        align-items:center;
        padding: 12px 12px 22px 0;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .in-live-search-container > .livesearch-userbox:hover{
        background: #FAFAFA;
    }
    .in-live-search-container > .livesearch-userbox a{
      display: flex;
      align-items:center; 
      text-decoration: none;
      
    }
    .in-live-search-container > .livesearch-userbox a i{
        padding: 5px;
        border: 1px solid #E3E3E3;
        border-radius: 50%;
        margin-right: 4px;
        font-size: 30px;
        background: #fff;
        margin-left: 15px;
    }
    .in-live-search-container > .livesearch-userbox a small{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #000;
        margin-left: 65px;
        margin-top: 8px;
        display:flex;
        flex-direction:column;
    }
    .in-live-search-container > .livesearch-userbox small span{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #737373;
        margin-top: -3px;
    }
    .livesearch-error{
        width: 100%;
        border-radius: 7px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.284);
        padding: 60px;
    }
    .livesearch-error h6{
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        position: relative;
        text-align: center;
    }
    .message-send-date-funct button{
        background: transparent;
        outline:none;
        border:none;
        margin-left: 20px;
    }
    .message-send-date-funct button i{
        font-size: 14px;
        color: #65676b;
    }
    .message-send-date-funct button i:hover{
        opacity: 0.6 !important;
    }
    .next-bottom-message-container{
        padding: 15px;
    }
    .next-bottom-message-container h5{
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0px;
    }
    .only-right-page-not-message-container{
        width: 100%;
        position: absolute;
        height: 100vh;
        border-left: 1px solid #DBDBDB;
        margin-left: 479px;   
        display:flex;
        flex-direction: column;
    }
    .only-right-page-not-message-container > .only-not-message-info-center{
        position: absolute;
        width: 500px;
        height: 100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-items:center;
        justify-content:center;
        cursor: default;
    }
    .only-right-page-not-message-container > .only-not-message-info-center small i{
        font-size: 70px;
        color: #000;
        padding: 15px;
        border:1px solid #000;
        border-radius: 50%;
    }
    .only-right-page-not-message-container > .only-not-message-info-center small{
        padding: 30px 0;
        border:1px solid #000;
        border-radius: 50%;
        margin-bottom: 20px;
    }
    .only-right-page-not-message-container > .only-not-message-info-center h5{
        font-size: 20px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
        text-align:center;
    }
    .only-right-page-not-message-container > .only-not-message-info-center h5 span{
        font-size: 14px;
        font-weight: 400;
        color: #737373;
    }
    .not-yet-message-page-one{
        width: 395px !important;
    }
    .connection-people-conn{
        width: 600px;
        margin: 0 auto;
        margin-left: 160px;
    }
    .connection-people-conn h6 svg{
        width: 20px;
        height: 20px;
        margin-right: 8px;
        cursor: pointer;
    }
    .connection-people-conn h6 svg:hover{
        opacity: 0.6;
    }
    .connection-people-conn h6{
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }
    .margin-bottom-connection-people{
        position: relative;
        margin-bottom: 60px !important;
    }
    .connection-random-users{
        margin-bottom: 0px;
    }
    .connection-random-users a{
        display: flex;
        align-items: center;
        text-decoration: none;
        cursor: default;
    }
    .connection-random-users a img{
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin-right: 10px;
        border: 1px solid #E8E8E8;
        cursor: pointer;
    }
    .connection-random-users a span{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #000;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        cursor: pointer;
    }
    .connection-random-users a span svg{
        width: 19px;
        height: 19px;
        fill: #1da1f1;
        position: absolute;
        margin-top: -5px;
        margin-left: -25px;
    }
    .connection-random-users a span h5{
        display: flex;
        flex-direction: column;
        color: #737373;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        cursor: pointer;
        flex-wrap: wrap;
    }
    .connection-random-users button{
        position: relative;
        float:right;
        margin-top: -50px;
        margin-right: 10px;
        padding: 7px 16px;
        font-size:14px;
        line-height: 18px;
        font-weight: 600;
        background: #0095F6;
        border-radius: 7px;
        border: none;
        outline: none;
        color: #fff;;
        user-select: none;
    }
    .connection-random-users button:hover{
        background-color: #1977F2;
    }
    .suggested-page-bottom-footer{
        position: relative;
        margin-top: 40px;
        text-align: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 600px;
        display: flex !important;
    }
    .suggested-page-bottom-footer a{
       margin-right: 15px;
        align-items: center;
        justify-items: center;
        flex-wrap: wrap;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        color: #00376b;
        text-transform: uppercase;
    }
    
    
    .vipubbox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.874);
        backdrop-filter: blur(3px);
    }
    
    .vipubbox-content img {
        max-width: 750px;
        max-height: 605px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.222);
        user-select: none;
        border-radius: 5px;
        object-fit: contain;
    }
    .vipubbox-overlay span{
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .vipubbox-overlay span i{
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
    .vipubbox-overlay span i:hover{
        opacity: 0.8;
    }
    .vipubbox-image-content-post-info-buttons{
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 33%;
        margin-left: -40px;
        margin: 0 auto;
        z-index: 9999;
        margin-left: -40px;
    }
    .vipubbox-image-content-post-info-buttons span{
        position: relative;
        padding: 10px;
        background-color: #fafafa0e;
        border-radius: 50%;
        text-align: center;
        align-items: center;
        justify-items: center;
        margin-bottom: 37px;
        padding-bottom: 7px;
    }
    .vipubbox-image-content-post-info-buttons span i{
        font-size: 19px;
        cursor: pointer !important;
    }
    .vipubbox-image-content-post-info-buttons small{
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin-left: -44px;
        position: absolute;
        top: 55px;
        cursor: default;
    }
    .vipubbox-image-content-post-info-buttons ret{
        color: #fff !important;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin-left: -44px;
        position: absolute;
        top: 130px;
        cursor: default;
    }
    .vipubbox-image-content-post-info-buttons rep{
        color: #fff !important;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin-left: -44px;
        position: absolute;
        top: 205px;
        cursor: default;
    }
    .vipubbox-image-content-post-info-buttons span:hover{
        opacity: 0.7;
    }
    .vipubbox-image-content-post-info-buttons a{
        text-decoration: none;
        position: absolute;
        top: -45px;
        margin-left: -42px;
    }
    .vipubbox-image-content-post-info-buttons a img{
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 1px solid #DBDBDB;
    }
    .notifications-page-maxheight{
        position: relative;
        min-height: 100vh;
        margin-bottom: 0px;
    }
    .notifications-page-maxheight::-webkit-scrollbar{
        display: none;
    }
    .vipubbox-overlay-reply {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.406);
    }
    .vipubbox-overlay-reply span{
        position: relative;
        z-index: 9999;
        top: -15px;
        left: 286px;
    }
    .vipubbox-overlay-reply span i{
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        padding: 7px;
        background: rgba(0, 0, 0, 0.724);
        border-radius: 50%;
    }
    .vipubbox-overlay-reply span i:hover{
        opacity: 0.8;
    }
    
    #reply-container-for-popup{
        padding: 25px;
        width: 600px;
        border-radius: 13px;
        background: #fff;
        z-index: 9999;
        user-select: none;
    }
    #reply-container-for-popup h5{
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        color: #000;
        text-align: center !important;
    }
    .reply-popup-container-user-details{
        display: flex;
        align-items: center;
        justify-items: center;
        margin-bottom: 25px;
    }
    .reply-popup-container-user-details img{
        width: 37px;
        height: 37px;
        border-radius: 50%;
    }
    .reply-popup-container-user-details h6{
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #000;
        margin-left: 6px;
        align-items: center;
        justify-items: center;
        margin-top: 5px;
    }
    .reply-popup-container-user-details h6 svg{
        width: 14px;
        height: 14px;
        fill: #1da1f1;
        margin-top: -2px;
    }
    .reply-popup-container-user-details h6 small{
        color: #737373;
        font-weight: 400;
    }
    #reply-container-for-popup > form{
        display: flex;
        flex-direction: column;
    }
    #reply-container-for-popup > form textarea{
        position: relative;
        width: 100%;
        padding: 10px 10px;
        border-radius: 5px;
        border: 1px solid #DBDBDB;
        min-height: 40px;
        max-height: 240px;
        outline: none;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        resize: none;
        margin-bottom: 15px;
    }
    #reply-container-for-popup > form small{
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        position: relative;
        top: -10px;
        user-select: none;
        margin-bottom: 20px;
    }
    #reply-container-for-popup > form button{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        background: #1da1f1;
        color: #fff;
        border: none;
        outline: none;
        border-radius: 50px;
    }
    #reply-container-for-popup > form button:hover{
        opacity: 0.8;
    }
    .reply-container-for-popup-title{
        position: relative;
        color: #1da1f1 !important;
        font-size: 13px !important;
        text-align: center !important;
        margin-bottom: 20px;
    }
    .reply-container-for-popup-title:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    .account-settings-page-for-users-page{
        position: relative;
        width: 890px;
        margin-left: 40px;
    }
    .account-settings-page-for-users-page > .settings-page-top-title{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .account-settings-page-for-users-page > .settings-page-top-title h5{
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
        display: flex;
        align-items: center;
        justify-items: center;
        margin-bottom: -10px;
    }
    .account-settings-page-for-users-page > .settings-page-top-title h5 svg{
        width: 24px;
        height: 24px;
        margin-right: 15px;
        cursor: pointer;
    }
    .account-settings-page-for-users-page > .settings-page-top-title h5 svg:hover{
        opacity: 0.6;
    }
    .account-settings-page-for-users-page > .settings-page-content-full{
        border: 1px solid #DBDBDB;
        border-radius: 3px;
    }
    .next-settings-page-container-none-border{
        border: none !important;
        min-height: 100vh !important;
    }
    .account-settings-page-for-users-page > .settings-page-content-full > .settings-page-content-user-menu{
        width: 241px;
        border-right: 1px solid #DBDBDB;
    }
    .menu-content-user-selection{
        padding: 15px;
        padding-bottom: 5px;
        text-decoration: none !important;
        user-select: none;
    }
    .menu-content-user-selection a{
        text-decoration: none;
    }
    .menu-content-user-selection a h5{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
    }
    .menu-content-user-selection:hover{
        background: rgba(0, 0, 0, 0.025);
    }
    #active-menu-settings-menu{
        font-weight: 600;
    }
    #delete-account-settings-menu{
        color: #1da1f1;
        font-weight: 600;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone{
        position: absolute;
        top: 90px;
        margin-left: 290px;
        width: 500px;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .edit-profile-right-zone-title{
        margin-bottom: 35px;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .edit-profile-right-zone-title h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        color: #000;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .edit-profile-right-zone-title small{
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #8e8e8e;
        letter-spacing: 1.1;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar{
        display: flex;
        align-items: center;
        justify-items: center;
        margin-bottom: 25px;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar > #changeAvatar img{
        width: 37px;
        height: 37px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-items: center;
        cursor: pointer;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar h5{
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #000;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        margin-left: 63px;
        margin-top: -38px;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar h5 span{
        color: #00376b;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        user-select: none;
    }
    .settings-page-content-full > .settings-edit-profile-right-zone > .user-profile-edit-form-content-full #change-avatar h5 span:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    .edit-input-profile{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .edit-input-profile label{
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #000;
        margin-bottom: 5px;
    }
    .edit-input-profile input{
        padding: 6px;
        border-radius: 4px;
        border: 1px solid #DBDBDB;
        outline: none;
        font-size: 14px;
        width: 100%;
    }
    .edit-input-profile select{
        padding: 6px;
        border-radius: 4px;
        border: 1px solid #DBDBDB;
        outline: none;
        font-size: 14px;
        width: 100%;
        outline: none;
        margin-bottom: 20px;
    }
    .edit-input-profile textarea{
        padding: 6px;
        border-radius: 4px;
        border: 1px solid #DBDBDB;
        outline: none;
        font-size: 14px;
        width: 100%;
        min-height: 80px;
        max-height: 130px;
    }
    .edit-input-profile small{
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #737373;
        margin-top: 5px;
    }
    .maxlenght-textarea-in-input-400{
        width: 400px !important;
    }
    .edit-input-profile button{
        width: 140px;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #fff;
        background: #1da1f1;
        border: none;
        outline: none;
        border-radius: 5px;
    }
    .edit-input-profile button:hover{
        opacity: 0.6;
    }
    .edit-input-profile > .user-switch-container-change{
        display: flex;
        align-items: center;
        justify-items: center;
        margin-left: -50px;
    }
    .edit-input-profile > .user-switch-container-change input[type="radio"] {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        background-color: transparent;
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        margin-left: 50px;
    }  
    .edit-input-profile > .user-switch-container-change span{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
    }
    #settings-label-title{
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        color: #262626;
        margin-bottom: 15px;
    }
    #email-notifications-info-text-small{
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #8e8e8e;
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 6px;
        width: 100%;
    }
    .next-settings-page-container{
        position: relative;
        margin-left: 150px !important;
        padding: 25px;
        border: 1px solid #DBDBDB;
        border-radius: 5px;
        margin-top: -25px;
    }
    .user-verified-page-in-status-account{
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-top: -25px;
    }
    .user-verified-page-in-status-account small{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #000;
    }
    .user-verified-page-in-status-account span{
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        color: #000;
        user-select: none;
    
        position: relative;
        justify-content: center;
    }
    .user-verified-page-in-status-account span svg{
        fill: #1da1f1;
        width: 16px;
        height: 16px;
        margin-left: 3px;
    }
    .user-verified-page-in-status-account svg{
        fill: #8e8e8e;
        width: 80px;
        height: 80px;
    }
    .empty-new-sent-verified-user h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        color: #000;
    }
    .empty-new-sent-verified-user small{
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #8e8e8e;
    }
    .premium-account-container{
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #DBDBDB;
    }
    .premium-account-container h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        color: #000;
    }
    .premium-account-container small{
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #8e8e8e;
    }
    .preimum-account-selection-info{
        display: flex;
        flex-direction: column;
    }
    .preimum-account-selection-info h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
    }
    .preimum-account-selection-info span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #8e8e8e;
    }
    .preimum-account-selection-info svg{
        width: 50px;
        height: 50px;
        fill: #1da1f1;
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .preimum-account-selection-info p{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #000;
        word-wrap: break-word;
    }
    .user-balance-current{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #DBDBDB;
    }
    .user-balance-current h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        color: #000;
        margin-bottom: 25px;
    }
    .user-balance-current h4{
        font-size: 22px;
        font-weight: 700;
        line-height: 15px;
        color: #000;
        user-select: none;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    .user-balance-current span{
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
        color: #8e8e8e;
    }
    .its-website-bank-transfer-for-bank-info{
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .balance-bank-transfer-user-info{
        position: relative;
        margin-bottom: 20px;
        text-align: left;
    }
    .balance-bank-transfer-user-info span h5{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
    }
    .balance-bank-transfer-user-info span span{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 5px;
        color: red;
    }
    .next-extra-user-account-balance-start > .wallet-next-balance-money h5{
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
    }
    .next-extra-user-account-balance-start > .wallet-balance-money-value span{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #8e8e8e;
    }
    .next-extra-user-account-balance-start > .your-balance-info-screen{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .next-extra-user-account-balance-start > .your-balance-info-screen form select{
        padding: 7px;
        width: 100%;
        border: 1px solid #DBDBDB;
        outline: none;
    }
    .update-transfer-selection{
        margin-top: 30px;
        float: right;
    }
    .update-transfer-selection button{
        padding: 10px 17px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #fff;
        background: #1da1f1;
        border-radius: 5px;
        border: none;
        outline: none;
    }
    .update-transfer-selection button:hover{
        opacity: 0.8;
    }
    .preimum-account-selection-info > .card{
        position: relative;
        padding: 25px;
        display: flex;
        flex-direction: column;
        width: 100%;
        user-select: none;
        border-radius: 13px;
        margin-bottom: 15px;
    }
    .preimum-account-selection-info > .card:hover{
        border: 1px solid #1da1f1;
        cursor: default;
    }
    .preimum-account-selection-info > .card h6{
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #8e8e8e;
    }
    .preimum-account-selection-info > .card h5{
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
    }
    .preimum-account-selection-info > .card h4{
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
        letter-spacing: .1px;
        margin-bottom: -0px;
    }
    .preimum-account-selection-info > .card h4 small{
        color: #8e8e8e;
    }
    .preimum-account-selection-info > .card button{
        padding: 13px 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #fff;
        background: #188CD8;
        border-radius: 25px;
        display: inline-block;
        border: none;
        outline: none;
        position: absolute;
        right: 15px;
        bottom: 40px;
        cursor: pointer;
        
    }
    .preimum-account-selection-info > .card button:hover{
        opacity: 0.7;
    }
    .preimum-account-selection-info > .card button[disabled]{
        opacity: 0.7 !important;
    }
    .vipub-verified-subscription-info-text{
        position: relative;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        word-wrap: break-word;
        color: #8e8e8e;
    }
    .user-not-and-banned-profile-container{
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
        user-select: none;
    }
    .user-not-and-banned-profile-container i{
        font-size: 70px;
        position: relative;
        display: inline-block;
        background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .user-not-and-banned-profile-container h4{
        font-size: 27px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .user-not-and-banned-profile-container h5{
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
        margin-bottom: 25px;   
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .user-not-and-banned-profile-container span{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #737373;
        margin-bottom: 50px;
    }
    .user-not-and-banned-profile-container p{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #000000;
        margin-bottom: 50px;
    }
    .receipt-image-bank-balance-container{
        position: relative;
        margin-top: 25px;
    }
    .receipt-image-bank-balance-container label{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        margin-bottom: 15px;
        
    }
    #updateBalanceBank{
        padding-top: 25px;
        border-top: 1px solid #DBDBDB;
    }
    .status-page-dropdown-position{
        position: absolute !important;
        min-width: 270px;
        max-width: 350px;
        margin-left: -150px;
        margin-top: -200px;
        z-index: 9999;
        display: inline-block;
    }
    #your-comments-post{
        width: 470px;
        margin: 0 auto;
        color: #000;
        margin-bottom: 15px;
        border-radius: 2px;
        user-select: none;
    }
    #your-comments-post h5{
        width: fit-content;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        color: #000;
        display: inline-flex;
        border: 1px solid #DBDBDB;
        text-transform: uppercase;
        letter-spacing: 2.2px;
        padding: 15px;
        border-radius: 12px 0px 12px 0px;
        
    }

    .vipubSM_alert {
        position: fixed;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-size: 14px;
        padding: 17px;
        border-radius: 3px;
        z-index: 9999;
        min-width: 220px;
        max-width: 380px;
        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;
      }
}
.welcome-dropdown-menu{
    position: relative !important;
    padding: 4px 5px;
    border-radius: 4px;
    border: none;
    outline:none;
    font-size: 12px !important;
    color: #f5f5f5;
    background: rgba(0, 0, 0, 0.576);
    backdrop-filter: blur(15px);
    user-select: none;
    margin: 0 auto;
    top: 25px;
    width: 100%;
}