[dir] .alert {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-danger {
  background-color: #f7dddc;
  border-color: #f4cfce; }

label.error {
  color: #844042;
  width: 100%; }

.select2-results__option {
  text-align: left; }
  .select2-results__option img {
    float: left;
    margin-right: 5px; }

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px; }

.dir-ltr {
  direction: ltr; }

#formRegister #basic-addon2, #myProfileForm #basic-addon2 {
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F2F2F2; }

.bg-main, .bg-main-no-hover {
  background-color: rgb(var(--color-primary)) !important;
  color: rgb(var(--color-title)); }

.no-hover:hover {
  pointer-events: none !important;
  cursor: no-drop !important; }

.bg-red {
  color: rgb(var(--color-white)) !important; }

.d-block {
  display: block; }

/*# sourceMappingURL=custom.css.map */
