.curvely img {
  border-radius: 12px;
}

.shadow-1 img {
  box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px,
    rgb(0 0 0 / 12%) 0px 2px 10px 0px !important;
}

.shadow-2 img {
  box-shadow: rgb(0 0 0 / 18%) 0px 5px 11px 0px,
    rgb(0 0 0 / 15%) 0px 4px 15px 0px !important;
}

.shadow-3 img {
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 17px 0px,
    rgb(0 0 0 / 19%) 0px 6px 20px 0px !important;
}

.cfx_alert_block {
  font-family: var(--font-family-default-medium) !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  background-color: transparent !important;
  color: #ff5b65 !important;
  padding-left: 0 !important;
}

.cfx_alert_msg {
  display: none !important;
}

.crm_input_field + .cfx_alert_block .crm_input_field input {
  border: 1px solid #ff5b65 !important;
  margin-bottom: 16px !important;
}

.crm_field_application_kvkk_link {
  font-family: var(--font-family-default-medium) !important;
}
