/**
 * Surefirel Local
 * Custom CSS
 * @package sflBlaze\CSS
 * @author  Web Dev Team
 * @license GPL-2.0-or-later
 */

 	aside#slmp_right h4 {
    color: #fff;
}
.copyright a {
    color: #ffffff;
}

/* Firechat */
.BOT_chatcontainer_Add {
    width: 60px !important;
    height: 60px !important;
}
.BOT_chatcontainer.BOT_chatcontainer_Add {
    bottom: 60px;
    right: 0;
}
@media only screen and (max-width: 1023px) {
        iframe#zychatObject {
                z-index: 999;
        }
        iframe.BOT_chatcontainer_Add {
              z-index: 99 !important;
    }
}
