body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}

form {
    margin-bottom: 20px;
}

label, input, select, button {
    margin-right: 10px;
}

.toggle-btn {
    background-color: #28a745;
    border: none;
    color: white;
    border-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: auto;
    display: inline-block;
    margin-left: 5px;
}

.toggle-btn:hover {
    background-color: red;
}
.description {
    display: none;
}

.red-btn {
    background-color: #d11e1e;
}

.container-custom {
    margin: 0 auto;
    width: 90%;
  }

  .confidential {
    color: red;
}