/*# sourceMappingURL=custom.min.css.map */
.card_profile {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  border: none;
}

.scroller-avtar-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f6f6f6;
}

.scroller-avtar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroller-small-avtar-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f6f6f6;
}

.scroller-small-avtar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span i {
  font-size: 16px !important;
}

.icon_size_24 {
  font-size: 24px;
}

.icon_size_20 {
  font-size: 18px;
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-menu {
  background: #202325 !important;
}

.table-card div.dataTables_wrapper div.dataTables_filter input {
  width: unset !important;
}
