* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
}

.rtl {
  direction: rtl;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-under-line {
  width: 60px;
  background-color: #7c4dff;
  height: 2px
}

.custom-bg {
  background-color: rgb(0, 0, 0, 0.2)
}


/*# sourceMappingURL=main.css.map */