#tv_chart_container iframe {
  width: 100%;
}

table td,
table td * {
  vertical-align: top;
}

#particles-js {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #271334;
}

html,
body {
  /* background: #271334;*/
}

.params{
  padding-left: 1rem;
}

.page {
  z-index: 200;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #271334;
  z-index: 9999;
}

.aside-dark .menu .menu-item .menu-link .menu-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  color: #a1a5b7;
}

.aside-dark .menu .menu-item .menu-link .menu-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  font-size: 1.3rem;
}

.footer {
  background-color: rgba(23, 11, 42, 0.7);
  color: #fff;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header-fixed .header {
    background-color: rgba(23, 11, 42, 0.7);
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 10px;
  }

  .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(25px + var(--kt-toolbar-height));
  }
}

.header-fixed .header {
  background-color: rgba(23, 11, 42, 0.7);
}



@media (max-width: 991.98px) {
  .header-tablet-and-mobile-fixed .wrapper {
    padding-top: 85px;
  }
}

.form-floating .form-select {
  padding-top: 1.5rem !important;
}

.form-floating>.form-select {
  padding-top: 1.8rem;
  padding-bottom: 0.625rem;
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0;
}

.modal-backdrop {
  z-index: 999;
}

.token_status {
  border-radius: 5px;
  padding: 5px 10px;
}