.filter-container {
        /*background: #f8f9fa;*/
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .filter-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-end;
    }

    .filter-group {
        display: flex;
        flex-direction: column;
    }

    .filter-group label {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .filter-group input {
        height: 40px;
        padding: 8px;
        border-radius: 5px;
        border: 1px solid #ced4da;
        min-width: 160px;
    }

    .filter-group button {
        height: 40px;
        padding: 0 20px;
        border-radius: 5px;
        color: white;
        border: none;
    }
    .filter-group a {
        height: 40px;
        padding: 0 20px;
        border-radius: 5px;
        /*background-color: #198754;*/
        color: white;
        border: none;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
    }

    .dt-button {
        background-color: #343a40 !important;
        color: white !important;
        border-radius: 6px !important;
        padding: 8px 14px !important;
        margin-right: 5px;
        font-size: 14px;
        border: none;
    }

    .dt-button:hover {
        opacity: 0.85;
    }

   
    .scroll-data{
        margin-top: -20px;
        width: 100%;
        display: flex;
        gap: 20px;
        overflow: auto;
        scrollbar-width:hidden;
        scrollbar-height:auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .scroll-data::-webkit-scrollbar{
        display: none;
    }
    .single-data{
        width: 250px;
        height: 75px;
        /*background: blue;*/
        padding: 5px;
        display: flex;
        justify-content: space-between;
        border-radius: 10px;
        padding-right: 10px;
        padding-left: 10px;
        align-items: center;
        cursor: pointer;
    }
    .counter-name{

    }
    .counter-name span{
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }
    .counter-name h4{
        font-size: 20px;
        color: #fff;
    }
    .symbol span{
        font-size: 50px;
        color: #fff;
    }
    .symbol i{
        font-size: 40px;
        color: #fff;
        opacity: 0.2;
    }

    @media(max-width: 992px){
        .counter-name span{
            font-size: 20px;
        }
        .counter-name h4{
            font-size: 15px;
        }
        .symbol i{
            font-size: 30px;
        }
       
    }
    .page-warm span{
        font-weight: bold;
        font-size: 17px;
    }