@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: 14px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}

.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: 14px;
    line-height: 18px;
    font-weight: 600;
}

.news-feed-area .news-feed-post .post-header .info .name a {
    color: #262626;
}

.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: 14px;
    color: #262626;
    line-height: 20px;
    font-weight: 400;
}

.news-feed-area .news-feed-post .post-body .post-image img {
    border-radius: 4px;
}

.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: 8px 0;
    border-top: 1px solid #efefef;
    margin-bottom: 0;
}

.news-feed-area .news-feed-post .post-body .post-meta-wrap li {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.news-feed-area .news-feed-post .post-body .post-meta-wrap li .number {
    font-size: 13px;
    font-weight: 600;
    color: #8e8e8e;
    background: none;
    padding: 0;
    cursor: pointer;
}

.news-feed-area .news-feed-post .post-body .post-meta-wrap li a {
    color: #262626;
}

.news-feed-area .news-feed-post .post-body .post-meta-wrap li i {
    font-size: 14px;
    color: #262626;
    margin-right: 6px;
}

.news-feed-area .news-feed-post .post-body .post-meta-wrap li span {
    color: #262626;
    font-size: 13px;
    font-weight: 600;
}

.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 UI IMPROVEMENTS — 2026-03-20
   ============================================ */

/* 1. Like Heart Pop Animation */
@keyframes heartPop {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.35);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.post-meta-wrap .post-react a svg,
.post-meta-wrap .post-react a i {
    transition: transform 0.15s ease, color 0.15s ease;
}

.post-meta-wrap .post-react a:active svg,
.post-meta-wrap .post-react a:active i {
    animation: heartPop 0.35s ease-in-out;
}

.post-meta-wrap .post-react .heart-animating svg,
.post-meta-wrap .post-react .heart-animating i {
    animation: heartPop 0.35s ease-in-out;
}

/* 2. Author Badge on Comments */
.comment-author-badge {
    display: inline-block;
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

/* 3. Comment Input Polish */
.post-footer .post-footer-comment-form .form-control {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, height 0.2s ease;
}

.post-footer .post-footer-comment-form .form-control:focus {
    border-color: #256CF6;
    box-shadow: 0 0 0 3px rgba(37, 108, 246, 0.12);
    height: 60px;
}

.post-footer-comment-icon .post-footer-comment-submit {
    transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.post-footer-comment-icon .post-footer-comment-submit:not(.bg-secondary) {
    background: #256CF6 !important;
    color: #fff !important;
}

.post-footer-comment-icon .post-footer-comment-submit:not(.bg-secondary):hover {
    background: #1a5cd4 !important;
    transform: scale(1.05);
}

/* 4. Post Card — clean border separation (no shadow) */
.news-feed-post {
    transition: background-color 0.2s ease;
}

.news-feed-post:hover {
    background-color: #fafafa;
}

/* 5. Action Bar Hover Effects */
.post-meta-wrap li a {
    transition: color 0.15s ease, background 0.15s ease;
    border-radius: 6px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.post-meta-wrap li a:hover {
    background: #f0f2f5;
    color: #303030;
}

.post-meta-wrap .post-react a:hover {
    color: #e0245e;
}

.post-meta-wrap .post-react a:hover svg {
    color: #e0245e;
}

/* Avatar Hover Scale */
.post-header .image .user-picture-container {
    transition: transform 0.2s ease;
}

.post-header .image .user-picture-container:hover {
    transform: scale(1.08);
}

/* ============================================
/* ============================================
   MEDIUM-PRIORITY POST UI IMPROVEMENTS — 2026-03-20
   ============================================ */

/* 6. Emoji Picker Popover */
.emoji-picker-container {
    position: relative;
    display: inline-block;
}

.emoji-picker-popover {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 10px;
    width: 280px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    animation: emojiSlideUp 0.15s ease-out;
}

@keyframes emojiSlideUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.emoji-picker-popover span {
    font-size: 22px;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    text-align: center;
    transition: background 0.1s ease;
    line-height: 1;
}

.emoji-picker-popover span:hover {
    background: #f0f2f5;
    transform: scale(1.15);
}

.emoji-picker-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 6px;
    color: #959595;
    transition: color 0.15s ease, background 0.15s ease;
    margin-right: 6px;
}

.emoji-picker-toggle:hover {
    color: #303030;
    background: #f0f2f5;
}

/* 7. Comment Read More / Truncation */
.comment-text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
}

.comment-read-more {
    color: #256CF6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
}

.comment-read-more:hover {
    text-decoration: underline;
}

/* 8. Link Preview Card Polish */
.share-link-post {
    border: 1px solid #e8ecef;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.share-link-post:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.share-link-post .share-link-post-content {
    padding: 12px 16px;
}

.share-link-post .share-link-post-content-heading {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

.share-link-post .share-link-post-content-disc {
    font-size: 13px;
    color: #65676b;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

/* 9. Shared Post Card Styling */
.shared-post-border {
    border: 1px solid #e8ecef !important;
    border-left: 3px solid #256CF6 !important;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 8px 0;
    background: #fafbfc;
    transition: background 0.2s ease;
}

.shared-post-border:hover {
    background: #f0f4f8;
}

.shared-post-border .post-header {
    margin-bottom: 8px !important;
}

.shared-post-border .post-text {
    font-size: 14px !important;
    color: #4a4a4a !important;
}

/* ============================================
/* 10. Instagram-Style Comment Collapse */
.view-all-comments {
    padding: 8px 15px 4px;
}

.view-all-comments a {
    color: #65676b;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease;
}

.view-all-comments a:hover {
    color: #303030;
}

.comments-section-collapse {
    animation: commentSlideDown 0.25s ease-out;
}

@keyframes commentSlideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        max-height: 2000px;
        transform: translateY(0);
    }
}

/* 11. Instagram-Style Comment Layout */
.ig-comment {
    padding: 6px 15px;
    position: relative;
}

.ig-comment .comment-button {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.ig-comment:hover .comment-button {
    opacity: 1;
}

.ig-comment-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ig-comment-avatar {
    flex-shrink: 0;
}

.ig-comment-avatar .user-picture-container {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
}

.ig-comment-body {
    flex: 1;
    min-width: 0;
}

.ig-comment-text {
    font-size: 13px;
    line-height: 1.4;
    color: #262626;
    margin-bottom: 2px;
    word-wrap: break-word;
}

.ig-comment-username {
    font-weight: 600;
    color: #262626 !important;
    text-decoration: none !important;
    margin-right: 4px;
}

.ig-comment-username:hover {
    text-decoration: underline !important;
}

.ig-comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
}

.ig-comment-time {
    font-size: 11px;
    color: #8e8e8e;
}

.ig-comment-likes {
    font-size: 11px;
    color: #8e8e8e;
    font-weight: 600;
    cursor: pointer;
}

.ig-comment-reply {
    font-size: 11px;
    color: #8e8e8e;
    font-weight: 600;
    cursor: pointer;
}

.ig-comment-reply:hover {
    color: #262626;
}

/* Right column: stacks ⋯ options above ♡ heart — no overlap */
.ig-comment-right-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-top: 2px;
    min-width: 28px;
}

/* Options (⋯) button — only visible on row hover */
.ig-comment-options-btn {
    background: none;
    border: none;
    padding: 2px 4px;
    font-size: 13px;
    color: #aaa;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.15s, color 0.15s;
}
.ig-comment-options-btn::after {
    display: none !important; /* hide Bootstrap caret */
}
.ig-comment:hover .ig-comment-options-btn {
    opacity: 1;
}
.ig-comment-options-btn:hover {
    color: #555;
}

.ig-comment-heart {
    flex-shrink: 0;
}

.ig-heart-icon {
    width: 12px;
    height: 12px;
    color: #8e8e8e;
    cursor: pointer;
    transition: transform 0.15s ease, color 0.15s ease;
}

.ig-heart-icon:hover {
    transform: scale(1.25);
    color: #ed4956;
}

.ig-heart-icon.liked {
    color: #ed4956;
}

/* Reply indentation */
.ig-reply {
    padding-left: 53px;
}

.ig-reply-input {
    padding-left: 53px;
    padding-right: 15px;
    padding-bottom: 4px;
}

.ig-reply-input .post-footer {
    padding: 4px 0 !important;
}

/* 12. Double-Tap Heart Animation */
.double-tap-heart-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    animation: doubleTapHeart 0.9s ease-out forwards;
}

