.bulletin {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-inline: 5%;
    height: calc(100vh - 150px);
}

.bulletin .header {
    display: flex;
    width: 100%;
    column-gap: 36px;
}

.bulletin .bulletinInfo {
    display: flex;
    width: calc(100% - 300px);
    align-items: center;
    box-shadow: 4px 4px 4px 0px rgba(225, 237, 255, 0.8);
    padding: 38px 40px 37px 35px;
    border-radius: 8px;
    cursor: pointer;
}

.bulletin .bulletinInfo .infoContainer {
    display: flex;
    width: calc(100% - 111px);
    flex-direction: column;
    padding-left: 24px;
    align-self: center;
    row-gap: 8px;
}

.bulletin .bulletinIcon {
    width: 111px;
    height: 111px;
    border-radius: 50%;
}

.bulletin .searchWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bulletin .searchWrapper.hide {
    display: none;
}

.bulletin .searchWrapper.noMembers {
    display: none;
}

.bulletin .searchWrapper .title {
    color: #4b4a4a;
    font-family: "Metropolis Semi Bold";
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.36px;
}

.bulletin .searchWrapper .searchContainer {
    width: 47%;
}

.bulletin .membersQtWrapper {
    display: flex;
    width: 295px;
    align-items: center;
    box-shadow: 4px 4px 4px 0px rgba(225, 237, 255, 0.8);
    padding: 12px 10px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15%;
    cursor: pointer;
    border: 4px solid transparent;
}

.bulletin .membersQtWrapper.selected {
    border: 4px solid #1471db;
    background: #dff4ff;
    box-shadow: 4px 4px 4px 0px rgba(225, 237, 255, 0.8);
}

.bulletin .membersQt {
    font-family: "Metropolis Bold";
    font-size: 84px;
    line-height: normal;
    letter-spacing: 0.84px;
    color: #1471db;
}

.bulletin .labelWrapper {
    display: flex;
    align-self: flex-end;
    align-items: center;
    gap: 10px;
}

.bulletin .labelWrapper .membersIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/organizations_pale_blue.png);
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.bulletin .post-container {
    overflow-y: scroll;
    height: calc(100% - 55px);
    display: flex;
}

.postwriter .line-separator {
    padding-bottom: 5px;
}

.bulletin .bulletinDescription,
.bulletin .label {
    font-family: "Metropolis Regular Italic";
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    color: #333;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.bulletin .bulletinName {
    color: #4b4a4a;
    font-family: "Metropolis Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

.bulletin .bulletinSubtitle {
    color: #1471db;
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: 0.3px;
}

.bulletin .bulletinDescription,
.bulletin .label {
    color: #4b4a4a;
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: 0.3px;
}

/* POSTS and POST class styles */
.bulletin .bodyContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 350px);
    overflow-y: auto;
}

/* Custom Scrollbar Styles */
.bulletin .bodyContainer::-webkit-scrollbar {
    width: 4px; /* Scrollbar width */
}

.bulletin .bodyContainer::-webkit-scrollbar-track {
    background: transparent; /* Track background color - initially transparent */
}

.bulletin .bodyContainer::-webkit-scrollbar-thumb {
    background-color: transparent; /* Thumb color - initially transparent */
    border-radius: 4px; /* Optional: round the corners */
}

/* Show scrollbar on hover */
.bulletin .bodyContainer:hover::-webkit-scrollbar-track {
    background: #DFF4FF; /* Track background color on hover */
}

.bulletin .bodyContainer:hover::-webkit-scrollbar-thumb {
    background-color: #1471DB; /* Thumb color on hover */
}

.bulletin .bodyContainer .posts {
    row-gap: 24px;
    flex-direction: column-reverse;
}

.bulletin .bodyContainer .post .userPost {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

.bulletin .bodyContainer .post {
    box-shadow: 0px 4px 4px 0px #dff4ff;
    border-radius: 8px;
    padding: 16px;
}

.bulletin .bodyContainer .post .postDetails,
.bulletin .bodyContainer .post.mePost .imageContainer,
.bulletin .bodyContainer .post.mePost .postDetails {
    background-color: transparent;
}

.bulletin .bodyContainer .post .imageContainer {
    display: flex;
    padding: 0;
    column-gap: 16px;
}

.bulletin .bodyContainer .post .imageContainer .resultContainer {
    padding: 0;
}

.bulletin .bodyContainer .post .resultContainer.multiple .postImage {
    width: 350px;
    height: 275px;
    max-width: none;
    max-height: none;
    object-fit: cover;
    border-radius: 5px;
    object-position: top center;
}

.bulletin .bodyContainer .post .top-message.flex-container {
    flex-direction: column;
    justify-content: center;
    height: 66px;
}

.bulletin .bodyContainer .post .flex-container {
    align-items: flex-start;
    row-gap: 8px;
}

.bulletin .bodyContainer .post .avatar,
.bulletin .bodyContainer .post .avatar.other {
    width: 65px;
    height: 65px;
    background-size: 65px;
    margin-top: 0;
}

.bulletin .bodyContainer .post .userText {
    color: #4b4a4a;
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: 0.22px;
    width: 100%;
}

.bulletin .bodyContainer .post .userMessage {
    width: calc(100% - 65px);
}
.bulletin .bodyContainer .post .userMessage .userName {
    text-transform: capitalize;
    color: #1471db;
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 16px; /* 80% */
    letter-spacing: 0.2px;
}

.bulletin .bodyContainer .post .userMessage .post-date {
    color: #888;
    font-family: "Metropolis Regular";
    font-size: 17px;
    line-height: 16px; /* 94.118% */
    letter-spacing: 0.187px;
}
.bulletin .bodyContainer .post .userMessage .commentAndTagSection {
    display: none;
}

.bulletin .bodyContainer .post .userMessage .commentAndTagSection {
    display: none;
}

.bulletin .bodyContainer .post .feedMenuContainer {
    display: none;
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {
    body {
        overflow-y: hidden;
    }
}

@media (max-width: 1024px) {
    .bulletin .searchWrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 30px;
    }

    .bulletin .searchWrapper .searchContainer {
        width: 100%;
    }
    
    
}

.dark .postwriter .line-separator {
    border-color: rgba(240, 240, 240, 0.14);
}

.dark .bulletin .bulletinInfo,
.dark .bulletin .membersQtWrapper,
.dark .bulletin  .bodyContainer .post {
    background-color: #1F2120;
    box-shadow: none;
}

.dark .bulletin .bulletinName,
.dark .bulletin .membersQt,
.dark .bulletin .bulletinDescription,
.dark .bulletin .label,
.dark .bulletin .bodyContainer .post .userMessage .post-date,
.dark .bulletin .bodyContainer .post .userText,
.dark .bulletin .searchWrapper .title {
    color: #FFFFFF;
}

.dark .bulletin .bodyContainer .post .userMessage .userName {
    color: #1683FF;
}

.dark .bulletin .labelWrapper .membersIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/organizations_blue.png);
}
