/* Custom background color for thead */
.custom-user-table {
  font-family: "Public Sans", serif;
}

.custom-user-table .p-datatable-thead {
  background-color: #fbfbfd !important;
}

.custom-user-table .p-datatable-thead>tr>th {
  color: #5b69bc !important;
  font-weight: 600;
}

.custom-user-table .p-datatable-tbody>tr>td {
  color: #9ba6b7 !important;
}

.custom-user-table .p-datatable-thead>tr>th {
  background-color: #f5f5f5;
  /* header background */
  color: #333;
  /* header text */
  font-weight: bold;
  font-size: 14px;
}

.custom-user-table .p-datatable-tbody>tr>td {
  background-color: #fff;
  color: #444;
  font-size: 14px;
}

/* Pagination styles */
.custom-user-table .p-paginator {
  background-color: #fafafa;
  border-top: 1px solid #ddd;
}

.custom-user-table .p-paginator .p-paginator-page {
  color: #333;
}

.custom-user-table .p-paginator .p-highlight {
  background-color: #000056;
  color: #fff;
}

.custom-user-table .p-paginator .p-link:focus {
  z-index: 3;
  color: #89c4ff;
  /* corrected hex code */
  background-color: #252631;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  /* keep for older Safari */
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 767.98px) {
  .timeline {
    padding: 0;
  }
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #5156be;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.timeline .timeline-continue:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 8%;
  margin-left: -4px;
  background: #5156be;
}

.timeline .timeline-icon {
  margin: -7px 10px 0 10px;
}

.timeline .timeline-left {
  text-align: right;
}

.timeline .timeline-left .timeline-icon {
  text-align: left;
}

.timeline .timeline-right {
  text-align: left;
}

.timeline .timeline-right .timeline-icon {
  text-align: right;
}

.timeline .timeline-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  /* background: #5156be; */
  background: #090956;
  border-radius: 15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .timeline .event-content {
    padding-right: 24px;
  }

  .timeline .timeline-text {
    margin-right: 40px;
  }
}

.timeline .timeline-left .timeline-icon::after {
  left: -7px;
}

@media (min-width: 768px) {
  .timeline .timeline-left .event-content {
    padding-right: 0;
    padding-left: 24px;
  }

  .timeline .timeline-left .timeline-text {
    margin-right: 0;
    margin-left: 40px;
  }

  .timeline .timeline-left .event-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.timeline .timeline-right .timeline-icon::after {
  right: -8px;
}

.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  /* border: 1px solid var(--bs-border-color); */
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  width: 100%;
}

.timeline .timeline-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 26px;
  background-color: var(--bs-card-bg);
  border: 1px solid #e9e9ef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
}

.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #e9e9ef;
  border-radius: 6px;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: 0 0;
}

.timeline-date {
  right: 20px;
}

@media (max-width: 767.98px) {
  .timeline-date {
    left: -70px;
    right: auto;
  }
}

.timeline-left .timeline-date {
  left: 20px;
}

@media (max-width: 767.98px) {
  .timeline-left .timeline-date {
    left: -70px;
    right: auto;
  }
}

.timeline .timeline-date {
  width: 102px;
  height: 80px;
  display: inline-block;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  top: -10px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .timeline .timeline-date {
    top: 0;
  }
}

.timeline .timeline-right .timeline-box::after {
  /* border-color: transparent transparent var(--bs-light) var(--bs-light); */
  border-color: transparent transparent #dbdbdb #dbdbdb;
  left: -8px;
  right: 100%;
}

.timeline .timeline-left .timeline-box::after {
  border-color: var(--bs-light) var(--bs-light) transparent transparent;
  right: -8px;
}

.timeline .timeline-launch .timeline-box::after {
  top: -8px;
  left: 32px;
  border-color: var(--bs-light) transparent transparent var(--bs-light);
}

@media (min-width: 768px) {
  .timeline .timeline-launch .timeline-box::after {
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: -2px;
  }
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

@media (max-width: 767px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    text-align: left;
  }

  .timeline .row.timeline-left {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-icon {
    text-align: left;
  }

  .timeline .row.timeline-right {
    text-align: left;
  }

  .timeline .row.timeline-right .timeline-icon {
    text-align: left;
  }

  .timeline .timeline-launch {
    text-align: left;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-icon::after {
    left: 43px;
  }

  .timeline .row.timeline-right .timeline-icon::after {
    left: 43px;
  }

  .timeline .timeline-box {
    margin-left: 82px;
    margin-right: 0;
  }

  .timeline .row.timeline-right .timeline-icon {
    margin-left: 55px;
  }

  .timeline .row.timeline-left .timeline-icon {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -8px;
    border-color: transparent transparent var(--bs-light) var(--bs-light);
    right: auto;
  }
}

[data-bs-theme="dark"] .timeline-right .timeline-box::after {
  border-color: transparent transparent var(--bs-border-color) var(--bs-border-color);
}

[data-bs-theme="dark"] .timeline-left .timeline-box::after {
  border-color: var(--bs-border-color) var(--bs-border-color) transparent transparent;
}

[data-bs-theme="dark"] .timeline-box {
  border: 1px solid var(--bs-border-color);
}

.comment_div > .__se__p-neon {
  font-weight: 200;
  font-style: italic;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: rgb(0, 0, 0);
  padding: 6px 4px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 6px;
  animation: 1.5s ease 0s infinite alternate none running neonFlicker;
}

.comment_div > .__se__p-bordered {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 4px 0;
}

.comment_div .__se__t-shadow {
  text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 0.2rem #999, 0 0 0.4rem #888, 0 0 0.6rem #777, 0 0 0.8rem #666, 0 0 1rem #555;
}