:root {
  --gray: #b6afbd;
  --record-added: #dde7db;
  --record-updated: #fff3c7;
  --record-deleted: #ffe5dd;
  --p-head: 100px;
  --p-footer: 20px;
  --img-border-radius: 3px;
  --img-border-color: rgba(204, 204, 204, 0.36);
  --thema-primary-color: #cc0404;
  --border-radius: 3px;
}
html,
body {
  max-height: 100vh;
}
body {
  font-family: 'Arial', serif !important;
}
body.ready {
  visibility: visible;
}
.br {
  border-radius: var(--border-radius);
}
.hide_file {
  position: absolute;
  left: -10000em;
  top: -100000em;
}
.container {
  padding: 0 6px;
}
.p-head {
  margin: 0 0 !important;
  height: var(--p-head);
  padding: 0 0px;
  border-bottom: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  display: flex;
  align-items: center;
}
.p-body .p-body-header {
  margin: 0 0 10px 0;
  /* font-size: 20px; */
  font-weight: 600;
  border-bottom: 1px solid #383838;
  padding: 10px 18px;
  margin-bottom: 18px;
  margin: -16px -16px 22px -16px;
  background: #202324;
  color: #efa24c;
}
.p-footer {
  margin: 0 0 !important;
  height: var(--p-footer);
  padding: 0 1px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #babbbf;
  border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6a6767;
}
.u_img40 {
  width: 40px;
  height: 40px;
}
.u_img50 {
  width: 50px;
  height: 50px;
}
.u_img30 {
  width: 30px;
  height: 30px;
}
.u_img20 {
  width: 20px;
  height: 20px;
}
.u_img16 {
  width: 16px;
  height: 16px;
}
.u_name {
  font-weight: bold;
}
.bottom-block {
  border-top: 1px solid var(--bs-gray-700);
}
.bottom-block .bottom-block-colums {
  margin: 15px 0;
}
.bottom-block .bottom-block-colums {
  background: #efefef0f;
}
.bottom-block ul {
  list-style: none;
  padding-left: 0;
}
.bottom-block h4 {
  border-bottom: 1px solid var(--bs-gray-500);
  margin-bottom: 16px;
  padding-bottom: 12px;
  color: var(--bs-gray-500);
}
.hovered:hover {
  background: #efefef;
}
.category .item {
  cursor: pointer;
}
.category .item .book_name {
  font-size: 18px;
  font-weight: bold;
}
.category .item .autho_name {
  color: green;
}
.img {
  display: inline-block;
  --back-img: url("/assets/img/icons/1.png");
  --width: 260px;
  width: var(--width);
  max-width: 100%;
  height: calc(var(--width) * 1.423);
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--back-img);
}
.header {
  background: #f3f3f1;
  border-radius: 3px;
  padding: 8px 6px;
  color: #d5ab74;
}
.menu {
  background: #e0b566;
}
.sm-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: var(--bs-body-bg);
  padding: 20px 8px;
  overflow: auto;
}
.sm-menu a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  background: rgba(148, 195, 250, 0.48);
  margin: 1px 0;
  padding: 0 8px;
}
.sm-menu a:hover {
  background: var(--bs-body-bg);
}
.sm-menu::-webkit-scrollbar {
  display: none;
}
.phone {
  padding: 3px 8px;
  font-weight: bold;
  border: 1px solid;
  border-color: var(--bs-border-color);
}
.phone .number {
  font-size: 1.4em;
  border-radius: calc(var(--border-radius) * 3) !important;
}
.logo {
  --height: 80px;
  max-height: 100%;
  height: var(--height);
  width: auto;
}
@media screen and (max-device-width: 800px) {
  .logo {
    --height: 50px;
  }
}
/*# sourceMappingURL=common.min.css.map */