html {
  scroll-behavior: smooth;
}

div#filter_checks {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 16px;
  margin-bottom: 20px;
}

div#filter_checks div .switch {
  width: 40px;
  height: 20px;
}

div#filter_checks div {
  display: flex;
  padding: 5px;
  align-items: center;
  font-size: 14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

#table-all-funds .crypto-icon, #table-all-funds img {
  display: block;
  width: 32px;
  height: 32px;
}
#table-all-funds .dataTables_length {
  display: none;
}
#table-all-funds a {
  color: #000000;
  transition: 0.2s ease;
}
#table-all-funds a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .fund-single #header_action .icons {
    margin-left: auto;
    margin-right: 100px;
  }
}
.fund-single .compare-fiis a {
  color: #000000;
  font-weight: bold;
}
.fund-single #historic-profit td, .fund-single #historic-profit th {
  padding: 14px;
  font-size: 12px;
  text-align: center;
}
.fund-single #historic-profit th {
  background: #000;
  color: #fff;
}
.fund-single #historic-profit .border-left {
  border-left: 1px solid #cecece;
}
.fund-single #table-indicators .cell {
  display: flex;
  align-items: center;
}
.fund-single #table-indicators .cell .icon {
  font-size: 30px;
  color: #A38C65;
}
.fund-single #table-indicators .cell .desc {
  flex: 1;
  margin-left: 25px;
}
.fund-single #table-indicators .cell .desc .value {
  text-transform: uppercase;
}
.fund-single .no_datatable td {
  border-left: 0;
}
.fund-single table.dataTable tbody th,
.fund-single table.dataTable tbody td {
  padding: 20px 15px;
}
.fund-single #compare-fiis {
  margin-bottom: 20px;
}
.fund-single #about-section .content .description > h3, .fund-single #about-section .content .description h2 {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fund-single #about-section .content .description a {
  font-weight: 800;
  border-bottom: 2px solid;
}
.fund-single #about-section .content .description p {
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}
.fund-single #about-section .content .description ul {
  margin-left: 30px;
}
.fund-single #about-section .content .description ul li {
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}
.fund-single #about-section .not-recomended {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fund-single #about-section .rating .content-rating {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .fund-single #about-section .rating .content-rating h4 {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
.fund-single #properties-section .row {
  display: flex;
  width: 100%;
  flex: 1;
  flex-wrap: wrap;
}
.fund-single #properties-section .row .col-6 {
  flex: 1;
  max-width: 50%;
  min-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.fund-single #properties-section #properties-index-table {
  width: 100%;
}
.fund-single #properties-section #properties-index-table td {
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.fund-single #properties-section #properties-index-table td .progress-bar {
  border-radius: 30px;
  display: inline-block;
  height: 15px;
  margin-bottom: -2px;
}
.fund-single #properties-section #container-properties {
  margin-top: 30px;
}
.fund-single #properties-section #container-properties.collapsed {
  max-height: 395px;
  overflow: hidden;
  position: relative;
}
.fund-single #properties-section #container-properties.collapsed:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.fund-single #properties-section #container-properties .card-propertie {
  display: block;
  position: relative;
  padding: 15px 15px 15px 70px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 108px;
  margin: 0 10px 25px;
}
.fund-single #properties-section #container-properties .card-propertie:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background-color: #293038;
}
.fund-single #properties-section #container-properties .card-propertie .svg-inline--fa {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 40px;
}
.fund-single #properties-section #container-properties .card-propertie h3 {
  margin-bottom: 5px;
}
.fund-single #properties-section #container-properties .card-propertie small {
  font-size: 15px;
}
.fund-single #comunications-section .collapsed {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.fund-single #comunications-section .collapsed:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.fund-single #comunications-section #table-comunication {
  width: 100%;
  border-collapse: collapse;
}
.fund-single #comunications-section #table-comunication td {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.fund-single #comunications-section #table-comunication td:nth-child(2) {
  text-align: right;
}
.fund-single #comunications-section #table-comunication td .btn-download-comunication {
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.fund-single #comunications-section #table-comunication td .btn-download-comunication .svg-inline--fa {
  margin-left: 5px;
}
.fund-single #related-companies .subheading {
  font-size: 22px;
  margin: 40px 0 30px;
}
.fund-single #related-companies .related-fiis-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.fund-single #related-companies .related-fiis-grid .card-related-fii {
  cursor: pointer;
  transition: ease 0.3s;
}
.fund-single #related-companies .related-fiis-grid .card-related-fii:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.fund-single #related-companies .related-fiis-grid .card-related-fii .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
}
.fund-single #related-companies .related-fiis-grid .card-related-fii .card-body h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.fund-single #related-companies .related-fiis-grid .card-related-fii .card-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.fund-single #related-companies .related-fiis-grid .card-related-fii .card-footer .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  padding: 2px 0;
}
.fund-single #compare-section .mobile-title {
  display: none;
}
.fund-single #compare-section .compare-fiis .svg-inline--fa {
  color: #a38c65;
  font-size: 0.9em;
}
.fund-single .rating {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.fund-single .rating .content-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fund-single .rating .content-rating h4 {
  margin-bottom: 0;
  margin-right: 20px;
}
.fund-single .rating .content-rating .rating-show {
  border: none;
  margin-right: 30px;
}
.fund-single .rating .content-rating .rating-show > input {
  display: none;
}
.fund-single .rating .content-rating .rating-show > label {
  color: #616161;
  float: right;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.fund-single .rating .content-rating .rating-show > label::before {
  font-size: 18px;
  display: inline-block;
  content: "\f005";
  margin: 2px;
  font-family: "Font Awesome 6 Pro";
}
.fund-single .rating .content-rating .rating-show > input:checked ~ label {
  color: #a38c65;
}
.fund-single .rating .content-rating #rate-company {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
}
.fund-single .rating .content-rating #rate-company svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}
.fund-single .modal-body .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 0;
}
.fund-single .box.especial .group-selector {
  min-width: 100px;
}
.fund-single .box.especial .group-selector + .select2-container {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fund-single #compare-section .desktop-title {
    display: none;
  }
  .fund-single #compare-section .mobile-title {
    display: block;
  }
  .fund-single #cards-ticker {
    grid-template-columns: repeat(2, 1fr) !important;
    --column-count: unset !important;
  }
  .fund-single #cards-ticker ._card {
    grid-area: unset !important;
  }
  .fund-single #cards-ticker ._card span {
    font-size: 14px;
  }
  .fund-single #cards-ticker ._card:nth-child(1) {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
  }
  .fund-single #table-indicators {
    --column-count: 1 !important;
  }
  .fund-single #properties-section .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fund-single #properties-section .row .col-6 {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .fund-single #properties-section .row .col-6 .card-propertie {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px 10px 15px 65px !important;
  }
  .fund-single #table-comunication a.btn-download-comunication span {
    display: none;
  }
  .fund-single #related-companies .related-fiis-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .fund-single #related-companies .related-fiis-grid .card-related-fii .card-body {
    padding: 7px;
  }
  .fund-single #related-companies .related-fiis-grid .card-related-fii .card-body h2 {
    font-size: 35px;
    margin-bottom: 2px;
  }
  .fund-single #related-companies .related-fiis-grid .card-related-fii .card-body h3 {
    font-size: 11px;
  }
  .fund-single #related-companies .related-fiis-grid .card-related-fii .card-footer {
    padding: 5px;
  }
  .fund-single #related-companies .related-fiis-grid .card-related-fii .card-footer .d-flex {
    font-size: 13px;
  }
}
.fund-single #indicators .value {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#indicators .cell {
  flex-direction: column;
  align-items: flex-start !important;
}

#about-company .cell {
  background: #fff !important;
}
