body {
  margin: 0;
  padding: 0;
  background-color: #1d1f28;

  h5 {
    color: #a7a7a7 !important;

    span {
      color: #858585 !important;
    }
  }

  table {

    th,
    td {
      background-color: #1d1f28;
    }
  }

  .react-tabs__tab--selected {
    background-color: #454545 !important;
  }

  .bdQYcb,
  .zca-ds {
    background-color: #3c3b3b !important;
    border: #858585;

    * {
      background-color: #3c3b3b !important;
      border: none !important;
    }

    span {
      color: white !important;
    }

    .kojCmd {
      color: #81adff !important;
    }
  }

  .daqcVd {
    background-color: #1d1f28 !important;

    .ipQiBz,
    .dSVuqr {
      border-radius: 5px;
    }
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #030304;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #484c63;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3e4255;
}

img[alt="Metablock Logo"] {
  width: 150px;
  display: block;
  margin: 0 auto;
}
