p {
  margin-bottom: 0px;
}
.changeColoritem {
  fill: #86c141;
  border-color: #86c141;
}
.changeColoritem:hover {
  fill: white;
  background-color: #86c141;
  border-color: #86c141;
}
.changeColorred {
  fill: red;
}
.changeColorred:hover {
  fill: white;
}
.btn-success {
  background-color: #86c141 !important;
  border-color: #86c141 !important;
}
.btn-success:hover {
  background-color: green !important;
  border-color: green !important;
}
.switch-green .form-check-input:checked {
  background-color: #86c141;
  border-color: #86c141;
}
.inactiveButtonMenu {
  border-radius: 0;
  background-color: #21136f;
  color: white;
  border: none;
}
.activeButtonMenu {
  border-radius: 0;
  background-color: #86c240;
  color: white;
  border: none;
}
.inactiveButtonMenu:hover {
  border-radius: 0;
  background-color: #86c240;
  color: white;
  border: none;
}
.activeButtonMenu:hover {
  border-radius: 0;
  background-color: #86c240;
  color: white;
  border: none;
}

.buttonSidebar {
  background-color: #21136f;
  color: white;
}

.buttonSidebar:hover {
  background-color: #86c240;
  color: white;
}
.buttonSidebar:focus {
  background-color: #21136f;
  color: white;
}
.darkhanInputForm {
  width: 13rem;
  color: white;
  background-color: rgba(72, 135, 195, 0.9);
  border: none;
}
