/* MAIN COLOR */
:root {
  --bs-primary: #000000;
  --bs-primary-rgb: 0, 0, 0;
  --bs-focus-ring-color: rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4) !important;
}

.menu-item.active > .menu-link:not(.menu-toggle) {
  background: #000000 !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #000000;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #000000;
}

/* GLOBAL */
#customMainLogo {
  max-height: 40px;
}

#template-customizer .template-customizer-open-btn {
  display: none !important;
}
.breadcrumb-item a {
  color: #444050 !important;
}
.linkTable {
  color: #6d6b77 !important;
}
.readonly{
  background: #ccc;
}
.select2-container--default .select2-selection--single.is-invalid {
  border-color: #dc3545;
}

.select2-hidden-accessible + .fv-plugins-message-container {
  display: block !important;
}

.select2-hidden-accessible + .fv-plugins-message-container .fv-help-block {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
}

.select2-container {
  width: 100% !important;
}
