.div__company-prof-activity-card {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background: white;
  display: flex;
  flex-direction: row;
  padding: 20px;
  max-height: 400px;
  box-shadow: 0px 0px 3px #eee;
  border-radius: 5px;
  border: 1px solid #eee;
}

.div__company-prof-activity-card-column-of-elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  min-width: 82%;
}

.div__company-prof-activity-card-icon-and-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div__company-prof-activity-card-icon-and-sector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 450px;
}

.div__company-prof-activity-card-icon-and-sector > time {
  padding-top: 20px;
}

.div__company-prof-activity-card-type-and-poster {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

.activity-sector {
  font-weight: 700;
  color: #0d2752 !important;
  text-transform: uppercase;
  font-size: 17px;
}

.margin-sub-sector {
  margin-left: 81px;
}

.feed-sub-sectors {
  height: 600px;
  /* overflow-y: auto; */
}

.feed-sub-sector-scroll {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.notification-content-title {
  font-size: 16pxrem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.notification-content-desc {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  text-align: start;
  line-height: 30px;
}

.bookmark-box {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  right: 5px;
}

@media screen and (min-width: 2560px) {
  .activity-summary {
    margin-top: 20px;
  }

  .div__company-prof-activity-card-column-of-elements {
    min-width: 89.5%;
  }

  .margin-sub-sector {
    margin-left: 152px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .div__company-prof-activity-card-column-of-elements {
    min-width: 85.5%;
  }
  .margin-sub-sector {
    margin-left: 108px;
  }
}

@media screen and (max-width: 1000px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 570px;
    overflow: hidden;
  }
}

@media screen and (max-width: 488px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 650px;
    overflow: hidden;
  }

  .div__company-prof-activity-card-icon-and-sector {
    width: 180px;
  }

  .div__company-prof-activity-card-type-and-poster p {
    margin-top: 10px;
  }

  .div__company-prof-activity-card-column-of-elements {
    width: 100%;
    margin-left: 0;
  }
}

/* mobile responsiveness */

@media screen and (max-width: 500px) {
  .div__company-prof-activity-card {
    height: auto;
    border: none;
    background-color: white;
    box-shadow: 0px 0px 5px lavender;
    padding-bottom: 25px;
    max-height: 700px !important;
  }

  .paid-badge {
    position: absolute;
    right: 20px;
    top: 66px;
    padding: 3px 5px;
  }
  .external-badge {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 3px;
  }

  .subs-badge {
    position: absolute;
    right: 15px;
    top: 43px;
    padding: 3px;
  }
  .promoted-badge {
    position: absolute;
    right: 15px;
    top: 90px;
    padding: 3px;
  }
  .date-div {
    position: absolute;
    top: -25px;
  }
  .logo-image {
    border: 1px solid black;
    height: 100px;
  }
  .bookmark-box {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    right: -15px;
  }
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

.mainRow {
  margin-top: 3rem;
  margin-right: 3rem;
  margin-left: 3rem;
}

.userIntrestTitle {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #213249;
  letter-spacing: 0.05em;
  text-align: left;
}

.userIntrestSubtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #213249;
  text-align: justify;
}

.userIntrestListCard {
  border-radius: 10px;
  margin-top: 20px;
  height: 100%;
  min-height: 300px;
  cursor: pointer;
  transition: 0.05s;
  color: #213249;
  text-align: left;
}

.userIntrestListCardSelected {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  background: #27959d;
  color: white;
  min-height: 300px;
  margin-top: 20px;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.05s;
  text-align: left;
}

.userIntrestCardListIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.userIntrestCardListIcon {
  font-weight: 100;
  font-size: 40px;
}

.userIntrestCardListTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
}

.userIntrestCardListContent {
  font-weight: 400;
  font-size: 16px;
}

.userIntrestListCardContainer {
  flex-wrap: wrap;
  display: flex;
}

.userIntrestCardStartButtonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0px 0px 0px;
}

.userIntrestCardStartButton {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 210px;
  height: 45px;
  background: #27959d;
  border-radius: 5px;
  border: none;
  color: white;
}

.selectOneToast {
  position: absolute;
  right: 5px;
  margin-top: 5px;
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  z-index: 1;
  background-color: rgb(250, 71, 71);
}

.toastContent {
  position: relative;
  text-align: left;
  color: white;
}

.toastCloseIcon {
  position: relative;
  top: 34%;
  right: 10px;
  font-size: 18px;
  color: rgb(250, 71, 71);
  height: 17px !important;
  width: 17px !important;
  cursor: pointer;
  justify-content: left;
  text-align: left !important;
  background-color: white;
  border-radius: 50%;
  padding: 1px 2px;
}

