body {
    font-family: lato;
}
#newasset {
  padding: 100px 0;
  text-align: center;
}
#exchangeModal .modal-dialog {
    max-width: 640px;
    margin: 1.75rem auto;
}
.portfolio-actions {
  margin-bottom: 20px;
}
.stat-card {
  text-align: center;
  margin-bottom: 20px;
}
.stat-card p {
font-size: 18px;
margin-bottom: 10px;
}
.stat-card h4 {
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
#loading {
text-align: center;
padding: 120px 0;
}

#loading p {
padding: 10px 0;
}
.features {
  padding: 70px 0;
}
.features img {
  margin-bottom: 10px;
}
.features .feature {
  padding: 20px;
  text-align: center;
}
.container.content {
    margin: 40px auto;
}
.navbar {
  padding: 25px 0;
}
.nav-link {
    cursor: pointer;
}
.bg-purple {
    background-color: #6a14cb!important;
}
.hero .btn-warning {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 210px;
    margin: 10px 0;
}
.hero {
    background-image: url(../img/hero.png);
    background-color: #6a14cb!important;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 140px 0 170px 0;
}
.hero p {
  font-size: 18px;
}
@media (min-width: 992px) { /* 992px and above */
    .affix-sidebar.affix {
        top: 30px; /* Top Position */
        width: 294px; /* Widget Width (small desktop) */
    }
}
@media (min-width: 1200px) { /* 1200px and above */
    .affix-sidebar.affix {
        width: 364px; /* Widget Width (large desktop) */
    }
}
@media (max-width: 991px) { /* 991px and below */
    .affix-sidebar.affix {
        position: static;
    }
}
/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
*button.btn.dropdown-toggle.btn-default {
    text-align: left;
}
.bs-select-hidden {
     display: none;
 }
.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
}
.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.bootstrap-select .check-mark {
  line-height: 14px;
}
.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
