@charset "UTF-8";
/* CSS Document */

/*
Theme Name: BonBonQi Client Internal
Author: Aleksandar Petrovic
Author URI: https://aleksandar.online
Text Domain: ao
Description: This is a theme for the clients dot bonbonqi dot com site.
Version: 1.0
*/

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #333;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

.skip-link:hover {
  top: 0;
  color: #212529;
}

.skip-link:hover {
  top: 0;
  color: #fff;
}
