.modal-dialog.removeModal .modal-content {
  border: 1px solid #248aff;
  min-height: 30vh;
  padding: 15px 20px;
}
.modal-dialog.removeModal .modal-content .deleteModal-header {
  display: flex;
  justify-content: flex-end;
}
.modal-dialog.removeModal .modal-content .deleteModal-header button {
  border: none;
  outline: none;
  background: transparent;
}

.modal-dialog.removeModal .modal-content .deleteModal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-dialog.removeModal .modal-content .deleteModal-body h2 {
  text-align: center;
  color: #07f;
  font-family: gp-b, Font, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}

.modal-dialog.removeModal .modal-content .deleteModal-footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal-dialog.removeModal .modal-content .deleteModal-footer button {
  border-radius: 20px;
  width: 100%;
  max-width: 146px;
  padding: 10px 0;
  border: 1px solid transparent;
  background: #07f;
  color: #fff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  font-family: gp-m, Font, sans-serif;
  font-weight: 400;
}

.modal-dialog.removeModal .modal-content .deleteModal-footer button:hover {
  background: transparent;
  color: #07f;
  border: 1px solid #07f;
}
