body {
    background-color: #f8f9fa;
    /* background-color: #000000 */
}

.left-aligned-button {
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
    margin-bottom: 2px;
}

.custom-input {
    background-color: #f0f0f0; /* Gray background */
}

.custom-label {
    background-color: #f0f0f0; /* Gray background */
    width: 100%;
}

.custom-label-ions {
    background-color: #d4d4d4; /* Gray background */
    width: 100%;
}

.btn-block {
    width: 100%;
}

.mb-custom {
    margin-bottom: 10px; /* Adjust this value to control the spacing */
}

.question-mark {
    display: inline-block;
    margin-left: 5px;
    color: #ae00ff;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}