body {
  font-family: Vazir, Yekan, Arial, Helvetica, sans-serif, roboto;
}

/*** ---------- factor ---------- ***/

@media print {
  .no-print {
    display: none;
  }
}
.header-main-texts-container {
  color: #095159;
}
.header-main-title {
  font-size: 40px;
  font-weight: 800;
  padding: 10px;
}
.header-main-sitename {
  font-size: 26px;
  font-weight: 800;
  padding: 10px;
}
.header-main-imgs-container {
  background-color: #095159;
}
.header-main-logo,
.header-main-qrcode {
  width: 100%;
}
.footer-main {
  background-color: #095159;
  color: #fff;
}
.header-main,
.footer-main,
.content-main {
  border: 1px dashed #ccc;
}
.factor-table {
  color: #095159;
}

/*** ---------- content ---------- ***/

/* ----- header-bs5-1 ----- */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/* ----- header-bs5-2 ----- */

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

/* ----- header-modals-bs5 ----- */

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom 0.75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

/* features */
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

/* slider */
.slider-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.story-card {
  height: 60px !important;
  width: 60px !important;
}
@media (min-width: 768px) {
  .story-card {
    height: 100px !important;
    width: 100px !important;
  }
}

.comment-reply-link {
  display: inline-block;
  width: 70px;
  background: #00a1ff;
  color: #fff;
  padding: 5px 19px;
  margin: 5px 0;
  border-radius: 1px;
  text-decoration: none;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr;
}

.slider-p-style {
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0px 2px 2px #000; */
  font-size: 12px;
  text-align: right;
  background: #e68787;
  padding: 6px 9px;
  border-radius: 6px;
  box-shadow: 0px -1px 7px #000;
}

.loading-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  text-align: center;
  height: 5000%;
  /* background: #ccc; */
  vertical-align: middle;
}

#particles-js {
  position: absolute;
  top: 16px;
  width: 96%;
  left: 2%;
  z-index: 1;
  height: 92.5%;
}

#particles-js p {
  text-align: center;
  position: relative;
  top: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 2px #000;
}

.card-question .card-title {
  font-size: 12px;
  height: 60px;
}

.card-question .save-answer h6 {
  font-size: 12px;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
}

.post-scroll-card .card-title {
  font-size: 13px;
}

.post-scroll-card .card-text {
  font-size: 11px;
}

.post-scroll-card .card {
  height: 300px;
}

.post-scroll-card .btn-post-link {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 9px;
}

.card-question {
  box-shadow: 0px 2px 5px #ccc;
}

.save-answer:hover {
  transition: 0.1s all;
  transform: scale(1.05, 1.05);
}

.card-profile-question {
  border: none;
}

.card-profile-question .card-title-container {
  position: relative;
}

.card-profile-question .card-title {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 1;
  position: absolute;
  background: #f27099;
  color: #fff;
  top: 0;
  right: -5px;
}

.card-profile-question .card-title-line {
  position: absolute;
  top: -4px;
  display: block;
  right: 0;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 4px solid #f27099;
  margin: 1em 0;
  padding: 0;
  opacity: 100%;
}

.card-profile-question .save-answer {
  display: inline-block;
  width: 100%;
  background: #f27099;
  padding: 10px 0;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 2px #ccc;
  height: 120px;
  color: #fff;
}

.card-profile-question .save-answer i {
  font-size: 45px;
}

.level_content_container img{
  width: 300px;
  height: auto;
}
.not-answered-btn{
  border: 2px solid #ffc107 !important;
}
.level-locked{
  font-size: 30px;
  color: orange;
}
.level-unlocked{
  font-size: 30px;
  color: lightgreen;
}
.list-group-item:hover{
  transform: scale(1.02);
  transition: ease-in-out 0.1s;
}
.btn-close-login-modal{
  position: absolute;
  top: 22px;
  right: 22px;
}