/*!
* Version: 5.2.0
* Template: SocialV - Responsive Bootstrap 5 Admin Dashboard Template
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for responsive Template.
*
*/

:root {
    --cs-color: #263238;
    --cs-color-sub: #5C6673;
    --cs-border-color: #263238;
    --cs-card-header-bg: #F3F4F6;
    --cs-card-diff-bg: rgba(245, 245, 245, 0.87);
    --cs-job-card-bg1: #ffffff;
    --cs-job-card-bg2: #F5F5F5;
    --cs-job-active-card-bg1: #ffffff;
    --cs-job-active-card-bg2: #e7f0f9;
    --cs-job-card-body: #ffffff;
    --cs-job-card-btns-border-color: #D9D9D9;
    --cs-bg-white: #ffffff;
    --cs-card-border-color: #e0e0e0;
    --cs-post-color: rgba(217, 227, 248, 0.67);
    --cs-post-hover-color: #d9e3f8;
    --image-on-hover-color: #e0dede;
    --bs-body-color: var(--bs-body-color);
}

:root,
[data-bs-theme=light] {
    --cs-color: #263238;
    --cs-color-sub: #5C6673;
    --cs-border-color: #263238;
    --cs-card-header-bg: #F3F4F6;
    --cs-card-diff-bg: #F5F5F5;
    --cs-job-card-bg1: #ffffff;
    --cs-job-card-bg2: #F3F3F3;
    --cs-job-active-card-bg1: #ffffff;
    --cs-job-active-card-bg2: #e7f0f9;
    --cs-job-card-body: #ffffff;
    --cs-job-card-btns-border-color: #D9D9D9;
    --cs-bg-white: #ffffff;
    --cs-card-border-color: #e0e0e0;
    --dropdown-bg-color: #ffffff; /* White background for light theme */
    --dropdown-border-color: #e0e0e0; /* Light grey border for light theme */
    --dropdown-shadow-color: rgba(0, 0, 0, 0.1); /* Subtle shadow color for light theme */
    --dropdown-text-color: #263238; /* Dark text color for contrast */

    --dropdown-hover-bg-color: #f0f0f0; /* Light grey background on hover for light theme */
    --dropdown-hover-text-color: #007bff; /* Blue text color on hover for light theme */
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --cs-color: #a09f9f;
    --cs-color-sub: #ffffff;
    --cs-border-color: #1a1a1a;
    --cs-card-header-bg: #1a1a1a;
    --cs-card-diff-bg: #1a1a1a;
    --cs-job-card-bg1: #252626;
    --cs-job-card-bg2: #1a1a1a;
    --cs-job-active-card-bg1: #252626;
    --cs-job-active-card-bg2: #1a1a1a;
    --cs-job-card-body: #0f0f0f;
    --cs-job-card-btns-border-color: #ffffff;
    --cs-bg-white: #0f0f0f;
    --cs-card-border-color: #0f0f0f;
    --bs-white-rgb: 15, 15, 15;
    --dropdown-bg-color: #2b2b2b; /* Dark grey background for dark theme */
    --dropdown-border-color: #444444; /* Dark grey border for dark theme */
    --dropdown-shadow-color: rgba(0, 0, 0, 0.5); /* Slightly darker shadow for dark theme */
    --dropdown-text-color: #f0f0f0; /* Light text color for contrast */
    --dropdown-hover-bg-color: #3a3a3a; /* Darker grey background on hover for dark theme */
    --dropdown-hover-text-color: #66b2ff;
}


 .specialty-text span {
     display: inline-block;
     max-width: 150px; /* Adjust the width as needed */
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
 }

.slide-in {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly off to the left */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.slide-in.visible {
    opacity: 1;
    transform: translateX(0); /* Slide to original position */
}
.text-black {
    color: var(--cs-color) !important;
}

.offcanvas.live-customizer {
    border: 0
}

.offcanvas.live-customizer .btn.btn-border {
    color: var(--bs-body-color);
    border-color: var(--bs-border-color)
}

.offcanvas.live-customizer .btn.btn-border:hover {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn.btn-border:active {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn-check:active+.btn.btn-border,
.offcanvas.live-customizer .btn-check:checked+.btn.btn-border,
.offcanvas.live-customizer .btn.btn-border.active,
.offcanvas.live-customizer .btn.btn-border:active {
    color: var(--bs-white);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn-check:active+.btn.btn-border.bg-transparent,
.offcanvas.live-customizer .btn-check:checked+.btn.btn-border.bg-transparent,
.offcanvas.live-customizer .btn.btn-border.active.bg-transparent,
.offcanvas.live-customizer .btn.btn-border:active.bg-transparent {
    color: var(--bs-primary)
}

.notification .content-inner {
    padding-top: 1.5rem
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize
} */

.font-size-10 {
    font-size: .625rem
}

.font-size-12 {
    font-size: .75rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-16 {
    font-size: 1rem
}

.font-size-18 {
    font-size: 1.125rem
}

.font-size-20 {
    font-size: 1.25rem
}

.font-size-24 {
    font-size: 1.5rem !important
}

.font-size-21 {
    font-size: 1.313rem
}

.font-size-30 {
    font-size: 1.875rem
}

.fw-500 {
    font-weight: 500
}

.letter-spacing-1 {
    letter-spacing: 1px
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.letter-spacing-3 {
    letter-spacing: 3px
}

.letter-spacing-4 {
    letter-spacing: 4px
}

.cursor-pointer {
    cursor: pointer
}

.auto-vh-100 {
    height: 100vh
}

.iq-error-img {
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.img-light {
    display: block
}

.img-dark {
    display: none
}

.ml-1 {
    margin-left: 0.5rem;
}


.shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(231, 235, 248, .35) 0%, rgba(231, 235, 248, .35) 20%, rgba(231, 235, 248, .35) 40%, rgba(231, 234, 241, .35)  100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    display: none; /* Initially hidden */
}

.shimmer-item {
    position: relative;
    overflow: hidden;
}

.shimmer-placeholder {
    width: 24px;
    height: 24px;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);

    border-radius: 50%;
}

.shimmer-text {
    height: 20px;
    background: linear-gradient(to right, #d3e7fc 4%, #e2e2e2 25%, rgba(169, 211, 252, 0.77) 36%);


    margin: 5px 0;
    border-radius: 4px;
}

.shimmer-text + .shimmer-text {
    width: 90%;
    height: 50%;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.shimmer-text {
    width: 200px;
    background-image: linear-gradient(to left, rgba(231, 235, 248, .35) 0%, rgba(205, 201, 201, 0.35) 20%, rgba(231, 235, 248, .35) 40%, rgba(231, 234, 241, .35)  100%);
    background-size: 200% 100%;
    animation: shimmer 2.5s infinite;
}


.btn-delete-post-media {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: #e22a4d;
    border-color: #e22a4d;
}

.btn-delete-post-media i {
    font-size: 14px;
}

.tag-friends-panel,
.feelings-panel {
    height: 100%;
    width: 100%;
    transition: right 0.3s ease-in-out;
}

.float-left {
    float: left !important;
}

.feeling-activity {
    cursor: pointer;
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
    padding: 5px;
}

.feeling-activity-active {
    background: var(--bs-border-color);
    border-color: #c7c7c7;
}

.card-post-toolbar a {
    cursor: pointer;
}

.profile-picture {
    width: 53px !important;
    height: 53px !important;
}

#post-default-controls a {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none !important;
}

.post-actions {
    cursor: pointer;
    color: #666;
    display: flex;
    text-align: center;
    padding: 12px;
    background-color: transparent;
}

.post-actions:hover {
    color: #666;
    background-color: #f8f9fa;
}

.post-actions.active {
    color: #50b5ff;
    font-weight: 600;
}

.share-action {
    display: flex;
}

.like-block:hover,
    /*.post-comments:hover,*/
    /*.post-shares:hover {*/
    /*    cursor: pointer;*/
    /*    text-decoration: underline;*/
    /*}*/

.post-comments-wrapper:hover {
    cursor: auto;
    text-decoration: none;
}

.img-people-you-may-know {
    width: 54px;
    height: 54px;
}

#people-you-may-know a,
#conferences-wrapper a {
    border: unset;
    /*color: #555770 !important;*/
}

.post-comments-wrapper h6 a {
    color: #555770;
}

.view-more-comments,
.view-more-replies,
.view-more-watch-comments,
.watch-view-more-replies {
    cursor: pointer;
}

.post-comments-wrapper h6 a:hover,
.view-more-comments:hover,
.view-more-replies:hover,
.view-more-watch-comments:hover,
.watch-view-more-replies:hover {
    text-decoration: underline;
}

.gallary-image {
    width: 93px;
    height: 93px;
}

.site-logo {
    width: 158px;
    height: auto;
}

.news-tabs {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

.news-tabs li,
.profile-feed-items li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.news-tabs a {
    border-radius: 0.313rem !important;
}

.iq-chat-theme-messenger {
    overflow: hidden;
}

ul.header-nav li a {
    z-index: 1;
    position: relative;
}

.img-chat-popup {
    width: 120px;
    height: 120px;
}

.chat-user-detail-popup {
    position: fixed;
    right: 0;
}

.form-comment textarea.form-control {
    height: 39.38 !important;
}

.sending-message {
    opacity: 0.4;
}

.mc-error {
    background: rgba(255, 0, 0, 0.27) !important;
}

.iq-chat-text .delete-btn {
    margin-right: 10px;
    cursor: pointer;
    display: none;
}

.iq-message-body:hover .iq-chat-text .delete-btn {
    display: block;
}

.favorite-list-item img {
    width: 45px;
    border-radius: 30px;
}

.opacity-1 {
    opacity: 0.1;
}

.float-right {
    float: right;
}

.iq-friend-request:hover {
    cursor: pointer;
}

.iq-friend-request-active {
    background: #edf2f6;
}

.friends-selected-item {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
}

#iq-friends-selected-list {
    padding: 10px;
    overflow: auto;
    white-space: nowrap;
}

.iq-friends-selected-list-item {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
    margin: 0 5px;
}

.iq-friends-selected-list-item img {
    width: 45px;
    border-radius: 30px;
}

li#iq-friends-filtered-list {
    height: 250px;
    overflow-y: scroll;
}

.close-post-modal {
    background-color: transparent;
    border: unset;
    line-height: 1 !important;
}

#group-members {
    display: flex;
    column-gap: 10px;
}

#group-members img {
    width: 45px;
    border-radius: 30px;
}

.member-profile {
    text-align: center;
}

#user-typing {
    display: block;
    margin: 0px 5px 0px 20px;
    font-size: 12px;
}

.typing-indicator p {
    font-size: 12px;
}

.no-shadow {
    box-shadow: unset !important;
}

/* Meeting CSS */
#meet-wrapper .card-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

#meet-wrapper .card-inner {
    width: 30%;
    margin: 0 auto;
    margin-top: 10%;
    overflow: hidden;
}

