
body {
  font-family: "Inter", sans-serif;
  background-color: #1A1A25;
}

.discord-details-titlebar{
  /* border: 1px solid black; */
  width: 100%;
  height: 100%;
  display: flex;
  flex:1;
  align-items: center;
}


.discord-details-titlebar h3 {
  font-size: 20px;
  font-weight: 200;
  color:white;
  margin-left:20px

}

.PendingProjectForm-changelog,
.ProjectKursari-changelog{
  /* border: 1px solid black; */
  width: 100%;
  height: 100%;
  display: flex;
  flex:3;
  align-items: center;
}

.PendingProjectForm-changelog h3,
.ProjectKursari-changelog h3{
  color: white;
  font-size: 16px;
}

.PendingProjectForm-changelog form,
.ProjectKursari-changelog form {
  margin:20px
}

.PendingProjectSend,
.PKchangelogsend {
  display: flex;
  align-items: center;
  gap: 12px;
}

.changelog-webhook-urlPending,
.changelog-webhook-url {
  width: 600px;
  height: 50px;
  border-radius: 7px;
  color:#7E7E93;
  background-color: #1D1D29;
  outline: none;
  border: #1D1D29;
}

.changelog-webhook-pending,
.changelog-webhook-save {
  width: 100px;
  height: 50px;
  border-radius: 7px;
  color:white;
  background-color: #D571F2;
  border: none;
}

.PendingProjectBtn,
.PKchangelogBtn{
  width: 100px;
  height: 50px;
  border-radius: 7px;
  color:white;
  background-color: #5E6FFB;
  border: none;
}


