#filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.filter-group {
    display: flex;
    gap: 2px;
}

.filter-group button {
    padding: 10px 10px;
    border: none;
    background-color: #e0e0e0;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color .3s
}

.filter-group button.active-exchange,.filter-group button:hover {
    background-color: #a4c639;
    color: #fff
}

.filter-group button.active-date,.filter-group button:hover {
    background-color: #a4c639;
    color: #fff
}

canvas {
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 0 auto
}

canvas#nse_bse_price_chart {
    height: 240px!important
}

.intervalmenus li {
    margin-top: 15px
}

.banner-form .form-group select {
    height: 50px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%
}

.cus-chart-sec {
    margin-bottom: 50px
}

.mktgraphsec {
    width: 100%;
    margin: 20px auto
}

.mktgraph {
    height: 240px
}

.mkttopul ul {
    display: flex;
    list-style-type: none;
    padding: 0
}

.mkttopul ul li {
    margin-right: 10px
}

.mkttopul ul li a {
    text-decoration: none;
    color: #000
}

.mkttopul ul li.act a {
    font-weight: 700
}

.mktbtmsec {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.chart-tooltip {
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    color: #fff;
    padding: 5px
}

.disclaimer p {
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, #1C6A9D 0%, #7A356B 98%);
}