#meet-wrapper .bg-body {
    overflow: hidden;
}

#meet-wrapper .icon-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 6px;
    background-color: #555;
    border-color: #555;
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}

#meet-wrapper .icon-btn span {
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}

#meet-wrapper .item-name {
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}

#meet-wrapper .card {
    margin-bottom: unset;
    box-shadow: unset;
}

/* #meet-wrapper .nav-item {
    border: 5px solid transparent;
    padding-left: unset;
    margin-left: unset;
    margin-bottom: 5px;
}

#meet-wrapper .nav-item:hover {
    border-color: #67baff;
} */

.bg-meet {
    background-color: rgba(0, 0, 0, 0);


}

.bg-meet:hover {
    border: 1px solid rgba(0, 0, 0, 0.39);
}

#meet-wrapper .meet-users-list {

    min-height: calc(100vh - 9.7rem);
    max-height: calc(100vh - 9.7rem);
}

/* Base styles for computer screens */
.meet-body {
    min-height: calc(100vh - 8.5rem);
    /* Minimum height */
    max-height: calc(100vh - 9.7rem);
    /* Maximum height */
}

@media (min-width: 768px) {
    .offcanvas.live-customizer {
        width: 450px
    }

    .theme-fs-lg .offcanvas.live-customizer {
        width: 500px
    }
}

@media (min-width: 768px) {
    .live-customizer {
        width: 450px
    }

    .theme-fs-lg .live-customizer {
        width: 500px
    }
}

@media (max-width: 991px) {
    br {
        display: none
    }

    .auto-vh-100 {
        height: auto
    }
}

/* Media query for mobile devices */
@media (max-width: 600px) {

    /* Adjust the max-width as needed for targeting mobile devices */
    .meet-body {
        height: 50vh;
        /* 50% of the viewport height */
        min-height: 50vh;
        /* Override the base minimum height */
        max-height: none;
        /* Override the base maximum height to allow flexibility */
    }
}

/* Media query for tablets */
@media (min-width: 601px) and (max-width: 1024px) {

    /* Adjust the min-width and max-width as needed for targeting tablets */
    .meet-body {
        height: 75vh;
        /* 75% of the viewport height */
        min-height: 75vh;
        /* Override the base minimum height */
        max-height: none;
        /* Override the base maximum height to allow flexibility */
    }
}

/* Base styles for computer screens */
.pin-video-container {
    min-height: calc(100vh - 8.5rem);
    /* Minimum height */
    max-height: calc(100vh - 9.7rem);
    /* Maximum height */
}

/* Media query for mobile devices */
@media (max-width: 600px) {

    /* Adjust the max-width as needed for targeting mobile devices */
    .pin-video-container {
        height: 50vh;
        /* 50% of the viewport height */
        min-height: 50vh;
        /* Override the base minimum height */
        max-height: none;
        /* Override the base maximum height to allow flexibility */
    }
}

/* Media query for tablets */
@media (min-width: 601px) and (max-width: 1024px) {

    /* Adjust the min-width and max-width as needed for targeting tablets */
    .pin-video-container {
        height: 75vh;
        /* 75% of the viewport height */
        min-height: 75vh;
        /* Override the base minimum height */
        max-height: none;
        /* Override the base maximum height to allow flexibility */
    }
}

#meet-wrapper .meet-pin-user .chat-body {
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    #meet-wrapper .card-inner {
        width: 80%;
    }

    #meet-wrapper .meet-pin-user .chat-body {
        min-height: auto;
        max-height: max-content;
        margin-bottom: 40px;
        overflow: hidden;
    }

    #meet-wrapper .card-footer {
        margin-bottom: 54px;
    }
}

/* Artificial Intelligence */
.messages-wrapper {
    height: 80vh;
    overflow: scroll;
    overflow-x: hidden;
}

.messages-wrapper .messages,
.messages-wrapper .messages .card {
    background-color: #f8f9fa !important;
}

.message-form-wrapper {
    position: absolute;
    width: 94%;
    bottom: 5px;
}

.session-list .card:hover {
    background-color: #f7f8f9;
}

.video-fluid {
    width: 100%;
}

.post-sub-comments,
div.view-more-replies {
    margin-left: 50px !important;
}

.post-comment-reply-form {
    margin-left: 50px;
}

.text-right {
    text-align: right !important;
}

#members-results {
    top: -15px;
    width: 100%;
    height: 150px;
    z-index: 1;
    border-radius: 8px;
    position: absolute;
    overflow-x: auto;
    overflow-y: scroll;
    background: var(--cs-bg-white);
    box-shadow: 0px 5px 4px 2px rgb(0 0 0 / 17%);
}

.members-result-item {
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

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

.mr-2 {
    margin-right: 1.5rem;
}

#post-modal {
    overflow: visible !important;
}

#post-modal .modal-title {
    color: var(--cs-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.user-post-data .post-privacy-icon {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 3px;
}

.info-privacy-wrapper .dropdown-menu {
    width: max-content;
    min-width: max-content;
}

.privacy-wrapper {
    margin-left: 5px;
    margin-top: 3px;
}

.m-r-1 {
    margin-right: 0.5rem;
}

.space {
    margin: 0 10px;
}

.case-img {
    width: 50px;
    height: 47px;
    margin-right: 10px;
}

.form-check-lg {
    width: 3.5em !important;
    height: 2em !important;
}

.notifications-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notifications-container .notification {
    z-index: 9999;
    background-color: #ffffff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 300px;
    height: 80px;
    max-height: max-content;
}

.notifications-container .notification a {
    display: flex;
    color: #000;
}

.notifications-container .notification img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.notifications-container .notification-content {
    flex-grow: 1;
    padding: 5px;
}

.notifications-container .notification-close {
    cursor: pointer;
}

.message-badge,
.notification-badge {
    display: none;
}

.message-badge:not(:empty),
.notification-badge:not(:empty) {
    display: inline;
}

.group-tabs {
    border-bottom: unset !important;
    margin-bottom: unset !important;
}

.group-tabs .nav-item a {
    color: var(--cs-color);
    border-bottom: 4px solid transparent;
}

.group-tabs .nav-link:hover,
.group-tabs .nav-link.active {
    color: var(--cs-color);
    background-color: var(--cs-job-active-card-bg2);
    border-color: var(--bs-primary);
}

.group-media {
    width: 312px;
    height: 312px;
}

.container {
    position: relative;
    overflow: hidden;
}

.user-list {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.user-list::-webkit-scrollbar {
    display: none;
    /* WebKit browsers */
}

.user-card {
    flex-shrink: 0;
    width: 200px;
    /* Adjust width as needed */
    margin-left: 10px;

    border: 1px solid #ddd;
    border-radius: 5px;

    scroll-snap-align: start;
    /* Snap to edges of cards */
    cursor: grab;
    /* Grab cursor for dragging */
    position: relative;
    /* Added for positioning buttons */
}

.user-card:active {
    cursor: grabbing;
    /* Grabbing cursor while dragging */
}

.user-btn-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.user-btn {
    position: absolute;
    /* Positioned absolutely within the card */
    top: 50%;
    /* Vertically centered */
    transform: translateY(-50%);
    /* Adjusts for vertical centering */
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    /* Makes the buttons circular */
    cursor: pointer;
}

.user-btn-left {
    left: 10px;
    /* Positions the left button outside the card */
    z-index: 1;
}

.user-btn-right {
    right: 10px;
    /* Positions the right button outside the card */
    z-index: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}

.expand-height {
    transition: height 0.5s ease-in-out;
}

.expand-height.expanded {
    height: 1000px;
    /* Set the height to auto for expansion */
}

#myTabContent-1 {
    height: 400px;
    overflow-y: scroll;
    padding: 5px;
}

#post-view-modal {
    margin-top: 77px;
}

