.bg-all {
  background-color: rgb(228, 234, 240);
}

.bg-card {
  background-color: rgb(248, 251, 252);
}

.divpad {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 25px;
}

.sleepaspic {
  width: 200px;
  height: 200px;
}

.yelpic {
  width: 150px;
  height: 200px;
}

.nonclick:hover {
  cursor: auto;
}

img:hover {
  cursor: pointer;
}

input:invalid {
  border-left: 5px solid red;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}

a {
  text-decoration: none !important;
  text-decoration-line: none;
}

a:hover {
  cursor: pointer;
}
