
.amchartdiv {
    width: 100%;
    height: 500px;
}
.amchartdiv a.am5exporting-icon{
    background: #4a5266;
    box-shadow: -1px 1px 5px 0px rgb(34 60 80 / 15%);
    color: #fff;
}
.amchartdiv a.am5exporting-icon:hover{
    background: #707c9b;
}
.amchartdiv .am5exporting-list {
    position: relative;
    margin: 0;
    margin-top: 2.5em;
    background-color: #d9dde6;
    box-shadow: -1px 1px 5px 0px rgb(34 60 80 / 15%);
}
.amchartdiv .am5exporting-menu{
    top: -1em;
}
.amchartdiv .am5exporting-item{
    color: #000;
}
.amchartdiv .am5exporting-type-separator{
    font-weight: 400;
    padding: 0.4em 0;
}
.amchartdiv .am5exporting-item a{
    color: #000;
    text-decoration: none;
}
.amchartdiv .am5exporting-item a:hover, .amchartdiv .am5exporting-item a.am5exporting-item-active{
    color: #fff;
    background-color:rgb(98, 109, 134);
    text-decoration: none;
}
.amchartdiv .am5exporting-item a .am5exporting-label-alt{
    color: inherit;
}
.amchartdiv a.am5exporting-icon {
    width: 84px;
    text-decoration: none;
    padding-right: 10px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    opacity: 1;
}
.amchartdiv a.am5exporting-icon:before {
    height: 26px;
    content: url(/img/icon/download-icon.svg);
    /*content: 'Экспорт';*/
}
.amchartdiv a.am5exporting-icon:after {
    content: 'Экспорт';
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
}
.amchartdiv a.am5exporting-icon svg {
    display: none;
}
