 /* .wpcf7-response-output{
        display: none;
    } */

.buySellSection{
    position: sticky;
    top: 150px;
    margin-top: 60px;
}

.buySellSection #buyMyTab{
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}

.buySellSection #buyMyTab li{
    padding: 0 5px;
}

.buySellSection #buyMyTab li a{
    padding: 7px 20px;
    border-bottom: 3px solid rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: 500;
    transition: all ease-in-out 0.30s;
}

.buySellSection #buyMyTab li a.active, .buySellSection #buyMyTab li a:hover{
    border-bottom: 3px solid  #16a34a;
    color: #16a34a ;
    transition: all ease-in-out 0.30s;
}

 .buySellSection .btn-hover-info,
 #dealModal .btn-hover-info {
     color: #fff;
     border-color: #2660B5;
     background-color: #2660B5;
     transition: all ease-in-out 0.30s;
 }

 .buySellSection .btn-hover-info:hover,
 #dealModal .btn-hover-info:hover {
     color: #fff;
     border-color: #EB7A23;
     background-color: #EB7A23;
     transition: all ease-in-out 0.30s;
 }

 .buySellSection label,
 #dealModal label {
     font-size: 14px;
     font-weight: normal;
     color: #7c7c7c;
 }

 .buySellSection h5 {
     font-size: 18px;
     color: #393185;
 }

 #dealModal .form-control,
 .form-select {
     height: 40px;
 }

 #dealModal textarea.form-control {
     height: 80px;
 }

 #dealModal .btn-close {
     position: absolute;
     right: 15px;
     font-size: 20px;
 }

 /****************/
 .unlisted-details .breadcrumb {
     font-size: 16px;
 }

 .unlisted-details .breadcrumb a {
     text-decoration: none;
     color: #000000;
 }

 .unlisted-details .breadcrumb a:hover {
     color: #1ea033;
 }

 .unlisted-details .breadcrumb span{
    padding: 0 5px;
 }

 .unlisted-details .heading img{
    height: 50px;
    width: auto;
 }

 .unlisted-details .icon-eye {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #198754;
    color: #000000;
}
.unlisted-details .icon-eye i {
    color: #198754;
    font-size: 14px;
}

.unlisted-details .icon-eye span {
    font-size: 15px;
    font-weight: 600;
}

#myChart {
  width: 100%;
  margin-top: 20px;
}

/* Range buttons styling */
.highcharts-range-selector-buttons text {
  fill: #16a34a !important;
  font-weight: 600;
}

.highcharts-button-pressed rect {
  fill: #16a34a !important;
}

.highcharts-button-pressed text {
  fill: #ffffff !important;
}

.hc-marker-label{
    width: 28px;
    height: 28px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    line-height: 1;
    top: 20px;
}

.highcharts-range-selector-buttons .highcharts-label{
    display: none;
}

.highcharts-button .highcharts-button-box{
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 10px;
    background-color: #ffffff;
    border:1px solid #198754;
}

.desc-content {
    max-height: 120px;       /* kitna text dikhana hai */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.desc-content.expanded {
    max-height: inherit;      /* enough for long content */
}

.read-more-btn {
    background: none;
    border: none;
    color: #EB7A23;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    padding: 0;
}

.read-more-btn:hover {
    text-decoration: underline;
}

/**/
.fundamentals-fields{
    border-radius: 12px;
    padding: 20px 15px 10px;
    background: #9bc2fb30;
}
.fundamentals-fields table{
    border: none;
}
.fundamentals-fields table td{
    width: 25%;
    border: none;
    color: rgba(33, 37, 41, 0.75);
    padding: 8px 5px;
}

.fundamentals-fields table strong{
    text-align: right;
    display: block;
}

@media all and (max-width:767px){
    .fundamentals-fields table tr {
    display: flex;
    flex-wrap: wrap;
}

.fundamentals-fields table tr td{
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    word-break: break-all;
}

}


.financial-section #financialmyTab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.financial-section #financialmyTab li{
    padding: 0 5px;
}

.financial-section #financialmyTab li a{
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
    transition: all ease-in-out 0.30s;
}

.financial-section #financialmyTab li a.active, .financial-section #financialmyTab li a:hover{
    border-bottom: 3px solid  #16a34a;
    color: #16a34a ;
    transition: all ease-in-out 0.30s;
}

.financial-section .card{
    border-color: rgba(0, 0, 0, 0.175);
    background: #EEF5F9;
}

.financial-section .card .table-responsive{
    background: #ffffff;
}

.financial-section .card .table-responsive table{
    margin: 0;
}

.financial-section .card .table-responsive table th, .financial-section .card .table-responsive table td{
    padding: 5px 10px !important;
}


/**/

.shareholding-section ul{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.shareholding-section ul.month-progress li{
    width: 25%;
}

.shareholding-section ul.month-progress .nav-link{
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.shareholding-section ul.month-progress .nav-link.active, .shareholding-section ul.month-progress .nav-link:hover {
    color: #35A848 !important;
    background-color: #F0F8F3;
    border-radius: 32px;
    transition: 0.5s ease;
}

.shareholding-wrapper {
    margin-top: 40px;
}

.shareholding-wrapper h4 {
    font-weight: 700;
}

.share-year {
    font-size: 14px;
    color: #16a34a;
    font-weight: 600;
    margin-left: 6px;
}

.share-row {
    margin-bottom: 18px;
}

.share-label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.share-bar {
    background: #e9ecef;
    height: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.share-bar span {
    display: block;
    height: 100%;
    background: #16a34a;
    border-radius: 6px;
}

.share-value {
    text-align: right;
    font-size: 13px;
    margin-top: 4px;
    font-weight: 500;
}

.unlistedEvent table{
    overflow: auto;
    max-height: 250px;
    display: block;
}

