@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700;900&display=swap");
body {
  background-color: #090f10 !important;
  color: #c3dbdf !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 small.tiny,
h2 small.tiny,
h3 small.tiny,
h4 small.tiny,
h5 small.tiny,
h6 small.tiny {
  font-size: 14px !important;
  line-height: 14px !important;
}

small {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
small.tiny {
  font-size: 14px !important;
  line-height: 14px !important;
}

.text-body {
  color: #91bdc4 !important;
}

.text-muted {
  color: rgba(145, 189, 196, 0.4) !important;
}

.divider {
  height: 100vh;
  width: 0px;
  border-left: solid 1px #020303 !important;
  border-right: solid 1px #17282b !important;
}

.bg-body {
  background-color: #090f10 !important;
}

.bg-body-tertiary {
  background-color: #0c1517 !important;
}

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
  border-color: #17282b !important;
}

hr {
  border-bottom: solid 1px black !important;
  border-top: solid 1px #1e3438 !important;
  height: 1px;
}

.nav-pills .nav-link,
.dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #91bdc4 !important;
  background: rgba(16, 130, 149, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none !important;
}
.nav-pills .nav-link:hover,
.dropdown-toggle:hover {
  color: #d3e5e8 !important;
  outline: none !important;
}
.nav-pills .nav-link.active,
.dropdown-toggle.active {
  background: rgb(16, 130, 149);
  background: linear-gradient(149deg, rgb(16, 130, 149) 0%, rgb(3, 82, 154) 100%);
  color: #fff !important;
  outline: none !important;
}
.nav-pills .nav-link:active, .nav-pills .nav-link:focus,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  outline: none !important;
}

pre {
  position: relative;
  background-color: black;
  padding: 15px;
  margin-bottom: 1rem;
  border-radius: 5px;
  border-color: #92e685 !important;
  color: #92e685;
}
pre.border {
  border-color: #92e685 !important;
}
pre code {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera */
  white-space: -o-pre-wrap;
  /* Internet Explorer */
  word-wrap: break-word;
  /* IE */
}
pre .copy-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  color: rgba(146, 230, 133, 0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
pre .copy-icon:hover {
  color: #92e685;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.form-control {
  background-color: #0c1517;
  border: solid 1px #17282b;
}

.btn-primary {
  background: rgb(16, 130, 149);
  background: linear-gradient(149deg, rgb(16, 130, 149) 0%, rgb(3, 82, 154) 100%);
  color: #fff !important;
  border-color: rgb(16, 130, 149) !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
  background: rgb(16, 130, 149);
  background: linear-gradient(149deg, #1296ac 0%, #035fb3 100%);
}

table,
.table,
tbody,
td,
tfoot,
th,
thead,
tr,
.table > :not(caption) > * > * {
  background: none !important;
  border-color: #17282b !important;
  color: #fff !important;
}

.text-primary {
  color: rgb(16, 130, 149) !important;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}