﻿.ba-notify {
    display: inline-block;
    position: absolute;
    border: 1px solid #F57C00;
    padding: 7px 25px;
    border-radius: 30px;
    bottom: 0;
    transform: matrix(0, 0, 0, 0, 0, 20);
    left: 0;
    z-index: 100000;
}

.dark .ba-notify {
    background-color: #252526;
}

.light .ba-notify {
    background-color: #fff;
}


@media screen and (max-width: 1000px) {
    .ba-notify {
        left: 20px !important;
        right: 20px;
        transform: none;
        border-radius: 15px;
        text-align: center;
    }
}