.template-front-ticker-show .select2-search__field {
  display: none;
}
.template-front-ticker-show .select2-results__option .wrap:before {
  color: #000;
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: normal;
  width: 25px;
  height: 25px;
  padding-right: 10px;
}
.template-front-ticker-show .select2-search--dropdown {
  display: block;
  padding: 0px !important;
}
.template-front-ticker-show .select2-results__option--selected .wrap:before {
  content: "\f14a" !important;
}
.template-front-ticker-show .select2-multiple,
.template-front-ticker-show .select2-multiple2 {
  width: 50%;
}
.template-front-ticker-show .select2-selection__clear {
  display: none;
}
.template-front-ticker-show #comunications-section .collapsed {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.template-front-ticker-show #comunications-section .collapsed:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.template-front-ticker-show #comunications-section #table-comunication {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.template-front-ticker-show #comunications-section #table-comunication tr {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.template-front-ticker-show #comunications-section #table-comunication td {
  padding: 15px 10px 10px;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.template-front-ticker-show #comunications-section #table-comunication td .btn-download-comunication {
  color: #000;
  display: flex;
  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;
  align-items: center;
  gap: 2px;
}
.template-front-ticker-show #comunications-section #table-comunication td .btn-download-comunication .svg-inline--fa {
  margin-left: 5px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .template-front-ticker-show #comunications-section #table-comunication {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 576px) {
  .template-front-ticker-show #comunications-section #table-comunication tr {
    display: block;
  }
  .template-front-ticker-show #comunications-section #table-comunication thead {
    display: none;
  }
  .template-front-ticker-show #comunications-section #table-comunication td {
    position: relative;
    padding-left: 0;
    text-align: left;
  }
  .template-front-ticker-show #comunications-section #table-comunication td .tooltip {
    font-size: 15px;
  }
  .template-front-ticker-show #comunications-section #table-comunication td:nth-child(1) {
    width: 100%;
    padding-bottom: 5px;
  }
  .template-front-ticker-show #comunications-section #table-comunication td:nth-child(2) {
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
  }
  .template-front-ticker-show #comunications-section #table-comunication td:nth-child(2) .release-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .template-front-ticker-show #comunications-section #table-comunication td:nth-child(2) .release-date .data-label-mobile {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
  }
  .template-front-ticker-show #comunications-section #table-comunication td:nth-child(2) .btn-download-comunication .svg-inline--fa {
    display: none;
  }
}
.template-front-ticker-show #comunications-section #table-comunication .cell-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}
.template-front-ticker-show #comunications-section .release-date {
  display: block;
}
.template-front-ticker-show #comunications-section .release-date .data-label-mobile {
  display: none;
}
@media (max-width: 576px) {
  .template-front-ticker-show #comunications-section .release-date .data-label-mobile {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
  }
  .template-front-ticker-show #comunications-section .release-date .data-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .template-front-ticker-show .mobile-hide {
    display: none;
  }
}
.template-front-ticker-show #dividends-section #chart-dividends, .template-front-ticker-show #dividends-section #chart-dividend-yield {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .template-front-ticker-show #dividends-section #chart-dividends, .template-front-ticker-show #dividends-section #chart-dividend-yield {
    height: 250px;
  }
}
