/* BODY CSS */
body {
  font-family: "Montserrat", sans-serif;
}

.bgvdash {
  background: #f07a7a;
  background: linear-gradient(135deg, #f07a7a, #fa4a6b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f07a7a",endColorstr="#fa4a6b",GradientType=1);
}

.bheader {
  box-shadow: 27px 27px 53px #d9d9d9, -27px -27px 53px #ffffff;
}

.bshadow {
  border-radius: 50px;
  box-shadow: 27px 27px 53px #d9d9d9, -27px -27px 53px #ffffff;
}

.setup.setup--after {
  display: none;
}

.setup button {
  cursor: pointer;
}