.double-tap-heart {
    width: 80px;
    height: 80px;
    color: #ed4956;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes doubleTapHeart {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2);
    }

    15% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.3);
    }

    30% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    75% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.4);
    }
}

/* 13. "Liked by" text */
.liked-by-text {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}

.liked-by-icon {
    width: 14px;
    height: 14px;
    color: #ed4956;
}

/* --- Media Carousel (Phase 3) --- */
.media-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.media-carousel-track {
    overflow: hidden;
}

.media-carousel-slides {
    display: flex;
    transition: transform 0.35s ease;
}

.media-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-carousel-slide .video-js {
    width: 100% !important;
}

.media-carousel-slide [data-vjs-player],
.media-carousel-slide [data-vjs-player]>div {
    width: 100%;
}

.media-carousel-slide video {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.media-carousel-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    object-fit: contain;
    cursor: pointer;
}

/* Mobile: images fill width naturally, no forced max-height = no black bars */
@media (max-width: 768px) {
    .media-carousel-image {
        max-height: none;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .media-carousel-slide video {
        max-height: 70vh;
    }
}

.media-carousel-processing {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Arrows */
.media-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 2;
    color: #262626;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.media-carousel-arrow.visible {
    opacity: 1;
}

.media-carousel-arrow:hover {
    background: #fff;
}

.media-carousel-arrow-left {
    left: 10px;
}

.media-carousel-arrow-right {
    right: 10px;
}

/* Counter badge */
.media-carousel-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 0.5px;
}

