@tailwind base;
@tailwind components;
@tailwind utilities;


@layer components {
  .form-control {
    @apply my-2
  }
  .form-control label {
    @apply label font-bold 
  }

  .form-control input {
    @apply input input-bordered
  }
  
  .form-actions {
    @apply flex flex-row gap-4 my-8
  }

  .form-actions button, .form-actions input {
    @apply btn
  }
  
}
.voucher-form .trix-button-group--block-tools {
  display: none;
}
.kamal {
}  

