* {
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
    font-size: 14px;
    color: #000;
}

body {
    background-color: #f0f2f5;
}

img {
    display: block;
}

p {
    font-size: 13px;
    color: #555555;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

h3 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.wrapper {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

.pharmaHub {
    display: flex;
    gap: 15px;
    padding: 50px 15px 0;
    align-items: flex-start;
}

.leftPharma {
    min-width: 340px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    border-radius: 10px;
    min-height: calc(100vh - 140px);
    position: sticky;
    top: 125px;
}

.rightPharma {
    min-width: 340px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    border-radius: 10px;
    min-height: calc(100vh - 140px);
    position: sticky;
    top: 125px;
}

.middlePharma {
    width: calc(100% - 710px);
}

section.leftPharmaInner h3 {
    padding: 40px 20px 20px 20px;
    text-transform: none !important;
}


.categoriesLinksHub a b {
    background: #2F4159;
    color: white;
    padding: 0 7px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 10px;
}
.categoriesLinksHub {
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-top: 0;
}

.categoriesLinksHub a {
    display: flex;
    gap: 2px;
    align-items: center;
    padding: 1px 6px;
    border-radius: 25px;
    transition: .5s;
}
.categoriesLinksHub a img {
    width: 16px;
}
.categoriesLinksHub a span {
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoriesLinksHub a:hover,
.activeCategory,
.activeCommunity {
    background: #f0f2f5;
}

.seeAll {
    border-top: 1px solid #f0f2f5;
    padding: 10px;
    text-align: center;
}

.seeAll a {
    background: #1fc8ec;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: .5s;
}

.seeAll a:hover {
    background: black;
    color: white;
}

.rightPharmaInner h3 {
    padding: 5px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* border-bottom: 1px solid #f0f2f5; */
    margin-bottom: 15px;
}

.rightPharmaInner h3 a {
    background: #1fc8ec;
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    font-weight: normal;
    border-radius: 100px;
    transition: .5s;
}

.rightPharmaInner h3 a:hover {
    background: black;
}

.rightPharmaInner a span {
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    border-radius: 100px;
    border: 2px solid white;
}

.rightPharmaInner a span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.communitiesLink {
    font-weight: bold;
}

.communitiesLink p {
    font-size: 12px;
    font-weight: normal;
}

section.allAttachmentSection {
    background: #2f4159;
    border-radius: 10px;
    position: sticky;
    top: 122px;
    z-index: 1;
}

.middlePharma {
    display: flex;
    flex-direction: column;
	gap:15px;
}

.attchSet {
    display: flex;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #ffffff26;
}

.attchSet span, .alldps {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 100px;
    background: #113780;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffffb3;
}

.attchSet span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.whatsInMind {
        color: white;
    width: 100%;
    display: flex;
    background: #ffffff1f;
    align-items: center;
    padding: 10px 15px;
    border-radius: 100px;
    transition: .5s;
    cursor: pointer;
    font-weight: 300;
}
section.allAttachmentSection .attachLinks a, section.allAttachmentSection .attachLinks a svg {
    color: white;
}
.attchSet:hover .whatsInMind {
    background: #e8ebef;
    color: #000;
}

.attachLinks {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.attachLinks a {
    display: flex;
    align-items: end;
    gap: 8px;
    transition: .5s;
    text-transform: capitalize;
}

.attachLinks a:hover {
    color: #000;
}

.updatedTabsPost {
    background: #e5e8ee;
    border-radius: 10px;
}

.updatedTabsPost a,
a.updatedTabsPostActive {
    padding: 0px 15px 15px;
    display: inline-block;
    color: #9a9a9a;
}

.updatedTabsPost a:hover,
a.updatedTabsPostActive {
    color: black;
    text-decoration: underline;
    text-underline-offset: 8px;
}

a.updatedTabsPostActive {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 600;
}
.allPostHub {
    
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerNotesPost{
        padding: 5px 15px;
    align-items: center;
    border-top: 1px solid #ebebeb;
    display: block;
}
.footerNotesPost p{
    font-size: 11px;
}

section.postSectionMain {
    background: white;
    border-radius: 10px;
}

.postHeader {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.postNameDp span.postdp {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    overflow: hidden;
}

.postNameDp span.postdep img {width: 100%;height: 100%;object-fit: cover;border-radius: 100px;}

span.postdp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.nameTime {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nameTime h6 {
    font-size: 10px;
    font-weight: normal; 
    color: #777;
}
.nameTime h6 span{
    font-size: 10px;
    font-weight: normal; 
    color: #777;
}
.allOverPopupBlack .nameTime h6 {
    font-weight: normal;
    font-size: 10px;
    color: #555555;
    text-transform: capitalize;
    z-index: 0;
    padding: 0;
    border: none;
    text-align: left;
    background: transparent;
}

.nameTime h6 b {
    font-weight: 600;
    font-size: 14px;
}

.nameTime h5 {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: inline-flex;
    gap: 3px;
    flex-wrap:wrap;
    align-items: center;
    text-transform: capitalize;
}

.nameTime h5 span {
    display: inline-flex;
    font-size: 12px;
    gap: 5px;
    align-items: center;
    color: #999;
}

.detailsAction {
    position: relative;
    min-width:15px;
}

.moreLinks {
    position: absolute;
    right: 0;
    background: white;
    /* width: 100px; */
    border-radius: 6px;
    border: 1px solid silver;
    display: none;
}
.toggle-hide-comment{
    width: 90px;
}
.detailsAction span {
    padding: 15px 0;
    display: block;
    cursor: pointer;
}

.detailsAction span:hover {
    opacity: .5;
}

.moreLinks a {
    display: flex;
    padding: 7px 10px;
    text-align: center;
    color: #555;
    gap: 5px;
}

.moreLinks a:hover {
    color: black;
}

.detailsAction:hover .moreLinks {
    display: block;
}
.postDescription {
    padding: 0 15px;
}

.postDescription h2 {
    margin-bottom: 15px;
}

.postDescription p {
    margin-bottom: 15px;
    line-height: 20px;
    color: #777;
    font-size: 14px;
    word-wrap: break-word;
}
.postDescription p a {
    color: #113780;
     overflow-wrap: break-word;
    font-weight: 500;
}
.photoPreview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:5px;
}
.show-replies-btn {
    text-align: right;
}
.show-replies-btn a {
    font-size: 10px;
    text-transform: capitalize;
    text-decoration: underline;
}
.show-replies-btn h6 {
    font-weight: normal;
    font-size:1px;
}
.view-more-saved-comments{
    display: flex;
    justify-content: center;
}
#load-more-comments{
    width: 100%;
    min-height: 36px;
    padding: 8px 15px;
    border: none;
    border-radius: 25px;
    background: #f1f2f6;
    margin-bottom:10px;
    margin-top:10px;
}
.pharmaSocio footer {
    background: transparent;
}

.knowMore {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.knowMore a {
    font-weight: 600;
}
.knowMore h6 {
    font-weight: normal;
    font-size:14px;
}

.uploadedPostMedia img, .uploadedPostMedia video {
    width: 100%;
}

.uploadedPostMedia {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.postFooterActions {
    border-top: 1px solid #f0f2f5;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.likeCommentShare {
    display: flex;
    gap: 15px;
}

.likeCommentShare a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    transition: .5s;
    white-space: nowrap;
}
.likeCommentShare .disabled {
    pointer-events: none;
    opacity: 0.5;
}
.likeCommentShare a img {
    margin-right: 5px;
}
.commentCount span {
    cursor: pointer;
    font-weight: 500;
}

.likeCommentShare a:hover {
opacity: .5;
}

.knowMore span {
    cursor: pointer;
    font-weight: 600;
}

.knowMore span:hover {
    text-decoration: underline;
}

.commentCount span:hover {
    opacity: .7;
}
footer {
    text-align: center;
    font-weight: 600;
    color: #b3b3b3;
    padding: 40px;
}
.intrestsFnalized {
    /* text-transform: capitalize; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
	overflow-y: auto;
    max-height: calc(100vh - 425px);
}
.maincats-sidebar::-webkit-scrollbar, .intrestsFnalized::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .maincats-sidebar, .intrestsFnalized {
    scrollbar-width: none;
    scrollbar-color: #999 #999;
  }
  /* ===== Scrollbar CSS ===== */
  /* Firefox */

.maincats-sidebar::-webkit-scrollbar-thumb, .intrestsFnalized::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999;
}
.intrestsFnalized h6 {
    font-weight: 600;
}

.intrestsFnalized section {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.intrestsFnalized section p {
    display: flex;
    gap: 5px;
    align-items: center;
}

.intrestsFnalized section p span {
    padding: 0 7px;
    transform: rotate(90deg);
    font-size: 20px;
    color: #999999;
    cursor: pointer;
    font-weight: normal;
}

ul.countriesfinalized {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

ul.countriesfinalized li {
    background: white;
    border-radius: 100px;
    padding: 0 10px;
    padding-right: 0;
    transition: .5s;
}

.intrestsFnalized section>b {
    font-size: 13px;
    font-weight: 600;
    color: #2F4159;
}

ul.countriesfinalized li:hover {
    background: #2f4159;
    color: white;
}

ul.countriesfinalized li:hover * {
    color: white;
    cursor: pointer;
}

ul.categoriesfinalized li p {
    width: 100%;
    justify-content: space-between;
    transition: .5s;
    border-radius: 15px;
    padding-left: 10px;
    font-weight: 600;
    color: black;
    font-size: 14px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.categoriesfinalized li p:hover {
    background: white;
}

ul.categoriesfinalized li ul {
    padding-left: 15px;
}

ul.categoriesfinalized li ul p {
    font-weight: 400;
    font-size: 13px;
}

ul.categoriesfinalized li ul ul p {
    color: #999;
}
.searchGlobally {
    background: #e5e8ee;
    border-radius: 10px 10px 0 0;
    position: sticky;
    top: 260px;
    z-index: 1;
}
.searchGlobally+.allPostHub .allPostHub section.postSectionMain:first-child {
    border-radius: 0 0 10px 10px;
}
.searchGlobally section {
    padding: 15px;
    position: relative;
}

.searchGlobally section input[type="text"] {
    height: 40px;
    padding: 10px 15px;
    width: 100%;
    background: white;
    border: none;
    border-radius: 30px;
}

.searchGlobally section button {
    position: absolute;
    border: none;
    right: 15px;
    top: 15px;
    padding: 14px;
    background: transparent; 
    cursor: pointer;
    z-index: 1;
    opacity: .5;
}
.nameTime h6 small {
    color: #777;
    font-weight: 600;
    font-size: 10px;
}

.nameTime ul {
    display: flex;
    gap: 3px;
    flex-wrap:wrap;
}

.nameTime ul li {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.nameTime ul li li {
    font-weight: normal;
    padding: 2px 0;
}

.nameTime ul li ul {
    position: absolute;
    background: white;
    width: 130px;
    bottom: 20px;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #d7d7d7;
    transition: .5s;
    visibility: hidden;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 0;
}

.nameTime ul li ul:before {
    width: 10px;
    height: 10px;
    content: '';
    background: white;
    bottom: -5px;
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5px;
    border-radius: 2px;
}

.nameTime ul li:hover ul {
    visibility: visible;
    bottom: 25px;
    opacity: 1;
}
.commentingarea {
    padding: 15px;
    border-top: 1px solid #f0f2f5;
}

.commentingarea section {
    display: flex;
    gap: 10px;
    /*align-items: flex-end;*/
}

.textcommentingtype {
    width: 100%;
    background: #F1F2F6;
    border-radius: 20px;
    min-height: 40px;
    display: flex;
    gap: 10px;
    padding: 2px;
    align-items: flex-end;
}
.textcommentingtype+.commentAttachedImage {
    margin-left: 50px;
    margin-top: 5px;
}
.textcommentingtypeHub{width:100%;}
.textcommentingtypeHub .commentAttachedImage {
    margin: 0;
}
.commentAttachedImage {
    width: 60px;
    height: 60px;
    position: relative;
}

.commentAttachedImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.textcommentingtypeHub {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width:100%;
}

button.removeCommentedImage {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 0px;
    border-radius: 100px;
    border: none;
    transform: rotate(45deg);
    background: #464e59;
    color: white;
}
.writeCommenthere {
    width: 100%;
    min-height: 36px;
    padding: 8px 15px;
    word-break: break-all;
}

.textcommentingtype button {
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
}

button.attachImageincomments {
    background: #9BA4AF;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

button.attachImageincomments:hover {
    background: #2f4159;
}

button.submitcomment {
    min-width: 36px;
    min-height: 36px;
    background: #2f4159;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commentThreadParent.highlight {
    animation: glow-highlight 2s ease-in-out;
    background-color: #adc9ff !important;
    border-left: 5px solid #113780;
}
.highlight-comment {
    animation: glow-highlight 2s ease-in-out;
    background-color: #bfd3fa !important; 
    border-left: 5px solid #bfd3fa;
}
 @keyframes glow-highlight {
            0%   { background-color: #fef3c7; }
            50%  { background-color: #fde68a; }
            100% { background-color: #fef3c7; }
        }
button.submitreply {
    min-width: 36px;
    min-height: 36px;
    background: #2f4159;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.submitcomment:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.multiSelectCountry {
    position: relative;
    padding: 15px;
}

.multiSelectCountry img {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 1;
    margin-top: -9px;
}

.multiSelectCountry span.select2 {
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
    background: #F1F2F6;
    border-radius: 8px;
    padding-left: 30px;
}

.multiSelectCountry span.select2 * {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent;
}

span.selection {
    height: 50px !important;
}

.multiSelectCountry:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    top: 50%;
    position: absolute;
    z-index: 1;
    margin-top: -2px;
    right: 30px;
    pointer-events: none;
}
span.select2-selection.select2-selection--multiple {
    margin-top: 6px;
}
button.select2-selection__clear {
    display: none;
}
.selectCategoryHere > ul {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-transform: capitalize;
    font-weight: 500;
}


label.checkboxCZ {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

label.checkboxCZ span {
    min-width: 14px;
    height: 14px;
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    transition: .5s;
    position: relative;
}

label.checkboxCZ input[type="checkbox"] {
    position: absolute;
    left: 0px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    transition: .5s;
}


label.checkboxCZ input[type="checkbox"]:checked + span {
    border: 1px solid black;
}

label.checkboxCZ span:before {
    content: '';
    width: 7px;
    height: 3px;
    position: absolute;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    transform: rotate(-45deg);
    top: 3px;
    left: 2px;
    opacity: 0;
    transition: .5s;
}

label.checkboxCZ input[type="checkbox"]:checked + span:before {
    opacity: 1;
}
.selectCategoryHere {
    margin-bottom: 15px;
}
.maincats-sidebar{
    overflow-y: auto;
    max-height: calc(100vh - 225px);
}
li.hasSubcategory > ul {
    background: #F9F9F9;
    font-weight: normal;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    display: none;
}
li.hasSubcategory.hasSubcategoryOpened > ul {
    display: flex;
}
li.hasSubcategory.hasSubcategoryOpened > ul li.hasSubSubcategory ul {
    margin-top: 0;
}
li.hasSubSubcategory ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 5px;
}

li.hasSubSubcategory ul label.checkboxCZ {
    gap: 35px;
    color: #777;
    font-size: 12px;
    font-weight: 500;
}

li.hasSubSubcategory ul label.checkboxCZ:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    top: 50%;
    position: absolute;
    z-index: 1;
    margin-top: -2px;
    pointer-events: none;
    transform: rotate(-90deg);
    left: 30px;
}
li.hasSubcategory {
    position: relative;
}

li.hasSubcategory:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 10px;
    position: absolute;
    z-index: 1;
    margin-top: -2px;
    right: 15px;
    pointer-events: none;
    transition: .5s;
}
li.hasSubcategory.hasSubcategoryOpened::before {
    transform: rotate(180deg);
}
.fullCommentThread {
    padding: 15px;
    border-top: 1px solid #f0f2f5;
    position: relative;
}

.fullCommentThread .nameTime {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.fullCommentThread span.postdp {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 10px;
    margin: 0 5px;
}
section.commentThreadParent .postDescription {
    padding: 0 0 0 50px;
}

section.commentThreadParent .uploadedPostMedia {
    width: 100%;
    margin: 0;
}

section.commentThreadParent .postFooterActions {
        margin-left: 50px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 10px;
}
section.commentThreadParent .textcommentingtype {
    margin-left: 48px;
    width: calc(100% - 46px);
}
.fullCommentThread .commentThreadParent:not(:first-child) {
    width: calc(100% - 50px);
    border-top: 1px solid #f0f2f5;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 50px;
}

.fullCommentThread .commentThreadParent:nth-child(2) {
    margin-top: 10px;
}

section.commentThreadParent {
    position: relative;
}

.fullCommentThread.hasThread section.commentThreadParent:before {
    content: '';
    width: 30px;
    height: calc(100% + 10px);
    position: absolute;
    left: -30px;
    top: 22px;
    border-radius: 0px 0px 0px 20px;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    z-index: 0;
}

.fullCommentThread.hasThread section.commentThreadParent:first-child:before {
    left: 20px;
    top: 35px;
}
.fullCommentThread.hasThread section.commentThreadParent:last-child:before {
opacity: 0;
}
.threadPostCommentParent .fullCommentThread:last-child section.commentThreadParent:last-child {
    padding-bottom: 0;
}
.allOverPopupBlack {

    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000045;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.allOverPopupBlack>section {
      background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 550px;
    max-width: calc(100% - 30px);
    max-height:calc(100vh - 30px);
    overflow-y: auto;
}

.allOverPopupBlack section h6 {
    position: relative;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    /* text-transform: uppercase; */
    border-bottom: 1px solid #EBEBEB;
    position: sticky;
    top:0;
    z-index: 2;
    background-color: white;
}

.allOverPopupBlack section h6 span {
    font-size: 26px;
    font-weight: normal;
    transform: rotate(45deg);
    position: absolute;
    width: 25px;
    transition: .5s;
    right: 5px;
    top: 14px;
    opacity: .5;
    cursor: pointer;
}


.allOverPopupBlack section>h6 span:hover {
    opacity: 1;
    cursor: pointer;
}

.postingAlldetails {
    padding: 15px;
}

.postingAlldetails input[type="text"] {
    width: 100%;
    margin-top: 10px;
    padding: 12px 15px;
    background: #F1F2F6;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.postingAlldetails textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #F1F2F6;
    border: none;
    border-radius: 10px;
    min-height: 150px;
    max-width: 100%;
    margin-bottom:10px;
}

.postActions {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

button.submitPost {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #999999;
    border: none;
    padding: 8px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    color: white;
    transition: .5s;
    cursor: pointer;
}

button.updatePost {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #999999;
    border: none;
    padding: 8px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    color: white;
    transition: .5s;
    cursor: pointer;
}

button.submitPost:hover {
    background: #2F4159;
}

button.updatePost:hover {
    background: #2F4159;
}
.postingAlldetails .nameTime ul>li {
    background: #F0F2F5;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.postingAlldetails .nameTime ul>li li {
    background: transparent;
    padding: 2px 0;
}

.postingAlldetails .nameTime ul {
    bottom: 25px;
    gap: 5px;
    flex-wrap:wrap;
}

.postingAlldetails .nameTime ul>li:hover ul {
    bottom: 35px;
}

.postingAlldetails .nameTime {
    padding: 10px 0 0;
}

.loacationSelectedPost {border-bottom: 1px solid #f1f2f6;padding: 10px 0;}

.loacationSelectedPost ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.loacationSelectedPost ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #F0F2F5;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    color: #999;
}

.loacationSelectedPost ul li img {
    width: 10px;
    opacity: .3;
}

.linkvasteHere {
    position: relative;
}

.linkvasteHere span {
    font-size: 26px;
    font-weight: normal;
    transform: rotate(45deg);
    position: absolute;
    width: 25px;
    transition: .5s;
    right: 5px;
    top: 20px;
    opacity: .5;
    cursor: pointer;
}

.linkvasteHere input[type="text"] {
    padding-right: 40px;
    font-weight: normal;
    font-size: 14px;
}

.photoAttached {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: capitalize;
}

.photoAttached span {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
}

.photoAttached span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoAttached a {
    color: #777;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 0;
}

.photoAttached a:last-child {
    color: black;
}
.notifications {
    background: white;
    border-radius: 10px;
    width: 100%;
    gap: 10px;
}

.notifications h6 {
    padding: 20px;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #EBEBEB;
}

.notifications h6 b {
    background: #2F4159;
    color: white;
    padding: 0 7px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 10px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

.notifications ul {}

.notifications ul li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 15px;
    padding-left: 65px;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.notifications ul li div section {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}

.notifications ul li div span {
    position: absolute;
    left: 20px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 100px;
    background: #113780;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffffb3;
    font-size: 10px;
    top: 15px;
}

.notifications ul li div section strong {
    font-size: 12px;
    font-weight: 700;
}

.notifications ul li p {
    color: #999 !important;
    font-size: 12px;
}

.notifications ul li:hover {
    background: #efefef;
}

.notifications ul li.unreadNotifications * {
    color: #000;
}
.notifications ul li.unreadNotifications strong{font-weight: 700;}
.notifications ul li.unreadNotifications span {
    color: white;
}
.notifications ul li div section, .notifications ul li div section * {color: #999;}

.notifications ul li div section b, .notifications ul li div section strong {
    font-weight: 600;
}

.countryPostTimeSelect .searchGlobally {
    background: transparent;
}

.countryPostTimeSelect .searchGlobally input[type="text"] {
    background: #F1F2F6;
}

.selectedTogglePostTime {
    padding: 0 20px 20px;
}

.selectedTogglePostTime>section {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}

.selectedTogglePostTime>section:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 22px;
    position: absolute;
    z-index: 1;
    right: 8px;
    pointer-events: none;
    transition: .5s;
    cursor: pointer;
    transform: rotate(0deg);
}

.allSelectedToggleValues {
    padding: 0 10px;
    border-radius: 10px;
    max-height: 0;
    overflow: auto;
    border: 1px solid transparent;
    transition: .5s;
    margin-bottom: 0;
}
.allSelectedToggleValues ul#selectedcatspost_create {
    width: 100%;
}
.allSelectedToggleValues ul li p {
    padding: 6px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

.allSelectedToggleValues ul li p span {
    font-size: 20px;
    font-weight: normal;
    transform: rotate(45deg) !important;
    position: absolute;
    width: 20px;
    transition: .5s;
    right: 0;
    top: 8px;
    opacity: .5;
    height: 20px;
    padding: 0;
    line-height: 20px;
}

.allSelectedToggleValues ul li p span:hover {
    opacity: 1;
}

.selectedTogglePostTime>section.selectedOpenToggle+.allSelectedToggleValues {
    border: 1px solid #f1f2f6;
    max-height: 200px;
    padding:  10px;
    margin-bottom: 15px;
}

.selectedTogglePostTime>section.selectedOpenToggle::before {
    transform: rotate(180deg);
}
.selectedTogglePostTime .selectCategoryHere>ul {
    padding: 0;
}

.selectedTogglePostTime .selectCategoryHere {
   margin-bottom: 0;;
}
.countryPostTimeSelect.countrySelectedPostTime ul.categoriesfinalized {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.countryPostTimeSelect.countrySelectedPostTime ul.categoriesfinalized  li p {
    font-weight: normal;
    font-size: 12px;
    padding-right: 25px;
    background: #f1f2f6;
    padding-left: 10px;
}

.countryPostTimeSelect.countrySelectedPostTime ul.categoriesfinalized li p:hover {
    background: #d8dae1;
}

.countryPostTimeSelect.countrySelectedPostTime .selectCategoryHere label.checkboxCZ {
    font-weight: normal;
}
.selectedDoneButtonPost-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: sticky;
    bottom: 30px;
}

.selectedDoneButtonPost-time button {
    border: none;
    background: #2F4159;
    padding: 10px;
    min-width: 100px;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 600;
    color: white;
    cursor: pointer;
}
.createPostPopup.reposrtapost .selectCategoryHere {
    margin-top: 20px;
}
.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ input[type="radio"] {
    position: absolute;
    left: 0px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    transition: .5s;
}


.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ input[type="radio"]:checked + span {
    border: 1px solid black;
}

.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ input[type="radio"] + span::before {
    background: black;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    left: 3px;
    top: 3px;
}

.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ {
    color: #999;
    font-weight: normal;
}
/* .updateprofilehead h6{
     text-transform: lowercase !important;
}
.updateprofilehead h6::first-letter {
  text-transform: uppercase !important;
} */

.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ input[type="radio"]:checked + span:before {
    opacity: 1;
}
.createPostPopup.reposrtapost .selectCategoryHere label.checkboxCZ input[type="radio"]:checked ~ p {
    color: black;
}
.reposrtapost li textarea {
    width: 100%;
    margin-top: 15px;
    background: #F1F2F6;
    border: none;
    border-radius: 10px;
    min-height: 100px;
    padding: 10px;
    resize: none;
}

.singlepostdetail .allPostHub {
    margin: 0;
}

span.initials {
    background: #113780;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    left: -25px;
    top: -25px;
    z-index: 1;
}

.updateprofileFields {
    padding: 20px;
}
.password-wrapper {
    width: calc(100% - 100px);
    position:relative;
}
span.toggle-password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    min-width: 17.5px;
    text-align: center;
}
.updateprofile li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F1F2F6;
    border-radius: 6px;
}

.updateprofile li label {
    /* text-transform: capitalize; */
    color: #999;
    font-size: 10px;
    font-weight: 500;
    width: 85px;
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    min-width: 105px;
}

.updateprofile li label:after {
    content: '|';
    position: absolute;
    right: 0;
}

.updateprofileFields ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.updateprofile li input[type="text"], .updateprofile li input[type="password"], .updateprofile li select {
    width: 100%;
    padding: 10px 15px 10px 0;
    border: none;
    background: transparent;
}

.updateprofile.allOverPopupBlack>section {
    width: 430px;
}

.updateprofile p {
    color: black;
    text-align: center;
    padding-bottom: 20px;
}
.logout>section {
    max-width: 300px;
}

.logout>section p {
    text-align: center;
    padding: 20px 10px;
}

.logoutCancel {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
}

.logoutCancel button {
    width: 100%;
    border: none;
    padding: 17px 0;
    font-weight: 700;
    text-transform: capitalize;
    color: black;
    background: white;
    cursor: pointer;
}

.logoutCancel button:first-child {
    border-right: 1px solid #dfdfdf;
}

.logoutCancel button:hover {
    color: #2f4159;
    background: #dfdfdf;
}
.d-flex {
    display: flex;
}
.d-none{
    display: none;
}
div#searchResults {
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 15px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 0 10px #efefef;
    margin-bottom: 10px;
    margin-top: 5px;
    display:flex;
    justify-content: space-between;
    
}
div#searchResults h2 {
    font-size: 14px;
}
.post-error p {
    
    text-align: center;
}
.post-error{
    margin-top:2em;
}
p.no-more {
    text-align: center;
    font-size: 18px;
}
.photoPreview span img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
}

.photoPreview.fullpreview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #00000036;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoPreview.fullpreview span {max-width: 800px;overflow: auto;height: fit-content;position: relative;width: 90%; max-height:100%;}

.photoPreview.fullpreview span img {
    width: 100%;
    display: block;
    height: auto;
}

.photoPreview.fullpreview span button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
}

i.fa.fa-eye {
    opacity: .5;
}
i.fa.fa-eye-slash{
      opacity: .5;
}
p.no-country {
    background: #f8f8f8;
}
.limit-text {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #6b7280; /* subtle gray */
}

#post_title,
#post_description {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: #f4f6f9;
  font-size: 14px;
  padding: 12px 16px;
  color: #333;
  outline: none;
  resize: none;
}
.post-title, .post-description {
    position: relative;
}

.post-title small, .post-description small {
    position: absolute;
    right: 15px;
    top: -10px;
    font-size: 8px;
}

.post-description small {top: auto;bottom: 10px;}

textarea#post_description {
    padding-bottom: 25px;
}
/* ==== Edit Comment Swal Styling ==== */
#editCommentForm {
  text-align: center;
  margin-top: 10px;
}

.edit-comment-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#editCommentText {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #d0d7de;
  padding: 12px 14px;
  resize: vertical;
  font-size: 15px;
  color: #333;
  background-color: #f9fafb;
  transition: all 0.3s ease;
}

#editCommentText:focus {
  border-color: #2f4159;
  background-color: #fff;
  outline: none;
}

.edit-comment-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.custom-file-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #777;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
}

.custom-file-label:hover {
  background: #e5e8ff;
  transform: scale(1.05);
}

.custom-file-label img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.current-comment-img img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swal2-popup {
  border-radius: 14px !important;
  padding: 28px 32px !important;
}

.swal2-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2f2f2f !important;
}

.swal2-confirm {
  background-color: #2f4159 !important;
  border-radius: 6px !important;
  padding: 8px 22px !important;
  font-size: 15px !important;
}

.swal2-cancel {
  background-color: #747d8c !important;
  border-radius: 6px !important;
  padding: 8px 22px !important;
  font-size: 15px !important;
}
.mainprofileuser {
    padding: 0 25px 25px;
}

.mainprofileuser .editprofileuser span {
    position: initial;
}

.mainprofileuser .editprofileuser {
    padding: 0;
}
.leftPharmaInner h3 span {
    text-transform: lowercase;
}
li.childcat p {
    color: #999 !important;
}
.backLink {
    display: flex;
    align-items: center;
    gap: 6px;
}
.backIcon {
    display: flex;
    align-items: center;
}
a.new-backlink
 {
    margin-left: -90px;
    font-weight: 600;
}
.no-results {
    margin-bottom: 0 !important;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  /* Spinner */
  .loader {
    width: 40px;
    height: 40px;
    border: 5px solid #e0e0e0;
    border-top: 5px solid #2f4159;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    }
    .d-none1 {
        display: none !important;
    }
  
  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }