/*
 * @copyright Copyright (c) 2025 OCEAN'S SAS
 * @license   Commercial paid license – All rights reserved
 *
 * Email: contact@oceans-partners.com
 *
 * This file is part of the SaaS solution APP4FREIGHT,
 * a multimodal international freight solution.
 *
 * APP4FREIGHT is a commercial solution under a paid license,
 * offering several plans: Free, Paid Plan 1, Paid Plan 2.
 *
 * Any unauthorized use, reproduction, or distribution
 * is strictly prohibited.
 */

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}
