@font-face {
  font-family: "Neonize";
  src: url("../fonts/neonize.woff2") format("woff2");
}

body {
  padding-top: 80px;
  background-color: #131722;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #131722;
}

/* Track */
::-webkit-scrollbar-track {
  background: #181a1c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #515960;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #515960da;
}

::-webkit-scrollbar-track-piece {
  background: #181a1c;
}

::-webkit-scrollbar-corner {
  background: #181a1c;
}

.bg-primary {
  background-color: #1b2131 !important;
}

.navbar {
  padding: 0 1rem;
}

.navbar,
.navbar-brand,
.navbar .nav-link {
  border: none;
}

.navbar-brand {
  font-family: Neonize;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.chart-container {
  height: 300px;
}

.gridjs-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.gridjs-pages {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  padding-left: 50px;
}

.gridjs-pages button {
  position: relative;
  *display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.gridjs-pages .gridjs-currentPage {
  z-index: 3;
  color: #fff;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
}

.gridjs-pagination .gridjs-pages button {
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
  background-image: linear-gradient(#1b2131, #1b2131 60%, #1b2131);
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.gridjs-pagination .gridjs-pages .gridjs-currentPage,
.gridjs-pages button:hover {
  background-image: linear-gradient(#101112, #131722 40%, #131722);
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.d-flex {
  display: flex !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
}

#pricing-section,
#contact-section {
  position: relative;
  background: #5c97ff;
  overflow: hidden;
}

#pricing-section div,
#contact-section div {
  position: relative;
  z-index: 2;
}

/* You could use :after - it doesn't really matter */
#pricing-section:before,
#contact-section:before,
header.bg-dark.py-5:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#pricing-section:before {
  background-image: url("/autotrade/static/img/home-background.png");
}

header.bg-dark.py-5:before {
  background-image: url("/autotrade/static/img/day2.png");
}

#contact-section:before {
  background-image: url("/autotrade/static/img/home-background2.png");
}

#contact-section:before {
  background-image: url("/autotrade/static/img/books_bw.png");
}

#contact-section:after,
header.bg-dark.py-5:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-image: linear-gradient(#ffffff00, #131722);
}

.text-buy {
  color: rgb(0, 81, 255);
}

.z-index-1 {
  z-index: 1;
}

.r-0 {
  right: 0 !important;
  left: unset;
}

img.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

img.qr-code {
  width: 200px;
  height: 200px;
  background-color: #fff;
}

label {
  font-weight: 600;
}

.list-group-item-action {
  width: 100%;
  color: #fff;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background-color: #3e444c;
}
.list-group-item-action:active {
  color: #aaa;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #1a202f;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #52575c;
  pointer-events: none;
  background-color: #1a202f;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3e444c;
  border-color: rgba(0, 0, 0, 0.6);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}