html {
    overflow-x: hidden;
}

table {
    width: 100%;
}

th,
td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
    text-align: center;
}

th {
    width: 20%;
}

tr td:last-of-type {
    border: 0px !important;
}

.graph-con {
    padding-top: 5%;
}

a.canvasjs-chart-credit {
    display: none;
}

tr td:nth-child(2),
tr th:nth-child(2),
tr td:nth-child(3),
tr th:nth-child(3) {
    background-color: #a52a2a;
}

tr td:nth-child(4),
tr th:nth-child(4),
tr td:nth-child(5),
tr th:nth-child(5) {
    background-color: #24b6df;
}

.table-con {
    padding-top: 2%;
}

.chart12 {
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    th {
        width: 100px !important;
    }


    table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

.zapsat-row{
    height: 100svh;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.zapsat-con form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zapsat-con form input{
    padding: 5px 10px;
    background-color: white;
    border-bottom: 2px solid #24b6df !important;
    border: 0px;
}

.zapsat-btn{
    font-weight: bolder;
}

.zapsat-con{
    background-color: #1d1d1d;
    padding: 30px 40px !important;
    border-radius: 10px;
}

.zapsat-con h1{
    font-size: 30px;
    font-weight: bolder;
    color: #24b6df;
    margin-bottom: 20px;
    text-align: center;
}

.zapsat-index{
    border: 0px;
    background-color: #24b6df;
    color: white;
    font-weight: bolder;
    font-size: 14px;
    padding: 11px 40px 11px 40px;
    text-transform: uppercase;
}


