main {
  min-height: calc(100vh - 240px);
}

.logo {
  width: 50px;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.opacity-0-5 {
  opacity: 0.5;
}

.loader {
  font-size: 50px;
  color: green;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: none;
  z-index: 999999999;
}
.loader.show {
  display: block;
}

.spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.nowrap {
  white-space: nowrap;
}

.alertify-notifier .ajs-message.ajs-success {
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.br-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bg-light2 {
  background: #d9d9d9 !important;
}

.bg-light3 {
  background: #c2c2c2 !important;
}

.bg-light4 {
  background: #f1f1f1 !important;
}

.datamonster-wrapper {
  overflow-x: scroll;
}
.datamonster-wrapper .globalStatistics .btn {
  border: none !important;
  border-right: 1px solid #8B8B8B !important;
  border-radius: 0;
}
.datamonster-wrapper .btn-grey {
  border: 1px solid #8B8B8B !important;
}
.datamonster-wrapper .period_item_nav {
  position: absolute;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  min-height: 30px;
  max-height: 30px;
}
.datamonster-wrapper .period-item-week span {
  font-size: 12px !important;
}
.datamonster-wrapper .period_line {
  position: relative;
  height: 30px;
  margin-top: 1px;
}
.datamonster-wrapper .weeks-bar .btn {
  padding: 0;
}
.datamonster-wrapper .weeks-bar .btn span {
  border-top: 1px solid #FFFFFF;
  display: block;
  margin-top: 2px;
  padding-top: 0;
  color: #ccc;
}
.datamonster-wrapper .period_closed_1 .inperiod_name {
  opacity: 0;
}
.datamonster-wrapper .btn-primary {
  background: #17a2b8 !important;
}

.app-list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.app-list-sticky {
  position: sticky;
  position: -webkit-sticky;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.95;
  z-index: 100;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.app-list-sticky._fixed {
  position: fixed;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
}

.app-form {
  max-width: 800px;
  padding: 20px;
  border-radius: 15px;
  background: #f1f1f1;
}
@media (max-width: 580px) {
  .app-form {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

.app-with-sidebar {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .app-with-sidebar {
    grid-template-columns: 1fr;
  }
}

.nav._app {
  display: grid;
}
@media (max-width: 768px) {
  .nav._app .nav-item .btn {
    font-size: 13px;
    padding: 6px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .nav._app {
    display: flex;
    flex-wrap: wrap;
  }
}

.app-link {
  cursor: pointer;
  transition: 0.3s ease;
}
.app-link:hover {
  opacity: 0.9;
}
.app-link._dashed {
  border-bottom: 1px dashed;
}
.app-link._dashed:hover {
  text-decoration: none;
}

.app-transition {
  transition: 0.3s ease;
}

.inner-status-admin__item {
  margin-bottom: 15px;
}

.table-wrapper-scroll-x {
  max-width: 100%;
}

.tariff-text-wrapper-scroll-x {
  max-width: 100vw;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
