
    .grecaptcha-badge {
    display: none !important;
  }
  
  .ql-editor {
    outline: 1px dashed #01a812 !important;
    outline-offset: 5px;
    box-sizing: border-box;
    
    padding: 0px !important;
    border-radius: 5px;
    line-height:unset !important;
    text-align: unset !important;
    
   
  }

  .section-caption-gradient .ql-editor {
    -webkit-text-fill-color: #888;
  }
  
  .ql-editor ol {
    padding-left: unset !important;
  }
  
  .ql-tooltip{
    z-index: 1000;
    letter-spacing:0px !important;
    line-height: 1.2rem;
  }
  
  .ql-size-huge {
    font-size: 140% !important;
  }
  .ql-size-large {
    font-size: 120% !important;
  }
  .ql-size-small {
    font-size: 50% !important;
  }
  
  li[data-list=bullet] > .ql-ui:before {
    content: '\2022';
  }
  li > .ql-ui:before {
    display: inline-block;
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em;
  }
  li[data-list=bullet]{
  
    list-style-type: none;
    padding-left: 1.5em;
    position: relative;
  }
  
  .ql-container{
    font-size:unset !important;
    font-family:unset !important;
  }


  /* tiptap content*/

  ul.bullet {
    list-style: disc outside;
    padding-left: 1.5em; /* or whatever looks good */
    margin-left: 0; /* reset if necessary */
   
}

  ul.bullet li {
    margin: 0.5em 0; /* spacing between list items */
    list-style:unset !important;

  }

  ol.decimal li {
      list-style: decimal;
      margin-left: 20px;
      list-style-position: inside;
  }