.apikey-reset-alert .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: auto;
  animation: fadeIn 1s;
  z-index: 1055;
}

.apikey-reset-alert .modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.apikey-reset-alert .modal-body {
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
