.empty-message {
  margin: 1.875rem 0 1.875rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  margin-bottom: 0.625rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 14px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 10px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3125rem auto 0.625rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.3125rem 0.3125rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 10px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
.list-description {
  margin-bottom: 0.625rem;
}
.list-description p {
  font-size: 12px;
  color: #717C8B;
  line-height: 2;
}
.list-description h2, .list-description h3, .list-description h4 {
  margin-bottom: 0.625rem;
  color: #171C21;
  font-weight: bold;
  font-size: 14px;
}
.list-description figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.625rem;
}
.list-description figure img {
  margin-bottom: 0.3125rem;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.list-description figure figcaption {
  font-size: 12px;
  color: #717C8B;
}
.page-float {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  z-index: 10;
}
.page-float:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 80px;
  opacity: 0.8;
  background: linear-gradient(0deg, #f9f9f9 20%, hsla(0, 0%, 97.6%, 0));
}
.page-float-inner {
  display: flex;
}
.page-float-inner .btn-group {
  width: 125px;
  height: 40px;
}
.page-float-inner .btn-group .btn {
  font-size: 14px;
  padding: 0;
}
.page-float-inner .btn-group .btn .badge {
  width: 25px;
  margin-left: 0.15625rem;
  line-height: 13px;
}
.page-float-inner .btn-group .btn:first-of-type {
  width: 90px;
}
.page-float-inner .btn-group .btn:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
.page-float-inner .btn-group .btn:last-of-type label:before {
  border: none;
}
