/*Write your custom css in this file.*/

.form-signin {
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 12%);
}

#left-menu-toggle-mask {
    background-color: #F0F5F7;
}

html, body {
    background-color: #F0F5F7;
}

.widget-container .card {
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 12%)!important;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 12%)!important;
}

.card,
.sidebar-menu li a {
	border-radius: 5px!important;
}

.brand-logo img {
	filter: brightness(0) invert(1)!important
}

.ps__thumb-y {
    background-color: #fff;
}