
#loading_spinner
{
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: rgb(236,132,17);
  z-index: 99;
  display: none;
  text-align: center;
  width: 100%;
  height: 100vh;
  padding-top: 25px;
}

 .nav-item > a
 {
   color:rgb(236,132,17);
 }

 #dashboard_footer {
  background-color: rgb(0,127,198);
  color:#d5d5d5;
  padding-top: 2rem;
}

#dashboard_footer1 {
  background-color: rgb(0,127,198);
  color:#d5d5d5;
  padding-top: 2rem;
}

/* ============ small devices ============ */
@media screen and (max-width: 900px) 
 {
    #welcome {font-size: 1em;};
    #dashboard_footer {position:relative; bottom:0};
 }
/* ============ small devices .end// ============ */


/* ============ desktop view ============ */
@media screen and (min-width: 901px) 
 {
    #welcome {font-size: 2em;}
    #dashboard_footer {position:fixed;bottom:0};
}
/* ============ desktop view .end// ============ */


