.cb-fire.for-people {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

.cb-fire.for-people .card {
  background: #26292b;
  padding: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
  max-width: none;
  box-shadow: none !important;
  border: none !important;
  box-sizing: border-box;
  border-radius: 0px;
}

.cb-fire.for-people .card .card-body {
  padding: 24px;
}

.cb-fire.for-people .card:hover {
  transform: scale(1.02);
}

.cb-fire.for-people .card .card-title {
  margin: 0 !important;
  padding: 0 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
}

.cb-fire.for-people .card .card-body .card-text a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  text-decoration: underline;
}

.cb-fire.for-people .card .card-body .card-text .stretched-link {
  text-decoration: none;
}

.cb-fire.for-people .card .card-img-top,
.cb-fire.for-people .card .blank-photo {
  /* background: black; */
  /* background: #28282B; */
  background: #1b1212;
  width: 100% !important;
  /* height: 15vw !important; */
  height: 237px !important;
  min-height: 237px !important;
  object-fit: cover;
}

.cb-fire.for-people .card .card-img-side {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.bs-5 .modal.for-people {
  z-index: 999999;
}

.bs-5 .modal.for-people .face-dialog .btn-close {
  color: white;
  font-size: 30px;
  padding: 0;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  background: none;
}

.bs-5 .modal.for-people .face-dialog .btn-close:hover {
  opacity: 1;
  background: none;
}

.bs-5 .modal.for-people .face-dialog .modal-content {
  background-color: #26292b;
  color: white;
}

.bs-5 .modal.for-people .face-dialog .modal-content .modal-body,
.bs-5 .modal.for-people .face-dialog .modal-content .modal-body a,
.bs-5 .modal.for-people .face-dialog .modal-content .modal-body * {
  color: white;
}

.bs-5 .modal.for-people .face-dialog .modal-content .modal-body .cb-richtext {
  color: white;
}

.bs-5 .modal.for-people .face-dialog .modal-header {
  border-bottom: 1px solid black;
}
.bs-5 .modal.for-people .face-dialog .modal-footer {
  border-top: 1px solid black;
}
.bs-5 .modal.for-people small.face-caption {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding-top: 0.5rem;
  opacity: 0.7;
}

.bs-5 .modal.for-people {
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.cb-fire.for-people .pagination .page-link {
  color: #ff5831;
  background: transparent;
  border-color: #26292b;
  border-radius: 8px !important;
  font-size: 16px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
  text-align: center;
}

.cb-fire.for-people .dropdown-toggle:after {
  vertical-align: 0.14em;
}

.cb-fire.for-people .pagination .page-link.active {
  border: 1px solid #ff5831;
}

.cb-fire.for-people .pagination .page-link.disabled {
  color: rgba(119, 119, 119, 1);
}

.cb-fire.for-people .pagination .page-link .fa {
  font-size: 10px;
}

@media screen and (max-width: 800px) {
  .bs-5 .modal.for-people .modal-dialog-centered {
    align-items: normal;
  }

  .cb-fire.for-people .card .card-img-top,
  .cb-fire.for-people .card .blank-photo {
    /* background: black; */
    /* background: #28282B; */
    /* height: 15vw !important; */
    height: 120px !important;
    min-height: 120px !important;
  }
}