/* Dot indicators */
.media-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
}

.media-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.media-carousel-dot.active {
    background: #fff;
}

.media-carousel-dot:hover {
    background: rgba(255, 255, 255, 0.85);
}

/* Comment sort toggle */
.comment-sort-toggle {
    padding: 4px 12px;
    font-size: 12px;
    color: #8e8e8e;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-weight: 500;
}

.comment-sort-toggle:hover {
    color: #262626;
}

.comment-sort-dropdown {
    margin-bottom: 8px;
    padding: 0 12px;
}

/* ============================================
   END POST UI IMPROVEMENTS
   ============================================ */

.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%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.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;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    margin-top: 20px;
    z-index: 1000;
}

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

.message-input-area textarea {
    resize: none !important;
    min-height: 38px !important;
    max-height: 120px !important;
    line-height: 1.4 !important;
    transition: height 0.2s ease !important;
}

/* Modern Message Input Styling */
.modern-message-input {
    background: transparent !important;
    border: none !important;
    padding: 12px 16px !important;
}

.modern-form {
    width: 100%;
    margin: 0;
}

.modern-input-container {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    overflow: hidden;
}

.modern-input-container:hover {
    border-color: #0a58ca;
    box-shadow: 0 2px 8px rgba(10, 88, 202, 0.15);
}

.modern-input-container:focus-within {
    border-color: #0a58ca;
    box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.1);
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    min-height: 48px;
}

.attachment-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    align-self: center;
}

.message-input-wrapper {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.modern-textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    background: transparent;
    font-size: 15px;
    line-height: 1.4;
    color: #1d1d1f;
    min-height: 20px;
    max-height: 120px;
    padding: 6px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: height 0.2s ease;
    vertical-align: middle;
    display: block;
}

.modern-textarea::placeholder {
    color: #8e8e93;
    font-weight: 400;
}

.modern-textarea:focus {
    outline: none;
}

.send-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    align-self: center;
}

.action-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f7f7f7;
    color: #8e8e93;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    flex-shrink: 0;
    align-self: center;
}

