*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.4;
  font-weight: 600;
}

.bg-bitmine {
  background-color: #090A17 !important;
}

.mr-smallest {
  margin-right: 0.3rem !important;
}

.color-sec-dark {
  color: #c48100 !important;
}

.color-sec {
  color: #ffad00 !important;
}

.bg-dark {
  background-color: #090A17 !important;
}

.text-white {
  color: #f7efef !important;
}

.text-yellow {
  color: #ffad00 !important;
}

.scale-onhover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scale-onhover:hover {
  -webkit-transform: scale(1.02) translateY(-0.3rem);
          transform: scale(1.02) translateY(-0.3rem);
}

.btn-neutral {
  color: #090A17 !important;
  font-weight: 700;
  font-size: 1rem;
}

.btn-neutral:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.bg-secondary {
  background-color: #f7efef !important;
}

.table-dark {
  background-color: #090A17 !important;
}

.thead-dark {
  font-weight: 700 !important;
}

.logo {
  height: 2.5rem !important;
}

.nav__color {
  background-color: #090A17;
}

.nav__icon {
  --ionicon-stroke-width: 16px;
  margin-right: 0.9rem !important;
}

.nav__link {
  font-size: 1rem !important;
}

.nav-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.nav-item__balance {
  color: #090A17 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-right: 1rem !important;
}

.nav-item__user {
  height: 2.8rem !important;
  border-radius: 50% !important;
}

.modaler {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* outline: 3px solid red; */
  background: rgba(0,0,0,0.9);
  position: fixed;
  z-index: 10 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease !important;
}

.modaler.show {
  opacity: 1;
}

.pop-modal {
  position: fixed;
  z-index: 10000 !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: all .5s ease-in;
}

.pop-modal.go {
  opacity: 1;
}

.pop-modal .modal-main {
  z-index: 20000 !important;
  opacity: 0;
  /* background: rgba(30, 31, 37, .1); */
  transition: all .5s ease-in;
  width: min-content;
}

.pop-modal.go .modal-main {
  opacity: 1;
  /* background: rgba(30, 31, 37, 1); */
  width: auto;
}


/* Alert Styles */
.alert-message {line-height:20px; font-size:15px;padding-bottom: 12px;}
h1{color:#e35154 !important; font-size:18px; margin-left:20px; margin-bottom:20px;font-weight:700; text-transform: uppercase;}


.unstyled {
  margin: 0;
  list-style: none;
}
.unstyled a, .unstyled #test {
  width: 120px;
  text-decoration: none;
  padding: .5em 1em;
  background-color: #213347;
  border-radius: 4px;
  display: block;
  margin-bottom: .5em;
  font-size:15px;
  font-weight:300;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.unstyled a:hover, .unstyled #test:hover {
  background-color: #f25c5d;
}

.cf, .alert {
  *zoom: 1;
}
.cf:before, .alert:before, .cf:after, .alert:after {
  display: table; 
  content: "";
  line-height: 0;
}
.cf:after, .alert:after {
  clear: both;
}

#alerts {
  width: 400px;
  top: 12px;
  right: 50px;
  position: fixed;
  z-index: 999999999;
  list-style: none;
}

.alert {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
  border-left: 4px solid;
  right: -50px;
  opacity: 0;
  line-height: 1;
  padding: 0;
  transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
  display: table;
  z-index: 99;
}

.alert:hover {
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.open {
  right: 0;
  opacity: 1;
  line-height: 2;
  padding: 3px 15px;
  transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

.alert-title {
  font-weight: bold;
}

.alert-block {
  width: 80%;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  text-align: left;
}
.alert-block em, .alert-block small {
  font-size: .75em;
  opacity: .75;
  display: block;
}

.alert i {
  font-size: 2em;
  width: 1.5em;
  max-height: 48px;
  top: 50%;
  margin-top: -12px;
  display: table-cell;
  vertical-align: middle;
}

.alert-success {
  color: #fff !important;
  border-color: #539753 !important;
  background-color: #8fbf2f !important;
}

.alert-error {
  color: #fff !important;
  border-color: #dc4a4d !important;
  background-color: #f25c5d !important;
}

.alert-trash {
  color: #fff !important;
  border-color: #dc4a4d !important;
  background-color: #f25c5d !important;
}

.alert-info {
  color: #fff !important;
  border-color: #076d91 !important;
  background-color: #3397db !important;
}

.alert-warning {
  color: #fff !important;
  border-color: #dd6137 !important;
  background-color: #f7931d !important;
}
/*# sourceMappingURL=main.css.map */