div[data-popper-placement="top-start"] {
    z-index: 9999 !important;
}

.badge-info {
    background-color: #50b5ff;
    margin-left: 7px;
}


/* Default styles for the notification cards */
.card-notification {
    transition: background-color 0.3s ease;
    background-color: #ffffff;
    /* Default background color */
    color: #333;
    /* Default text color */

}

/* Hover effect for the notification cards */
.card-notification:hover {
    cursor: pointer;
    animation: pulseBackground 1s infinite alternate;
    /* Animation for background color change */
}

/* Keyframes animation for pulse effect */
@keyframes pulseBackground {
    from {
        background-color: rgba(240, 240, 240, 0.44);
        /* Initial background color */
    }

    to {
        background-color: rgba(200, 200, 200, 0.7);
        /* Final background color */
    }
}

.video-fluid.video-js {
    max-height: 35vh;
}


/*.user-post-container {*/
/*    max-height: 350px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/*.user-post-container img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #ffffff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    /* Fade-in transition */
}

.user-post-container:hover .overlay {
    opacity: 1;
}

.overlay span {
    font-size: 18px;
    cursor: pointer;
}

/*  LC STYLES */

.lcms_demo_theme.lcms_wrap {
    border: 7px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.lcms_demo_theme.lcms_wrap:before {
    content: "";
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    position: absolute;
    background: linear-gradient(30deg, #43c6ac, #cbb4d4);
    z-index: 10;
}


/* icons */
.lcms_demo_theme .lcms_prev:before,
.lcms_demo_theme .lcms_next:before,
.lcms_demo_theme .lcms_play *:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: block;
    height: 100%;
    position: relative;
    z-index: 5;
}

.lcms_demo_theme .lcms_prev:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWxlZnQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWxlZnQgZmEtdy0xMCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNC41MiAyMzkuMDNMMjI4Ljg3IDQ0LjY5YzkuMzctOS4zNyAyNC41Ny05LjM3IDMzLjk0IDBsMjIuNjcgMjIuNjdjOS4zNiA5LjM2IDkuMzcgMjQuNTIuMDQgMzMuOUwxMzEuNDkgMjU2bDE1NC4wMiAxNTQuNzVjOS4zNCA5LjM4IDkuMzIgMjQuNTQtLjA0IDMzLjlsLTIyLjY3IDIyLjY3Yy05LjM3IDkuMzctMjQuNTcgOS4zNy0zMy45NCAwTDM0LjUyIDI3Mi45N2MtOS4zNy05LjM3LTkuMzctMjQuNTcgMC0zMy45NHoiPjwvcGF0aD48L3N2Zz4=");
}

.lcms_demo_theme .lcms_next:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLXJpZ2h0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI4NS40NzYgMjcyLjk3MUw5MS4xMzIgNDY3LjMxNGMtOS4zNzMgOS4zNzMtMjQuNTY5IDkuMzczLTMzLjk0MSAwbC0yMi42NjctMjIuNjY3Yy05LjM1Ny05LjM1Ny05LjM3NS0yNC41MjItLjA0LTMzLjkwMUwxODguNTA1IDI1NiAzNC40ODQgMTAxLjI1NWMtOS4zMzUtOS4zNzktOS4zMTctMjQuNTQ0LjA0LTMzLjkwMWwyMi42NjctMjIuNjY3YzkuMzczLTkuMzczIDI0LjU2OS05LjM3MyAzMy45NDEgMEwyODUuNDc1IDIzOS4wM2M5LjM3MyA5LjM3MiA5LjM3MyAyNC41NjguMDAxIDMzLjk0MXoiPjwvcGF0aD48L3N2Zz4=");
}

.lcms_demo_theme .lcms_play *:before {
    background-size: 13px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwbGF5IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtcGxheSBmYS13LTE0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQyNC40IDIxNC43TDcyLjQgNi42QzQzLjgtMTAuMyAwIDYuMSAwIDQ3LjlWNDY0YzAgMzcuNSA0MC43IDYwLjEgNzIuNCA0MS4zbDM1Mi0yMDhjMzEuNC0xOC41IDMxLjUtNjQuMSAwLTgyLjZ6Ij48L3BhdGg+PC9zdmc+");
}

.lcms_demo_theme .lcms_play.lcms_pause *:before {
    background-size: 14px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwYXVzZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBhdXNlIGZhLXctMTQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTQ0IDQ3OUg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWNzljMC0yNi41IDIxLjUtNDggNDgtNDhoOTZjMjYuNSAwIDQ4IDIxLjUgNDggNDh2MzUyYzAgMjYuNS0yMS41IDQ4LTQ4IDQ4em0zMDQtNDhWNzljMC0yNi41LTIxLjUtNDgtNDgtNDhoLTk2Yy0yNi41IDAtNDggMjEuNS00OCA0OHYzNTJjMCAyNi41IDIxLjUgNDggNDggNDhoOTZjMjYuNSAwIDQ4LTIxLjUgNDgtNDh6Ij48L3BhdGg+PC9zdmc+") !important;
}

.lcms_demo_theme .lcms_play {
    opacity: 0;
    transition: opacity .2s ease-in .5s;
}

.lcms_demo_theme.lcms_wrap:hover .lcms_play {
    opacity: 1;
    transition: opacity .2s ease-in 0s;
}

.lcms_demo_theme .lcms_nav,
.lcms_demo_theme .lcms_play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.lcms_demo_theme .lcms_nav *:before,
.lcms_demo_theme .lcms_play *:before {
    filter: invert(1);
    transition: all .15s ease-in 0s;
}

.lcms_demo_theme .lcms_nav *:hover:before,
.lcms_demo_theme .lcms_play *:hover:before {
    filter: invert(0.3);
}

.lcms_demo_theme .lcms_play {
    width: 50px;
    text-align: center;
    z-index: 1099;
    left: 50%;
    margin-left: -25px;
}

.lcms_demo_theme .lcms_play *,
.lcms_demo_theme .lcms_nav * {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.lcms_demo_theme .lcms_play *:after,
.lcms_demo_theme .lcms_nav *:after {
    content: "";
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 50%;
    border: 0px solid #ffffff;
    transition: all .25s ease-out 0s;
}

.lcms_demo_theme .lcms_play *:hover:after,
.lcms_demo_theme .lcms_nav *:hover:after {
    border: 23px solid #ffffff;
}

.lcms_demo_theme .lcms_nav {
    width: 100%;
    overflow: hidden;
    height: 50px;
}

.lcms_demo_theme .lcms_prev {
    position: absolute;
    left: -13px;
    top: 0;
}

.lcms_demo_theme .lcms_next {
    position: absolute;
    right: -13px;
}

.lcms_demo_theme .lcms_prev,
.lcms_demo_theme .lcms_next {
    top: 0;
}


/* let's add a timer */
.lcms_demo_theme .lcms_play.lcms_pause::before {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 1;
    animation: progress 6.8s linear infinite 0s;
    left: 2px;
}

@keyframes progress {

    0%,
    97%,
    100% {
        box-shadow: 0 0 0 rgba(67, 198, 172, .5) inset;
    }

    0%,
    98%,
    100% {
        box-shadow: 0 0 0 rgba(67, 198, 172, .5) inset;
    }

    2% {
        box-shadow: 0 0 0 rgba(67, 198, 172, .5) inset;
    }

    94% {
        box-shadow: 50px 0 0 rgba(67, 198, 172, .5) inset;
    }
}


/* custom entrance */
.lcms_demo_theme .lcms_before {
    top: 100%;
}

.lcms_demo_theme .lcms_after {
    top: -100%;
}

.lcms_demo_theme .lcms_before,
.lcms_demo_theme .lcms_after {
    left: 0;
    animation: custom_entrance .81s normal ease;
    /* match animation_time + little extra */
}

@keyframes custom_entrance {
    100% {
        top: 0;
    }
}

.lcms_demo_theme .lcms_prepare_for_prev,
.lcms_demo_theme .lcms_prepare_for_next {
    top: 0;
    left: 0;
}

.lcms_demo_theme .lcms_prepare_for_prev {
    animation: custom_exit_p .81s normal ease;
    /* match animation_time + little extra */
}

.lcms_demo_theme .lcms_prepare_for_next {
    animation: custom_exit_n .81s normal ease;
    /*match animation_time*/
}

@keyframes custom_exit_n {
    100% {
        top: 100%;
    }
}

@keyframes custom_exit_p {
    100% {
        top: -100%;
    }
}

/* default CSS3 loader */
.lcms_demo_theme .lcms_loader:before,
.lcms_demo_theme .lcms_loader:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 50%;
    animation: lcms_loader 2s infinite ease-in-out;
}

