/* Checkboxes */
.custom-control-description {
    padding: 0.1em 0 0 0;
    font-size: 0.875em !important;
}

.custom-checkbox {
    min-height: 0 !important;
    margin: 0 0.2rem 0 0.4em !important;
}

.properties-checkbox {
    height: 1.938em;
    padding-top: 0.15em;
    color: white;
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #87C0FF !important;
}

.card {
    width: 100% !important;
}