html{
  overflow: hidden;
}
body{
	background-image: url("../assets/upang_avenue_blurred.png");
	background-attachment: fixed;
	background-position: center;
}
#main{
  overflow: auto;
  width: 90%;
  height: 100%;
  padding: 30px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: margin-left .5s;
}
#sideMain{
  padding-top: 20px;
  height: 90vh;
  margin-left: 300px; 
}
.modal,#logout:focus, button:focus, a:focus{
    outline:none!important
}
.modal-footer .btn-primary, .modal-footer .btn-danger{
  border-radius: 20px;
}
button, a{
  cursor: pointer;
}
button:disabled, a:disabled{
  cursor: not-allowed;
}
@media (min-width: 10px) and (max-width: 1224px){
  #sideMain{
    margin-left: 53px;
  }
}
.after_modal_appended
{  
  position:relative;
}
.modal, .modal-backdrop {
    position: absolute !important;
}
