table#summery tr td:first-child {
    font-weight: 700;
}
#summery tr th:first-child, #summery tr td:first-child {
    max-width: 50% !important;
    padding: 10px 15px;
    width: 40% !important;
    text-align: left !important;
}
.summary-stats .topevents {
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    min-width: 0;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
}
.summary-stats .topevents .icon svg {
    width: 50px !important;
    height: 50px !important;
    margin-left: -3px;
}
.summary-stats .topevents .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 0;
    text-align: center;
    line-height: 54px;
}
.summary-stats .topevents .icon i.fa {
    font-size: 34px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: -12px;
}
.col-md-3.summary-stats {
    padding-right: 5px;
    padding-left: 5px;
}
.table-scrollable {
    display: block;
    overflow: hidden;
    overflow-x: overlay;
}
.widget_legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget_legend {
    padding-bottom: 10px;
}
.widget_legend .widget_bullet {
    width: 2rem;
    height: 0.5rem;
    border-radius: 1.1rem;
}
.widget_legend .widget_stats {
    color: #74788d;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1rem;
}
#maps_stats{
    width: 100%;
    height: 250px;
}
.anychart-credits {
    display: none;
}