/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.input-search-icon::after {
  content: "\f52a";
  font-family: "Bootstrap Icons";
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem;
  border-radius: .25rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  
  border-left: none;
  
  border-top-right-radius: .25rem;
  
  border-bottom-right-radius: .25rem;
}

[dir="rtl"] .input-search-icon::after {
  border-left: none;
  
  border-right: none;
  border-top-right-radius: 0;
  
  border-top-left-radius: .25rem;
  border-bottom-right-radius: 0;
  
  border-bottom-left-radius: .25rem;
}

