.title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 50px auto !important;
}
.title a {
    color: #202020;
    text-decoration: none;
}
.blog-card {
    background: #FFFFFF;
    border: 4px solid #5221BD;
    border-radius: 20px;
    margin-bottom: 25px;
    color: #202020;
}
.tag-card {
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 20px;
    margin-bottom: 25px;
    color: #202020;
}
.blog-card .header img {
    /*border-radius: 17px 17px 0 0;*/
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 25px;
}
.blog-card .subject {
    font-weight: 900;
    font-size: 20px;
    text-align: right;
    margin: 15px 0 0 0 !important;
    height: 50px;
}
.blog-card .subject > a {
    color: #202020;
    text-decoration: none;
}
.blog-card .date {
    font-size: 15px;
    text-align: left !important;
    margin: 15px 0;
}
.blog-card .info {
    height: 220px;
    overflow: hidden;
}
.blog-link {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #202020;
    float: left;
    margin: 0 0 10px 25px;
}
.blog-card .body > .banner {
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 25px auto;
}
.tag-section {
    display: flex;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}
.tag-section .tags-link {
    color: #000000;
    text-decoration: none;
}
.comment-sent {
    display: block;
    float: left;
}
.dropup {
    position: relative;
    width: 100%;
}
.dropup-btn {
    width: 100%;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 70px;
    border: none;
    font-weight: 900;
    font-size: 16px;
}
.dropup:hover .dropup-list,
.dropup:focus .dropup-list {
    background: #FFFFFF;
    --dropup__list_max-ht: fit-content;
}
.dropup-list {
    transition: max-height 180ms ease-in-out;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    bottom: 80%;
    right: 0;
    width: 100%;
    max-height: var(--dropup__list_max-ht, 0);
    overflow: hidden;
    list-style: none;
}
.dropup-link {
    color: inherit;
    text-decoration: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.title-list-accordion {
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.item {
    grid-template-columns: auto 1fr auto;
    padding: 24px;
    align-items: center;
    column-gap: 24px;
    row-gap: 32px;
    max-width: 350px;
    background-color:  rgba(0, 123, 255, 0.10);
    border-radius: 10px;
}
.number {
    color: #5221BD;
    margin-left: 10px;
}
.number, .text {
    font-size: 18px;
    font-weight: 700;
}
.icon {
    width: 24px;
    height: 24px;
    stroke: #5221BD;
    cursor: pointer;
    margin-right: 10px;
}
.hidden-box {
    /*grid-column: 1;*/
    display: none;
    margin-top: 30px;
}
.hidden-box p {
    line-height: 1.6;
    margin-bottom: 24px;
}
.hidden-box ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
}
.hidden-box ul li {
    color: rgba(103, 101, 101, 0.9);
    font-size: 14px;
}
.hidden-box ul li:before {
    font-family: FontAwesome;
    content: "\f191"; /* FontAwesome Unicode */
    display: inline-block;
    margin-left: 10px;
    color: rgba(103, 101, 101, 0.9);
}
.hidden-box ul li a {
    color: #6a7177;
    text-decoration: none;
}
.open {
    border-top: 4px solid #5221BD;
}
.open .number, .open .text {
    color: black;
}
.open .hidden-box {
    display: block;
}
.icon-rotate {
    transform: rotate(180deg);
    transition: 0.3s;
}
div.breadcrumb {
    padding: 25px 1em;
    border: 1px solid hsl(0deg 0% 90%);
    align-items: start !important;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
div.breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.breadcrumb li {
    display: inline;
}

div.breadcrumb li a {
    color: #5221BD;
    text-decoration: none;
}
div.breadcrumb li a:hover {
    color: #000000;
    font-weight: 900;
}
div.breadcrumb li + li::before {
    display: inline-block;
    margin: 0.25em 0 0 0.25em;
    font-family: FontAwesome;
    content: "\f104";
    color: rgba(103, 101, 101, 0.9);
}
div.breadcrumb [aria-current="page"] {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.admin-reply {
    font-size: 13px;
    color: #554945;
}