.position-sticky {
  top: 100px;
}

.integration-btn:hover {
  background-color: #fff !important;
  box-shadow: 0 4px 25px rgb(109 120 136 / 15%) !important;
}

button.bg-white.active-section-btn:focus {
  background-color: #fff !important;
}

.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 32px;
}

.btn-slack {
  width: 140px;
}

.btn-slack:hover::before,
.btn-slack:focus::before,
.btn-slack:active::before {
  opacity: 100%;
}

.btn-slack:active::before {
  background-color: rgb(0 0 0 / 20%);
}

.btn-slack::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: rgb(0 0 0 / 10%);
  opacity: 0%;
  transition: opacity 0.2s, background-color 0.2s;
}

@media (max-width: 992px) {
  .dropdown-menu {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .dropdown-menu {
    max-width: 90%;
  }
}
