
/* *, .rounded-start, .rounded {
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
} */

.tox-tinymce {
  border: 1px solid #ced4da !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.tagin-wrapper.focus
 {
  color: #212529 !important;
  border-color: var(--first-color) !important;
  box-shadow: 0 0 0 0.05rem var(--first-color) !important;
}


option:checked,
option:hover {
  background-color: var(--first-color) !important;
  color: #fff !important;
}


.form-check-input:checked {
    background-color: var(--first-color) !important;
    border-color: var(--first-color) !important;
}
