* {
  /* For debugging */
  /*outline: 2px solid red !important;*/
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.lds-dual-ring:after {
  content: " ";
  width: 64px;
  height: 64px;

  border-radius: 50%;
  border: 6px solid #198754;
  border-color: #198754 transparent #198754 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a{
    color: #28e28b;
}
a:hover{
    color: #147447;
}
.form-control {
  border: 1px solid #198754 !important;
}

textarea:focus,
.accordion-button:focus,
.form-control:focus {
  border-color: rgba(126, 239, 104, 0.8);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 5px rgba(126, 239, 104, 0.6);*/
    box-shadow: none;
  outline: 0 none;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(126, 239, 104, 0.4);
  color: #198754;
}

.accordion-button:not(.collapsed)::after {
  color: #198754;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
