caption {
    caption-side: top;
    font-size: 1.2em;
    color: black;
}

table {
    width: 100%;
    border: 1px solid #000000;
}

th {
    background-color: #D6EEEE;
    text-align: center;
    padding: 2px;
}

tr {
    white-space: nowrap;
    text-align: right;
}

tr:hover {
    background-color: #D6EEEE;
}

tr:nth-child(even) {
    background-color: #D6EEEE;
}

td {
    padding: 5px;
    border: 1px solid #000000;
}

button:hover {
    background-color: #007bff;
}

.form {
    background-color: rgba(175, 211, 253, 0.69);
    width: 330px;
    height: 250px;
    border-radius: 8px;
    padding: 15px 40px;
    box-shadow: 0 10px 25px rgba(92, 99, 105, .2);
    position: relative;
}

.form input select {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
}

.form button {
    width: 50%;
    padding: 1px;
    background-color: #007bff;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
}

.form button:hover {
    background-color: #0056b3;
}

.label {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 4px;
    background-color: white;
    color: #DADCE0;
    font-size: 16px;
    transition: 0.5s;
    z-index: 0;
}
