@font-face {
    font-family: "Lato", sans-serif, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    src: url("https: //fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap")
        format("woff2");
    font-display: swap;
}

body {
    /* background-color: #f5f8fa; */
    font-family: "Lato", sans-serif, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
}

a {
    text-decoration: none;
    color: rgb(15, 20, 25);
}

.social-content-page {
    padding-left: 10px;
    padding-right: 10px;
}

.fa-md {
    font-size: 18px;
}

/* Left side bar design start */
.ShowFullDescription {
    font-size: 14px;
}

.position-relative {
    position: relative;
}

.badge-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, rgb(70, 199, 243), rgb(0, 138, 224));
    color: white;
    font-size: 10px;
    min-width: 18px;
    height: 16px;
    border-radius: 8px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userName {
    white-space: nowrap;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: -200%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s, visibility 0.3s;
    white-space: nowrap;
}

.text-title:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.post-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 250px;
    height: 52px;
    background-color: rgb(15, 20, 25);
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 9999px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}

.post-button:hover {
    background-color: rgb(24, 30, 35);
}

.tab-title-elipse-right-side {
    max-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-button {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px;
    width: max-content;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
    cursor: pointer;
}

.left-button-PADDING {
    padding-left: 10px;
    padding-right: 20px;
}

.left-logo-padding {
    padding-left: 10px;
    padding-top: 5px;
}

.text-left-button {
    display: inline;
    font-size: 20px;
    line-height: 24px;
    color: rgba(15, 20, 25);
    margin-left: 20px;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.2s, font-weight 0.2s;
}

.icon-left-button svg {
    width: 24px;
    height: 24px;
    transition: fill 0.2s;
}

.left-button.active {
    color: #000000;
}

.left-button:hover {
    background-color: #eef3f8 !important;
    color: #000000;
}

.articale-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.articale-btn.active {
    background-color: #000000 !important;
    color: #ffffff;
}

.articale-btn:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.btn-hover-effect:hover {
    background-color: #eef3f8;
    color: #000000;
}

.icon-left-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-left-button svg {
    width: 24px;
    height: 24px;
    transition: fill 0.2s;
}

.left-button.active .icon-left-button svg {
    fill: #000000;
}

.left-button.active .video-svg path,
.left-button.active .video-svg g {
    stroke: #000000;
}

.left-button.active .text-left-button {
    color: rgba(15, 20, 25);
    font-weight: 700;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.dropdown-item {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 6px 10px;
    text-decoration: none;
    color: #0f1419;
    transition: background-color 0.2s ease-in-out;
}

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

.dropdown-item svg {
    width: 24px;
    height: 24px;
    fill: #000000;
    margin-right: 12px;
}

.dropdown-item span {
    font-size: 15px;
    /* font-weight: 700; */
}

.main-section {
    min-height: 100vh;
    padding: 0px;
}

.left-toggle {
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    left: -12px;
    z-index: 4 !important;
}

.w-5 {
    width: 5% !important;
}

.w-95 {
    width: 95% !important;
}

.end-20 {
    right: 20px !important;
}

/* Left side bar design end */

/* common css left and right side bar start */
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 20px;
    /* overflow-y: auto; */
    border-radius: 10px;
    scrollbar-width: none;
    /* margin-top: 15px; */
}

/* Hide Scrollbar for Webkit Browsers */

/* Sidebar Items */
.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Space between sidebar items */
}

