/* stylelint-disable @stylistic/selector-list-comma-newline-after */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.list-group-item {
  border:0px
}
.blog-header-logo {
  font-family: "Titillium Web", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

a {
  font-family: "Titillium Web", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.form-check-label {
  font-family: "Titillium Web", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
.iti { width: 100%; }

.header-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6; /* Single border for the entire section */
  padding-bottom: 8px; /* Adjust padding for alignment */
}
.header-tabs h4 {
  margin: 0; /* Keep the header aligned with the tabs */
}
.nav-tabs {
  border: none; /* Remove default borders from tabs */
}
.nav-tabs .nav-link {
  border: none; /* Remove individual tab borders */
  border-bottom: 2px solid transparent; /* Adds a highlight effect when active */
  color: #6c757d; /* Default inactive tab color */
}
.nav-tabs .nav-link.active {
  border-color: #0d6efd; /* Matches the active tab indicator color */
  color: #0d6efd; /* Apply primary color to active tab header */
  font-weight: bold; /* Optional: Emphasize active tab */
}

/* Override default Select2 dropdown to match Bootstrap's input fields */
.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important; /* Matches Bootstrap's form-control height */
  display: flex !important; /* Align text properly */
  align-items: center !important; /* Ensure vertical centering */
  padding: 0.375rem 0.5rem !important; /* Adjust left padding */
  font-size: 1rem !important; /* Matches Bootstrap's font size */
  line-height: 1.5 !important; /* Matches Bootstrap's line height */
  color: #495057 !important; /* Matches Bootstrap's text color */
  background-color: #fff !important; /* Matches Bootstrap's background */
  border: 1px solid #ced4da !important; /* Matches Bootstrap's border */
  border-radius: 0.375rem !important; /* Matches Bootstrap's border radius */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important; /* Matches Bootstrap's box-shadow */
}

/* Focus style for Select2 dropdown */
.select2-container--default .select2-selection--single:focus {
  border-color: #86b7fe !important; /* Matches Bootstrap's focus border color */
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; /* Matches Bootstrap's focus box-shadow */
}

/* Red-bordered exclamation mark for invalid input */
.select2-container--default .select2-selection--single.is-invalid {
  border: 1px solid #dc3545 !important; /* Red border */
  padding-right: calc(2.5em + 0.75rem) !important; /* Adjust padding */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23dc3545' stroke-width='1.5'%3E%3Ccircle cx='8' cy='8' r='6.5' fill='white'/%3E%3Cpath d='M8 5v4M8 11h.01' stroke='%23dc3545' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 1.4em !important; /* Adjust icon size */
  background-position: right 0.75em center !important; /* Move to original dropdown arrow position */
}

/* Green checkmark for valid input */
.select2-container--default .select2-selection--single.is-valid {
  border: 1px solid #198754 !important; /* Green border */
  padding-right: calc(2.5em + 0.75rem) !important; /* Adjust spacing for checkmark */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23198754' stroke-width='2.5'%3E%3Cpath d='M4 10l4 4 8-8' stroke='%23198754' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 1.6em !important; /* Increase icon size */
  background-position: right 0.75em center !important; /* Align with normal input fields */
}

/* Ensure normal input fields match the same larger checkmark */
.form-control.is-valid {
  border: 1px solid #198754 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23198754' stroke-width='2.5'%3E%3Cpath d='M4 10l4 4 8-8' stroke='%23198754' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 1.6em !important; /* Increase icon size */
 
}

/* Hide the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important; /* Completely hide the dropdown arrow */
}