/*------------------------------------
 - COLOR eco #86bc24
 - Generator: https://lingtalfi.com/bootstrap4-color-generator
 - Compiler SCSS to CSS: https://www.cssportal.com/scss-to-css/
 ------------------------------------*/
 .alert-eco {
    color: #3c5510;
    background-color: #def1ba;
    border-color: #d5eea9;
  }
  .alert-eco hr {
    border-top-color: #cbea93;
  }
  .alert-eco .alert-link {
    color: #1e2a08;
  }
  .badge-eco {
    color: #212529;
    background-color: #86bc24;
  }
  .badge-eco[href]:hover, .badge-eco[href]:focus {
    color: #212529;
    background-color: #67911b;
  }
  .bg-eco {
    background-color: #86bc24 !important;
  }
  a.bg-eco:hover, a.bg-eco:focus, button.bg-eco:hover, button.bg-eco:focus {
    background-color: #67911b !important;
  }
  .border-eco {
    border-color: #86bc24 !important;
  }
  .border-bottom-eco {
    border-bottom: #86bc24 solid 5px !important;
  }
  .btn-eco {
    color: #212529;
    background-color: #86bc24;
    border-color: #86bc24;
  }
  .btn-eco:hover {
    color: #212529;
    background-color: #709e1e;
    border-color: #67911b;
  }
  .btn-eco:focus, .btn-eco.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 188, 36, 0.5);
  }
  .btn-eco.disabled, .btn-eco:disabled {
    color: #212529;
    background-color: #86bc24;
    border-color: #86bc24;
  }
  .btn-eco:not(:disabled):not(.disabled):active, .btn-eco:not(:disabled):not(.disabled).active, .show > .btn-eco.dropdown-toggle {
    color: #212529;
    background-color: #67911b;
    border-color: #5e8419;
  }
  .btn-eco:not(:disabled):not(.disabled):active:focus, .btn-eco:not(:disabled):not(.disabled).active:focus, .show > .btn-eco.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 188, 36, 0.5);
  }
  .btn-outline-eco {
    color: #86bc24;
    background-color: transparent;
    border-color: #86bc24;
  }
  .btn-outline-eco:hover {
    color: #212529;
    background-color: #86bc24;
    border-color: #86bc24;
  }
  .btn-outline-eco:focus, .btn-outline-eco.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 188, 36, 0.5);
  }
  .btn-outline-eco.disabled, .btn-outline-eco:disabled {
    color: #86bc24;
    background-color: transparent;
  }
  .btn-outline-eco:not(:disabled):not(.disabled):active, .btn-outline-eco:not(:disabled):not(.disabled).active, .show > .btn-outline-eco.dropdown-toggle {
    color: #212529;
    background-color: #86bc24;
    border-color: #86bc24;
  }
  .btn-outline-eco:not(:disabled):not(.disabled):active:focus, .btn-outline-eco:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-eco.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 188, 36, 0.5);
  }
  .list-group-item-eco {
    color: #3c5510;
    background-color: #d5eea9;
  }
  .list-group-item-eco.list-group-item-action:hover, .list-group-item-eco.list-group-item-action:focus {
    color: #3c5510;
    background-color: #cbea93;
  }
  .list-group-item-eco.list-group-item-action.active {
    color: #212529;
    background-color: #3c5510;
    border-color: #3c5510;
  }
  .table-eco, .table-eco > th, .table-eco > td {
    background-color: #d5eea9;
  }
  .table-hover .table-eco:hover {
    background-color: #cbea93;
  }
  .table-hover .table-eco:hover > td, .table-hover .table-eco:hover > th {
    background-color: #cbea93;
  }
  .text-eco {
    color: #86bc24 !important;
  }
  a.text-eco:hover, a.text-eco:focus {
    color: #67911b !important;
  }
  