#createMainForm {
  font-family: "Satoshi";
  width: 600rem;
  margin: 0 auto 90rem auto;
  background: white;
  padding: 25rem;
  border-radius: 6rem;
  color: #627a95;
}

.createFormGroup {
  margin-bottom: 15rem;
}

#createMainForm label {
  display: block;
  margin-bottom: 6rem;
  font-weight: bold;
}

#createKategoriGroup label {
  font-weight: unset !important;
  color: #627a95;
  margin-top: 8rem;
}

#createMainForm input[type="text"],
#createMainForm input[type="file"] {
  width: 100%;
  padding: 8rem;
}

#createMainForm input[type="text"],
.createRichText,
.createDropdownSelected {
  border-radius: 10rem;
  padding: 15rem 25rem !important;
  gap: 10rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #181b1f;
  border: 1rem solid #aae4ff !important;
}

.createRichText {
  min-height: 80rem;
  border: 1rem solid #ccc;
  padding: 8rem;
  background: #fff;
}

.createCheckboxGroup {
  display: flex;
}

.createCheckboxGroup label {
  margin-right: 15rem;
}

.createDropdown {
  position: relative;
}

.createDropdownSelected {
  padding: 8rem;
  border: 1rem solid #ccc;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.createDropdownSearch {
  width: 100%;
  padding: 6rem;
  display: none;
}

.createDropdownList {
  display: none;
  position: absolute;
  background: white;
  max-height: 150rem;
  overflow-y: auto;
  border-radius: 10rem;
  padding: 8rem 15rem !important;
  gap: 10rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #181b1f;
  border: 1rem solid #aae4ff !important;
  width: 100%;
}

.createDropdownItem {
  padding: 6rem;
  cursor: pointer;
}

.createDropdownItem:hover {
  background: #eee;
}

#createMainForm button {
  padding: 18rem 24rem;
  border-radius: 100rem;
  gap: 8rem;
  color: white;
  background-color: #0f5e67;
  border: #0f5e67;
  width: 100%;
}

.createError {
  display: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 160%;
  color: #72325d;
}

#createMainForm input[type="checkbox"] {
  width: 16rem;
  height: 16rem;
  cursor: pointer;
}

input[type="text"]:focus,
input[type="file"]:focus,
.createRichText:focus {
  outline: none;
  border: 1px solid #aae4ff;
}

#createKvkk {
  font-weight: 500;
  font-size: 14rem;
  line-height: 160%;
  color: #0f5e67;
}

.createPhoneWrapper {
  display: flex;
}

.createPhoneDropdown {
  position: relative;
  width: 115rem;
  border-radius: 10rem;
  gap: 10rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 160%;
  color: #181b1f;
  border: 1rem solid #aae4ff !important;
  cursor: pointer;
}

.createPhoneSelected {
  padding: 14rem;
  text-align: center;
}

.createPhoneDropdownList {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #aae4ff;
  z-index: 10;
  border-radius: 10rem;
  top: 66rem;
}

.createPhoneDropdownItem {
  padding: 6px;
}

.createPhoneDropdownItem:hover {
  background: #eee;
}

::placeholder {
  background-color: unset;
  color: #627a95;
}

.createRichText:empty:before {
  content: attr(data-placeholder);
  color: #627a95;
  pointer-events: none;
}

.createRichText:focus:before {
  content: "";
}

.createCheckboxGroup label {
  display: flex;
  align-items: center;
  gap: 8rem;
  color: #627a95;
}

.createDropdownSelectedText {
  color: #627a95;
}

#createMainForm h2 {
  font-size: 48rem;
  line-height: 48rem;
  color: #003a55;
  font-family: "Peachi";
  margin-bottom: 30rem;
  display: flex;
  justify-content: center;
}

#createMainForm p {
  font-size: 24rem;
  line-height: 32rem;
  color: #003a55;
  font-family: "Peachi";
  margin-bottom: 48rem;
  display: flex;
  justify-content: center;
}

.createFormGroup a {
  color: #627a95;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  #createMainForm {
    width: unset;
    padding: unset;
  }
}
