body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #2E3333;
  padding: 60px 0;
  background-color: #ffffff; }

a {
  color: #23A7DE; }
  a:hover {
    color: #48BAE9; }

.x-axis-color {
  color: #FF5A5F; }

.y-axis-color {
  color: #0CB755; }

.z-axis-color {
  color: #2F80ED; }

.mx--2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.page-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100; }
  .page-loading .loader {
    height: 100px; }
  .page-loading .page-loading-text {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 10px; }

.model {
  position: fixed;
  top: 105px;
  right: 0;
  bottom: 0;
  left: 272px;
  z-index: 1;
  background-color: #ffffff;
  transition: .5s; }
  .model.fold-s {
    left: 55px; }
  .model.fold-l {
    left: 708px; }
  .model.widget-mode {
    border: 2px solid #23A7DE;
    background-color: rgba(35, 167, 222, 0.1); }

.btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2; }
  .btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 210, 210, 0.3); }
  .btn.btn-lg {
    font-size: 18px;
    line-height: 1.5; }

.btn-primary {
  background-color: #23A7DE;
  border-color: #23A7DE; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #48BAE9;
    border-color: #48BAE9; }
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }

.show > .btn-primary.dropdown-toggle {
  background-color: #48BAE9;
  border-color: #48BAE9; }
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }

.btn-outline-primary {
  background-color: transparent;
  border-color: #23A7DE;
  color: #23A7DE; }
  .btn-outline-primary:hover {
    background-color: #48BAE9;
    border-color: #48BAE9; }
  .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #23A7DE;
    border-color: #23A7DE; }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }

.show > .btn-primary.dropdown-toggle {
  background-color: #48BAE9;
  border-color: #48BAE9; }
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #48BAE9;
  border-color: #48BAE9; }
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }

.btn-link {
  color: #2E3333;
  font-weight: 400; }
  .btn-link:hover, .btn-link:active, .btn-link.active, .btn-link:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #C9D2D2;
    text-decoration: none;
    color: #2E3333; }
  .btn-link.btn-link-hover {
    padding: 0;
    line-height: 1.4;
    color: #23a7de; }

.btn-grey {
  color: #2E3333;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #C9D2D2;
  border-radius: 4px; }
  .btn-grey:hover, .btn-grey:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #2E3333; }
  .btn-grey:active, .btn-grey.active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #C9D2D2;
    color: #23A7DE; }

.btn-outline-grey {
  background-color: transparent;
  border-color: #2E3333;
  color: #2E3333;
  font-weight: 400;
  border-radius: 4px; }
  .btn-outline-grey:hover, .btn-outline-grey:active, .btn-outline-grey:not(:disabled):not(.disabled):active {
    border-color: #2E3333;
    background-color: rgba(255, 255, 255, 0.5);
    color: #2E3333; }
  .btn-outline-grey:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 210, 210, 0.3); }

.btn-outline-red {
  background-color: transparent;
  border-color: #D10A10;
  color: #D10A10;
  font-weight: 400;
  border-radius: 4px; }
  .btn-outline-red:hover, .btn-outline-red:active, .btn-outline-red:not(:disabled):not(.disabled):active {
    border-color: #D10A10;
    background-color: rgba(255, 255, 255, 0.5);
    color: #D10A10; }
  .btn-outline-red:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 10, 16, 0.3); }

.btn-green {
  background-color: #0CB755;
  border-color: #0CB755;
  font-weight: 400;
  border-radius: 4px;
  color: #ffffff; }
  .btn-green:hover, .btn-green:active, .btn-green:not(:disabled):not(.disabled):active {
    background-color: #109B4B;
    border-color: #109B4B;
    color: #ffffff; }
  .btn-green:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 183, 85, 0.3); }

.btn-red {
  background-color: #D10A10;
  border-color: #D10A10;
  font-weight: 400;
  border-radius: 4px;
  color: #ffffff; }
  .btn-red:hover, .btn-red:active, .btn-red:not(:disabled):not(.disabled):active {
    background-color: rgba(209, 10, 16, 0.7);
    border-color: #D10A10;
    color: #ffffff; }
  .btn-red:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 10, 16, 0.3); }

.btn-dark {
  background-color: #2E3333;
  border-color: #2E3333;
  font-weight: 400;
  border-radius: 4px;
  color: #ffffff; }
  .btn-dark:hover, .btn-dark:active, .btn-dark:not(:disabled):not(.disabled):active {
    background-color: rgba(46, 51, 51, 0.7);
    border-color: #2E3333;
    color: #ffffff; }
  .btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 51, 51, 0.15); }

.dropdown-toggle::after {
  content: none; }

.dropdown-menu {
  border-color: #C9D2D2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .dropdown-menu .dropdown-item {
    font-size: 14px; }
  .dropdown-menu .dropdown-item:focus,
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:active,
  .dropdown-menu .dropdown-item.active {
    color: #2E3333;
    text-decoration: none;
    background-color: #F5F5F5; }

.dropdown-toggle-split {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-divider {
  border-top: 1px solid #C9D2D2; }

.form-control {
  color: #2E3333;
  border: 1px solid #C9D2D2;
  padding: 0.25rem 0.75rem;
  height: calc(1.5em + .5rem + 2px); }
  .form-control:focus {
    color: #2E3333;
    border-color: #23A7DE;
    box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.3); }
  .form-control:disabled {
    opacity: 0.5;
    color: #2E3333;
    background-color: transparent; }

.input-group .form-control {
  border: 1px solid #C9D2D2; }
.input-group .input-group-append .custom-select {
  background-color: #f5f5f5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: .25rem 1.75rem .25rem .75rem; }
.input-group .input-group-text {
  padding: 0.25rem 0.75rem; }

.input-group-text {
  background-color: #F5F5F5; }

.custom-control-label::before {
  border-color: #C9D2D2; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #23A7DE;
  background-color: #23A7DE; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: rgba(35, 167, 222, 0.5);
  background-color: rgba(35, 167, 222, 0.5); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #23A7DE; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(35, 167, 222, 0.25); }

.custom-file-label {
  padding: 0.25rem 0.75rem;
  height: calc(1.5em + .5rem + 2px); }

.custom-file-label::after {
  background-color: #F5F5F5;
  padding: 0.25rem 0.75rem;
  height: calc(1.5em + .5rem); }

.radio-wrap {
  border: 1px solid #C9D2D2;
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0.5rem; }
  .radio-wrap.active {
    color: #ffffff;
    background-color: #23A7DE;
    border: 1px solid #23A7DE; }
    .radio-wrap.active .custom-control-input:checked ~ .custom-control-label::before {
      border-color: #ffffff;
      background-color: #ffffff; }
    .radio-wrap.active .custom-control-input:checked ~ .custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2323A7DE'/%3e%3c/svg%3e"); }

.custom-select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.42' viewBox='0 0 12 7.42'%3e%3cpath id='chevron-down' d='M7.41,8.58,12,13.17l4.59-4.59L18,10l-6,6L6,10Z' transform='translate(-6 -8.58)' fill='%232e3333'/%3e%3c/svg%3e");
  padding: .25rem 1.75rem .25rem .75rem; }
  .custom-select:disabled {
    opacity: 0.5;
    color: #2E3333;
    background-color: transparent; }

.tooltip .tooltip-inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
.tooltip .tooltip-arrow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 401;
  height: 50px;
  background-color: #DEE3E3;
  border-bottom: 1px solid #C9D2D2; }
  .header .logo {
    height: 26px;
    margin-right: 0.5rem; }
    .header .logo.logo-beta {
      height: 40px;
      margin-bottom: -0.5rem; }
  .header .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2E3333;
    background-color: #2E3333; }
  .header .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: rgba(46, 51, 51, 0.5);
    background-color: rgba(46, 51, 51, 0.5); }
  .header .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2E3333; }
  .header .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(46, 51, 51, 0.25); }

.icons-header {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 400;
  height: 55px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #C9D2D2;
  padding: 0 0.5rem; }
  .icons-header .icon-btn {
    font-size: 16px;
    color: #2E3333;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    font-size: 1.4em;
    padding: 0; }
    .icons-header .icon-btn:hover, .icons-header .icon-btn:active, .icons-header .icon-btn.active, .icons-header .icon-btn:focus {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: #C9D2D2; }
  .icons-header .v-line {
    width: 1px;
    height: 24px;
    margin: 0 0.75rem;
    background-color: rgba(46, 51, 51, 0.3); }
  .icons-header .file-rename-dd {
    padding: 0.75rem 1rem;
    font-size: 14px;
    min-width: 20rem; }
    .icons-header .file-rename-dd label {
      text-transform: uppercase;
      color: rgba(46, 51, 51, 0.7);
      margin-bottom: 0.25rem; }
    .icons-header .file-rename-dd .form-control {
      font-size: 14px; }
  .icons-header .icons-header-dropdown {
    position: relative; }
    .icons-header .icons-header-dropdown .icons-header-dropdown-menu {
      position: absolute;
      display: none;
      min-width: 360px;
      top: 40px;
      left: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      z-index: 100;
      background-color: #F5F5F5;
      border: 1px solid #C9D2D2;
      border-radius: 4px; }
      .icons-header .icons-header-dropdown .icons-header-dropdown-menu.show {
        display: block; }
      .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icons-header-dropdown-item {
        padding: .5rem; }
        .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icons-header-dropdown-item.active {
          background-color: #DEE3E3; }
        .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icons-header-dropdown-item.hover:hover {
          background-color: rgba(222, 227, 227, 0.7); }
        .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icons-header-dropdown-item .icons-header-dropdown-text {
          line-height: 1.2; }
      .icons-header .icons-header-dropdown .icons-header-dropdown-menu .dropdown-divider {
        height: 0;
        margin: 0;
        border-top: 1px solid #C9D2D2; }
      .icons-header .icons-header-dropdown .icons-header-dropdown-menu .btn-close {
        padding: 2px 0;
        font-size: 18px; }
      .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icon-btn {
        font-size: 16px;
        border-color: #C9D2D2; }
        .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icon-btn:hover, .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icon-btn:focus {
          background-color: rgba(255, 255, 255, 0.8);
          color: #2E3333; }
        .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icon-btn:active, .icons-header .icons-header-dropdown .icons-header-dropdown-menu .icon-btn.active {
          background-color: rgba(255, 255, 255, 0.5);
          border-color: #C9D2D2;
          color: #23A7DE; }

.left-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 55px;
  background-color: #F5F5F5;
  border-right: 1px solid #C9D2D2;
  padding-top: 115px;
  text-align: center; }
  .left-bar .icon-btn {
    font-size: 16px;
    color: #2E3333;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #C9D2D2;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    padding: 0; }
    .left-bar .icon-btn:hover, .left-bar .icon-btn:focus {
      background-color: rgba(255, 255, 255, 0.8);
      color: #2E3333; }
    .left-bar .icon-btn:active, .left-bar .icon-btn.active {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #C9D2D2;
      color: #23A7DE; }

.elements-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 272px;
  background-color: #F5F5F5;
  border-right: 1px solid #C9D2D2;
  padding-top: 105px;
  padding-left: 55px;
  transition: .5s; }
  .elements-bar.elements-bar-expand {
    width: 708px; }
  .elements-bar.elements-bar-out {
    left: -240px; }
  .elements-bar .input-group {
    border-bottom: 1px solid #C9D2D2; }
    .elements-bar .input-group .form-control {
      border: none;
      border-radius: 0;
      background-color: transparent; }
    .elements-bar .input-group .btn-link {
      border-radius: 0;
      padding: .5rem;
      line-height: 1.3; }
  .elements-bar .elements {
    padding: .25rem;
    overflow: auto;
    height: calc(100vh - 216px); }
    .elements-bar .elements .element-item {
      width: 200px;
      height: 134px;
      background-color: #ffffff;
      border: 1px solid #DEE3E3;
      position: relative;
      cursor: move;
      margin: .25rem; }
      .elements-bar .elements .element-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
        .elements-bar .elements .element-item img.loader {
          width: 36px;
          height: 36px; }
      .elements-bar .elements .element-item .element-item-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(35, 167, 222, 0.8);
        color: #ffffff;
        display: none;
        font-weight: bold; }
        .elements-bar .elements .element-item .element-item-hover .btn-link {
          color: #ffffff;
          padding: 0.5rem; }
          .elements-bar .elements .element-item .element-item-hover .btn-link:hover, .elements-bar .elements .element-item .element-item-hover .btn-link:active, .elements-bar .elements .element-item .element-item-hover .btn-link.active, .elements-bar .elements .element-item .element-item-hover .btn-link:focus {
            background-color: #23A7DE;
            border-color: transparent;
            color: #ffffff; }
      .elements-bar .elements .element-item:hover .element-item-hover {
        display: flex; }

.notice {
  position: fixed;
  bottom: 15px;
  z-index: 200;
  max-width: 700px;
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  border-radius: 4px;
  color: #2E3333;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .notice .btn-link {
    padding: 6px;
    font-size: 18px; }

.sm-notice {
  position: fixed;
  top: 115px;
  left: 50%;
  margin-left: -250px;
  z-index: 200;
  width: 500px;
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  border-radius: 4px;
  color: #2E3333;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .sm-notice .btn-link {
    padding: 6px;
    font-size: 18px; }

.notice-dark {
  background-color: #2E3333;
  border: 1px solid #2E3333;
  color: #ffffff; }
  .notice-dark .btn-link {
    color: rgba(255, 255, 255, 0.5); }

.controler-3d {
  position: fixed;
  top: 115px;
  z-index: 300; }
  .controler-3d .icon-btn {
    font-size: 16px;
    color: #7F8C8D;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #C9D2D2;
    height: 26px;
    width: 30px;
    border-radius: 4px;
    padding: 0; }
    .controler-3d .icon-btn:hover, .controler-3d .icon-btn:focus {
      background-color: rgba(255, 255, 255, 0.8);
      color: #7F8C8D; }
    .controler-3d .icon-btn:active, .controler-3d .icon-btn.active {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #C9D2D2;
      color: #7F8C8D; }

.preferances-box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 270px;
  background-color: #F5F5F5;
  border-left: 1px solid #C9D2D2;
  border-bottom: 1px solid #C9D2D2;
  padding-top: 105px;
  border-bottom-left-radius: 4px;
  font-size: 15px;
  max-height: calc(100vh - 15px);
  overflow: hidden; }
  .preferances-box .preferances-box-scroll {
    max-height: calc(100vh - 15px - 45px - 105px);
    overflow: auto; }
  .preferances-box .pref-section {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #C9D2D2; }
    .preferances-box .pref-section p {
      margin-bottom: .5rem; }
  .preferances-box .pref-title {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(46, 51, 51, 0.7);
    margin-bottom: .5rem; }
  .preferances-box label.pref-title {
    margin-bottom: .25rem; }
  .preferances-box label {
    margin-bottom: 0.25rem; }
  .preferances-box .form-group {
    margin-bottom: 0.65rem; }
  .preferances-box .form-control {
    height: 36px;
    font-size: 14px;
    padding: 0.375rem 0.25rem;
    border-radius: 2px; }
    .preferances-box .form-control.pref-form-control {
      height: 30px; }
  .preferances-box .icon-btn {
    font-size: 16px;
    color: #2E3333;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #C9D2D2;
    height: 36px;
    width: 36px;
    border-radius: 2px;
    padding: 0; }
    .preferances-box .icon-btn:hover, .preferances-box .icon-btn:focus {
      background-color: rgba(255, 255, 255, 0.8);
      color: #2E3333; }
    .preferances-box .icon-btn:active, .preferances-box .icon-btn.active {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #C9D2D2;
      color: #23A7DE; }
  .preferances-box .btn-link-hover {
    margin-left: -6px;
    margin-right: 2px; }
  .preferances-box .rotate-icon {
    font-size: 20px; }
  .preferances-box .level-icon {
    margin-right: 0.375rem;
    margin-left: -4px;
    width: 28px; }
  .preferances-box .rotate-input-group .icon-btn {
    background-color: rgba(201, 210, 210, 0.5);
    padding: 0;
    height: 30px;
    width: 24px; }
  .preferances-box .rotate-input-group .form-control {
    width: 58px;
    height: 30px;
    font-size: 14px;
    padding: 0.375rem 0.25rem; }
  .preferances-box .rotate-input-group .dropdown-menu {
    min-width: 0;
    max-height: 260px;
    overflow: auto; }
    .preferances-box .rotate-input-group .dropdown-menu .dropdown-item {
      padding: .25rem 1rem; }
  .preferances-box .range-input-group .input-group-text {
    background-color: rgba(201, 210, 210, 0.5);
    padding: 0 4px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-color: #C9D2D2;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .preferances-box .range-input-group .form-control {
    width: 72px;
    height: 30px;
    font-size: 14px;
    padding: 0.375rem 0.25rem; }
  .preferances-box .pref-form-inline label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0.375rem; }
  .preferances-box .pref-form-inline .form-control {
    width: 72px;
    height: 30px;
    font-size: 14px;
    border-radius: 2px; }
  .preferances-box .pref-footer {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: right;
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #C9D2D2; }
    .preferances-box .pref-footer .icon-btn,
    .preferances-box .pref-footer .btn-link {
      font-size: 16px;
      padding: 0.35rem 0.5rem;
      border-color: transparent;
      background-color: transparent; }
      .preferances-box .pref-footer .icon-btn:hover, .preferances-box .pref-footer .icon-btn:active, .preferances-box .pref-footer .icon-btn.active, .preferances-box .pref-footer .icon-btn:focus,
      .preferances-box .pref-footer .btn-link:hover,
      .preferances-box .pref-footer .btn-link:active,
      .preferances-box .pref-footer .btn-link.active,
      .preferances-box .pref-footer .btn-link:focus {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: #C9D2D2; }

.modal-backdrop-in {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.modal .modal-header {
  background-color: #F5F5F5;
  border-color: #C9D2D2;
  padding: 0.6rem 1rem; }
  .modal .modal-header .textual-menu .btn-link {
    color: #2E3333;
    font-weight: 400;
    padding: .375rem 0; }
    .modal .modal-header .textual-menu .btn-link:hover, .modal .modal-header .textual-menu .btn-link:active, .modal .modal-header .textual-menu .btn-link.active, .modal .modal-header .textual-menu .btn-link:focus {
      background-color: transparent;
      border-color: transparent;
      text-decoration: none;
      color: #23A7DE; }
      .modal .modal-header .textual-menu .btn-link:hover .icon-chevron-down, .modal .modal-header .textual-menu .btn-link:active .icon-chevron-down, .modal .modal-header .textual-menu .btn-link.active .icon-chevron-down, .modal .modal-header .textual-menu .btn-link:focus .icon-chevron-down {
        color: #2E3333; }
  .modal .modal-header .textual-menu .textual-menu-divider {
    background-color: rgba(46, 51, 51, 0.5);
    margin: 0 0.75rem;
    width: 1px;
    height: 1.25rem; }
.modal .modal-static-body {
  background-color: #ffffff;
  border-top: 1px solid #C9D2D2; }
  .modal .modal-static-body .form-group {
    margin-bottom: 1rem; }
    .modal .modal-static-body .form-group label {
      margin-bottom: 0.25rem; }
.modal .modal-body {
  padding: 0 0 0.5rem;
  margin: 1px; }
  .modal .modal-body .search-modal-subtitle {
    font-weight: 700;
    font-size: 24px;
    margin: 0; }
  .modal .modal-body .search-modal-filters {
    width: 320px;
    background-color: #F5F5F5;
    border-right: 1px solid #C9D2D2;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto; }
    .modal .modal-body .search-modal-filters .search-modal-filters-item {
      padding: 0.75rem 0.5rem;
      border-top: 1px solid #C9D2D2; }
      .modal .modal-body .search-modal-filters .search-modal-filters-item:first-child {
        border-top: none; }
      .modal .modal-body .search-modal-filters .search-modal-filters-item .search-modal-filters-title {
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        color: rgba(46, 51, 51, 0.7); }
  .modal .modal-body .search-modal-results {
    position: absolute;
    left: 320px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  .modal .modal-body .search-results-table {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px; }
  .modal .modal-body .search-results-action {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #C9D2D2;
    color: #2E3333;
    background-color: #F5F5F5;
    font-size: 14px;
    min-width: 100%; }
  .modal .modal-body .search-results-item {
    display: block;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #C9D2D2;
    color: #2E3333;
    min-width: 100%; }
    .modal .modal-body .search-results-item:hover, .modal .modal-body .search-results-item:active, .modal .modal-body .search-results-item:focus {
      background-color: #F5F5F5; }
    .modal .modal-body .search-results-item a {
      color: #2E3333;
      width: 620px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .modal .modal-body .search-results-item a:hover, .modal .modal-body .search-results-item a:focus {
        color: #23A7DE;
        text-decoration: none; }
  .modal .modal-body .form-group {
    margin-bottom: 1.5rem; }
    .modal .modal-body .form-group label {
      margin-bottom: 0.25rem; }
  .modal .modal-body .btn-grey {
    background-color: #F5F5F5;
    font-size: 1rem; }
.modal .modal-footer {
  border-color: #C9D2D2;
  padding: 0.75rem 1rem; }
  .modal .modal-footer .v-line {
    width: 1px;
    height: 24px;
    margin: 0 0.75rem;
    background-color: rgba(46, 51, 51, 0.3);
    display: inline-flex; }
  .modal .modal-footer .btn {
    min-width: 100px; }
    .modal .modal-footer .btn.mw-0 {
      min-width: 0; }
  .modal .modal-footer .modal-footer-title {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(46, 51, 51, 0.7);
    margin-bottom: .5rem; }
  .modal .modal-footer .modal-footer-form-inline label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0.375rem; }
  .modal .modal-footer .modal-footer-form-inline .form-control {
    height: 30px;
    font-size: 14px;
    border-radius: 2px;
    padding: .25rem .75rem; }
  .modal .modal-footer .modal-footer-form-inline .btn {
    height: 30px;
    padding: .25rem .75rem; }
  .modal .modal-footer .icon-btn {
    font-size: 20px;
    min-width: auto;
    padding: 0.25rem 0.5rem;
    border-color: transparent;
    background-color: transparent; }
    .modal .modal-footer .icon-btn:hover, .modal .modal-footer .icon-btn:active, .modal .modal-footer .icon-btn.active, .modal .modal-footer .icon-btn:focus {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: #C9D2D2; }
    .modal .modal-footer .icon-btn.active {
      color: #23A7DE; }
.modal .modal-form {
  border-top: 1px solid #C9D2D2;
  padding: 0.75rem 1rem; }
.modal.chart-modal {
  right: 20px;
  top: 85px;
  left: auto;
  width: 500px; }
  .modal.chart-modal .icon-btn {
    min-width: 36px;
    font-size: 1.4em;
    padding: 0; }
    .modal.chart-modal .icon-btn:hover, .modal.chart-modal .icon-btn:active, .modal.chart-modal .icon-btn.active, .modal.chart-modal .icon-btn:focus {
      background-color: #F5F5F5;
      border-color: #C9D2D2; }
.modal.chart-modal.double-chart-modal {
  width: 800px; }
.modal.pdf-modal {
  right: 20px;
  top: 85px;
  left: auto;
  width: 800px; }
.modal.w-100-modal {
  right: 20px;
  top: 20px;
  left: 20px;
  width: auto; }
  .modal.w-100-modal .modal-dialog {
    max-width: none;
    margin: 0; }

.modal.ui-draggable .ui-draggable-handle {
  cursor: grab; }
.modal.ui-draggable.ui-draggable-dragging .ui-draggable-handle {
  cursor: grabbing; }

.modal-dialog-scrollable .modal-content {
  height: calc(100vh - 3.5rem); }

.login-wrap {
  background-image: url("../img/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .login-wrap .login-box {
    background-color: rgba(222, 227, 227, 0.4);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    width: 500px;
    border: 1px solid rgba(127, 140, 141, 0.6);
    border-radius: 4px; }
    .login-wrap .login-box.reg-box {
      width: 900px; }
    .login-wrap .login-box .login-header {
      padding: 30px;
      text-align: center; }
    .login-wrap .login-box .login-body {
      padding: 40px;
      background-color: rgba(245, 245, 245, 0.7);
      border: 1px solid rgba(222, 227, 227, 0.7);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .login-wrap .login-box .login-body h2 {
        font-size: 1.5em;
        font-weight: bold; }
      .login-wrap .login-box .login-body .form-group {
        margin-bottom: 1.5rem; }
      .login-wrap .login-box .login-body label {
        margin-bottom: 0.25rem; }
        .login-wrap .login-box .login-body label .optional {
          font-size: 0.85rem;
          color: rgba(46, 51, 51, 0.7); }
      .login-wrap .login-box .login-body a {
        color: #1e97c9;
        font-weight: bold; }
  .login-wrap .login-footer {
    width: 500px;
    padding: 30px 40px;
    text-align: center; }
    .login-wrap .login-footer p {
      color: #ffffff;
      margin-bottom: 0.5rem; }
    .login-wrap .login-footer .btn-outline-primary {
      background-color: rgba(0, 0, 0, 0.5); }
    .login-wrap .login-footer .btn-outline-primary:hover, .login-wrap .login-footer .btn-outline-primary:active, .login-wrap .login-footer .btn-outline-primary:not(:disabled):not(.disabled):active {
      background-color: #48BAE9;
      border-color: #48BAE9; }

.twitter-typeahead {
  display: block !important; }
  .twitter-typeahead .tt-menu {
    right: 0;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #ffffff;
    border-color: #C9D2D2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
  .twitter-typeahead .tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 24px; }
  .twitter-typeahead .tt-suggestion:hover {
    cursor: pointer;
    color: #2E3333;
    background-color: #F5F5F5; }
  .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #2E3333;
    background-color: #F5F5F5; }
  .twitter-typeahead .tt-suggestion p {
    margin: 0; }

.text-data-group {
  border-left: 1px solid #C9D2D2;
  padding-left: 0.75rem;
  margin-bottom: 2rem; }

.text-label {
  font-size: 14px;
  margin-bottom: 0; }

.text-data {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700; }
  .text-data.text-data-big {
    font-size: 20px; }

.text-subtitle {
  font-size: 20px; }

.modal-custom-checkbox {
  min-height: 38px;
  padding-top: 0.35rem; }

.icon-chevron-down {
  font-size: 16px; }

.opticts-preview-img {
  background-color: #F5F5F5;
  color: #7F8C8D;
  border: 1px solid #C9D2D2;
  padding: 0.25rem;
  border-radius: .25rem;
  text-align: center;
  min-height: 275px;
  min-width: 338px; }
  .opticts-preview-img .icon-image-search {
    font-size: 3rem;
    color: rgba(127, 140, 141, 0.5); }
  .opticts-preview-img img {
    height: 192px;
    width: auto; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.show > .btn-light.dropdown-toggle,
.bootstrap-select > .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .btn-light,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active {
  color: #2E3333;
  font-weight: 400;
  background-color: transparent;
  border-color: #C9D2D2;
  padding: .25rem 1.75rem .25rem .75rem;
  font-size: 16px;
  line-height: 1.5; }

.chart-legend .chart-legend-item {
  padding: 0.5rem;
  line-height: 1; }
  .chart-legend .chart-legend-item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 4px; }
  .chart-legend .chart-legend-item.item-1::before {
    background-color: #23A7DE; }
  .chart-legend .chart-legend-item.item-2::before {
    background-color: #1DA79D; }
  .chart-legend .chart-legend-item.item-3::before {
    background-color: #8CC442; }
  .chart-legend .chart-legend-item.item-4::before {
    background-color: #FFC31B; }

.page-item .page-link {
  padding: .5rem;
  min-width: 38px;
  text-align: center;
  color: #23A7DE;
  background-color: #ffffff;
  border: 1px solid #C9D2D2;
  margin: 0 3px;
  border-radius: 2px; }
  .page-item .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 210, 210, 0.3); }
  .page-item .page-link:hover {
    color: #23A7DE;
    background-color: #F5F5F5; }
.page-item.disabled .page-link {
  border: none; }
.page-item.active .page-link {
  color: #23A7DE;
  background-color: #DEE3E3;
  border-color: #C9D2D2;
  color: #2E3333; }

.right-border {
  border-right: 1px solid #C9D2D2; }

.btn-comment {
  height: 34px;
  width: 40px;
  background-image: url("../img/comment-stroke.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-shadow: none; }
  .btn-comment:hover, .btn-comment.active {
    background-image: url("../img/comment-stroke-aclive.svg");
    border: none; }

.jpg-comment-textbox {
  padding: 5px 10px;
  max-width: 400px; }

.jpg-edit-comment-box {
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  min-width: 420px; }
  .jpg-edit-comment-box .jpg-edit-comment-header {
    background-color: #DEE3E3;
    padding: 2px; }
  .jpg-edit-comment-box .jpg-edit-comment-body {
    padding: 5px 10px; }
  .jpg-edit-comment-box .icon-btn {
    font-size: 18px;
    min-width: auto;
    padding: 0.25rem;
    border-color: transparent;
    background-color: transparent; }
    .jpg-edit-comment-box .icon-btn.active {
      color: #23A7DE; }
  .jpg-edit-comment-box .img-comment {
    max-width: 420px;
    display: none; }
  .jpg-edit-comment-box .img-comment-item {
    padding: 10px;
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .jpg-edit-comment-box .img-comment-item.active {
      background-color: #ffffff;
      border: 1px solid #23A7DE; }
    .jpg-edit-comment-box .img-comment-item img {
      max-width: 100%;
      object-fit: contain; }

.btn-color.dropdown-toggle {
  padding: 0;
  margin-right: 4px; }
  .btn-color.dropdown-toggle:after {
    content: none; }

.color-dd {
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  padding: 5px 10px;
  border-radius: 0; }
  .color-dd .dropdown-item {
    padding: 0.25rem; }

.color-select {
  height: 18px;
  width: 18px;
  border: 1px solid #2E3333; }
  .color-select.black {
    background-color: #000000; }
  .color-select.white {
    background-color: #ffffff; }
  .color-select.red {
    background-color: #FF5A5F; }
  .color-select.green {
    background-color: #0CB755; }
  .color-select.blue {
    background-color: #2F80ED; }
  .color-select.none {
    background-image: url("../img/color-none.svg");
    background-size: 18px 18px;
    border: none; }

.no-arrow.dropdown-toggle:after {
  content: none; }

.logo-widget {
  height: 24px; }

.btn-widget-search {
  height: 30px;
  width: 30px;
  background-color: #2E3333;
  color: #ffffff;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.5rem; }
  .btn-widget-search:hover {
    color: #ffffff;
    background-color: #23A7DE; }
  .btn-widget-search.active {
    background-color: #23A7DE; }

.widget-3d {
  background-color: #F5F5F5;
  border-top: 1px solid #C9D2D2;
  border-bottom: 1px solid #C9D2D2;
  color: #7F8C8D;
  min-height: 275px;
  width: 100%;
  position: relative; }

/*.widget-img {
	background-color: $menu-bg-color;
	border-top: 1px solid $line-color;
	border-bottom: 1px solid $line-color;
	color: $text-color-off;
	min-height: 275px;
	width: 100%;
	.carousel-item {
		height: 275px;
		overflow: hidden;
		width: 100%;
	}
	.carousel-item img {
		max-width: 100%;
		margin: auto;
	}
	.icon-btn {
		background-color: $menu-bg-color;
		border: 1px solid $line-color;
		padding: 0.5rem;
	}
}*/
.widget-notice {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 200;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  background-color: #2E3333;
  border: 1px solid #2E3333;
  color: #ffffff; }
  .widget-notice .btn-link {
    padding: 6px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5); }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: #23A7DE; }
.custom-range:focus::-moz-range-thumb {
  box-shadow: #23A7DE; }
.custom-range:focus::-ms-thumb {
  box-shadow: #23A7DE; }
.custom-range::-webkit-slider-thumb {
  background-color: #23A7DE;
  border-color: #23A7DE;
  box-shadow: 0 0 0 #23A7DE; }
  .custom-range::-webkit-slider-thumb:active {
    background-color: rgba(35, 167, 222, 0.5); }
.custom-range::-webkit-slider-runnable-track {
  background-color: #DEE3E3;
  box-shadow: 0 0 0 #DEE3E3; }
.custom-range::-moz-range-thumb {
  background-color: #23A7DE;
  border-color: #23A7DE;
  box-shadow: 0 0 0 #23A7DE; }
  .custom-range::-moz-range-thumb:active {
    background-color: rgba(35, 167, 222, 0.5); }
.custom-range::-moz-range-track {
  background-color: #DEE3E3;
  box-shadow: 0 0 0 #DEE3E3; }
.custom-range::-ms-thumb {
  background-color: #23A7DE;
  border-color: #23A7DE;
  box-shadow: 0 0 0 #23A7DE; }
  .custom-range::-ms-thumb:active {
    background-color: rgba(35, 167, 222, 0.5); }
.custom-range::-ms-track {
  background-color: #DEE3E3;
  box-shadow: 0 0 0 #DEE3E3; }
.custom-range::-ms-fill-lower {
  background-color: #DEE3E3; }
.custom-range::-ms-fill-upper {
  background-color: #DEE3E3; }

.widget-mode-box {
  position: fixed;
  top: 115px;
  z-index: 300;
  max-width: 700px;
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  border-radius: 4px;
  color: #2E3333;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

.widget-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #C9D2D2;
  padding: 0.5rem; }

.widget-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 300px;
  z-index: 200;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border: 1px solid #C9D2D2; }
  .widget-img img {
    width: 100%; }
  .widget-img .icon-btn {
    background-color: #F5F5F5;
    border: 1px solid #C9D2D2;
    padding: 0.5rem; }
  .widget-img .close {
    position: absolute;
    right: 3px;
    top: 3px; }

.widget-slider {
  position: absolute;
  top: 0;
  left: 35px;
  width: 220px;
  z-index: 200;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  color: #2E3333; }
  .widget-slider .btn-link {
    padding: 6px;
    font-size: 18px; }

.range-wrap {
  position: relative; }
  .range-wrap .range-bubble {
    background: #2E3333;
    color: #ffffff;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%); }
  .range-wrap .range-bubble::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2E3333; }

.upload-wiz-nav {
  background-color: #ffffff;
  border-top: 1px solid #C9D2D2;
  padding: 0.6rem 1rem;
  display: flex; }
  .upload-wiz-nav .upload-wiz-nav-item {
    flex: 1 1 auto;
    color: #7F8C8D;
    pointer-events: none; }
    .upload-wiz-nav .upload-wiz-nav-item .num {
      display: inline-block;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      margin-right: 0.35rem;
      vertical-align: middle;
      color: #ffffff;
      background-color: rgba(127, 140, 141, 0.5);
      text-align: center;
      line-height: 36px; }
      .upload-wiz-nav .upload-wiz-nav-item .num .num-num {
        font-size: 20px; }
      .upload-wiz-nav .upload-wiz-nav-item .num .icon-check {
        display: none;
        font-size: 13px;
        margin-left: -4px; }
    .upload-wiz-nav .upload-wiz-nav-item.active {
      color: #23A7DE;
      pointer-events: all; }
      .upload-wiz-nav .upload-wiz-nav-item.active .num {
        background-color: #23A7DE; }
        .upload-wiz-nav .upload-wiz-nav-item.active .num .num-num {
          display: none; }
        .upload-wiz-nav .upload-wiz-nav-item.active .num .icon-check {
          display: block; }

.upload-wiz-3d {
  position: fixed;
  top: 135px;
  bottom: 103px;
  left: 38px;
  right: 550px;
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  border-radius: 4px; }

.upload-wiz-form {
  width: 510px;
  padding: 0.6rem 1rem; }
  .upload-wiz-form .upload-wiz-form-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 1rem auto; }

.upload-wiz-form-collapse {
  padding: 0.6rem 0;
  border-top: 1px solid #C9D2D2; }
  .upload-wiz-form-collapse .collapse-title {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(46, 51, 51, 0.7); }

.sp-replacer {
  width: 24px;
  margin: 0.25rem; }

.sp-dd {
  display: none; }

.sp-container {
  background-color: #F5F5F5;
  border: 1px solid #C9D2D2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

.sp-container button.sp-choose {
  background-color: #23A7DE; }

.num-input-group {
  width: auto; }
  .num-input-group .input-group-prepend .icon-btn,
  .num-input-group .input-group-append .icon-btn {
    font-size: 16px;
    color: #2E3333;
    background-color: #DEE3E3;
    border-color: #C9D2D2;
    border-radius: 2px;
    padding: 0.25rem; }
    .num-input-group .input-group-prepend .icon-btn:hover, .num-input-group .input-group-prepend .icon-btn:focus,
    .num-input-group .input-group-append .icon-btn:hover,
    .num-input-group .input-group-append .icon-btn:focus {
      background-color: rgba(222, 227, 227, 0.8);
      color: #2E3333; }
    .num-input-group .input-group-prepend .icon-btn:active, .num-input-group .input-group-prepend .icon-btn.active,
    .num-input-group .input-group-append .icon-btn:active,
    .num-input-group .input-group-append .icon-btn.active {
      background-color: rgba(222, 227, 227, 0.8);
      border-color: #C9D2D2;
      color: #23A7DE; }
  .num-input-group .form-control {
    background-image: none;
    padding: 0.25rem; }

.slider.slider-horizontal {
  width: 100%;
  height: 16px; }
  .slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -3px;
    top: 50%;
    left: 0;
    background-color: rgba(127, 140, 141, 0.3);
    background-image: none;
    box-shadow: none; }
  .slider.slider-horizontal .slider-selection {
    background-color: #7F8C8D;
    background-image: none;
    box-shadow: none; }

.slider-handle {
  background-image: none;
  background-color: #23A7DE;
  height: 16px;
  width: 16px; }

.slider-input {
  max-width: 120px; }

/*# sourceMappingURL=app.css.map */
