*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: rgb(108, 108, 108);
    letter-spacing:  .5px;
    box-sizing: border-box;
}
body{
    background: rgba(242, 241, 241, 0.641);
    color: #4b4a4a;
}
.blogs_subheading {
    display: inline;
}
.tagcontent
{
margin: 20px;
}
.tagcontent img
{
    width: 100%;
}
a{
    text-decoration: none;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    background-color: white;
    width: 100%;
    height: 4.25rem;
    margin: 0 auto;
}
.cardtoptagers
{
    align-items: center;
}
#loader
{
align-items: center;
}

.navbar-center ul li{
    display: inline-block;
    list-style: none;
}
.navbar-center ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 5px 8px;
    padding-right: 5px;
    position: relative;
}
.navbar-center ul li a img{
    width: 30px;
}

.navbar-center ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #664beb;
    position: absolute;
    bottom: -15px;
    transition: width 0.3s;
}
.navbar-center ul li a:hover::after,
.navbar-center ul li a.active-link::after
{
    width: 100%;
}


.nav-profile-img{
    width: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
}
.online{
    position: relative;
}
.online::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background: #41db51;
    position: absolute;
}
.search-box{
    background: #f0f2f5;
    width: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.navbar-left{
    display: flex;
    align-items: center;
}
.search-box img{
    width: 14px;
}
.search-box input{
    width: 100%;
    background: transparent;
    padding: 8px;
    outline: none;
    border: 0;
}
/* ------ navbar end-------------- */


/* -----------left-sidebar---------- */
.left-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
}

.sidebar-activitya{
   font-size: 24px;
}


