<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,
h2,
h3 {
    font-family: 'Inter' !important
}
::selection{
  background: black;
  color: white;
}
.close-icon1 {
    display: flex;
    width: 18px;
    height: 18px;
    background: url(https://images.examples.com/icons/close_Icon.svg) no-repeat !important;
    filter: brightness(0) invert(0)
}

.menu-icon1 {
    display: flex;
    width: 24px;
    height: 25px;
    background: url(https://images.examples.com/icons/menu.svg) no-repeat !important
}

.main-content .post-title {
    margin-top: 50px;
    display: flex;
    padding: 12px 12px 12px 32px;
    align-items: center
}

.container-editor {
    width: 100%;
    /*height: 660px;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px
}

.tiptap-editor-app-root {
    align-items: flex-start;
    align-self: stretch;
    display: block;
    flex: 1 0;
    flex-direction: column;
    height: 660px;
    width: 100%
}

.sLine {
    background: #e3e9ee;
    height: 48px;
    width: 1px
}

.tiptap-editor-app-root&gt;div:nth-child(3) {
    align-items: flex-start;
    align-self: stretch;
    background: #f5f7fa;
    display: flex;
    flex: 1 0;
    height: 660px
}

.tiptap-editor-app-root .Frame442 {
    align-items: flex-start;
    display: inline-flex;
    height: 48px;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #e3e9ee;
    border: 1px solid #e3e9ee;
}

.Frame442 .Frame427321941 {
    display: inline-flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: flex-start
}

.Frame427321941 .Frame101 {
    align-items: center;
    display: inline-flex;
    height: 48px;
    justify-content: space-between
}

.Frame101 .Frame123 {
    flex: 1 1
}

.Frame101 .Frame123,
.Frame123 .UndoRedo {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: flex-start
}

.Frame123 .UndoRedo {
    gap: 12px;
    padding: 10px;
    width: 88px
}

.UndoRedo .Frame110 {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 4px
}

.Frame110 .Undo {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    background: url(https://images.examples.com/icons/undo-icon.svg)
}

.Frame110:hover {
    cursor: pointer
}

.Frame110:hover:after {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    content: attr(title);
    font-family: Inter;
    font-size: 12px;
    height: 15px;
    margin-left: -.5%;
    margin-top: 4%;
    padding: 1px 10px;
    position: absolute;
    z-index: 1
}

.UndoRedo .Frame111 {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 4px
}

.Frame111:hover {
    cursor: pointer
}

.Frame111:hover:after {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    content: attr(title);
    font-family: Inter;
    font-size: 12px;
    height: 15px;
    margin-left: -.5%;
    margin-top: 4%;
    padding: 1px 10px;
    position: absolute;
    z-index: 1
}

.Frame111 .Redo {
    align-items: center;
    color: #000;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    background: url(https://images.examples.com/icons/redo-icon.svg)
}

.Frame123 .BoldItalicLink {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    padding: 10px;
    width: 208px
}

.BoldItalicLink .Frame113,
.BoldItalicLink .Frame114,
.BoldItalicLink .Frame115,
.BoldItalicLink .Frame118,
.BoldItalicLink .Frame119 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 4px
}

.TextBold.icon {
    background: url(https://images.examples.com/icons/bold-icon.svg)
}

.TextItalic.icon {
    background: url(https://images.examples.com/icons/italic-icon.svg)
}

.Link.icon {
    background: url(https://images.examples.com/icons/link-icon.svg)
}

.TextBlock.icon {
    background: url(https://images.examples.com/icons/textblock-icon.svg)
}

.TextUnderline.icon {
    background: url(https://images.examples.com/icons/underline-icon.svg)
}

.Group20,
.Link,
.TextBlock,
.TextBold,
.TextItalic,
.TextUnderline,
.Vector {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.Vector {
    height: 20px;
    left: 20px;
    opacity: 0;
    top: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 20px
}

.Frame113:hover,
.Frame114:hover,
.Frame115:hover,
.Frame118:hover,
.Frame119:hover {
    background: #fef0d0;
    border-radius: 4px;
    cursor: pointer
}

.Frame113:hover:after,
.Frame114:hover:after,
.Frame115:hover:after,
.Frame118:hover:after,
.Frame119:hover:after {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    content: attr(title);
    font-family: Inter;
    font-size: 12px;
    height: 15px;
    margin-left: -.8%;
    margin-top: 4%;
    padding: 1px 10px;
    position: absolute;
    z-index: 1
}

.custom-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.custom-modal.open {
    display: flex
}

.modal-content {
    background-color: #fffcf5;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    max-width: 400px;
    padding: 10px;
    width: 100%
}

.modal-content .modal-input {
    gap: 10px
}

.modal-content .modal-button,
.modal-content .modal-input {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    width: 100%
}

.modal-content .modal-button {
    gap: 17%
}

.modal-content .modal-input input[type=text] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inter;
    height: 10px;
    margin-bottom: 10px;
    outline: none;
    padding: 10px;
    width: 75%
}

.modal-content .modal-input p {
    color: #1f2124;
    font-family: inter;
    font-weight: 400;
    margin: 5px 0 0
}

.modal-content .modal-button button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inter;
    margin-left: 18%;
    margin-right: 10px;
    padding: 10px 20px
}

.Frame101 .DownloadFrame {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    height: 38px;
    justify-content: flex-start;
    background: #750ef7eb;
    border-radius: 10px;
    margin: 2px;
    padding: 0 4px;
    color:black !important;
}

.DownloadFrame .Frame121 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex: 1 1;
    gap: 10px;
    height: 28px;
    justify-content: center;
    padding: 4px
}

.DownloadFrame:hover {
    background: #750EF7;
    border-radius: 10px;
    cursor: pointer
}

.Frame121 .DocumentDownload {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.DocumentDownload .DocumentDownloadIcon {
    height: 20px;
    position: relative;
    width: 20px
}

.DocumentDownloadIcon.icon {
    background: url(https://images.examples.com/icons/download-icon.svg);
    filter: brightness(0) invert(1)
}

.Frame121 .DownloadText {
    word-wrap: break-word;
    color: white;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.4px;
}

.Frame123 .Alignment {
    padding: 10px
}

.Alignment:hover {
    background: #fef0d0;
    border-radius: 4px;
    cursor: pointer
}

.Alignment:hover:after {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    content: attr(title);
    font-family: Inter;
    font-size: 12px;
    height: 15px;
    margin-left: -1%;
    margin-top: 1%;
    padding: 1px 10px;
    position: absolute;
    z-index: 1
}

.Alignment .iconWrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.Alignment .AlignmentdropdownContent {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    background: #fff;
    margin-left: -10.5px;
    margin-top: 9.5px;
    padding: 10px;
    border: 1px solid #e3e9ee
}

.AlignmentdropdownContent.show {
    height: 20px;
    width: auto;
    overflow: visible
}

.AlignmentdropdownContent .AlignmentdropdownOption {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 10px;
    height: 20px;
    margin-top: -10px
}

.AlignmentdropdownOption:hover {
    background-color: #f1f1f1;
    border-radius: 10px
}

.StylesAlign {
    padding: 6px
}

.StylesAlign:hover {
    background: #fef0d0;
    border-radius: 4px;
    cursor: pointer
}

.StylesAlign:hover:after {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    content: attr(title);
    font-family: Inter;
    font-size: 12px;
    height: 15px;
    margin-left: 0;
    margin-top: 1%;
    padding: 1px 10px;
    position: absolute;
    z-index: 1
}

.StylesAlign .StylesIconWrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    height: 28px;
    justify-content: center;
    padding: 4px;
    width: auto
}

.ArrowIcon {
    display: flex;
    height: 16px;
    width: 16px;
    background: url(https://images.examples.com/icons/arrow-down-icon.svg)
}

.StylesIconWrapper .stylesIconContainer {
    align-items: flex-end;
    display: flex;
    gap: -4px;
    height: 20px;
    width: 23px
}

.stylesIconContainer .stylesTextIcon {
    display: flex;
    height: 20px;
    width: 20px
}

.StylesAlign .StylesDropdownContent {
    clear: both;
    width: auto;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    background: #fff;
    margin-left: -6px;
    margin-top: 5.5px;
    padding: 10px;
    border: 1px solid #e3e9ee
}

.StylesDropdownContent .StylesDropdownOption {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 10px
}

.StylesDropdownContent .StylesDropdownOption:hover {
    background-color: #f1f1f1;
    border-radius: 10px
}

.StylesDropdownContent.show {
    height: auto;
    overflow: visible
}

.ListMenuSmall {
    display: inline-flex;
    gap: 48px;
    height: 660px;
    padding: 24px;
    width: 400px
}

.Frame427321951,
.ListMenuSmall {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.Frame427321951 {
    align-self: stretch;
    display: flex;
    gap: 24px;
    height: 324px
}

.ExamplesGenerator {
    word-wrap: break-word;
    color: #1f2124;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600
}

.Frame427321950 {
    align-self: stretch;
    gap: 16px;
    height: 281px
}

.Frame427321950,
.InputField {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.InputField {
    gap: 8px;
    height: 150px;
    width: 346px
}

.TextPrompt {
    word-wrap: break-word;
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500
}

.Frame219 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 4px
}

.Frame219,
.Frame219 .Frame4 {
    align-items: flex-start;
    align-self: stretch;
    justify-content: flex-start
}

.Frame219 .Frame4 {
    background: #fff;
    border: 1px solid #e3e9ee;
    border-radius: 8px;
    display: inline-flex;
    flex: 1 1;
    gap: 10px;
    padding: 10px 16px
}

.Frame4 .FreeText {
    word-wrap: break-word;
    border: none;
    color: #181b1f;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 21px;
    outline: none;
    resize: none;
    width: 100%
}

.InputField.Dropdown {
    height: 64px
}

.Dropdown {
    word-wrap: break-word;
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500
}

.Frame219.Dropdown {
    height: 41px
}

.Frame4.Dropdown {
    padding-bottom: 10px;
    padding-top: 10px
}

.Selection {
    word-wrap: break-word;
    color: #181b1f;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.ArrowDown {
    align-items: center;
    display: flex;
    justify-content: center
}

.ArrowDown,
.ArrowDown .ArrowDown {
    height: 20px;
    width: 20px
}

.Vector {
    border: 1.25px solid #7c878e;
    height: 5.91px;
    left: 3.4px;
    position: absolute;
    top: 7.46px;
    width: 13.2px
}

.Frame427321969 {
    align-items: flex-end;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 35px;
    justify-content: center
}

.Frame427321969 .Btn {
    align-items: center;
    background: #ff5038;
    border: none;
    border-radius: 100px;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    outline: none;
    padding: 10px 24px;
    width: 100%
}

.Btn:hover,
.Frame427321969:hover {
    cursor: pointer
}

.Generate {
    word-wrap: break-word;
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500
}

.Frame427321945 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start
}

.SamplePrompts {
    word-wrap: break-word;
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700
}

.Frame427321946 {
    align-items: flex-start;
    align-self: stretch;
    background: #fef0d0;
    border-radius: 8px;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 8px
}

.Frame427321946 .Frame427321946-text {
    word-wrap: break-word;
    color: #181b1f;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.Frame427321946:hover {
    cursor: pointer
}

.InputField h3 {
    color: #393e44;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 15px;
    line-height: normal;
    margin: 0
}

.dropdown-item {
    flex-direction: column;
    gap: 4px;
    height: 41px;
    width: 100%
}

.dropdown-item,
.dropdown-item .dropdown-content {
    align-items: flex-start;
    align-self: stretch;
    display: flex
}

.dropdown-item .dropdown-content {
    background: #fff;
    border: 1px solid #e3e9ee;
    border-radius: 8px;
    gap: 10px;
    padding: 10px 16px
}

.dropdown-item .dropdown-content .iconofarrow {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.dropdown-item .dropdown-content .dropdown-inner {
    align-items: flex-start;
    display: flex;
    flex: 1 0
}

.dropdown-item .dropdown-list {
    align-items: flex-start;
    align-self: stretch;
    background: #fff;
    border: 1px solid #e3e9ee;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 10px 16px;
    z-index: 1
}

.dropdown-item .dropdown-list .dropdown-inner {
    align-items: flex-start;
    border-radius: 8px;
    display: flex;
    flex: 1 0;
    padding: 6px 8px;
    width: 95%
}

.dropdown-item:hover {
    cursor: grab
}

.dropdown-item .dropdown-list .dropdown-inner:hover {
    background: #fef0d0
}

.show {
    display: flex !important
}

.tiptap-editor-app-root&gt;div:nth-child(3)&gt;.tiptap {
    align-self: stretch;
    background: #fff;
    border: 1px solid #f5f7fa;
    border-radius: 16px;
    color: #525455;
    display: block;
    flex: 1 0;
    font-family: inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 1rem;
    outline: none;
    overflow: auto;
    padding: 56px;
    letter-spacing: 0.2px;
}

.tiptap a {
    color: #0b75a2;
    margin: 2px;
    font-family: 'Inter';
    cursor: pointer;
}
.tiptap a:hover {
  cursor: pointer;
}
/*
.tiptap a::after {
  content: attr(href);
  background-color: black;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block; 
  position: absolute;
  bottom: 50%; 
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 111;
  opacity: 0;
  transition: opacity 0.3s; 
}

.tiptap a:hover::after {
  opacity: 1;
}
*/

.tiptap p,
.tiptap code,
.tiptap ul li,
.tiptap ol li,
    {
    font-family: inter !important
}

.tiptap blockquote {
    margin-left: 1rem;
    padding-left: 1rem
}

.tiptap blockquote h1,
.tiptap blockquote h2,
.tiptap blockquote h3,
.tiptap blockquote p {
    background: #eee9;
    border-radius: 5px;
    padding: 10px;
    font-family: inter
}

.tiptap blockquote p:before {
    content: "\201C"
}

.tiptap blockquote p:after {
    content: "\201D"
}

.hide-overflow {
    height: 100% !important;
    overflow: hidden !important
}

.is-active {
    background: #eee9
}

.hidden-content {
    display: none !important
}

.loader {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000
}

.loader .loader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #7a8084;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.alert {
    padding: 10px;
    background-color: #343333;
    color: #fff;
    opacity: 1;
    transition: opacity .6s;
    margin-bottom: 15px;
    top: 42px;
    left: 50%;
    z-index: 99999;
    position: fixed;
    border-radius: 20px;
    display: none
}

.alert.success {
    background-color: #04aa6dc0
}

.alert.info {
    background-color: #2195f3bc
}

.alert.warning {
    background-color: #ff9900c6
}

.alert p {
    white-space: pre-line
}

.alert p strong {
    padding: 10px
}

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #f5f5f5
}

.Input-Container {
    display: flex;
    /*height: 660px;*/
    padding: 0px 48px 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    /*border-left: 1px solid #e3e9ee;
    border-right: 1px solid #e3e9ee;*/
}

.Input-main {
    display: flex;
    width: 304px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.Input-main h3 {
    color: #1f2124;
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    height: 19px;
    margin: 0;
}

.Input-main .InputFields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: 281px
}

.InputFields .innersec-inputfields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 304px;
    height: 150px
}

