.ant-modal-title {
  background: rgb(85, 90, 90);
  color: rgb(255, 255, 255) !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 30px;
}

button.ant-modal-close {
  color: white !important;
  margin-right: 2%;
  margin-top: 0.5%;
}

.ant-modal {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
span#userName {
  font-weight: 800;
  font-size: 15px;
}

