.container-blue {
    background-color: #e8fafc;
    padding: 20px;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.container-royalblue {
    background-color: #0a2c6c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.container-green {
    /* background-color: #097969; */
    background-color: #0a5d6c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: white;
}

.name {
    color: #0a2c6c;
    text-align: center;
}

.description {
    color: red;
    text-align: center;
}

.form {
    display: flex;
    align-items: center;
    justify-content: center;
}

table {
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid black;
}

th,
td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

th {
    background-color: #0a2c6c;
    color: white;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
}

.hover2:hover {
    /* color: #f5d393; */
    color: #f5a293;
    cursor: pointer;
    font-weight: bold;
}

.sidebar p {
    color: white;
}
.sidebar p.active {
    /* color: #f5d393; */
    color: #f5a293;
    font-weight: bold;
}

.image-wrapper {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.image-wrapper img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