.lcms_demo_theme .lcms_loader:before {
    z-index: 100;
    background: rgba(50, 50, 50, 0.4);
}

.lcms_demo_theme .lcms_loader:after {
    z-index: 110;
    background: rgba(70, 70, 70, 0.4);
    animation-delay: -1s;
}

@keyframes lcms_loader {
    0% {
        width: 0;
        height: 0;
        margin-top: 0;
        margin-left: 0;
    }

    50% {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }

    100% {
        width: 0;
        height: 0;
        margin-top: 0;
        margin-left: 0;
    }
}

.group-thumbnail-picture {
    margin-top: -50px;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
}

.profile-cover {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.profile-header ul.header-nav {
    right: 1.25rem;
}

@media (max-width: 575.98px) {
    .profile-header ul.header-nav li {
        height: 100%;
        width: 100%;
        margin: 0;
    }
}

.profile-header .profile-img {
    position: relative;
}

.profile-header .profile-img img {
    padding: 2px;
    margin-top: -65px;
    /* height: 130px; */
    object-fit: cover;
    background-color: var(--bs-gray-900);
;
    /* position: absolute;
    top: auto;
    bottom: 0.1rem; */
}

.dropdown-menu .arrow {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--cs-color);
}

#status-carousel .close-post-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--cs-color);
    background: var(--cs-bg-white);
    z-index: 999;
}

.profile-header .profile-settings,
.profile-header .group-setting {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    background: var(--bs-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px;
}

.profile-header .profile-settings i,
.profile-header .group-setting i {
    font-size: 18px;
    margin-right: 5px;
}

.profile-header .profile-stats {
    margin: unset;
    padding: unset;
    list-style-type: none;
    display: flex;
    justify-content: end;
}

.profile-header .profile-stats li {
    padding: 9px 30px 9px 30px;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color);
    margin: 0 8px;
    text-align: center;
}

.profile-header .profile-stats li h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #0A66C2;
}

.profile-header .profile-stats li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: var(--cs-color);
}

.profile-header .profile-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: var(--cs-color);
    margin-bottom: 10px;
}

.profile-header .profile-subtitle {
    display: flex;
    list-style-type: none;
    margin: unset;
    padding: unset;
}

.profile-header .profile-subtitle i {
    color: var(--cs-color);
    font-size: 14px;
    margin-right: 4px;
}

.profile-header .profile-subtitle li {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--cs-color);
    margin: 0 10px;
}

.profile-header .profile-tabs,
.profile-tabs-pills {
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: center;
    margin: unset;
    padding: unset;
}

.profile-header .profile-tabs li,
.profile-tabs-pills li a {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 7px 15px;
    color: var(--cs-color);
    padding: unset;
    padding-bottom: 5px;
    margin-bottom: unset;
    border-bottom: 5px solid transparent;
}

.profile-header .profile-tabs li a {
    color: var(--cs-color);
}

.profile-tabs-pills li a {
    display: inline-block;
    background: transparent !important;
}

.profile-tabs-pills a.active,
.profile-header .profile-tabs li.active,
.profile-header .profile-tabs li.active a,
.profile-header .profile-tabs li a:hover {
    color: #0A66C2;
}

.profile-tabs-pills a.active,
.profile-header .profile-tabs li.active,
.profile-header .profile-tabs li:hover,
.profile-tabs-pills li.active,
.profile-tabs-pills li:hover {
    border-color: #0A66C2;
}

.profile-about-wrapper .card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--cs-color);
}

.profile-about-wrapper .card-title .badge {
    color: #0A66C2;
    background: #E6F0F9;
    border-radius: 10px;
    font-size: 13px;
    padding: 0px 8px;
}

.profile-about-wrapper .align-items-center span,
.profile-about-wrapper .align-items-center p {
    color: var(--cs-color);
}

.profile-about-wrapper .profile-social-link {
    display: flex;
    margin: unset;
    padding: unset;
    list-style-type: none;
    flex-wrap: wrap;
}

.profile-about-wrapper .profile-social-link li {
    padding: 6px 10px;
    margin: 4px 4px;
    border-radius: 30px;
    border: 1px solid var(--bs-border-color);
}

.profile-about-wrapper .followers-list {
    list-style-type: none;
    margin: unset;
    padding: unset;
    margin-bottom: 8px;
}

.profile-about-wrapper .followers-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-about-wrapper .followers-list img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    border-radius: 30px;
}

.profile-about-wrapper .followers-list h6 {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.profile-about-wrapper .followers-list p {
    color: var(--cs-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.profile-about-tabs .nav-pills .nav-link {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 400;
    padding: 0.7rem 1rem;
    border-radius: unset;
    border-left: 7px solid transparent;
}

.profile-about-tabs .nav-pills li:first-child a {
    border-radius: 10px 10px 0px 0px;
}

.profile-about-tabs .nav-pills li:last-child a {
    border-radius: 0px 0px 10px 10px;
}

.profile-about-tabs .nav-pills .nav-link:hover,
.profile-about-tabs .nav-pills .nav-link.active {
    color: #0A66C2;
    border-color: #0A66C2;
    background: rgba(var(--bs-primary-rgb), .2);
}

.profile-about-tabs .nav-pills .nav-link i {
    font-size: 23px;
}

.friends-followers-wrapper .card-header,
.profile-about-tab-content .card-header,
.event-media-wrapper .card-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 1rem;
}

.profile-about-tab-content .card-header-bg,
.event-media-wrapper .card-header-bg {
    background: var(--cs-card-header-bg);
    border-radius: 10px 10px 0px 0px;
}

.friends-followers-wrapper .card-header h4,
.profile-about-tab-content .card-header h4,
.event-media-wrapper .card-header h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}

.friends-followers-wrapper a {
    color: var(--cs-color);
}

.profile-about-tab-content .card-header h4 a,
.profile-about-tab-content #v-pills-family .i-btns,
.profile-about-tab-content .place-edit,
.profile-about-tab-content .place-delete {
    color: #ffffff;
    padding: 1px 5px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #0A66C2;
    display: inline-block;
}

.profile-about-tab-content .card-header h4 a i,
.profile-about-tab-content #v-pills-family .i-btns i,
.profile-about-tab-content .place-edit i,
.profile-about-tab-content .place-delete i {
    font-size: 14px;
}

.profile-about-tab-content .vertical-line-right {
    border-right: 0.5px solid var(--bs-border-color);
}

.profile-about-tab-content .vertical-line-left {
    border-left: 0.5px solid var(--bs-border-color);
}

.profile-about-tab-content .card-header-bg-wrapper .form-select {
    width: 96px;
    height: 32px;
    font-size: 12px;
    padding: .2rem;
    background-color: var(--cs-card-diff-bg);
}

.profile-about-tab-content p {
    color: var(--cs-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.profile-about-tab-content .social-links {
    margin: unset;
    padding: unset;
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-about-tab-content .social-links li {
    margin: 0px 7px;
}

.profile-about-tab-content .social-links img,
.profile-about-tab-content .social-links i {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.profile-about-tab-content .social-links p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: var(--cs-color);
}

.profile-about-tab-content #v-pills-work-tab .title,
.profile-about-tab-content #v-pills-details-tab .title,
.profile-about-tab-content #v-pills-education-tab .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--cs-color);
}

.profile-about-tab-content #v-pills-work-tab .subtitle,
.profile-about-tab-content #v-pills-education-tab .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--cs-color);

}

.profile-about-tab-content #v-pills-work-tab .text,
.profile-about-tab-content #v-pills-details-tab .text,
.profile-about-tab-content #v-pills-education-tab .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--cs-color);
}

.profile-about-tab-content #v-pills-work-tab .i-btns,
.profile-about-tab-content #v-pills-details-tab .i-btns,
.profile-about-tab-content #v-pills-education-tab .i-btns {
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 30px;
    background: #0A66C2;
    margin: 0 4px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.profile-about-tab-content #v-pills-work-tab .i-btns i,
.profile-about-tab-content #v-pills-details-tab .i-btns i,
.profile-about-tab-content #v-pills-education-tab .i-btns i {
    font-size: 14px;
}

.my-followers-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.promotions-stick {
    position: fixed;
    top: 80px;
    z-index: 1;
    width: 18.839%;
}

.no-border {
    border: unset !important;
}

.ad-x {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
    color: #ffffff;
    z-index: 1;
    background-color: #3e4042;
    padding: 0px 7px;
    border-radius: 50px;
}

.ad-x span {
    margin-top: 5px;
    font-size: 18px;
}

