.app-form {
  .ant-picker {
    @apply h-[48px] border-platinum  rounded-2xl  placeholder:text-[#2d2d2db2] focus:border-platinum hover:border-platinum cursor-pointer;
  }
  .ant-picker .ant-picker-input {
    @apply !ps-2;
    & > input {
      @apply placeholder:text-[#2d2d2db2];
    }
  }
  .ant-picker {
    @apply w-full;
    .ant-input-number-input {
      @apply text-secondarytext;
    }
  }
  label {
    @apply max-md:text-sm w-full text-greynormal font-semibold;
  }

  .full-modal-btn * {
    @apply w-full;
  }
}
