.dz-success-mark, .dz-error-mark {
    transform: scale(0.3) !important;
    margin-top: -47px !important;
    animation: none !important;
}
.charts{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}


.hamburger {
    display: none;
}

.dropdown-menu {
    transform: translate(10px, 40px) !important;
}

@media screen and (max-width: 1200px) {
  .charts{
        grid-template-columns: 1fr;
    }    
}
@media screen and (max-width: 975px) {
    .hamburger {
        position: absolute;
        right: 19px;
        top: -5px;
        display: block;
        width: 35px;
        height: 25px;
        margin: 20px auto;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }
    .hamburger:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0px;
        width: 35px;
        border-top: 3px solid #fff;
    }
}
