body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.sotcox-dashboard-section {
    margin-top: 50px;
}

.sotcox-section-heading .heading {
    font-size: 3rem;
    color: #333;
}

.table {
    background-color: #fff;
    border-radius: 8px;
    font-size: large;
}

.table th, .table td {
    text-align: left;
    vertical-align: middle;
}

.table img {
    width: 200px;
    border-radius: 4px;
}

.table th {
    background-color: #007bff;
    color: white;
}

.table td a {
    margin: 0 5px;
    text-decoration: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 18px;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