.sidebar-profile-box{
    background: #fff;
    border-radius: 10px;
    margin: 3%;
    border: 1px solid #eae9e9;
}
.sidebar-profile-info{
    padding: 0 25px;
   
}
#probanner
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100% ;
    height:120px;
}
.sidebar-profile-info img{
    width: 90px;
    border-radius: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    margin-top: -45px;
}
.sidebar-profile-info h1{
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.sidebar-profile-info h3{
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.sidebar-profile-info ul{
    list-style: none;
    margin: 20px 0;
}
.sidebar-profile-info ul li{
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}
.sidebar-profile-info ul li span{
    float: right;
    color: #664beb;
}
.sidebar-profile-link{
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.sidebar-profile-link a{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 13px;
    border-left: 1px solid #ccc;
}
.sidebar-profile-link a:first-child{
    border-left: 0
}
.cardtop
{
    height: 200px;
    width: 200px;
}
.sidebar-profile-link a img{
    width: 20px;
    margin-right: 10px;
}

.sidebar-activity-profile{
    background: #fff;
    padding:10px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}.sidebar-activity-profile h3{
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity-profile a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity-profile a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity-profile i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity-profile a img{
    width: 20px;
    margin-right: 10px;
}


.sidebar-activity{
    background: #fff;
    padding:10px;
    margin: 3%;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}

.sidebar-activity h3{
    color: #484646;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity a img{
    width: 20px;
    margin-right: 10px;
}
.discover-more-link{
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
}
.discover-more-link a{
    color: #664beb;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}


/* ----------right-sidebar------------ */
.right-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.sidebar-news{
    background: #fff;
    padding: 10px 25px;
    margin: 3%;
    border-radius: 10px;
    border: 1px solid #eae9e9;
}
.info-icon{
    width: 15px;
    float: right;
    margin-top: 15px;
}

.sidebar-news h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 10px 0 30px;
}
.sidebar-news a{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -5px;
}
.sidebar-news span{
    font-size: 12px;
}

.sidebar-news .read-more-link{
   color: #664beb;
   font-weight: 500;
   margin: 20px 0 10px;
}


.ad-link{
    display: inline-block;
    width: fit-content;
    border: 1px solid #664beb;
    border-radius: 30px;
    padding: 5px 15px;
    color: #664beb;
    font-weight: 500;
    margin: 20px auto 10px;
}
.sidebar-useful-links{
    padding: 15px 25px;
    text-align: center;
}

.sidebar-useful-links a{
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
}
.copyright-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
}
.copyright-msg img{
    width: 18px;
    margin-right: 4px;
}
#tagnameid
{
    color: #664beb;
}
#postcard{
    
    width: 100%;
}
.badge {
    background-color: #664beb;
    color: white;
    padding: 2px 2px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
  }
/* -------------main-content------------ */
.main-content{
    flex-basis: 47%;
    width: 47%;
}
.main-contentmessge{
    flex-basis: 70%;
    height: 100%;
    width: 100%;
}
.create-post{
    background: #fff;
    border:1px solid #eae9e9;
    margin-top: 10px;
    border-radius: 10px;
}
.create-post-input{
    padding: 10px 10px 10px;
    display: flex;
    align-items: flex-start;
}
.create-post-input p{
    font-size: 12px;
    color: #664beb;
}

.create-post-input img{
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.create-post-input textarea{
    width: 100%;
    border: 0;
    outline: 0;
    height: auto;
    resize: none;
    background: transparent;
    margin-top: 8px;
}
::placeholder{
    font-weight: 500;
}
.create-post-links{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.create-post-links li{
    list-style: none;
    flex-basis: 33.3%;
    border-radius: 10px;
    margin: 5px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.create-post-links li img{
    width: 15px;
    margin-right: 5px;
}
.sort-by{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.sort-by hr{
    flex: 1;
    border: 0;
    height: 1px;
    background: #ccc;
}
.sort-by p{
    font-size: 13px;
    padding-left: 5px;
}
.sort-by p span{
    font-weight: 600;
    cursor: pointer;
}
.sort-by p span img{
    width: 12px;
    margin-left: 3px;
}
.post-profile{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.profiletext
{
    font-size: 14px;
    color: #5f5f5f;
}
.post{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.post-author{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 5px;
    
}
.post-author-bottom{
    margin: 10px;
}
.post-author-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.post-author-imgx{
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    float: right;
    margin: 15px;
}
.post-author-h1{
    font-size: 14px;
    margin: -5px;
    font-weight: 400;
}
.post-author-small{
    display: block;
    color: rgb(132, 132, 134);
    margin: -5px;
    font-size: 12px;
}
.post-author-smallx{
    display: block;
    margin: -5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(78, 78, 79);
}
.post-p{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.post-pp{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 12px;
    padding: 10px;
}
.post-ppp{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 16px;
    padding: 10px;
   
}
.ppxpost { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.post-img{
    margin-bottom: 15px;
    width: 100%;
}
.post-vid{
    margin-bottom: 15px;
    width: 100%;
}
.post-stats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.post-stats div{
    display: flex;
    align-items: center;
}
.post-stats img{
    width: 15px;
    margin-right: -5px;
}
.liked-users{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    overflow: hidden;
    margin: 10px;
    color: rgb(108, 108, 108);
}
.post-activityx{
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.post-activity-likes{
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    font-weight: 500;
}
.post-activity{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.post-activity:hover{
cursor: pointer;
}
.post-activity div{
    display: flex;
    align-items: center;
}
.post-activity-user-icon{
    width: 22px;
    border-radius: 50%;
}
.post-activity-arrow-icon{
    width: 12px;
    margin-left: 5px;
}
.post-activity-link img{
    width: 18px;
    margin-right: 8px;
}



/* ------------- profile-drop-down-menu ------------ */
.profile-menu-wrap{
    position: absolute;
    top: 100%;
    right: 5%;
    width: 320px;
   
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.profile-menu-wrap.open-menu{
    max-height: 400px;
}

.profile-menu{
    background: #ffffff;
    color: #2f2929;
    padding: 20px;
    border-left :  1px solid #eae9e9;
    border-right :  1px solid #eae9e9;
    border-bottom :  1px solid #eae9e9;
}
.user-info{
    display: flex;
    align-items: center;
}
.user-info img{
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.user-info h3{
    font-weight: 500;
    margin-bottom: -7px;
}
.user-info a{
    color: #161b21;
    font-size: 13px;
}
.profile-menu hr{
    border: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 15px 0 10px;
}
.profile-menu-link{
    display: flex;
    align-items: center;
    color: #140d0d;
    margin: 12px 0;
    cursor: pointer;
    font-size: 14px;
}
.profile-menu-link p{
    width: 100%;
}
.profile-menu-link img{
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
/* ------------------------profile-page------------------ */

.profile-main{
    flex-basis: 45%;
    width:45%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}
.container
{
    width: 100%;
}
.profile-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.profile-container{
    background: #fff;
    overflow: hidden;
}
.profile-container-inner{
    padding: 0 4% 10px;
}
.profile-container-innerx{
    padding: 0 2% 5px;
}
.profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -75px;
    padding: 5px;
    background: #fff;
}
.profile-container h1{
    font-size: 28px;
    font-weight: 600;
    color: #222;
}
.profile-container b{
    font-weight: 500;
}
.profile-container p{
    margin-top: 5px;
}
.profile-container p a{
    color: #664beb;
    font-weight: 500;
}
.mutual-connection{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.mutual-connection img{
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}   
.profile-btn{
    margin: 20px 0;
}
.profile-btn a{
    display: inline-flex;
    align-items: center;
    background: #e4e6eb;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 10px;
}
.profile-btn a img{
    width: 18px;
    margin-right: 5px;
}
.profile-btn .primary-btn{
    background: #664beb;
    color: #fff;
}

.profile-description{
    background: #fff;
    padding: 10px;
}
.profile-description h2{
    color: #333;
    margin: 10px 0 20px;
    font-weight: 600;
}
.more
{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    color: rgb(108, 108, 108);
}
.see-more-link{
    display: block;
    text-align: right;
    font-size: 15px;
}
.profile-desc-row{
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.profile-desc-row img{
    width: 50px;
    margin-right: 25px;
    margin-top: 5px;
}
.profile-desc-row div{
    width: 100%;
}
.profile-desc-row h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.profile-desc-row b{
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.profile-desc-row p{
    margin-top: 15px;
}
.profile-desc-row hr{
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 10px;
}
.experience-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    font-weight: 500;
}
.experience-link img{
    width: 20px;
    margin-left: 8px;
}
.skills-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    border: 1px solid #777;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}
.language-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    background: #e4e6eb;
    font-size: 12px;
    font-weight: 500;
}

/* --------profile-right-sidebar----------- */
.profile-sidebar .sidebar-ad{
    margin: 0;
}
.sidebar-ad{
    background: #fff;
    padding: 15px 25px;
    text-align: center;
    border: 1px solid #eae9e9;
    margin: 3%;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
}

.sidebar-ad small{
    float: right;
    font-weight: 500;
}
.sidebar-ad p{
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar-ad b{
    display: block;
    font-weight: 500;
    margin-top: 10px;
}
.sidebar-people{
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
    
    font-size: 12px;
}
.sidebar-people h3{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.sidebar-people-row{
    display: flex;
    align-items: flex-start;
    margin: 6px 0;
}
.sidebar-people-row img{
    width: 40px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
}
.sidebar-people-row h2{
    font-weight: 500;
    font-size: 16px;
}
.sidebar-people-row a{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 25px;
    border: 1px solid #5f5f5f;
    border-radius: 30px;
    font-weight: 500;
}
.profile-footer{
    padding: 0 6% 30px;
}
.profile-footer .sidebar-useful-links{
    text-align: left;
    padding: 0;
}
.profile-footer .copyright-msg{
    justify-content: flex-start;
}

#showMoreLink{
    display: none;
}
/* -------------media query for small screen --------------- */
@media only screen and (max-width: 600px){
    .search-box{
        background: transparent;
        width: auto;
        padding: 0;
    }
    .search-box input{
        width: 0;
        padding: 0;
    }
    .navbar-center ul li a span{
        display: none;
    }
    .navbar-center ul li a{
        padding-right: 0;
        margin: 5px;
    }
    .nav-profile-img{
        width: 30px;
    }
    .container{
        padding: 25px 3%;
    }
    .left-sidebar, .right-sidebar{
        flex-basis: 100%;
        position: relative;
        top: unset;
    }
    .main-content{
        flex-basis: 100%;
    }
    .post-stats div{
        margin: 0px 0;
    }
    .post-activity-link span{
        display: none;
    }
    .post-activity-link img{
        margin-right: 0;
    }
    .profile-main, .profile-sidebar{
        flex-basis: 100%;
    }
    .profile-container{
        font-size: 14px;
    }
    .BannerPic
    {
        height:100%;
        width:100%;
        overflow: hidden;
        height: 100px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .profile-pic{
        width: 100px;
        margin-top: -50px;
    }
    .profile-description{
        font-size: 14px;
    }
    #showMoreLink{
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        cursor: pointer;
    }
    .sidebar-activity{
        display: none;
    }
    .sidebar-activity.open-activity{
        display: block;
    }
}
#image{
    width: 400px;
    height: auto;
  }
  #imgupload
  {
    width: 100%;
  }
.file-input
{
    width: 100%;
}
  .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
  }
  
  .file-input__label svg {
    height: 16px;
    margin-right: 4px;
  }
  .file_upload {
    opacity: 0.0;
 
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 
    /* IE 5-7 */
    filter: alpha(opacity=0);
  
    /* Netscape or and older firefox browsers */
    -moz-opacity: 0.0;
 
    /* older Safari browsers */
    -khtml-opacity: 0.0;
        width: 20px;
    position: absolute;
 }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.609);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        width: 80%;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 60%;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 50%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 60%;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 45%;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 55%;
    }
}
/* Modal Content */

textarea
{
    width: 100%;
    padding: auto;
    align-items: center;
    border: none;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.emtylisttext
{
    padding: 10px;
    font-size: 16px;
}
.listback
{
background-color: white;
}
.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.button11
{
    background: #664beb;
    border-radius: 5px;
    border-bottom: solid 2px #664beb;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    margin: 20px;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
}
.exampleTextarea {
    border-radius: 10px;
    padding: 5px;
    margin-top: 15px;
    font-size: 18px;
    width: 100%;
    resize: none;
    overflow-y: scroll;
    
}
textarea::placeholder {
    font-size: 18px;
}

.exampleTextarea:focus {
    outline: none !important;
  }
#message
{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}
#message
{
    color: #664beb;
}
::placeholder {
    text-align: center; 
 }
 ::-webkit-input-placeholder {
    text-align: center;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    text-align: center;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
 }
 
 :-ms-input-placeholder {  
    text-align: center; 
 }


.containeri {
    display: grid;
    background-color: white;
    border-radius: 10px;
    grid-template-columns: repeat(auto-fit, 120px);
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    border: 1px solid #eae9e9;
    padding: 10px;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    list-style: none;
}

.containeri>.item {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.containeri>.item img {
    padding: 5px;
    align-items: center;
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.tagbuttons
{
    background-color: #664beb;
    border: none;
    color:#fff;
    border-radius: 10px;
    padding: 6px;
    width: 100%;
    font-size: 12;
    align-items: center;
    margin: 2px;
}
.tagbuttonsremove
{
    background-color: #e3dff3;
    border: none;
    color:#201f1f;
    border-radius: 10px;
    font-size: 12;
    width: 100%;
    align-items: center;
    padding: 6px;
    margin: 2px;
}
.user-stats
{
text-align: center;
}
.hide{
    display: none;
}
.readmore
{
    color: #8733f5;
    align-content: center;
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.buttontextpost
{
    font-size: 16px;
    margin-left: 5px;
    align-content: center;
    cursor: pointer;
}

.reaction{
    height: 20px;
    width: 20px;
    background-color: white;
}

audio{
    align-items: center;
}
.propic
{
    height: 100px;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}
.proname
{
   
    font-size: 14px;
    font-weight: 600px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    width: 100%;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
   min-height: max-content;
}
.pronameintro
{
   
    font-size: 12px;
    font-weight: 400px;
    text-align: center;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.divuser
{
     background-color: white;
     width: 100%;
     text-align: center;
   
     padding: 5px;
     overflow: hidden;
     border-radius: 15px;
}
.divuserouter
{
     background-color: white;
     align-items: center;
     box-shadow: 5px 5px 5px  rgb(235, 236, 236);
     width: 100%;
     border: 1px solid #eae9e9;
     border-radius: 15px;
     align-content: center;
}


/* CSS */
.button-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  width: 100%;
  border: none;

  color: #fff;
  background: linear-gradient(180deg, #664beb 0%, #664bebc0 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-10:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
.messagefooter
{
    float: inline-end;
    position: fixed;
    color: #000;
    width: 100%;
    height: 100%;
}
.chat-item {
    padding: 15px 10px;
    border-bottom: 1px solid var(--background-color);
}

.info-avatar,
.avatar {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background-color: darkgrey;
    float: left;
    margin-right: 15px;
}


.info-avatar {
    width: 100px;
    height: 100px;
    text-align: center;
    float: none;
    margin: 50px auto 0;
}

.info-name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.info-description {
    margin: 20px 0;
    text-align: center;
}

.chat-message {
    border: 1px solid var(--background-color);
    border-radius: 20px 0 20px 20px;
    margin-bottom: 15px;
    padding: 20px;
    width: calc(100% - 40px);
    background-color: var(--background-color);
}

.chat-message:nth-child(2n) {
    margin-left: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    background-color: var(--primary-color);
    color: white;
}


.left, .middle, .right {
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    padding: 15px;
    border-radius: 20px;
}

.left {
    cursor: pointer;
}

.middle, .right {
    transition: transform .2s;
    transform: translateX(100%);
}

.middle {
    padding-top: 40px;
}

.right.show,
.middle.show {
    transform: translateX(0);
}


.button-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 15px;
    padding: 0 15px;
}


@media screen and (min-width: 768px) {
    #back-button {
        display: none;
    }

    .left {
        width: 300px;
    }

    .middle {
        transform: translateX(0);
    }

    .middle, .right {
        width: calc(100% - 300px);
        left: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .left {
        width: 400px;
    }

    .middle {
        width: calc(100% - 800px);
        left: 400px;
    }

    .right {
        transform: translateX(0);
        width: 400px;
        left: unset;
        right: 0;
    }

    #info-button,
    #close-button {
        display: none;
    }
}
.MessagesBox
{
    display: flex;
    height: 90vh;
    background-color: rgb(209, 203, 203);
}

.messagebox1
{
flex: 1;
background-color: #b8b3b3;
flex-direction: row;
list-style: none;
}
.messagebox2
{
   flex: 2; 
   background-color: #d8d5d5;
}
.messagebox3
{
     flex: 1;
     background-color: #ffffff;
}
/* vertical menu styles */
@media (max-width: 600px) {
    .MessagesBox {
       flex-direction: column;
    }
    .messagebox1 {
      
       width: 100%;
       height: 100%;
       display: block;
    }
    .messagebox2 {
       
        width: 100%;
        display: none;
     }
     .messagebox3 {
        
        width: 100%;
        display: none;
     }
}
.messagebox_inner_div_left
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_center
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_right
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}

.messagebox_inner_div_left_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;

}
.messagebox_inner_div_left_discptx
{
    width: 100%;
    height: 90%;
    background-color: #f8f5f5;

}
.messagebox_inner_div_center_discpt
{
    width: 99.5%; 
    height: 10%;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #ffffff;
}
.messagebox_inner_div_center_discptx
{
    width: 100%; 
    height: 60%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
.messagebox_inner_div_center_discptxx
{
    width: 100%; 
    height: 30%;
    background-color: #fffdfd;
}
.messagebox_inner_div_right_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;
}
.messagebox_inner_div_right_discptx
{
    width: 100%;
    height: 100%;
    background-color: #f8f5f5;
}
.messagerlist
{
  overflow: scroll;  
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(235, 229, 245); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 199); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e4e0e0; 
  }

  .cardxxx{
    background-color: white;
    margin: 2px;
    display: flex;
    align-items: center;
  }

  .card
  {
   display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 2px;
    
    padding: 10px;
  }
  .card:hover
  {
    cursor: pointer;
    background-color: rgb(233, 232, 232);
  }
  .userinfo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
  }
  .profileheadings
  {
    font-size: 14px;
    color: #7c7c7c;
  }
  #username 
  {
    font-size: 18px;
    color: #7c7c7c;
  }
  .username
  {
    color: #7c7c7c;
    margin-top: 10px;
  }
  .msg
  {
    color: #747373;
    overflow: hidden;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
  }
  .time{
    font-size: 8px;
    margin: 2px;
    color: #747373;
  }
  .divmargin
  {
    margin: 2px;
  }
  .msgview
  {
    color: #747373;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .msgtime
  {
    font-size: 12px;
  }
  .cardxx {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 350px;
    text-align: center;
    margin-top: 60px;
}
.card_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    padding-bottom: 20px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
}
.header.on-scroll {
    background: var(--color-black-300);
    box-shadow: var(--shadow-medium);
}
.cardheader
{
 display: flex;
  justify-content: space-between;
  padding: 10px;
}
.userinfo h4{
    margin: 5px;
    font-size: 24px;
    color: #4b4a4a;
}
.userinfo-img
{
    width: 10px;
    height: 10px;
}
.textareax {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 15px;
    width: 100%;
    height: 50%;
    color: #acaaaa;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #f2f0f0;
    border-radius: 50px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
.textarea {
    margin-top: 5px;
    width: 100%;
    height: 50%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
  .imageciew
  {
    display: flex;
  }
  .dropbtnx {
    background-color: #e4e4e4;
    color: rgb(7, 5, 5);
    font-size: 16px;
    height: 10px;
    width: 10px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtnx:hover, .dropbtnx:focus {
    background-color: #ffffff;
  }
  
  .dropdownx {
    position: relative;
    display: inline-block;
  }
  
  .dropdownx-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdownx-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdownx a:hover {background-color: #ddd;}
  
  .showx {display: block;}
  
  .search{
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    padding: 5px;
    background-color: #e4e0e0;
  }
  .cardheaderx
{
 display: flex;
  justify-content: center;
}
.lileft
{
float: left;
background-color: #f5f5f8;
}
.liRight
{
    float: right;
    list-style: none;
    width: 100%;
    text-align: right;
    display: inline-block;
    background-color: #f5f5f8;
    margin: 5px;
    padding: auto;
}
.leftdiv
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: flex;
 max-width: 100%;
 text-align: start;
 float: left;
 padding: 15px;
    border-radius:5px;
}
.rightdiv
{
    background-color: #c0c1f8;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    display: flex;
    float: right;
    text-align: start;
    padding: 15px;
    border-radius:5px;
}
.outerdiv
{
    background-color: #f8f7fa;
    width:100%;
    height: fit-content;
    float: right;
    text-align: start;
    padding: 5px;
}
.messagesx
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: contents;
 word-wrap: break-word;  
 overflow: hidden;
 text-align: start;
 float: left;
 padding: 15px;
}
.btn {
    background-color: rgba(82, 46, 182, 0.836);
    border: none;
    color: white;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
  }
    .commentboxdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

  .commentbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
   
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

.custom-search {
    position: relative;
    width: 100%;
  }
  .custom-search-reply {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyxx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .itemsdiv
  {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 50vh;
  }
  .custom-search-input {
    width: 100%;
    border: 1px solid rgba(248, 245, 251, 0.641);
    background-color: rgba(248, 245, 251, 0.641);
    border-radius: 100px;
    padding: 10px 10px 10px 20px; 
    line-height: 1;
    padding: 10px;
    text-align: start;
    box-sizing: border-box;
    outline: none;
  }
  ::placeholder {
  text-align: start;
  font-size: small;
}
#imageinput
{
    width: 100%;
    overflow: hidden;
}
  .custom-search-bottonemoji {
    float: left;
    display: table-cell;
    padding: 5px;
    color: #664beb;
    border-radius: 50%;
    font-size: 30px;
    vertical-align: middle;
  }
  .custom-search-bottonemoji:hover {
    color: #739bf1;
    cursor: pointer;
  }
  .custom-search-botton {
    float: right;
    border: 0;
    background: #664beb;
    color: #fff;
    outline: none;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 100px;
  }
  .custom-search-botton:hover
  {
    background: #8d7be4;
  }
  .comment-thread {
    width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}

/* 
    Body, button, comment-thread, and utilities

    Notes:
        - This section sets some basic styles. You can ignore this part and 
        go directly to the comment styles.
*/

* {
    box-sizing: border-box;
}
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
button:hover,
button:focus,
button:active {
    cursor: pointer;
    background-color: #ecf0f1;
}
.comment-thread {width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}
.m-0 {
    margin: 0;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Comment */

.comment {
    position: relative;
    margin: 1px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}

/* Adjustments for toggleable comments */

details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    content: "Click to hide";
}
details.comment:not([open]) .comment-heading::after {
    content: "Click to show";
}

/* Adjustment for Internet Explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Resets cursor, and removes prompt text on Internet Explorer */
    .comment-heading {
        cursor: default;
    }
    details.comment[open] .comment-heading::after,
    details.comment:not([open]) .comment-heading::after {
        content: " ";
    }
}

/* Styling the reply to comment form */

.reply-form textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.d-none {
    display: none;
}

.commenterpic
{
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
.commentdivttime
{
    font-size: 10px;
    color: #494949;
}
.commentdivtname
{
    font-size: 18px;
    color: #494949;
}
.commentdivttext
{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#959292;
}

.ppx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 12px;
    color: rgb(108, 108, 108);
}
.ppxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 10px;
    color: rgb(180, 180, 182);
}
.ppxxn { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 12px;
    color: rgb(126, 125, 125);
}
.ppxxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    margin-top: 2
    5px;
    font-size: 12px;
    color: rgb(51, 51, 52);
}
.commentdivt
{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.commentdivtlikescommentdiv
{ 
}
.commentdivtlikescommentdivc
{
  margin-left: 70px; 
}

.emoji-drawer {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: opacity 0.2s;
}

.hidden {
  opacity: 0;
  display: none;
}

.emoji {
    text-align: center;
    font-size: 24px;
    width: 20%;
    padding: 8px;
}

.emoji:hover {
    cursor: pointer;
}

.commentcardcommentboxinner
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    margin-left: 70px; 
}
.commentlist
{
    margin-top: 10px;
    width: 100%;
}
.commentcardimg
{
    margin: 10px;
}

.expend_clopser
{
    font-size: 14px;
    color: rgb(180, 180, 182);
    margin: 10px;
    padding-left: 20px;
    cursor: pointer;
}
.replycardmenu
{
    float: right;
    height: 15px;
    width: 10px;
}
.replieslistc
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    border-radius: 20px;
 
}
.commentcardcontnet
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 0  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.commentcardcontnetx
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 20px  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.replieslistx
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.ppxxx
{

}
.commentcard
{
    display: flex;
}
.replymenu
{
   float: right;
}
.commentboxcard
{
    margin-left: 20%;
}
.commentdivtt
{
    display: flex;
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentdivttadeed
{
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentpropic
{
    padding: 10px;
    width: fit-content;
}
.commentcontent
{
    padding: 10px;
    
}
.commentdivtname
{
    font-size: 16px;
}
.commentdivttext
{
    margin: 0;
    font-size: 16px;
    padding:0;
    width:100%;
    position: relative; 
    word-break: break-all; 
}
.commentlikereply
{
    display: flex;
    cursor: pointer;
}
.commentlikereplylike
{
margin-left: 10px;
}
.commentlikereplyreply
{
    margin-left: 10px;
   
}


  :root {
    --background: #ffffff00;
    --icon-color: rgb(102, 75, 235);
    --width: 10px;
    --height: 10px;
    --border-radius: 100%;
}
.wrapper {
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
   
}
.wrapper .fab {
    background: var(--background);
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
}
.wrapper .fab::before, .wrapper .fab::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    background: rgb(102, 75, 235)
}
.wrapper .fab::before {
    width: 4px;
    height: 12px;
}
.wrapper .fab::after {
    width: 12px;
    height: 4px;
}
.wrapper .fac {
    width:  150px;
    height: 32px;
    border-radius: 64px;
    position: absolute;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 10px 1px rgba(102, 75, 235, 0.278);
    opacity: 0;
    left: -110px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.2s ease-in, left 0.2s ease-in, width 0.1s ease-in;
}
.wrapper .fac a {
    color: var(--icon-color);
    opacity: 0.8;
}
.wrapper .fac a:hover {
    transition: 0.2s;
    opacity: 1;
    color: #a4a4a4;
}
.wrapper input {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: absolute;
    z-index: 5;
    opacity: 0;
}
.wrapper input:checked ~ .fab {
    animation: fab-animation 0.4s ease-out forwards;
}
.wrapper input:checked ~ .fac {
    width: 150px ;
    height: 32px;
    animation: fac-animation 0.4s ease-out forwards 0.1s;
    left: -180px;
    opacity: 1;
}
@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
   }
    20% {
        transform: rotate(60deg) scale(0.93);
   }
    55% {
        transform: rotate(35deg) scale(0.97);
   }
    80% {
        transform: rotate(48deg) scale(0.94);
   }
    100% {
        transform: rotate(45deg) scale(0.95);
   }
}
@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
   }
    20% {
        transform: rotate(-15deg);
   }
    55% {
        transform: rotate(10deg);
   }
    80% {
        transform: rotate(-3deg);
   }
    100% {
        transform: rotate(0) scale(1);
   }
}
@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
   }
    33% {
        transform: scale(0.95, 1.05);
   }
    66% {
        transform: scale(1.05, 0.95);
   }
    100% {
        transform: scale(1, 1);
   }
}



  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .footer
  {
    display:inline-block;
    width: 100%;
    text-align: justify;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftfooter {
    float: left;
    align-items: self-start;  
    margin: 10px;
    text-align: start;
  }
  
  .rightfooter {
    float: right;
    margin: 10px;
    align-items: self-end;  
    text-align: end;
  }

  .loader
  {
    width: 100%;
overflow: hidden;
  }

  @keyframes barWidth {
    0% {
        width: 0%;
   }
    25% {
        width: 50%;
   }
    50% {
        width: 100%;
   }
    75% {
        width: 50%;
   }
    100% {
        width: 0%;
   }
}
@keyframes barWidth2 {
    0% {
        width: 0%;
   }
    50% {
        width: 50%;
   }
    100% {
        width: 100%;
   }
}
.horizontal-bar-wrap {
    height: 3px;
    width: 100%;
}
.horizontal-bar-wrap .bar {
    position: relative;
    width: 0%;
    height: 100%;
    margin: 0 auto;
    animation: barWidth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.horizontal-bar-wrap .bar.bar1 {
    animation-delay: 0s;
    background: #8c51eb;
    top: 0;
    z-index: 1;
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: rgb(108, 108, 108);
    letter-spacing:  .5px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.cardtoptagers
{
    align-items: center;
}
#loader
{
align-items: center;
}

.navbar-center ul li{
    display: inline-block;
    list-style: none;
}
.navbar-center ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 5px 8px;
    padding-right: 5px;
    position: relative;
}
.navbar-center ul li a img{
    width: 30px;
}

.navbar-center ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #664beb;
    position: absolute;
    bottom: -15px;
    transition: width 0.3s;
}
.navbar-center ul li a:hover::after,
.navbar-center ul li a.active-link::after
{
    width: 100%;
}


.nav-profile-img{
    width: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
}
.online{
    position: relative;
}
.online::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background: #41db51;
    position: absolute;
}
.search-box{
    background: #f0f2f5;
    width: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.navbar-left{
    display: flex;
    align-items: center;
}
.search-box img{
    width: 14px;
}
.search-box input{
    width: 100%;
    background: transparent;
    padding: 8px;
    outline: none;
    border: 0;
}
/* ------ navbar end-------------- */

.container{
    padding: 20px 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* -----------left-sidebar---------- */

.sidebar-activitya{
   font-size: 24px;
}


.sidebar-profile-box{
    background: #fff;
    border-radius: 10px;
    margin: 3%;
    border: 1px solid #eae9e9;
}
.sidebar-profile-info{
    padding: 0 25px;
   
}
#probanner
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100% ;
    height:120px;
}
.sidebar-profile-info img{
    width: 90px;
    border-radius: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    margin-top: -45px;
}
.sidebar-profile-info h1{
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.sidebar-profile-info h3{
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.sidebar-profile-info ul{
    list-style: none;
    margin: 20px 0;
}
.sidebar-profile-info ul li{
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}
.sidebar-profile-info ul li span{
    float: right;
    color: #664beb;
}
.sidebar-profile-link{
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.sidebar-profile-link a{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 13px;
    border-left: 1px solid #ccc;
}
.sidebar-profile-link a:first-child{
    border-left: 0
}
.cardtop
{
    height: 200px;
    width: 200px;
}
.sidebar-profile-link a img{
    width: 20px;
    margin-right: 10px;
}

.sidebar-activity-profile{
    background: #fff;
    padding:10px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}.sidebar-activity-profile h3{
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity-profile a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity-profile a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity-profile i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity-profile a img{
    width: 20px;
    margin-right: 10px;
}


.sidebar-activity{
    background: #fff;
    padding:10px;
    margin: 3%;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}

.sidebar-activity h3{
    color: #484646;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity a img{
    width: 20px;
    margin-right: 10px;
}
.discover-more-link{
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
}
.discover-more-link a{
    color: #664beb;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}


/* ----------right-sidebar------------ */
.right-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.sidebar-news{
    background: #fff;
    padding: 10px 25px;
    margin: 3%;
    border-radius: 10px;
    border: 1px solid #eae9e9;
}
.info-icon{
    width: 15px;
    float: right;
    margin-top: 15px;
}

.sidebar-news h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 10px 0 30px;
}
.sidebar-news a{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -5px;
}
.sidebar-news span{
    font-size: 12px;
}

.sidebar-news .read-more-link{
   color: #664beb;
   font-weight: 500;
   margin: 20px 0 10px;
}
.ad-link{
    display: inline-block;
    border: 1px solid #664beb;
    border-radius: 30px;
    padding: 5px 15px;
    color: #664beb;
    font-weight: 500;
    margin: 20px auto 10px;
}
.sidebar-useful-links{
    padding: 15px 25px;
    text-align: center;
}

.sidebar-useful-links a{
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
}
.copyright-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
}
.copyright-msg img{
    width: 18px;
    margin-right: 4px;
}


.badge {
    background-color: #664beb;
    color: white;
    padding: 2px 2px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
  }
/* -------------main-content------------ */
.main-content{
    flex-basis: 47%;
    width: 47%;
}
.main-contentmessge{
    flex-basis: 70%;
    height: 100%;
    width: 100%;
}
.create-post{
    background: #fff;
    border:1px solid #eae9e9;
    margin-top: 10px;
    border-radius: 10px;
}
.create-post-input{
    padding: 10px 10px 10px;
    display: flex;
    align-items: flex-start;
}
.create-post-input p{
    font-size: 12px;
    color: #664beb;
}

.create-post-input img{
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.create-post-input textarea{
    width: 100%;
    border: 0;
    outline: 0;
    height: auto;
    resize: none;
    background: transparent;
    margin-top: 8px;
}
::placeholder{
    font-weight: 500;
}
.create-post-links{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.create-post-links li{
    list-style: none;
    flex-basis: 33.3%;
    border-radius: 10px;
    margin: 5px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.create-post-links li img{
    width: 15px;
    margin-right: 5px;
}
.sort-by{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.sort-by hr{
    flex: 1;
    border: 0;
    height: 1px;
    background: #ccc;
}
.sort-by p{
    font-size: 13px;
    padding-left: 5px;
}
.sort-by p span{
    font-weight: 600;
    cursor: pointer;
}
.sort-by p span img{
    width: 12px;
    margin-left: 3px;
}
.post-profile{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.profiletext
{
    font-size: 14px;
    color: #5f5f5f;
}
.post{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.post-author{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 5px;
    
}
.post-author-bottom{
    margin: 10px;
}
.post-author-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.post-author-imgx{
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    float: right;
    margin: 15px;
}
.post-author-h1{
    font-size: 14px;
    margin: -5px;
    font-weight: 400;
}
.post-author-small{
    display: block;
    color: rgb(132, 132, 134);
    margin: -5px;
    font-size: 12px;
}
.post-author-smallx{
    display: block;
    margin: -5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(78, 78, 79);
}
.post-p{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.ppxpost { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.post-img{
    margin-bottom: 15px;
    width: 100%;
}
.post-vid{
    margin-bottom: 15px;
    width: 100%;
}
.post-stats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.post-stats div{
    display: flex;
    align-items: center;
}
.post-stats img{
    width: 15px;
    margin-right: -5px;
}
.liked-users{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    overflow: hidden;
    margin: 10px;
    color: rgb(108, 108, 108);
}
.post-activityx{
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.post-activity{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.post-activity:hover{
cursor: pointer;
}
.post-activity div{
    display: flex;
    align-items: center;
}
.post-activity-user-icon{
    width: 22px;
    border-radius: 50%;
}
.post-activity-arrow-icon{
    width: 12px;
    margin-left: 5px;
}
.post-activity-link img{
    width: 18px;
    margin-right: 8px;
}



/* ------------- profile-drop-down-menu ------------ */
.profile-menu-wrap{
    position: absolute;
    top: 100%;
    right: 5%;
    width: 320px;
   
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.profile-menu-wrap.open-menu{
    max-height: 400px;
}

.profile-menu{
    background: #ffffff;
    color: #2f2929;
    padding: 20px;
    border-left :  1px solid #eae9e9;
    border-right :  1px solid #eae9e9;
    border-bottom :  1px solid #eae9e9;
}
.user-info{
    display: flex;
    align-items: center;
}
.user-info img{
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.user-info h3{
    font-weight: 500;
    margin-bottom: -7px;
}
.user-info a{
    color: #161b21;
    font-size: 13px;
}
.profile-menu hr{
    border: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 15px 0 10px;
}
.profile-menu-link{
    display: flex;
    align-items: center;
    color: #140d0d;
    margin: 12px 0;
    cursor: pointer;
    font-size: 14px;
}
.profile-menu-link p{
    width: 100%;
}
.profile-menu-link img{
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
/* ------------------------profile-page------------------ */

.profile-main{
    flex-basis: 45%;
    width:45%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}
.profile-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.profile-container{
    background: #fff;
    overflow: hidden;
}
.profile-container-inner{
    padding: 0 4% 10px;
}
.profile-container-innerx{
    padding: 0 2% 5px;
}
.profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -75px;
    padding: 5px;
    background: #fff;
}
.profile-container h1{
    font-size: 28px;
    font-weight: 600;
    color: #222;
}
.profile-container b{
    font-weight: 500;
}
.profile-container p{
    margin-top: 5px;
}
.profile-container p a{
    color: #664beb;
    font-weight: 500;
}
.mutual-connection{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.mutual-connection img{
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}   
.profile-btn{
    margin: 20px 0;
}
.profile-btn a{
    display: inline-flex;
    align-items: center;
    background: #e4e6eb;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 10px;
}
.profile-btn a img{
    width: 18px;
    margin-right: 5px;
}
.profile-btn .primary-btn{
    background: #664beb;
    color: #fff;
}

.profile-description{
    background: #fff;
    padding: 10px;
}
.profile-description h2{
    color: #333;
    margin: 10px 0 20px;
    font-weight: 600;
}
.more
{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    color: rgb(108, 108, 108);
}
.see-more-link{
    display: block;
    text-align: right;
    font-size: 15px;
}
.profile-desc-row{
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.profile-desc-row img{
    width: 50px;
    margin-right: 25px;
    margin-top: 5px;
}
.profile-desc-row div{
    width: 100%;
}
.profile-desc-row h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.profile-desc-row b{
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.profile-desc-row p{
    margin-top: 15px;
}
.profile-desc-row hr{
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 10px;
}
.experience-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    font-weight: 500;
}
.experience-link img{
    width: 20px;
    margin-left: 8px;
}
.skills-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    border: 1px solid #777;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}
.language-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    background: #e4e6eb;
    font-size: 12px;
    font-weight: 500;
}

/* --------profile-right-sidebar----------- */
.profile-sidebar .sidebar-ad{
    margin: 0;
}
.sidebar-people{
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
    
    font-size: 12px;
}
.sidebar-people h3{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.sidebar-people-row{
    display: flex;
    align-items: flex-start;
    margin: 6px 0;
}
.sidebar-people-row img{
    width: 40px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
}
.sidebar-people-row h2{
    font-weight: 500;
    font-size: 16px;
}
.sidebar-people-row a{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 25px;
    border: 1px solid #5f5f5f;
    border-radius: 30px;
    font-weight: 500;
}
.profile-footer{
    padding: 0 6% 30px;
}
.profile-footer .sidebar-useful-links{
    text-align: left;
    padding: 0;
}
.profile-footer .copyright-msg{
    justify-content: flex-start;
}

#showMoreLink{
    display: none;
}
/* -------------media query for small screen --------------- */
@media only screen and (max-width: 600px){
    .search-box{
        background: transparent;
        width: auto;
        padding: 0;
    }
    .search-box input{
        width: 0;
        padding: 0;
    }
    .navbar-center ul li a span{
        display: none;
    }
    .navbar-center ul li a{
        padding-right: 0;
        margin: 5px;
    }
    .nav-profile-img{
        width: 30px;
    }
    
    .left-sidebar, .right-sidebar{
        flex-basis: 100%;
        position: relative;
        top: unset;
    }
    .main-content{
        flex-basis: 100%;
    }
    .post-stats div{
        margin: 0px 0;
    }
    .post-activity-link span{
        display: none;
    }
    .post-activity-link img{
        margin-right: 0;
    }
    .profile-main, .profile-sidebar{
        flex-basis: 100%;
    }
    .profile-container{
        font-size: 14px;
    }
    .BannerPic
    {
        height:100%;
        width:100%;
        overflow: hidden;
        height: 100px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .profile-pic{
        width: 100px;
        margin-top: -50px;
    }
    .profile-description{
        font-size: 14px;
    }
    #showMoreLink{
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        cursor: pointer;
    }
    .sidebar-activity{
        display: none;
    }
    .sidebar-activity.open-activity{
        display: block;
    }
}
#image{
    width: 400px;
    height: auto;
  }
  #imgupload
  {
    width: 100%;
  }
.file-input
{
    width: 100%;
}
  .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
  }
  
  .file-input__label svg {
    height: 16px;
    margin-right: 4px;
  }
  .file_upload {
    opacity: 0.0;
 
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 
    /* IE 5-7 */
    filter: alpha(opacity=0);
  
    /* Netscape or and older firefox browsers */
    -moz-opacity: 0.0;
 
    /* older Safari browsers */
    -khtml-opacity: 0.0;
        width: 20px;
    position: absolute;
 }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.609);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        width: 80%;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 60%;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 50%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 60%;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 45%;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 55%;
    }
}
/* Modal Content */

textarea
{
    width: 100%;
    padding: auto;
    align-items: center;
    border: none;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.emtylisttext
{
    padding: 10px;
    font-size: 16px;
}
.listback
{
background-color: white;
}
.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.button11
{
    background: #664beb;
    border-radius: 5px;
    border-bottom: solid 2px #664beb;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    margin: 20px;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
}
.exampleTextarea {
    border-radius: 10px;
    padding: 5px;
    margin-top: 15px;
    font-size: 18px;
    width: 100%;
    resize: none;
    overflow-y: scroll;
    
}
textarea::placeholder {
    font-size: 18px;
}

.exampleTextarea:focus {
    outline: none !important;
  }
#message
{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}
#message
{
    color: #664beb;
}
::placeholder {
    text-align: center; 
 }
 ::-webkit-input-placeholder {
    text-align: center;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    text-align: center;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
 }
 
 :-ms-input-placeholder {  
    text-align: center; 
 }


.containeri {
    display: grid;
    background-color: white;
    border-radius: 10px;
    grid-template-columns: repeat(auto-fit, 120px);
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    border: 1px solid #eae9e9;
    padding: 10px;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    list-style: none;
}

.containeri>.item {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.containeri>.item img {
    padding: 5px;
    align-items: center;
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.tagbuttons
{
    background-color: #664beb;
    border: none;
    color:#fff;
    border-radius: 10px;
    padding: 6px;
    width: 100%;
    font-size: 12;
    align-items: center;
    margin: 2px;
}
.tagbuttonsremove
{
    background-color: #e3dff3;
    border: none;
    color:#201f1f;
    border-radius: 10px;
    font-size: 12;
    width: 100%;
    align-items: center;
    padding: 6px;
    margin: 2px;
}
.user-stats
{
text-align: center;
}
.hide{
    display: none;
}
.readmore
{
    color: #8733f5;
    align-content: center;
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.buttontextpost
{
    font-size: 16px;
    margin-left: 5px;
    align-content: center;
    cursor: pointer;
}

.reaction{
    height: 20px;
    width: 20px;
    background-color: white;
}

audio{
    align-items: center;
}
.propic
{
    height: 100px;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}
.proname
{
   
    font-size: 14px;
    font-weight: 600px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    width: 100%;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
   min-height: max-content;
}
.pronameintro
{
   
    font-size: 12px;
    font-weight: 400px;
    text-align: center;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.divuser
{
     background-color: white;
     width: 100%;
     text-align: center;
   
     padding: 5px;
     overflow: hidden;
     border-radius: 15px;
}
.divuserouter
{
     background-color: white;
     align-items: center;
     box-shadow: 5px 5px 5px  rgb(235, 236, 236);
     width: 100%;
     border: 1px solid #eae9e9;
     border-radius: 15px;
     align-content: center;
}


/* CSS */
.button-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  width: 100%;
  border: none;

  color: #fff;
  background: linear-gradient(180deg, #664beb 0%, #664bebc0 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-10:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
.messagefooter
{
    float: inline-end;
    position: fixed;
    color: #000;
    width: 100%;
    height: 100%;
}
.chat-item {
    padding: 15px 10px;
    border-bottom: 1px solid var(--background-color);
}

.info-avatar,
.avatar {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background-color: darkgrey;
    float: left;
    margin-right: 15px;
}


.info-avatar {
    width: 100px;
    height: 100px;
    text-align: center;
    float: none;
    margin: 50px auto 0;
}

.info-name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.info-description {
    margin: 20px 0;
    text-align: center;
}

.chat-message {
    border: 1px solid var(--background-color);
    border-radius: 20px 0 20px 20px;
    margin-bottom: 15px;
    padding: 20px;
    width: calc(100% - 40px);
    background-color: var(--background-color);
}

.chat-message:nth-child(2n) {
    margin-left: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    background-color: var(--primary-color);
    color: white;
}


.left, .middle, .right {
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    padding: 15px;
    border-radius: 20px;
}

.left {
    cursor: pointer;
}

.middle, .right {
    transition: transform .2s;
    transform: translateX(100%);
}

.middle {
    padding-top: 40px;
}

.right.show,
.middle.show {
    transform: translateX(0);
}


.button-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 15px;
    padding: 0 15px;
}


@media screen and (min-width: 768px) {
    #back-button {
        display: none;
    }

    .left {
        width: 300px;
    }

    .middle {
        transform: translateX(0);
    }

    .middle, .right {
        width: calc(100% - 300px);
        left: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .left {
        width: 400px;
    }

    .middle {
        width: calc(100% - 800px);
        left: 400px;
    }

    .right {
        transform: translateX(0);
        width: 400px;
        left: unset;
        right: 0;
    }

    #info-button,
    #close-button {
        display: none;
    }
}
.MessagesBox
{
    display: flex;
    height: 90vh;
    background-color: rgb(209, 203, 203);
}

.messagebox1
{
flex: 1;
background-color: #b8b3b3;
flex-direction: row;
list-style: none;
}
.messagebox2
{
   flex: 2; 
   background-color: #d8d5d5;
}
.messagebox3
{
     flex: 1;
     background-color: #ffffff;
}
/* vertical menu styles */
@media (max-width: 600px) {
    .MessagesBox {
       flex-direction: column;
    }
    .messagebox1 {
      
       width: 100%;
       height: 100%;
       display: block;
    }
    .messagebox2 {
       
        width: 100%;
        display: none;
     }
     .messagebox3 {
        
        width: 100%;
        display: none;
     }
}
.messagebox_inner_div_left
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_center
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_right
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}

.messagebox_inner_div_left_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;

}
.messagebox_inner_div_left_discptx
{
    width: 100%;
    height: 90%;
    background-color: #f8f5f5;

}
.messagebox_inner_div_center_discpt
{
    width: 99.5%; 
    height: 10%;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #ffffff;
}
.messagebox_inner_div_center_discptx
{
    width: 100%; 
    height: 60%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
.messagebox_inner_div_center_discptxx
{
    width: 100%; 
    height: 30%;
    background-color: #fffdfd;
}
.messagebox_inner_div_right_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;
}
.messagebox_inner_div_right_discptx
{
    width: 100%;
    height: 100%;
    background-color: #f8f5f5;
}
.messagerlist
{
  overflow: scroll;  
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(235, 229, 245); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 199); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e4e0e0; 
  }

  .cardxxx{
    background-color: white;
    margin: 2px;
    display: flex;
    align-items: center;
  }

  .card
  {
   display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 2px;
    
    padding: 10px;
  }
  .card:hover
  {
    cursor: pointer;
    background-color: rgb(233, 232, 232);
  }
  .userinfo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
  }
  .profileheadings
  {
    font-size: 14px;
    color: #7c7c7c;
  }
  #username 
  {
    font-size: 18px;
    color: #7c7c7c;
  }
  .username
  {
    color: #7c7c7c;
    margin-top: 10px;
  }
  .msg
  {
    color: #747373;
    overflow: hidden;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
  }
  .time{
    font-size: 8px;
    margin: 2px;
    color: #747373;
  }
  .divmargin
  {
    margin: 2px;
  }
  .msgview
  {
    color: #747373;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .msgtime
  {
    font-size: 12px;
  }
  .cardxx {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 350px;
    text-align: center;
    margin-top: 60px;
}
.card_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    padding-bottom: 20px;
}

.cardheader
{
 display: flex;
  justify-content: space-between;
  padding: 10px;
}
.userinfo h4{
    margin: 5px;
    font-size: 24px;
    color: #4b4a4a;
}
.userinfo-img
{
    width: 10px;
    height: 10px;
}
.textareax {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 15px;
    width: 100%;
    height: 50%;
    color: #acaaaa;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #f2f0f0;
    border-radius: 50px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
.textarea {
    margin-top: 5px;
    width: 100%;
    height: 50%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
  .imageciew
  {
    display: flex;
  }
  .dropbtnx {
    background-color: #e4e4e4;
    color: rgb(7, 5, 5);
    font-size: 16px;
    height: 10px;
    width: 10px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtnx:hover, .dropbtnx:focus {
    background-color: #ffffff;
  }
  
  .dropdownx {
    position: relative;
    display: inline-block;
  }
  
  .dropdownx-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdownx-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdownx a:hover {background-color: #ddd;}
  
  .showx {display: block;}
  
  .search{
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    padding: 5px;
    background-color: #e4e0e0;
  }
  .cardheaderx
{
 display: flex;
  justify-content: center;
}
.lileft
{
float: left;
background-color: #f5f5f8;
}
.liRight
{
    float: right;
    list-style: none;
    width: 100%;
    text-align: right;
    display: inline-block;
    background-color: #f5f5f8;
    margin: 5px;
    padding: auto;
}
.leftdiv
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: flex;
 max-width: 100%;
 text-align: start;
 float: left;
 padding: 15px;
    border-radius:5px;
}
.rightdiv
{
    background-color: #c0c1f8;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    display: flex;
    float: right;
    text-align: start;
    padding: 15px;
    border-radius:5px;
}
.outerdiv
{
    background-color: #f8f7fa;
    width:100%;
    height: fit-content;
    float: right;
    text-align: start;
    padding: 5px;
}
.messagesx
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: contents;
 word-wrap: break-word;  
 overflow: hidden;
 text-align: start;
 float: left;
 padding: 15px;
}
.btn {
    background-color: rgba(82, 46, 182, 0.836);
    border: none;
    color: white;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
  }
    .commentboxdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

  .commentbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
   
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

.custom-search {
    position: relative;
    width: 100%;
  }
  .custom-search-reply {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyxx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .itemsdiv
  {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 50vh;
  }
  .custom-search-input {
    width: 100%;
    border: 1px solid rgba(248, 245, 251, 0.641);
    background-color: rgba(248, 245, 251, 0.641);
    border-radius: 100px;
    padding: 10px 10px 10px 20px; 
    line-height: 1;
    padding: 10px;
    text-align: start;
    box-sizing: border-box;
    outline: none;
  }
  ::placeholder {
  text-align: start;
  font-size: small;
}
#imageinput
{
    width: 100%;
    overflow: hidden;
}
  .custom-search-bottonemoji {
    float: left;
    display: table-cell;
    padding: 5px;
    color: #664beb;
    border-radius: 50%;
    font-size: 30px;
    vertical-align: middle;
  }
  .custom-search-bottonemoji:hover {
    color: #739bf1;
    cursor: pointer;
  }
  .custom-search-botton {
    float: right;
    border: 0;
    background: #664beb;
    color: #fff;
    outline: none;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 100px;
  }
  .custom-search-botton:hover
  {
    background: #8d7be4;
  }
  .comment-thread {
    width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}

/* 
    Body, button, comment-thread, and utilities

    Notes:
        - This section sets some basic styles. You can ignore this part and 
        go directly to the comment styles.
*/

* {
    box-sizing: border-box;
}
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
button:hover,
button:focus,
button:active {
    cursor: pointer;
    background-color: #ecf0f1;
}
.comment-thread {width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}
.m-0 {
    margin: 0;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Comment */

.comment {
    position: relative;
    margin: 1px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}

/* Adjustments for toggleable comments */

details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    content: "Click to hide";
}
details.comment:not([open]) .comment-heading::after {
    content: "Click to show";
}

/* Adjustment for Internet Explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Resets cursor, and removes prompt text on Internet Explorer */
    .comment-heading {
        cursor: default;
    }
    details.comment[open] .comment-heading::after,
    details.comment:not([open]) .comment-heading::after {
        content: " ";
    }
}

/* Styling the reply to comment form */

.reply-form textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.d-none {
    display: none;
}

.commenterpic
{
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
.commentdivttime
{
    font-size: 10px;
    color: #494949;
}
.commentdivtname
{
    font-size: 18px;
    color: #494949;
}
.commentdivttext
{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#959292;
}

.ppx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 12px;
    color: rgb(108, 108, 108);
}
.ppxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 10px;
    color: rgb(180, 180, 182);
}
.ppxxn { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 12px;
    color: rgb(126, 125, 125);
}
.ppxxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    margin-top: 2
    5px;
    font-size: 12px;
    color: rgb(51, 51, 52);
}
.commentdivt
{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.commentdivtlikescommentdiv
{ 
}
.commentdivtlikescommentdivc
{
  margin-left: 70px; 
}

.emoji-drawer {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: opacity 0.2s;
}

.hidden {
  opacity: 0;
  display: none;
}

.emoji {
    text-align: center;
    font-size: 24px;
    width: 20%;
    padding: 8px;
}

.emoji:hover {
    cursor: pointer;
}

.commentcardcommentboxinner
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    margin-left: 70px; 
}
.commentlist
{
    margin-top: 10px;
    width: 100%;
}
.commentcardimg
{
    margin: 10px;
}

.expend_clopser
{
    font-size: 14px;
    color: rgb(180, 180, 182);
    margin: 10px;
    padding-left: 20px;
    cursor: pointer;
}
.replycardmenu
{
    float: right;
    height: 15px;
    width: 10px;
}
.replieslistc
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    border-radius: 20px;
 
}
.commentcardcontnet
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 0  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.commentcardcontnetx
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 20px  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.replieslistx
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.ppxxx
{

}
.commentcard
{
    display: flex;
}
.replymenu
{
   float: right;
}
.commentboxcard
{
    margin-left: 20%;
}
.commentdivtt
{
    display: flex;
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentdivttadeed
{
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentpropic
{
    padding: 10px;
    width: fit-content;
}
.commentcontent
{
    padding: 10px;
    
}
.commentdivtname
{
    font-size: 16px;
}
.commentdivttext
{
    margin: 0;
    font-size: 16px;
    padding:0;
    width:100%;
    position: relative; 
    word-break: break-all; 
}
.commentlikereply
{
    display: flex;
    cursor: pointer;
}
.commentlikereplylike
{
margin-left: 10px;
}
.commentlikereplyreply
{
    margin-left: 10px;
   
}


  :root {
    --background: #ffffff00;
    --icon-color: rgb(102, 75, 235);
    --width: 10px;
    --height: 10px;
    --border-radius: 100%;
}
.wrapper {
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
   
}
.wrapper .fab {
    background: var(--background);
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
}
.wrapper .fab::before, .wrapper .fab::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    background: rgb(102, 75, 235)
}
.wrapper .fab::before {
    width: 4px;
    height: 12px;
}
.wrapper .fab::after {
    width: 12px;
    height: 4px;
}
.wrapper .fac {
    width:  150px;
    height: 32px;
    border-radius: 64px;
    position: absolute;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 10px 1px rgba(102, 75, 235, 0.278);
    opacity: 0;
    left: -110px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.2s ease-in, left 0.2s ease-in, width 0.1s ease-in;
}
.wrapper .fac a {
    color: var(--icon-color);
    opacity: 0.8;
}
.wrapper .fac a:hover {
    transition: 0.2s;
    opacity: 1;
    color: #a4a4a4;
}
.wrapper input {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: absolute;
    z-index: 5;
    opacity: 0;
}
.wrapper input:checked ~ .fab {
    animation: fab-animation 0.4s ease-out forwards;
}
.wrapper input:checked ~ .fac {
    width: 150px ;
    height: 32px;
    animation: fac-animation 0.4s ease-out forwards 0.1s;
    left: -180px;
    opacity: 1;
}
@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
   }
    20% {
        transform: rotate(60deg) scale(0.93);
   }
    55% {
        transform: rotate(35deg) scale(0.97);
   }
    80% {
        transform: rotate(48deg) scale(0.94);
   }
    100% {
        transform: rotate(45deg) scale(0.95);
   }
}
@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
   }
    20% {
        transform: rotate(-15deg);
   }
    55% {
        transform: rotate(10deg);
   }
    80% {
        transform: rotate(-3deg);
   }
    100% {
        transform: rotate(0) scale(1);
   }
}
@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
   }
    33% {
        transform: scale(0.95, 1.05);
   }
    66% {
        transform: scale(1.05, 0.95);
   }
    100% {
        transform: scale(1, 1);
   }
}



  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .footer
  {
    display:inline-block;
    width: 100%;
    text-align: justify;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftfooter {
    float: left;
    align-items: self-start;  
    margin: 10px;
    text-align: start;
  }
  
  .rightfooter {
    float: right;
    margin: 10px;
    align-items: self-end;  
    text-align: end;
  }

  .loader
  {
    width: 100%;
overflow: hidden;
  }

  @keyframes barWidth {
    0% {
        width: 0%;
   }
    25% {
        width: 50%;
   }
    50% {
        width: 100%;
   }
    75% {
        width: 50%;
   }
    100% {
        width: 0%;
   }
}
@keyframes barWidth2 {
    0% {
        width: 0%;
   }
    50% {
        width: 50%;
   }
    100% {
        width: 100%;
   }
}
.horizontal-bar-wrap {
    height: 3px;
    width: 100%;
}
.horizontal-bar-wrap .bar {
    position: relative;
    width: 0%;
    height: 100%;
    margin: 0 auto;
    animation: barWidth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.horizontal-bar-wrap .bar.bar1 {
    animation-delay: 0s;
    background: #8c51eb;
    top: 0;
    z-index: 1;
}

.peoplelistheader img{
    width: 30px;
    display: block;
}
.logo
{
	height: 30px;
	width: 30px;
	display: none;
}
 *, *::before, *::after {
	 padding: 0;
	 margin: 0;
	 box-sizing: border-box;
	 list-style: none;
	 list-style-type: none;
	 text-decoration: none;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-rendering: optimizeLegibility;
}
 html {
	 font-size: 100%;
	 box-sizing: inherit;
	 scroll-behavior: smooth;
	 height: -webkit-fill-available;
}
 main {
	 overflow: hidden;
}
 a, button {
	 cursor: pointer;
	 border: none;
	 outline: none;
	 user-select: none;
	 background: none;
	 box-shadow: none;
	 text-decoration: none;
}
 img, video {
	 display: block;
	 max-width: 100%;
	 height: auto;
	 object-fit: cover;
}
 .section {
	 margin: 0 auto;
	 padding-top: 3rem;
	
}
.headerstip{
	border: 5px solid #ff9b0629;
	border-radius: 30px;
	padding: 30px;
	margin-top: 30px;
	background-color: rgba(249, 160, 6, 0.846);
	
	font-family: inherit;
	font-size: 14px;
	text-wrap: balance;
	color: #595959;
}
 .container {
	 height: auto;
	 
	 margin: 0 auto;
}
 .centered {
	 text-align: center;
	 vertical-align: middle;
	 margin-bottom: 1rem;
}
.peoplelistheader
{
	display: flex;
  }
  .peoplelist
{
	display: flex;
	position: relative;
	top: 0;
	left: 0;
  }
  .image1 {
	height: 60px;
	width: 60px;
	position: relative;
	top: 0;
	border-radius: 60px;
	left: 0;
	border: 2.5px solid #fff;
  }
  .image2 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 45px;
	border-radius: 60px;
	right: 0;
	border:  2.5px solid #fff;
  }
  .image3 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 90px;
	right: 30;
	border-radius: 60px;
	border:  2.5px solid #fff;
  }
  .image4 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 135px;
	border-radius: 60px;
	right: 60;
	border:  2.5px solid #fff;
  }
  .image5 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 185px;
	right: 90;
	border-radius: 60px;
	border:  2.5px solid #fff;
  }
  .image6 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 225px;
	border-radius: 60px;
	right: 120;
	border:  2.5px solid #fff;
  }
 .heading-xl {
	 font-size: 35px;
	 font-family: sans-serif;
	 color: #2b2c7b;
	 font-weight: 600;
	 line-height: 1.15;
	 letter-spacing: -.21px;
}
 .heading-lg {
	 color: #2b2c7b;
}
 .heading-md {
	 font-family: inherit;
	 font-size: clamp(1.794rem, 4vw, 2.379rem);
	 font-weight: 700;
	 line-height: 1.25;
	 letter-spacing: -1px;
}
 .heading-sm {
	 font-family: inherit;
	 font-size: clamp(1.476rem, 3vw, 1.782rem);
	 font-weight: 600;
	 line-height: 1.5;
}
 .heading-xs {
	 font-family: inherit;
	
	 font-size: clamp(1.215rem, 2vw, 1.335rem);
	 font-weight: 500;
	 line-height: 1.5;
}
 .paragraph {
	 font-family: sans-serif;
	 font-size: 16px;
	 font-weight: 400;
	 font-style: normal;
	 line-height: 1.8;
	 text-wrap: balance;
	 letter-spacing: 0.5px;
	 color: #838282;
	
}
.paragraphsmall {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	text-wrap: balance;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #838282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
			line-clamp: 2; 
	-webkit-box-orient: vertical;
   
}
 .btn {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 text-align: center;
	 vertical-align: middle;
	 white-space: nowrap;
	 user-select: none;
	 outline: none;
	 border: none;
	 border-radius: 0.25rem;
	 text-transform: unset;
	 transition: all 0.3s ease-in-out;
}
 .btn-inline {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 column-gap: 0.5rem;
}
 .btn-darken {
	 padding: 0.75rem 2rem;
	 color: var(--color-white-100);
	 background-color: var(--color-black-200);
	 box-shadow: var(--shadow-medium);
}
 .btn-neutral {
	 padding: 0.75rem 2rem;
	 color: var(--color-black-500);
	 background-color: var(--color-white-100);
	 box-shadow: var(--shadow-medium);
}
 .header {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 100;
     background-color: white;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 transition: all 0.35s ease;
}

 .brand {
	 font-family: inherit;
	 font-size: 1.6rem;
	 font-weight: 600;
	 line-height: 1.5;
	 letter-spacing: -1px;
	 color: var(--color-white-100);
	 text-transform: uppercase;
}
 .menu {
	 position: fixed;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: auto;
	 padding: 4rem 0 3rem;
	 overflow: hidden;
	 background-color: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.4s ease-in-out;
}
 .menu.is-active {
	 top: 0;
	 width: 100%;
	 height: auto;
}
 .menu-inner {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 background-color: #ffffff;
	 align-items: center;
	 row-gap: 1.25rem;
}
 .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 color: var(--color-white-100);
	 text-transform: uppercase;
	 transition: all 0.3s ease;
}
 .menu-block {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 0.875rem;
	 font-weight: 500;
	 line-height: 1.25;
	 user-select: none;
	 white-space: nowrap;
	 text-align: center;
	 margin-left: auto;
	 padding: 0.65rem 1.5rem;
	 border-radius: 3rem;
	 text-transform: capitalize;
	 color: var(--color-white);
	 background-color: var(--color-blue-600);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.3s ease-in-out;
}
 @media only screen and (min-width: 48rem) {
	 .menu {
		 position: relative;
		 top: 0;
		 width: auto;
		 height: auto;
		 padding: 0rem;
		 margin-left: auto;
		 background: none;
		 box-shadow: none;
	}
	 .menu-inner {
		 display: flex;
		 flex-direction: row;
		 column-gap: 2rem;
		 margin: 0 auto;
	}
	 .menu-link {
		 text-transform: capitalize;
	}
	 .menu-block {
		 margin-left: 2rem;
	}
}
 .burger {
	float: right;
	 position: relative;
	 display: block;
	 cursor: pointer;
	 user-select: none;
	 order: -1;
	 z-index: 10;
	 padding: 10px;
	 width: 2.6rem;
	 height: 2.15rem;
	 border: none;
	 outline: none;
	 background: #fff;
	 visibility: visible;
	 transform: rotate(0deg);
	 transition: 0.35s ease;
}
 @media only screen and (min-width: 48rem) {
	 .burger {
		 display: none;
		 visibility: hidden;
	}
	.logo
	{
		display: block;
	}
}
 .burger-line {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 border: none;
	 padding: 2px;
	 outline: none;
	 margin: 5px;
	 opacity: 1;
	 border-radius: 1rem;
	 transform: rotate(0deg);
	 background-color: #5e2ced;
	 transition: 0.25s ease-in-out;
}
 .burger-line:nth-child(1) {
	 top: 0px;
}
 .burger-line:nth-child(2) {
	 top: 0.5rem;
	 width: 70%;
}
 .burger-line:nth-child(3) {
	 top: 1rem;
}
 .burger.is-active .burger-line:nth-child(1) {
	 top: 0.5rem;
	 transform: rotate(135deg);
}
 .burger.is-active .burger-line:nth-child(2) {
	 opacity: 0;
	 visibility: hidden;
}
 .burger.is-active .burger-line:nth-child(3) {
	 top: 0.5rem;
	 transform: rotate(-135deg);
}
 .banner-column {
	 position: relative;
	 display: grid;
	 align-items: center;
	 row-gap: 3rem;
}
 @media only screen and (min-width: 48rem) {
	 .banner-column {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 justify-content: center;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-column {
		 grid-template-columns: 1fr max-content;
		 column-gap: 4rem;
		 margin-top: 3rem;
	}
}
 .banner-image {
	 display: block;
	 margin-top: 100px;
	 margin-bottom: 10px;
	 height: 100%;
	 background: radial-gradient( #5e2ced,#5e2ced, rgb(255, 255, 255), rgb(255, 255, 255));
	 align-items: center;
	 object-fit: cover;
	 justify-self: center;
}
 @media only screen and (min-width: 48rem) {
	 .banner-image {
		 order: 1;
		 max-width: 20rem;
		 height: auto;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-image {
		 max-width: 25rem;
		 height: auto;
		 margin-right: 5rem;
	}
}
 .banner-inner {
	 display: flex;
	 flex-direction: column;
	 padding: 20px;
	 align-items: flex-start;
	 row-gap: 1.75rem;
}
.banner-inner-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 1.75rem;
}
 .banner-links {
	 position: absolute;
	 top: 30%;
	 right: 1.5rem;
	 display: grid;
	 justify-items: center;
	 row-gap: 0.5rem;
	 opacity: 0;
	 visibility: hidden;
}
 @media only screen and (min-width: 64rem) {
	 .banner-links {
		 opacity: 1;
		 visibility: visible;
	}
}
 .banner-links > * {
	 font-size: 1.25rem;
	 line-height: 1.25;
	 color: var(--color-white-100);
}
 .banner-links::before {
	 position: absolute;
	 content: "";
	 top: -3rem;
	 width: 4rem;
	 height: 1.5px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}
 .banner-links::after {
	 position: absolute;
	 content: "";
	 bottom: -3rem;
	 width: 4rem;
	 height: 2px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}

/* CSS */
.button-85 {
	padding: 0.6em 2em;
	border: none;
	outline: none;
	float: right;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
 

  a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background-color: #ffffff;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #5e2ced;
}


.appdownload
{
	display: flex;
	width: 100%;
}
.about_icon i {
    font-size: 72px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #5e2ced;
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.bottomheader
{
	margin: 20px;
}
.container-apps
{
	text-align: center;
	margin: 20px;
}
.grid-container-div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
.grid-container {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 20px;
	width: 100%; 
	display: grid;
	/* Define Auto Row size */
	grid-auto-rows: auto; 
	/*Define our columns */
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
	grid-gap: 1em;
  }
  .self-awareness {
	background: #5e2ced;
  }
  .self-awareness p {
	font-size: 20px;
	font-weight: 600;
	color: #767676;
  }
  .grid-container > div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(110, 79, 249, 0.2), 0 6px 20px 0 rgba(110, 79, 249, 0.2);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
  .button-8 {
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  .add-shadow
  {
	box-shadow: rgba(110, 66, 211, 0.3) 0px 5px 5px 0px;
	
  }
  

  
.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
	background-color: #ffffff;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/

.faq {
	margin: auto;
	position: relative;
	height: auto;
	padding: 10px;
	max-width: 600px;
  }
  
  .faq-container {
	width: 100%;
	height: 100%;
  
  }
  
  .faq-label {
	cursor: pointer;
	width: 100%;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  
  border-radius: 19px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(110, 79, 249, 0.2), 0 6px 20px 0 rgba(110, 79, 249, 0.2);
	
  }
  
  .faq-label-text {
	color: #365A5E;
  
  }
  
  .faq-label-icon {
	padding: 2px 3px;
	background: #e8e8e8;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	
  }
  
  .material-icons {
	color: #365A5E;
	transition: 0.3s ease;
  }
  
  .faq-answer {
	transition: 0.3s ease;
	margin-top: 15px;
	height: 0;
	border-radius: 6px;
	color: rgba(127, 121, 121, 1);
	overflow: hidden;
  
  }
  
  .faq-answer-content {
	padding: 10px 0 10px 15px;
	
  
  }
  
  .active {
  
	background: #FFFFFF;
	border: 1px solid rgba(110, 79, 249, 0.2);
	
	height: auto;
	margin-bottom: 25px;
  
  }
  .rotate{
	transform: rotate(180deg)
  }
  .global-label{
	color:#365A5E;
	width:100%;
	height:35px;
	border-bottom: solid 2px #C4C1C1;
	margin-bottom: 35px;
  }
  .global-label-text{
	font-size:18px;
	font-weight:700;
	color:#365A5E;
  }
  .score{
	display:none;
	color:#00ff2a;
	padding:15px;
	width:45px;
	height:25px;
	margin: 45px auto;
	text-align:center;
	padding: 5px;
	justify-content:center;
	align-items:center;
	border-radius:5px;
	background:white;
  }
  .about-me{
	border-radius:5px;
	width:300px;
	margin:auto;
	color:white;
	text-align:center;
	background:#ffff;
	padding:7px 18px;
  }
  
  .sidebar-add{
    background: #fff;
    text-align: center;
    margin: 3%;
    align-items: center;
    font-size: 12px;
}
.sidebar-add img
{
  border-radius: 10px;
  width: 100%;
}
.sidebar-add small{
    float: right;
    font-weight: 500;
}
.sidebar-add p{
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar-add b{
    display: block;
    font-weight: 500;
    margin-top: 10px;
}
  /*foooter*/
  
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: rgb(108, 108, 108);
    letter-spacing:  0.5px;
    box-sizing: border-box;
}
body{
    background: rgba(215, 214, 214, 0.641);
    color: #4b4a4a;
}
.image-upload
{
    width: max-content;
}
.divbuttonpostpop
{
   padding: 10px;
   min-width: 50px;
   text-align: center;
   margin: 10px;
   border-radius: 20px;
   background-color: #c9aff8; 
   width: fit-content;
   text-align: start;
}
.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 80px;
    cursor: pointer;
}

/**/
.peoplelistheader img{
    width: 30px;
    display: block;
}
 *, *::before, *::after {
	 padding: 0;
	 margin: 0;
	 box-sizing: border-box;
	 list-style: none;
	 list-style-type: none;
	 text-decoration: none;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-rendering: optimizeLegibility;
}
 html {
	 font-size: 100%;
	 box-sizing: inherit;
	 scroll-behavior: smooth;
	 height: -webkit-fill-available;
}
 body {
	 font-family: "Rubik", sans-serif;
	 font-size: clamp(1rem, 2vw, 1.125rem);
	 font-weight: 400;
	 line-height: 1.5;
	 height: -webkit-fill-available;
	 color: var(--color-white-100);
	 background-color: var(--color-black-500);
}
 main {
	 overflow: hidden;
}
 a, button {
	 cursor: pointer;
	 border: none;
	 outline: none;
	 user-select: none;
	 background: none;
	 box-shadow: none;
	 text-decoration: none;
}
 img, video {
	 display: block;
	 max-width: 100%;
	 height: auto;
	 object-fit: cover;
}
 .section {
	 margin: 0 auto;
	 padding-top: 3rem;
	
}
.headerstip{
	border: 5px solid #ff9b0629;
	border-radius: 30px;
	padding: 30px;
	margin-top: 30px;
	background-color: rgba(249, 160, 6, 0.846);
	
	font-family: inherit;
	font-size: 14px;
	text-wrap: balance;
	color: #595959;
}
 .centered {
	 text-align: center;
	 vertical-align: middle;
	 margin-bottom: 1rem;
}
.peoplelistheader
{
	display: flex;
  }
  .peoplelist
{
	display: flex;
	position: relative;
	top: 0;
	left: 0;
  }
  .image1 {
	height: 60px;
	width: 60px;
	position: relative;
	top: 0;
	border-radius: 60px;
	left: 0;
	border: 2.5px solid #fff;
  }
  .image2 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 45px;
	border-radius: 60px;
	right: 0;
	border:  2.5px solid #fff;
  }
  .image3 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 90px;
	right: 30;
	border-radius: 60px;
	border:  2.5px solid #fff;
  }
  .image4 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 135px;
	border-radius: 60px;
	right: 60;
	border:  2.5px solid #fff;
  }
  .image5 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 185px;
	right: 90;
	border-radius: 60px;
	border:  2.5px solid #fff;
  }
  .image6 {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 225px;
	border-radius: 60px;
	right: 120;
	border:  2.5px solid #fff;
  }
 .heading-xl {
	 font-size: 35px;
	 font-family: sans-serif;
	 color: #2b2c7b;
	 font-weight: 600;
	 line-height: 1.15;
	 letter-spacing: -.21px;
}
 .heading-lg {
	 color: #2b2c7b;
}
 .heading-md {
	 font-family: inherit;
	 font-size: clamp(1.794rem, 4vw, 2.379rem);
	 font-weight: 700;
	 line-height: 1.25;
	 letter-spacing: -1px;
}
 .heading-sm {
	 font-family: inherit;
	 font-size: clamp(1.476rem, 3vw, 1.782rem);
	 font-weight: 600;
	 line-height: 1.5;
}
 .heading-xs {
	 font-family: inherit;
	
	 font-size: clamp(1.215rem, 2vw, 1.335rem);
	 font-weight: 500;
	 line-height: 1.5;
}
 .paragraph {
	 font-family: sans-serif;
	 font-size: 16px;
	 font-weight: 400;
	 font-style: normal;
	 line-height: 1.8;
	 text-wrap: balance;
	 letter-spacing: 0.5px;
	 color: #838282;
	
}
.paragraphsmall {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	text-wrap: balance;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #838282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
			line-clamp: 2; 
	-webkit-box-orient: vertical;
   
}
 .btn {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 text-align: center;
	 vertical-align: middle;
	 white-space: nowrap;
	 user-select: none;
	 outline: none;
	 border: none;
	 border-radius: 0.25rem;
	 text-transform: unset;
	 transition: all 0.3s ease-in-out;
}
 .btn-inline {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 column-gap: 0.5rem;
}
 .btn-darken {
	 padding: 0.75rem 2rem;
	 color: var(--color-white-100);
	 background-color: var(--color-black-200);
	 box-shadow: var(--shadow-medium);
}
 .btn-neutral {
	 padding: 0.75rem 2rem;
	 color: var(--color-black-500);
	 background-color: var(--color-white-100);
	 box-shadow: var(--shadow-medium);
}
 .header {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 100;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 transition: all 0.35s ease;
}
 .header.on-scroll {
	 background: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
}

 .brand {
	 font-family: inherit;
	 font-size: 1.6rem;
	 font-weight: 600;
	 line-height: 1.5;
	 letter-spacing: -1px;
	 color: var(--color-white-100);
	 text-transform: uppercase;
}
 .menu {
	 position: fixed;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: auto;
	 padding: 4rem 0 3rem;
	 overflow: hidden;
	 background-color: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.4s ease-in-out;
}
 .menu.is-active {
	 top: 0;
	 width: 100%;
	 height: auto;
}
 .menu-inner {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 background-color: #ffffff;
	 align-items: center;
	 row-gap: 1.25rem;
}
 .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 color: var(--color-white-100);
	 text-transform: uppercase;
	 transition: all 0.3s ease;
}
 .menu-block {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 0.875rem;
	 font-weight: 500;
	 line-height: 1.25;
	 user-select: none;
	 white-space: nowrap;
	 text-align: center;
	 margin-left: auto;
	 padding: 0.65rem 1.5rem;
	 border-radius: 3rem;
	 text-transform: capitalize;
	 color: var(--color-white);
	 background-color: var(--color-blue-600);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.3s ease-in-out;
}
 @media only screen and (min-width: 48rem) {
	 .menu {
		 position: relative;
		 top: 0;
		 width: auto;
		 height: auto;
		 padding: 0rem;
		 margin-left: auto;
		 background: none;
		 box-shadow: none;
	}
	 .menu-inner {
		 display: flex;
		 flex-direction: row;
		 column-gap: 2rem;
		 margin: 0 auto;
	}
	 .menu-link {
		 text-transform: capitalize;
	}
	 .menu-block {
		 margin-left: 2rem;
	}
}
 .burger {
	float: right;
	 position: relative;
	 display: block;
	 cursor: pointer;
	 user-select: none;
	 order: -1;
	 z-index: 10;
	 padding: 10px;
	 width: 2.6rem;
	 height: 2.15rem;
	 border: none;
	 outline: none;
	 background: #fff;
	 visibility: visible;
	 transform: rotate(0deg);
	 transition: 0.35s ease;
}
 @media only screen and (min-width: 48rem) {
	 .burger {
		 display: none;
		 visibility: hidden;
	}
	.logo
	{
		display: block;
	}
}
 .burger-line {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 border: none;
	 padding: 2px;
	 outline: none;
	 margin: 5px;
	 opacity: 1;
	 border-radius: 1rem;
	 transform: rotate(0deg);
	 background-color: #5e2ced;
	 transition: 0.25s ease-in-out;
}
 .burger-line:nth-child(1) {
	 top: 0px;
}
 .burger-line:nth-child(2) {
	 top: 0.5rem;
	 width: 70%;
}
 .burger-line:nth-child(3) {
	 top: 1rem;
}
 .burger.is-active .burger-line:nth-child(1) {
	 top: 0.5rem;
	 transform: rotate(135deg);
}
 .burger.is-active .burger-line:nth-child(2) {
	 opacity: 0;
	 visibility: hidden;
}
 .burger.is-active .burger-line:nth-child(3) {
	 top: 0.5rem;
	 transform: rotate(-135deg);
}
 .banner-column {
	 position: relative;
	 display: grid;
	 align-items: center;
	 row-gap: 3rem;
}
 @media only screen and (min-width: 48rem) {
	 .banner-column {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 justify-content: center;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-column {
		 grid-template-columns: 1fr max-content;
		 column-gap: 4rem;
		 margin-top: 3rem;
	}
}
 .banner-image {
	 display: block;
	 margin-top: 100px;
	 margin-bottom: 10px;
	 height: 100%;
	 background: radial-gradient( #5e2ced,#5e2ced, rgb(255, 255, 255), rgb(255, 255, 255));
	 align-items: center;
	 object-fit: cover;
	 justify-self: center;
}
 @media only screen and (min-width: 48rem) {
	 .banner-image {
		 order: 1;
		 max-width: 20rem;
		 height: auto;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-image {
		 max-width: 25rem;
		 height: auto;
		 margin-right: 5rem;
	}
}
 .banner-inner {
	 display: flex;
	 flex-direction: column;
	 padding: 20px;
	 align-items: flex-start;
	 row-gap: 1.75rem;
}
.banner-inner-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 1.75rem;
}
 .banner-links {
	 position: absolute;
	 top: 30%;
	 right: 1.5rem;
	 display: grid;
	 justify-items: center;
	 row-gap: 0.5rem;
	 opacity: 0;
	 visibility: hidden;
}
 @media only screen and (min-width: 64rem) {
	 .banner-links {
		 opacity: 1;
		 visibility: visible;
	}
}
 .banner-links > * {
	 font-size: 1.25rem;
	 line-height: 1.25;
	 color: var(--color-white-100);
}
 .banner-links::before {
	 position: absolute;
	 content: "";
	 top: -3rem;
	 width: 4rem;
	 height: 1.5px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}
 .banner-links::after {
	 position: absolute;
	 content: "";
	 bottom: -3rem;
	 width: 4rem;
	 height: 2px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}

/* CSS */
.button-85 {
	padding: 0.6em 2em;
	border: none;
	outline: none;
	float: right;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
 

  a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background-color: #ffffff;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #5e2ced;
}


.appdownload
{
	display: flex;
	width: 100%;
}
.about_icon i {
    font-size: 72px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #5e2ced;
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.bottomheader
{
	margin: 20px;
}
.container-apps
{
	text-align: center;
	margin: 20px;
}
.grid-container-div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
.grid-container {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 20px;
	width: 100%; 
	display: grid;
	/* Define Auto Row size */
	grid-auto-rows: auto; 
	/*Define our columns */
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
	grid-gap: 1em;
  }
  .self-awareness {
	background: #5e2ced;
  }
  .self-awareness p {
	font-size: 20px;
	font-weight: 600;
	color: #767676;
  }
  .grid-container > div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(110, 79, 249, 0.2), 0 6px 20px 0 rgba(110, 79, 249, 0.2);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
  .button-8 {
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  .add-shadow
  {
	box-shadow: rgba(110, 66, 211, 0.3) 0px 5px 5px 0px;
	
  }
  

  
.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
	background-color: #ffffff;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/

.faq {
	margin: auto;
	position: relative;
	height: auto;
	padding: 10px;
	max-width: 600px;
  }
  
  .faq-container {
	width: 100%;
	height: 100%;
  
  }
  
  .faq-label {
	cursor: pointer;
	width: 100%;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  
  border-radius: 19px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(110, 79, 249, 0.2), 0 6px 20px 0 rgba(110, 79, 249, 0.2);
	
  }
  
  .faq-label-text {
	color: #365A5E;
  
  }
  
  .faq-label-icon {
	padding: 2px 3px;
	background: #e8e8e8;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	
  }
  
  .material-icons {
	color: #365A5E;
	transition: 0.3s ease;
  }
  
  .faq-answer {
	transition: 0.3s ease;
	margin-top: 15px;
	height: 0;
	border-radius: 6px;
	color: rgba(127, 121, 121, 1);
	overflow: hidden;
  
  }
  
  .faq-answer-content {
	padding: 10px 0 10px 15px;
	
  
  }
  
  .active {
  
	background: #FFFFFF;
	border: 1px solid rgba(110, 79, 249, 0.2);
	
	height: auto;
	margin-bottom: 25px;
  
  }
  .rotate{
	transform: rotate(180deg)
  }
  .global-label{
	color:#365A5E;
	width:100%;
	height:35px;
	border-bottom: solid 2px #C4C1C1;
	margin-bottom: 35px;
  }
  .global-label-text{
	font-size:18px;
	font-weight:700;
	color:#365A5E;
  }
  .score{
	display:none;
	color:#00ff2a;
	padding:15px;
	width:45px;
	height:25px;
	margin: 45px auto;
	text-align:center;
	padding: 5px;
	justify-content:center;
	align-items:center;
	border-radius:5px;
	background:white;
  }
  .about-me{
	border-radius:5px;
	width:300px;
	margin:auto;
	color:white;
	text-align:center;
	background:#ffff;
	padding:7px 18px;
  }
  
/**/


a{
    text-decoration: none;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 6px 6%;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);


    
}
.cardtoptagers
{
    align-items: center;
}
#loader
{
align-items: center;
}
.logo img{
    width: 30px;
    margin-right: 15px;
    display: block;
}

.navbar-center ul li{
    display: inline-block;
    list-style: none;
}
.navbar-center ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 5px 8px;
    padding-right: 5px;
    position: relative;
}
.navbar-center ul li a img{
    width: 30px;
}

.navbar-center ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #664beb;
    position: absolute;
    bottom: -15px;
    transition: width 0.3s;
}
.navbar-center ul li a:hover::after,
.navbar-center ul li a.active-link::after
{
    width: 100%;
}


.nav-profile-img{
    width: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
}
.online{
    position: relative;
}
.online::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background: #41db51;
    position: absolute;
}
.search-box{
    background: #f0f2f5;
    width: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.navbar-left{
    display: flex;
    align-items: center;
}
.search-box img{
    width: 14px;
}
.search-box input{
    width: 100%;
    background: transparent;
    padding: 8px;
    outline: none;
    border: 0;
}
/* ------ navbar end-------------- */


/* -----------left-sidebar---------- */
.left-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.overlay {
    position:fixed;
    display: none;
    background-color:rgba(0,0,0,0.5);
    text-align:center;
    width:100%;
    padding: 20px;
    height:100%;
    top:20px;
    left:0px;
   }
.sidebar-activitya{
   font-size: 24px;
}
.dialog-container {
    position: relative;
    width:60%;
    overflow-y: scroll;
    height: fit-content;
    max-height: 80%;  
    margin:0;
    border-radius: 20px;
    border: 0;
    padding: 20px;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background:#fff;
  }
  @media screen and (max-width: 35.5em) { /* 568px or less */
   .dialog-container {
       position: relative;
       width:80%;
       overflow-y: scroll;
       height: fit-content;
       max-height: 80%;  
       margin:0;
       position:absolute;
       top:50%;
       left:50%;
       -ms-transform:translate(-50%, -50%);
       transform:translate(-50%, -50%);
       background:#fff;
     }
 }

 @media screen and (min-width: 35.5em) and (max-width: 48em) { /* 568px - 768px */
   .dialog-container {
       position: relative;
       width:70%;
       overflow-y: scroll;
       height: fit-content;
       max-height: 70%;  
       margin:0;
       position:absolute;
       top:50%;
       left:50%;
       -ms-transform:translate(-50%, -50%);
       transform:translate(-50%, -50%);
       background:#fff;
     }
 }

 @media screen and (min-width: 48em){ /* 1024px */
   .dialog-container {
       position: relative;
       width:60%;
       overflow-y: scroll;
       height: fit-content;
       max-height: 60%;  
       margin:0;
       position:absolute;
       top:50%;
       left:50%;
       -ms-transform:translate(-50%, -50%);
       transform:translate(-50%, -50%);
       background:#fff;
     }
 }  

.sidebar-profile-box{
    background: #fff;
    border-radius: 10px;
    margin: 3%;
    border: 1px solid #eae9e9;
}
.sidebar-profile-info{
    padding: 0 25px;
   
}
#probanner
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100% ;
    height:120px;
}
.sidebar-profile-info img{
    width: 90px;
    border-radius: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    margin-top: -45px;
}
.sidebar-profile-info h1{
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.sidebar-profile-info h3{
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.sidebar-profile-info ul{
    list-style: none;
    margin: 20px 0;
}
.sidebar-profile-info ul li{
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}
.sidebar-profile-info ul li span{
    float: right;
    color: #664beb;
}
.sidebar-profile-link{
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.sidebar-profile-link a{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 13px;
    border-left: 1px solid #ccc;
}
.sidebar-profile-link a:first-child{
    border-left: 0
}
.cardtop
{
    height: 200px;
    width: 200px;
}
.sidebar-profile-link a img{
    width: 20px;
    margin-right: 10px;
}

.sidebar-activity-profile{
    background: #fff;
    padding:10px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}.sidebar-activity-profile h3{
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity-profile a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity-profile a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity-profile i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity-profile a img{
    width: 20px;
    margin-right: 10px;
}


.sidebar-activity{
    background: #fff;
    padding:10px;
    margin: 3%;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}

.sidebar-activity h3{
    color: #484646;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sidebar-activity a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.sidebar-activity a:hover{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #664beb;
    margin-bottom: 10px;
}
.sidebar-activity i
{
 margin-right: 20px;
 size: 20px;
 color: #664beb;
}

.sidebar-activity a img{
    width: 20px;
    margin-right: 10px;
}
.discover-more-link{
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
}
.discover-more-link a{
    color: #664beb;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

/* ----------right-sidebar------------ */
.right-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;

}
.sidebar-news{
    background: #fff;
    padding: 10px 25px;
    margin: 3%;
    border-radius: 10px;
    border: 1px solid #eae9e9;
}
.info-icon{
    width: 15px;
    float: right;
    margin-top: 15px;
}

.sidebar-news h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 10px 0 30px;
}
.sidebar-news a{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -5px;
}
.sidebar-news span{
    font-size: 12px;
}

.sidebar-news .read-more-link{
   color: #664beb;
   font-weight: 500;
   margin: 20px 0 10px;
}
.sidebar-ad{
    background: #fff;
    padding: 15px 25px;
    text-align: center;
    border: 1px solid #eae9e9;
    margin: 3%;
    z-index: 0;
    border-radius: 10px;
    font-size: 12px;
}
.sidebar-ad img{
    width: 30%;
    border-radius: 50%;
    margin: 4px;
}
.sidebar-ad small{
    float: right;
    font-weight: 500;
}
.sidebar-ad p{
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar-ad b{
    display: block;
    font-weight: 500;
    margin-top: 10px;
}
.ad-link{
    display: inline-block;
    border: 1px solid #664beb;
    border-radius: 30px;
    padding: 5px 15px;
    color: #664beb;
    font-weight: 500;
    margin: 20px auto 10px;
}
.sidebar-useful-links{
    padding: 15px 25px;
    text-align: center;
}

.sidebar-useful-links a{
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
}
.copyright-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
}
.copyright-msg img{
    width: 18px;
    margin-right: 4px;
}

#postcard{
    
    width: 100%;
}
.badge {
    background-color: #664beb;
    color: white;
    padding: 2px 2px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
  }
/* -------------main-content------------ */
.main-content{
    flex-basis: 47%;
    width: 47%;
}
.main-contentmessge{
    flex-basis: 70%;
    height: 100%;
    width: 100%;
}
.create-post{
    background: #fff;
    border:1px solid #eae9e9;
    margin-top: 10px;
    border-radius: 10px;
}
.create-post-input{
    padding: 10px 10px 10px;
    display: flex;
    align-items: flex-start;
}
.create-post-input p{
    font-size: 12px;
    color: #664beb;
}

.create-post-input img{
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.create-post-input textarea{
    width: 100%;
    border: 0;
    outline: 0;
    height: auto;
    resize: none;
    background: transparent;
    margin-top: 8px;
}
::placeholder{
    font-weight: 500;
}
.create-post-links{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.create-post-links li{
    list-style: none;
    flex-basis: 33.3%;
    border-radius: 10px;
    margin: 5px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.create-post-links li img{
    width: 15px;
    margin-right: 5px;
}
.sort-by{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.sort-by hr{
    flex: 1;
    border: 0;
    height: 1px;
    background: #ccc;
}
.sort-by p{
    font-size: 13px;
    padding-left: 5px;
}
.sort-by p span{
    font-weight: 600;
    cursor: pointer;
}
.sort-by p span img{
    width: 12px;
    margin-left: 3px;
}
.post-profile{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.profiletext
{
    font-size: 14px;
    color: #5f5f5f;
}
.post{
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid  #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.post-author{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 5px;
    
}
.lineviewdiv
{

    display: flex;
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.post-author-bottom{
    margin: 10px;
}
.post-author-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.post-author-imgx{
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    float: right;
    margin: 15px;
}
.post-author-h1{
    font-size: 14px;
    margin: -5px;
    font-weight: 400;
}
.post-author-small{
    display: block;
    color: rgb(132, 132, 134);
    margin: -5px;
    font-size: 12px;
}
.post-author-smallx{
    display: block;
    margin: -5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(78, 78, 79);
}
.post-pxx{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
    color: #5e2ced;
}
.post-p{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.ppxpost { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    color: rgb(76, 76, 76);
}
.post-img{
    margin-bottom: 15px;
    width: 100%;
}
.post-vid{
    margin-bottom: 15px;
    width: 100%;
}
.post-stats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.post-stats div{
    display: flex;
    align-items: center;
}
.post-stats img{
    width: 15px;
    margin-right: -5px;
}
.liked-users{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    overflow: hidden;
    margin: 10px;
    color: rgb(108, 108, 108);
}
.post-activityx{
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.post-activity{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.post-activity:hover{
cursor: pointer;
}
.post-activity div{
    display: flex;
    align-items: center;
}
.post-activity-user-icon{
    width: 22px;
    border-radius: 50%;
}
.post-activity-arrow-icon{
    width: 12px;
    margin-left: 5px;
}
.post-activity-link img{
    width: 18px;
    margin-right: 8px;
}



/* ------------- profile-drop-down-menu ------------ */
.profile-menu-wrap{
    position: absolute;
    top: 100%;
    right: 5%;
    width: 320px;
   
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.profile-menu-wrap.open-menu{
    max-height: 400px;
}

.profile-menu{
    background: #ffffff;
    color: #2f2929;
    padding: 20px;
    border-left :  1px solid #eae9e9;
    border-right :  1px solid #eae9e9;
    border-bottom :  1px solid #eae9e9;
}
.user-info{
    display: flex;
    align-items: center;
}
.user-info img{
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.user-info h3{
    font-weight: 500;
    margin-bottom: -7px;
}
.user-info a{
    color: #161b21;
    font-size: 13px;
}
.profile-menu hr{
    border: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 15px 0 10px;
}
.profile-menu-link{
    display: flex;
    align-items: center;
    color: #140d0d;
    margin: 12px 0;
    cursor: pointer;
    font-size: 14px;
}
.profile-menu-link p{
    width: 100%;
}
.profile-menu-link img{
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
/* ------------------------profile-page------------------ */

.profile-main{
    flex-basis: 45%;
    width:45%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #eae9e9;
    border-radius: 10px;
}
.profile-sidebar{
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}
.profile-container{
    background: #fff;
    overflow: hidden;
}
.profile-container-inner{
    padding: 0 4% 10px;
}
.profile-container-innerx{
    padding: 0 2% 5px;
}
.profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -75px;
    padding: 5px;
    background: #fff;
}
.profile-container h1{
    font-size: 28px;
    font-weight: 600;
    color: #222;
}
.profile-container b{
    font-weight: 500;
}
.profile-container p{
    margin-top: 5px;
}
.profile-container p a{
    color: #664beb;
    font-weight: 500;
}
.mutual-connection{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.mutual-connection img{
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}   
.profile-btn{
    margin: 20px 0;
}
.profile-btn a{
    display: inline-flex;
    align-items: center;
    background: #e4e6eb;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 10px;
}
.profile-btn a img{
    width: 18px;
    margin-right: 5px;
}
.profile-btn .primary-btn{
    background: #664beb;
    color: #fff;
}

.profile-description{
    background: #fff;
    padding: 10px;
}
.profile-description h2{
    color: #333;
    margin: 10px 0 20px;
    font-weight: 600;
}
.more
{
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 2px;
    color: rgb(108, 108, 108);
}
.see-more-link{
    display: block;
    text-align: right;
    font-size: 15px;
}
.profile-desc-row{
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.profile-desc-row img{
    width: 50px;
    margin-right: 25px;
    margin-top: 5px;
}
.profile-desc-row div{
    width: 100%;
}
.profile-desc-row h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.profile-desc-row b{
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.profile-desc-row p{
    margin-top: 15px;
}
.profile-desc-row hr{
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 10px;
}
.experience-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    font-weight: 500;
}
.experience-link img{
    width: 20px;
    margin-left: 8px;
}
.skills-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    border: 1px solid #777;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}
.language-btn{
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    background: #e4e6eb;
    font-size: 12px;
    font-weight: 500;
}

/* --------profile-right-sidebar----------- */
.profile-sidebar .sidebar-ad{
    margin: 0;
}
.sidebar-people{
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
    
    font-size: 12px;
}
.sidebar-people h3{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.sidebar-people-row{
    display: flex;
    align-items: flex-start;
    margin: 6px 0;
}
.sidebar-people-row img{
    width: 40px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
}
.sidebar-people-row h2{
    font-weight: 500;
    font-size: 16px;
}
.sidebar-people-row a{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 25px;
    border: 1px solid #5f5f5f;
    border-radius: 30px;
    font-weight: 500;
}
.profile-footer{
    padding: 0 6% 30px;
}
.profile-footer .sidebar-useful-links{
    text-align: left;
    padding: 0;
}
.profile-footer .copyright-msg{
    justify-content: flex-start;
}

#showMoreLink{
    display: none;
}
/* -------------media query for small screen --------------- */
@media only screen and (max-width: 600px){
    .search-box{
        background: transparent;
        width: auto;
        padding: 0;
    }
    .search-box input{
        width: 0;
        padding: 0;
    }
    .navbar-center ul li a span{
        display: none;
    }
    .navbar-center ul li a{
        padding-right: 0;
        margin: 5px;
    }
    .nav-profile-img{
        width: 30px;
    }
 
    .left-sidebar, .right-sidebar{
        flex-basis: 100%;
        position: relative;
        top: unset;
    }
    .main-content{
        flex-basis: 100%;
    }
    .post-stats div{
        margin: 0px 0;
    }
    .post-activity-link span{
        display: none;
    }
    .post-activity-link img{
        margin-right: 0;
    }
    .profile-main, .profile-sidebar{
        flex-basis: 100%;
    }
    .profile-container{
        font-size: 14px;
    }
    .BannerPic
    {
        height:100%;
        width:100%;
        overflow: hidden;
        height: 100px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .profile-pic{
        width: 100px;
        margin-top: -50px;
    }
    .profile-description{
        font-size: 14px;
    }
    #showMoreLink{
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        cursor: pointer;
    }
    .sidebar-activity{
        display: none;
    }
    .sidebar-activity.open-activity{
        display: block;
    }
}
#image{
    width: 400px;
    height: auto;
  }
  #imgupload
  {
    width: 100%;
  }
.file-input
{
    width: 100%;
}
  .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
  }
  
  .file-input__label svg {
    height: 16px;
    margin-right: 4px;
  }
.tagcard
{
    margin: 10px;
    background-color: rgb(237, 235, 247);
    border-radius: 10px;
    padding: 10px;
}

  .file_upload {
    opacity: 0.0;
 
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 
    /* IE 5-7 */
    filter: alpha(opacity=0);
  
    /* Netscape or and older firefox browsers */
    -moz-opacity: 0.0;
 
    /* older Safari browsers */
    -khtml-opacity: 0.0;
        width: 20px;
    position: absolute;
 }
  
.modal {
    display: none; /* Hidden by default */
    position: fixed; 
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.609);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
}
@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        width: 90%;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 70%;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 50%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 60%;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 45%;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        width: 50%;
    }
}
/* Modal Content */

textarea
{
    width: 100%;
    padding: auto;
    align-items: center;
    border: none;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.emtylisttext
{
    padding: 10px;
    font-size: 16px;
}
.listback
{
background-color: white;
}
.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.button11
{
    background: #664beb;
    border-radius: 5px;
    border-bottom: solid 2px #664beb;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    margin: 20px;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
}
.mediaview
{
    max-height: 300;
    overflow: scroll;
}
.exampleTextarea {
    border-radius: 10px;
    padding: 18px;
    font-size: 18px;
    width: 100%;
    resize: none;
    overflow-y: scroll;
    
}
textarea::placeholder {
    font-size: 18px;
}

.exampleTextarea:focus {
    outline: none !important;
  }
#message
{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}
#message
{
    color: #664beb;
}
::placeholder {
    text-align: center; 
 }
 ::-webkit-input-placeholder {
    text-align: center;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    text-align: center;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
 }
 
 :-ms-input-placeholder {  
    text-align: center; 
 }


.containeri {
    display: grid;
    background-color: white;
    border-radius: 10px;
    grid-template-columns: repeat(auto-fit, 120px);
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    border: 1px solid #eae9e9;
    padding: 10px;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    list-style: none;
}

.containeri>.item {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.containeri>.item img {
    padding: 5px;
    align-items: center;
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.tagbuttons
{
    background-color: #664beb;
    border: none;
    color:#fff;
    border-radius: 10px;
    padding: 6px;
    width: 100%;
    font-size: 12;
    align-items: center;
    margin: 2px;
}
.tagbuttonsremove
{
    background-color: #e3dff3;
    border: none;
    color:#201f1f;
    border-radius: 10px;
    font-size: 12;
    width: 100%;
    align-items: center;
    padding: 6px;
    margin: 2px;
}
.user-stats
{
text-align: center;
}
.hide{
    display: none;
}
.readmore
{
    color: #8733f5;
    align-content: center;
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.buttontextpost
{
    font-size: 16px;
    margin-left: 5px;
    align-content: center;
    cursor: pointer;
}

.reaction{
    height: 20px;
    width: 20px;
    background-color: white;
}

audio{
    align-items: center;
}
.propic
{
    height: 100px;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}
.proname
{
   
    font-size: 14px;
    font-weight: 600px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    width: 100%;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
   min-height: max-content;
}
.pronameintro
{
   
    font-size: 12px;
    font-weight: 400px;
    text-align: center;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.probutton
{
    width: 95%;
    padding: 5px;
    align-items: center;
    background-color: #664beb;
    margin: 5px;
}
.divuser
{
     background-color: white;
     width: 100%;
     text-align: center;
   
     padding: 5px;
     overflow: hidden;
     border-radius: 15px;
}
.divuserouter
{
     background-color: white;
     align-items: center;
     box-shadow: 5px 5px 5px  rgb(235, 236, 236);
     width: 100%;
     border: 1px solid #eae9e9;
     border-radius: 15px;
     align-content: center;
}


/* CSS */
.button-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  width: 100%;
  border: none;

  color: #fff;
  background: linear-gradient(180deg, #664beb 0%, #664bebc0 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-10:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
.messagefooter
{
    float: inline-end;
    position: fixed;
    color: #000;
    width: 100%;
    height: 100%;
}
.chat-item {
    padding: 15px 10px;
    border-bottom: 1px solid var(--background-color);
}

.info-avatar,
.avatar {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background-color: darkgrey;
    float: left;
    margin-right: 15px;
}


.info-avatar {
    width: 100px;
    height: 100px;
    text-align: center;
    float: none;
    margin: 50px auto 0;
}

.info-name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.info-description {
    margin: 20px 0;
    text-align: center;
}

.chat-message {
    border: 1px solid var(--background-color);
    border-radius: 20px 0 20px 20px;
    margin-bottom: 15px;
    padding: 20px;
    width: calc(100% - 40px);
    background-color: var(--background-color);
}

.chat-message:nth-child(2n) {
    margin-left: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    background-color: var(--primary-color);
    color: white;
}


.left, .middle, .right {
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    padding: 15px;
    border-radius: 20px;
}

.left {
    cursor: pointer;
}

.middle, .right {
    transition: transform .2s;
    transform: translateX(100%);
}

.middle {
    padding-top: 40px;
}

.right.show,
.middle.show {
    transform: translateX(0);
}


.button-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 15px;
    padding: 0 15px;
}


@media screen and (min-width: 768px) {
    #back-button {
        display: none;
    }

    .left {
        width: 300px;
    }

    .middle {
        transform: translateX(0);
    }

    .middle, .right {
        width: calc(100% - 300px);
        left: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .left {
        width: 400px;
    }

    .middle {
        width: calc(100% - 800px);
        left: 400px;
    }

    .right {
        transform: translateX(0);
        width: 400px;
        left: unset;
        right: 0;
    }

    #info-button,
    #close-button {
        display: none;
    }
}
.MessagesBox
{
    display: flex;
    height: 90vh;
    background-color: rgb(209, 203, 203);
}

.messagebox1
{
flex: 1;
background-color: #b8b3b3;
flex-direction: row;
list-style: none;
}
.messagebox2
{
   flex: 2; 
   background-color: #d8d5d5;
}
.messagebox3
{
     flex: 1;
     background-color: #ffffff;
}
/* vertical menu styles */
@media (max-width: 600px) {
    .MessagesBox {
       flex-direction: column;
    }
    .messagebox1 {
      
       width: 100%;
       height: 100%;
       display: block;
    }
    .messagebox2 {
       
        width: 100%;
        display: none;
     }
     .messagebox3 {
        
        width: 100%;
        display: none;
     }
}
.messagebox_inner_div_left
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_center
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}
.messagebox_inner_div_right
{
background-color: #ffffff;
margin-top: 1vh;
position: fixed;
}

.messagebox_inner_div_left_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;

}
.messagebox_inner_div_left_discptx
{
    width: 100%;
    height: 90%;
    background-color: #f8f5f5;

}
.messagebox_inner_div_center_discpt
{
    width: 99.5%; 
    height: 10%;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #ffffff;
}
.messagebox_inner_div_center_discptx
{
    width: 100%; 
    height: 60%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
.messagebox_inner_div_center_discptxx
{
    width: 100%; 
    height: 30%;
    background-color: #fffdfd;
}
.messagebox_inner_div_right_discpt
{
    width: 100%;
    height: 10%;
    background-color: #ffffff;
}
.messagebox_inner_div_right_discptx
{
    width: 100%;
    height: 100%;
    background-color: #f8f5f5;
}
.messagerlist
{
  overflow: scroll;  
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(235, 229, 245); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 199); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e4e0e0; 
  }

  .cardxxx{
    background-color: white;
    margin: 2px;
    display: flex;
    align-items: center;
  }

  .card
  {
   display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 2px;
    
    padding: 10px;
  }
  .card:hover
  {
    cursor: pointer;
    background-color: rgb(233, 232, 232);
  }
  .userinfo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
  }
  .profileheadings
  {
    font-size: 14px;
    color: #7c7c7c;
  }
  #username 
  {
    font-size: 18px;
    color: #7c7c7c;
  }
  .username
  {
    color: #7c7c7c;
    margin-top: 10px;
  }
  .msg
  {
    color: #747373;
    overflow: hidden;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
  }
  .time{
    font-size: 8px;
    margin: 2px;
    color: #747373;
  }
  .divmargin
  {
    margin: 2px;
  }
  .msgview
  {
    color: #747373;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .msgtime
  {
    font-size: 12px;
  }
  .cardxx {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 350px;
    text-align: center;
    margin-top: 60px;
}
.card_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    padding-bottom: 20px;
}
.sidebar-ads{
    padding: 15px 25px;
    text-align: center;
    margin: 12px 0;
    font-size: 12px;
}
.sidebar-ads img{
    width: 30%;
    border-radius: 50%;
    margin: 4px;
}
.sidebar-ads small{
    float: right;
    font-weight: 500;
}
.sidebar-ads p{
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar-ads b{
    display: block;
    font-weight: 500;
    margin-top: 10px;
}

.cardheader
{
 display: flex;
  justify-content: space-between;
  padding: 10px;
}
.userinfo h4{
    margin: 5px;
    font-size: 24px;
    color: #4b4a4a;
}
.userinfo-img
{
    width: 10px;
    height: 10px;
}
.textareax {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 15px;
    width: 100%;
    height: 50%;
    color: #acaaaa;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #f2f0f0;
    border-radius: 50px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
.textarea {
    margin-top: 5px;
    width: 100%;
    height: 50%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }
  .imageciew
  {
    display: flex;
  }
  .dropbtnx {
    background-color: #e4e4e4;
    color: rgb(7, 5, 5);
    font-size: 16px;
    height: 10px;
    width: 10px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtnx:hover, .dropbtnx:focus {
    background-color: #ffffff;
  }
  
  .dropdownx {
    position: relative;
    display: inline-block;
  }
  
  .dropdownx-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdownx-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdownx a:hover {background-color: #ddd;}
  
  .showx {display: block;}
  
  .search{
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    padding: 5px;
    background-color: #e4e0e0;
  }
  .cardheaderx
{
 display: flex;
  justify-content: center;
}
.lileft
{
float: left;
background-color: #f5f5f8;
}
.liRight
{
    float: right;
    list-style: none;
    width: 100%;
    text-align: right;
    display: inline-block;
    background-color: #f5f5f8;
    margin: 5px;
    padding: auto;
}
.leftdiv
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: flex;
 max-width: 100%;
 text-align: start;
 float: left;
 padding: 15px;
    border-radius:5px;
}
.rightdiv
{
    background-color: #c0c1f8;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    display: flex;
    float: right;
    text-align: start;
    padding: 15px;
    border-radius:5px;
}
.outerdiv
{
    background-color: #f8f7fa;
    width:100%;
    height: fit-content;
    float: right;
    text-align: start;
    padding: 5px;
}
.messagesx
{
 background-color: #ffffff;
 width: fit-content;
 height: fit-content;
 display: contents;
 word-wrap: break-word;  
 overflow: hidden;
 text-align: start;
 float: left;
 padding: 15px;
}
.btn {
    background-color: rgba(82, 46, 182, 0.836);
    border: none;
    color: white;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
  }
    .commentboxdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

  .commentbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
   
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

.custom-search {
    position: relative;
    width: 100%;
  }
  .custom-search-reply {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyxx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-search-replyx {
    width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .itemsdiv
  {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 50vh;
  }
  .custom-search-input {
    width: 100%;
    border: 1px solid rgba(248, 245, 251, 0.641);
    background-color: rgba(248, 245, 251, 0.641);
    border-radius: 100px;
    padding: 10px 10px 10px 20px; 
    line-height: 1;
    padding: 10px;
    text-align: start;
    box-sizing: border-box;
    outline: none;
  }
  ::placeholder {
  text-align: start;
  font-size: small;
}
#imageinput
{
    width: 100%;
    overflow: hidden;
}
  .custom-search-bottonemoji {
    float: left;
    display: table-cell;
    padding: 5px;
    color: #664beb;
    border-radius: 50%;
    font-size: 30px;
    vertical-align: middle;
  }
  .custom-search-bottonemoji:hover {
    color: #739bf1;
    cursor: pointer;
  }
  .custom-search-botton {
    float: right;
    border: 0;
    background: #664beb;
    color: #fff;
    outline: none;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 100px;
  }
  .custom-search-botton:hover
  {
    background: #8d7be4;
  }
  .comment-thread {
    width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}

/* 
    Body, button, comment-thread, and utilities

    Notes:
        - This section sets some basic styles. You can ignore this part and 
        go directly to the comment styles.
*/

* {
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.85);
    background-color: #f9f9f9;

}
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
button:hover,
button:focus,
button:active {
    cursor: pointer;
    background-color: #ecf0f1;
}
.comment-thread {width: 100%;
    margin: auto;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}
.m-0 {
    margin: 0;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Comment */

.comment {
    position: relative;
    margin: 1px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}

/* Adjustments for toggleable comments */

details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    content: "Click to hide";
}
details.comment:not([open]) .comment-heading::after {
    content: "Click to show";
}

/* Adjustment for Internet Explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Resets cursor, and removes prompt text on Internet Explorer */
    .comment-heading {
        cursor: default;
    }
    details.comment[open] .comment-heading::after,
    details.comment:not([open]) .comment-heading::after {
        content: " ";
    }
}

/* Styling the reply to comment form */

.reply-form textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.d-none {
    display: none;
}

.commenterpic
{
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
.commentdivttime
{
    font-size: 10px;
    color: #494949;
}
.commentdivtname
{
    font-size: 18px;
    color: #494949;
}
.commentdivttext
{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#959292;
}

.ppx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 14px;
    padding: 12px;
    color: rgb(108, 108, 108);
}
.ppxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 10px;
    color: rgb(180, 180, 182);
}
.ppxxn { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    font-size: 12px;
    color: rgb(126, 125, 125);
}
.ppxxx { 
    width:inherit; /* width: 100px; */
    white-space: pre-wrap;
    word-wrap:break-word;
    margin-top: 2
    5px;
    font-size: 12px;
    color: rgb(51, 51, 52);
}
.commentdivt
{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.commentdivtlikescommentdiv
{ 
}
.commentdivtlikescommentdivc
{
  margin-left: 70px; 
}

.emoji-drawer {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: opacity 0.2s;
}

.hidden {
  opacity: 0;
  display: none;
}

.emoji {
    text-align: center;
    font-size: 24px;
    width: 20%;
    padding: 8px;
}

.emoji:hover {
    cursor: pointer;
}

.commentcardcommentboxinner
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    margin-left: 70px; 
}
.commentlist
{
    margin-top: 10px;
    width: 100%;
}
.commentcardimg
{
    margin: 10px;
}

.expend_clopser
{
    font-size: 14px;
    color: rgb(180, 180, 182);
    margin: 10px;
    padding-left: 20px;
    cursor: pointer;
}
.replycardmenu
{
    float: right;
    height: 15px;
    width: 10px;
}
.replieslistc
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    border-radius: 20px;
 
}
.commentcardcontnet
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 0  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.commentcardcontnetx
{
    background-color: rgba(248, 245, 251, 0.641);
    padding: 10px;
    border-radius: 20px  20px 20px 20px;
    width: 100%;
    overflow: hidden;
}
.replieslistx
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.ppxxx
{

}
.commentcard
{
    display: flex;
}
.replymenu
{
   float: right;
}
.commentboxcard
{
    margin-left: 20%;
}
.commentdivtt
{
    display: flex;
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentdivttadeed
{
    background-color: #f9f9f9;
    margin-left: 20%;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.commentpropic
{
    padding: 10px;
    width: fit-content;
}
.commentcontent
{
    padding: 10px;
    
}
.commentdivtname
{
    font-size: 16px;
}
.commentdivttext
{
    margin: 0;
    font-size: 16px;
    padding:0;
    width:100%;
    position: relative; 
    word-break: break-all; 
}
.commentlikereply
{
    display: flex;
    cursor: pointer;
}
.commentlikereplylike
{
margin-left: 10px;
}
.commentlikereplyreply
{
    margin-left: 10px;
   
}


  :root {
    --background: #ffffff00;
    --icon-color: rgb(102, 75, 235);
    --width: 10px;
    --height: 10px;
    --border-radius: 100%;
}
.wrapper {
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
   
}
.wrapper .fab {
    background: var(--background);
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
}
.wrapper .fab::before, .wrapper .fab::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    background: rgb(102, 75, 235)
}
.wrapper .fab::before {
    width: 4px;
    height: 12px;
}
.wrapper .fab::after {
    width: 12px;
    height: 4px;
}
.wrapper .fac {
    width:  150px;
    height: 32px;
    border-radius: 64px;
    position: absolute;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 10px 1px rgba(102, 75, 235, 0.278);
    opacity: 0;
    left: -110px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.2s ease-in, left 0.2s ease-in, width 0.1s ease-in;
}
.wrapper .fac a {
    color: var(--icon-color);
    opacity: 0.8;
}
.wrapper .fac a:hover {
    transition: 0.2s;
    opacity: 1;
    color: #a4a4a4;
}
.wrapper input {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: absolute;
    z-index: 5;
    opacity: 0;
}
.wrapper input:checked ~ .fab {
    animation: fab-animation 0.4s ease-out forwards;
}
.wrapper input:checked ~ .fac {
    width: 150px ;
    height: 32px;
    animation: fac-animation 0.4s ease-out forwards 0.1s;
    left: -180px;
    opacity: 1;
}
@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
   }
    20% {
        transform: rotate(60deg) scale(0.93);
   }
    55% {
        transform: rotate(35deg) scale(0.97);
   }
    80% {
        transform: rotate(48deg) scale(0.94);
   }
    100% {
        transform: rotate(45deg) scale(0.95);
   }
}
@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
   }
    20% {
        transform: rotate(-15deg);
   }
    55% {
        transform: rotate(10deg);
   }
    80% {
        transform: rotate(-3deg);
   }
    100% {
        transform: rotate(0) scale(1);
   }
}
@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
   }
    33% {
        transform: scale(0.95, 1.05);
   }
    66% {
        transform: scale(1.05, 0.95);
   }
    100% {
        transform: scale(1, 1);
   }
}



  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .footer
  {
    display:inline-block;
    width: 100%;
    text-align: justify;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftfooter {
    float: left;
    align-items: self-start;  
    margin: 10px;
    text-align: start;
  }
  
  .rightfooter {
    float: right;
    margin: 10px;
    align-items: self-end;  
    text-align: end;
  }

  .loader
  {
    width: 100%;
overflow: hidden;
  }

  @keyframes barWidth {
    0% {
        width: 0%;
   }
    25% {
        width: 50%;
   }
    50% {
        width: 100%;
   }
    75% {
        width: 50%;
   }
    100% {
        width: 0%;
   }
}
@keyframes barWidth2 {
    0% {
        width: 0%;
   }
    50% {
        width: 50%;
   }
    100% {
        width: 100%;
   }
}
.horizontal-bar-wrap {
    height: 3px;
    width: 100%;
}
.horizontal-bar-wrap .bar {
    position: relative;
    width: 0%;
    height: 100%;
    margin: 0 auto;
    animation: barWidth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.horizontal-bar-wrap .bar.bar1 {
    animation-delay: 0s;
    background: #8c51eb;
    top: 0;
    z-index: 1;
}

 .music-player-container {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 position: relative;
	 border-radius: 8px;
	 padding: 36px 20px;
}
 .dark .music-player-container {
}
 .vinyl-wrapper {
	 position: relative;
	 --size: 160px;
	 width: var(--size);
	 height: var(--size);
}
 .vinyl-wrapper.rotate {
	 filter: drop-shadow(0 0 1px #000);
}
 .vinyl {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 width: 100%;
	 height: 100%;
	 -webkit-mask-image: radial-gradient(#fff, #fff), radial-gradient(#fff 2.4%, transparent 0);
	 mask-image: radial-gradient(#fff, #fff), radial-gradient(#fff 2.4%, transparent 0);
	 -webkit-mask-composite: xor;
	 mask-composite: substract;
	 -webkit-mask-position: 50% 50%;
	 mask-position: 50% 50%;
	 -webkit-mask-size: 100% 100%, 0 0;
	 mask-size: 100%, 0;
	 -webkit-mask-repeat: no-repeat;
	 mask-repeat: no-repeat;
	 transition: -webkit-mask-size 0.2s, mask-size 0.2s;
	 transition-delay: 0s;
}
 .vinyl-wrapper.rotate > .vinyl {
	 -webkit-mask-size: 100% 100%;
	 mask-size: 100% 100%;
	 transition-delay: 0.2s;
}
 .vinyl::before {
	 content: '';
	 position: absolute;
	 border-radius: 50%;
	 width: 100%;
	 height: 100%;
	 transform: scale(0);
	 background-image: conic-gradient(from 45deg, #000, transparent 6.25% 43.75%, #000 50%, transparent 56.25% 93.75%, #000), radial-gradient(farthest-side, transparent 33%, rgba(255, 255, 255, .1) 33% calc(33% + 1px), transparent 0), radial-gradient(farthest-side, transparent 95%, #17151b 95% 100%), radial-gradient(farthest-side, #000 40%, #000 40% calc(40% + 1px), #000 calc(40% + 1px) 48%, rgba(255, 255, 255, .05) 48% calc(48% + 1px), transparent 0), radial-gradient(farthest-side, transparent 64%, #000 64% calc(64% + 1px), transparent calc(64% + 1px) 82%, #000 82% calc(82% + 1px), transparent 0), repeating-radial-gradient(farthest-side, #000 0 1px, transparent 1px 2px), repeating-radial-gradient(farthest-side, #000 0 1px, transparent 1px 5px), repeating-radial-gradient(farthest-side, #131118, #131118 12.5%);
	 box-shadow: inset 0 0 0 1px #06040d, inset 0 0 0 2px #474649;
	 transition: transform 0.4s;
}
 .dark .vinyl::before {
	 box-shadow: inset 0 0 0 1px #06040d, inset 0 0 0 2px #27262b;
}
 .vinyl-wrapper.rotate > .vinyl::before {
	 transform: scale(1);
	 animation: rotate-shine 0.6s infinite alternate;
	 animation-delay: 0.4s;
}
 .vinyl::after {
	 content: '';
	 position: absolute;
	 border-radius: 4px;
	 width: 100%;
	 height: 100%;
	 transform: rotate(0);
	 background-image: url('/audiopic.jpg');
	 background-size: cover;
	 image-rendering: crisp-edges;
	 transition-property: border-radius, width, height;
	 transition-duration: 0.4s;
}
 .vinyl-wrapper.rotate > .vinyl::after {
	 border-radius: 50%;
	 width: 33%;
	 height: 33%;
	 animation: rotate 1.8s linear infinite;
}
 @keyframes rotate-shine {
	 from {
		 transform: rotate(0deg);
	}
	 to {
		 transform: rotate(2deg);
	}
}
 @keyframes rotate {
	 to {
		 transform: rotate(1turn);
	}
}
 .music-title {
	 margin-top: 1em;
	 margin-bottom: 0.25em;
	 font-size: 1.125em;
	 font-weight: 700;
}
 .music-composer {
	 margin-bottom: 1em;
	 font-size: 0.75em;
	 font-weight: 300;
}
 .music-progress-container {
	 display: flex;
	 align-items: center;
	 column-gap: 0.75em;
	 font-size: 0.75em;
	 font-feature-settings: 'tnum';
	 font-variant-numeric: tabular-nums;
}
 .music-progress-input-container {
	 position: relative;
	 width: 200px;
	 height: 24px;
}
 .music-progress-input {
	 -webkit-appearance: none;
	 appearance: none;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 cursor: pointer;
}
 .music-progress-input::-webkit-slider-thumb {
	 -webkit-appearance: none;
	 appearance: none;
	 width: 1px;
	 height: 1px;
}
 .music-progress-input::-moz-range-thumb {
	 -webkit-appearance: none;
	 appearance: none;
	 width: 1px;
	 height: 1px;
}
 .music-progress-input-visualizer {
	 --color: #dfdfe2;
	 width: 100%;
	 height: 100%;
	 fill: var(--color);
}
 .dark .music-progress-input-visualizer {
	 --color: #000000;
}
 .music-progress-input-visualizer-bar {
	 transition: height 0.2s, y 0.2s;
}
 .music-progress-input-visualizer-bar.filled {
	 fill: currentColor;
}
 .music-controls-container {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-top: 1em;
	 width: 100%;
}
 .music-controls-button, .play-button {
	 transition: transform 0.2s;
     background-color: #ffffff;
	 transition-timing-function: cubic-bezier(0.65, 1.35, 0.5, 1);
}
 .music-controls-button:active, .play-button:active {
	 transform: scale(0.86);
}
 .music-controls-button {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 1.25em;
	 height: 1.25em;
}
.music-controls-button:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25em;
    height: 1.25em;
    color: #2c1972;
}
 .music-controls-button-icon {
	 width: 100%;
	 height: 100%;
	 fill: currentColor;
}
 .music-controls-button.toggle:not(.active) > .music-controls-button-icon {
	 fill: #2c1972;
}
.music-controls-button.toggle:not(.active) > .music-controls-button-icon :hover{
    fill: #2c1972;
}
 .dark .music-controls-button.toggle:not(.active) > .music-controls-button-icon {
	 fill: rgb(221, 39, 39);
}
 .play-button {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 border-radius: 50%;
	 padding: 12px;
	 width: 2.5em;
	 height: 2.5em;
	 background-color: currentColor;
}
 .play-button-icon {
	 --icon-color: #fff;
	 position: absolute;
	 padding: inherit;
	 width: 100%;
	 height: 100%;
	 fill: var(--icon-color);
	 transition: transform 0.2s;
	 transition-timing-function: cubic-bezier(0.65, 1.35, 0.5, 1);
	 transition-delay: 0.1s;
}
 .dark .play-button-icon {
	 --icon-color: #0c041a;
}
 .play-button.is-playing > .play-button-icon.play, .play-button:not(.is-playing) > .play-button-icon.pause {
	 transform: scale(0);
	 transition-delay: 0s;
}
 .blogs_subheading
 {
    color:#664beb;
    font-size: 16px;
    margin-top: 10px;
 }










