.main-sub-text {
  color: #B21947;
}

input, textarea {
  caret-color: #B21947;
}

.btn.btn-main {
  background-color: #B21947;
}
.btn:focus, .btn:active {
  background-color: rgba(178, 25, 71, 0.5) !important;
}

.checkbox-group input[type=radio]:checked + label::after,
.checkbox-group input[type=checkbox]:checked + label::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%23B21947"/><path d="M4.71599 7.15346C4.46365 6.89812 4.0521 6.89569 3.79677 7.14802C3.54143 7.40036 3.539 7.81191 3.79133 8.06725L4.71599 7.15346ZM6.63639 10.9461C6.88873 11.2015 7.30028 11.2039 7.55562 10.9516C7.81095 10.6992 7.81339 10.2877 7.56105 10.0323L6.63639 10.9461ZM3.79133 8.06725L6.63639 10.9461L7.56105 10.0323L4.71599 7.15346L3.79133 8.06725Z" fill="white"/><path d="M6.62684 10.0463C6.38199 10.3088 6.39632 10.7201 6.65885 10.965C6.92138 11.2098 7.33268 11.1955 7.57753 10.933L6.62684 10.0463ZM12.2216 5.95359C12.4664 5.69106 12.4521 5.27975 12.1896 5.03491C11.927 4.79006 11.5157 4.80439 11.2709 5.06692L12.2216 5.95359ZM7.57753 10.933L12.2216 5.95359L11.2709 5.06692L6.62684 10.0463L7.57753 10.933Z" fill="white"/></svg>');
}

.legend.other {
  color: #CE66EC;
  background-color: #CE66EC;
  background-color: rgba(206, 102, 236, 0.2);
}
.legend.other.active {
  background-color: #CE66EC;
  color: #fff;
}