<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.member-categories-section.member-list li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.member-categories-section li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-direction: row; }
  .member-categories-section li i {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle; }
  .member-categories-section li:last-child {
    margin-bottom: 0; }

.member-categories-section a:hover {
  color: var(--color-main) !important;
  }

.member-categories-section .active &gt; a,
.member-categories-section .active &gt; span {
  color: var(--color-main);
  font-weight: 700; }

  .avatar-upload {
  position: relative;
  display: inline-block;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: -10px;
  z-index: 1;
  top: -10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #e3e3e3;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f303";
  font-family: "Line Awesome Free";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border: 6px solid #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview&gt;div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload .avatar-clear-image {
  cursor: pointer;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.filter-member .input-group-text {
  border: 0;
}

.filter-member .btn-submit {
  padding: 0 9px;
}

.table-member th i {
  font-size: 18px;
}
.member-register .bootstrap-select&gt;.dropdown-toggle{
  background-color: white;
  border-color: #dee2e6;
}</pre></body></html>