.text-danger {
  display: block;
}

.form-control {
  border: 1px solid #828282;
}

textarea.form-control {
  min-height: 140px !important;
}

.form-control:focus {
  border-color: #323231;
  box-shadow: none;
}

.form-floating {
  position: relative;
  margin-bottom: 20px;
}
.form-floating .input_counter {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.form-floating > label {
  color: #5b5b5a;
}

.form-check {
  margin-bottom: 20px;
}

.kvkk_checkbox {
  justify-content: flex-end;
  align-items: center;
}

.form-check.kvkk_checkbox label {
  max-width: inherit;
  margin-right: 20px;
  font-weight: 300;
  font-size: 1rem;
}
.form-check.kvkk_checkbox a {
  font-size: 1rem;
  text-decoration: none;
}

.drop-file-container {
  background: #ffffff;
  color: #1b252f;
  padding: 0 15px;
  width: 100%;
  border: 1px dashed #828282;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  border-radius: 12px;
}
.drop-file-container span {
  display: block;
  width: 100%;
  color: #514f54;
  font-size: 0.875rem;
  font-weight: 400;
}
.drop-file-container span svg {
  margin: 0 auto;
}
.drop-file-container span.upload_title {
  font-size: 1rem;
  font-weight: 400;
  color: #514f54;
}
.drop-file-container > div:first-child {
  height: calc(100% - 89px);
  display: flex;
  align-items: center;
}
.drop-file-container > div:last-child {
  margin-bottom: 12px;
}
.drop-file-container .upload_desc {
  margin-bottom: 5px;
}

.btn_upload {
  border: 1px solid #e3e3e3;
  font-size: 0.875rem;
  font-weight: 600;
  color: #514f54;
  padding: 9px 20px;
  line-height: 1;
  transition: all 300ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ffffff;
  border-radius: 8px;
}
.btn_upload span {
  margin-top: 0;
  color: #514f54;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .drop-file-container {
    flex-wrap: nowrap;
  }
}
