/* Bootstrap Icons CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* Custom styling for Bootstrap Icons */
.bi {
  display: inline-block;
  vertical-align: -0.125em;
}

/* Social media icon styling */
.social-icon {
  font-size: 1.25rem;
  margin: 0 0.25rem;
  transition: color 0.3s ease;
}

/* Specific social media colors on hover */
.bi-linkedin:hover {
  color: #0077b5;
}

.bi-twitter-x:hover {
  color: #000000;
}

.bi-facebook:hover {
  color: #1877f2;
}

.bi-instagram:hover {
  color: #e4405f;
}

.bi-tiktok:hover {
  color: #000000;
}

.bi-threads:hover {
  color: #000000;
}

.bi-pinterest:hover {
  color: #E60023;
}

/* Additional Icon Mappings */
/* These classes help with the transition from Font Awesome to Bootstrap Icons */

/* Directional Icons */
.bi-chevron-double-up {
  /* Replacement for far fa-angle-double-up */
  font-size: 20px;
}

.bi-clock {
  /* Replacement for far fa-clock */
  margin-right: 5px;
}

.bi-check {
  /* Replacement for far fa-check */
  color: #28a745;
  margin-right: 5px;
}

.bi-arrow-right {
  /* Replacement for far fa-long-arrow-right */
  margin-left: 5px;
}

.bi-star-fill {
  /* Replacement for fas fa-star */
  color: #ffc107;
}

.bi-search {
  /* Replacement for far fa-search or fas fa-search */
}

.bi-paper-plane-fill {
  /* Replacement for fas fa-paper-plane */
}

/* Admin Icons */
.bi-file-earmark-text {
  /* Replacement for fas fa-file-alt */
}

.bi-plus {
  /* Replacement for fas fa-plus */
}

.bi-box-arrow-up-right {
  /* Replacement for fas fa-external-link-alt */
}

.bi-save {
  /* Replacement for fas fa-save */
}

.bi-trash {
  /* Replacement for fas fa-trash */
}

.bi-eye {
  /* Replacement for fas fa-eye */
}

.bi-pencil-square {
  /* Replacement for fas fa-edit */
}

.bi-info-circle {
  /* Replacement for fas fa-info-circle */
}

.bi-exclamation-triangle {
  /* Replacement for fas fa-exclamation-triangle */
}

.bi-check-circle {
  /* Replacement for fas fa-check-circle */
}

.bi-person {
  /* Replacement for fas fa-user */
}

.bi-lock {
  /* Replacement for fas fa-lock */
}

.bi-box-arrow-in-right {
  /* Replacement for fas fa-sign-in-alt */
}

.bi-speedometer2 {
  /* Replacement for fas fa-tachometer-alt */
}

.bi-gear {
  /* Replacement for fas fa-cog */
}

.bi-box-arrow-right {
  /* Replacement for fas fa-sign-out-alt */
}