#app-title > * {
    color: white;
    margin: 0;
    padding: 0;
}

#howto-open {
    white-space: nowrap;
}

#gh-link {
    white-space: nowrap;
}

.card {
    margin: 1em 0 1em 0;
    min-width: auto;
}

label {
  display: block;
  margin-bottom: 0;
}

#transparent-loader-wrapper > div {
    visibility: visible !important;
}

/* custom.css */
.custom-checkbox .Checklist-item input[type="checkbox"] {
    border-color: white;
}

/* To change the border color when checked */
.custom-checkbox .Checklist-item input[type="checkbox"]:checked {
    background-color: white;
    border-color: white;
}

/* Additional styling for the label if needed */
.custom-checkbox .Checklist-item label {
    color: white;
}
