@charset "UTF-8";
[data-theme=default],
:root {
  --ui-padding-20: 20px;
  --ui-margin-20: 20px;
}

:root {
  --template-text-color: #222;
  --template-white-color: #fff;
  --template-main-bg: #ff8040;
  --template-main-color: #fff;
  --template-main-bg-gradient: #f57636;
  --template-header-bg: #ffffff;
  --template-header-color: #222;
  --template-navbar-bg: #ffffff;
  --template-navbar-bg-dark: #444;
  --template-navbar-color: #222;
  --template-navbar-color-hover: #ff8040;
  --template-link-color: #ff8040;
  --template-link-color-hover: #ff8040;
  --template-logo-bg: #ff8040;
  --template-main-radius: 6px;
  --template-top-line-bg: #ffffff;
  --template-schearch-line-bg: #ffffff;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.68);
}

.fancybox__content {
  border-radius: 16px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.is-flex {
  display: flex;
}
.is-flex .align-center {
  align-items: center;
}
.is-flex .align-start {
  align-items: flex-start;
}
.is-flex .align-end {
  align-items: flex-end;
}
.is-flex .justify-center {
  justify-content: center;
}
.is-flex .justify-between {
  justify-content: space-between;
}
.is-flex .justify-end {
  justify-content: flex-end;
}

/* ===========================================
 * Сброс стилей bootstrap 3 для меню
 * =========================================== */
.bstrp-clear-menu {
  min-width: 0;
  width: 100%;
}

.bstrp-clear-menu .navbar {
  margin-bottom: 0;
  min-height: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.bstrp-clear-menu .navbar-collapse {
  border: none;
  box-shadow: none;
  padding: 0;
}

.bstrp-clear-menu .navbar-nav,
.bstrp-clear-menu .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 4px;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bstrp-clear-menu .navbar-nav > li,
.bstrp-clear-menu .nav > li {
  float: none;
  position: relative;
}

.bstrp-clear-menu .navbar-nav > li > a,
.bstrp-clear-menu .nav > li > a {
  display: inline-block;
  padding: 6px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--template-navbar-color, rgba(41, 42, 49, 0.85));
}

.bstrp-clear-menu .navbar-nav > li.dropdown > a,
.bstrp-clear-menu .nav > li.dropdown > a {
  position: relative;
  padding-right: 14px;
}

.bstrp-clear-menu .dropdown > a:before {
  content: "\f078";
  position: absolute;
  font-weight: 100;
  display: inline-block;
  font-family: "FontAwesome";
  right: 0px;
  font-size: 9px;
  color: rgba(50, 50, 50, 0.75);
  transition: transform 0.3s ease-in-out;
}

.bstrp-clear-menu .navbar-nav > li > a:hover,
.bstrp-clear-menu .navbar-nav > li > a:focus,
.bstrp-clear-menu .nav > li > a:hover,
.bstrp-clear-menu .nav > li > a:focus,
.bstrp-clear-menu .nav > li.dropdown > a:hover:before,
.bstrp-clear-menu .nav > li.dropdown > a:focus:before,
.bstrp-clear-menu .navbar-nav > li.dropdown > a:hover:before,
.bstrp-clear-menu .navbar-nav > li.dropdown > a:focus:before {
  color: var(--template-navbar-color-hover, var(--template-main-bg, #337ab7));
  background: transparent;
}

.bstrp-clear-menu .navbar-nav > .active > a,
.bstrp-clear-menu .nav > .active > a,
.bstrp-clear-menu .navbar-nav > li.dropdown.active > a:before,
.bstrp-clear-menu .nav > li.dropdown.active > a:before {
  color: var(--template-navbar-color-hover, var(--template-main-bg, #337ab7));
  background: transparent;
}

/* 1-й уровень вложенного меню */
.bstrp-clear-menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: none;
  min-width: 200px;
  margin: 2px 0 0;
  padding: 6px 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.bstrp-clear-menu .dropdown.open > .dropdown-menu,
.bstrp-clear-menu .dropdown.is-open > .dropdown-menu {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .bstrp-clear-menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.bstrp-clear-menu .dropdown-menu > li > a {
  display: block;
  padding: 8px 16px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

.bstrp-clear-menu .dropdown-menu > li > a:hover,
.bstrp-clear-menu .dropdown-menu > li > a:focus {
  color: var(--template-navbar-color-hover, var(--template-main-bg, #337ab7));
  background: transparent;
  text-decoration: none;
}

/* 2-й уровень вложенного меню */
.bstrp-clear-menu .dropdown-submenu {
  position: relative;
}

.bstrp-clear-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0;
}

.bstrp-clear-menu .dropdown-submenu.open > .dropdown-menu,
.bstrp-clear-menu .dropdown-submenu.is-open > .dropdown-menu {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .bstrp-clear-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .bstrp-clear-menu .navbar-nav,
  .bstrp-clear-menu .nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  .bstrp-clear-menu .navbar-nav > li > a,
  .bstrp-clear-menu .nav > li > a {
    white-space: normal;
    padding: 10px 12px;
  }
  .bstrp-clear-menu .dropdown-menu,
  .bstrp-clear-menu .dropdown-submenu > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: #f7f7f7;
  }
  .bstrp-clear-menu .dropdown.open > .dropdown-menu,
  .bstrp-clear-menu .dropdown-submenu.open > .dropdown-menu {
    display: block;
  }
}
/* =========================================== */
.demo-module-settings__inner {
  padding: 4px;
  display: flex;
  align-items: center;
  background-color: rgba(253, 251, 247, 0.5);
}

.demo-module-setting__handle {
  margin-left: auto;
  color: #767470;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}
.demo-module-setting__handle:hover, .demo-module-setting__handle:active, .demo-module-setting__handle:focus {
  opacity: 1;
  text-decoration: none;
  color: #51504e;
}
.demo-module-setting__handle img {
  width: auto;
  height: 18px;
}
.demo-module-setting__text {
  text-transform: lowercase;
  font-size: 13px;
}
.demo-module-setting__notify {
  text-transform: lowercase;
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
  color: #afaca5;
}

.apiStorages__logs {
  display: none;
  height: 100%;
  width: 400px;
  position: fixed;
  bottom: 0;
  top: 0;
  left: -400px;
  z-index: 2000;
  background: #ffffff;
  transition: all 0.25s ease;
}
.apiStorages__logs.active {
  left: 0;
}
.apiStorages__logs .listree-submenu-heading {
  font-weight: 600;
}
@media (max-width: 460px) {
  .apiStorages__logs {
    width: 300px;
    left: -300px;
  }
}
.apiStorages__buttonContainer {
  position: absolute;
  right: -50px;
  width: 50px;
  height: 200px;
  top: 50%;
  background: #fff2c4;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.apiStorages__buttonContent {
  writing-mode: vertical-rl;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.apiStorages__title {
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding: 16px 10px;
}
.apiStorages__mainContent {
  height: 100%;
  border: 0;
  border-right: 2px solid #c8c8c8;
}
.apiStorages__listContainer {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.apiStorages__list {
  padding: 10px 5px 10px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.apiStorages__list .main-item-logsList {
  padding-bottom: 40px;
}
.apiStorages__list .main-item-logsList > li {
  border-bottom: 1px dashed #000;
  padding: 4px 0;
}
.apiStorages__list .main-item-logsList .item-logsList-row {
  display: flex;
}
.apiStorages__list .left-item-logsList {
  flex: 0 0 40%;
}
.apiStorages__list .right-item-logsList {
  text-align: right;
  flex: 1;
}
.apiStorages__list .item-logsList {
  white-space: normal;
  word-break: break-all;
}
.apiStorages__list .item-logsList-row {
  line-height: 1.1;
  margin-bottom: 6px;
  padding: 2px;
  cursor: pointer;
}
.apiStorages__list .item-logsList-row:hover {
  background-color: #f5f5f5;
}
.apiStorages__list .json-item-logsList {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-right: 6px;
}
.apiStorages__list .json-item-logsList.active {
  overflow: initial;
  position: static;
  top: 0;
}
.apiStorages__list .json-item-logsList.active .json-item-logsList__content {
  background-color: #fbffe5;
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  white-space: pre-wrap;
  text-align: left;
  left: 1px;
  bottom: 1px;
  border-radius: 0px 6px 6px 0px;
  z-index: 3;
  color: #000 !important;
}
.apiStorages__list .json-item-logsList__content {
  display: none;
  position: absolute;
  left: 0;
}
.apiStorages__list .json-item-logsList__content pre {
  margin: 0;
  white-space: break-spaces;
}
.apiStorages__list .fa-copy {
  position: relative;
}
.apiStorages__list .fa-copy:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: inset 0 0 0 35px rgba(0, 0, 0, 0.1);
  display: none;
}
.apiStorages__list .fa-copy.copy-show:after {
  animation: animate-click 0.6s ease-out forwards;
  display: block;
}
.apiStorages__list .row-log-error {
  background-color: #fbc1c1;
}
.apiStorages__list .row-log-empty {
  background-color: #f2f993;
}
.apiStorages__list .row-list-success {
  background-color: #96ff9d;
}

@keyframes animate-click {
  0% {
    opacity: 1;
    transform: scale3d(0.4, 0.4, 1);
  }
  80% {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
#cookie-message {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  max-width: 900px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie-message p {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #222;
}

.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-btn,
.cookie-btn:focus {
  background-color: #39434e;
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 15px 40px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all 0.1s linear;
  text-align: center;
  margin-left: 10px;
}

.cookie-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4d5762;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preload.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.dp-navbar {
  --border-button-radius: 4px;
  --padding-menu-button: 6px 12px;
  background-color: transparent;
  min-height: auto;
}
.dp-navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 40px;
}
.dp-navbar-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dp-navbar-start {
  display: flex;
  justify-content: flex-start;
}
.dp-navbar-end {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.dp-navbar-item, .dp-navbar-link {
  color: var(--template-navbar-color);
}
.dp-navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  align-items: stretch;
  position: relative;
}
.dp-navbar-item > a, .dp-navbar-item > span {
  padding: var(--padding-menu-button);
  display: flex;
}
.dp-navbar-item a {
  text-decoration: none;
}
.dp-navbar-item.has-dropdown > .dp-navbar-link {
  padding: var(--padding-menu-button);
  padding-inline-end: 2.1em;
}
.dp-navbar-item:hover > .dp-navbar-dropdown {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.dp-navbar.is-flex {
  display: flex;
}
.dp-navbar.align-center {
  align-items: center;
}