#kt_app_toolbar{
    display: none!important;
}

.bg-inactive-buy {background-color: #4E6E61 !important;}
.bg-inactive-sell {background-color: #57313A !important;}

@keyframes price-update-flash {
    0%, 16%, 36%, 52%, 100% {
        filter: brightness(1);
        box-shadow: inset 0 0 0 0 rgba(255, 235, 59, 0);
    }
    2%, 14% {
        filter: brightness(1.4);
        box-shadow: inset 0 0 14px 5px rgba(255, 235, 59, 0.8);
    }
    38%, 50% {
        filter: brightness(1.4);
        box-shadow: inset 0 0 14px 5px rgba(255, 235, 59, 0.8);
    }
}

.price-update-flash {
    animation: price-update-flash 2.5s ease-in-out 1;
}
