/* Raitor - Automated Content Creation Software */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}

/* Header and Navbar */
.navbar {
  height: 60px;
}

.navbar-lg {
  height: 75px;
}

.navbar.navbar-dark {
  color: #ececec;
}

.navbar.navbar-dark .nav-link,
.navbar.navbar-dark .btn {
  color: #ececec;
}

.navbar.navbar-dark .nav-link:hover,
.navbar.navbar-dark .btn:hover {
  color: #ffffff;
}

.navbar.navbar-light {
  color: #393838;
}

.navbar.navbar-light .nav-link {
  color: #212529;
}

.navbar.navbar-light .nav-link:hover {
  color: #8e8e8e;
}

.navbar-toggler {
  padding: 0;
  box-shadow: none !important;
  border: 0 !important;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.35rem;
}

.masthead {
  padding: 7rem 0 4rem 0;
}

.linear-gradient {
  background-image: linear-gradient(180deg, rgba(227, 227, 227, 0.236), rgba(0, 0, 0, 0) 85%), radial-gradient(ellipse at top left, rgba(236, 238, 248, 0.9), transparent 50%), radial-gradient(ellipse at top right, rgba(236, 238, 248, 0.9), transparent 50%), radial-gradient(ellipse at center right, rgba(205, 134, 255, 0.3), transparent 50%), radial-gradient(ellipse at center left, rgba(205, 134, 255, 0.3), transparent 50%);
}

.radial-gradient {
  background-image: radial-gradient(circle, rgba(255, 64, 64, 0.133) 0%, #ffffff 30%);
}

/* Main and Sidebar */
main {
  padding-top: 61px;
}

.main .page {
  padding: 1rem;
}

.main .sidebar {
  width: 100%;
  position: relative;
}

.sidebar-menu .nav-item {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  color: #73747a;
  text-decoration: none;
}

.sidebar-menu .nav-item:hover {
  background-color: #f9f9f9;
}

.sidebar-menu .nav-item.actived {
  color: #0d9d79;
  background-color: #eaf5f5;
}

.sidebar-menu .nav-item svg {
  margin-bottom: 2px;
}

/* Form and Button */

.btn-close {
  opacity: 0.7;
}

.btn-close:hover {
  opacity: 0.95;
}

.btn-border {
  border: 1px solid #e1e1e1;
}

.btn-subscribe {
  border: 1px solid #c6c6c6;
}

.btn-subscribe:hover {
  color: #0d6efd;
  border: 1px solid #0d6efd;
}

.btn,
.form-control,
.form-select {
  font-size: 0.875rem;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
}

.form-control:hover,
.form-select:hover,
.form-control:focus,
.form-select:focus,
.btn-close:focus {
  box-shadow: none;
}

.form-control {
  font-size: 1rem;
}

.form-select {
  cursor: pointer;
}

.form-control::-moz-placeholder {
  color: #c6c8cb;
}

.form-control::placeholder {
  color: #c6c8cb;
}

.form-label {
  font-size: 0.875em;
}

.hover-blue:hover {
  color: #254ef1 !important;
}

.hover-dark:hover {
  color: #717171 !important;
}

.dropdown-item {
  font-size: 0.875rem;
}

.svg-icon-box {
  width: 56px;
  height: 56px;
  color: #000000;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.svg-icon-box svg {
  width: 24px;
  height: 24px;
}

.step-circle-box {
  width: 36px;
  height: 36px;
  color: #000000;
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

#pricing-tab.nav-pills .nav-link,
#pricing-tab.nav-pills .nav-link.active {
  border-radius: 0;
}

/* Footer */

footer {
  border-top: 1px solid #dee2e6;
}

footer a {
  color: #2c2d31;
  text-decoration: none;
}

footer a:hover {
  color: #254ef1;
}

/* Editor */

.raitor-sidebar {
  width: 100%;
  position: relative;
  background-color: #f7f9ff !important;
  border-right: 1px solid #e3e3e3;
}

.raitor-editor {
  background-color: #ffffff;
}

.raitor-editor .ql-editor {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  min-height: 400px;
  background-color: #ffffff;
}

.raitor-editor .ql-toolbar.ql-snow,
.raitor-editor .ql-container.ql-snow {
  border: none;
}

.raitor-editor .ql-toolbar.ql-snow {
  background-color: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  z-index: 1020;
}

.form-control-error {
  border-color: #fa9d9d;
}

.note-toolbar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 61px !important;
  background-color: #f9f9f9 !important;
  z-index: 9;
}

