/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .hidden-show-1 button {
    color: #0d6efd;
    background-color: #ffffff;
    border-color: #e2e6ea;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e2e6ea;
    margin: 0 0 0 2px;
    padding: 0 0.3rem;
    font-size: 9.75pt;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .hidden-show-1 button.open,
  .hidden-show-1 button:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    cursor: pointer;
  }
  
  .hidden-show-2 button {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 1px solid #e2e6ea;
  margin: 0 0 0 2px;
  padding: 0 0.3rem;
  font-size: 9.75pt;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .hidden-show-2 button:hover {
      color: #fff;
      background-color: #0b5ed7;
      border-color: #0a58ca;
  }


  .hidden-show-3 button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  border: 1px solid #e2e6ea;
  margin: 0 0 0 2px;
  padding: 0 0.3rem;
  font-size: 9.75pt;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition-property: background-color,border-color,color,box-shadow,filter;
  transition-duration: .3s;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #15883e;
  }
  .hidden-show-3 button:hover{
      background-color: #1db954;
  }