.innersec-inputfields h4 {
    width: auto;
    height: 15px;
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    margin: 0
}

.innersec-inputfields .Textarea-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    height: 127px
}

.Textarea-div textarea {
    height: 100%;
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    gap: 10px;
    outline: none;
    resize: none;
    border-radius: 8px;
    border: 1px solid #e3e9ee;
    background: #fff;
    width: -webkit-fill-available
}

.Input-main .select-Dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 304px;
    height: 64px;
}

.select-Dropdown h3 {
    height: 15px;
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    margin: 0;
}

.select-Dropdown .dropdown-item {
    width: 100%;
    height: 41px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.dropdown-item:hover {
    cursor: pointer
}

.select-Dropdown .dropdown-content {
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e3e9ee;
    background: #fff;
    width: -webkit-fill-available
}

.select-Dropdown .dropdown-content img {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center
}

.select-Dropdown .dropdown-content .dropdown-inner {
    display: flex;
    align-items: flex-start;
    flex: 1 0 0%
}
.select-Dropdown .dropdown-content .dropdown-inner h5{
  font-weight: 400;
}

.select-Dropdown .dropdown-list {
    padding: 10px 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e3e9ee;
    background: #fff;
    z-index: 1;
    height: auto;
    width: -webkit-fill-available
}

.select-Dropdown .dropdown-list .dropdown-inner {
    width: 95%;
    padding: 6px 8px;
    display: flex;
    align-items: flex-start;
    flex: 1 0 0%
}

.select-Dropdown .dropdown-list .dropdown-inner:hover {
    background: #fef0d0
}

.InputFields .send-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    height: 35px
}

