.fa-wallet:before {
    content: "\f555";
    color: #ffc107;
}

.dashboard-balance .dashboard-balance-title {
    color: #ffc107;
}

.dashboard-balance .dashboard-balance-number {
    color: #93e33e;
}

.dashboard-sidebar-link.current .dashboard-sidebar-link-title {
    color: #0dcaf0;
}

.dashboard-sidebar-link .dashboard-sidebar-link-title:hover {
    color: #00ceff;
}

.item {
    box-shadow: 0 1px 2px #1a1a1aad;
}

.nav-bar .link {
    padding: 4px 10px;
    border: 1px solid #80808063 !important;
    border-radius: 6px;
    font-family: 'Poppins';
    font-size: 15px;
}

.item-audio-link {
    background-image: linear-gradient(260deg, #3d99f1, #784a9b);
    border-radius: 10px 10px 0px 0px;
    border: 3px solid white;
}

.item-audio-actions .btn
    border: 2px solid;
}

.item-audio-link::after {
  content: "Prompt Description";
  position: absolute;
  bottom: 0;              /* يخلي البادج في الأسفل */
  left: 0;
  width: 100%;
  background-color: #44c767; /* لون أخضر جذاب */
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 6px 0;
  border-top: 2px solid #3cb654;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 25;
  pointer-events: none; /* عشان ما يمنع الضغط على الرابط */
}