@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body{
    font-family: "Nunito Sans", sans-serif!important;
    background: #F5F6FA;
}
.guest_part .min-h-screen{
    background: url("before-dashboard.png") no-repeat;
    background-size: cover;
}
.sidebar{
    padding: 20px;
    width: 220px;
}
.outer_div{
    border: 2px solid #777;
    margin-bottom: 20px;
}
nav[role="navigation"] span[aria-current="page"] span{
    background: #000 !important; color: #fff !important;
}