@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    transition: .4s;
    color: #82878D;
    display: inline-block;
}

a:hover, a:focus {
    color: #0d6efd;
    text-decoration: none;
}

button {
    outline: 0 !important;
}
button:focus,
.btn:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0;
}
p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #82878D;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.w-80{
    width: 80%;
}
/*scrolling css start*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow-x: auto;
}

::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
    overflow-x: auto;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0a58ca;
    overflow-x: auto;
}
/*scrolling css end*/
.user-picture-container{
    width: 44px!important;
    height: 44px!important;
    background-size: cover !important;
    background-position: center!important;
    overflow: hidden!important;
}
.min-width-44{
    min-width: 44px !important;
}
.main-color {
    color: #0a58ca;
}
.bg-main-color {
    background: #0a58ca;
}
/*header css start*/
.main-content-wrapper {
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden;
    background-color: #F4F7FC;
    min-height: 100vh;
    padding-top: 100px;
    position: relative;
}
.main-content-wrapper .navbar-area {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main-navbar .navbar-brand img{
    max-width: 220px;
}
.navbar-area .main-navbar .navbar .search-box {
    position: relative;
    width: 450px;
}
.main-content-wrapper .navbar-area .main-navbar .navbar .search-box .input-search {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    background-color: #EEEEEE;
    -webkit-transition: .4s;
    transition: .4s;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.main-content-wrapper .navbar-area .main-navbar .navbar .search-box .search-icon {
    position: absolute;
    left: 0;
    top: 1px;
    height: 50px;
    background-color: transparent;
    border: none;
    color: #303030;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 15px;
    line-height: 50px;
}
.others-options .option-item {
    margin-right: 25px;
}
.option-item .friend-requests-nav-item .friend-requests-count,
.option-item .messages-nav-item .messages-count,
.option-item .notifications-nav-item .notifications-count{
    position: relative;
    margin-right: 5px;
}
.option-item .friend-requests-nav-item .friend-requests-count i,
.option-item .messages-nav-item .messages-count i,
.option-item .notifications-nav-item .notifications-count i {
    color: #303030;
    font-size: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
}
.option-item .friend-requests-nav-item .friend-requests-count span,
.option-item .messages-nav-item .messages-count span,
.option-item .notifications-nav-item .notifications-count span {
    position: absolute;
    top: -9px;
    right: -9px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 9px;
    background-color: #0a58ca;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    vertical-align: middle;
}
.others-options .option-item .friend-requests-nav-item.dropdown .dropdown-menu .friend-requests-header,
.option-item .messages-nav-item.dropdown .dropdown-menu .messages-header,
.option-item .notifications-nav-item.dropdown .dropdown-menu .notifications-header{
    margin-bottom: 0;
    padding: 15px;
}
.others-options .option-item .friend-requests-nav-item.dropdown .dropdown-menu .friend-requests-header h3,
.option-item .messages-nav-item.dropdown .dropdown-menu .messages-header h3,
.option-item .notifications-nav-item.dropdown .dropdown-menu .notifications-header h3{
    font-size: 16px;
    margin-bottom: 0;

}
.others-options .option-item .friend-requests-nav-item.dropdown .dropdown-menu .friend-requests-body,
.others-options .option-item .messages-nav-item.dropdown .dropdown-menu .messages-body,
.others-options .option-item .notifications-nav-item.dropdown .dropdown-menu .notifications-body {

    padding: 0 15px 15px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}



.option-item .friend-requests-nav-item.dropdown .dropdown-menu,
.option-item .messages-nav-item.dropdown .dropdown-menu,
.option-item .notifications-nav-item.dropdown .dropdown-menu{
    padding: 0;
    min-width: 310px;
    max-width: 310px;
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 0;
    margin-top: 20px;
    border: none;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    background-color: #ffffff;
}
.option-item .friend-requests-nav-item.dropdown .dropdown-menu.show,
.option-item .messages-nav-item.dropdown .dropdown-menu.show,
.option-item .notifications-nav-item.dropdown .dropdown-menu.show{
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}
.friend-requests-body .item,
.messages-body .item,
.notifications-body .item{
    margin-bottom: 20px;
}

.message_image{
    max-height: 280px;
}

.friend-requests-body .item .content {
    width: 285px;
    padding-left: 12px;
}
.messages-body .item .text {
    width: 225px;
    padding-left: 12px;
}
.notifications-body .item .text {
    width: 250px;
    padding-left: 12px;
}
.friend-requests-body .item .content .text h4,
.messages-body .item .text h4,
.notifications-body .item .text h4{
    font-size: 15px;
    margin-bottom: 0;
}

.friend-requests-body .item .content .text h4 a,
.messages-body .item .text h4 a,
.notifications-body .item .text h4 a{
    color: #000000;
}
.friend-requests-body .item .content .text h4 a:hover,
.messages-body .item .text h4 a:hover,
.notifications-body .item .text h4 a:hover{
    color: #0a58ca;
}
.dropdown-menu .friend-requests-body .item .content .text span,
.dropdown-menu .messages-body .item .text span,
.dropdown-menu .notifications-body .item .text span{
    color: #6b7c8f;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}
.friend-requests-body .item .content .btn-box .friend-requests-btn {
    padding: 0;
    border: 1px solid #6b7c8f;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    width: 25px;
    line-height: 16px;
    height: 25px;
    color: #6b7c8f;
    -webkit-transition: .4s;
    transition: .4s;
}
.friend-requests-body .item .content .btn-box .delete-btn:hover{
    color: #ffffff;
    background-color: #FF3E3E;
}
.friend-requests-body .item .content .btn-box .confirm-btn:hover{
    color: #ffffff;
    background-color: #0a58ca;
}
.view-all-requests-btn .default-btn {
    background-color: #0a58ca;
    color: #ffffff;
}
.option-item .messages-nav-item .messages-count span{
    background: #FF3E3E;
}

.option-item .messages-nav-item.dropdown .dropdown-menu .messages-search-box {
    position: relative;
    width: 100%;
    padding: 0 15px 15px;
}
.option-item .messages-nav-item.dropdown .dropdown-menu .messages-search-box .input-search {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    background-color: #F4F7FC;
    -webkit-transition: .4s;
    transition: .4s;
    color: #6b7c8f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.option-item .messages-nav-item.dropdown .dropdown-menu .messages-search-box button {
    position: absolute;
    right: 15px;
    top: 2px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: #6B7C8F;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 15px;
}
.option-item .notifications-nav-item.dropdown .dropdown-menu .notifications-body .item .text span.main-color {
    color: #0a58ca;
}

.option-item .profile-nav-item .menu-profile {
    position: relative;
}

.option-item .profile-nav-item .menu-profile .name {
    font-size: 16px;
}
.option-item .profile-nav-item .dropdown-bs-toggle span {
    position: relative;
    top: 1px;
    color: #303030;
    -webkit-transition: .4s;
    transition: .4s;
}
.option-item .profile-nav-item .menu-profile .status-online {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 1px;
    background-color: #1DD217;
    border: 1px solid #ffffff;
}

.option-item .profile-nav-item.dropdown .dropdown-menu {
    padding: 15px;
    min-width: 200px;
    max-width: 200px;
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 0;
    margin-top: 20px;
    border: none;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    background-color: #ffffff;
}
.others-options .option-item .profile-nav-item.dropdown .dropdown-menu.show {
    margin-top: 22px;
    opacity: 1;
    visibility: visible;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-header::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 25%;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-header h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-header a {
    font-size: 14px;
    color: #6B7C8F;
}
.profile-nav-item.dropdown .dropdown-menu .profile-body {
    padding: 0;
    margin-bottom: 0;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-body li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.option-item .profile-nav-item.dropdown .dropdown-menu .profile-body li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.profile-nav-item.dropdown .dropdown-menu .profile-body li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
/*header css End*/


/*left sidebar css start*/
.widget h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #303030;
}
.widget-item-list {
    padding: 14px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.02s;
    border:none;
}
.widget-item-list a{
    color: #303030;
}
.widget-item-list i {
    font-size: 16px;
}
.widget .list-group-flush {
    border-radius: 15px;
}
.widget-item-list.active {
    background: rgba(15, 20, 25, 0.1);
    border-radius: 5px;
    font-weight: 700;
    color: rgba(0, 0, 0);
}
.widget-item-list.active a{
    color: #fff;
}

.widget-item-list:hover {
    background: rgba(15, 20, 25, 0.1);
    color: rgba(0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.widget-meeting-history .widget-item-list:hover .meeting-history-item .name a,
.widget-meeting-history .widget-item-list:hover .meeting-history-item .name p {
    color: #fff !important;
}
.widget-area .widget-recent-chat .widget-item-list:hover .recent-chat-item .name a,
.widget-area .widget-recent-chat .widget-item-list:hover .recent-chat-item .name p{
    color: #fff !important;
}
.widget-area .widget-who-following .widget-item-list:hover .following-item .name a{
    color: #fff !important;
}
.widget-area .widget-who-following .widget-item-list:hover .following-item .add-friend a{
    color: #fff !important;
}
.widget-item-list:hover a{
    color: #fff;
}

.following-item-area:hover{
    background: rgba(0, 0, 0, 0.03);
}

.widget-area .widget-who-following .following-item .user-text,
.recent-chat-item .recent-chat-user-img .user-text,
.recent-chat-user-img .user-text{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.widget-area .widget-who-following .following-item .name{
    width: 65%;
}
/*.widget-area .widget-who-following .following-item .name,*/
/*.widget-area .widget-recent-chat .recent-chat-item .name{*/
/*    width: 235px;*/
/*}*/

.widget-area .widget-who-following .following-item .name a,
.widget-area .widget-recent-chat .recent-chat-item .name a,
.widget-area .widget-meeting-history .meeting-history-item .name a{
    font-size: 14px;
    color: #303030;
    font-weight: 600;
}
.widget-area .widget-recent-chat .recent-chat-item .name a,
.widget-area .widget-meeting-history .meeting-history-item .name a{
    font-size: 14px;
}
.widget-area .widget-recent-chat .recent-chat-item .name p,
.widget-area .widget-meeting-history .meeting-history-item .name p{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.widget-area .widget-who-following .following-item .add-friend a {
    font-size: 20px;
    color: #303030;
}
.widget-area .widget-recent-chat .recent-chat-item .recent-chat-status i{
    font-size:8px;
    margin-left: 10px;
}
.recent-chat-user-img .chat-status-online {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    bottom: 1px;
    background-color: #1DD217;
    border: 1px solid #ffffff;
}
.recent-chat-user-img .chat-status-offline {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    bottom: 1px;
    background-color: #303030;
    border: 1px solid #ffffff;
}
.meeting-user-img ul {
    padding: 0;
    margin-bottom: 0;
}
.meeting-user-img ul li {
    margin-left: -10px;
    margin-right: -15px;
    list-style-type: none;
    display: inline-block;
}

.meeting-user-img .user-text{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    /*border: 2px solid transparent;*/
    overflow: hidden;
}



/*story css start*/
.story-postbox {
    display: inline-block;
    position: relative;
    width: 100%;
}
.story-postbox > .row > div {
    padding: 0 3px;
}
.story-box {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.story-box:before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 198px;
    transition: all 0.2s linear 0s;
    z-index: 1;
    border-radius: 10px;
}
.story-box > figure {
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    background-size: cover;
    height: 198px;
    width: 100%;
    background-position: center;
}
/* .story-box figure img {
    transition: all 0.2s linear 0s;
    width: 100%;
    border-radius: 10px;
    height: 100%;
} */
.story-box figure span {
    bottom: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    transform: translateX(-50%);
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 9;
}

.add-story-thumb{
    left: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%);
    top: 50%;
}
.add-story-thumb > i {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.story-thumb {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 35px;
    z-index: 1;
}
/*.story-thumb img {*/
/*    border: 2px solid #fff;*/
/*    border-radius: 100%;*/
/*    transition: all 0.25s linear 0s;*/
/*    max-width: 44px;*/
/*}*/
.add-story-text{
    top: 50%;
    padding-top: 25px;
}
.story-next-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #256cf6;
    top: 50%;
    right: -5px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    z-index: 9;
    cursor: pointer;
}
/*story css End*/

/*post area css start*/
.news-feed-area .news-feed-form {
    border-radius: 8px;
    margin-bottom: 20px;
}
.news-feed-area .news-feed-form .news-feed-title{
    margin-bottom: 10px;
}
.news-feed-title .news-feed-title-icon{

    background:  #EEEEEE;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;

}
.news-feed-title .news-feed-title-icon i{
    font-size: 14px;
    text-align: center;
    color: #82878D;
}
.news-feed-title .news-feed-title-heading{
    color: #82878D;
    font-size: 14px;
    margin: 0;
    margin-left: 8px;
}
.news-feed-area .news-feed-form form .form-group .form-control {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 15px 12px;
    color: #ADB5BD;
    font-size: 14px;
}
.news-feed-area .news-feed-form form .form-group textarea.form-control {
    min-height: 120px;
}


.news-feed-area .news-feed-form form .button-group {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.news-feed-area .news-feed-form form .button-group li {
    list-style-type: none;
}
.news-feed-area .news-feed-form form .button-group .photo-btn button,
.news-feed-area .news-feed-form form .button-group .video-btn button{
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #82878D;
    position: relative;
    padding-left: 28px;
    padding-right: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.news-feed-area .news-feed-form form .button-group .photo-btn button i,
.news-feed-area .news-feed-form form .button-group .video-btn button i
{
    color: #256CF6;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-feed-area .news-feed-form form .button-group .video-btn button i {
    /* color: #34C300; */
}
.news-feed-area .news-feed-form form .button-group .post-btn button {
    background-color: #EEEEEE;
    color: #82878D;
    display: inline-block;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px;
}
/*post area css End*/

/*news feed area css start*/
.news-feed-post {
    padding: 20px;
    border-radius: 8px;
}
.news-feed-post .post-header {
    margin-bottom: 10px;
}

/*.news-feed-post .post-header .info {*/
/*    width: 590px;*/
/*}*/
.news-feed-area .news-feed-post .post-header .info .name {
    font-size: 16px;
    line-height: 16px;
}
.news-feed-area .news-feed-post .post-header .info .name a{
    color: #303030;
}
.news-feed-area .news-feed-post .post-header .info .name a i{
    font-size: 7px;
    vertical-align: middle;
    margin-left: 5px;
    color: #34C300;
}

.news-feed-area .news-feed-post .post-header .info .small-text {
    display: block;
    font-size: 12px;
}
.news-feed-area .news-feed-post .post-header .info .small-text a{
    color: #919191;
}

.news-feed-area .news-feed-post .post-header .dropdown .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #A0A0A0;
    font-size: 22px;
    line-height: 15px;
    -webkit-transition: .4s;
    transition: .4s;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-toggle::after {
    display: none;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 35px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: unset !important;
    transform: unset !important;
    left: auto !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 0;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item {
    color: #303030;
    padding: 8px 15px 8px 40px;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item i {
    color: #303030;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 14px;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-menu.show {
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}
.news-feed-area .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #256CF6;
    color: #fff;
}
.news-feed-area .news-feed-post .post-body p {
    font-size: 15px;
    color: rgba(15,20,25,1.00);
    line-height: 20px;
    font-weight: 400;
}
.news-feed-area .news-feed-post .post-body .post-image img {
    border-radius: 10px;
}
.post-meta-react-count {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-meta-react-count-love a {
    font-size: 14px;
    color: #303030;
}
.post-meta-react-count-love i {
    color: red;
    font-size: 14px;
    margin-right: 10px;
}
.post-meta-react-count-comment a {
    color: #303030;
    font-size: 14px;
}
.news-feed-area .news-feed-post .post-body .post-meta-wrap {
    padding: 10px 15px 10px 15px;
    border-top: 1px solid rgb(239, 243, 244);
    border-bottom: 1px solid rgb(239, 243, 244);
    margin-bottom: 0;
}
.news-feed-area .news-feed-post .post-body .post-meta-wrap li {
    list-style-type: none;
}
.news-feed-area .news-feed-post .post-body .post-meta-wrap li a {
    color: #303030;
}
.news-feed-area .news-feed-post .post-body .post-meta-wrap li i {
    font-size: 15px;
    color: #303030;
    margin-right: 8px;
}
.news-feed-area .news-feed-post .post-body .post-meta-wrap li span {
    color: #303030;
    font-size: 15px;
    font-weight: bold;
}
.view-comment-text a {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #303030;
    font-size: 14px;
}
.news-feed-area .news-feed-post .post-body .post-comment-list .comment-list {
    position: relative;
    margin-bottom: 2px;
}
.comments-react-icon{
    height: 16px;
}
.comments-react-icon:hover{
    color: red;
}
.post-comment-replay-icon{
    color: #82878D;
}
.news-feed-area .news-feed-post .post-body .post-comment-list .comment-list .comment-image img {
    max-width: 44px;
}

.news-feed-area .news-feed-post .post-body .post-comment-list .comment-list .comment-image .user-text {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    max-width: 44px
}

.comment-info {
    background: #f0f2f5;
    margin: 0 10px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
}
.comment-info .name a {
    font-size: 14px;
    color: #303030;
}
.comment-info .name i {
    font-size: 7px;
    vertical-align: middle;
    margin-left: 5px;
    color: #34C300;
}
.comment-info .time{
    font-size: 12px;
    color: #A0A0A0;
}

.post-comment-list .comment-list .comment-button .dropdown .dropdown-toggle{
    padding: 0;
    border: none;
    background-color: #EEEEEE;
    color: #A0A0A0;
    font-size: 18px;
    line-height: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.post-comment-list .comment-list .comment-button .dropdown .dropdown-toggle::after {
    display: none;
}
.post-comment-list .comment-list .comment-button .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 35px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: unset !important;
    transform: unset !important;
    left: auto !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 0;
}
.post-comment-list .comment-list .comment-button .dropdown .dropdown-menu li .dropdown-item {
    color: #303030;
    padding: 8px 15px 8px 40px;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.post-comment-list .comment-list .comment-button .dropdown .dropdown-menu li .dropdown-item i {
    color: #303030;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 14px;
}
.post-comment-list .comment-list .comment-button .dropdown .dropdown-menu.show {
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}
.post-comment-list .comment-list .comment-button .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #256CF6;
    color: #fff;
}

.comment-list-meta .comment-react {
    margin: 10px 0;
    padding: 0;
    display: inline-flex;
    font-size: 12px;
    color: #82878D;
}
.comment-list-meta .comment-react li a {
    color: #82878D;
}
.comment-list-meta .comment-react .post-react {
    margin: 0 8px;
}

.post-react:hover{
    color: red;
}

.post-meta-wrap svg{
    height: 20px;
}

.comment-list-meta .comment-react .post-react a i {
    color: #f00;
    margin-right: 5px;
}
.comment-list-meta .comment-react .post-comment {
    margin-right: 6px;
}

.comment-list-meta .comment-react .post-comment a i {
    color: #256CF6;
    margin-right: 5px;
}
.post-comment-replay{
    margin-left: 44px;
}
.comment-list-meta {
    width: 100%;
}

.news-feed-area .news-feed-post .post-footer {
    position: relative;
    margin-top: 15px;
}

.footer-image img {
    max-width: 44px;
}
.post-footer-comment-form{
    width: 100%;
    margin-left: 10px;

}
.post-footer .post-footer-comment-form .form-control {
    background-color: #f6f6f6;
    border: 1px solid #EEEEEE;
    padding: 7px 12px 5px 8px;
    color: rgb(15, 20, 25);
    height: 40px;
    font-size: 18px;
    border-radius: 10px;
    overflow-y: hidden;
    display: flex;
    line-height: 24px;
    position: relative;
}
.post-footer .post-footer-comment-form .form-control:focus{
    box-shadow: none;
}
label.post-footer-comment-icon {
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 12px;*/
    /*transform: translateY(-50%);*/
    position: absolute;
    top: 7px;
    right: 12px;
}

label.post-footer-comment-icon a {
    padding-right: 10px;
    font-size: 16px;
    color: #959595;
}

label.post-footer-comment-icon .horizontal-divided {
    width: 1px;
    height: 16px;
    background: #ffffff;
    color: #ADB5BD;
    margin-right: 10px;
    z-index: 9999;
    border-right: 2px solid #ADB5BD;
}

.post-footer-comment-icon button {
    font-size: 12px;
    background: #DDDDDD;
    border: 0;
    color: #82878D;
    padding: 3px 11px;
    border-radius: 15px;
}
.post-comment-replay .post-footer {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.post-comment-replay .post-footer .post-footer-comment-form .form-control {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    padding-right: 25%;
}
.post-comment-replay .post-footer .post-footer-comment-form {
    margin-left: 10px;
    margin-right: 40px;
}
.post-comment-replay .post-footer .post-footer-comment-form .post-footer-comment-icon{
    margin-right: 40px;
}
.post-video-btn {
    display: block;
    position: relative;
    width: 100%;
    /* float: left; */
}

.post-video-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -35px;
    margin-top: -35px;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ddd;
    border-radius: 50px;
}
.post-video-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../img/play.png);
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
}




.tab-nav-container{
    background-color: rgb(226, 226, 226);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow:0 15px 10px rgba(0,0, 0, 0.16),
    0 3px 6px rgba(0,0, 0, 0.16);
    display: flex;
    padding: 30px;
    justify-content: space-between;
    width: 350px;
}
.tab{
    background-color: rgb(226, 226, 226);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}
.tab i{
    font-size: 1.2em;
}
.tab p{
    font-weight: bold;
    overflow: hidden;
    max-width: 0;
}
.tab.active p{
    margin-left: 10px;
    max-width: 100px;
    transition: max-width 0.4s linear;
}



/*mobile nav css start*/

.mobile-bottom-nav{
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.mobile-bottom-nav-item{
    margin: 0 5px;
    transition: background 0.4s linear;
}
.mobile-bottom-nav-item i{
    font-size: 16px;
    color: #303030;
    line-height: 18px;
}
.mobile-bottom-nav-item p {
    font-weight: 400;
    color: #303030;
    font-size: 12px;
    line-height: 14px;
}
.mobile-bottom-nav-item.active p{
    color: rgb(42, 127, 242);
}
.mobile-bottom-nav-item.active {
    color: rgb(42, 127, 242);

}
.mobile-bottom-nav-item.active i{
    color: rgb(42, 127, 242);
}
/*mobile nav css end*/




/*profile page css start*/
.user-profile > figure {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}
.edit-pp {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    right: 16px;
    position: absolute;
    text-align: center;
    bottom: 16px;
    transition: all 0.2s linear 0s;
    padding: 10px 15px;
}
.fileContainer {
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.profile-cover-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}
.profile-section {
    padding: 15px 0;
}

.profile-author-button.ms-auto {
    display: flex;
    justify-content: end;
}
.add-story-btn{
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 22px;
    background: #256CF6;
    border: 2px solid transparent;
}
.add-story-btn:hover{
    color: #256CF6;
    background: transparent;
    border: 2px solid #256CF6;
}
.edit-profile-btn{
    color: #303030;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 22px;
    background: transparent;
    border: 2px solid #303030;
    transition: 0.4s;
}
.edit-profile-btn:hover{
    color: #ffffff;
    background: #303030;
    border: 2px solid transparent;
    transition: 0.4s;
}
.global-dropdown .dropdown .dropdown-toggle{
    padding: 0;
    border: none;
    background-color: #EEEEEE;
    color: #A0A0A0;
    font-size: 18px;
    line-height: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.global-dropdown .dropdown .dropdown-toggle::after {
    display: none;
}
.global-dropdown .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 35px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: unset !important;
    transform: unset !important;
    left: auto !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 0;
}
.global-dropdown .dropdown .dropdown-menu li .dropdown-item {
    color: #303030;
    padding: 8px 15px 8px 40px;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.global-dropdown .dropdown .dropdown-menu li .dropdown-item i {
    color: #303030;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    left: 15px;
    /*top: 18px;*/
    font-size: 14px;
}
.global-dropdown .dropdown .dropdown-menu.show {
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}
.global-dropdown .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #256CF6;
    color: #fff;
}
.profile-author {
    display: flex;
}

.profile-author-thumb {
    position: relative;
    margin-left: 30px;
}
.author-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    border: 2px solid #fff;
    margin-top: -8px;
    padding-top: -62px;
}
.author-content {
    padding-left: 135px;
}
.author-name {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #303030;
}
.author-email {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #A0A0A0;
}
.edit-dp {
    background: #EEEEEE;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 30px;
    position: absolute;
    left: 95px;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 30px;
    bottom: 20px;
}
.profile-author-thumb .edit-dp .fileContainer i {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.profile-menu .profile-menu-item{
    padding: 10px 0 15px 0;
    border-bottom: 2px solid #DDDDDD;
    font-size: 16px;
    font-weight: bold;
}
.about-text-profile p {
    font-size: 14px;
    line-height: 20px;
}
.about-text-profile-list {
    font-size: 14px;
    color: #919191;
}
.connection-profile-img-container{
    width: 50px;
    height: 50px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
}
.connection-profile-author-name{
    font-size: 12px;
    text-align: center;
}
.connection-profile-img-meta{
    border: 1px solid #EEEEEE;
}
.view-img-profile-container {
    width: 100%;
    height: 135px;
    background-position: center !important;
    background-size: cover !important;
}

/*profile-2 css start*/
.profile-2-author-img{
    transform: translate(50%);
}
.profile-2-profile-author-button{
    margin-top: 50px;
}
.edit-pp.profile-2-edit-pp{
    bottom: 76%;
}

.edit-dp.profile-2-edit-dp {
    background: #EEEEEE;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 30px;
    position: absolute;
    left: 40px;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 30px;
    bottom: -25px;
}
.profile-2-profile-menu .profile-menu-item  {
    border-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.profile-2-profile-menu .profile-menu-item li {
    border-bottom: 2px solid #DDDDDD;
    width: 100%;
    margin-right: 20px;
    text-align: center;
    padding-bottom: 1rem;
}
.profile-2-profile-menu .profile-menu-item li:nth-child(4){
    margin-right: 0;
}
/*profile-2 css End*/


/*profile-1 css start*/
.profile-2-cover-image{
    height: 350px;
}
.profile-1-profile-section{
    bottom: 20px;
}
.edit-pp.profile-1-edit-pp{
    bottom: 80%;
}
.profile-1-edit-profile-btn{
    color: #fff;
    border: 2px solid #fff;
}
.profile-1-edit-profile-btn:hover {
    color: #303030;
    background: #fff;
    border: 2px solid transparent;
    transition: 0.4s;
}
.profile-1-author-content{
    color: #fff;
}
.profile-1-author-content .author-name {
    color: #fff;
}
.profile-1-author-content .author-email {
    color: #fff;
}
/*profile-1 css End*/

/*meeting css start*/
.meeting-headding-txt h1 {
    font-size: 32px;
    line-height: 40px;
    color: #303030;
}
.meeting-headding-txt h1 span {
    color: #256CF6;
}
.meeting-headding-txt h1 p {
    color: #919191;
    font-size: 16px;
    line-height: 24px;
}
.btn-create-meeting {
    font-size: 16px;
    line-height: 21px;
    padding: 15px 10px;
    width: 90%;
    color: #fff;
    background: #256CF6;
}
.btn-schedule{
    font-size: 16px;
    line-height: 21px;
    padding: 15px 10px;
}
.btn-join{
    background: #34C300;
    outline: 0;
    border: 0;
}
.btn-join:hover{
    background: #34C300;
    opacity: .8;
}
/*meeting css End*/

/*chat page design start*/
.msg-search-heading {
    padding: 0 20px;
}
.message-people-srch {
    padding: 0 20px;
    margin-bottom: 10px;
}
.message-people-srch .messages-search-box {
    position: relative;
    width: 100%;
}
.message-people-srch .messages-search-box .input-search {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.message-people-srch .messages-search-box button {
    position: absolute;
    right: 2px;
    top: 0px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: #6B7C8F;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 15px;
}
ul.messages-list {
    margin: 0;
    padding: 0;
}
/*.mesg-peple .messages-list li {*/
/*    width: 100%;*/
/*    padding: 16px 0;*/
/*    border-bottom: 1px solid #eeeeee;*/
/*    cursor: pointer;*/
/*}*/
.mesg-peple .messages-list li {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.usr-mg-info {
    padding-left: 10px;
}
.usr-mg-info h3 {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
}
.usr-mg-info p {
    color: #A0A0A0;
    font-size: 16px;
    line-height: 18px;
}
.usr-mg-info .unseen-color {
    color: #256CF6;
}

.posted_time {
    color: #A0A0A0;
    font-size: 12px;
    line-height: 18px;
}
.msg-notifc {

    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #256CF6;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    margin: 0 auto;
}
.seen-unseen-icon {
    color: #707070;
    font-size: 15px;
    text-align: center;
}
.people-active {
    font-size: 7px;
    vertical-align: middle;
    color: #34C300;
}
.people-inactive {
    color: #A0A0A0;
}
.people-notification-off{
    font-size: 12px;
    vertical-align: middle;
    color: #A0A0A0;
}

.mesg-area-head {
    border-bottom: 1px solid #CAD6F0;
    padding: 8px 8px 8px 12px;
    background-color: #fff;
}
.active-user .mesg-area-head-user-avater {
    padding-right: 10px;
}
.msg-avater-info{
    line-height: 16px;
}

.active-user > .msg-avater-info h6 {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.active-user > .msg-avater-info span {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    color: #A0A0A0;
}

.mesg-head-right {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    z-index: 9;
}
.mesg-head-right > li:first-child {
    margin-left: 0;
}

.mesg-head-right > li {
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
    line-height: 35px;
}
.mesg-head-right > li::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 35px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear 0s;
    width: 35px;
    z-index: -1;
}
.mesg-head-right > li:last-child::before {
    background: transparent;
}


.global-dropdown .dropdown .dropdown-toggle.dropdown-bg-transparent {
    background-color: transparent;
    color: #555555;
}

.mesge-area {
    padding: 16px 20px 20px 10px;
    min-width: 60vh;
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 60px;
}

.mesge-area-reply {
    padding: 16px 20px 20px 0;
    min-width: 60vh;
    max-height: calc(100vh - 278px);
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.conversations {
    padding: 0;
    margin: 0;
}
ul.conversations li{
    margin-bottom: 10px;
}
.text-box {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    background: #fff;
    border-radius: 15px;
    padding: 8px 18px 8px 10px;
    max-width: 75%;
}
.text-box p {
    font-size: 14px;
    line-height: 18px;
    color: #303030;
    margin: 0;
}
.text-box::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    content: "";
    left: -14px;
    position: absolute;
    top: 0;
    z-index: 2;

}

.text-box span {
    font-size: 11px;
    color: #919191;
    text-align: right;
    display: block;
}
.text-box span i {
    color: #23d2e2
}
.conversations .me {
    align-items: center;
}
.conversations li.me .text-box  {
    text-align: left;
    background: #256CF6;
}
.conversations > li.me .text-box p {
    color: #ffffff;
}
.conversations > li.me .text-box span {
    color: #90B6FF;
}
.me .text-box::before {

    border-width: 35px 25px 0 0;
    border-color: #256CF6 transparent transparent transparent;
    left: auto;
    right: -11px;
}
.live-calls > li:first-child {
    margin-left: 0;
}

.live-calls > li {
    color: #23d2e2;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
}

.message-writing-box {
    position: fixed;
    bottom: 0;
    background: #fff;
    display: inline-block;
    margin-top: 20px;
    z-index: 1000;
}

.message-input-area{
    /* width: 100%; */
    padding-right: 0;

}

.message-writing-box-btn {
    background: #f1f1f1;
    padding: 0px 25px 0px 25px;
}
.message-writing-box > form .text-area button {
    background: #256CF6;
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 100%;
    text-align: center;

}
.voice-record {
    display: inline-block;
    vertical-align: baseline;
}
.attach-file {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.attach-file .fileContainer {
    color: #303030;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 30px;
}
.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.user-picture-container.height-max-120{
    height: 80px;
    width: 80px;
}
.chater-info > span {
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

.userabout > ul {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    padding-top: 10px;
}
.userabout > ul > li {
    color: #959ab5;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 7px 0;
}
.userabout > ul > li span {
    color: #535165;
    display: inline-block;
    font-weight: 500;
    width: 30px;
}
.chater-tog .accordion-button:not(.collapsed){
    color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.chater-msg-img-conteiner {
    width: 100%;
    height: 100px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.margin-top-minex {
    margin-top: -23px;
}
/*.all-chater-list {*/
/*    height: 87.5vh;*/
/*    overflow-y: scroll;*/
/*    box-sizing: border-box;*/
/*    padding: 0 20px;*/
/*}*/
.all-chater-list {
    height: 87.5vh;
    overflow-y: scroll;
    box-sizing: border-box;
    /*padding: 0 20px;*/
}
.chater-info{
    height: 87.5vh;
    overflow-y: scroll;
    box-sizing: border-box;
}
.messages-list .active{
    background: #f1f1f1;
    border-radius: 0.5rem;
}
.messages-list li:hover{
    background: #f1f1f1;
    border-radius: 0.5rem;
}
.chat-user-line-hidden {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*chat page design End*/


.main-wrap {
    overflow: hidden;
    height: 100vh;
}
.login-100vh-height{
    height: 100vh;
}
.login-img-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-input {
    position: relative;
}
.icon-input i {
    position: absolute;
    left: 15px;
    top: 19px;
    color: #adb5bd !important;
    font-size: 20px;
    line-height: 11px;
}
.icon-input-style {
    padding-left: 45px;
}
.form-control:focus {
    border-color: #05f;
    box-shadow: 0 0 0 0;
}


/*video page start*/
.single-video-card.bg-white.shadow-sm {
    margin-bottom: 20px;
    border-radius: 10px;
}

ul.meta-wrap{
    padding: 0;
    margin: 0;
    font-size: 14px;
    justify-content: space-between;
    /* border-top: 1px solid #DDDDDD; */
    font-weight: bold;
}

ul.meta-wrap a{
    color: #2d2d2d
}


span.circle i {
    font-size: 5px;
    vertical-align: middle;
}
.single-video-card .video-image {
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.single-video-card .video-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000000;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-video-card .video-image .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-video-card .video-image .icon a i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: .4s;
    transition: .4s;
}
.video-info-area {
    padding: 8px 8px 8px 8px;
}
.video-drop {
    width: 0 !important;
    height: 0 !important;
    padding-right: 8px !important;
}
.video-info h6 a{
    font-size: 16px;
    color: #303030;
    margin: 0;
    line-height: 20px;
    text-align: left;
}
.video-user-35{
    width: 35px !important;
    height: 35px !important;
}
.video-caption p {
    font-size: 15px;
    color: #575757;
    line-height: 12px;
    margin-bottom: 16px;
}
.video-image img {
    width: 100%;
}
.video-duration {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/*video page end*/


/*friend list*/
.bg-white.shadow-sm.single-friend-list {
    padding: 20px 10px;
    border-radius: 5px;
}
.friend_list-heading {
    margin-bottom: 28px;
}
.friend_list-heading-text h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
}
.friend_list-heading-text .friend_list-count {
    font-size: 16px;
    margin-left: 5px;
}
.friend-list-text {
    margin-left: 5px;
}
.friend-list-text h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.friend-list-text p {
    font-size: 12px;
}
.friend-list-button .friend-list-vcall,
.friend-list-button .friend-list-msg {
    border: 1px solid #EEEEEE;
    font-size: 14px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background-color: transparent;
    color: #256CF6;
}
.friend-list-button .friend-list-vcall{
    margin-right: 5px;
}
.friend-list-button .global-dropdown .dropdown .dropdown-toggle {
    font-size: 14px;
    line-height: 14px;
    width: 20px;
    height: 35px;
    background: transparent;
}
/*meeting history page*/
.meeting-dateTime p {
    font-size: 12px;
}
.meeting_history .link a {
    font-size: 12px;
    margin-left: 25px;
}
.meeting_history .name {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.meeting_history .meeting_history-text{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.meeting_history .meeting_history-user{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.meeting_history  .meeting-user-img ul li {
    margin-right: -10px;
}
.meeting-filter_btn {
    outline: 0 !important;
}
.meeting-filter_btn:hover {
    color: #82878D;
    background-color: transparent;
    border-color: #6c757d;
}
.description_h {
    height: 125px;
}
.meeting-btn-add {
    width: 135px;
    height: 44px;
}
/*signal video page*/
.flex-shrink-end {
    margin-left: auto;
}
.video-view-like-count span {
    font-size: 15px;
    color: #222222;
    font-weight: 500;
}
.video-meta-warp{
    padding: 15px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}
.video-meta-warp .post-meta-wrap{
    padding: 0;
    border-top: 0 transparent !important;
    border-bottom: 0 transparent !important;
    margin-bottom: 0;
}
.video-meta-warp .post-meta-wrap li{
    margin-right: 12px;
}
.signle-v-meta-wrap{
    font-size: 12px !important;
}
.btn-width {
    width: 145px;
    font-size: 14px;
}
.modal-body.custom-scroll {
    height: 470px;
    overflow: hidden;
    overflow-y: scroll;
}
.text-box:hover {
    opacity: 0.9;
}
.search-item {
    position: absolute;
    background: #ffffff;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: .5rem;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/*new css add*/
.meeting-history-item {
    justify-content: start !important;
}
.meeting-history-item .name {
    margin-left: 20px;
}

.scroll-check {
    height: 88vh;
    overflow-y: scroll;
    box-sizing: border-box;
    /*padding: 0 20px;*/
}

.middle-scroll{
    height: 88vh;
    overflow-y: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.middle-scroll::-webkit-scrollbar {
    display: none;
}

.img-count {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    text-align: center;
    font-weight: 600!important;
    color: #fff!important;
    font-size: 20px!important;
    letter-spacing: 1px;
}
.img-count b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    font-weight: 600!important;
}

.story-page > figure{
    background-size: cover !important;
    height: 300px !important;
    width: 100%;
    background-position: center !important;
}
.story-page::before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    transition: all 0.2s linear 0s;
    z-index: 1;
    border-radius: 10px;
}

/*frame image*/
.frame_img{
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.frame_img_height{
    height: 160px !important;
    width: 100%;
}
.frame_img_height3{
    height: 334px !important;
    width: 100%;
}
.frame_img_height113{
    height: 115px !important;
    width: 100%;
}
.inner-chat-user {
    margin-right: 8px;
}
.inner-chat-user-msg {
    overflow-y: scroll;
    padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
    border-radius: 8px;
    overflow-x: hidden;
}
.inner-chat-user-msg::-webkit-scrollbar {
    display: none;
}
.msg-back {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}



/*sidebar fixed start*/

.sidebar {
    width: 260px;
    z-index: 995;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 100px;
    background: #fff;
    overflow-y: scroll;
    visibility: visible;
    height: calc(100vh - 100px);
    transition: visibility 0.2s;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sidebar-scroll,
.sidebar:hover,
.sidebar:active{
    visibility: visible;
    transition: visibility 0.2s;
}

.app-left-sidebar{
    left: 1rem;
    border-color: rgb(239, 243, 244);
    border-right-width: 1px;
    border-right-style: solid;
}
.app-right-sidebar{
    width: 315px;
    right: 1rem;
    border-color: rgb(239, 243, 244);
    border-left-width: 1px;
    border-left-style: solid;
    padding:5px;
}
.content-box-margin-lr{
    margin-left: 276px;
    margin-right: 276px;
}
.content-box-margin-l{
    margin-left: 276px;
}

/*sidebar fixed end*/

/*Share post*/
.btn-share_post_privacy {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-share_post_privacy:focus{
    outline: 0;
    box-shadow: 0 0 0 0;
}
.write_textarea {
    border: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.write_textarea:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0;
}
.share_post_share_content .news-feed-post .post-header .info .name {
    font-size: 16px;
    line-height: 16px;
}
.share_post_share_content .news-feed-post .post-header .info .name a {
    color: #303030;
}
.share_post_share_content .news-feed-post .post-header .info .name a i {
    font-size: 7px;
    vertical-align: middle;
    margin-left: 5px;
    color: #34C300;
}
.share_post_share_content .news-feed-post .post-header .info .small-text {
    display: block;
    font-size: 12px;
}
.share_post_share_content .news-feed-post .post-header .info .small-text a {
    color: #919191;
}

/*Share post*/
.addPhotos_content{
    border: 1px solid #3e4042;
    border-radius: 8px;
}

.addPhotos_content .post-image {
    padding: 8px;
}
.addPhotos_content .post-image img {
    border-radius: 8px;
    margin-bottom: 5px;
}
.photoAddButton.position-absolute {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.photoAddButton.position-absolute {
    top: 15px;
    z-index: 99;
    left: 15px;
}
.Add_Photos_btn {
    background: #fff;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
}
.photos_close_btn {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    top: 15px;
    right: 15px;
}
.photos_close_btn i {
    cursor: pointer;
}
.Add_Photos_btn {
    position: relative;
    cursor: pointer;
}
.choose-file {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}


.addPhotosVideo_content{
    border: 1px solid #3e4042;
    border-radius: 8px;
}

.Add_PhotosVideo_btn {
    margin: 8px;
    text-align: center;
    padding: 40px 0;
    border-radius: 8px;
    background: #f1f1f1;
}
.Add_PhotosVideo-icon {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #ddd;
    line-height: 40px;
    border-radius: 50%;
}
.Add_PhotosVideo-icon i {
    font-size: 18px;
    cursor: pointer;
}
.Add_PhotosVideo-body h6 {
    font-size: 1.0625rem;
    line-height: 1.1765;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 500;
}
.Add_PhotosVideo-body p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.Add_PhotosVideo-body {
    cursor: pointer;
}
.photosVideo_close_btn.position-absolute {
    top: 8px;
    right: 18px;
    font-size: 28px;
}
.PhotosVideo-choose-file{
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 70%;
}
.post-video {
    padding: 8px;
    border-radius: 8px;
}
.post-video .post-video-btn video {
    border-radius: 8px;
}



/*notification show mobile*/
.option-item.mobile-show {
    margin-right: 10px;
}
.option-item.mobile-show .notifications-nav-item.dropdown .dropdown-menu.show {
    margin-top: 12px;
}
.option-item.mobile-show .notifications-nav-item.dropdown .dropdown-menu .notifications-body {
    /*padding: 0 15px 15px;*/
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding: 0 15px;
}
.others-options .option-item .notifications-nav-item.dropdown .dropdown-menu .notifications-body {
    padding: 0;
}
.single-notifications{
    padding: 10px;
}
.notifications-body .item {
    margin-bottom: 0;
}
.mobile-show{
    display: none;
}
.btn-notification-all{
    background: #E3ECFE;
}

.notification-notify-icon.position-absolute {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    bottom: 22px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification-notify-icon.position-absolute i {
    font-size: 8px;
    color: #fff;
}
.notification-meta i {
    font-size: 10px;
}
.notification-content p {
    margin: 0;
    font-size: 16px;
    color: #000;
}
.notification-content span {
    font-size: 14px;
    font-weight: 400;

}
.notification-unseen-color{
    background: #E3ECFE;
}
.widget-item-list.notification-meta:hover {
    background: transparent;
    cursor: pointer;
}
.widget-item-list.notification-meta.notification-unseen-color:hover {
    background: #E3ECFE;
    cursor: pointer;
}



.addPhotosVideo_content .post-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.meeting-icon-popup {
    z-index: 9;
    background: #fff;
    width: 300px;
    border-radius: 8px;
    top: -5px;
}
.meeting-icon-popup a {
    font-size: 16px;
}
.meeting-cover-photos {
    margin: 8px;
    text-align: center;
    padding: 20px 0;
    border-radius: 8px;
    background: #fff;
    border: 2px dotted #212529;
    cursor: pointer;
}
.meeting-cover-photos-body {
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}
.meeting-cover-photos-choose-file{
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    top: 0;
}
.form-label-font-14{
    font-size: 14px;
    font-weight: 500;
}
.form-control-font-12{
    font-size: 12px;
    font-weight: 500;
}
.invite_f_dropdown::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    border: 0;
    position: absolute;
    right: 1rem;
}
.invite_f_dropdown.dropdown-toggle.show:focus{
    box-shadow: none;
}
.invite_f_list .info span {
    font-size: 12px;
    line-height: 12px;
}
.invite_f_list .info .name a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500;
}
.invite-f-btn {
    font-size: 12px;
}
.link-copy-bg-color{
    background: #EDF2FA;
}
.btn_privacy {
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #82878D !important;
    color: #82878D;
}
.creation-post-text .info .name a {
    font-size: 14px;
    margin-bottom: 0.2rem;
    text-transform: capitalize;
    color: #000;
}
.meeting-invite-content p {
    line-height: 1.4;
}

.postPopup-body-scroll {
    position: relative;
    width: 100%;
    height: 450px;
    /* overflow: scroll; */
    overflow-y: scroll;
    visibility: hidden;
}
/* .postPopup-body-scroll {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: scroll;
} */

.postpop-fixed-height{
    max-height: 500px;
    overflow: hidden;
}

.postPopup-body-scroll-hover, .postPopup-body-scroll:hover, .postPopup-body-scroll:active {
    visibility: visible;
    transition: visibility 0.2s;
}

/*.postPopup-img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    overflow: hidden;*/
/*}*/
/*.postPopup-img {*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

.postPopup-img {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #000;
}

.postPopup-img img {
    height: 100%;
    /*width: auto;*/
    /*transform: translate(50%, 0);*/
}

/* Next & previous buttons */
.postpopup-arrow-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #256CF6;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.right-arrow{
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.postpopup-arrow-icon:hover {
    color: #ffffff;
    background-color: #256CF6;
}

.w-60-postpopup{
    width: 60%;
    padding: 0;
}
.w-40-postpopup{
    width: 40%;
    padding: 0;
}

.missed-video {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 50%;
}
.meeting-create-btn:after{
    display: none;
}
.meeting-create-btn{
    font-size: 16px;
}
.meeting-create-dp .dropdown-menu .dropdown-item:hover{
    color: #0b5ed7;
    background: transparent;
}
.btn-schedule-meeting {
    font-size: 16px;
}
.link-msg-title{
    color: #404040;
    font-weight:800;
    line-height: 1!important;
}
.link-msg-dsc {
    width: 320px;
    color:#7f7e7e;
    line-height: 1!important;

}
.link-msg-img {
    width: 321px;
    height: 214px;
    object-fit: cover;
}
.link-msg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .clickable:hover {
    background: #256cf6;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    transition: 0.2s;
} */

.share-link-post {
    background: #eef3f8;
    border-radius: 5px;
    padding: 10px;
}
.share-link-post-content-heading{
    color: rgba(0,0,0,0.9);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word!important;
    word-break: break-word!important;
    font-weight: 600;
    margin: 0;
}
.share-link-post-content-time a{
    margin-top: 5px;
    max-height: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.6);
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.share-link-post-content-disc{
    color: rgba(0,0,0,0.6) !important;
    font-size: 12px !important;
    font-weight: 400;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.Promoted_Post_content {
    color: #919191;
    font-size: 14px;
    padding-bottom: 5px;
}
.Promoted_Post_content i {
    font-size: 14px;
}


.search-container-mobile {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding-right: 1rem;
}


.mobile-searchbutton {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile-search:focus + .mobile-searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: #256CF6;
}

.mobile-search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #ddd;
    outline: none;
    border: 0;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    top: -8px;
}

.mobile-search:focus {
    width: 300px; /* Bar width+1px */
    height: 40px;
    padding: 0 16px 0 0;
    border-bottom: 1px solid #256CF6;
    /*border: 1px solid #0a58ca;*/
}

.expandright {
    left: auto;
    right: 18px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}


.post-popup-display{
    display: flex;
}

.my-custom-close-btn-mobile {
    position: absolute;
    top: 10px;
    color: #fff !important;
    background-color: #fff;
    opacity: 1;
    right: 10px;
    display: none;
}

.reply-flex{
    justify-content: space-between;
}

.text-reply {
    width: auto;
    padding: 10px;
    display: block;
    overflow: hidden;
    border-left: 5px solid #256cf6;
}
@media (max-width: 576px) {
    .text-reply {
        width: 94.6%;
        bottom: 113px;
    }
}
@media (max-width: 575px){
    .text-reply {
        width: 96%;
        bottom: 96px;
    }
}
@media (max-width: 767px){
    /* .mesge-area-scroll {
        display: none;
    }
    .chater-info {
        display: none;
    }
    .message-writing-box {
        display: none;
    }
    .text-reply {
        display: none;
    } */
}

.text-reply-head {
    /* border-bottom: 1px dotted #707070; */
    padding-bottom: 5px;
}
.message-writing-box {
    margin-top: 0;
    border: 12px solid #f1f1f1;
}

.text-box-replay {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    max-width: 75%;
    z-index: 1;
    background: #0a58ca;
    padding: 8px 10px;
    border-radius: 15px;
    margin-top: -14px;

}
.me .text-box-replay{
    margin-right: 22px;
}
.text-box-replay p{
    color: #fff;
    font-size: 14px;

}
.text-reply-head p{
    font-size: 14px ;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*.conversations li.me .text-box-replay {*/
/*    background: #fff;*/
/*}*/
.conversations li.me .text-box-replay p{
    color: #fff;
}


/*signle story page*/
.single-story-page {
    background: #000;
    height: 100vh;
    overflow: hidden;
}
.single-story-head-section {
    padding: 16px 0;
}
.single-story-people {
    display: flex;
    align-items: center;
}
.single-story-box {
    width: 110px;
    height: 110px;
    position: relative;
    margin-left: 11px;
}
.single-story-box.story-box > figure {
    background-size: cover !important;
    height: 110px !important;
    width: 110px;
    background-position: center !important;
    border-radius: 5px;
    border: 1px solid #EEE;
}
.single-story-box.story-box::before {
    width: 110px;
    height: 110px;
    border-radius: 5px;
}
.single-story-box.active {
    width: 150px;
    height: 150px;
    position: relative;
}
.single-story-box.story-box.active > figure {
    height: 150px !important;
    width: 150px;
}
.single-story-box.story-box.active::before {
    width: 150px;
    height: 150px;
}
.single-story-box.story-box:nth-child(1) {
    margin-left: -55px;
}
.single-story-box.story-box:nth-last-child{
    margin-right: 0;
}
.story-view-card {
    width: 374px;
    height: calc(100vh - 200px);
    background: #707070;
    border-radius: 12px;
    border: 1px solid #707070;
    position: relative;
    margin: 0 16px;
}
.story-view-card-head {
    padding: 16px;
    position: absolute;
    width: 100%;
    top: 0;
}
.story-view-card-head .small-text {
    font-size: 14px;
    line-height: 16px;
}
.story-view-card-head .name{
    font-weight: bold;
}
.story-close i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.story-view-card-footer {
    position: absolute;
    bottom: 0;
    padding: 16px;
    width: 100%;
}
.story-view-card-footer  .post-meta-react-count-love {
    margin-bottom: 16px;
}
.story-view-card-footer .post-meta-react-count-love i{
    font-size: 18px;
}
.story-view-card-footer .post-meta-react-count-love .number{
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
.story-sce-count {
    background: rgba(255,255,255,0.3);
    height: 3px;
    width: 100%;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}
.story-sce-count:nth-last-child{
    margin-right: 0;
}
.story-sce-count-animation{
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #ffffff;
    border: 3px;
    cursor: pointer;
}



.story-view-card-img {
    height: calc(100vh - 200px);
    background: #707070;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}
.story-view-card-img img {
    width: 100%;
    border-radius: 12px;
}


.story-view-button {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
}
.story-view-button a i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}
@media (max-width: 576px) {
    .single-story-head-section {
        display: none;
    }
    .story-view-card {
        height: 85vh;
    }
    .story-view-card-img {
        height: 85vh;
    }
    .story-view-button {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .story-view-button a i {
        line-height: 40px;
    }
}
.chat-dropEnd .dropend .dropdown-toggle::after ,
.chat-dropEnd .dropstart .dropdown-toggle::before {
    display: none;
}
.chat-dropEnd .dropdown-menu li {
   margin: 0;
}
.chat-dropEnd .dropdown-item {
   font-size: 14px;
    line-height: 24px;
}
.chat-dropEnd .dropdown-item:hover {
    color: #0a58ca;
}
.max-w-h-80{
    height: 80px !important;
    width: 80px !important;
}
.Group-Admin {
    font-size: 12px;
}
.Group-Admin i.fa-star {
    background: #ffc107;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}
.group-connects-adds-content .info .name a{
    font-size: 14px;

}
.group-connects-adds-content .info .name {
    line-height: 14px;

}
.group-connects-adds-content .info .small-text {
    line-height: 14px;
}
.group-connects-adds-content .info .small-text a{
    font-size: 12px;
}
.group-connects-adds-btn{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
}
.group-connects-adds-heading.mb-3 {
    font-size: 15px;
    color: #82878d;
}


.btn-close.custom-btn-close-circle {
    padding: 0;
    background: #eee;
    color: #a3a4a6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.custom-btn-close-circle i {
    font-size: 18px;
    line-height: 30px;
}
.groupPhotos{
    background: #909090;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    text-align: center;
    transition: all 0.2s linear 0s;
    margin: 0 auto;
}
.groupPhotos .fileContainer {
    padding: 26px 0;
    cursor: pointer;
}
.groupPhotos .fileContainer i {
    padding: 8px;
    background: #ddd;
    border-radius: 50%;
}
.groupPhotos .fileContainer span {
    font-size: 14px;
    line-height: 16px;
    color: #ddd;
    margin-top: 5px;
}
.group-msg-icon {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 12px;
    color: #6c757d;
}

.group-all-chater {
    position: absolute;
    top: 100px;
    z-index: 999;
    left: 13px;
    width: 317px;
    display: none;
}
.group-create-btn-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.you-text {
    background: #f1f3f2;
    padding: 8px;
    border-radius: 5px;
    border-left: 2px solid #256cf6;
}
.me-text {
    padding: 8px;
    background: #0e4fce;
    border-radius: 5px;
    border-left: 2px solid #fff;
}
.meeting_waiting_heading{
    color: #2a2834;
}
.meeting_waiting_img img {
    max-height: 60px;
    width: auto;
}
.meeting_waiting_divider {
    background: #ddd;
    height: 40px;
    width: 2px;
    margin: 0 20px;
}
.meeting_waiting_img-datetime {
    display: flex;
    align-items: center;
    margin: 40px 0;
    justify-content: center;
}
.meeting_waiting_time_zone {
    display: flex;
    margin: 0;
    font-size: 13px;
    color: #252434;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.meeting_waiting_time_zone h6 {
    margin: 0;
    font-size: 14px;
}
.meeting_waiting-time_zone-divider {
    width: 2px;
    height: 14px;
    background: #252434;
    margin: 0 10px;
}
.meeting_waiting_datetime h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 8px;
}
.meeting_waiting_description {
    max-width: 50%;
    margin: 0 auto;
}
.meeting_waiting_heading {
    font-size: 26px;
    text-align: center;
}
.matting_waiting_page {
    margin-top: 30px;
}
.matting_waiting_page-bg{
    background: #fff;
    height: 100vh;
}
.meeting_waiting-cover-img {
    width: 50%;
    margin: 0 auto;
    max-height: 300px;
    margin-bottom: 15px;
}
.meeting_waiting-cover-img img {
    height: 100%;
    width: auto;
}
.meeting_waiting_refresh-btn {
    background: #fff;
    border: 1px solid #303030;
    padding: 5px 30px;
    border-radius: 8px;
    color: #303030;
    cursor: pointer;
}
.meeting_waiting_refresh-btn i {
    margin-right: 5px;
}
.meeting_waiting_refresh{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


/*setting page*/

.setting-heading h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}
.setting-item-accordion {
    border-radius: 15px;
    background: #fff;
    padding: 15px;
}
.single-setting-item-accordion-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.single-setting-item-accordion {
    font-size: 16px;
    font-weight: bold;
}

.single-setting-item-accordion::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 50%;
    text-align: center;
}
.accordion-button.single-setting-item-accordion::after {
    background: transparent;
}
.single-setting-item .single-setting-item-accordion-body.show .accordion-body{
    background: #EEEEEE;
}
.single-setting-item-accordion.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #EEEEEE;
    box-shadow: inset 0 -1px 0 transparent;
}
.single-setting-item-accordion.accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0;
}
.single-setting-item-accordion.accordion-button:not(.collapsed) .single-setting-item-accordion-icon{
    background: rgba(0,0,0,.125);
}
.single-setting-item-accordion.accordion-button:not(.collapsed):after{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    border: 1px solid transparent;
}
.single-setting-item-dropdown {
    background: rgba(0,0,0,.125);
    border-radius: 18px;
    padding: 5px 20px;
    font-size: 14px;
}
.single-setting-item-dropdown:focus {
    color: #222;
}


/*Upcoming meeting side bar*/
.upcoming-meeting-list {
    overflow: hidden;
}
.upcoming-meeting-date_time {
    background: #f4f4f6;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    margin-right: 8px;
}
.upcoming-meeting-date {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.upcoming-meeting-month {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.upcoming-meeting-time {
    background: #000;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
}

.upcoming-meeting-user-list{
    margin-left: 10px;
}
.user-picture-30{
    width: 35px !important;
    height: 35px !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
    margin-top: 4px;
    margin-left: -10px;
    border: solid 2px #ffffff;
}
.upcoming-meeting-user-img ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.upcoming-meeting-user-img ul li{
    padding: 0 2px;
}
.upcoming-meeting-title {
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

.upcoming-meeting-d-btn {
    font-size: 12px !important;
    color: #919191 !important;
    width: 56px;
    text-align: right;
}
.upcoming-meeting-d-btn .fa{
    font-size: 10px !important;
}
.upcoming-meeting-user-img .name {
    font-size: 12px;
    line-height: 12px;
    color: #919191 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.upcoming-meeting-user-count,
.upcoming-meeting-user-add{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #919191;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: #919191;
}
.upcoming-meeting-d-btn .fa {
    margin-left: 3px;
}
.widget-item-list:hover .upcoming-meeting-user-count,
.widget-item-list:hover .upcoming-meeting-user-add{
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.widget-item-list:hover .upcoming-meeting-title{
    color: #ffffff;
}
.widget-item-list:hover .upcoming-meeting-d-btn {
    color: #ffffff !important;
}
.widget-item-list:hover .upcoming-meeting-user-img .name {
    color: #ffffff !important;
}

/*Upcoming meeting details page*/
.upcoming-meeting-page-banner-section {
    min-height: 95vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #151515;
    display: flex;
    align-items: center;
    margin-top: -35px;
}
.upcoming-meeting-page-banner-content .title{
    font-size: 35px;
    margin-bottom: 18px;
    padding-top: 18px;
}
.upcoming-meeting-page-banner-content p{
    font-size: 18px;
    color: #82878D;
    line-height: 26px;
    padding-left: 20%;
}
.upcoming-meeting-start-date-time{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 20%;
    padding-left: 15px;
    border-left: 5px solid #256cf6;
}
.upcoming-meeting-start-driver {
    height: 24px;
    width: 5px;
    background: #fff;
    line-height: 24px;
    margin: 0 30px;
}
.user-picture-50 {
    width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
    margin-left: -15px;
    border: solid 2px #ffffff;
}
.upcoming-meeting-user-start-img ul li {
    padding: 0 4px;
}
.upcoming-meeting-user-start-add {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: #256CF6;
}
.btn.upcoming-meeting-start-btn {
    background: #ddd;
}
.upcoming-meeting-user-start-img {
    margin-bottom: 20px;
}
.btn.upcoming-meeting-start-btn {
    background: #256cf6;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    padding: 15px 23px;
    transition: all 0.3s;
}
.btn.upcoming-meeting-start-btn:hover{
    background: #0042c3;
}
.upcoming-meeting-start-btn.btn-join-btn{
    background: #fff;
    color: #256cf6;
    transition: all 0.3s;
}
.upcoming-meeting-start-btn.btn-join-btn:hover{
    background: #0042c3;
}




.position-absolute.image-cover-opatacity {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.host-and-participants-meeting-tag {
    width: 100%;
    padding: 0 12px;
    top: 11px;
    z-index: 9;
    color: #fff;
}
.host-and-participants-start-time.d-flex.align-items-center {
    background: #256CF6;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.host-and-participants-dropdown {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #000;
}

.host-and-participants-meeting-time.upcoming-meeting-start-date-time {
    background: #fff;
    color: #000;
    font-size: 14px;
    bottom: -5px;
    padding: 2px 10px;

}
.host-and-participants-meeting-time.upcoming-meeting-start-date-time:before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 26px;
    height: 26px;
    background: #fff;
    right: -24px;
    top: 0;

}

.host-and-participants-meeting-time.upcoming-meeting-start-date-time .upcoming-meeting-start-driver {
    height: 14px;
    width: 2px;
    background: #919191;
    line-height: 14px;
    margin: 0 5px;
}
.host-and-participants-meeting-time.upcoming-meeting-start-date-time .upcoming-meeting-start-time {
    color: #919191;;
}

.btn-success-c {
    background-color: #34C300;
    border-color: #34C300;
    color: #fff;
}
.btn-success-c:hover {
    color: #34C300;
    border-color: #34C300;
    background-color: transparent;
}
.btn-outline-success-c {
    color: #34C300;
    border-color: #34C300;
}
.btn-outline-success-c:hover {
    background-color: #34C300;
    border-color: #34C300;
    color: #fff;
}

.animated-col {
    transition: flex-basis 0.5s ease, max-width 0.5s ease, width 0.5s ease;
    overflow: hidden;
  }


.upcoming-meeting-page-content-left .upcoming-meeting-time {
    background: #000;
    border-radius: 0;
}
.upcoming-meeting-page-content-left .upcoming-meeting-date_time {
    background: transparent;
    border: 1px solid #000;
}

.upcoming-meeting-page-content-left .upcoming-meeting-title{
    font-size: 15px !important;
    margin-bottom: 5px !important;
}
.upcoming-meeting-content-time i {
    font-size: 30px;
}
.upcoming-meeting-content-time span {
    font-size: 14px;
    line-height: 18px;
}
.upcoming-meeting-content-details{
    font-size: 14px;
}
/*.upcoming-meeting-page-content-right {*/
/*    min-width: 220px;*/
/*}*/
.meeting-page-filter-right-icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #efefef;
    text-align: center;
    border-radius: 50%;
    color: #7a7a7a;
}
.upcoming-meeting-page-filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.upcoming-meeting-page-filter-left ul li a.active {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
.add-contact-btn{
    border-radius: 15px;
    padding: 3px 10px 3px 10px;
}
.friend-rec-post{
    color: #919191;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.friend-rec-post .user-picture-container{
    width: 34px !important;
    height: 34px !important;
}
.dropdown-after-icon-hide.dropdown-toggle::after{
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.friend-rec-post .post-header .dropdown .dropdown-toggle {
    font-size: 16px !important;
    line-height: 16px !important;
}
.public_back_post {
    border-radius: 8px;
}

.public_back_post_padding{
    padding-left: 16px;
    padding-right: 16px;
    height: 53px;
}
.public_back_post_icon{
    min-width: 56px;
}
.public_back_post_icon_box{
    height: 36px;
    width: 36px;
    font-size: 20px;
    text-align: center;
    color: rgba(15,20,25,1.00);
    line-height: 36px;
    border-radius: 50%;
}
.public_back_post_icon_box i{
    color: rgba(15,20,25,1.00);
}
.public_back_post_icon_box:hover{
    background-color: rgba(15,20,25,0.1);
}
.public_back_post_content h2{
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(15,20,25,1.00);
    padding-bottom: 2px;
    padding-top: 2px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin: 0;
}
.bottom_public_post_login {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 999;
}
.bottom_public_post_login_background{
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
    background-color: #256CF6;
}
.bottom_public_post_login_padding{
    padding: 15px;
    width: 100%;
    display: flex;
}
.bottom_public_post_login_gap {
    width: 30%;
}
.bottom_public_post_login_content {
    width: 70%;
}
.public_post_login_content-left-heading {
    color: rgb(255, 255, 255);
    line-height: 28px;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}
.public_post_login_content-left-subHeading {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.bottom_public_post_login-btn,
.bottom_public_post_signup-btn{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 36px;
    min-width: 36px;
    border-radius: 9999px;
}
.bottom_public_post_login-btn{
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(0, 0, 0, 0);
}
.bottom_public_post_signup-btn{
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(239, 243, 244);
    color: rgb(15, 20, 25);
}
.bottom_public_post_login-btn:hover{
    background-color: rgba(255, 255, 255,0.1);
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.35);
}
.bottom_public_post_signup-btn:hover{
    background-color: rgb(215, 219, 200);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(15, 20, 25);
}
.public-post-space{
    height: 100px;
}
.public_post_login_area{
    margin-bottom: 16px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(239, 243, 244);
}
.public_post_login_area_heading{
    padding: 12px 16px;
}
.public_post_login_area_heading h2{
    font-weight: 800;
    line-height: 24px;
    font-size: 20px;
    color: rgba(15,20,25,1.00);
}
.public_post_login_area_subtitle{
    color: rgb(83, 100, 113);
    padding: 0 12px;
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
}
.public_post_login_area_button{
    margin: 16px 12px;
}
.public-post-btn-login,
.public-post-btn-signup{
    margin-bottom: 12px;
    height: 40px;
    font-weight: 500;
    color: #3c4043;
    font-size: 14px;
    letter-spacing: 0.25px;
    border-radius: 20px;
    border: 1px solid #256CF6;
    width: 100%;
    text-align: center;
}
.public-post-btn-login:hover,
.public-post-btn-signup:hover{
    border-color: #d2e3fc;
    background: #d2e3fc;
}
.public_post_login_area_text{
    color: rgb(83, 100, 113);
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 16px;
}
.public_post_login_area_text a{
    color: #256CF6;
}

.public-post-logged-out-nav{
    position: fixed;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 99;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    background-color: #fff;
}

.public-post-logged-out-nav-bottom-padding{
    padding: 8px 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.public-post-logged-out-nav_common-btn{
    font-size: 14px;
    font-weight: 700;
    color: #256CF6;
    min-height: 32px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public-post-logged-out-nav_login-btn{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(207, 217, 222);
}
.public-post-logged-out-nav_login-btn:hover{
    color: #fff;
    background-color: #256CF6;
    border: 1px solid #256CF6;
}
.public-post-logged-out-nav_signup-btn{
    color: #fff;
    background-color: #256CF6;
    border: 1px solid #256CF6;
}
.public-post-logged-out-nav_signup-btn:hover{
    color: #256CF6;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(207, 217, 222);
}
.mobile-v-show{
    display: none;
}

.search-result-heading {
    font-size: 1.25rem;
    padding-bottom: 2px;
    line-height: 1.2;
    font-weight: 700;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 8px;
}
.user-picture-container.rounded-circle.search-result-user-pic_hig {
    width: 60px !important;
    height: 60px !important;
}
.search-result-info .name{
    font-size: 1.0625rem;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.1765;
}
.search-result-info .designation{
    font-weight: 400;
    line-height: 1.3333;
}
.search-result-info .designation a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    font-size: .9375rem !important;
    word-wrap: break-word;
    overflow: hidden;
}
.search-result-button {
    margin-left: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    min-width: 120px;
    display: flex;
    justify-content: end;
}
.search-result-button .search-result-btn{
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
    font-weight: 600;
    font-size: .8375rem;
    line-height: 1.3333;
    height: 36px;
}
.search-result-all-btn {
    background: #EEE;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.3333;
    width: 100%;
}
.search-result-all-btn:hover {
    background: #ddd;
    transition: 0.3s;
}

.search-result-info .search-result-post-title a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    word-wrap: break-word;
    overflow: hidden;
}
.user-picture-container.rounded-circle.search-result-user-pic_hig.search-post-result-user-pic {
    border-radius: 6px !important;
}
.connects-user-info {
    margin-top: 8px;
}
.connects-user-info-img-hig{
    width: 30px !important;
    height: 30px !important;
}
.meeting-user-img.connects-user-info-img ul li {
    margin-left: 0;
    margin-right: -15px;
    list-style-type: none;
    display: inline-block;
}
.connects-user-info .name {
    margin-left: 20px;
}
.connects-user-info .name a{
    font-size: .9375rem;
    word-wrap: break-word;
    line-height: 1.3333;
    font-weight: 400;
}


.header-search .search-result-info .name a,
.header-search .search-result-info .designation a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    word-wrap: break-word;
    overflow: hidden;
}
.header-search .search-result-info .search-result-post-title a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    word-wrap: break-word;
    overflow: hidden;
}
.header-search .search-result-info .page-summery a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    word-wrap: break-word;
    overflow: hidden;
}
.header-search .search-result-info .connect-deg a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    word-wrap: break-word;
    overflow: hidden;
}
.header-search-result-button.search-result-button {
    min-width: 50px;
}
.header-search .header-search-result-button .search-result-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
    transition: .3s ease-out;
}
.header-search .header-search-result-button .search-result-btn:hover {
    background-color: #0a58ca;
    color: #fff;
}


.post-image-padding-top{
    padding-top: calc(100%);
}
.post-image-1h-calc{
    inset: calc(0% + 0px) calc(0% + 0px) calc(3% + 1.01px);
}
.post-image-2h-calc{
    inset: calc(66.6667% + 1.01px) calc(66.6667% + 1.01px) calc(0% + 0px) calc(0% + 0px);
}
.post-image-3h-calc{
    inset:calc(66.6667% + 1.01px) calc(33.3333% + 1.01px) calc(0% + 0px);
}
.post-image-4h-calc{
    inset: calc(66.6667% + 1.01px) calc(0% + 0px) calc(0% + 0px) calc(66.6667% + 1.01px);
}
.post-image-border{
    padding: 0;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-width: 0;
    display: inline-block;
    border-top-style: solid;
    position: absolute;
    margin: 0;
    min-height: 0;
    bottom: 0;
    top: 0;
    left: 0;
    border-left-width: 0;
    right: 0;
    z-index: 0;
    border-color: rgba(0, 0, 0, 0.4);
}
.post-image-overflow-padding-top{
    padding-top: 66.6667%;
    height: 0;
}
.post-image-height-cal{
    height: 100%;
    left: -1.41388%;
    width: calc(102.828%);
    position: absolute;
    top: 0;
}
.post-image-height-cal-4{
    height: 100%;
    left: -16.6667%;
    width: calc(133.333%);
}
.post-img-1st{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: fill;
}







.modal-content-height-cl{
    max-height: calc(100vh - 3.5rem);
}
.reels-btn-wrap {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.reels-btn-next-wrap{
    right: -60px;
}
.reels-btn-pre-wrap{
    left: -60px;
}
.reels-btn-next {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    padding: 0;
}
.reel-box.story-box::before {
    content: "";
    background: rgba(0,0,0,1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 248px;
    transition: all 0.2s linear 0s;
    z-index: 1;
    border-radius: 10px;
}
.reel-box .video-image {
    height: 248px;
    z-index: 1;
    position: relative;
}
.reel-box .video-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reel-box .video-image .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
}
.reel-box .video-image .icon .video-btn.popup-youtube {
    color: #fff;
}

.reel-box .reels-video-plyer {
    position: relative;
    z-index: 2;
    object-fit: contain;
    height: 248px;
}


#reels_right_action_nav {
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 50px;
    text-align: center;
    max-width: 75px;
    z-index: 99;
}
#reels_right_action_nav ul li {
    position: relative;
    list-style: none;
    display: block;
    margin-bottom: 15px;
    padding: 5px 8px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    border-radius: 3px;
}
#reels_right_action_nav ul li i {
    font-size: 24px;
}
#reels_right_action_nav ul li span {
    display: block;
    width: 100%;
    margin-top: 3px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 12px;
}

#reels_info {
    position: absolute;
    color: #fff;
    text-align: left;
    bottom: 15px;
    margin-left: 15px;
    z-index: 9;
    margin-right: 15px;
    width: 94%;
}
#reels_video-info #reels_user-info .Conntects-btn-white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-left: 15px;
}
.reels_user-img .user-picture-container{
    width: 34px !important;
    height: 34px !important;
}
#reels_info .reel-video-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    word-break: break-word !important;
    /*width: calc(100% - 90px);*/
}
.reels-modal_header{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.reel-next-btn-wrap {
    position: absolute;
    top: 35%;
    right: -40px;
    z-index: 99;
}
.reel-next-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 20px;
}
.reel-replay {
    width: 100%;
    margin: 0 auto;
}
.reel-replay .reel-replay-input {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-right: 40px;
}
.reel-replay .send-icon {
    position: absolute;
    right: 19px;
    top: 10px;
    cursor: pointer;
}
.form-control.reel-replay-input:focus {
    border-color: #fff;

}
.unsubscribe-check-box-wrap {
    width: 50px;
    height: 50px;
    background: rgba(10, 88, 202,0.3);
    color: rgb(10, 88, 202);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}
.unsubscribe-text{
    line-height: 18px;
}
.reply-msg-text {
    background: #256CF6;
    border-radius: 8px;
    margin: -15px 5px 10px 5px;
    padding: 8px;
    color: #fff;
    font-size: 15px;
}


/*story view*/
.story-box-wrapper {
    width: 110px;
    margin-left: 8px;
}
.story-box-wrapper .story-box > figure {
    height: 130px;
    width: 100%;
    background-position: center;
}
.story-box-wrapper .story-box::before {
    width: 100%;
    height: 130px;
}
.story-main-image-view {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.3rem;
    overflow: hidden;
}
.story-main-image-view:before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.01) 60%,rgba(0,0,0,.6) 100%);
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.story-main-image-box{
    width: 380px;

}
.story-main-image-bg{
    width: 100%;
    /*height:  calc(100vh - 300px);*/
    height:  100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.story-main-image-box .story-text {
    left: 0;
    position: absolute;
    transform: translateX(-50%);
    bottom: 35px;
    z-index: 1;
}

/*.bg-black{*/
/*    background-color: #000;*/
/*}*/

.daily-stories {
    display: block;
    position: relative;
    width: 56.25vh;
    max-width: 100vw;
    /*height: 100vh;*/
    height: calc(100vh - 70px);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 70px;
}

.daily-stories__container {
    width: 56.25vh;
    height: calc(100vh - 90px);
    background: black;
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
    will-change: auto;
    touch-action: manipulation;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    padding-top: 20px;
}

.daily-stories-slide {
    position: relative;
    display: block;
    width: 56.25vh;
    max-width: 100vw;
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
    overflow: hidden;
    will-change: opacity;
    filter: blur(0);
    transition: opacity 0.5s ease, filter 0.25s ease;
}


/*.slide img,*/
/*.slide video {*/
/*    width: 56.25vh;*/
/*    !*min-width: 56.25vh;*!*/
/*    max-width: 100vw;*/
/*    height: 100vh;*/
/*    min-height: 100vh;*/
/*    max-height: 100vh;*/
/*    display: block;*/
/*    position: relative;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    object-fit: contain;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    -o-user-select: none;*/
/*    pointer-events: none;*/
/*}*/

.story-prev-slide{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background-color: #808080;
    overflow: hidden;
    opacity: 0.85;
    transition: opacity 0.25s ease;
    top: calc(50% - 16px);
    left: calc(50% - 35vh - 16px);
}
.story-next-slide {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background-color: #808080;
    overflow: hidden;
    opacity: 0.85;
    transition: opacity 0.25s ease;
    top: calc(50% - 16px);
    left: calc(50% + 35vh - 16px);
}
.story-prev-slide::before{
    content: "\f104";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
}
.story-next-slide::before{
    content: "\f105";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
}

.story-prev-slide:hover,
.story-next-slide:hover {
    opacity: 1;
}
.story-prev-slide:hover::before,
.story-next-slide:hover::before {
    background: #043cb7;
    color: #fff;
}
body.mobile #prev-slide,
body.mobile #next-slide {
    display: none;
}
/*@media (max-width: 800px) {*/
#prev-slide,
#next-slide {
/* // display: none; */
}
/*}*/

.daily-stories__container .story-main-image-bg{
    width: 100%;
    height:  100%;
    /*height:  100vh;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
}
.daily-stories__container .story-replay {
    padding: 20px 0;
}
.daily-stories__container .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #292929;
}

.story-replay-reaction-icon .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.story-replay-reaction-icon .like-count{
    color: #fff;
}
.story-replay-input {
    width: 100%;
}
.story-replay-input .story-replay-input-custom{
    background-color: #292929;
    border-radius: 50px;
    color: #fff;
    border: 0;
    width: 100%;
    padding-right: 35px;
}

.daily-stories-user {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.daily-stories-content {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    margin: 0 20px;
}

.daily-stories-content p{
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.daily-stories-user .info .name{
    line-height: 18px;
    font-weight: bold;
}
.story-replay-send-btn {
    top: 8px;
    right: 12px;
    font-size: 20px;
    line-height: 20px;
}
.story-view-close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 80px;
}
.story-view-close-btn:hover {
    background: #0a58ca;
    color: #fff;
}
.story-view-close-btn:hover i {
    color: #fff;
}
.story-main-content-wrapper {
    background: transparent;
    padding: 0;
}


.popup-notification {
    position: fixed;
    top: 15%;
    right: 15%;
    z-index: 1000;
    max-width: 280px;
}
.popup-notification-wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 15px;
    display: flex;
    border-radius: 12px;
}
.popup-notification-header {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}
.popup-notification-header-close-btn {
    width: 24px;
    height: 24px;
    background: #e5e6eb;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.popup-notification-header-close-btn a {
    color: #000;
}
.popup-notification-user-info-thamb {
    margin-right: 20px;
}
.popup-notification-user-info-thamb .image {
    position: relative;
}
.popup-notification-reaction {
    position: absolute;
    bottom: 0;
    right: 0;
}
.popup-notification-reaction-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
    background: #0096ff;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.popup-notification-content p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*reels area*/

.reels-area{
    position: fixed;
    inset: 0px;
    background: rgb(255, 255, 255);
    z-index: 995;
    display: flex;
    flex-direction: row;
    margin-top: 75px;
    height: calc(100vh - 75px);
}
.reels-area-left{
    flex: 1 0 600px;
    max-width: 100%;
    background: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 0px 80px;
}
.reels-area-right{
    flex: 0 0 544px;
    width: 544px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.reels-area-close-btn {
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(84, 84, 84, 0.5);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    top: 20px;
    transition: opacity 0.3s ease 0s;
    z-index: 100;
    transform: translateY(0px);
    left: 20px;
    color: #fff;
    font-size: 18px;
}
.reels-area-close-btn:hover {
    background-color: #0a58ca;
    color: #fff;
}
.reels-sound-push {
    position: absolute;
    bottom: 20px;
    right: 68px;
}
.reels-sound-push-area {
    width: 40px;
    height: 40px;
    background: rgba(84, 84, 84, 0.5);
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.reels-sound-volume{
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.reels-sound-volume-area {
    border: none;
    outline: none;
    transition: opacity 0.3s ease 0s;
    color: #fff;
}
.reels-sound-volume-area i{
    color: #fff;
}

.arrow-left-previous-video {
    position: absolute;
    z-index: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(84, 84, 84, 0.5);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    top: calc(50% - 48px);
    margin-top: -24px;
    right: 20px;
    color: #fff;
}
.arrow-left-next-video {
    position: absolute;
    z-index: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(84, 84, 84, 0.5);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    top: calc(50% + 8px);
    margin-top: -24px;
    right: 20px;
    color: #fff;
}

.arrow-left-previous-video:hover,
.arrow-left-next-video:hover{
    background: #0a58ca;
    color: #fff;
}

.reelsVideoBlurBackground {
    position: absolute;
    width: 10%;
    height: 10%;
    filter: blur(2px);
    left: 50%;
    top: 50%;
    transform: scale(11);
    opacity: 0.3;
}
.reelsVideoBlurBackground-wrap{
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
}
.reelsVideoBlurBackground-img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.reelsVideoWrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.reelsVideoWrapperContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(22, 24, 35, 0.06);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.reelsBasicPlayerWrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.reelsBasicPlayerWrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reelsCreatorArea{
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 1px solid rgba(22, 24, 35, 0.2);
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reelsCommentListContainer{
    width: 100%;
    overflow: hidden auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    padding: 0px 32px 24px;
}
.reelsCommentListContainer-pad-24{
    padding-top: 24px;
}
.reelsProfileWrapper {
    margin-left: -32px;
    margin-right: -32px;
}
.reelsDescriptionContentWrapper {
    background: rgba(22, 24, 35, 0.03);
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px;
}
.reelsUserInfoContainer{

}
.reelsButtonWrapper {
    padding: 0px 32px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.reelsBottomCommentContainer {
    flex: 0 0 auto;
    background-color: rgb(255, 255, 255);
    margin: 0px 30px;
    padding: 21px 0px;
}
.reelsCommentBar {
    color: #000;
    font-weight: 600;
    height: 100%;
    border-radius: 2px;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    text-align: unset;
}

.reelsButtonWrapper-padding {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reelsButtonWrapper-btn {
    border: none;
    background: none;
    outline: none;
    padding: 0px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
}
.reelsButtonWrapper-btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    transition: all 200ms ease-in-out 0s;
    width: 32px;
    height: 32px;
    background-color: rgba(22, 24, 35, 0.06);
    padding: 6px;
    margin-right: 6px;
}
.reelsButtonWrapper-btn-StrongText {
    color: rgba(22, 24, 35, 0.75);
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.reelsBody .reel-video-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.reelsCommentsArea{
    padding: 0px 32px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}
.reel-replay .reel-replay-input {
    color: #000;
    border: 1px solid #000;
}
.form-control.reel-replay-input:focus {
    border-color: #000;
}




.meetingEditHeading .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #303030;
}
.meetingEdit .form-label-font-16 {
    font-size: 16px;
    font-weight: 500;
}
.meetingEdit .form-control-font-14 {
    font-size: 14px;
    font-weight: 500;
}
.daily-stories__viewer {
    position: absolute;
    bottom: 0;
    background: #222;
    right: 0;
    width: 100%;
    height: 80%;
    border-radius: 8px 8px 0 0;
    padding: 16px 4px;
    overflow: hidden;
    overflow-y: scroll;
    color: #BCC0C4;
    z-index: 99;
}
.daily-stories_viewer_heading{
    font-size: 1.0625rem;
    line-height: 1.1765;
    color: #BCC0C4;
    font-weight: bold;
    margin: 0 12px 18px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.daily-stories_viewer_border{
    height: 1px;
    margin: 0 12px;
    background: #3E4042;
}
.daily-stories_viewer_ViewCount{
    margin-top: 16px;
    margin-left: 12px;
    font-size: 1.0625rem;
    line-height: 1.1765;
    font-weight: bold;
}
.daily-stories_viewer_User{
    padding: 4px 0;
}
.daily-stories_viewer_Single-User{
    padding: 8px;
    margin: 0 4px;
    border-radius: 6px;
    cursor: pointer;
}
.daily-stories_viewer_Single-User:hover{
   background: rgba(255, 255, 255, 0.1);
}

.user__viewer-count ul li {
    margin-left: 0;
    margin-right: -15px;
}
.user__viewer-size-24{
    width: 24px !important;
    height: 24px !important;
    line-height: 20px !important;
    font-size: 18px !important;
}


/*PostView Page start*/

.postViewModal{
    position: fixed;
    inset: 0px;
    background: rgb(255, 255, 255);
    z-index: 995;
    display: flex;
    flex-direction: row;
    margin-top: 75px;
    height: calc(100vh - 75px);
}

.postViewModal-left{
    flex: 1 0 600px;
    max-width: 100%;
    background: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 0px 80px;
}
.postViewModal-right{
    flex: 0 0 544px;
    width: 544px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.postViewModal-close-btn {
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(84, 84, 84, 1);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    top: 20px;
    transition: opacity 0.3s ease 0s;
    z-index: 100;
    transform: translateY(0px);
    left: 20px;
    color: #fff;
    font-size: 18px;
}
.postViewModal-close-btn:hover {
    background-color: #0a58ca;
    color: #fff;
}
.postViewModal-sound-push {
    position: absolute;
    bottom: 20px;
    right: 68px;
}
.postViewModal-sound-push-area {
    width: 40px;
    height: 40px;
    background: rgba(84, 84, 84, 0.5);
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.postViewModal-sound-volume{
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.postViewModal-sound-volume-area {
    border: none;
    outline: none;
    transition: opacity 0.3s ease 0s;
    color: #fff;
}
.postViewModal-sound-volume-area i{
    color: #fff;
}


.postViewModalVideoBlurBackground {
    position: absolute;
    width: 10%;
    height: 10%;
    filter: blur(2px);
    left: 50%;
    top: 50%;
    transform: scale(11);
    opacity: 0.3;
}
.postViewModalVideoBlurBackground-wrap{
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
}
.postViewModalVideoBlurBackground-img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.postViewModalVideoWrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.postViewModalVideoWrapperContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(22, 24, 35, 0.06);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.postViewModalBasicPlayerWrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.postViewModalBasicPlayerWrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.postViewModalBasicPlayerWrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.postViewModalCreatorArea{
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 1px solid rgba(22, 24, 35, 0.2);
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postViewModalCommentListContainer{
    width: 100%;
    overflow: hidden auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    padding: 0px 32px 24px;
}
.postViewModalCommentListContainer-pad-24{
    padding-top: 24px;
}
.postViewModalProfileWrapper {
    margin-left: -32px;
    margin-right: -32px;
}
.postViewModalDescriptionContentWrapper {
    background: rgba(22, 24, 35, 0.03);
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px;
}
.postViewModalUserInfoContainer{

}
.postViewModalButtonWrapper {
    padding: 0px 32px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.postViewModalBottomCommentContainer {
    flex: 0 0 auto;
    background-color: rgb(255, 255, 255);
    margin: 0px 30px;
    padding: 21px 0px;
}
.postViewModalCommentBar {
    color: #000;
    font-weight: 600;
    height: 100%;
    border-radius: 2px;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    text-align: unset;
}

.postViewModalButtonWrapper-padding {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.postViewModalButtonWrapper-btn {
    border: none;
    background: none;
    outline: none;
    padding: 0px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
}
.postViewModalButtonWrapper-btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    transition: all 200ms ease-in-out 0s;
    width: 32px;
    height: 32px;
    background-color: rgba(22, 24, 35, 0.06);
    padding: 6px;
    margin-right: 6px;
}
.postViewModalButtonWrapper-btn-StrongText {
    color: rgba(22, 24, 35, 0.75);
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.postViewModalBody .postViewModal-video-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.postViewModalCommentsArea{
    padding: 0px 32px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}
.postViewModal-replay .postViewModal-replay-input {
    color: #000;
    border: 1px solid #000;
}
.form-control.postViewModal-replay-input:focus {
    border-color: #000;
}
.postViewModal-replay .send-icon {
    position: absolute;
    right: 19px;
    top: 10px;
    cursor: pointer;
}
/*PostView Page End*/

.daily-stories-user .info small.small-text{
    text-shadow: 1px 5px 10px rgba(0,0,0,0.6);
}

.postViewModal.postViewModalfullscreen{
    margin-top: 0;
    height: 100vh;
}

/*New Login Page*/

.login-w-button{
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
        padding: 5px;
        border-color: rgb(209 213 219);
        border-width: 1px;
        border-radius: 100px;
        height: 42px;
}

.login-w-input{
    padding-left: 22px;
}


.inner-sub-bg {
    background-color: #fdfdfd !important;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.section-padding {
    padding: 80px 0;
}

/*analysis area*/

.analyze_section .analyze_text {
    max-width: 475px;
}
.btn_analyze_main {
    color: #fff !important;
    background: var(--main-color) !important;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 25px;
    position: relative;
    font-weight: 700;
    transition: 0.4s all;
}

.btn_analyze_main i {
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 20px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    transition: 0.4s all;
}
.btn_analyze_main:hover i {
    transform: rotate(0);
}
.analyze_section .analyze_image {
    background-image: url(../image/product_img/Analyze_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 575px;
}
.analyze_section .analyze_image img {
    max-width: 100%;
    border-radius: 8px;
}
.analyze_section .analyze_image img:nth-child(1) {
    position: absolute;
    bottom: 15px;
    left: 105px;
    z-index: 1;
    animation-delay: 4s;
    height: 100px;
}
.analyze_section .analyze_image img:nth-child(2) {
    position: absolute;
    top: 70px;
    right: 65px;
    z-index: 1;
    height: 130px;
}
.moving_animation {
    animation: moving_object 6s infinite linear;
    animation-delay: 0s;
}
@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.service-area {
    overflow: hidden;
    padding: 60px 0px 60px 0px;
}
@media (max-width: 991px) {
    .service__wrp {
        flex-wrap: wrap;
    }
}
.service__icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    border: 1px solid #020d0a33;
    border-radius: 15px;
    margin-bottom: 25px;
}
.service__icon img {
    height: 40px;
}
.service__item {
    max-width: 340px;
}
@media (max-width: 991px) {
    .service__item {
        width: 100%;
    }
}
.service__item h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
}
.service__item p {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 18px;
}
.mt-15 {
    margin-top: 15px;
}
.explore-btn span {
    font-weight: 500;
    color: #1c1a1d;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.explore-btn i {
    margin-left: 5px;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}
.explore-btn:hover i {
    transform: rotate(0);
}
.custom-row {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offer-area {
    background: #fafafa;
    overflow: hidden;
}
.offer__image-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
    .offer__image-wrp {
        left: 40%;
    }
}
@media (max-width: 991px) {
    .offer__image-wrp {
        display: none;
    }
}
.offer__image {
    width: 344px;
    position: relative;
}
.offer__image .btn-one, .offer__image .btn-two, .offer__image .btn-three {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}
@media (max-width: 1199px) {
    .offer__image {
        width: 250px;
    }
}
.offer__item ul li {
    padding: 25px 0;
    border-bottom: 1px dotted rgba(23, 149, 252, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.offer__item ul li .offer-title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 500;
    color: rgba(23, 149, 252, 1);
}
@media (max-width: 1399px) {
    .offer__item ul li .offer-title {
        font-size: 30px;
        line-height: 40px;
    }
}
.offer__item ul li .offer-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    border: 2px dotted rgba(23, 149, 252, 0.8);
    font-size: 30px;
    color: rgba(23, 149, 252, 1);
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
@media (max-width: 991px) {
    .offer__item ul li .offer-icon {
        display: none;
    }
}
.offer__item ul li p {
    color: #000;
    max-width: 250px;
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
    .offer__item ul li p {
        display: none;
    }
}
.offer__item ul li:first-child .offer__image-wrp {
    top: 100%;
}
.offer__item ul li:last-child .offer__image-wrp {
    top: 0;
}
.offer__item ul li:hover .offer-title {
    color: #fff;
}
.offer__item ul li:hover p {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.offer__item ul li:hover .offer-icon {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.offer__item ul li:hover .offer__image-wrp {
    opacity: 1;
    visibility: visible;
}

.section-header .section-title {
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
}
.section-header .section-dec {
    margin-top: 15px;
    font-size: 16px;
    color: #020d0ab2;
}
.faq_wrp {
    max-width: 1070px;
    margin: 0 auto;
}
.sub-bg {
    background-color: #124e5205;
}
.faq_wrp .accordion .accordion-item {
    border-radius: 24px;
}
.border-none {
    border: none !important;
}
.faq_wrp .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: #0a58ca;
}
.faq_wrp .accordion .accordion-item h2 button {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 20px 30px;
}

.accordion-button:not(.collapsed) {
    color: #0a58ca;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/*footer*/
.main-footer {
    position: relative;
    background: radial-gradient(100% 111.89% at 100% 100%, #fff 0%, rgba(255,255,255,0) 100%);
}
.main-footer .widgets-section {
    padding: 100px 0 30px;
}
.main-footer .footer-widget {
    margin-bottom: 50px;
}
.main-footer .footer-logo {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
}
.footer-logo img {
    height: 60px;
}
.main-footer .widget-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 16px;
    color: #043344;
    font-weight: 700;
    line-height: 19.36px;
}
.links-widget ul li {
    margin-bottom: 10px;
}
.links-widget ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a {
    display: block;
    color: #0a58ca;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.app-store-logo .mobile-info-image {
    width: 135.71px;
    height: 40px;
}
.main-footer .footer-bottom .copyright {
    color: #043344;
}
.footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
}
.footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-bottom ul.menu li {
    margin-right: 20px;
}
.footer-bottom ul.menu li a {
    color: #043344;
    font-size: 14px;
}


.gradient-filter{
    transform: translate(-50%, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    display: flex;
    z-index: -10;
    left: 50%;
    bottom: -442px;
}
.gradient-filter-middle{
    transform: translate(-50%, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    display: flex;
    z-index: -10;
    top: 50%;
    left: 50%;
}
.gradient-filter-middle,
.gradient-filter-item-1{
    width: 335px;
    height: 335px;
    filter: blur(145px);
    background-color: rgb(23 149 252 / 0.2);
    border-radius: 9999px;
}
.gradient-filter-middle,
.gradient-filter-item-2{
    width: 335px;
    height: 335px;
    filter: blur(145px);
    background-color: rgb(23 149 252 / 0.2);
    border-radius: 9999px;
    margin-left: -170px;
}
.gradient-filter-middle,
.gradient-filter-item-3{
    width: 335px;
    height: 335px;
    filter: blur(145px);
    background-color: rgb(23 149 252 / 0.2);
    border-radius: 9999px;
    margin-left: -170px;
}


.gradient-filter-bg{
    opacity: 0.3;
    background-position: center;
    background-size: contain;
    background-image: url('../img/core-gradient.png');
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
}




@media not all and (min-width: 768px) {
    .gradient-filter {
        display: none;
    }
}
@media (min-width: 768px) {
    .gradient-filter-bg {
        display: none;
    }

}
@media (max-width: 768px) {
    .analyze_section .analyze_image img:nth-child(2) {
        right: 0;
    }
    .analyze_section .analyze_image img:nth-child(1) {
        bottom: 60px;
        left: 0;
    }
    .footer-bottom-mobile-inline {
        flex-direction: column;
    }
    .main-footer .footer-bottom .copyright {
        margin-bottom: 10px;
    }
}