.send-btn button {
    display: flex;
    width: 304px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #750ef7eb;
    border: none;
    color:whitesmoke;
}

.send-btn button span {
    color:white;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 1px;
}

.send-btn button:hover {
    cursor: pointer;
    background: #750EF7;
    color: whitesmoke !important;
}

.Input-Container .SamplePrompts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 304px;
    width: 100%;
    height: 300px;
}

.SamplePrompts h3 {
    color: #393e44;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: normal
}

.SamplepromptItem {
    display: flex;
    padding: 8px;
    margin-bottom:8px ;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #FDEFE7;
    width: 294px;
    white-space: nowrap;
    word-break: break-word;
    overflow-x: auto;
}

.SamplepromptItem p {
    color: #181b1f;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 2px;
    margin: 0
}

.SamplepromptItem:hover {
    cursor: pointer
}

.Line {
    width: 1px;
    height: 660px;
    background: #e3e9ee
}

.error {
    position: relative;
    border: 2px solid #de0b0ba7;
    animation: shake .1s linear;
    animation-iteration-count: 3
}

.editor-add-menu {
    align-items: flex-start;
    gap: 12px;
    z-index: 11;
    position: absolute;
    margin-top: 5%;
    margin-left: 3%;
    max-width: 352px;
    width: 100%;
    display: flex
}

