.top-indices .title {
  text-align: center;
}
.top-indices .toolbar {
  margin-bottom: 30px;
  display: inline-block;
  float: right;
}
.top-indices .toolbar .category {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.top-indices .toolbar .category > span {
  margin-right: 20px;
}
.top-indices h1 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 20px;
  display: none;
}
.top-indices h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.top-indices .indices-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .top-indices .indices-grid {
    grid-template-columns: 1fr;
  }
}
.top-indices .indices-grid .index-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-decoration: none;
  color: unset;
}
.top-indices .indices-grid .index-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
.top-indices .indices-grid .index-card .header .image {
  flex: 1;
}
.top-indices .indices-grid .index-card .header .image i {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.top-indices .indices-grid .index-card .header .description {
  flex: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .top-indices .indices-grid .index-card .header .description {
    flex: 5;
  }
}
.top-indices .indices-grid .index-card .header .description h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  line-height: 1;
}
.top-indices .indices-grid .index-card .header .description p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.top-indices .indices-grid .index-card .body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.top-indices .indices-grid .index-card .body p {
  display: flex;
  align-items: center;
}
.top-indices .indices-grid .index-card .body p img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.top-indices .indices-grid .index-card .body strong {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.top-indices .indices-grid .index-card:hover {
  box-shadow: 1px 1px 5px rgba(111, 111, 111, 0.68);
  opacity: 0.9;
}

#all-indices-section {
  margin-top: 75px;
}
#all-indices-section #table-all-indices .index-icon {
  display: block;
  width: 32px;
  height: 32px;
}
#all-indices-section #table-all-indices .dataTables_length {
  display: none;
}
#all-indices-section #table-all-indices a {
  color: #000000;
  transition: 0.2s ease;
}
#all-indices-section #table-all-indices a:hover {
  text-decoration: underline;
}
#all-indices-section .more-indices-wrapper {
  display: block;
  text-align: center;
  margin-top: 30px;
}
#all-indices-section .more-indices-wrapper p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  font-weight: 400;
}
#all-indices-section .more-indices-wrapper button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #a38c65;
  color: #a38c65;
  font-size: 14px;
  background: none;
  cursor: pointer;
  transition: ease 0.2s;
}
#all-indices-section .more-indices-wrapper button svg {
  margin-right: 5px;
}
#all-indices-section .more-indices-wrapper button:hover {
  background-color: #a38c65;
  color: white;
}

.index-single .logo i {
  width: 32px;
  height: 32px;
  zoom: 2.5;
}
@media (max-width: 767px) {
  .index-single .logo i {
    zoom: 2;
  }
}
.index-single div#header_action .icons ul li a img {
  margin-bottom: 8px;
  max-width: 24px;
}
.index-single div#header_action .icons ul li a {
  align-items: center;
}
.index-single div#header_action .icons {
  margin-left: auto;
  margin-right: 30px;
}
.index-single .top-indices {
  margin-top: 20px;
}
.index-single .top-indices h1 {
  display: block;
}
.index-single .box.especial header .index-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.index-single .text-content p {
  color: #333;
  margin-bottom: 15px;
}
.index-single .text-content p strong {
  font-weight: 600;
}
.index-single #quotation-section .container-simulator {
  margin-top: 40px;
}
.index-single #quotation-section .container-simulator p.title {
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 600;
  color: #333;
}
.index-single #quotation-section .container-simulator p.title strong {
  color: #000;
  font-weight: 800;
}
.index-single .about-header {
  display: flex;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
}
.index-single .about-header .logo-area {
  margin-right: 30px;
}
.index-single .about-header .logo-area .index-icon {
  width: 32px;
  height: 32px;
  zoom: 4;
  display: block;
}
.index-single .about-header .btns {
  display: flex;
}
.index-single .about-header .rating {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-single .about-header .rating h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.index-single .about-header .rating .content-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.index-single .about-header .rating .content-rating .rating-show {
  border: none;
  margin-right: 20px;
}
.index-single .about-header .rating .content-rating .rating-show > input {
  display: none;
}
.index-single .about-header .rating .content-rating .rating-show > label {
  color: #616161;
  float: right;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.index-single .about-header .rating .content-rating .rating-show > label::before {
  font-size: 18px;
  display: inline-block;
  content: "\f005";
  margin: 2px;
  font-family: "Font Awesome 6 Pro";
}
.index-single .about-header .rating .content-rating .rating-show > input:checked ~ label {
  color: #a38c65;
}
@media (max-width: 767px) {
  .index-single .about-header .rating .content-rating .rating-show {
    margin: 31px 0;
  }
}
.index-single .about-header .rating .content-rating #rate-company {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
  font-weight: 700;
}
.index-single .about-header .rating .content-rating #rate-company svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}
@media (max-width: 767px) {
  .index-single .about-header .rating .content-rating {
    flex-direction: column;
  }
}
.index-single #discussion {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-single div#header_action .icons {
    width: 100%;
    margin: 0;
    left: unset;
  }
  .index-single #cards-ticker {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .index-single ul.nav.filters-large .nav-item {
    padding: 0 7px;
  }
  .index-single .container-simulator .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .index-single .container-simulator .title a {
    font-weight: 700;
  }
  .index-single .about-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index-single .about-header .logo-area {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .index-single .about-header .logo-area .index-icon {
    zoom: 3;
  }
  .index-single .about-header .rating {
    align-items: center;
  }
  .index-single .about-header .rating h4 {
    margin-bottom: 0;
  }
  .index-single .text-content p {
    font-size: 16px;
  }
}

#rate-index, #follow-index-about {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
  margin-right: 20px;
}
#rate-index svg, #follow-index-about svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}

#about-section p {
  line-height: 1.5;
  word-break: break-word;
  margin-block-start: 0;
  margin-block-end: 1.3em;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
