/* BOTÃO CUSTOMIZADO */
.btn-custom {
    color: #fff;
    background-color: #00B097;
    border-color: #00B097; }
    .btn-custom:hover {
      color: #fff;
      background-color: #09b080;
      border-color: #08a679; }
    .btn-check:focus + .btn-custom, .btn-custom:focus {
      color: #fff;
      background-color: #09b080;
      border-color: #08a679;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5); }
    .btn-check:checked + .btn-custom,
    .btn-check:active + .btn-custom, .btn-custom:active, .btn-custom.active,
    .show > .btn-custom.dropdown-toggle {
      color: #fff;
      background-color: #08a679;
      border-color: #089b71; }
      .btn-check:checked + .btn-custom:focus,
      .btn-check:active + .btn-custom:focus, .btn-custom:active:focus, .btn-custom.active:focus,
      .show > .btn-custom.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5); }
    .btn-custom:disabled, .btn-custom.disabled {
      color: #fff;
      background-color: #00B097;
      border-color: #00B097; }
  
  /* FIM BOTÃO CUSTOMIZADO */

  .bg-custom {
    background-color: #535355!important;
  }

 /* custom select2 */
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #495a7b!important;
}