.editor-add-menu .editor-add-div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 642.857px;
    background: var(--neutral-07, #750ef7eb);
    cursor: pointer
}

.editor-add-div i {
    width: 100px
}
.editor-add-menu .editor-add-div:hover{
  background: var(--neutral-07, #750EF7);
}
.editor-add-div .Add-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-family: inter;
    cursor: pointer
}

.editor-add-div i::before {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    content: url(https://images.examples.com/icons/add-icon.svg);
    filter: brightness(0) invert(1)
}

.editor-add-menu .Add-menu-bar {
    display: flex;
    max-width: 240px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid var(--neutral-03, #E3E9EE);
    background: var(--neutral-01, #FCFDFE);
    box-shadow: 0 8px 32px 0 rgba(45, 41, 41, .08)
}

.Add-menu-bar .Add-sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch
}

.Add-sub-menu .Add-sub-menu1 {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

.Add-sub-menu1 .general {
    display: flex;
    padding: 0 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-family: inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left
}

.Add-sub-menu1 .list-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    list-style: none;
    padding: 0;
    margin: 0
}

.general h4 {
    padding: 0;
    margin: 0;
    color: #7c878e
}

.list-items .list-span {
    display: flex;
    align-items: center;
    align-self: stretch;
    background: var(--neutral-00, #FFF) !important;
    cursor: pointer;
    height: 30px;
    padding: 8px 0 0 14px;
    border-radius: 4px;
    gap: 8px
}

.list-span&gt;span {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    font-family: inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    height: 21px;
    color: #393e44
}

.list-span&gt;i {
    display: flex;
    width: 24px;
    height: 24px;
    filter: brightness(1) invert(0)
}

.list-span:hover {
    cursor: pointer;
    border-radius: 4px;
    background: var(--neutral-02, #F1F5F9) !important
}

.gallery-icon {
    display: flex;
    height: 14px;
    background: url(https://images.examples.com/icons/gallery.svg) no-repeat
}

.image-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, .5) !important;
    display: none;
    height: 100% !important;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.image-modal.show {
    display: flex
}

.image-modal .image-modal-container {
    background-color: #fffcf5;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    max-width: 600px;
    padding: 10px;
    width: 100%;
    position: relative;
    top: 15%
}

.image-modal-container .image-close {
    width: 22px;
    height: 22px;
    padding: 10.18px;
    border-radius: 72.73px;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    margin-left: calc(100% - 20%);
    float: right;
    position: inherit;
    z-index: 999999;
    cursor: pointer
}

.image-modal-container .image-modal-input {
    gap: 10px
}

.image-model-buttons-div {
    display: inline-flex;
    flex-direction: row;
    padding: 10px;
    gap: 17%
}

.image-modal-container .image-model-buttons-div .image-modal-button {
    border: none;
    padding: 10px;
    align-items: center;
    white-space: nowrap;
    border-radius: 10px;
    display: flex;
    width: 100px;
    cursor: pointer;
    justify-content: center;
    font-family: Inter;
    font-size: 16px
}

.image-modal-container .image-model-buttons-div .image-modal-button.is-active {
    background: #ffcd58
}

.image-modal-container .search-container {
    display: flex;
    justify-content: center
}

.search-container .image-modal-input {
    border-radius: 10px 0 0 10px;
    font-family: inter;
    margin-bottom: 10px;
    outline: none;
    padding: 10px;
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    height: 30px;
    border: none;
    text-align: center;
    background: #f5f5f5;
    width: calc(100% - 71px) !important;
}

.search-container button {
    float: right;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 42px !important;
    align-items: center;
    justify-content: center !important;
    display: flex;
    border-radius: 0 10px 10px 0;
    width: 42px
}

.search-container button:hover {
    background: #ccc
}

.image-modal-container .image-modal-input p {
    color: #1f2124;
    font-family: inter;
    font-weight: 400;
    margin: 5px 0 0
}

.image-modal-container .image-modal-button button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inter;
    margin-left: 18%;
    margin-right: 10px;
    padding: 10px 20px
}

.image-modal-container .image-model-content {
    display: flex;
    flex-direction: column;
    position: inherit;
    border-radius: 10px;
    background: #979590;
    padding: 10px
}

.image-model-content .photo-list {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 560px;
    height: 400px;
    overflow: auto;
    padding: 20px;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px
}

.photo-list figure {
    padding: 10px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer
}

.photo-list figure img {
    width: 150px;
    height: 150px;
    border-radius: 10px
}

@media screen and (max-width:600px) {
    .topnav .search-container {
        float: none
    }
    .topnav a,
    .topnav input[type=text],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px
    }
    .topnav input[type=text] {
        border: 1px solid #ccc
    }
}

.tiptap-img {
    width: 400px;
    height: 350px;
    padding: 10px
}

@keyframes shake {
    0% {
        left: -5px
    }
    100% {
        right: -5px
    }
}

@media only screen and (max-width:950px) {
    .Input-Container {
        display: none
    }

}

@media(max-width:480px) {
    .tiptap-editor-app-root&gt;div:nth-child(3)&gt;.tiptap {
        padding: 30px
    }
    .tiptap ol,
    .tiptap ul,
    .tiptap ol li,
    .tiptap ul li {
        margin: 0 !important
    }
    .tiptap ol {
        padding: 0
    }
    .editor-add-menu {
        max-width: 300px
    }
    .image-model-buttons-div {
        gap: 2%
    }
    .editor-add-menu {
        margin-top: 7%;
        margin-left: 5%
    }
}

@media(min-width:481px) and (max-width:767px) {
    .tiptap ol,
    .tiptap ul,
    .tiptap ol li,
    .tiptap ul li {
        margin: 0 !important
    }
    .tiptap ol {
        padding: 0
    }
}

.search-icon11 {
    width: 24px;
    height: 24px;
    position: relative;
    align-items: center;
    display: flex
}

.search-icon11.icon11 {
    background: url(https://images.examples.com/icons/search-icon.svg) no-repeat !important
}

.search-icon11.loader-icon {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #7a8084;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.search-icon11.upload-icon {
    background: url(https://images.examples.com/icons/export.svg) no-repeat !important
}

.tiptap&gt;.tableWrapper {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px
}

.tableWrapper&gt;table {
    display: table;
    table-layout: fixed;
    margin-bottom: 25px;
    margin-top: 15px;
    border-collapse: collapse;
    border: 1px solid #e3e9ee;
    width: 100%
}

.tableWrapper&gt;table th {
    vertical-align: middle;
    color: black;
    background: #FFBB19;
    text-align: left;
    padding: 10px;
    width: auto;
    border: 1px solid #e3e9ee;
    border-bottom: 1px solid #e3e9ee;
    text-align: center !important;
    justify-content: center
}

.tableWrapper&gt;table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 1px solid #e3e9ee
}

.tableWrapper&gt;table td {
    padding: 10px;
    text-align: inherit;
    border: 1px solid #e3e9ee;
    font-size: 16px;
    vertical-align: top
}

.tableWrapper&gt;table th&gt;*,
.tableWrapper&gt;table td&gt;* {
    margin: 2px;
    padding: 2px;
    text-overflow: ellipsis;
    text-decoration: none;
    word-wrap: break-word;
    display: block
}

.tiptap h1 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(7, 7, 7);
    font-weight: 800;
    display: block;
    display: block;
    font-size: 2em;
    margin-block-start: .67em;
    margin-block-end: .67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700;
    font-family: 'Inter'
}

.tiptap h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: .83em;
    margin-block-end: .83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700;
    font-family: 'Inter'
}

.tiptap h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700;
    font-family: 'Inter'
}

.tiptap h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.tiptap h5 {
    display: block;
    font-size: .83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.tiptap h6 {
    display: block;
    font-size: .67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}
.tiptap  strong ,.tiptap  em{
  margin: 0px;
}</pre></body></html>