.nav-pills .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9a9a9a;
  font-size: 16px;
  &:hover {
    color: #5855b6 !important;
  }
  .type-icon {
    border: 1px solid #9a9a9a;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #5855b6 !important;
  background-color: #5855b61a !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  .type-icon {
    border-color: #5855b6 !important;
  }
  svg {
    * {
      stroke: #5855b6 !important;
    }
  }
}

.qr-link {
  label {
    font-size: 14px;
    margin-inline-start: 4px;
  }
  input {
    height: 50px;
    border: 1px solid #ababab42 !important;
    margin-block: 0.5rem;
  }
}

.tab-description {
  h2 {
    color: #000;
    font-weight: bold;
    size: 32px;
  }
  p {
    font-size: 16px;
    color: #9a9a9a;
  }
}
.qr-download {
  background-color: #fdfdfd;
  .qr-img-wrapper {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    img {
      max-width: 136px;
      height: auto;
    }
  }
}
.menu-btn-dropdown {
  position: absolute;
  top: 4px;
  left: 4px;
}

.card-content {
  background-color: #5855b60d;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  img:not(.menu-btn-dropdown img) {
    width: 38px;
    height: 38px;
    object-fit: cover;
  }
  span:first-of-type {
    color: #000;
    font-size: 12px;
  }
  span:last-of-type {
    color: #acacac;
    font-size: 10px;
  }
}
.qr-input-file {
  direction: ltr;
}
.input-file-wrapper {
  width: 100%;
  display: block;
  height: 50px;
  border: 1px solid #ababab42;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin: 0.75rem 0;

  &::after {
    position: absolute;
    content: "ارفع صورة";
    left: 4px;
    top: 50%;
    height: calc(100% - 8px);
    color: #fff;
    padding: 4px 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5855b6;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.fake-label {
  font-size: 16px;
  display: block;
  margin-inline-start: 6px;
  color: #000;
}
.file-preview {
  img {
    width: 36px;
    height: 36px;
    object-fit: cover;
  }
}
