body {
  overflow-x: hidden;

  /* background: linear-gradient(to left, #f6fff5, #fff8f8, #ecf3ff) !important; */
  /* background: linear-gradient(to left, #1b0b5e, #1b0b5e, #1b0b5e) !important; */

  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.divider {
  border-top: 5px solid white !important;
}
.borderStyle {
  /* gradient shining border */
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 255, 255, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    100% 0 100% 0/2px 0 2px 0 stretch;
}

.bluebg {
  background-image: url(./Pages/NapToken/Img/naptokenbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.gradientbg {
  background: linear-gradient(to left, #f6fff5, #fff8f8, #ecf3ff) !important;
}
