body {
    background-color: #f4f7f6;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 850px;
}

.accordion-button {
    font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    color: #0c63e4;
}

.form-label {
    font-weight: 600;
    color: #333;
}

/* Style for the monthly salary inputs for better layout */
#monthly-salaries .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.5rem;
}

::placeholder {
  color: #adb5bd !important;
  opacity: 1;
}

/* New style for info popover icon */
.info-icon {
    cursor: pointer;
}