﻿@import "./variables.css";

.bulletin-board-page {
    max-height: 655px;
    max-width: 765px;
    overflow-x: hidden;
    overflow-y: auto;
}

.bulletin-board-modal {
    padding: 1rem;
    color: var(--ink);
}

.bulletin-board-type {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}

.bulletin,
.bulletin-board {
    width: 100%;
    height: 1px;
    background: #dee2e6;
    overflow: hidden;
}

.bulletin-board-post {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px;
}

.bulletin-board-show-all {
    padding: 25px;
    border: 1px solid #dee2e6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-header-ShowAll {
    background-color: var(--marine);
    margin-top: 10px;
    padding: 9px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .modal-header-ShowAll h3 {
        color: var(--soft-white);
        font-weight: bold;
        margin-bottom: 0px;
    }

.bulletin-footer-actions {
    margin-right: auto;
    margin-left: auto;
}

.margin5 {
    margin: 5px;
}

.bulletin-board-post a span {
    color: var(--seastone) !important;
}

.bulletin-board-post b {
    color: var(--ink) !important;
}