.btn-bg-color-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.btn-bg-color-white:hover {
    background-color: #fff;
    color: #559bfb;
    border: 1px solid #559bfb;
}
.btn-bg-color-white:focus,
.btn-bg-color-white:active {
    background-color: #559bfb;
    color: #fff;
    border: 1px solid #559bfb;
}
.btn-bg-color-blue {
    background-color: #559bfb;
    color: #fff;
    border: 1px solid #559bfb;
}
.btn-bg-color-blue:hover {
    background-color: #fff;
    color: #559bfb;
    border: 1px solid #559bfb;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background-color: #fff !important;
    color: #000 !important;
}
.dropdown-item:hover em,
.dropdown-item:focus em,
.dropdown-item.active em {
    background-color: #fff !important;
    color: #559bfb !important;
}
.em-icon-dashboard-master{
    margin-right:20px;
}
.em-icon-dashboard{
    margin-right:20px;
}
.em-icon-bg-blue{
    margin-right:20px;
}
.btn-style-add {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #fff;
}
.btn-style-add:hover {
    background-color: #fff !important;
    color: #559bfb !important;
    border: 1px solid #559bfb;
}
.btn-style-add.active {
    background-color: #559bfb !important;
    color: #fff !important;
    border: 1px solid #559bfb;
}
.btn-style-back {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #fff;
}
.btn-style-back:hover {
    background-color: #fff !important;
    color: #559bfb !important;
    border: 1px solid #559bfb;
}
.btn-style-back.active {
    background-color: #559bfb !important;
    color: #fff !important;
    border: 1px solid #559bfb;
}
@media only screen and (max-width: 768px) {
    .em-icon-dashboard-master-mobile{
        margin-right:5px;
    }
}
