.network_blink {
      animation: blinker 1s linear infinite;
      color: black;
      text-decoration: none;
    }

    @keyframes blinker {
      0% {
        background-color: transparent;
      }

      50% {
        background-color: green;
      }

      100% {
        background-color: transparent;
      }
    }
.read-more {
      white-space: nowrap;
}

.custom_title{
  left: 0 !important;
}

#all_att_list li {
    margin-bottom: 15px !important;
  }

  .profile-subtitle-row {
  display: flex;
  justify-content: center; /* beech me rakhega */
  align-items: center;
  gap: 10px; /* beech ka space */
  font-size: 14px;
  color: #555; /* optional */
}
