@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.roboto_light {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.roboto_regular {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.roboto_medium {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.roboto_bold {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
}

.bg-gradient {
	/*background: #16222A;  /* fallback for old browsers */
	/*background: -webkit-linear-gradient(to left, #3A6073, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to left, #3A6073, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	/*background: rgba(2,83,185,1) 100.2%;
	background-image: -webkit-radial-gradient( circle farthest-corner at 98.4%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );
	background-image: radial-gradient( circle farthest-corner at 98.4%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );*/

	background: #1d2026;
}

.bg-stellar {
	background-color: #1d2026 !important;
	background: #1d2026;  /* fallback for old browsers */
}

.img-disabled {
    -webkit-filter: opacity(10%) grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: opacity(10%) grayscale(100%);
}

.img-table {
    width: 3.5rem;
    height: 3.5rem;
}

.img-search {
	margin-right: 1rem;
}

.img-result {
	margin: auto;
}

hr {
	background: rgba(4,189,228,1) 0% !important;	
}

html {
  scroll-behavior: smooth;
}

.p-bottom {
	margin-bottom: 4px !important;
}

.div-center {
	margin: 0 auto;
}

.fontuser-token {
  position: relative;
} 

.fontuser-token i {
    position: absolute;
    left: 187px;
    top: 12px;
}

@media (max-width: 640px) {
  .fontuser-token i{
    position: absolute;
    left: 356px;
    top: 12px;
  }
}

.graph {
  position: absolute; 
  padding-top: 15vh;
  width: 70vw;
}

@media (max-width: 640px) {
  .graph {
    position: absolute; 
    padding-top: 15vh;
    width: 90vw;    
  }
}

.button {
  display: inline-flex;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #382b73;
  color: #fff !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  padding: 13px 32px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
}
.button:hover {
    background: #4b4081;
}
.button:active {
    outline: 0;
}
.button::before {
    border-radius: 2px;
}

.button-primary {
    background: #097dea;
    background: linear-gradient(65deg, #0270d7 0, #0f8afd 100%);
}
.button-primary:hover {
    background: #0982f4;
    background: linear-gradient(65deg, #0275e1 0, #198ffd 100%);
}

.btn-warning {
    display: inline-flex;
    justify-content: center;
    color: #fff !important;
    background-color: #382b73 !important;
    border-color: #382b73 !important;
    border-radius: 2px;
    padding: 12.5px 19px;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #4b4081 !important;
    border-color: #4b4081 !important;
}

/* loader */

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  opacity: 0;
}

.loader.show {
  opacity: 1;
}

.loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #f4f4f4;
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes loader {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

#button-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #382b73;
  color: #fff !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  padding: 13px 32px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
}

#button-top:hover {
  background-color: #4b4081;
}

.bg-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #242830;
  color: #8a94a7 !important;
  text-align: center;
}

.bg-footer p {
  font-size: 12px !important;
  margin-bottom: 7px !important;
  margin-top: 7px !important;
  color: #8a94a7 !important;
}