html,
body,

#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    /* border: 0px !important; */
}

.esri-view-height-less-than-medium .esri-popup__main-container {
    max-height: 600px !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ff8100;
}

/* Excel button styling (same as existing button) */
.dt-excel-btn {
    background-color: #fcae91 !important;
    border-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
    width: 100%;
    padding: 6px 14px;
    border-radius: 6px;
}

.dt-excel-btn img {
    margin-right: 6px;
}

.dt-excel-btn:hover {
    background-color: #f9a27f !important;
}

#myTable_info {
    margin-top: 10px;
    text-align: right
}

.pagination {
    justify-content: end
}

@media screen and (max-width: 576px) {
    .dt-length {
        text-align: left !important;
    }

    .dt-search {
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: left !important;
    }
}

.my-v2-new-tab .nav-item .nav-link {
    color: #ffffff;
    background-color: #a9948a;
}

.my-v2-new-tab .nav-item .active {
    background-color: #f37022;
    color: #fff;
}



/* #participationbar .highcharts-title {
        margin-bottom: 10px;
        margin-top: 10px;
    } */