.ivmda-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
}

.ivmda-container h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 25px;
}

.ivmda-container label {
    font-weight: bold;
    display: block;
    margin-top: 12px;
}

.ivmda-container input,
.ivmda-container select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.total-box {
    margin-top: 20px;
    padding: 15px;
    background: #f0f8ff;
    font-size: 18px;
    font-weight: bold;
}

#ivmdaPayBtn {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 16px;
    background: #1a73e8;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.category-group {
    display: none;
    margin-top: 15px;
}

.checkbox-inline{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkbox-inline input[type="checkbox"]{
  margin: 0;
}