﻿.Chart1{
    width: 80%;
    height: auto;
    justify-content: center;
    align-items: center;
}

#Producrlist_10 td {
    padding: 8px !important;
}

#Producrlist_10 table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
    padding:8px !important;
}

#Producrlist_10 th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#Producrlist_10 th:last-child {
    border-radius: 0 10px 0 0;
}

table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    table td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }


#DataMonth {
    width: 100%;
    max-width: 100%;
}

#ChartToday1 {
    display: inline-block !important;
}

@media (max-width:1440px ){
    .Chart1 {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width:1440px) and (max-width:1960px) {
    .Chart1 {
        width: 80%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width:1961px) and (max-width:2700px) {
    .Chart1 {
        width: 60%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width:2701px) {
    .Chart1 {
        width: 40%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
}