.btn-round {
  border-radius: 20px !important;
}

.list-group-item {
  background-color: var(--kt-card-body) !important;
}

.drawer-bottom-close {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -0%);
  z-index: 900;
}

.drawer-bottom-close button {
  width: 100%;
  height: 50px;
  border-radius: 0;
}

/* Remove Input[type=number] Stepper */
.input-no-stepper input::-webkit-outer-spin-button,
.input-no-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-center input {
  text-align: center;
}

ul.circled {
  list-style-type: none;
  padding-left: 0;
}

ul.circled li {
  margin-bottom: 0.5rem;
}

ul.circled div.circle {
  color: var(--kt-white);
  background-color: var(--kt-gray-500);
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  place-items: center;
  display: inline-grid;
  font: bold 1rem sans-serif;
  margin-right: 8px;
}

@media only screen and (max-width: 575px) {
  .mobile-none.el-popper {
    display: none !important;
  }
}