.sidebar-item {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.sidebar-item:hover {
    background: #f4f4f4;
}

/* User Profile (Pushed to Bottom) */
.user-profile {
    margin-top: auto;
    margin-bottom: 15px;
    border-radius: 32px;
    width: 100%;
    max-width: 267px;
    transition: background-color 0.3s ease;
}

.user-profile:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

/* Profile Name */
.profile-name {
    line-height: 20px;
    width: 100%;
}

.profile-name span {
    display: block;
    max-width: 138px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipse-icon .dropdown-menu {
    bottom: 100%;
    top: auto;
    transform: translate(10px, -70px) !important;
    display: none;
    justify-content: center;
}

.ellipse-icon .dropdown-menu.show {
    display: flex;
}

/* common css left and right side end */

/* Nav bar Silk slider design start */

.nav-container {
    min-width: 100% !important;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000000;
}

.nav-pills .nav-link {
    font-size: 14px;
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.nav-button {
    background-color: rgba(15, 20, 25, 0.75);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-button:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}

.nav-tabs {
    /* min-width: 70%; */
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.nav-tabs button {
    background: none;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    color: #242424;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.areaofIntrest {
    max-width: 60%;
}

.top-5 {
    top: -1px;
}

.nav-tabs button:hover {
    background-color: #000000;
    color: white;
}

.heading-text {
    font-weight: 900;
    font-size: 20px;
    color: #242424;
}

.category-btn.active-btn {
    background-color: lightgrey;
    color: black;
}

/* Nav bar silk slider design end */

/* hover card design start */

.profile-card-wrapper {
    position: relative;
    display: inline-block;
}

.image_username img {
    border-radius: 50%;
}

.username_title {
    line-height: 24px;
}

.profile-card {
    position: absolute;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translate(-125px, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease,
        visibility 0s linear 0.3s;
}

.rightSideProfileCard {
    width: 220px;
    transform: translate(-16px, 45px) !important;
}

.profile-card-wrapper:hover .profile-card {
    opacity: 1;
    visibility: visible;
    transform: translate(-125px, 10px);
    transition: opacity 0.3s ease, transform 0.6s ease,
        visibility 0.5s linear 0.5s;
}

.profile-card .card-content {
    padding: 15px;
    font-size: 14px;
    color: #333;
}

/* Profile Image Hover Effect */
.profile-card-wrapper:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Profile Card Hover Lift Effect */
.profile-card:hover {
    transform: translateY(-3px);
}

/* Profile Header */
.profile-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.profile-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.profile-info {
    text-align: left;
    line-height: 18px;
}

.for-you-Articale:hover {
    background-color: #eef3f8;
    border-radius: 8px;
    /* padding: 8px; */
    transition: background-color 0.3s;
}

.postEditbutton {
    width: 50px;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    transform: translate(10px, 10px);
}

.profileusername {
    word-wrap: break-word;
    font-family: inherit;
    min-width: 0px;
    text-align: inherit;
    color: rgb(83, 100, 113);
}

.user-name {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

.user-username {
    font-size: 16px;
    color: #777;
}

.bio-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.btn-profile-summary {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-profile-summary:hover {
    background-color: #333;
    color: #fff;
    transform: scale(1.05);
}

/* hover card design end */

/* Login Model start */

.modal-title {
    font-weight: 600;
    color: #333;
    font-size: 20px;
}

.social-logn-card-body {
    padding: 2rem;
}

.social-logn-card {
    border-radius: 12px;
}

.btn-modal-social {
    font-size: 1rem;
    padding: 0.75rem;
    font-weight: 500;
}

.btn-gray {
    border: 1px solid gray;
    /* background-color: gray; */
    color: black;
}

.btn-gray:hover {
    border: 1px solid lightgrey;
    /* background-color: gray; */
    color: black;
}

.padding-left-right {
    padding-right: 3.5rem !important;
    padding-left: 7.5rem !important;
}

/* Login medel end */

/* Notification page start */

.profile-container-notification {
    padding: 10px;
    display: flex;
    align-items: start;
    gap: 1rem;
    border-bottom: 0.5px solid #e5e2e2;
}

.profile-container-notification:hover {
    background-color: #f4f4f4;
}

.bookmarkheader {
    position: sticky;
    top: 0px;
    z-index: 3;
    background-color: #ffffff;
    border-bottom: 0.5px solid #ededed;
}

.editpostHeader {
    position: sticky;
    top: 0px;
    z-index: 3;
    background-color: #ffffff;
    border-bottom: 0.5px solid #ededed;
}

.notificatinsHeader {
    position: sticky;
    top: 0px;
    z-index: 3;
    background-color: #ffffff;
    border-bottom: 0.5px solid #ededed;
    border-bottom: 0.5px solid #ededed;
}

.profile-avatar {
    margin-left: 10px;
    width: 60px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    border-radius: 50% !important;
}

.profile-avatar .dummy-image {
    border: 1px solid gray;
}

.profile-details-notification {
    color: #0f1419;
    font-size: 0.875rem;
    line-height: 1.5;
}

.profile-details-notification span {
    font-weight: bold;
}

.live-badge {
    display: inline-block;
    margin-left: 0.5rem;
    color: rgb(255, 255, 255);
}

.notification-message {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    background-color: rgb(29, 155, 240);
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: none;
    z-index: 9999;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.dot-positions {
    transform: translate(4px, -2px);
}

.commentReply-dot {
    padding-right: 2.1px;
}

/* Notification  page end */
/* profile section start */
.cover-img-edit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
}

.cover-img-edit button {
    background-color: white;
}

.cover-img-edit button:hover {
    background-color: white;
}

.profile-img-edit {
    position: absolute;
    left: 108px;
    top: 234px;
}

.profile-img-edit button {
    background-color: rgb(203 199 199);
    border: none;
    height: 30px;
    width: 30px;
    padding: 3px;
}

.profile-img-edit button:hover {
    background-color: rgb(203 199 199);
    cursor: pointer;
}

.cursourPointer {
    cursor: pointer;
}

.profile-header {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    margin-bottom: 3px;

    position: relative;
}

.profile-header img.profile-pic {
    object-fit: cover;
    width: 110px;
    height: 110px;
    border-radius: 9%;
    position: absolute;
    top: 167px;
    left: 0;
    right: 0;
    left: 18px;
    border: 4px solid #ffffff;
}

.profile-bio {
    color: rgb(15, 20, 25);
    line-height: 20px;
    word-wrap: break-word;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    /* margin-top: 30px; */
    padding-top: 8px;
}

.profile-flowers {
    color: rgb(83, 100, 113);
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.profile-flowers:hover {
    text-decoration: underline;
}

.profileCount {
    color: rgb(15, 20, 25);
    font-weight: 700;
    font-size: 14px;
}

.profile-count-flower {
    padding-top: 8px;
}

.profile-header .prifile-headind-text {
    flex-wrap: wrap;
    display: flex;
    /* margin-top: 4px; */
    flex-direction: row;
}

.username-box {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    margin-right: 8px;
}

.username-box-2 {
    max-width: 100%;
    flex-shrink: 1;
    outline-style: none;
    line-height: 21px;
}

.username-box-3 {
    display: flex;
    max-width: 100%;
    align-items: center;
    flex-direction: row;
}

.username-box-4 {
    color: rgb(15, 20, 25);
    word-wrap: break-word;
    min-width: 0px;
    font-size: 20px;
    font-weight: 800;
    text-align: inherit;
    align-items: center;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
}

.username2-box-4 {
    color: rgb(83, 100, 113);
    font-feature-settings: "ss01";
    line-height: 20px;
    word-wrap: break-word;
    max-width: 100%;
    min-width: 0px;
    font-size: 15px;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: inherit;
    flex-direction: row;
    display: flex;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: hidden;
}

.username-box-4 span {
    word-break: break-word;
    font-family: inherit;
    min-width: 0px;
    text-align: inherit;
}

.profile-header p {
    margin-top: 1px;
    font-size: 14px;
    padding-left: 20px;
}

.bio {
    /* margin-bottom: 12px; */
    display: flex;
    align-items: start;
    text-align: start;
}

.stats {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.stats .stat {
    text-align: center;
}

.background_img img {
    object-fit: cover;
    width: 100%;
    border-radius: 1px;
    height: 230px;
    cursor: pointer;
}

.badge-hover:hover::after {
    content: "Unfollow";
    color: rgb(255, 255, 255);
}

.badge-hover::after {
    content: "Following";
    color: white;
}

.modal-unfollow {
    width: 100%;
    top: 100px;
}

.badge-hover:hover::after {
    content: "Unfollow";
    color: rgb(255, 255, 255);
}

.badge-hover::after {
    content: "Following";
    color: white;
}

.modal-unfollow {
    width: 100%;
    top: 100px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.gallery-item {
    margin-bottom: 20px;
}

.profile-nav-link {
    color: rgb(102 101 101);
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 0px;
}

.profile-nav-link.active {
    color: #000000;
    background-color: rgb(255, 255, 255);
    border-radius: none;
    border-bottom: 3px solid rgb(29 155 240);
    padding: 0px;
}

.profile-nav-link:hover {
    color: #000000;
    background-color: rgb(216, 212, 212);
    padding: 0px;
}

.profile-tab-transition {
    transform: translate(-5px, 3px);
}

.css-1jxf684 {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid black;
    box-sizing: border-box;
    color: inherit;
    display: inline;
    font: inherit;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: inherit;
    text-decoration: none;
    white-space: inherit;
    word-wrap: break-word;
    font-size: 15px;
    color-scheme: light;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    pointer-events: auto;
}

.icon-left-button {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.icon-left-button svg {
    width: 24px;
    height: 24px;
    fill: rgb(108 108 108);
}

/* profile section end */

/* Area of Intrest modal start */
.areaofIntrest {
    max-width: 60%;
}

/* Area of intrest modal end */

/* right side bar start design */
/* Treading Topic start design */
.treanding-content-items {
    line-height: 15px;
    padding: 5px 0;
}

.whotofollowTextNmae {
    font-weight: 600 !important;
    cursor: pointer;
}

.whotofollowTextImg {
    width: 40px;
    height: 40px;
}

.search-bar-area {
    position: sticky;
    top: 0px;
    background-color: #ffffff;
    z-index: 3;
    transform: translate(0px, -16px);
}

.search-rightsdie-social {
    background-color: #ffffff;
    position: absolute;
    top: 63%;
    width: 90%;
    left: 14px;
    max-height: 200px;
    overflow-y: scroll;

    z-index: 10;
    scrollbar-width: thin;
}

.list-group {
    /* border: 1px solid black; */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px,
        rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
}

.search-bar-area::-webkit-scrollbar {
    display: none;
}

.form-control:focus {
    border-color: #000000 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.trending-now {
    width: 100%;
    /* max-width: 350px; */
    /* padding: 16px; */
    background-color: #f7f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.trending-now h1 {
    font-size: 18px;
    font-weight: 700;
    /* margin-bottom: 16px; */
    padding-left: 12px;
    padding-top: 12px;
    color: #0f1419;
}

.treanding-list-rightsidebar {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

.trending-list {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.hastag-title-rightsidebar {
    min-width: 0px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whotofollowlist {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

.trending-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.trending-content {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    gap: 6px;
}

.trending-image img {
    width: 61px;
    height: 61px;
    /* border-radius: 50%; */
    object-fit: cover;
    border-radius: 14px;
}

.trending-details {
    flex-grow: 1;
}

.trending-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f1419;
    margin-bottom: 4px;
}

.trending-title,
.trending-title-hastag {
    font-size: 16px;
    font-weight: 600;
    color: #0f1419;
    margin-bottom: 0;
    text-decoration-line: none;
    /* max-width: 130px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis; */
}

.trending-meta,
.trending-category {
    font-size: 14px;
    color: #536471;
    /* width: 130px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis; */
}

.trending-category {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-text-elipse {
    width: 100% !important;
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
}

.trending-meta,
.trending-category,
.treanding-category-link {
    font-size: 14px;
    color: #536471;

    text-decoration-line: none;
}

.for-you-desc {
    font-size: 14px;
    color: #536471;
}

.more-options {
    background: none;
    border: none;
    font-size: 20px;
    color: #536471;
    cursor: pointer;

    right: 0;
}

.more-option-right-side {
    position: absolute;
}

.more-options:hover {
    color: #0f1419;
}

.trending-item:hover {
    background-color: #eef3f8;
    border-radius: 8px;
    /* padding: 8px; */
    transition: background-color 0.3s;
}

.view-more {
    text-align: start;
    padding: 12px 0;
    font-size: 15px;
    color: #1d9bf0;
    cursor: pointer;
}

.view-more:hover {
    text-decoration: underline;
}

.tab-link .active {
    background-color: black !important;
    color: white !important;
}

.nav-pills .nav-link.active {
    background-color: black !important;
    color: white !important;
}

.nav-link {
    color: black !important;
}

/* Treading Topic start design */

/* footer right side start */

.right-side-footer-more {
    transform: translate3d(-17px, -28px, 0px) !important;
    width: max-content !important;
}

.right-side-footer-more li {
    text-align: center;
}

.twitter-footer {
    font-size: 0.875rem;
    color: rgb(83, 100, 113);
}

.footer-link {
    color: rgb(83, 100, 113);
    text-decoration: none;
    transition: color 0.2s ease-in-out;

    padding-right: 10px;
}

.footer-link:hover {
    color: rgb(29, 155, 240);
}

.footer-text {
    margin-top: 0px;
}

.icon {
    width: 16px;
    height: 16px;
    fill: rgb(83, 100, 113);
}

.tab-content-bg {
    background-color: #f7f9f9;
}

.social-more-footer {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* footer right side end */
/* right side bar end design */

/* blog section all card-layouts start*/

.blog-imgae {
    height: 120px;
    width: 200px;
    object-fit: fill;
}

.blog-text-heading {
    letter-spacing: -0.016em;
    -webkit-line-clamp: 2;
    max-height: 90px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #242424;
    /* font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    box-sizing: inherit;
}

.post-text-descriptionsonly {
    padding-right: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 300px;
    letter-spacing: -0.016em;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    box-sizing: inherit;

    margin-top: 8px;
    margin-bottom: 0px;
}

.post-text-withmedia-descriptions {
    padding-right: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 100px;
    letter-spacing: -0.016em;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    box-sizing: inherit;

    margin-top: 8px;
    margin-bottom: 0px;
}

.blog-text-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 40px;
    letter-spacing: -0.016em;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    box-sizing: inherit;

    margin-top: 8px;
    margin-bottom: 0px;
}

/* Expanded description */
.post-text-descriptionsonly.expanded {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: visible;
}

.post-text-withmedia-descriptions.expanded {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: visible;
}

.blog-text-description.expanded {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: visible;
}

.feed-card {
    background: #fff;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.Connect-card {
    padding: 15px;
}

.post-feed-card {
    background: #fff;

    padding-left: 3px;
    padding-right: 0px;
    padding-top: 5px;
}

.like-btn {
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
    /* font-weight: bold; */
}

.like-button:hover .icon-container {
    background-color: #d0f3ff;
    color: blue !important;
}

.like-button:hover {
    color: blue !important;
}

.thumbs-post {
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.follow-following-body .follow-form {
    min-width: 78px;
    margin-left: 12px;
}

.follow-following-btn {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(15, 20, 25);
    min-width: 32px;
    outline-style: none;
    min-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    font-weight: 700;
    font-size: 15px;
}

.bio-text-desc {
    color: rgb(15, 20, 25);
    white-space: normal;
    line-height: 20px;
    word-wrap: break-word;
    min-width: 0px;
    font-size: 15px;
    text-align: inherit;
    padding-top: 4px;
    font-weight: 400;
    margin-bottom: 0px;
}

.comment-button:hover {
    color: green !important;
    cursor: pointer;
}

.comment-button i:hover {
    color: green !important;
}

.comment-button {
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
    font-weight: bold;
}

.comment-button:hover .icon-container {
    background-color: #d4edda;
    color: green;
}

.view-btn {
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
    /* color: #007bff; */
    font-weight: bold;
}

.icon-container {
    /* background-color: rgba(0, 123, 255, 0.1); */
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

/* Hover Effect */
.view-btn:hover .icon-container {
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
}

.view-btn:hover {
    color: red;
}

.bookmark-btn .icon-container {
    border-radius: 50%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.bookmark-btn:hover .icon-container {
    background-color: #bcebfe;
    color: #089ad6 !important;
}

.bookmarked {
    /* color: gold; */
    color: #089ad6;
}

.liked_btn {
    color: blue;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

/* blog section all card-layouts end */
/* media query om screen start*/

/* media query om screen start */

/* loader start */

#loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #1da1f2;
    /* Twitter blue */
    border-radius: 50%;
    animation: blink 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%,
    80%,
    100% {
        opacity: 0.3;
    }

    40% {
        opacity: 1;
    }
}

/* loader end */

.text-elipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px !important;
}

/* Comment modal start */

.image-section-comment-modal {
    max-height: 350px;
}

.comment-section {
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.comment-actions button {
    margin-right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.comment-actions button i {
    font-size: 16px;
    color: #666;
}

.comment-actions button:hover i {
    color: #333;
}

.comment-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
}

.comment-title {
    /* line-height: 10px; */
    /* background-color: #f4f4f4; */
    /* padding: 5px 15px; */
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    color: #6c6767;
}

.comment-submit {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.comment-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.comment {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.comment .btn {
    font-size: 14px;
}

.comment .bi {
    font-size: 18px;
}

.comment-input textarea {
    font-size: 14px;
    border-radius: 8px;
    padding: 10px;
}

.comment-input button {
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
}

.nested-replies-list {
    list-style: none;
    text-decoration: none !important;
}

.comment-title span {
    font-size: 0.9rem;
}

.text-wrap {
    word-break: break-word;
}

/* Comment modal end */

.post-image-upload {
    width: 200px;
    height: 200px;
}

.post-video-upload {
    width: 200px;
    height: 200px;
}

.postcrossbutton {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translate(-10px, 10px);
}

/* Top tab btn articale and post only start */
.tab-btn:hover {
    background-color: #f1f1f1;
    color: black;

    /* border-bottom: 2px solid rgb(4, 0, 255); */
}

.tab-btn-area:hover {
    background-color: #f1f1f1;
}

.text-color-tab {
    color: rgb(83, 100, 113);
}

.text-color-tab:hover {
    color: black;
}

.tab-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 15px;
    color: rgb(83, 100, 113);
    text-decoration: none !important;
}

.active-tab-btn {
    /* border-bottom: 2px solid blue; */

    border-bottom: 4px solid rgb(29 155 240);
    color: rgb(0, 0, 0);
    width: 57px;
}

/* Top tab btn articale and post only end*/

/* crousel section start */

/* Position the navigation buttons on top of the images */
.owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 10;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
}

.owl-carousel .owl-prev {
    left: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    background-color: #a5a5a5 !important;
}

.owl-carousel .owl-next {
    left: 60px;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    background-color: #a5a5a5 !important;
}

/* Ensure the images fill the width of the carousel */
.owl-carousel .item img {
    width: 100%;
    height: auto;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    padding: 0;
}

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
    min-height: 200px;
    max-height: 400px;
}

.carousel .carousel-item .img-box {
    display: flex;
    justify-content: center;
    width: 100%;
    /* height: auto; */
    margin: 0 auto;
    padding: 5px;
    /* border: 1px solid #ddd; */
    box-sizing: border-box;
    /* min-height: 200px;
                                                                                                                                                                                                                max-height: 400px; */
    height: 400px;
}

.carousel .img-box img {
    width: auto;
    max-width: 100%;
    /* height: auto; */
    display: block;
    object-fit: cover;
    border-radius: 8px;
    /* Add border radius for a rounded look */
    /* min-height: 200px;
                                                                                                                                                                                                                max-height: 400px; */
    /* height: 400px; */
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7aa641;
}

/* Adjust the position of the carousel indicators */
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */

/* Optional: Style for carousel controls (if enabled) */
.carousel-control-prev,
.carousel-control-next {
    color: #000;
    /* Customize arrows */
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    /* Semi-transparent background */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    /* On hover */
}

/* Crousel section end */

/* popup start */

/* Custom styles for reducing SweetAlert popup size */
.small-popup {
    font-size: 14px !important;
}

.small-title {
    font-size: 16px !important;
}

/* Fullscreen modal */
.modal-fullscreen {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image inside modal */

/* popup end */

.post-imgae-blog {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.post-video-blog {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Articale design start */

.userNameFull {
    color: rgb(15, 20, 25);
    padding-left: 4px;
    font-weight: 700;
    font-size: 15px;
}

.userNameFull:hover {
    text-decoration: underline;
}

.tickSvegReq {
    padding-left: 3.2px;
}

.userNameElipse {
    display: inline-block;
    width: 100%;
    max-width: 200px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.UserNameFullElipse {
    display: inline-block;
    width: 100%;
    max-width: 200px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.userDateElipse {
    display: inline-block;
    width: 100%;
    max-width: 60px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* .userDateElipse {
    padding-left: 8px;
    padding-top: 1.5px;
} */

.userName {
    color: rgb(83, 100, 113);
    cursor: pointer;
    padding-left: 1.2px;
    font-size: 15px;
    font-weight: 400;
}

.userDate {
    font-size: 14px;
    color: rgb(83, 100, 113);
    font-weight: 400;
}

.HoverCardUserName {
    white-space: nowrap;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.HoverCarduser {
    white-space: nowrap;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.descriptionBologpost {
    padding-left: 60px;
    margin-top: -21px;
}

.footerWithoutLocation {
    transform: translate(0px, 42px) !important;
}

.settings-button:hover {
    background-color: lightgrey;
}

/* Articale design end */

.empty-container {
    margin-top: 8px;
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    background: white;
    /* background: url('https://img.freepik.com/free-vector/no-data-concept-illustration_114360-695.jpg?t=st=1745058612~exp=1745062212~hmac=f3ac791cc1f0ffd361ce52ea9ba38ec928e68428c633b4b82297a0dc4c1589a7&w=740') no-repeat center center; */
    background-size: cover;
    /* optional - makes the image cover the div */
}

.empty-container h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #6c757d;
}

.empty-icon {
    font-size: 50px;
    color: #adb5bd;
    margin-bottom: 20px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 13px;
    background: #007bff;
    color: white;
    border: none;
    /* padding: 10px 15px; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.feed-card:hover {
    background-color: #f4f4f4;
}

.comment-title-name {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-area-blog:hover {
    background-color: #ffffff;
}

.rightsidebarheight {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* For Firefox */
}

.rightsidebarheight::-webkit-scrollbar {
    width: 5px;
    /* Adjust the width as needed */
}

.rightsidebarheight::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scroll thumb */
    border-radius: 5px;
    /* Rounded corners */
}

.rightsidebarheight::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darker color on hover */
}

.comment-post-descriptions {
    width: 90%;
    transform: translate(47px, -23px);
}

.post-content-descriptions {
    width: 90%;
    transform: translate(47px);
    /* transform: translate(47px, -23px); */
}

.withoutLocation {
    width: 90%;
    /* transform: translate(47px); */
    transform: translate(47px, -23px);
}

.onlyFeeling {
    width: 90%;
    transform: translate(47px, -23px);
}

.withoutFeelings {
    width: 90%;
    transform: translate(47px);
}

/* Post section all css start */

/* Ensure the modal body has a fixed height */
.modal-croper-content {
    min-width: 100px;
    min-height: 200px;
    max-height: 90vh;
    height: 700px;
    flex-shrink: 1;
    border-radius: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#crop-modal .modal-body-post {
    height: 400px;
    overflow: hidden;
    /* Prevent scrolling */
}

.post-card-padding {
    padding-left: 23px;
}

.modal-body-post {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    /* Limit height of modal */
}

#croppingImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.emoji-cart {
    position: absolute;
    display: none;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transform: translate(15px, 150px);
}

.postSvg:hover {
    background-color: #c4effd;
}

.postSvg {
    padding: 10px;
}

.post-btn {
    background-color: #6c757d !important;
    color: #ffffff;
    font-weight: 700;
}

.post-btn:hover {
    color: #ffffff !important;
}

.dropdown-item span i {
    font-size: 15px;
}

.fa-trash {
    color: red;
}

.tweet-input {
    font-size: 16px;
    line-height: 28px;
    border: none;
    outline: none;
    padding: 2px 16px;
    width: 100%;
    border-radius: 8px;
    box-shadow: none;
    transition: background-color 0.2s ease;
    resize: none;
    min-height: 20px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.cursour-pointer {
    cursor: pointer;
}

.followlistbio {
    transform: translate(61px, -33px);
    width: 84%;
}

.tweet-input::-webkit-scrollbar {
    width: 5px;
}

.tweet-input::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.tweet-input::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Style the placeholder */
.tweet-input::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #585c5f;
}

/* update rudra  */
.twitter-card {
    background: #fff;
    border-radius: 10px;
    max-width: 550px;
}

.twitter-card-Withoutdesc {
    background: #fff;
    border-radius: 10px;
    max-width: 550px;
}

.twitter-card-Withoutdesc:hover {
    background-color: #f5f8fa;
}

.twitter-card:hover {
    background-color: #f5f8fa;
}

.profile-img-post-post {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.tweet-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tweet media container */
.tweet-media {
    display: grid;
    gap: 5px;
}

/* Ensure both img and video fit their containers */
.tweet-media a,
.tweet-media video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.tweet-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.tweet-media video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    background-color: #000000;
}

/* Grid styles based on media count */
.media-1 {
    grid-template-columns: 1fr;
}

.media-1 a {
    max-width: 100% !important;
    width: auto;
    max-height: 700px;

    /* max-height: 500px; */
}

.media-1 video {
    width: 100%;
    max-height: 500px;
}

/* Two items: side-by-side */
.media-2 {
    grid-template-columns: 1fr 1fr;
}

.media-2 a,
.media-2 video {
    height: 250px;
}

/* Three items: large one on left, two small on right */
.media-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.media-3 a:first-child,
.media-3 video:first-child {
    grid-row: span 2;
    height: 305px;
}

.media-3 a:nth-child(2),
.media-3 a:nth-child(3),
.media-3 video:nth-child(2),
.media-3 video:nth-child(3) {
    height: 150px;
}

/* Four items: 2x2 grid */
.media-4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.media-4 a,
.media-4 video {
    height: 150px;
}

.media-4 img,
.media-4 video {
    height: 150px;
}

.media-4 video {
    object-fit: contain;
}

/* Responsive styles */

/* updated css end  */

/* add shimmer style from rudra  */

.slider-shimmer {
    display: flex;
    gap: 10px;
    overflow: hidden;
}

.shimmer-box {
    width: 100%;
    height: 300px;
    background: linear-gradient(
        90deg,
        rgba(246, 247, 248, 0.8) 0%,
        rgba(237, 238, 241, 0.9) 20%,
        rgba(246, 247, 248, 0.8) 40%,
        rgba(246, 247, 248, 0.8) 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite ease-in-out;
    flex: 1;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Enhanced shimmer animation */
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    50% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Optional: Add subtle shine effect */
.shimmer-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* end here  */

.tweet-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: gray;
}

.tweet-actions i {
    cursor: pointer;
    transition: 0.3s;
}

.tweet-actions i:hover {
    color: #1da1f2;
}

/* post section all css end */
.get-verified {
    position: relative;
    align-items: center;
    flex-direction: row;
    display: flex;
}

.hastag-treanding {
    padding: 12px 16px;
    display: flex;
}

.hastag-title {
    color: rgb(83, 100, 113);
    word-wrap: break-word;
    font-size: 13px;
    min-width: 0px;
    line-height: 16px;
    font-weight: 400;
}

.hastag-name {
    color: rgb(15, 20, 25);
    margin-top: 2px;
    line-height: 20px;
    word-wrap: break-word;
    min-width: 0px;
    font-weight: 700;
    font-size: 16px;
}

.tastag-count {
    color: rgb(83, 100, 113);
    margin-top: 4px;
    word-break: break-word;
    font-size: 13px;
    min-width: 0px;
    line-height: 16px;
    font-weight: 400;
}

.hastag-content-body {
    position: relative;
    flex-grow: 1;
}

.tab-btn-post-articale-padding {
    padding: 18px 0px;
}

.hastag-button {
    position: absolute;
    top: 1px;
    right: 0px;
}

.hastag-hover:hover {
    background-color: #eef3f8;
    transition: background-color 0.3s;
}

.css-175oi2r {
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    z-index: 0;
}

.profile-short-img-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px;
}

.profile-short-img {
    min-width: 48px;
    margin-top: -15%;
    width: 25%;
    margin-bottom: 12px;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    display: block;
}

.profile-content-body {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.get-verified-a {
    display: flex;
    border-color: rgb(207, 217, 222);
    background-color: rgba(0, 0, 0, 0);
    transition-duration: 0.2s;
    min-width: 24px;
    transition-property: background-color, box-shadow;
    outline-style: none;
    cursor: pointer;
    min-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    text-decoration: none;
}

.get-verified-a svg {
    margin-right: 4px;
}

.get-verified-text {
    color: rgb(15, 20, 25);
    line-height: 20px;
    word-wrap: break-word;
    text-align: center;
    min-width: 0px;
    font-weight: 700;
    font-size: 15px;
    align-items: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.get-verified-sapn {
    word-wrap: break-word;
    font-family: inherit;
    max-width: 100%;
    min-width: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: inherit;
    line-height: 16px;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.get-verified-span-text {
    word-break: break-word;
    font-family: inherit;
    min-width: 0px;
    text-align: inherit;
}

/* this is hashtags start  */
/* Hashtag styling */
.hashtag-link {
    color: #1da1f2;
    text-decoration: none;
    cursor: pointer;
}

.hashtag-link:hover {
    text-decoration: underline;
}

.hashtag-suggestion {
    padding: 5px 10px;
    cursor: pointer;
}

.hashtag-suggestion:hover {
    background-color: #f5f8fa;
}

.hastag-container {
    z-index: 2;
    max-height: 250px;
    max-width: 500px;
    min-width: 380px;
    position: fixed;
    top: 130px;
    border-radius: 4px;
    word-break: break-word;
    background-color: rgba(255, 255, 255, 1);
    user-select: none;
    pointer-events: auto;
    min-height: 100px;
    overflow-x: hidden;
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px,
        rgba(101, 119, 134, 0.15) 0px 0px;
}

.hastag-content {
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
    gap: 5px;
    line-height: 20px;
}

.hastag-content .hash-name {
    color: #1da1f2;
}

.whotofollowcointainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f7f2f2;
}

.whotofollow {
    padding: 12px 0;
}

.whotofollow h4 {
    margin: 0;
}

.line-height-connect {
    line-height: 20px;
}

.post-img-area {
    object-fit: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.shortVideo {
    color: rgb(149 155 163);
}

.text-content-modal-body {
    padding: 5px 0px;
}

.item-text-area {
    padding: 10px 20px;
    border-top: 1px solid #f0f0f0;
}

.text-items-header {
    padding: 10px 20px;
    /* border-top: 1px solid #f0f0f0; */
}

.list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-items li {
    cursor: pointer;
}

.aboutThisAccountcartText {
    line-height: 20px;
}

/*  --------------------------comment sections-------------------------- */
.text-truncate-ellipse {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.cancel-edit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 2px;
}

.edit-comment-input {
    min-height: 20px;
    max-height: 200px;
    overflow: auto !important;
    scrollbar-width: none;
    /* For Firefox */
}

.modal-open {
    overflow-y: hidden;
}

.modal {
    overflow-y: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.emoji-cart {
    display: none;
    position: absolute;
    z-index: 1051;
    max-height: 250px;
}

.emoji-cart-comment {
    position: absolute;
    max-height: 220px;
    z-index: 1051;
    transform: translate(10px, -274px);
}

.emoji-cart-reply {
    position: absolute;
    max-height: 220px;
    z-index: 1051;
    transform: translate(10px, -274px);
}

.edit-emoji-picker {
    position: absolute;
    max-height: 220px;
    z-index: 1051;
    transform: translate(10px, -274px);
}

.emoji-trigger {
    cursor: pointer;
}

.footerCommentemojicart {
    transform: translate(10px, -284px);
}

.reply-Commentemojicart {
    transform: translate(10px, -284px);
}

.Commnetprofile-blog-edit {
    inset: auto !important;
    transform: translate3d(-111px, 11px, 0px) !important;
}

.commentScrollbar {
    max-height: 70vh;
    overflow-y: scroll;
}

.commentScrollbar::-webkit-scrollbar {
    width: 5px;
}

.commentScrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.commentScrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.CommentprofileImageUser {
    transform: translate(10px, 10px) !important;
    z-index: 11 !important;
}

.CommentUserNameFullProfileCard {
    transform: translate(10px, 10px) !important;
    z-index: 11 !important;
}

.aa0 {
    max-width: 100%;
}

.aa0 .ah2 {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
}

.aa0 .ah2 .ah1 {
    line-height: 1;
    font-family: opensans, helvetica, arial, sans-serif;
    width: 100%;
    color: #111;
    cursor: auto;
    font-size: 24px;
    letter-spacing: -0.5px;
    padding: 4px 0 4px 0;
    font-weight: 700;
}

.aa0 .ah2 .ah1:last-of-type {
    font-size: medium;
    text-align: center;
}

.aa0 .ah2 .ah0 {
    min-width: 50%;
    border-radius: 10.5px;
    padding: 16px 0 12px 0;
}

.af9 {
    display: flex;
    flex-direction: column;
    min-height: 16px;
    gap: 2px;
    margin: 0;
    padding: 0 16px;
    color: #333;
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;
}

.ag5 {
    display: flex;
    gap: 6px;
    position: relative;
    margin-bottom: 10px;
}

.af9 > .af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
    margin-left: 44px;
}

.af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
    margin-left: 36px;
    padding-left: 4px;
}

.af7 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
}

.af7 .ag5 img {
    cursor: pointer;
    border-radius: 50%;
    margin-top: 4px;
    position: relative;
    box-shadow: 0 0 0 3px #fff;
    z-index: 10;
}

.af9 > .af7 :nth-child(1) img {
    height: 36px;
    width: 36px;
}

.af9 > .af7 :nth-child(n + 2) img {
    height: 28px;
    width: 28px;
}

.dc1 {
    position: relative;
}

.dc2 {
    transform: translate(0px, -35px) !important;
    position: absolute;
}

.ac2 {
    display: flex;
    flex-direction: column;
    z-index: 6;
}

.ac2 .ac5 {
    width: fit-content;
    padding: 8px 12px;
    background: #f0f2f5;
    border-radius: 18px;
    text-align: start;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
}

.dropdown-item-active:active {
    background-color: #ffffff;
}

.ac2 .ac4 {
    line-height: 16px;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    color: #080809;
}

.ac2 .ac1 {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
    padding: 4px 0 0 12px;
}

.ac2 .ac1 u {
    font-size: 12px;
    text-decoration: none;
    color: #65676b;
}

.ac2 .ac1 u:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ac2 .ac1 .ac0 {
    position: relative;
    top: -5px;
}

.ac2 .ac1 .ac0 > span {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 2px #fff;
    top: 4px;
}

.ac2 .ac1 .ac0 :nth-child(n + 2) {
    z-index: 1001;
}

.ac2 .ac1 .ac0 :nth-child(n + 3) {
    z-index: 1000;
    left: -6px;
}

.ac2 .ac1 .ac0 :nth-child(n + 4) {
    z-index: 999;
    left: -12px;
}

.ac2 .ac3 {
    margin: 0;
    line-height: 21.3328px;
    font-size: 15px;
    word-break: break-word;
    white-space: break-spaces;
}

.icon-ellipse {
    cursor: pointer;
}

.ag6 {
    position: absolute;
    background-color: #e2e5e9;
    display: flex;
    width: 2px;
    top: 6px;
    left: 16px;
    z-index: 3;
}

.ag7 {
    position: relative;
    z-index: 6;
    color: #65686c;
    font-size: 15px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    background-color: #fff;
    box-shadow: -4px 0 0 0 #fff;
    margin-bottom: 6px;
    text-decoration: none;
    cursor: pointer;
}

.ag9 {
    position: absolute;
    height: 32px;
    width: 48px;
    border: 2px solid #e2e5e9;
    border-radius: 10.5px;
    left: -28px;
    top: -16px;
    z-index: 1;
}

.af7 .af7 .af7 .ag9,
.af7 .af7 .ag5 .ag9 {
    left: -24px;
}

.ag5 > .ag7 ~ .ag9 {
    top: -24px;
}

.ag8 {
    position: absolute;
    height: 37px;
    width: 64px;
    background-color: #fff;
    border-radius: 10.5px;
    left: -26px;
    top: -31px;
    z-index: 2;
}

.af7 .af7 .af7 .ag8,
.af7 .af7 .ag5 .ag8 {
    left: -22px;
}

.ag5 > .ag7 ~ .ag8 {
    top: -39px;
}

.ac2 .ac1 .ac0 .ab3 {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.5'/%3E%3Cpath d='M7.3014 3.8662a.6974.6974 0 0 1 .6974-.6977c.6742 0 1.2207.5465 1.2207 1.2206v1.7464a.101.101 0 0 0 .101.101h1.7953c.992 0 1.7232.9273 1.4917 1.892l-.4572 1.9047a2.301 2.301 0 0 1-2.2374 1.764H6.9185a.5752.5752 0 0 1-.5752-.5752V7.7384c0-.4168.097-.8278.2834-1.2005l.2856-.5712a3.6878 3.6878 0 0 0 .3893-1.6509l-.0002-.4496ZM4.367 7a.767.767 0 0 0-.7669.767v3.2598a.767.767 0 0 0 .767.767h.767a.3835.3835 0 0 0 .3835-.3835V7.3835A.3835.3835 0 0 0 5.134 7h-.767Z' fill='%23fff'/%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 .0005 8) scale(7.99958)'%3E%3Cstop offset='.5618' stop-color='%230866FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230866FF' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5257 10.9237) scale(10.1818)'%3E%3Cstop offset='.3143' stop-color='%2302ADFC'/%3E%3Cstop offset='1' stop-color='%2302ADFC' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3989' y1='2.3999' x2='13.5983' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302ADFC'/%3E%3Cstop offset='.5' stop-color='%230866FF'/%3E%3Cstop offset='1' stop-color='%232B7EFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab2 {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9963 8c0 4.4179-3.5811 7.9993-7.9986 7.9993-4.4176 0-7.9987-3.5814-7.9987-7.9992 0-4.4179 3.5811-7.9992 7.9987-7.9992 4.4175 0 7.9986 3.5813 7.9986 7.9992Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M7.9996 5.9081c-.3528-.8845-1.1936-1.507-2.1748-1.507-1.4323 0-2.4254 1.328-2.4254 2.6797 0 2.2718 2.3938 4.0094 4.0816 5.1589.3168.2157.7205.2157 1.0373 0 1.6878-1.1495 4.0815-2.8871 4.0815-5.159 0-1.3517-.993-2.6796-2.4254-2.6796-.9811 0-1.822.6225-2.1748 1.507Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23E11731' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E11731' stop-opacity='.1'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3986' y1='2.4007' x2='13.5975' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF74AE'/%3E%3Cstop offset='.5001' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23FF5758'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.001.0009h15.9992v15.9984H-.001z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab1 {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath d='M12.5278 8.1957c.4057.1104.6772.4854.623.9024-.3379 2.6001-2.5167 4.9012-5.1542 4.9012s-4.8163-2.3011-5.1542-4.9012c-.0542-.417.2173-.792.623-.9024.8708-.237 2.5215-.596 4.5312-.596 2.0098 0 3.6605.359 4.5312.596Z' fill='%234B280E'/%3E%3Cpath d='M11.5809 12.3764c-.9328.9843-2.1948 1.6228-3.5841 1.6228-1.3892 0-2.6512-.6383-3.5839-1.6225a1.5425 1.5425 0 0 0-.016-.0174c.4475-1.0137 2.2-1.3599 3.5999-1.3599 1.4 0 3.1514.3468 3.5998 1.3599l-.0157.0171Z' fill='url(%23paint3_linear_15251_63610)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3049 5.8793c.1614-1.1485-.6387-2.2103-1.7872-2.3717l-.0979-.0138c-1.1484-.1614-2.2103.6388-2.3717 1.7872l-.0163.1164a.5.5 0 0 0 .9902.1392l.0163-.1164c.0846-.6016.6408-1.0207 1.2424-.9362l.0978.0138c.6016.0845 1.0207.6407.9362 1.2423l-.0164.1164a.5.5 0 0 0 .9903.1392l.0163-.1164ZM2.6902 5.8793c-.1614-1.1485.6387-2.2103 1.7872-2.3717l.0979-.0138c1.1484-.1614 2.2103.6388 2.3717 1.7872l.0164.1164a.5.5 0 1 1-.9903.1392l-.0163-.1164c-.0846-.6016-.6408-1.0207-1.2423-.9362l-.098.0138c-.6015.0845-1.0206.6407-.936 1.2423l.0163.1164a.5.5 0 0 1-.9902.1392l-.0164-.1164Z' fill='%231C1C1D'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5272 10.9202) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.396' y1='2.3999' x2='13.5954' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_15251_63610' x1='5.1979' y1='10.7996' x2='5.245' y2='14.2452' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF60A4'/%3E%3Cstop offset='.2417' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23BC0A26'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h16v15.9992h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab0 {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6144 10.8866c.159-1.8461 1.127-2.887 2.382-2.887 1.2551 0 2.2231 1.0418 2.3822 2.887.1591 1.8461-.7342 3.1127-2.3821 3.1127-1.648 0-2.5412-1.2666-2.3821-3.1127Z' fill='%234B280E'/%3E%3Cellipse cx='11.1978' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cellipse cx='4.7979' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3528 3.166a1.4744 1.4744 0 0 0-1.8591-.3279.4.4 0 1 1-.3976-.6941c.9527-.5457 2.1592-.333 2.8678.5056a.4.4 0 0 1-.6111.5163ZM5.4998 2.8381a1.4744 1.4744 0 0 0-1.859.3278.4.4 0 0 1-.6111-.5162c.7085-.8387 1.915-1.0514 2.8677-.5057a.4.4 0 0 1-.3976.6941Z' fill='%23E0761A'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5262 10.9226) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3979' y1='2.3999' x2='13.5973' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h15.9992v15.9992H-.002z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.fb-comment-form {
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 16px;
}

.fb-comment-form form {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fb-comment-form img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.fb-comment-textarea-wrapper {
    position: relative;
    flex-grow: 1;
    background-color: #f0f2f5;
    border-radius: 20px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    max-height: 220px;
}

.fb-comment-textarea {
    border: none;
    background: transparent;
    resize: none;
    font-size: 15px;
    line-height: 1.4;
    color: #050505;
    width: 100%;
    overflow: auto;
    min-height: 20px;
    max-height: 50px;
}

.fb-comment-textarea:focus {
    outline: none;
}

.fb-comment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
}

.fb-comment-icons {
    display: flex;
    gap: 14px;
    color: #65676b;
    font-size: 18px;
}

.fb-comment-icons i {
    cursor: pointer;
    transition: color 0.2s;
}

.fb-comment-icons i:hover {
    color: #1877f2;
}

.fb-post-btn {
    background-color: #1877f2;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.fb-post-btn:hover {
    background-color: #166fe5;
}

/* Add this to your CSS file or inside a <style> tag */
#comment-submit-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes comment-submit-spinner {
    to {
        transform: rotate(360deg);
    }
}

/* this is loader css  */

/* Improved loader styles */
.modal-loader {
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1050;
}

/* Media loader for images/videos */
.media-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Smooth transitions for modal content */
#modal-main-content {
    transition: opacity 0.3s ease;
}

#modal-main-content.d-none {
    opacity: 0;
}

/* Comment scroll area styling */
.commentScrollbar {
    max-height: 60vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

/* Custom scrollbar for comments */
.commentScrollbar::-webkit-scrollbar {
    width: 6px;
}

.commentScrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.commentScrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.commentScrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.story-body-section {
    max-height: 60vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
