* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #101721;
}
header {
  background: #171d2b;
}
img {
    max-width: 100%;
}
a{
  text-decoration: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.market-tab::-webkit-scrollbar {
  display: none;
}
.margin-label:focus-within{
}
/* Hide scrollbar for IE, Edge and Firefox */
.market-tab {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.market-tab li a {
 white-space: nowrap;
}
input {
  border: 0;
  outline: 0;
}
.fs-15{
  font-size: 15px;
}
.fs-large{
  font-size: large;
}
.fs-x-large{
  font-size: x-large;
}
.opacity-1{
  opacity:1 ;
}
.bg-dark-success{
background-color: rgb(0,100,0,0.5);

}
.opacity-7{
}
 .bg-light-success{
  background: #35bb90 !important; 
 }
.border-gray {
  border-color: #353b49 !important;
}
.space-nowrap{
  white-space: nowrap;
}

.fs-sm {
  font-size: small;
}
.fs-x-sm {
  font-size: x-small;
}
.fs-md {
  font-size: small;
}
.p-m-0 p {
  margin: 0 ;
}
.ml-6{
  margin-left: 4.5rem;
}
.bg-my-primary {
  background: #171d2b;
}
.border-b{
  border-bottom: 2px solid ;
}
.border-t{
  border-top: 2px solid ;
}
.bg-glass{
  background-color: rgba(0, 0, 0, 0.2);
}
.mb-6{
  margin-bottom: 3.5rem;
}
.mb-7{
  margin-bottom: 4rem;
}
.rounded-lg{
  border-radius: 20px;
}
.my-border{
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.my-border-dashed{
  border: 1px dashed rgba(255, 255, 255, 0.2);

}
.bg-black{
  background-color: #000 !important;
}
.flex-1{
flex: 1;
}
.nav-link{
  color: white;
  opacity: 0.45;
}
.nav-link.active{
  opacity: 1;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background: transparent;
  border-bottom: 2px solid green;
  border-radius: 0;
}
 
.inputs-custom-focus:focus {
background-color: unset;
}
.home-tab-title{
font-size: small;
}
.signup-header{
  background: rgb(51,32,79);
  background: linear-gradient(87deg, rgba(51,32,79,1) 6%, rgba(0,0,0,1) 54%, rgba(22,28,80,0.7539390756302521) 100%);
}

.form-title{
border-left: 4px solid #3cb480;
padding-left: 10px;
color: white;
opacity: 0.8;
}

.bottom-tab-item{
  font-weight: bold !important;
}
.bottom-tab-item a small{
}

  @media screen and (max-width:380px) {
.home-tab-title{
  font-size: x-small;
}
}

svg + svg {
  margin-left: 20px;
}

.sparkline {
  fill: none;
}

.sparkline--red {
  stroke: #dc2b33;
}

.sparkline--red.sparkline--filled {
  fill: rgba(220, 43, 51, 0.3);
}

.sparkline--blue {
  stroke: #3d85de;
}

.sparkline--blue.sparkline--filled {
  fill: rgba(61, 133, 222, 0.3);
}

.sparkline--green {
  stroke: #4c9b4c;
}

.sparkline--green.sparkline--filled {
  fill: rgba(76, 155, 76, 0.3);
}

.sparkline--gray {
  stroke: #777;
}

.sparkline--gray.sparkline--filled {
  fill: rgba(119, 119, 119, 0.3);
}

.sparkline--orange {
  stroke: #e36023;
}

.sparkline--orange.sparkline--filled {
  fill: rgba(227, 96, 35, 0.3);
}

.sparkline--purple {
  stroke: #573585;
}

.sparkline--purple.sparkline--filled {
  fill: rgba(87, 53, 133, 0.3);
}

.sparkline--yellow {
  stroke: #fdd700;
}

.sparkline--yellow.sparkline--filled {
  fill: rgba(253, 215, 0, 0.3);
}

.sparkline--pink {
  stroke: #db3b9e;
}

.sparkline--pink.sparkline--filled {
  fill: rgba(219, 59, 158, 0.3);
}

div.range-container {
  margin: 10px 20px;
}
#rangeValue {
  position: relative;
  display: block;
  text-align: center;
  color: #999;
  font-weight: 400;
}
.range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* background: #00fd0a; */
  cursor: pointer;
  border: 4px solid #333;
  /* box-shadow: -407px 0 0 400px #00fd0a; */
}