@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
html, body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: #f5f5f7; 
}
/* Custom Scrollbar */
*{
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 8px;
    height: 10px;
} 
*::-webkit-scrollbar-track {
    background: #DCDCDC;
} 
*::-webkit-scrollbar-thumb {
    background-color:  #aaa;
    border-radius: 8px;
} 
*::-webkit-scrollbar-thumb:hover {
    background-color: #505050;
    border-radius: 8px;
} 
* {
    border-radius: 0 !important;
}
.button:active, 
 button:active,
.button:focus, 
 button:focus,
.button:hover, 
 button:hover{
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
}
.btn-custom,
.btn-custom:active,
.btn-custom:focus {
    border: 1px solid #505050;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    /* background-color: #eee; */
    color:#000000;
}
.btn-custom:hover{
    color: #000000;
}