#container {
    height: 300px;
}

/* .highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 700px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
} */

.box-item1 {
    grid-area: box-item1;
    /* background: linear-gradient(180deg, #6ff7e8 0%, #1f7ea1 80%); */
    background: #4ac0c0;
    box-shadow: 5px 5px 5px #e4e0e0;
    border-radius: 10px;
    height: 150px;
}

.m1 {
    width: 20%;
    margin-left: 7px;
    margin-top: 7px;
}

.bordericon {
    margin-left: 30%;
    margin-top: 30px;
    margin-left: 35%;
    /* margin-bottom: 5px; */
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: -1px -1px 10px #07D1BF;
    position: relative;
    top: -50px;
}

.box-item1 h6 {
    font-size: 13.5px;
    margin-top: -30px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 2px #444343;
}

.buttom-page {
    width: 70%;
    height: 25px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px #dedede;
    margin: 0 auto;
    text-align: center;
    padding: 2px;
    border-radius: 20px;
}

.box-item1 p {
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
}