﻿.marker-p {
    background-color: #ddd;
    border-radius: .5rem;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin: 0 .25rem;
}

.marker-label {
    background-color: #ddd;
    border-radius: .5rem;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin: 0 .25rem;
}

.required {
    color: red;
}

.validation-message {
    color: #f35540;
    font-size: .8rem;
}

.selectable {
    user-select: all;
}