.table-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table thead th {
    background-color: #e10000;
    color: white;
    vertical-align: middle;
    text-align: center;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

#tableProgtraL_Outcome td {
    text-align: center;
    vertical-align: middle;
}

p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(0, 0, 0);
    text-align: left;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-header {
    background: #be0000;
    color: white;
    border: none;
    border-radius: 15px 15px 0 0 !important;
    padding: 20px;
    font-weight: 600;
    font-size: 1.25rem;
}

.card-body {
    padding: 25px;
}

.card-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.card-text {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-detail {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-detail:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

.section-title {
    color: white;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.card-footer {
    background-color: #f8f9fa;
    border: none;
    border-radius: 0 0 15px 15px;
    padding: 15px 25px;
}
ol>li> span{
    font-size: 1rem;
}
h5 span{
    font-size: 2rem;
}
.card-body p{
    font-size: 1rem;
}
ul, ol, pre, blockquote{
    margin-bottom: 0px;
}