table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table th, 
table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}

table th {
    background-color: #1c1c84;
    color: white;
}

table td {
    font-size: 14px;
}

.main-content-page-title h2 {
    font-size: 20px;
}

.main-content-page-title p {
    font-size: 14px;
}

.btn-icon {
    background-color: #f8f9fa;
    border: 1px solid #1c1c84;
    color: #1c1c84;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.btn-icon:hover {
    background-color: #e2e6ea;
    color: #01c1c1;
}

.btn-icon svg {
    width: 24px;
    height: 24px;
}