@media (max-width: 576px) {
    nav {
        justify-content: center;
    }
  }

  @media (min-width: 768px) {
    nav {
        justify-content: end;
    }
  }

  .nav-gap {
    gap: 25px;
  }

  .nav-category {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
  }

  .card-rounded {
    border-radius: 16px;
  }

  .text-filter {
    color: #03213E;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-title-page {
      color: #03213E;
      font-size: 24px;
      font-weight: 700;
      line-height: 40px;
  }

  .text-description-page {
      color: #66788A;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
  }

  .border-filter-color {
    border-color:#EBEDF0;
  }

  .border-filter-color:active {
    border-color: #F07126;
  }

  .border-filter-color:hover {
    border-color: #F07126;
  }

  .text-back-to-investor-relation {
    color: #66788A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .text-back-to-investor-relation:hover {
    color: #F07126;
  }

  .text-category {
    color: #B3BCC5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .text-category-2 {
    color: #03213E;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .text-year-segment {
    color: #66788A;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }

  .card-bg-color {
    background-color: #F2F9FF;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .btn-custom {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    font-size: .894rem;
    font-weight: 400;
    line-height: 1.54;
    color: #4E5155;
    vertical-align: middle;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAABGdBTUEAALGPC/xhBQAAAKBJREFUSA3t1kEKgCAQBVCTDtciulJ2pWjRiapTaPwokUEjRW0zgaHSOI9PQWLbD4Mhfr7kz/1te4bYKO4JJ8KJ0ATouqUbqeuuH5TRekypb6Scsr2s6zIrHBgLQQ1qs0EAiMU8CNRmhcRgXEQRyBcMRRSDvGF8iKIQHyaEwLOixm8APm2Mq2HoVgMS6u3uZ/9q3MNj5gyhaXEinAhNgK5PpzhEO/hSMK4AAAAASUVORK5CYII=") right .875rem center/17px 12px no-repeat;
    border: 1px solid rgba(24, 28, 33, 0.1);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .card-report:hover {
    background-color: #FEF2EA;
    cursor: pointer;
  }

  .bg-active {
    background-color: #FEF2EA;
  }

  .btn.btn-custom:hover {
    color: #03213E;
  }

  .btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    border-color: #F07126;
  }

  .dropdown > .dropdown-menu {
    border-radius: 16px;
    padding: 0;
  }

  .dropdown > .dropdown-menu > .scrollable-menu {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 16px;
    clip-path: inset(0 0 0 0 round 16px);
  }

  .dropdown > .dropdown-menu > .scrollable-menu > .dropdown-item {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .dropdown > .dropdown-menu > .dropdown-item:active {
    background-color: #FEF2EA;
  }

  .dropdown > .dropdown-menu > .dropdown-item.active{
    background-color: #FEF2EA;
  }

  .landing-navbar .dropdown-menu .dropdown-item {
    color: #07539A;
    padding: .5rem 1.5rem;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .dropdown-item {
    color: #03213E;
  }

  .dropdown-item:hover, .dropdown-item:focus {
    background-color:#FEF2EA;
    color: #F07126;
  }

  .dropdown-divider {
    margin: 0;
  }

  .card-report {
    min-height: 264px;
    text-wrap: wrap;
    word-break: break-word;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px #0000000F;
  }

  .card-header {
   padding: 0.6rem 1rem;
   border: none;
  }

  .card-body {
    padding: 1rem;
  }

  .loading-position {
    margin-right: auto;
    width: 25%;
    margin-left: auto;
  }

  .reportList {
    max-height: 80vh;
    overflow: auto;
    scroll-behavior: smooth;
  }

  .reportList::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }

  .reportList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #F07126;
  }

  .reportList::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
  }

  @media only screen and (max-width: 821px) {
    #nav-tab-dekstop {
      display: none;
    }

    #nav-tab-mobile {
      display: block;
    }

    .dropdown > .dropdown-menu > .scrollable-menu {
      max-height: 160px;
    }

    .card-report {
      min-height: 0;
      max-height: 100%;
      text-wrap: wrap;
      word-break: break-word;
      overflow: hidden;
    }
  }

  @media only screen and (min-width: 822px ) {
    #nav-tab-dekstop {
      display: flex;
    }

    #nav-tab-mobile {
      display: none;
    }
  }