.disconnect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  height: 200px;
}

.disconnect-text {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.disconnect-btn {
  background: var(--red);
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 700;
  height: 30px;
  border-radius: 4px;
}

.disconnect-modal .appModal {
  height: 200px;
  min-height: 200px !important;
}

.disconnect-modal .appModal__body {
  padding: 0 !important;
}