.list-group-item.radio:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

/* Images */

.image-gallery .form-select {
  width: 20px;
}

.image-gallery .card-img-overlay {
  display: none;
  color: #ffffff;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-gallery:hover .card-img-overlay {
  display: block;
}

.image-gallery .card-img-overlay .text-muted {
  color: #000;
}

/* Responsive */
@media (max-width: 575px) {
  .offcanvas {
    width: 100% !important;
  }

  .masthead .display-3,
  .masthead .display-4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .alert-error {
    color: #842029;
    background-color: #ffcaca;
    border-color: #f5c2c7;
  }

  .form-select,
  .form-control {
    font-size: 0.875rem;
  }

  .form-group {
    max-width: 450px;
  }

  .masthead {
    padding: 12rem 0 9rem 0;
  }

  .border-md {
    border: 1px solid #e1e1e1;
  }

  .shadow-md {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: 0 .8rem;
  }

  .sidebar {
    position: fixed;
    overflow-y: auto;
    width: 250px;
    height: calc(100% - 61px);
    display: block;
    border-right: 1px solid #e3e3e3;
    background-color: #ffffff;
  }

  .sidebar .offcanvas {
    visibility: visible !important;
    display: inline !important;
    position: relative !important;
    top: 0px;
  }

  .main {
    margin-left: 250px;
  }

  .main .page {
    padding: 30px 55px;
  }

  .raitor-sidebar {
    width: 450px;
    height: calc(100% - 61px);
    position: fixed;
    overflow-y: scroll;
  }

  .raitor-editor {
    margin-left: 450px;
    position: fixed;
    width: calc(100% - 450px);
    height: calc(100% - 61px);
    overflow-y: hidden;
  }

  .raitor-editor .ql-editor {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 2rem 4rem;
    height: calc(100% - 42px);
    overflow-y: auto;
  }

  .raitor-editor .ql-editor::before {
    padding: 0 3rem;
  }

  .raitor-editor .ql-toolbar.ql-snow {
    top: 0px;
  }

  .raitor-form .form-control,
  .raitor-form .form-select,
  .raitor-form .btn {
    padding: 0.55rem 1rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }

  .main .page {
    padding: 38px 138px;
    max-width: 1036px;
  }

  .main .page.page-lg {
    max-width: 1200px;
  }

  .raitor-editor .ql-editor {
    padding: 2rem 6rem;
  }

  .raitor-editor .ql-editor::before {
    padding: 0 5rem;
  }
}

/* RTL */
html[dir=rtl] .bi-arrow-right,
html[dir=rtl] svg.bi.bi-arrow-right-short,
html[dir=rtl] .pagination .page-item.previous,
html[dir=rtl] .pagination .page-item.next {
  transform: rotate(180deg);
}

html[dir=rtl] .pagination .page-item a {
  border-radius: 0;
}

html[dir=rtl] .ql-editor {
  direction: rtl;
  text-align: right;
}

@media (min-width: 992px) {

  html[dir=rtl] .sidebar {
    border-right: 0;
    border-left: 1px solid #e3e3e3;
  }

  html[dir=rtl] .main {
    margin-left: 0;
    margin-right: 250px;
  }

  html[dir=rtl] .raitor-editor {
    margin-left: 0;
    margin-right: 450px;
  }
}