.mat-menu-card {
  width: 160px;
  height: 120px;
  margin: 10px 20px 10px 10px;
}

.close-icon {
  cursor: pointer;
}

.wrapper-integrations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.integration-used-label {
  display: flex;
  justify-content: space-between;
  margin: 0 5px;
}

.integration-unused-label {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}

.integration-button-settings {
  cursor: pointer;

  min-width: 150px;
  padding: 10px;

  color: #e55907;
  text-align: center;

  background-color: var(--color-gray-fff);
  border: 1px solid #e55907;
  border-radius: 20px;

  &:hover {
    opacity: 0.7;
  }
}

.integration-button-add {
  cursor: pointer;

  min-width: 150px;
  padding: 10px;

  color: #fff;
  text-align: center;

  background-color: #e55907;
  border-radius: 20px;

  &:hover {
    opacity: 0.7;
  }
}

.integration-title {
  text-align: center;
}