.premium-plan-1 {
    height: 8px;
    background: linear-gradient(to bottom, #44712e 8px, hsla(0, 0%, 100%, 0) 8px);
}

.premium-color-1 {
    color: #44712e;
}

.premium-plan-2 {
    height: 8px;
    background: linear-gradient(to bottom, #56687a 8px, hsla(0, 0%, 100%, 0) 8px);
}

.premium-color-2 {
    color: #56687a;
}

.premium-plan-3 {
    height: 8px;
    background: linear-gradient(to bottom, #80597e 8px, hsla(0, 0%, 100%, 0) 8px);
}

.premium-color-3 {
    color: #80597e;
}

.premium-plan-4 {
    height: 8px;
    background-color: #ffffff;
    background: linear-gradient(to bottom, #8f5849 8px, hsla(0, 0%, 100%, 0) 8px);
}

.premium-color-4 {
    color: #8f5849;
}

.premium-features-wrapper {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.premium-features-section-container {
    display: flex;
    max-width: 1128px;
}

.premium-features-section {
    width: 100%;
    height: 100%;
    padding: 4.8rem 2.4rem 2.4rem;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .premium-features-section:before {
        border-radius: 0 50% 50% 0;
        content: "";
        height: 150%;
        top: -35%;
        width: 50%;
    }
}

.premium-features-section:before {
    background-color: #44712e;
    content: "";
    height: inherit;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
}

.premium-features-section-1:before {
    background-color: #44712e;
}

.btn-premium-plan-1 {
    border: #44712e !important;
    background-color: #44712e !important;
}

.premium-features-section-2:before {
    background-color: #56687a;
}

.btn-premium-plan-2 {
    border: #56687a !important;
    background-color: #56687a !important;
}

.premium-features-section-3:before {
    background-color: #80597e !important;
}

.btn-premium-plan-3 {
    border: #80597e !important;
    background-color: #80597e !important;
}

.plan-section-details {
    width: 50%;
    padding-top: 2.8rem;
}

.premium-features-section__callout {
    font-size: 133px;
    font-weight: 600;
    line-height: 90%;
}

.premium-features-section__description {
    margin-right: 6.4rem;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    display: block;
    line-height: 1.25;
    font-weight: 400;
}

.premium-list-group {
    list-style-type: none;
}

.btn-promote,
.btn-promote:hover {
    color: #000;
    background-color: #ffba68;
    border-color: #ffba68;
}

.promote-checkbox {
    height: 17px;
    width: 17px;
    margin-top: 3px;
    border: 3px solid #ffc076;
}

/*.right-sidebar-mini {*/
/*    width: auto !important;*/
/*}*/

.custum-redio-btn.form-check-input {
    visibility: hidden;
    width: auto;
    height: auto;
    margin: unset;
}

.custum-redio-btn-wrapper {
    padding: 0.5rem;
}

.custum-radio-btn-wrapper {
    padding: 0.2rem;
}

.custum-radio-btn-wrapper span {
    color: var(--bs-body-color);
}

.promoted-post {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.promoted-post.visible {
    opacity: 1;
    transform: translateY(0);
}

.text-left {
    text-align: left;
}

.gray-background {
    background-color: gray;
    color: white;
}

.gray-background .dropdown-item {
    color: white;
}

.event-img {
    width: 208px;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.events-wrapper .event-details {
    padding: 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.event-listing .bg-white {
    border-radius: 6px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.event-banner {
    width: 1157px;
    height: 290px;
    object-fit: cover;
}

.text-container {
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-container.expanded {
    max-height: none;
}

.text-container.collapsing {
    opacity: 0;
}

.text-container.expanding {
    opacity: 0;
}

.view-more-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-more-btn:hover {
    background-color: #0056b3;
}

.text-container.overflowing+.view-more-btn {
    display: inline-block;
    align-self: center;
}

.custom-search-field {
    width: 100%;
    height: 2.5rem;
    padding: .8125rem 1.25rem .8125rem 3.125rem;
    border-radius: .25rem;
    border: none;
    border: 1px solid var(--bs-border-color);
    font-weight: 600;
    color: var(--bs-body-color);
}

#share-post-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(231 231 231);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    z-index: 1;
    opacity: 1;
    cursor: wait;
    padding: 100px;
}

#share-modal svg {
    width: 30px;
    stroke: #7e8b9a;
    fill: #7e8b9a;
}

.fs-16 {
    font-size: 16px;
}

#myTabContent #reposneArea {
    margin-bottom: 100px;
}

.dont-have-an-account {
    display: flex;
    align-items: center;
}

.dont-have-an-account .line {
    flex-grow: 1;
    height: 1px;
    background-color: #d1cdd5;
}

.dont-have-an-account span {
    margin: 0 10px;
    white-space: nowrap;
    padding: 0 10px;
}

.btn-social-login svg {
    margin-right: 10px;
}

.btn-social-login,
.btn-social-login:hover {
    width: 100%;
    color: #000000;
    border-color: #F4F4F4;
    background-color: #F4F4F4;
}

.existing-doctors .card {
    background: linear-gradient(to right, #0a66c2 35%, #fff 35%);
}

.existing-doctors img {
    width: 72px;
    height: 72px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.existing-doctors h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;

}

.existing-doctors p {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.case-card img {
    width: 48px;
    border-radius: 30px;
    border: 1px solid var(--bs-border-color);
    margin: 0 15px 0 0;
    background: var(--cs-card-diff-bg);
}

.case-card {
    border: 1px solid var(--bs-border-color) !important;
}

.case-card-p {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    color: var(--cs-color);
}

.case-card-tags p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15.12px;
    border-radius: 8px;
    display: inline-block;
    background: var(--cs-card-diff-bg);
    color: var(--cs-color);
    margin: 6px;
    padding: 10px 15px 10px 15px;
}

.case-card .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    color: #0A66C2;
    padding: 11px 20px;
    border: 1px solid #0A66C2;
}

.case-card .card-footer {
    background: var(--cs-card-diff-bg);
    border: 1px solid var(--bs-border-color);
}

.case-card .card-footer span {
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
    color: var(--cs-color);
}

.bt-1 {
    border-top: 1px solid var(--bs-border-color) !important;
}

.bb-1 {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.br-1 {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.job-card,
.conference-card,
.event-card {
    background: linear-gradient(to right, var(--cs-job-card-bg1) 10%, var(--cs-job-card-bg2) 10%);
}

.job-card-active,
.conference-card-active,
.event-card-active {
    background: linear-gradient(to right, var(--cs-job-active-card-bg1) 10%, var(--cs-job-active-card-bg2) 10%);
}

.job-actions,
.conference-actions,
.event-actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem !important;
    flex-direction: row !important;
}

#loaded-records-container {
    position: relative;
    height: 100vh;
}

.job-header,
.conference-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.job-icon,
.conference-icon {
    background-color: var(--bs-secondary-bg);
    border-radius: 50%;
    padding: 6px 8px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

#loaded-records-container #loaded-record {
    position: absolute;
    top: 0;
    max-height: calc(100vh - 40px);
    width: 32vw;
    overflow-y: scroll;
    transition: top 0.3s;
}

@media (max-width: 767px) {
    #loaded-records-container #loaded-record {
        position: static;
        width: 100%;
        max-height: none;
    }
}

#loaded-records-container .shimmer-wrapper {
    background-color: rgba(var(--bs-white-rgb), 1) !important;
    border-radius: var(--bs-border-radius);
    padding: 20px;
    margin: 0;
    max-width: 600px;
    width: 30vw;
}

.job-icon i,
.conference-icon i {
    color: var(--bs-body-color);
}

#loaded-records-container .shimmer {
    background: linear-gradient(to right,
    var(--bs-secondary-bg) 8%,
    var(--bs-gray-200) 18%,
    var(--bs-secondary-bg) 33%);
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
}

#loaded-records-container .shimmer-line {
    height: 16px;
    margin-bottom: 10px;
    width: 100%;
}

#loaded-records-container .shimmer-line.short {
    width: 60%;
}

#loaded-records-container .shimmer-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

#loaded-records-container .shimmer-button {
    height: 40px;
    width: 80px;
    border-radius: var(--bs-border-radius);
}

#loaded-records-container #recordsShimmer {
    position: absolute;
    top: 0;
    width: 30vw;
    max-height: calc(100vh - 40px);
    overflow-y: hidden;
    transition: top 0.3s;
}

/* Shimmer effect styles */
@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.btn-view,
.btn-apply {
    padding: 8px 20px;
    border-radius: var(--bs-border-radius);
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-apply,
.btn-apply:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-view:hover,
.btn-apply:hover {
    opacity: 0.9;
}

.job-company,
.job-location {
    color: var(--bs-secondary-color);
}

.job-avatar,
.conference-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.job-meta,
.conference-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.job-time-left,
.conference-time-left,
.event-wishlist,
.event-price {
    background-color: var(--bs-secondary-bg);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--bs-secondary-text);
    margin-left: auto;
    display: flex;
}

.event-wishlist {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: unset;
    justify-content: center;
}

.job-title,
.conference-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-heading-color);
    margin: 10px 0;
}

.jobs-wrapper .svg-img-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: var(--cs-card-diff-bg);
    text-align: center;
    margin: 0 15px 0 0;
}

.jobs-wrapper .svg-img {
    width: 34px;
    height: 34px;
    margin: auto;
    margin-top: 12px;
    border-radius: unset;
}

