﻿.projectSummary thead th {
    background-color: #6c757d;
    color: #FFF;
}

.postSummary {
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.postSummary .date {
    font-weight: bolder;
}

.postSummary .heading {
    background-color: #6c757d;
    padding: 4px;
}

.postSummary .heading a {
    color: #FFF;
}

.postSummary .body {
    padding: 11px;
}

.swal-modal {
    background-color: var(--bs-body-bg);
}

.swal-title {
    color: var(--bs-body-color);
}

.swal-text {
    color: var(--bs-secondary-color);
}

.title {
    font-size: 1.3rem;
    font-weight: bolder;
}

.table a.normal {
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
}

.card-img-container {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.card-img-cropped {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

table.sortable .sort-container {
    display: flex;
    cursor: pointer
}

table.sortable .sort-title {
    flex-grow: 1;
    align-content: center;
}

table.sortable a.sort-title {
    text-decoration: none;
    color: initial;
}

table.sortable .sort-indicator {
    float: right;
    font-size: 1.5rem;
}