body {
  background: #fafafa;
  margin-top: 5rem;
  font-family: 'Rajdhani', 'Abel', 'Arsenal', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

legend {
  font-size: calc(1.5rem + 0.3vw);
}

ul {
  margin: 0;
}

::placeholder {
  color: #212529 !important;
  opacity: 1;
}

.active-page {
  color: #212529 !important;
  background-color: #e2e3e5 !important;
}

.bi::before {
  vertical-align: middle;
}

.bg-steel {
  background-color: #5f788a;
}

.brand-img {
  width: 35px;
  height: auto;
  margin-left: 10px;
  border: none;
  border-radius: 0.25rem;
}

.btn-50 {
  width: 50px !important;
}

.btn-60 {
  width: 60px !important;
}

.btn-75 {
  width: 75px !important;
}

.btn-100 {
  width: 100px !important;
}

.btn-p {
  padding: 0.29rem !important;
}

.page-link {
  padding: 0.2rem 0.8rem;
  font-size: 0.95rem;
}

.card-data {
  background: #ffffff;
  padding: 5px 7px 5px 10px;
  /* top. right, bottom, left */
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.content-section {
  background: #ffffff;
  padding: 5px 10px;
  /* vertical / horizontal */
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.content-section.form-section {
  padding: 10px 25px;
}

.input-date {
  max-height: 39px;
}

.navbar-nav {
  font-size: 1.1rem;
}

.nav-link {
  text-align: center;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.text-small {
  font-size: 85% !important;
}

@media only screen and (min-width: 768px) {

  .card-data-agent {
    height: 320px;
  }

  .card-data-broker {
    height: 400px;
  }

}