input {
    @apply focus:ring-0 focus:ring-offset-0;
  }
  
  input {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  input:focus {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
  }
  
  select {
    @apply focus:ring-0 focus:ring-offset-0;
  }
  
  select {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
  }

  select:focus {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
  }

  textarea {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
  }

  textarea:focus {
    /* outline: none !important; */
    box-shadow: none !important;
    /* border-color: transparent !important; */
  }

  p, h1, h2, h3, h4, h5, h6, div, span {
    overflow-wrap: break-word !important;
  }