body {
  overscroll-behavior-y: none;
  font-family: 'Raleway Regular', 'Rubik', 'Arial', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: 'Raleway Regular', 'Rubik', 'Arial', sans-serif !important;
  font-weight: 600;
}

.ltr-icon-rotation {
  transform: scaleX(1) !important;
}

.remove-scrollbar::-webkit-scrollbar {
  display: none;
}

.remove-scrollbar {
  scrollbar-width: none;
}

.scroll-container {
  overflow: auto;
}

.scroll-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #ffffff;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #b3a9a9;
  border-radius: 20px;
}

.scroll-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  outline: none;
}


.text-editor p,
  .text-editor ol,
  .text-editor ul,
  .text-editor pre,
  .text-editor blockquote,
  .text-editor h1,
  .text-editor h2,
  .text-editor h3,
  .text-editor h4,
  .text-editor h5,
  .text-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .text-editor ol,
  .text-editor ul {
    padding-left: 1.5em;
  }
  .text-editor ol > li,
  .text-editor ul > li {
    list-style-type: none;
  }
  .text-editor ul > li::before {
    content: '\\2022\';
  }
  .text-editor ul[data-checked=true],
  .text-editor ul[data-checked=false] {
    pointer-events: none;
  }
  .text-editor ul[data-checked=true] > li *,
  .text-editor ul[data-checked=false] > li * {
    pointer-events: all;
  }
  .text-editor ul[data-checked=true] > li::before,
  .text-editor ul[data-checked=false] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
  }
  .text-editor ul[data-checked=true] > li::before {
    content: '\\2611\';
  }
  .text-editor ul[data-checked=false] > li::before {
    content: '\\2610\';
  }
  .text-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }
  .text-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }
  .text-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }
  .text-editor ol li:not(.ql-direction-rtl),
  .text-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }
  .text-editor ol li.ql-direction-rtl,
  .text-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }
  .text-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
  }
  .text-editor ol li:before {
    content: counter(list-0, decimal) '. ';
  }
  .text-editor ol li.ql-indent-1 {
    counter-increment: list-1;
  }
  .text-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
  .text-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-2 {
    counter-increment: list-2;
  }
  .text-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
  
  .text-editor ol li.ql-indent-3 {
    counter-increment: list-3;
  }
  .text-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
  .text-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-4 {
    counter-increment: list-4;
  }
  .text-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
  .text-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-5 {
    counter-increment: list-5;
  }
  .text-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
  .text-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-6 {
    counter-increment: list-6;
  }
  .text-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
  .text-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  .text-editor ol li.ql-indent-7 {
    counter-increment: list-7;
  }
  .text-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
  .text-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  .text-editor ol li.ql-indent-8 {
    counter-increment: list-8;
  }
  .text-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
  .text-editor ol li.ql-indent-8 {
    counter-reset: list-9;
  }
  .text-editor ol li.ql-indent-9 {
    counter-increment: list-9;
  }
  .text-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
  .text-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 1em;
  }
  .text-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 2.5em;
  }
  .text-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
  .text-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 2.5em;
  }
  .text-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 2em;
  }
  .text-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 3.5em;
  }
  .text-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 2em;
  }
  .text-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 2.5em;
  }
  .text-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 3em;
  }
  .text-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }
  .text-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
  .text-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 3.5em;
  }
  .text-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 4em;
  }
  .text-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 5.5em;
  }
  .text-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 4em;
  }
  .text-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }
  .text-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 5em;
  }
  .text-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 6.5em;
  }
  .text-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 5em;
  }
  .text-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 5.5em;
  }
  .text-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 6em;
  }
  .text-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }
  .text-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }
  .text-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 6.5em;
  }
  .text-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 7em;
  }
  .text-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 8.5em;
  }
  .text-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 7em;
  }
  .text-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }
  .text-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 8em;
  }
  .text-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 9.5em;
  }
  .text-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 8em;
  }
  .text-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 8.5em;
  }
  .text-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 9em;
  }
  .text-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }
  .text-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }
  .text-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 9.5em;
  }
  .text-editor .ql-video {
    display: block;
    max-width: 100%;
  }
  .text-editor .ql-video.ql-align-center {
    margin: 0 auto;
  }
  .text-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
  }
  .text-editor .ql-bg-black {
    background-color: #000;
  }
  .text-editor .ql-bg-red {
    background-color: #e60000;
  }
  .text-editor .ql-bg-orange {
    background-color: #f90;
  }
  .text-editor .ql-bg-yellow {
    background-color: #ff0;
  }
  .text-editor .ql-bg-green {
    background-color: #008a00;
  }
  .text-editor .ql-bg-blue {
    background-color: #06c;
  }
  .text-editor .ql-bg-purple {
    background-color: #93f;
  }
  .text-editor .ql-color-white {
    color: #fff;
  }
  .text-editor .ql-color-red {
    color: #e60000;
  }
  .text-editor .ql-color-orange {
    color: #f90;
  }
  .text-editor .ql-color-yellow {
    color: #ff0;
  }
  .text-editor .ql-color-green {
    color: #008a00;
  }
  .text-editor .ql-color-blue {
    color: #06c;
  }
  .text-editor .ql-color-purple {
    color: #93f;
  }
  .text-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
  .text-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
  .text-editor .ql-size-small {
    font-size: 0.75em;
  }
  .text-editor .ql-size-large {
    font-size: 1.5em;
  }
  .text-editor .ql-size-huge {
    font-size: 2.5em;
  }
  .text-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  .text-editor .ql-align-center {
    text-align: center;
  }
  .text-editor .ql-align-justify {
    text-align: justify;
    white-space: pre-line;
  }
  .text-editor .ql-align-right {
    text-align: right;
  }
  .text-editor .ql-embed-selected {
    border: 1px solid #777;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.text-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.text-editor h1 {
  font-size: 2em;
}
.text-editor h2 {
  font-size: 1.5em;
}
.text-editor h3 {
  font-size: 1.17em;
}
.text-editor h4 {
  font-size: 1em;
}
.text-editor h5 {
  font-size: 0.83em;
}
.text-editor h6 {
  font-size: 0.67em;
}
.text-editor a {
  text-decoration: underline;
}
.text-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.text-editor code,
.text-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.text-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.text-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.text-editor code:before,
.text-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.text-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  word-break: break-word;
}
.text-editor img {
  max-width: 100%;
}

.text-editor * {
  white-space: pre-wrap;
}
