.text-white {
    color: rgb(255, 255, 255) !important; 
    min-width: 100px; }





  
  .text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5); }



    
  /*  Bootstrap  */
  
  .button {
    display: inline-block;
    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 transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .button:hover, .button:focus {
      text-decoration: none; }
    .button:focus, .button.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.25);
      box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.25); }
    .button.disabled, .button:disabled {
      opacity: 0.65; }
    .button:not(:disabled):not(.disabled) {
      cursor: pointer; }
  
  
  .button-green {
    color: #212529;
    background-color: #005B5C;
    border-color: #005B5C; }
    .button-green:hover {
      color: #fff;
      background-color: #00a7aa;
      border-color: #00a7aa; }
    .button-green:focus, .button-green.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }
    .button-green.disabled, .button-green:disabled {
      color: #212529;
      background-color: #00a7aa;
      border-color: #00a7aa; }
    .button-green:not(:disabled):not(.disabled):active, .button-green:not(:disabled):not(.disabled).active,
    .show > .button-green.dropdown-toggle {
      color: #fff;
      background-color: #00a7aa;
      border-color: #00a7aa; }
      .button-green:not(:disabled):not(.disabled):active:focus, .button-green:not(:disabled):not(.disabled).active:focus,
      .show > .button-green.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }


  .button-white {
    color: #212529;
    background-color: #efffff;
    border-color: #005B5C; }
    .button-green:hover {
      color: #fff;
      background-color: #00a7aa;
      border-color: #005B5C; }
    .button-green:focus, .button-green.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }
    .button-green.disabled, .button-green:disabled {
      color: #212529;
      background-color: #00a7aa;
      border-color: #005B5C; }
    .button-green:not(:disabled):not(.disabled):active, .button-green:not(:disabled):not(.disabled).active,
    .show > .button-green.dropdown-toggle {
      color: #fff;
      background-color: #00a7aa;
      border-color: #005B5C; }
      .button-green:not(:disabled):not(.disabled):active:focus, .button-green:not(:disabled):not(.disabled).active:focus,
      .show > .button-green.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }
      

  
  .button-orange {
    color: #212529;
    background-color: #f37121;
    border-color: #f37121; }
    .button-orange:hover {
      color: #fff;
      background-color: #ffb78b;
      border-color: #ffb78b; }
    .button-orange:focus, .button-orange.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }
    .button-orange.disabled, .button-orange:disabled {
      color: #212529;
      background-color: #ffb78b;
      border-color: #ffb78b; }
    .button-orange:not(:disabled):not(.disabled):active, .button-orange:not(:disabled):not(.disabled).active,
    .show > .button-orange.dropdown-toggle {
      color: #fff;
      background-color: #ffb78b;
      border-color: #ffb78b; }
      .button-orange:not(:disabled):not(.disabled):active:focus, .button-orange:not(:disabled):not(.disabled).active:focus,
      .show > .button-orange.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5); }
      
  

  .text-green {
      color: #02787a !important; }
    
    a.text-green:hover, a.text-green:focus {
      color: #02787a !important; }

      .text-grey {
        color: #a3a3a3 !important; }
      
      a.text-grey:hover, a.text-grey:focus {
        color: #a3a3a3 !important; }

      .text-orange {
        color: #f37121 !important; }
      
      a.text-green:hover, a.text-green:focus {
        color: #f37121 !important; }