.userIntrestContainer {
  padding: 100px;
}

@media screen and (max-width: 488px) {
  .mainRow {
    margin-top: 3rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .userIntrestListCard {
    border-radius: 10px;
    margin-top: 20px;
    height: 250px;
    cursor: pointer;
    transition: 0.05s;
  }

  .userIntrestListCardSelected {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    background: #27959d;
    color: white;
    margin-top: 20px;
    height: 250px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.05s;
  }
}

@media screen and (min-width: 100px) and (max-width: 300px) {
  .userIntrestListCard {
    height: 250px;
  }

  .userIntrestListCardSelected {
    height: 250px;
  }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .userIntrestListCard {
    height: 310px;
  }

  .userIntrestListCardSelected {
    height: 310px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .userIntrestListCard {
    height: 200px;
  }

  .userIntrestListCardSelected {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .userIntrestContainer {
    padding: 20px;
  }

  .userIntrestListCardSelected {
    height: 100%;
  }

  .userIntrestListCard {
    height: 100%;
  }

  .userIntrestListCardContainer {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .userIntrestListCard {
    height: 240px;
  }

  .userIntrestListCardSelected {
    height: 240px;
  }
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  .userIntrestListCard {
    height: 320px;
  }

  .userIntrestListCardSelected {
    height: 320px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .userIntrestListCard {
    height: 300px;
  }

  .userIntrestListCardSelected {
    height: 300px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .userIntrestListCard {
    height: 340px;
  }

  .userIntrestListCardSelected {
    height: 340px;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1920px) {
  .userIntrestListCard {
    height: 300px;
  }

  .userIntrestListCardSelected {
    height: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .userIntrestListCard {
    height: 210px;
  }

  .userIntrestListCardSelected {
    height: 210px;
  }
}

/* Main Container */
.userInterestContainer {
  text-align: left;
  margin-bottom: 100px;
}

/* Titles */
.userInterestTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: left;
}

.userInterestSubtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  text-align: left;
}

/* Card Styles */
.userInterestListCardContainer {
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease;
}

.userInterestListCardContainer:hover {
  transform: translateY(-3px);
}

.userInterestListCard {
  border: 1px solid #e0e0e0;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  height: 100%;
}

.userInterestListCard:hover {
  border-color: #27959d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.userInterestListCardSelected {
  background-color: #27959d;
  color: white;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
  height: 100%;
}

/* Card Content */
.userInterestCardListIconContainer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(52, 152, 219, 0.1);
  transition: all 0.3s ease;
}

.userInterestListCardSelected .userInterestCardListIconContainer {
  background-color: rgba(255, 255, 255, 0.2);
}

.userInterestCardListIcon {
  font-size: 1.2rem;
  color: #27959d;
}

.userInterestListCardSelected .userInterestCardListIcon {
  color: white;
}

.userInterestCardListTitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.userInterestListCardSelected .userInterestCardListTitle {
  color: white;
}

.userInterestCardListContent {
  font-size: 0.9rem;
  color: #95a5a6;
  transition: color 0.3s ease;
}

.userInterestListCardSelected .userInterestCardListContent {
  color: rgba(255, 255, 255, 0.8);
}

/* Button Styles */
.userInterestCardStartButton {
  background-color: #27959d;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  width: 150px;
  height: 45px;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 1px lightgray;
  margin: 0 auto;
}

.userInterestCardStartButton:hover {
  background-color: #213249;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .userInterestTitle {
    font-size: 1.5rem;
  }

  .userInterestSubtitle {
    font-size: 1rem;
    text-align: left;
  }

  .userInterestCardListTitle {
    font-size: 1rem;
  }

  .userInterestCardListContent {
    font-size: 0.8rem;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.userInterestListCardContainer {
  animation: fadeIn 0.5s ease forwards;
}

/* Delay animations for each card */
.userInterestListCardContainer:nth-child(1) {
  animation-delay: 0.1s;
}
.userInterestListCardContainer:nth-child(2) {
  animation-delay: 0.2s;
}
.userInterestListCardContainer:nth-child(3) {
  animation-delay: 0.3s;
}
.userInterestListCardContainer:nth-child(4) {
  animation-delay: 0.4s;
}
.userInterestListCardContainer:nth-child(5) {
  animation-delay: 0.5s;
}
.userInterestListCardContainer:nth-child(6) {
  animation-delay: 0.6s;
}

