img.img-svg {
    display: inline-block !important;
}
.styled_svg {
    width: 20px;
    height: 20px;
    fill: #717375;
    stroke: #717375;
}
.styled_svg_queue{
    width: 30px;
    height: 30px;
    fill: #717375;
    stroke: #717375;
}
.small-menu-statistics .styled_svg {
    fill: none;
}
.green_svg{
    fill: #057B48 !important;
    stroke: #057B48;
}
.black_svg {
    fill: #000000 !important;
}
.white_svg {
    fill: #fff !important;
}
.white-smoke_svg {
    fill: #F5F5F5 !important;
}
.gray_basked_svg {
    fill: #fff !important;
}
.limited_basked_svg {
    fill: #ffb300 !important;
}
.mobile_menu_svg {
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    margin: 0;
    fill: #b1b1b1 !important;
    top: 0;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mobile_header .btn-mobile_menu.active_btn .mobile_menu_svg {
    fill: #057B48 !important;
}
@media (min-width: 769px) {
    .bank-small-menu li:hover svg {
        fill: #057B48 !important;
        stroke: #057B48;
    }
    li.small-menu-statistics:hover svg {
        fill: none !important;
    }
}
@media (max-width: 768px) {
    .styled_svg {
        width: 23px;
        height: 23px;
    }
}

.report_svg{
    width: 40px;
    height: 40px;
    
}