body{
    background-color: White!important;
}
.footer-copyright{
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 15px 0 10px;
}

footer ul.menu {
    list-style: none;
    padding-left: 0;
}
.footer-nav-menu a {
    padding: 10px 5px;
}
ul.menu li {
    line-height: 30px;
}
footer ul.menu li a {
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    color: #000000;
}
footer ul.menu li a:hover {
    transition: all .3s ease-in-out 0s;
    padding-left: 10px;
}
.button-mastul{
    background-color: #1771bf;
    color: white;
}
.button-mastul:hover{
    background-color: #1771bf;
    color: white;
}
.button-outline-mastul{
    background-color: transparent;
    color: #1771bf;
    border: 1px solid #1771bf;
}
.button-outline-mastul:hover, .button-outline-mastul:focus{
    background-color: #1771bf;
    color: white;
}
.sidebar .overflow-y-auto{
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

