.custom-check-in-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.custom-check-in-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-check-in-form input[type="text"],
.custom-check-in-form input[type="submit"] {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.custom-check-in-form input[type="submit"] {
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.custom-check-in-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.custom-check-in-message {
    margin-top: 15px;
    padding: 10px;
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    color: #333;
}

/* CSS untuk Laman Semakan Berjaya */
.custom-check-in-success {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-check-in-success h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.custom-check-in-success table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.custom-check-in-success table th,
.custom-check-in-success table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.custom-check-in-success table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.custom-check-in-success p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.custom-check-in-success a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
}
