/**
 * Converts a given value to a percentage string.
 *
 * @param {Number} $value - The value to be converted to a percentage.
 * @return {String} - The percentage representation of the value.
 */
/**
 * Generates a transparent version of the given color.
 *
 * @param {Color} $color - The base color to be made transparent.
 * @param {Number} $alpha - The level of transparency, ranging from 0 (fully transparent) to 1 (fully opaque). Default is 1.
 * @return {Color} - The resulting color with the specified transparency.
 */
:root {
  --nx-header-height: 56px;
}

.c-order-control .form-control {
  min-width: 3rem;
}

body {
  scroll-padding-top: 75px;
}

[uni-cloak] * {
  pointer-events: none;
}

#admin-toolbar .admin-toolbar-buttons > div,
#admin-toolbar .admin-toolbar-buttons > [x-data] {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  #admin-toolbar .admin-toolbar-buttons > div,
  #admin-toolbar .admin-toolbar-buttons > [x-data] {
    display: block;
  }
}