@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-color: white;
}

.myCard {
  border-radius: 10px;
}

.round-1 {
  border-radius: 7px;
}

.smallTxt {
  font-size: 13px;
}

.smallTxt1 {
  font-size: 10px;
}

/* ::-webkit-scrollbar {
    display: none;
} */

#side {
  -ms-overflow-style: none;
}

.myNavs:hover {
  background-color: #e3f2fd;
  cursor: pointer;
}

.list-group-item-action {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}