.job-card .job-department {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    text-align: left;
    color: var(--cs-color);
    margin-top: .5rem !important;
}

.jobs-wrapper .job-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: var(--cs-color);
}

.job-card .job-ago {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    text-align: left;
    color: #007bff;
}

.jobs-wrapper .job-time-left {
    padding: 7px 13px 7px 13px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    text-align: left;
    color: var(--cs-color);
    background: var(--cs-card-diff-bg);
    display: flex;
}

.job-listing,
.event-listing {
    background-color: var(--bs-gray-900);
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.job-card-active {
    border-left: 4px solid #0d6efd;
}

.job-listing:hover,
.event-listing:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.physician-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    color: var(--cs-color);
    margin-bottom: 5px;
    margin-top: .5rem;
}

.physician-timeline {
    font-size: 13px;
    font-weight: 500;
    line-height: 16.38px;
    text-align: left;
    color: var(--cs-color);
}

.physician-timeline i,
.job-time-left i {
    font-size: 16px;
}

.job-card .card-footer .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    padding: 11px 20px;
    border-radius: 5px;
    background: var(--cs-bg-white);
    border: 1px solid var(--cs-job-card-btns-border-color);
    color: var(--cs-color);
}

.card-footer .btn {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.job-card-active .card-footer .btn-primary {
    color: #ffffff;
    background: var(--bs-primary);
}

.jobs-wrapper .currency {
    font-size: 12px;
    font-weight: 800;
    line-height: 15.12px;
}

.jobs-wrapper .amount,
.jobs-wrapper .dash {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
}

.jobs-wrapper .per-month {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
}

.jobs-wrapper img {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
    border-radius: 30px;
    background: var(--cs-card-diff-bg);
}

.card-detail .card-detail-header {
    padding: 1.5rem !important;
    border-bottom: 1px solid var(--bs-border-color);
}

.card-detail .card-detail-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: var(--cs-color);
    margin-bottom: .8rem !important;
}


.job-listing:hover .card {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.job-post-image {
    height: 200px;
    object-fit: cover;
}
.job-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.job-avatar-sm {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd;
    transition: background-color 0.3s, color 0.3s;
}
.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #fff;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    transition: background-color 0.3s, border-color 0.3s;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.badge.bg-primary-subtle {
    background-color: #e7f1ff;
    color: #0d6efd;
}
.badge.bg-secondary-subtle {
    background-color: #f8f9fa;
    color: #6c757d;
}
.badge.bg-warning.text-dark {
    background-color: #ffc107;
    color: #212529;
}
.badge.bg-secondary {
    background-color: #6c757d;
}
.related-conference-list, .related-conferences-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-card-active {
    border-left: 4px solid #0d6efd;
}
.card-detail .card-detail-subtitle i {
    font-size: 15px;
}

.card-detail .card-detail-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--cs-color);
    display: flex;
}

.card-detail .card-detail-location {
    padding: 1.5rem !important;
    /* border-bottom: 1px solid var(--bs-border-color); */
}

.card-detail .card-detail-job-details {
    padding: 1.5rem !important;
    border-bottom: 1px solid var(--bs-border-color);
}

.card-detail .card-detail-job-details p {
    font-size: 14px;
    line-height: 17.64px;
    color: var(--cs-color);
    margin-bottom: 0.6rem;
}

.card-detail .card-detail-job-details p span {
    font-weight: 600;
}

.card-detail .card-detail-description {
    padding: 1.5rem !important;
}

.card-detail .card-detail-description ul li {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


@media (max-width: 991px) {

    .profile-header .profile-stats,
    .profile-header .profile-subtitle,
    .profile-header .profile-tabs {
        display: block;
    }

    .profile-header .profile-stats li,
    .profile-header .profile-subtitle li,
    .profile-header .profile-tabs li {
        margin-bottom: 5px;
    }
}


pre {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
}

code {
    font-family: 'Courier New', Courier, monospace;
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    color: #e83e8c;
}

ul,
ol {
    margin-left: 0px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.shimmer-container {
    width: 100%;
}

.shimmer-line {
    height: 15px;
    margin-bottom: 10px;
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
}

.shimmer-line:nth-child(1) {
    width: 90%;
}

.shimmer-line:nth-child(2) {
    width: 80%;
}

.shimmer-line:nth-child(3) {
    width: 70%;
}

@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.welcome-screen {

    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.welcome-header {
    margin-bottom: 20px;
}

.ai-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    background: radial-gradient(circle at center, #ffffff,  #fdfdfd); /* Circular gradient */
    background-size: 200%; /* Larger size for animated effect */
    background-position: center; /* Start centered */
    border-radius: 10px;
    border: 1px solid rgba(212, 212, 212, 0.58);
    padding: 20px;
    transition: all 0.3s ease, background 0.8s ease, background-position 0.8s ease, background-size 0.8s ease; /* Smooth transition for background */
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #e0f7fa, var(--bs-primary-bg-subtle)); /* Linear gradient on hover */
    background-size: 150%; /* Change size for hover animation */
    background-position: left; /* Shift background for visual effect */
}



.feature-item i {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 15px;
}

.feature-item h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 0.9rem;
    color: #666;
}

.cta-section {
    margin-top: 40px;
}

.suggested-topics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.topic-btn {
    background-color: #e9ecef;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
}

.topic-btn:hover {
    background-color: #007bff;
    color: white;
}

.textarea-container {
    position: relative;
    border: 1px solid rgba(212, 212, 212, 0.58);
    border-radius: 2px;

    flex-grow: 1;
}

.iq-chating-content {
    border: 1px solid rgba(212, 212, 212, 0.58);
}

.textarea-icon {
    position: absolute;
    left: 10px;
    top: 25%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

#questionInput {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .textarea-icon {
        top: 15px;
        transform: none;
    }
}

.post-card {
    /* border: 1px solid var(--cs-card-border-color); */
    border-radius: 8px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
    background-color: var(--cs-bg-white);
    /* margin-bottom: 20px; */
    font-family: Arial, sans-serif;
}

.post-card .avatar-60 {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.post-card .user-info {
    display: flex;
    align-items: center;
}

.post-card .user-info .user-details {
    margin-left: 15px;
    flex-grow: 1;
}

.post-card .user-info .user-details h5 {
    margin: 0;
    font-weight: bold;
}

.post-card .user-info .user-details small {
    color: #666;
    display: flex;
    align-items: center;
}

.post-card .user-info .user-details small .dot {
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 8px;
}

.post-card .post-content {
    margin-top: 15px;
    line-height: 1.5;
}

.card-post-toolbar {
    margin-left: auto;
}

.dropdown-menu {
    min-width: 150px;
}

.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 8px;
}

.add-post-wrapper .card-header .col-md-4 {
    padding: 16px 1.875rem;
}

.add-post-wrapper .card-header h6,
.add-new-post-details-wrapper .post-upload-options-wrapper .post-upload-option h6 {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: unset;
}

.add-post-wrapper .add-post-placeholder .user-img,
.add-new-post-details-wrapper .user-img {
    width: 60px;
    height: 60px;
    padding: 6px;
    background: #f8f9fa;
}

.post-area {
    background-color: var(--bs-light-bg-subtle) !important;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    /* Add smooth transition for hover effect */
}

.post-area:hover {
    background-color: var(--cs-post-hover-color);
}

.add-post-wrapper .add-post-placeholder p {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 22px;
    margin-top: 15px;
}

.add-post-wrapper .add-post-options .option {
    margin: 0 7px;
    padding: 11px 16px;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
}

.add-post-wrapper .add-post-options {
    flex-wrap: wrap;
}

.add-post-wrapper .add-post-options .option {
    margin-bottom: 1px;
}

.add-post-wrapper .add-post-options .option i {
    margin-right: 5px;
    font-size: 23px;
    color: var(--bs-heading-color);
}

.add-post-wrapper .add-post-options .option-more {
    margin: 1px 10px;
}

.add-post-wrapper .add-post-options .option-more i {
    padding: 11px 11px;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    background-color: var(--cs-card-diff-bg);
}

.add-post-wrapper .add-post-options h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.add-new-post-details-wrapper h6 {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
}

.add-new-post-details-wrapper .form-select {
    width: 100px;
    padding: 3px 8px;
    background-color: var(--cs-card-diff-bg);
}

.add-new-post-details-wrapper .post-dropzone img {
    margin-bottom: 10px;
}

.add-new-post-details-wrapper .post-dropzone h4 {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.add-new-post-details-wrapper .post-dropzone p {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.add-new-post-details-wrapper .post-dropzone {
    text-align: center;
    border-radius: 5px;
    background-color: var(--cs-card-diff-bg);
    transition: background-color 0.3s ease;
    /* Add smooth transition for hover effect */

}

.add-new-post-details-wrapper .post-dropzone:hover {
    text-align: center;
    border-radius: 5px;
    background-color: var(--bs-light-bg-subtle) !important;
}

.add-new-post-details-wrapper .post-upload-options-wrapper .post-upload-option {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    transition: background-color 0.3s ease;
    /* Add smooth transition for hover effect */

}

.add-new-post-details-wrapper .post-upload-options-wrapper .post-upload-option {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);

}

.btn-post {
    border: 1px solid var(--bs-border-color);

    transition: background-color 0.3s ease;
    /* Add smooth transition for hover effect */


}

.btn-post:hover {
    background: var(--cs-post-hover-color);
}

.add-new-post-details-wrapper .post-upload-options-wrapper .post-upload-option img {
    width: 19px;
    height: 19px;
}

.post-form #toolbar {
    font-size: 18px;
    padding: 0 0 8px 0;
}

#post-modal .btn-back {
    width: 45px;
    height: 45px;
    padding: 0px;
    border-radius: 30px;
    background: var(--cs-job-card-bg2);
}

