
* {

}

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body, html, div, p {
     font-family: "IBM Plex Sans", sans-serif !important;
     font-weight: 100;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse  {
   background: #2f333a;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.sidebar,
.table-striped > tbody > tr:nth-of-type(odd),
div#tutorial  {
    background: #F4F7FC;
}
div#tutorial code,
code,
.nav > li > a:hover, .nav > li > a:focus  {
    background: #E6EDF8;
}
a, .btn-link {
  color: #27AAE1;
}
.sidebar-header {
  color: #6D7A8C;
}
.btn-success {
    background: #81C326;
    border-color: #81C326;
}
.btn-success:hover, .btn-success:active {
    background: #62A10B;
    border-color: #62A10B;
}
.btn-primary {
    background: #27AAE1;
    border-color: #27AAE1;
}
.btn-primary:hover, .btn-primary:active {
    background: #379ec6;
    border-color:#379ec6;
}

.btn-danger {
   background: #FF4A4A;
    border-color: #FF4A4A;
}
.btn-danger:hover, .btn-danger:active {
  background: #ea4444;
    border-color:#ea4444;
}
.btn, .form-control {
  border-radius: 8px;
}
.btn {
  font-weight: 100;
}
label.small {
   font-weight: 100;
}
label.small input {
    position: relative;
    top: 2px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
   background-color: #6D7A8C;
}
.label {
    font-weight: 100;
}
.label-info {
    background-color: #27AAE1;
}
.label-success {
    background-color: #81C326;
}
a.select {
    color: #39404B;
}
