.custom-button {
  background: linear-gradient(to left, #7848f4, #5827d8);
  font-size: 1.1rem !important;
  font-weight: bolder !important;
  border: none !important;

  &.diligencias {
    background: linear-gradient(to left, #d59508, #ff7300);
  }

  &.deletar {
    background: linear-gradient(to left, #df0202, #a10a07);

    @media screen and (max-width: 1600px) {
      font-size: 0.9rem !important;
    }
  }

  &.distribuir {
    background: linear-gradient(to left, #4f60fc, #2437de);
  }

  &.adicionar-diligencia,
  &.adicionar-mesa,
  &.adicionar {
    background: linear-gradient(to left, #3366aa, #13316d);

    @media screen and (max-width: 1600px) {
      font-size: 0.9rem !important;
    }
  }

  &.adicionar-equipe {
    background: linear-gradient(to left, #00a95f, #006d00);
    font-size: 1rem !important;
    font-weight: normal !important;
  }

  &.cancelar {
    background: linear-gradient(to left, #8a9299, #494c4d);
  }

  &.detalhes {
    background: linear-gradient(to left, #6c757d, #494c4d);
    font-size: 1rem !important;
    font-weight: normal !important;
    border: 1px solid #494c4d !important;

    &.equipes {
      min-width: 7vw;
      transition: 0.4s;

      &:hover {
        background: linear-gradient(to right, #d6d6d6, #b9ccd3);
        color: #494c4d;
        border: 1px solid #494c4d !important;
      }
    }
  }

  &.gerar-link {
    background: linear-gradient(to left, #e6aa29, #ff7300);
    color: white !important;

    @media screen and (max-width: 1600px) {
      font-size: 0.9rem !important;
    }
  }

  &.dropdown-activation {
    background: #ffffff !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    color: rgb(33, 37, 41) !important;
    height: 58px !important;
    border-radius: 20px !important;
  }

  &.search {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5vh;
    height: 5vh;
    padding: 0;
    border-radius: 10vh;
    font-size: 20px;
    background: linear-gradient(to left, #3366aa, #13316d);

    &.clear {
      background: linear-gradient(to left, #8a9299, #494c4d);
    }
  }

  &.search-expanded {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 5vh;
    padding: 0;
    border-radius: 10vh;
    font-size: 20px;
    padding-left: 1vw;
    padding-right: 1vw;
    background: linear-gradient(to left, #3366aa, #13316d);
  }

  &.sidebar {
    color: #808191;
    font-size: 1.2rem !important;
    background: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500 !important;

    &.clicked {
      color: #d8ad5e !important;
    }
  }

  &.login-btn {
    background: linear-gradient(to left, #ecd6aa, #d4a95a);
    color: #151515;
    width: 20vw;
    font-family: 'Montserrat', sans-serif;

    &:hover {
      color: #151515;
    }
  }

  &.reset-btn {
    background: linear-gradient(to left, #8a9299, #494c4d);
    color: #ffffff;
    width: 20vw;
    font-family: 'Montserrat', sans-serif;

    &:hover {
      color: #ffffff;
    }
  }

  &.icon-btn {
    font-size: 0.9rem !important;
    height: 2rem;
    width: 2rem;
    padding: 0;
    border-radius: 100%;
  }

  &.without-background {
    background: transparent !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #4a4a4a !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    color: #4a4a4a !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.1rem;
  }
}

.page-item {
  &.active {
    > span {
      background: linear-gradient(to left, #3366aa, #13316d) !important;
      border-color: #3366aa !important;
      color: white !important;
    }
  }
}

.page-link {
  color: #3366aa !important;
}

.progress-bar {
  background: linear-gradient(to left, #ecd6aa, #d8ad5e) !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(to right, #ffffff, #e7e7e7) !important;
  color: black !important;
}

.accordion-button {
  color: black !important;
  font-size: 1rem !important;
}

.custom-modal {
    z-index: 1070 !important;
}

.backdrop-stacked {
  z-index: 1060 !important;
}
