.position-sticky {
  top: 100px;
}

.integration-btn:hover {
  background-color: #fff !important;
  box-shadow: 0 4px 25px rgba(109, 120, 136, 0.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: 1;
}

.btn-slack:active::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-slack::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  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%;
  }
}
