body {
  background: #f8f9fa;
}
.login-container {
  max-width: 400px;
  margin: auto;
  margin-top: 80px;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.mr-left-0{
  margin-left: 0;
}
.list-view .card {
    flex-direction: row;
    align-items: initial;
}
.list-view .justify-content-between{
  justify-content: unset!important;
}
.list-view .flex-grow-1{
  flex-grow: 0 !important;
}
.grid-view-list-view{
  margin-left: 10px;
}
.container-wrap{
  min-height: 450px;
}
.area-btn .checkmark::after {
    content: "";
}
.area-btn.completed .checkmark::after {
    content: "✔️";
    color: green;
}
#canvas {
    display: block;
    width: auto;
    height: auto;
    border: 1px solid #c3c3c3;
}
.table-responsive div{
  padding: 0px;
}
.box{
  border-radius: 3px;
  border-top: 3px solid #d2d6de;
  border-top-color: rgb(210, 214, 222);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-primary{
  border-top-color: #0d6efd;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}