.top-social .btn {
  border-radius: 40px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* Latest Notification */

.notification-box {
  min-height: 300px;
}

.news-item li {
  padding-bottom: 10px;
  border-bottom: 0.5px dotted gray;
  padding-top: 10px;
}

/* News Headline */

.news-ticker {
  background-color: var(--bs-primary-border-subtle);
}

.news-scroll a {
  text-decoration: none;
}

.dot {
  height: 10px;
  width: 10px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207,23,23);
  border-radius: 50%;
  display: inline-block;
}

.princial {
  border-radius: 30px;
}

.minister .name {
  margin-bottom: 0px;
}

.top-comp .card {
  height: 160px;
  padding: 24px;
  border-radius: 0;
}

