.ql-searched-string {
    background-color: #117d078f;
    /* display: inline-block; */
}

.ql-ishighlight-string {
    background-color: #117d078f;
    /* display: inline-block; */
    /* margin-left: auto;
    margin-right: auto; */
}

.ql-searched-string-first {
    /* display: inline-block; */
    background-color: #840c0c ;
}

.ql-toolbar .ql-stroke {
    background-color: #ffffff ;
}

.ql-toolbar .ql-picker {
    color: #fff;
}

.ql-toolbar .ql-snow {
    background-color: silver;
    border-radius: 10px !important;
    border-style: solid !important;
    border-color: black !important;
}

.ql-replaced-string {
    font-weight: bold;
}

.ql-editor .quill-better-table tr, .ql-editor .quill-better-table td {
    border: 1px solid white;
    color: white;
    font-family: "Poppins";
  }

.ql-container {
    border-radius: 10px;
}
.ql-container.ql-snow {
    min-height: 450px;
    max-height: 600px;
    background-color: white;
    border-radius: 10px;
    border-color: black !important;
}
