@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100% !important;
  }
}
.modal .select2-container--open{
  top: 107.547px !important;
  left:  23px !important;

}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before{
  background-color: #8DC63F !important;
}
.btn-primary {
  color: #fff;
  background-color: #8DC63F;
  border-color: #8DC63F;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.btn-primary:hover {
  color: #fff;
  background-color: #8DC63F;
  border-color: #8DC63F;
  transform: translateY(-1px);
}

a, a:hover{
  color: #8DC63F;
}

.form-control:focus, .form-select:focus {
  border-color: #8DC63F;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
  border-color: #8DC63F;
}

.app-brand .layout-menu-toggle {
  background-color: #8DC63F;
  border: 7px solid #f5f5f9;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #000;
  background-color: rgba(141, 198, 63, 0.16) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
  background: #8DC63F;
}

.text-primary {
  color: #8DC63F !important;
}

.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #8DC63F;
}

.card.card-border-shadow-primary::after {
  border-bottom-color: #8DC63F;
}

.card[class*=card-border-shadow-]:hover {
  box-shadow: 0 0.25rem 1rem rgba(141, 198, 63, 0.45);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8DC63F;
  border-color: #8DC63F;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
  border-color: #8DC63F;
  background-color: #8DC63F;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(141, 198, 63, 0.4);
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #FFF;
  background-color: #8DC63F !important;
  /* background-color: rgba(32, 32, 34, 0.16) !important; */
}