:root {
  --bs-body-font-family: 'Vazirmatn';
  --bs-btn-active-bg: var(--bs-info);
}
body {
  background: url("../images/patt2.jpg");
}
header {
  background-image: url("../images/wiki-header-bkg.jpg");
  background-position: center center;
  border-bottom: solid 4px #004e64;
}
.offcanvas-body {
  --bs-offcanvas-padding-y: 0;
}
.offcanvas-body * {
  --bs-gutter-x: 0;
}
form.mod-finder {
  margin-bottom: 1rem;
}
form.mod-finder .awesomplete {
  display: block;
}
.dateshow {
  line-height: 25px;
  margin-bottom: -21px;
  position: relative;
  text-align: left;
  width: 100%;
}
.jalali, .miladi {
  background: rgba(0, 0, 0, 0.59);
  box-shadow: 0 0 1px white;
  border-radius: 15px;
  display: inline-block;
  line-height: 1.4;
  padding: 2px 6px;
  vertical-align: text-top;
}
footer a {
  text-decoration: none;
}
@media (min-width: 992px) {
  form.mod-finder {
    margin-bottom: unset;
  }
  footer .dropdown-menu {
    background-color: unset;
    position: static;
    border: unset;
  }
}
