* {
    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: 20px;
    font-weight: bold;
    color: #000;
}

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

.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 - 30px);
    position: sticky;
    top: 15px;
}

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

.middlePharma {
    width: 100%;
}

section.leftPharmaInner h3 {
    padding: 20px;
}
.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 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: 15px;
}

.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: 15px 15px 30px;
    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 {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.moreLinks {
    position: absolute;
    right: 0;
    background: white;
    /* width: 100px; */
    border-radius: 6px;
    border: 1px solid silver;
    display: none;
}

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

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

.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;
    gap: 5px;
    text-transform: capitalize;
    transition: .5s;
}

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

.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(45deg);
    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 {
    padding-left: 0;
}

ul.categoriesfinalized li ul ul p {
    color: #999;
}
.searchGlobally {
    background: #e5e8ee;
    border-radius: 10px;
}

.searchGlobally section {
    padding: 15px 15px 0;
    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;
}

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

.writeCommenthere {
    width: 100%;
    min-height: 36px;
    padding: 8px 15px;
}

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

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%;
    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 {
    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;
}
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.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: 1;
    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;
}


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

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

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

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

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

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

.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: calc(100% - 355px);
    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 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);
    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;
}

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

.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;
}
.editprofilesection {
    padding: 15px;
}

.editprofilesection section img {
    width: 100%;
}

.editprofilesection section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editprofilesection section button {
    position: absolute;
    background: white;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
}

.editprofilesection section button:hover {
    background: #48586d;
    color: white;
}

.editprofileuser {
    position: relative;
    padding-top: 50px;
}

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

.editprofileuser p {
    font-weight: 600;
    text-transform: capitalize;
    color: black;
    font-size: 16px;
}

.editprofileuser p b {
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
    color: #777;
}
.updateprofileFields {
    padding: 20px;
}

.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: 85px;
}

.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: 50%;
    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;
}