.action-btn:hover {
    background: #e8e8ed;
    color: #0a58ca;
    transform: scale(1.05);
}

.action-btn:active {
    transform: scale(0.95);
}

.send-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #e8e8ed;
    color: #8e8e93;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    align-self: center;
}

.send-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.send-btn.active {
    background: linear-gradient(135deg, #0a58ca, #1976d2);
    color: white;
    box-shadow: 0 2px 8px rgba(10, 88, 202, 0.3);
    transform: scale(1.1);
}

.send-btn.active:hover {
    background: linear-gradient(135deg, #0846a0, #1565c0);
    box-shadow: 0 4px 12px rgba(10, 88, 202, 0.4);
}

.send-btn.active:active {
    transform: scale(1.05);
}

.send-btn i {
    transition: transform 0.2s ease;
}

.send-btn.active i {
    transform: translateX(1px);
}

/* Modern Compact Notification Styles */
.notification-item-modern {
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: block;
    width: 100%;
}

.notification-item-modern:hover {
    background-color: #f8f9fa;
}

.notification-item-modern.notification-unread {
    background-color: rgba(0, 0, 0, 0.02);
}

.notification-item-modern.notification-unread:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Full width clickable notification links */
.notification-link-wrapper {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.notification-link-wrapper:hover {
    text-decoration: none;
    color: inherit;
}

/* Meeting Schedule Modal Styles - Minimal Design */
.meeting-schedule-popup .form-control,
.meeting-schedule-popup .form-select {
    border-color: #e9ecef;
    transition: all 0.2s ease;
    font-size: 14px;
}

.meeting-schedule-popup .form-control:focus,
.meeting-schedule-popup .form-select:focus {
    border-color: #6c757d;
    box-shadow: 0 0 0 0.1rem rgba(108, 117, 125, 0.15);
}

.meeting-schedule-popup .form-label {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 13px;
    color: #495057;
}

.meeting-schedule-popup .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.meeting-schedule-popup .form-check-input:focus {
    border-color: #6c757d;
    box-shadow: 0 0 0 0.1rem rgba(108, 117, 125, 0.15);
}

.meeting-schedule-popup .btn-dark {
    background-color: #000;
    border-color: #000;
    font-weight: 500;
    transition: all 0.2s ease;
}

.meeting-schedule-popup .btn-dark:hover {
    background-color: #333;
    border-color: #333;
}

.meeting-schedule-popup .btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.2s ease;
}

.meeting-schedule-popup .btn-light:hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #495057;
}

/* Minimal modal styling */
.meeting-schedule-popup .modal-header {
    padding-bottom: 8px;
}

.meeting-schedule-popup .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.meeting-schedule-popup .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.meeting-schedule-popup .modal-footer {
    padding-top: 8px;
    padding-bottom: 16px;
}

/* Meeting Share Modal - People Search Styling */
.meeting-schedule-popup .hover-bg-light:hover {
    background-color: #f8f9fa !important;
}

.meeting-schedule-popup .cursor-pointer {
    cursor: pointer;
}

.meeting-schedule-popup .badge {
    font-weight: 500;
}

.meeting-schedule-popup .badge .btn {
    line-height: 1;
}

/* Meeting Share Modal - Contact Search Dropdown */
.meeting-schedule-popup .position-relative {
    overflow: visible !important;
}

.meeting-schedule-popup .modal-content {
    overflow: visible !important;
}

.meeting-schedule-popup .modal-body {
    overflow: visible !important;
}

.modal-dialog {
    overflow: visible !important;
}

.modal {
    overflow: visible !important;
}

/* Contact search dropdown styling */
.meeting-schedule-popup .position-absolute {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    animation: dropdownFadeIn 0.15s ease-out;
    overflow-y: auto !important;
    max-height: 300px !important;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact list item styling */
.contact-dropdown-item {
    transition: all 0.1s ease;
}

.contact-dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Meeting Page Styling */
.hover-shadow-md {
    transition: all 0.3s ease;
}

.hover-shadow-md:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.transition-all {
    transition: all 0.3s ease;
}

/* Meeting dropdown styling */
.meeting-main-section .dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.meeting-main-section .dropdown-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

/* Meeting card avatars */
.meeting-card-avatars {
    display: flex;
    align-items: center;
}

.meeting-card-avatars .avatar-overlap {
    margin-left: -8px;
}

/* Rounded modal styling */
.meeting-schedule-popup .modal-content {
    border-radius: 20px !important;
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.meeting-schedule-popup .modal-header {
    border-radius: 20px 20px 0 0 !important;
    border-bottom: none;
}

.meeting-schedule-popup .modal-footer {
    border-radius: 0 0 20px 20px !important;
    border-top: none;
}

/* Colored notification type icons */
.notification-type-icon-colored {
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Compact notification text styling */
.notification-title-compact {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.notification-details-inline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.notification-time-compact {
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.notification-meta {
    flex-shrink: 0;
}

.notification-text {
    overflow: hidden;
}

.notification-skeleton .border-bottom:last-child {
    border-bottom: none !important;
}

/* Legacy notification styles for backwards compatibility */
.notification-item {
    transition: background-color 0.2s ease;
}

.notification-item:hover {
    background-color: #f8f9fa;
}

.notification-item.notification-unread {
    background-color: rgba(0, 0, 0, 0.02);
}

.notification-item.notification-unread:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.notification-type-icon {
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* Recording State Styling */
.recording-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(90deg, #ff3b30, #ff6b6b);
    color: white;
    border-radius: 24px;
}

.recording-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.recording-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.recording-time {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
    font-size: 15px;
    font-weight: 600;
}

.stop-recording-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.stop-recording-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.stop-recording-btn:active {
    transform: scale(0.95);
}

.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;
}

.message-nav-area {
    min-width: 280px;
    flex-shrink: 0;
}

/*.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;
    min-width: 280px;
    /*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;
}

/* ── Post Create Modal — Responsive ── */

/* Mobile: full-screen bottom sheet */
@media (max-width: 768px) {
    .post-create-modal {
        margin: 0 !important;
        max-width: 100% !important;
        height: 100% !important;
    }

    .post-create-modal .modal-content {
        border-radius: 0;
        height: 100vh;
        height: 100dvh;
        border: none;
        display: flex;
        flex-direction: column;
    }

    .post-create-modal .modal-body {
        flex: 1 1 0;
        overflow-y: auto;
        min-height: 0;
    }
}

/* Desktop: centered dialog matching feed column width */
@media (min-width: 769px) {
    .post-create-modal {
        max-width: 680px !important;
        width: 69% !important;
        margin: 1.75rem auto !important;
    }

    .post-create-modal .modal-content {
        border-radius: 12px;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
        border: none;
        max-height: 85vh;
        overflow: hidden;
    }

    .post-create-modal .modal-body {
        overflow-y: auto;
    }

    .post-create-modal .new-post-modal-header {
        border-bottom: 1px solid #e4e6eb;
    }
}

.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;
}

/* MediaCarousel inside fullscreen post modal — fill the entire left panel */
.postViewModalBasicPlayerWrapper .media-carousel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.postViewModalBasicPlayerWrapper .media-carousel-track {
    flex: 1;
    height: 100%;
}

.postViewModalBasicPlayerWrapper .media-carousel-slides {
    height: 100%;
}

.postViewModalBasicPlayerWrapper .media-carousel-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postViewModalBasicPlayerWrapper .media-carousel-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.postViewModalBasicPlayerWrapper .media-carousel-slide [data-vjs-player],
.postViewModalBasicPlayerWrapper .media-carousel-slide [data-vjs-player]>div {
    width: 100%;
    height: 100%;
}

.postViewModalBasicPlayerWrapper .media-carousel-slide .video-js {
    width: 100% !important;
    height: 100% !important;
}

.postViewModalBasicPlayerWrapper .media-carousel-slide video {
    max-height: 100%;
    object-fit: contain;
}

.postViewModalBasicPlayerWrapper .media-carousel-counter {
    top: 16px;
    right: 16px;
    font-size: 13px;
    padding: 5px 12px;
}

.postViewModalBasicPlayerWrapper .media-carousel-dots {
    bottom: 20px;
}

.postViewModalBasicPlayerWrapper .media-carousel-dot {
    width: 8px;
    height: 8px;
}

.postViewModalBasicPlayerWrapper .media-carousel-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
    opacity: 1;
}

/*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;
    }
}


/* ══════════════════════════════════════════════════════════
   NEW REELS SCROLL-SNAP EXPERIENCE
   Phase 1: Mobile Web Vertical Swipe Navigation
   ══════════════════════════════════════════════════════════ */

/* ─── Loading screen ─── */
.reel-loading-screen {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

/* ─── Main scroll container ─── */
.reels-scroll-container {
    position: fixed;
    inset: 0;
    top: 0;
    background: #000;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.reels-scroll-container::-webkit-scrollbar {
    display: none;
}

/* ─── Individual reel item ─── */
.reel-snap-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100dvh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

/* Fallback for older browsers */
@supports not (height: 100dvh) {
    .reel-snap-item {
        height: 100vh;
    }
}

/* ─── Blurred background behind video ─── */
.reel-blur-bg {
    position: absolute;
    inset: -20px;
    z-index: 0;
    overflow: hidden;
}

.reel-blur-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px) brightness(0.3);
    transform: scale(1.2);
}

/* ─── Video element ─── */
.reel-video-element {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ─── Tap feedback icons ─── */
.reel-tap-icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: reelTapFade 0.6s ease-out forwards;
}

.reel-tap-icon i {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

@keyframes reelTapFade {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

/* ─── Paused overlay (large play button) ─── */
.reel-paused-overlay {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.reel-paused-overlay i {
    font-size: 70px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

/* ─── Top bar ─── */
.reel-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    padding-top: max(16px, env(safe-area-inset-top, 16px));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.reel-close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(84, 84, 84, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.reel-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.reel-top-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ─── Bottom info overlay ─── */
.reel-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 80px;
    /* Leave space for action bar */
    z-index: 15;
    padding: 16px;
    padding-bottom: max(24px, env(safe-area-inset-bottom, 24px));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    pointer-events: auto;
}

.reel-user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reel-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
}

.reel-user-meta {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.reel-user-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.reel-user-name:hover {
    color: #fff;
    text-decoration: underline;
}

.reel-post-time {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.reel-description {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ─── Right action bar ─── */
.reel-action-bar {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    padding-bottom: max(80px, calc(env(safe-area-inset-bottom, 24px) + 60px));
    gap: 20px;
    pointer-events: auto;
}

.reel-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.reel-action-btn i {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.15s ease, color 0.15s ease;
}

.reel-action-btn:active i {
    transform: scale(1.2);
}

.reel-action-btn i.reel-liked {
    color: #ff3040;
}

.reel-action-btn span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ─── Mute button ─── */
.reel-mute-btn {
    position: absolute;
    bottom: max(24px, env(safe-area-inset-bottom, 24px));
    right: 12px;
    z-index: 20;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(84, 84, 84, 0.6);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: background 0.2s;
}

.reel-mute-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ─── Progress bar ─── */
.reel-progress-track {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 25;
}

.reel-progress-fill {
    height: 100%;
    background: #fff;
    width: 0%;
    transition: none;
    border-radius: 0 2px 2px 0;
}

/* ─── Comment bottom sheet ─── */
.reel-comment-sheet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    max-height: 60vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    animation: reelSlideUp 0.3s ease-out;
    pointer-events: auto;
}

@keyframes reelSlideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.reel-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.reel-comment-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.reel-comment-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reel-comment-close:hover {
    background: #f0f0f0;
}

.reel-comment-list {
    flex: 1;
    overflow-y: auto;
    padding: 12px 20px;
    max-height: 40vh;
}

.reel-comment-empty {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

.reel-comment-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

.reel-comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.reel-comment-body {
    flex: 1;
    min-width: 0;
}

.reel-comment-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
}

.reel-comment-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.reel-comment-name:hover {
    text-decoration: underline;
    color: #1a1a1a;
}

.reel-comment-time {
    font-size: 11px;
    color: #999;
}

.reel-comment-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
}

.reel-comment-delete {
    background: none;
    border: none;
    cursor: pointer;
    color: #bbb;
    font-size: 12px;
    padding: 4px;
    flex-shrink: 0;
}

.reel-comment-delete:hover {
    color: #e74c3c;
}

.reel-comment-input-area {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    padding-bottom: max(12px, env(safe-area-inset-bottom, 12px));
    border-top: 1px solid #eee;
    flex-shrink: 0;
}

.reel-comment-input-area input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 14px;
    outline: none;
    background: #f8f8f8;
    transition: border-color 0.2s;
}

.reel-comment-input-area input:focus {
    border-color: #0096ff;
    background: #fff;
}

.reel-comment-input-area button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0096ff;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.reel-comment-input-area button:hover {
    background: #0078cc;
}

.reel-comment-input-area button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ─── Desktop enhancements ─── */
@media (min-width: 768px) {
    .reel-snap-item {
        max-width: 420px;
        margin: 0 auto;
        border-radius: 0;
    }

    .reel-info-overlay {
        right: 60px;
    }

    .reel-action-bar {
        right: 0;
    }

    .reel-mute-btn {
        right: 8px;
    }
}

/* ─── Video error overlay ─── */
.reel-error-overlay {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
}

.reel-error-overlay i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.6);
}

.reel-error-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

.reel-error-overlay button {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 8px 20px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.reel-error-overlay button:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ─── Page-level error state ─── */
.reel-error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.reel-retry-btn {
    background: #0096ff;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}

.reel-retry-btn:hover {
    background: #0078cc;
}

/* ─── Double-tap heart animation (Phase 5) ─── */
.reel-heart-animation {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: reelHeartBurst 0.8s ease-out forwards;
}

.reel-heart-animation i {
    font-size: 100px;
    color: #ff3040;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

@keyframes reelHeartBurst {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.5);
    }

    30% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -60%) scale(1);
    }
}
/* ============================================================
   NOTIFICATION PANEL — Industry-Standard Redesign (Facebook-style)
   ============================================================ */

/* Bell button */
.notif-bell-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Badge on bell */
.notif-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #e41e3f;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
    z-index: 1;
}

/* Dropdown panel */
.notif-panel {
    min-width: 360px !important;
    max-width: 360px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15) !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
    right: -10px !important;
    left: auto !important;
}

/* Header */
.notif-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 8px;
}

