/* node_modules/select2/dist/css/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image:
    linear-gradient(
      to bottom,
      white 50%,
      #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image:
    linear-gradient(
      to bottom,
      #eeeeee 50%,
      #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image:
    linear-gradient(
      to bottom,
      white 0%,
      #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image:
    linear-gradient(
      to bottom,
      #eeeeee 50%,
      white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* app/javascript/application.css */
.select2-container--default .select2-selection--single {
  height: 42px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  padding: 0.5rem 0.75rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  right: 8px !important;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}
.select2-dropdown {
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
#global-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#global-loading-overlay.active {
  opacity: 1;
  visibility: visible;
}
.loading-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.loading-spinner.spinner-blue {
  border: 4px solid rgba(37, 99, 235, 0.2);
  border-top: 4px solid #2563eb;
}
.loading-spinner.spinner-green {
  border: 4px solid rgba(16, 185, 129, 0.2);
  border-top: 4px solid #10b981;
}
.loading-spinner.spinner-gray {
  border: 4px solid rgba(107, 114, 128, 0.2);
  border-top: 4px solid #6b7280;
}
.loading-spinner.spinner-sm {
  width: 24px;
  height: 24px;
  border-width: 2px;
}
.loading-spinner.spinner-lg {
  width: 64px;
  height: 64px;
  border-width: 5px;
}
.loading-message {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
  max-width: 300px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  cursor: not-allowed;
}
.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.inline-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.imei-check-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.imei-check-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #10b981;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.imei-check-button {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.imei-check-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.imei-check-button.loading {
  background-color: #6b7280;
  color: #ffffff;
}
.imei-check-button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.imei-check-button.loading .button-text {
  opacity: 0;
}
.imei-check-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.imei-check-status.loading {
  color: #6b7280;
}
.imei-check-status.success {
  color: #10b981;
}
.imei-check-status.error {
  color: #ef4444;
}
.imei-check-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #10b981;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.imei-input.loading {
  border-color: #10b981;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%2310b981' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  animation: imei-pulse 1.5s ease-in-out infinite;
}
@keyframes imei-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
:root {
  --vh: 1vh;
}
html {
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body {
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75;
  overflow-x: hidden;
  max-width: 100vw;
}
.text-xs {
  font-size: 0.875rem !important;
}
.text-sm {
  font-size: 1rem !important;
}
.text-base {
  font-size: 1.125rem !important;
}
.text-lg {
  font-size: 1.25rem !important;
}
.text-xl {
  font-size: 1.5rem !important;
}
.text-2xl {
  font-size: 1.875rem !important;
}
.text-3xl {
  font-size: 2.25rem !important;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=time],
select:not(.select2-hidden-accessible),
textarea {
  font-size: 1rem !important;
}
button,
.btn-primary,
.btn-secondary,
.btn-outline,
.btn-danger {
  font-size: 1rem !important;
}
table {
  font-size: 1rem !important;
}
table th {
  font-size: 0.875rem !important;
}
table td {
  font-size: 1rem !important;
}
nav a,
nav button {
  font-size: 1rem !important;
}
aside a,
aside button {
  font-size: 1rem !important;
}
@media (max-width: 768px) {
  table th,
  table td {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  table td {
    white-space: normal !important;
    word-break: break-word;
  }
  table th {
    white-space: normal !important;
    word-break: break-word;
    font-size: 0.875rem !important;
  }
  table {
    width: 100%;
    table-layout: auto;
    font-size: 1rem !important;
  }
  table thead th {
    font-size: 0.875rem !important;
    padding: 0.375rem 0.5rem !important;
  }
  img,
  video,
  iframe {
    max-width: 100%;
    height: auto;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=search],
  select,
  textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .user-layout main {
    padding-bottom: 4rem;
    min-height: calc(100vh - 4rem);
    min-height: calc(var(--vh, 1vh) * 100 - 4rem);
  }
  .user-layout {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding-bottom: env(safe-area-inset-bottom);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  @supports (-webkit-touch-callout: none) {
    .mobile-bottom-nav {
      position: fixed !important;
      bottom: 0 !important;
      margin-bottom: 0 !important;
      padding-bottom: env(safe-area-inset-bottom) !important;
    }
  }
  .mobile-bottom-nav {
    transition: none !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 50 !important;
  }
}
.viewport-height-fixed {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.viewport-height-fixed.flex {
  height: auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.mobile-content-with-nav {
  min-height: calc(100vh - 4rem);
  min-height: calc(var(--vh, 1vh) * 100 - 4rem);
}
.user-layout footer {
  position: relative !important;
  bottom: auto !important;
  margin-top: auto;
}
body.user-layout footer {
  position: static !important;
}
body:not(.user-layout) footer {
  position: static !important;
  bottom: auto !important;
}
body:not(.user-layout) {
  height: auto !important;
  min-height: 100vh;
}
html:has(body:not(.user-layout)) {
  height: auto !important;
}
@media (max-width: 639px) {
  .rounded-xl {
    border-radius: 0.5rem;
  }
  .shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  }
  .card,
  .bg-white.shadow-sm {
    padding: 0.5rem;
  }
  .space-y-4 > * + * {
    margin-top: 0.5rem;
  }
}
.turbo-frame-loading {
  transition: opacity 0.2s ease-in-out;
  backdrop-filter: blur(2px);
}
.turbo-frame-content {
  transition: opacity 0.15s ease-in-out;
}
turbo-frame#main_content[busy] .turbo-frame-content {
  opacity: 0.6;
  pointer-events: none;
}
#turbo-frame-loading {
  z-index: 40;
}
.grouped-entry-wrapper {
  transition: all 0.2s ease-in-out;
}
.grouped-entry-wrapper:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.grouped-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.expand-icon {
  transition: transform 0.2s ease-in-out;
}
.expand-icon.rotate-180 {
  transform: rotate(180deg);
}
.grouped-entries-content {
  transition: all 0.3s ease-in-out;
}
.grouped-entries-content.hidden {
  display: none;
}
.entry-collapsible.grouped-entry-item {
  display: none !important;
}
.entry-collapsible[data-grouped-in]:not(.grouped-entry-item) td:first-child {
  padding-left: 2rem !important;
  position: relative;
}
.entry-collapsible[data-grouped-in]:not(.grouped-entry-item) td:first-child::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #93c5fd;
}
.entry-row {
  border-bottom: 1px solid #e5e7eb;
}
.entry-content-row {
  border-bottom: 1px solid #e5e7eb;
}
.entry-content-row.hidden {
  display: none;
}
.grouped-entry-row {
  border-bottom: 2px solid #3b82f6;
}
.entry-inline-field {
  min-width: 120px;
}
.entry-table-field {
  min-width: 100px;
  max-width: 200px;
}
td .select2-container {
  width: 100% !important;
  min-width: 120px;
}
td .select2-container .select2-selection {
  min-height: 32px;
  padding: 2px 8px;
  border-radius: 0.375rem;
}
td .select2-container .select2-selection__rendered {
  line-height: 28px;
  padding-left: 4px;
  font-size: 0.875rem;
}
.entry-row td {
  vertical-align: middle;
}
.grouped-entry-row td {
  vertical-align: middle;
  font-weight: 500;
}
.entry-details-placeholder {
  color: #9ca3af;
}
.grouped-entry-placeholder {
  min-height: 1rem;
}
.group-cost-input {
  width: 100px;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
}
.group-cost-input:hover {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.group-cost-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  outline: none;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-out;
}
.battery-health-auto-feedback {
  margin-top: 0.5rem;
}
section.bg-gradient-to-br.from-blue-600 h1,
section.bg-gradient-to-br.from-blue-600 h2,
section.bg-gradient-to-br.from-blue-600 h3,
section.bg-gradient-to-br.from-blue-600 h4,
section.bg-gradient-to-br.from-blue-600 p,
section.bg-gradient-to-br.from-blue-600 span:not(.bg-clip-text) {
  color: #ffffff !important;
}
section.bg-gradient-to-br.from-blue-600 h1[data-testid=hero-heading] > span:not(.bg-clip-text) {
  color: #ffffff !important;
}
section.bg-gradient-to-r.from-blue-600 h1,
section.bg-gradient-to-r.from-blue-600 h2,
section.bg-gradient-to-r.from-blue-600 h3,
section.bg-gradient-to-r.from-blue-600 h4,
section.bg-gradient-to-r.from-blue-600 p,
section.bg-gradient-to-r.from-blue-600 span {
  color: #ffffff !important;
}
div.bg-gradient-to-r.from-blue-600 h1:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-600 h2:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-600 h3:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-600 h4:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-600 p:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-600 span:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 h1:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 h2:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 h3:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 h4:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 p:not([class*=bg-]),
div.bg-gradient-to-r.from-blue-500 span:not([class*=bg-]) {
  color: #ffffff !important;
}
section.bg-gradient-to-br.from-blue-600 a:not(.bg-white):not([class*="hover:icon-"]),
section.bg-gradient-to-r.from-blue-600 a:not(.bg-white):not([class*="hover:icon-"]) {
  color: #ffffff !important;
}
section.bg-gradient-to-br.from-blue-600 .text-gray-900,
section.bg-gradient-to-br.from-blue-600 .text-gray-800,
section.bg-gradient-to-br.from-blue-600 .text-gray-700,
section.bg-gradient-to-br.from-blue-600 .text-gray-600,
section.bg-gradient-to-br.from-blue-600 .text-gray-500,
section.bg-gradient-to-br.from-blue-600 .text-black,
section.bg-gradient-to-r.from-blue-600 .text-gray-900,
section.bg-gradient-to-r.from-blue-600 .text-gray-800,
section.bg-gradient-to-r.from-blue-600 .text-gray-700,
section.bg-gradient-to-r.from-blue-600 .text-gray-600,
section.bg-gradient-to-r.from-blue-600 .text-gray-500,
section.bg-gradient-to-r.from-blue-600 .text-black,
div.bg-gradient-to-r.from-blue-600 .text-gray-900:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 .text-gray-800:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 .text-gray-700:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 .text-gray-600:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 .text-gray-500:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 .text-black:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 h1:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 h2:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 h3:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 h4:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 p:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-600 span:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-gray-900:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-gray-800:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-gray-700:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-gray-600:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-gray-500:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 .text-black:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 h1:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 h2:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 h3:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 h4:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 p:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]),
div.bg-gradient-to-r.from-blue-500 span:not([class*=bg-]):not([class*=text-yellow]):not([class*=text-purple]):not([class*=text-green]):not([class*=text-blue]):not([class*=text-red]):not([class*=text-orange]) {
  color: #ffffff !important;
}
/*# sourceMappingURL=assets/application.css.map */
