.template-front-rankings-ranking-page .section-datatable .toolbar .category {
  align-items: flex-start;
  flex-direction: column;
}
.template-front-rankings-ranking-page .section-datatable .toolbar {
  align-items: end;
  justify-content: flex-start;
  width: 100%;
}
.template-front-rankings-ranking-page .section-datatable {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .template-front-rankings-ranking-page .section-datatable .toolbar .category .select2-container {
    min-width: 244px !important;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .template-front-rankings-ranking-page .section-datatable .toolbar {
    align-items: center;
    gap: 0 !important;
  }
  .template-front-rankings-ranking-page .section-datatable .toolbar .category {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.template-front-rankings-ranking-page .dataTables_info {
  display: none;
}
.template-front-rankings-ranking-page .section-datatable .toolbar .category .btn-default {
  min-width: 244px !important;
  width: 100%;
  height: 40px;
  border: 2px solid #cecece;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 15px;
}
.template-front-rankings-ranking-page .section-datatable .toolbar .category .custom-select {
  margin-bottom: 10px;
}
.template-front-rankings-ranking-page .box .description p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.template-front-rankings-ranking-page .box h2.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 54px;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.template-front-rankings-ranking-page .box ul li {
  margin-left: 30px;
}
.template-front-rankings-ranking-page .crypto-icon {
  display: block;
  width: 32px;
  height: 32px;
  transform: translate(4px, 0px) scale(1.2);
}
.template-front-rankings-ranking-page .icon {
  line-height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  margin-right: 10px !important;
}
.template-front-rankings-ranking-page .icon img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 0 !important;
}
.template-front-rankings-ranking-page .loading {
  position: relative;
  color: white;
}
.template-front-rankings-ranking-page .loading .bar {
  background-color: #E7E7E7;
  height: 14px;
  border-radius: 7px;
  width: 80%;
}
.template-front-rankings-ranking-page .loading:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  background-size: 200px 24px;
  background-position: -100px 0;
  background-repeat: no-repeat;
  animation: loading 1s infinite;
}
@keyframes loading {
  40% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
