html {
  background-color: #000000;
  color: #fff;
  /* font-family: Inter, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}
html, body {
  min-height: 100%;
  height: 100%;
}
main {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  z-index: 1;
  position: relative;
}

.main_logo_img {
  margin-right: 5px;
}
.label-section {
  color: rgba(255,255,255,.87)!important;
}
.label-section-text {
  color: rgba(255,255,255,.77)!important;
}
.main_logo_point {
  color: #f00070;
}
.main_logo_network {
  font-weight:500;
}

header {
  background-color: #1F1F1F;
  margin-bottom:60px;
}
header .header-level2 {
  min-height: 54px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1F1F1F;
  padding: 25px 0;
}

.bg-layerx {
  background-color: #620b28;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  /* color: #000; */
  -webkit-transition: .35s;
  transition: .35s;
}
.navbar .nav-item .nav-link {
  display: block;
}
/* .navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
} */
.navbar .nav-item .nav-link {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.containter-main {
  padding-bottom: 70px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.collapse:not(.show) {
  /* display: none; */
  max-height: 0 !important;
}
.collapse {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}


.ml-auto, .mx-auto {
  margin-left: auto;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center
}
.justify-content-between {
  justify-content: space-between
}
.justify-content-around {
  justify-content: space-around
}
.align-items-center {
  align-items: center;
}

.mr-3, .mx-3 {
  margin-right: 1rem!important;
}

.md-accordion {
  width: 100%;
}
.md-accordion .faq-header>a {
  padding-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  display: inline-block;
  width: 100%;
}
.md-accordion .faq-header .h5 {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-align: left;
}
.md-accordion .card .card-body {
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
}
.md-accordion .card .card-body {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.77);
}
.listAuto {
  list-style: auto !important;
}
.listAuto li {
  margin-bottom: 1rem;
}
.hide, a:not([href]) {
  display: none !important;
}
.with-border {
  border: 1px solid #505050 !important;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: #1e1e1e;
}
.card-body.card-body.question {
  padding-bottom: 0;
}
.card-body.card-labelQ:not(:last-of-type) {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-top: 10px !important;
}
.card-header {
  background-color: #383838 !important;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.87) !important;
}
.btn-link {
  color: rgb(250, 125, 146);
}
.btn-link:hover {
  color: rgb(249, 201, 209);
}
#adminBtn {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #fff;
  color: rgb(120, 4, 4);
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 500;
}
input[type=checkbox] {
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  font-size: 1px;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
input[type=checkbox]:checked {
  background-color: #F00070;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.row {
  margin-right: 5px;
  margin-left: 5px;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  background: #1E1E1E !important;
  color: #e1e1e1 !important;
  border-color: #4c4c4c !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: auto;
}
.btn-primary {
  background-color: #F00070 !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  padding: 0.84rem 2.14rem;
  font-size: .81rem;
}
.show-sm {
  display: block;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  footer .nav-item:not(:last-of-type) {
    display: none !important;
  }
}
/* @media (min-width: 576px) {
  .navbarParachainsMenuNoLogin {
    margin-top: 1.2rem !important;
  }
} */
@media (max-width: 992px) {
  .showOnMobile {
    display: none !important;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 12px 8px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .show-sm {
    display: none;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #777;
  outline: 1px solid slategrey;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
