.main_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

.login_container {
    min-height: 100vh;
}

.page_container {
    padding-top: 0px;
}

.banner_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_image {
    display: block;
    width: 100px;
    height: 100px;
}
.form_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.form_content {
    display: block;
    width: 100%;
}

.form_label_block {
    display: block;
}

.page_tag {
    padding: 15px;
    padding-top: 20px;
}

.image_uploader {
    border-radius: 5px;
    border: 2px solid #D3D3D3;
    padding: 10px;  
}

.image_icon {
    color:#D3D3D3;
    font-size:7em;
}

.navigation_arrow {
    font-size: 18px;
    color: #D3D3D3;
}

.loader_content {
    min-height: 90vh;
}

.terms_accept {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}

.check_icon {
    width: 200px;
    height: 200px;
}

.verification_content {
    padding: 15px;
    padding-top: 0px;
}

.navbar_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.nav_item_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none; 
    color: #98999C;
}

.nav_item_icon {
    margin-bottom: 0px;
}

.header_container {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}

.top_nav_bar {
    padding: 10px;
    margin: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_navbar_branding {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_branding_text{
    margin-bottom: 0px; 
}

.content_container {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 140px;
    bottom: 85px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content_container_full_scale {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 110px;
    bottom: 85px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category_items_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 40px;
    margin: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.category_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #98999C;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.category_item_icon {
    font-size: 50px;
    color: #0d6efd;
    width: 50px;
    height: 50px;
}

.category_label {
    font-weight: bold;
}

.post_login_page_tag {
    padding: 0px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.post_login_page_tag h4 {
    margin-bottom: 0px;
}

.pagination_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_no_margings {
    margin: 0px;
}

.homepage_item_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;

}

.homepage_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #98999C;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100px;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.homepage_item_margin {
    margin-bottom: 20px;
}

.homepage_item_margin:last-child {
    margin-bottom: 0px;
}

.guideline_item_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.chat_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.chat_item_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

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

.chat_item:last-child {
    margin-bottom: 0px;
}

.chat_user_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat_content_container {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.chat_user_name {
    font-weight: bold;
}

.chat_message_container {
    display: flex;
    justify-content: space-between;
}

.chat_message_container p {
    margin: 0px;
    color: grey;
}

.chat_content_container p {
    margin: 0px;
    color: grey;
}

.public_home_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.public_home_page_tag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.public_home_page_tag_search {
    font-size: 1.5rem;
}

.post_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.post_container:last-child {
    margin-bottom: 0px;
}

.post_author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.post_banner {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.post_topic {
    color: black;
    font-weight: bold;
    margin: 0px;
}

.share_finding_container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #D3D3D3;
}

.share_finding_input {
    width: 80%;
}

.share_finding_create_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.post_image_uploader {
    width: 100%;
    border: 1px solid #D3D3D3;
}

.case_scenario {
    width: 100%;
    margin-bottom: 15px;
}

.forum_author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top_contributor {
    display: flex;
    align-items: center;
}

.top_contributor p {
    margin: 0;
    margin-left: 5px;
    font-weight: bold;
    font-size: 0.8rem;
}

.top_contributor_hidden {
    display: none;
}

.reaction_bar {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    color: #A0A0A0;
}

.reactions_items_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.reaction_bar_label{
    display: flex;
    align-items: center;
}

.reaction_bar_icon {
    display: block;
    font-size: 1.2rem;
    margin-right: 5px;
}