#post-modal .badge-info {
    color: #0A66C2;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #E6F0F9;
}

#tag-friends-panel #iq-friends-selected-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: unset;
    padding: unset;
    margin-bottom: 15px;
}

#tag-friends-panel #iq-friends-selected-list li {
    margin: 0px 10px;
}

#tag-friends-panel #iq-friends-selected-list li img,
#tag-friends-panel #iq-friends-filtered-list li img {
    width: 46px;
    height: 46px;
    margin-bottom: 5px;
    object-fit: contain;
}

#tag-friends-panel #iq-friends-selected-list li h6 {
    width: 46px;
    color: var(--cs-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    overflow: hidden;
}

#tag-friends-panel #iq-friends-filtered-list {
    list-style-type: none;
    margin: unset;
    padding: unset;
    margin-bottom: 15px;
}

#tag-friends-panel #iq-friends-filtered-list li {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

#tag-friends-panel #iq-friends-filtered-list li h6 {
    color: var(--cs-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
}

#tag-friends-panel .form-check-input {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #0a66c2 !important;
}

#tagged-users-name a {
    margin: 0 2px;
}

#iq-friends-selected-list .tagged-user {
    position: relative;
}

#iq-friends-selected-list .tagged-user i {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    padding: 2px;
    background: #000000;
    border: 1px solid #000000;
}

.fs-14 {
    font-size: 14px;
}

.post-card .post-header .post-header-title a {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.post-card .post-header .post-header-title .profile-badge {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 5px;
    padding: 4px;
    background-color: var(--cs-job-card-bg2);
}

.post-card .post-header .profile-specialty {
    color: var(--cs-color);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: unset;
}

.post-card .post-header .post-time-ago {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 400;
    display: flex;
}

.post-card .post-header .post-time-ago i {
    font-size: 12px;
    padding-top: 6px;
    margin-left: 3px;
}

.post-card .post-header .post-header-title .profile-bade i {
    font-size: 16px;
    vertical-align: middle;
}

.text-container .post-content {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: unset;
}

.text-container .post-content .show-more-text,
.text-container .post-content .show-less-text {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.text-container .post-content .show-more-text i,
.text-container .post-content .show-less-text i {
    font-size: 20px;
}

.like-comment-share-wrapper {
    opacity: 0.9;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    padding: 1rem 1rem !important;
    border-top: 1px solid var(--bs-border-color) !important;
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.like-comment-share-wrapper .like-data,
.like-comment-share-wrapper .like-data .post-like,
.like-comment-share-wrapper .load-comments,
.like-comment-share-wrapper .share-block a,
.like-comment-share-wrapper .insights-block a {
    color: var(--cs-color-sub) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center !important;
}

.like-comment-share-wrapper i {
    font-size: 19px;
}

.post-comments .user-comment-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.post-comments .comment-time-ago {
    color: var(--cs-color-sub);
    opacity: 0.7;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.post-comments .editable-comment {
    color: var(--cs-color-sub);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.post-comments .comment-options .like-icon {
    color: #0A66C2;
}

.post-comments .comment-options .card-text-1 {
    color: var(--cs-color-sub);
    font-size: 12px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin-right: 1rem !important;
    align-items: center !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card:hover {
    background: var(--cs-card-header-bg);
}

#profile-edit-modal .modal-title {
    color: var(--cs-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#profile-edit-modal .modal-header .close-post-modal {
    color: var(--cs-color-sub);
    border-radius: 20px;
    background: var(--cs-job-card-bg2);
}

#profile-edit-modal .modal-header .close-post-modal i {
    font-size: 18px;
    padding: 4px;
}

#profile-edit-modal .cover-photo {
    background: var(--cs-card-header-bg);
}

#profile-edit-modal #cover-upload-img {
    height: 220px;
    width: 1145px;
    object-fit: contain;
}

#profile-edit-modal .picture-wrapper {
    margin: 0 2rem !important;
    margin-top: -70px !important;
    position: relative;
    display: flex !important;
}

#profile-edit-modal .cover-wrapper {
    display: flex;
    justify-content: center;
    position: relative !important;
}

#profile-edit-modal .cover-wrapper .cover-btn-wrapper {
    position: absolute;
    bottom: 30px;
    z-index: 999;
}

#profile-edit-modal .modal-body .btn {
    color: #fff;
    background: #7E8B9A;
    border-color: #7E8B9A;
}

#profile-edit-modal #profile-photo,
#profile-edit-modal #profile-photo img {
    background: #ffffff;
    border-radius: 100%;
}

.tagify {
    border-color: var(--bs-border-color) !important;
}

