/* Made with love by Mutiullah Samim*/

/*@import url('https://fonts.googleapis.com/css?family=Numans');*/

html,body {
    /* background-image:url('../images/cleaningFloor.jpg'); */
    /* background-color: blueviolet; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    height: 100%;
    /*font-family: 'Numans', sans-serif;*/
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #515151;
    text-align: left;
    /* background-color: #e9edf4; */
    background-color: #ac0800;
}

.dashboard-body {
    background-color: #e9edf4;
}



.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
