/* Aetherion font import — no font binary files included */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

/* FROM bootstrap.css - just what is needed for typeahead */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0 2px;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  opacity: 0.95;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.scroll {
  max-height: 180px;
  height: auto;
  overflow-y: auto;
  padding: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown-menu li > a:hover .faded,
.dropdown-menu .active > a .faded,
.dropdown-menu .active > a:hover .faded {
  color: rgba(255,255,255,0.6);
}

.dropdown-menu li + li {
    border-top: 1px solid rgba(0,0,0,0.15);
}


/* Aetherion component-level late overrides for osTicket widgets */
:root{--aeth-panel:rgba(15,12,8,.96);--aeth-border:rgba(219,184,111,.22);--aeth-gold:#d9b56f;--aeth-gold-2:#f1d89a;--aeth-text:#f8f1e4;--aeth-muted:rgba(248,241,228,.72);--aeth-font-body:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--aeth-font-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;}
body,input,select,textarea,button,.select2-container,.redactor-box,.ui-widget{font-family:var(--aeth-font-body)!important;color:var(--aeth-text)!important;}
.select2-container .select2-choice,.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple,.select2-dropdown,.select2-drop,.select2-search input,.select2-search__field{background:rgba(255,255,255,.055)!important;color:var(--aeth-text)!important;border-color:rgba(219,184,111,.24)!important;border-radius:14px!important;box-shadow:none!important;}
.select2-results,.select2-results__options,.select2-results .select2-result-label{background:#11100d!important;color:var(--aeth-muted)!important;}
.select2-results__option--highlighted,.select2-results .select2-highlighted,.select2-results__option[aria-selected=true]{background:rgba(217,181,111,.16)!important;color:var(--aeth-text)!important;}
.redactor-box,.redactor-editor,.redactor-layer,.redactor-toolbar,.redactor-statusbar{background:rgba(255,255,255,.055)!important;color:var(--aeth-text)!important;border-color:rgba(219,184,111,.22)!important;border-radius:16px!important;}
.redactor-toolbar li a{color:var(--aeth-muted)!important;background:transparent!important;border-radius:10px!important;}
.redactor-toolbar li a:hover{color:var(--aeth-text)!important;background:rgba(217,181,111,.12)!important;}
.ui-widget-content,.ui-widget-header,.ui-dialog,.ui-datepicker,.ui-menu,.ui-autocomplete{background:#11100d!important;color:var(--aeth-text)!important;border-color:rgba(219,184,111,.24)!important;border-radius:16px!important;box-shadow:0 18px 50px rgba(0,0,0,.42)!important;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:rgba(255,255,255,.045)!important;color:var(--aeth-muted)!important;border-color:rgba(219,184,111,.18)!important;border-radius:10px!important;}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover{background:rgba(217,181,111,.16)!important;color:var(--aeth-text)!important;border-color:rgba(241,216,154,.42)!important;}
.tt-dropdown-menu,.typeahead.dropdown-menu{background:#11100d!important;color:var(--aeth-text)!important;border:1px solid rgba(219,184,111,.24)!important;border-radius:16px!important;box-shadow:0 18px 50px rgba(0,0,0,.42)!important;}
.tt-suggestion,.typeahead.dropdown-menu li a{color:var(--aeth-muted)!important;}
.tt-suggestion:hover,.tt-suggestion.tt-cursor,.typeahead.dropdown-menu li a:hover{background:rgba(217,181,111,.14)!important;color:var(--aeth-text)!important;}
