/* --------------chart-graph-banner-------------- */
.chart-graph-banner{
    background:linear-gradient(#000000aa, #000000aa), url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
	height: 50vh;
    background-repeat: no-repeat;
}
.chart-graph-banner h1{
    color: var(--white);
    text-align: center;
	height: 40vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* --------------chart-graph-banner end-------------- */

/* -----------------all chart-graph---------------------- */
.all-chart-graph {
    background: var(--white);
    overflow: auto;
}

.all-chart-graph::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.all-chart-graph::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.all-chart-graph::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

th,
td {
    white-space: nowrap;
}

table {
    font-size: 14px !important;
}

table,
th,
td {
    border: 1px solid #ccc;
}
/* thead{
    border: 2px solid #555;
} */
thead td {
    background: #ddd !important;
    color: var(--black) !important;
    font-size: 14px;
    font-weight: 700;
}

td img {
    border-radius: 50%;
}

td p {
    color: #555;
    text-align: justify;
    font-size: 14px !important;
}

.tr-btn {
    cursor: pointer;
}

tr td:nth-of-type(1),
tr td:nth-of-type(2),
tr td:nth-of-type(3) {
    width: 50px;
}

/* -----------------all chart-graph end---------------------- */