/*@font-face {
  font-family: "Gill Sans MT";
  src: url("../fonts/avertastd-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans MT Bold";
  src: url("../fonts/avertastd-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/
body {
  font-family: "Reddit Sans","Noto Sans","PT Sans", "Nunito Sans",
    sans-serif;
    /*color:#3C4852;*/
  font-weight: 550;
}

h2 {
  font-family: "Outfit","Noto Sans", sans-serif;
  font-weight: 600;
}
.kwick {
  font-weight: bolder;
}
.welcome {
  padding: 30px;
}
.welcome > h1 {
  font-family: "Outfit","Noto Sans", sans-serif;
  font-weight: 800;
}
.welcome > h5 {
    font-family: "Outfit","Noto Sans", sans-serif;
  font-weight: 600;
}
.nav-text {
  font-family: "Outfit","Noto Sans";
  color: #82498c;
  font-weight: 400;
}
.nav-text:focus,
.nav-text:hover {
  color: #66396e;
}
.btn-kwick {
  --bs-btn-color: #fff;
  --bs-btn-bg: #82498c;
  --bs-btn-border-color: #ba68c8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #66396e;
  --bs-btn-hover-border-color: #66396e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d26be4;
  --bs-btn-active-border-color: #d26be4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5d595e;
  --bs-btn-disabled-border-color: #5d595e;
}

.footer {
  background-color: #eed9f1;
  padding-top: 5%;
}

.footer .container .row .col-sm-4 {
  padding-bottom: 20px;
}

.body-kwick {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #ebebeb;
}

.kwick-link {
  text-decoration: none;
  color: #66396e;
}

.question-link {
  text-decoration: none;
  color: #000033;
}

.body-question-link {
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 16px;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 600;
}

.body-gen2 {
  padding-bottom: 0px;
  padding-top: 20px;
}

.body-question {
  font-size: 1rem;
  font-weight: 600;
}

.body-gen {
  padding-bottom: 20px;
  padding-top: 20px;
}
.copywrite-kwick {
  padding-bottom: 20px;
}

.img-kwick {
  padding: 10px;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: relative;
  top: 100px;
  z-index: 100;
}

.offcanvas {
  --bs-offcanvas-width: 300px;
}

.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.btn-outline-kwick {
  --bs-btn-color: #82498c;
  --bs-btn-border-color: #82498c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #82498c;
  --bs-btn-hover-border-color: #82498c;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #82498c;
  --bs-btn-active-border-color: #82498c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #803a8d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #82498c;
  --bs-gradient: none;
}

#scroll-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ba68c8;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scroll-button:hover {
  background-color: #66396e;
}

.ql-container {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  height: 50%;
  min-height: 100px;
  margin: 0px;
  position: relative;
}

.preview {
  box-sizing: content-box;
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #dee2e6;
  min-height: 100px;
}

.kwick-bread {
  padding: 2px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .dropdown-menu .dropdown-submenu {
    display: none;
    position: static;
  }
  .dropdown-item {
    white-space: normal;
  }
  .katex {
    white-space: normal;
    font-size: 1em;
  }
}

.dropdown-menu {
  --bs-dropdown-link-hover-color: #82498c;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #82498c;
  font-family: "Gill Sans MT Bold", sans-serif;
  font-weight: 600;
}
.page-title {
  margin: 10px 0px;
  font-size: 30px;
}

@media (max-width: 769px) {
  .page-title {
    margin: 10px 0px;
    font-size: 18px;
  }
}

.card {
  margin: 2px;
}

.center {
  padding: 10px;
  text-align: center;
}

.body-answer {
  padding: 10px;
  background-color: #ebebeb;
  border-radius: 10px;
}

.font-sec {
  font-family: "Gill Sans MT Bold", sans-serif;
}

mjx-container.MathJax {
  pointer-events: none;
}

.input-group-text {
  white-space: normal;
  text-align: left;
}

.form-check-input:checked {
  background-color: #82498c;
  border-color: #82498c;
}

.autocomplete {
  position: relative;
  width: 100%;
  display: none;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
}

.autocomplete-items > div > a {
  text-decoration: none;
  font-size: small;
  color: #000033;
}

.img-border {
  border: 1px solid rgba(0, 0, 0, 0.175);
}
