.d-sm-inline-flex {
    display: inline-flex !important;
    width: 100%;
}

.min-h-151 {
    min-height: 151px;
}

.min-h-65 {
    min-height: 65px;
}

#content-18 .pdf-item h4 {
    min-height: 10px;
}

#content-16 .pdf-item h4 {
    min-height: 85px;
}

#content-15 .pdf-item h4 {
    min-height: 65px;
}

#content-14 .pdf-item h4 {
    min-height: 40px;
}

#content-13 .pdf-item h4 {
    min-height: 66px;
}

#content-11 .pdf-item h4 {
    min-height: 10px;
}

#content-12 .pdf-item h4 {
    min-height: 10px;
}

#content-10 .pdf-item h4 {
    min-height: 48px;
}

#content-6 .pdf-item h4 {
    min-height: 66px;
}

#content-4 .pdf-item h4 {
    min-height: 44px;
}

#content-3 .pdf-item h4 {
    min-height: 44px;
}

#content-1 .pdf-item h4 {
    min-height: 44px;
}

#shareHolderQueryPdf {
    min-height: 64px;
}

.pdf-item h4 {
    font-weight: 500;
    font-size: var(--fs-16);
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.sidebar-navigation {
    width: 100%;
}

.sidebar-navigation .nav-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-navigation .sidebar-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: var(--body-color);
    transition: color 0.3s ease;
    line-height: 1.2;

}

.sidebar-navigation .sidebar-nav-link.active {
    color: var(--primary);
    font-weight: 700;
}

.sidebar-navigation .sidebar-nav-link:hover {
    color: var(--primary);
}

.sidebar-navigation .sidebar-nav-link i {
    font-size: 18px;
    transform: rotate(180deg);
}

.sidebar-navigation .nav-title {
    display: block;
}


.default_tab_list .scroll_button_inv_rep {
    z-index: 0 !important;
}

.investor-tabs nav:before {
    left: 0;
    top: 0;
    background: none;
    z-index: 0;
    width: 1%;
}

.investor-tabs nav::after {
    left: 0;
    top: 0;
    background: none;
    z-index: 0;
    width: 1%;
}

/* Target the scrollable sidebar wrapper */
.sticky-sidebar {
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #c0c0c0 #f0f0f0;
    /* thumb, track */
    overflow-y: scroll;
    /* Always show scrollbar */
    max-height: 300px;
    /* or dynamically set via JS */
    width: 300px;
    margin-right: 20px;
}

/* WebKit Scrollbar Styles (Chrome, Safari, Edge) */
.sticky-sidebar::-webkit-scrollbar {
    width: 8px;
}

.scrollable-inner {
    height: 100%;
    overflow-y: scroll;
    /* force scrollbar always visible */
    scrollbar-width: thin;
    scrollbar-color: #c0c0c0 #f0f0f0;
}

.sticky-sidebar::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.sticky-sidebar::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 10px;
}

.sticky-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.capitalcontent {
    /* min-height: 105px; */
}


.investor_tab .details_tab_link.active .btn_small {
    background: var(--primary);
    color: var(--bs-white);
}

.capitalcontent h4 {
    margin-bottom: 12px;
}


.capitalcontent li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

.capitalcontent li::before {
    content: '•';
    /* Bullet symbol */
    position: absolute;
    left: 0;
    color: var(--body-color);
    /* Customize color */
    font-size: 20px;
    font-weight: bold;
}

.shareholder_name>h4, .shareholder_name>p {
    margin: 0 18px;
}

#group-1980-1990 .row .col-12 {
    width: 100% !important;
}

@media (max-width:1365px) {
    #investor_content_tab {
        width: 71% ;
    }
}

@media (max-width:1200px) {
    #investor_content_tab {
        width: 65% ;
    }
}

@media (max-width:768px) {
    #investor_content_tab {
        width: 100% ;
    }
}
/* 
@media (max-width:991px) {
    #investor_content_tab {
        width: 65% ;
    }
} */

#group-2020-2030 .capitalcontent {
    /* min-height: 120px; */
}

#group-2010-2020 .capitalcontent {
    /* min-height: 140px; */
}

#group-1990-2000 .capitalcontent {
    /* min-height: 315px; */
}

.col.pdf-item>a {
    height: 100%;
    display: flex;
}

@media (max-width: 768px) {
    .l-spacing-mobile-0-5px {
      letter-spacing: 0.5px !important;
    }
  }
@media (max-width: 767px) {
.d-sm-inline-flex {
    display: block !important;
}
  }
  