.notif-panel-title {
    font-size: 20px;
    font-weight: 700;
    color: #050505;
    margin: 0;
}

.notif-read-all-btn {
    background: none;
    border: none;
    color: #1877f2;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background 0.15s;
    white-space: nowrap;
}
.notif-read-all-btn:hover {
    background: #f0f2f5;
}

/* Section label (New / Earlier) */
.notif-section-label {
    font-size: 15px;
    font-weight: 700;
    color: #050505;
    padding: 6px 16px 4px;
}

/* Scrollable list */
.notif-list {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
.notif-list::-webkit-scrollbar { width: 4px; }
.notif-list::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }

/* Individual notification row */
.notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    margin: 2px 8px;
    text-decoration: none !important;
    color: inherit !important;
    position: relative;
    transition: background 0.15s;
}
.notif-item:hover {
    background: #f0f2f5;
}
.notif-item.notif-unread {
    background: #e7f3ff;
}
.notif-item.notif-unread:hover {
    background: #d8ecff;
}

/* Avatar + icon overlay */
.notif-avatar-wrap {
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}
.notif-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #dde1e7;
}
.notif-type-icon {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.notif-type-icon i {
    font-size: 9px;
    color: #fff;
}

/* Content area */
.notif-content {
    flex: 1;
    min-width: 0;
    padding-right: 16px;
}
.notif-message {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 400;
    color: #050505;
    line-height: 1.35;
    word-break: break-word;
}
.notif-message strong {
    font-weight: 600;
}
.notif-preview {
    margin: 0 0 3px;
    font-size: 13px;
    color: #65676b;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notif-time {
    font-size: 12px;
    font-weight: 600;
    color: #1877f2;
}
.notif-item.notif-unread .notif-time {
    color: #1877f2;
}
.notif-item:not(.notif-unread) .notif-time {
    color: #65676b;
    font-weight: 400;
}

/* Unread blue dot */
.notif-dot {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #1877f2;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Empty state */
.notif-empty {
    text-align: center;
    padding: 32px 16px;
    color: #65676b;
}
.notif-empty i {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
    color: #bec3c9;
}
.notif-empty p {
    font-size: 14px;
    margin: 0;
}

/* Footer */
.notif-panel-footer {
    padding: 8px;
    border-top: 1px solid #ececec;
    text-align: center;
}
.notif-see-all {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1877f2 !important;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.15s;
}
.notif-see-all:hover {
    background: #f0f2f5;
}


/* Ensure notification panel floats above all feed content */
.notifications-nav-item.dropdown .notif-panel.dropdown-menu,
.notifications-nav-item.dropdown .notif-panel.dropdown-menu.show {
    z-index: 9999 !important;
}

/* ============================================================
   COMMENT SYSTEM — App-Parity: Image Upload, Pill Input, Like Toggle
   ============================================================ */

.comment-input-bar {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border-top: 1px solid #f0f0f0;
}
.comment-input-bar-main { padding-top: 12px; }
.comment-input-avatar { flex-shrink: 0; }
.comment-input-avatar .user-picture-container { width: 34px; height: 34px; margin-top: 2px; }
.comment-input-pill-wrap { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.comment-input-pill { background: #f0f2f5; border-radius: 24px; padding: 0 14px; display: flex; align-items: center; }
.comment-pill-input { flex: 1; background: none; border: none; outline: none; font-size: 14px; color: #1c1c1e; padding: 9px 0; width: 100%; }
.comment-pill-input::placeholder { color: #9ea3b0; }
.comment-input-actions { display: flex; align-items: center; gap: 2px; padding: 0 4px; }
.comment-media-btn { background: none; border: none; cursor: pointer; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #65676b; font-size: 16px; transition: background 0.15s, color 0.15s; }
.comment-media-btn:hover { background: #e4e6eb; color: #1877f2; }
.comment-send-btn { margin-left: auto; background: #1877f2; border: none; cursor: pointer; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; transition: background 0.15s, transform 0.1s; flex-shrink: 0; }
.comment-send-btn:hover { background: #0d65d8; transform: scale(1.05); }
.comment-send-btn:disabled { background: #bcc0c4; cursor: not-allowed; transform: none; }
.comment-img-preview-container { position: relative; display: inline-block; }
.comment-img-preview { width: 90px; height: 90px; object-fit: cover; border-radius: 10px; border: 1px solid #e4e6eb; }
.comment-img-remove { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,0,0,0.65); color: #fff; font-size: 13px; line-height: 20px; text-align: center; border: none; cursor: pointer; padding: 0; font-weight: 700; }
.comment-img-remove:hover { background: #e41e3f; }
.ig-comment-image {
    display: inline-block;
    margin-top: 6px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 180px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}
.ig-comment-image img {
    display: block;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    transition: opacity 0.15s;
    background: #e9eaeb;
}
.ig-comment-image:hover img { opacity: 0.88; transform: scale(1.02); transition: opacity 0.15s, transform 0.15s; }
.comment-img-fullscreen { position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 99999; display: flex; align-items: center; justify-content: center; cursor: zoom-out; animation: fadeInLightbox 0.2s ease; }
.comment-img-fullscreen img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; box-shadow: 0 8px 40px rgba(0,0,0,0.5); }
@keyframes fadeInLightbox { from { opacity: 0; } to { opacity: 1; } }
