.duration-30 { background-color: #ffefef; }
.duration-1h { background-color: #fffcdd; }
.room-small { background-color: #e9f7ef; }
.room-medium { background-color: #eef2ff; }
.room-large { background-color: #f3e9ff; }
.confirmation-no { background-color: #fff5e9; }
.confirmation-yes { background-color: rgb(248, 248, 248); }

.custom-inputs input[type="checkbox"] + span:before {
    border-color: #5e5e5e !important;
    background-color: white;
}

#pairwise-combinations-table {
    margin-top: 1.5rem;
}

#test-meeting-form {
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#test-meeting-form:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

#test-meeting-form .card-header {
    background-color: #363636;
    color: #fde3ab;
    padding: 1rem;
}

#test-meeting-form .card-header-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: white;
}

#test-meeting-form .card-content {
    padding: 1.5rem;
}

#test-meeting-form .field label, #confirmation-container label, #confirmation-container span {
    font-weight: bold;
    font-size: 1rem;
    color: #363636;
}

#test-meeting-form .select select {
    border: 2px solid #363636;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s;
}

#test-meeting-form .select select:hover {
    border-color: #fde3ab;
}

#test-meeting-form .message {
    background: #fde3ab;
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

#test-meeting-form .buttons .button {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#test-meeting-form img {
    padding-left: 20px;
    padding-right: 20px;
}