.btn-detail-outline-primary {
    background-color: transparent;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    padding: 8px 20px;
    border-radius: var(--bs-border-radius);
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.case-detail .case-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.case-detail .case-sub-title i {
    font-size: 18px;
    margin-right: 5px;
}

.case-detail .case-sub-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.case-detail .case-likes {
    text-align: center;
    color: var(--cs-color-sub);
    font-size: 12px;
    padding: 8px;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
    line-height: 15.12px;
    background-color: var(--cs-job-card-bg2);
}

.case-detail .case-text,
.case-detail .case-text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.case-detail .input-group {
    width: auto;
}

.case-detail .commentor-name {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.case-detail .commentor-specialty {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.case-detail .case-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 15px;
}

.case-detail .case-comment {
    color: var(--cs-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.meeting-wrapper .meeting-title {
    color: var(--cs-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
}

.meeting-wrapper .meeting-subtitle {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
}

.meeting-wrapper .meeting-text {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.meeting-wrapper .meeting-spec .spec-icon {
    margin: unset;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #e7f0f9;
    margin-right: 1.3rem !important;
}

.meeting-wrapper .meeting-spec .spec-icon i {
    color: #0A66C2;
    padding-top: 3px;
}

.meeting-wrapper .meeting-spec .spec-text {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
}

.group-wrapper .group-title {
    color: var(--cs-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
}

.group-wrapper .group-subtitle {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    margin-bottom: 2rem;
}

.group-wrapper .group-text {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.group-wrapper .iq-edit-profile li {
    margin: 0 30px;
    position: relative;
}

.group-wrapper .nav-link {
    padding: unset;
    background: transparent !important;
}

.group-wrapper .nav-link .group-icon {
    margin: unset;
    position: relative;
    width: 70px;
}

.group-wrapper .nav-link .group-icon i {
    color: var(--cs-color-sub);
    padding: 15px;
    border-radius: 30px;
    border: 2.5px solid var(--cs-color-sub);
}

.group-wrapper .iq-edit-profile li .group-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -66px;
    width: calc(100% + 2px);
    height: 1px;
    background-color: var(--cs-color);
    transform: translateY(-50%);
}

.group-wrapper .iq-edit-profile li:nth-child(1) .group-icon::after {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.group-wrapper .iq-edit-profile li:nth-child(2) .group-icon::after {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.group-wrapper .iq-edit-profile li:nth-child(3) .group-icon::after {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.group-wrapper .iq-edit-profile li:nth-child(4) .group-icon::after {
    display: none;
}

@media (max-width: 767px) {
    .group-wrapper .iq-edit-profile li .group-icon::after {
        display: none;
    }

    .group-wrapper .iq-edit-profile li {
        margin: 30px 30px;
    }
}

.group-wrapper .nav-link.active .group-icon i,
.group-wrapper .group-pill {
    color: #0A66C2;
    border: 2.5px solid #0A66C2;
}

.group-wrapper .nav-link .group-icon-title {
    color: var(--cs-color-sub);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    margin-top: 1rem;
    margin-bottom: unset;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 4px solid transparent;
}

.group-wrapper .nav-link.active .group-icon-title {
    color: #0A66C2;
    border-bottom: 4px solid #0A66C2;
}

.group-aside-wrapper .card-title {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
}

.group-aside-wrapper .group-title {
    color: var(--cs-color);
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
    margin-bottom: 4px;
}

.group-aside-wrapper .group-desc {
    color: var(--cs-color-sub);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.group-aside-wrapper .rounded-circle {
    width: 48px;
    height: 48px;
    text-align: center;
    justify-content: center;
    display: flex;
    background-color: var(--cs-card-diff-bg);
}

.group-aside-wrapper .rounded-circle i {
    align-items: center;
    display: flex;
}

.group-aside-wrapper .group-attr-heading {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    margin-bottom: 4px;
}

.group-aside-wrapper .group-attr {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.38px;
    margin-bottom: unset;
}

.group-info .group-name {
    color: var(--cs-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.group-info #privacy_icon {
    color: var(--cs-color-sub);
    font-size: 14px;
}

.group-info #privacy_text {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.group-info #group_members {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.group-more-tools .btn {
    display: flex !important;
    align-items: center;
}

.group-more-tools .btn-circle {
    width: 40px;
    height: 40px;
    color: var(--cs-color-sub);
    border-radius: 50%;
    padding: 0 .5rem !important;
    border-color: var(--cs-card-border-color);
    background-color: var(--cs-card-diff-bg);
}

.group-info .group-more-tools i {
    font-size: 20px;
}

.members-wrapper .members-title {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
}

.members-wrapper .members-text {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 500;
    line-height: 16.38px;
}

.members-wrapper .group-collection-title {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
}

.members-wrapper #group-members-collection .user-image {
    width: 46px;
    height: 46px;
}

.members-wrapper #group-members-collection h5 {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    margin-bottom: 10px;
}

.members-wrapper #group-members-collection p {
    color: var(--cs-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    margin-bottom: unset;
    align-items: center;
    display: flex;
    gap: 5px;
}


.members-wrapper #group-members-collection p i {
    font-size: 16px;
}

.members-wrapper #group-members-collection p .member-time-ago {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
}

.members-wrapper #group-members-collection .group-collection-title {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    margin-bottom: 20px;
}

.events-wrapper .iq-edit-list ul,
.case-detail .iq-edit-list ul,
.event-media-wrapper .iq-edit-list ul {
    margin: unset;
}

.events-wrapper .iq-edit-list ul li .nav-link,
.case-detail .iq-edit-list ul li .nav-link,
.event-media-wrapper .iq-edit-list ul li .nav-link {
    background: transparent;
    border-radius: unset;
    padding: 0.5rem 0px;
    margin: 0 0.5rem;
    color: var(--cs-color);
    border-bottom: 5px solid transparent;
}

.events-wrapper .iq-edit-list ul li .nav-link.active,
.case-detail .iq-edit-list ul li .nav-link.active,
.event-media-wrapper .iq-edit-list ul li .nav-link.active {
    color: #0A66C2;
    border-color: #0A66C2;
}

.events-wrapper .event-title {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
}

.events-wrapper .event-text {
    color: var(--cs-color-sub);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.events-wrapper .event-details hr {
    width: 75%;
    border: 1px solid var(--bs-border-color);
}

.events-wrapper .event-time {
    color: var(--cs-color-sub);
    display: flex !important;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.events-wrapper .event-location {
    display: flex !important;
    align-items: center !important;
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
}

.event-card-detail img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.event-card-detail .e-title {
    color: var(--cs-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
}

.event-card-detail .e-desc {
    color: var(--cs-color-sub);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.event-card-detail .e-join-text {
    color: var(--cs-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.event-card-detail .e-date-location {
    color: var(--cs-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 25.2px;
}

.avatar-icon {
    padding: 7px;
    border-radius: 50%;
    color: var(--cs-color-sub);
    background-color: var(--cs-card-diff-bg);
}

.conference-header .avatar-icon,
.card-detail-job-details .avatar-icon,
.job-listing .avatar-icon,
.card-detail-header .avatar-icon {
    width: 50px;
    height: 50px;
    display: flex;
    padding: unset;
    align-items: center;
    justify-content: center;
}


.no-line-height {
    line-height: unset !important;
}

.form-check-input {
    width: 15px;
    height: 15px;
    border: 1px solid var(--bs-link-color);
    cursor: pointer;
}

.form-check-input:hover {
    border: 1px solid var(--bs-link-hover-color);
}

.form-control {
    border-color: rgba(var(--bs-primary-rgb), .2);

    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s ease;
}

.form-control:hover {
    border-color: rgba(var(--bs-primary-rgb), .5);
    box-shadow: 0 0 2px rgba(var(--bs-primary-rgb), .1);

}

.form-control:focus {
    border-color: rgba(var(--bs-primary-rgb), .1);
    box-shadow: 0 0 5px rgba(var(--bs-primary-rgb), .1);

}

.active-status {
    background-color: rgba(var(--bs-primary-rgb), .1);
    border-radius: 5px;
    padding-left: 10px;
}

.active-status i {
    background-color: currentColor;
    /* Fill the circle with the current color */
    border-radius: 50%;
    /* Make sure the circle is perfectly round */
    color: white;
    /* Change the color of the icon inside the circle */
    padding: 2px;
    /* Add some padding to make the circle appear filled */
}

#post-view-modal .comments-wrapper {
    height: 300px;
    overflow-y: scroll;
}

.sidebar-toggle {
    color: var(--cs-color);
}

Updated upstream
.stories.carousel .story>.item-link>.item-preview img {
    height: 90px !important;
    width: 90px !important;
    background-color: #0a66c2;
}

.stories.storiesWrapper.carousel .story>.item-link .info .name {
    color: var(--cs-color-sub) !important;
}

.dropdown-menu {
    background-color: var(--dropdown-bg-color); /* Background color from the theme */
    border: 1px solid var(--dropdown-border-color); /* Border color from the theme */
    box-shadow: 0 4px 8px var(--dropdown-shadow-color); /* Shadow color from the theme */
    border-radius: 5px; /* Consistent rounding for both themes */
    color: var(--dropdown-text-color); /* Text color from the theme */
}


/* Hover effect on the list items */
.dropdown-menu .dropdown-item:hover {
    background-color: var(--dropdown-hover-bg-color); /* Background color on hover from theme */
    color: var(--dropdown-hover-text-color); /* Text color on hover from theme */
}

/* For <li> elements specifically */
.dropdown-menu li.dropdown-item:hover {
    background-color: var(--dropdown-hover-bg-color); /* Consistent hover background for li items */
    color: var(--dropdown-hover-text-color); /* Consistent hover text color for li items */
}

/* Optional: Transition for smooth hover effect */
.dropdown-menu .dropdown-item {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.go-live {
    background: #f02849 !important;
}
/* For the icon inside the button */
.note-btn i {
    color: var(--bs-secondary-color); /* Initial color */
}

.note-btn:hover i {
    color: var(--bs-secondary-text-emphasis); /* Color on hover */
}

.note-btn:active i,
.note-btn.active i {
    color: var(--bs-secondary-text-emphasis); /* Color when active */
}

/* For the font name text inside the button */
.note-btn .note-current-fontname {
    color: var(--bs-secondary-color); /* Initial color */
}

.note-btn:hover .note-current-fontname {
    color: var(--bs-secondary-text-emphasis); /* Color on hover */
}

.note-btn:active .note-current-fontname,
.note-btn.active .note-current-fontname {
    color: var(--bs-secondary-text-emphasis); /* Color when active */
}


.list-group-item{
    margin-bottom: 5px;
}
.list-group-item:hover {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}
.badge {
    font-size: 0.75rem;
}

 .btn-see-all {
     color: #007bff;
     text-decoration: none;
     font-weight: bold;
     border-bottom: 1px solid transparent;
     transition: all 0.3s ease;
 }

.btn-see-all:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;
    text-decoration: none;
}

 .user-post-container {
     overflow: hidden;
     position: relative;
     background-color: #000;
     display: flex;
     justify-content: center;
     align-items: center;
 }

.user-post-container img {
    max-width: 100%;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

/* Red Dot for Unread Notifications */
.unread-dot {
    width: 8px;
    height: 8px;
    padding:3px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

/* Light Gray Background for Unread Notifications */
.unread {
    background-color: #f0f0f0; /* Light gray background */
    padding:3px;

}

/* Optional: Smooth Transition for Background Change */
.unread {
    transition: background-color 0.3s ease;
}

/* Optional: Hover Effect */
.unread:hover {
    background-color: #e0e0e0; /* Slightly darker gray on hover */
}

/* Optional: Align the Red Dot Vertically */
.unread-dot {
    vertical-align: middle;
}


.notification-item {
    padding:3px;


    transition: background-color 0.3s ease, box-shadow 0.3s ease;

}

.notification-item:hover {
    background-color: #e0e0e0; /* Slightly darker gray on hover */

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/*Style Sheet for conferences*/
/* Conference Card Styles */
.conference-card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    transition: all 0.3s ease;
}

.conference-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.conference-header {
    display: flex;
    align-items: center;
}

.avatar-icon {
    font-size: 40px;
    color: #007bff;
}

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

.conference-title {
    font-size: 18px;
    font-weight: 600;
}

.conference-title a {
    color: #333;
}

.conference-title a:hover {
    color: #007bff;
    text-decoration: underline;
}

.conference-date {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.conference-location, .conference-organizer {
    font-size: 13px;
    color: #777;
}

.badge {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

#conferences-list {
    margin-top: 20px;
}

#shimmerConferencesList {
    display: block;
    text-align: center;
    margin-top: 20px;
}
