/* V49: reservas visibles pero bloqueadas y selección múltiple segura. */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
a.gtic-feature-menu-disabled-v49,
a.gtic-feature-menu-disabled-v49:hover,
a.gtic-feature-menu-disabled-v49:focus {
  opacity: .42 !important;
  filter: grayscale(.7) saturate(.55) !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
}

.gtic-bulk-toolbar-v49 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(18,58,87,.12);
  border-radius: 16px;
  background: rgba(240,247,250,.82);
}
.gtic-bulk-toolbar-v49 .gtic-bulk-left-v49,
.gtic-bulk-toolbar-v49 .gtic-bulk-right-v49 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gtic-bulk-toolbar-v49 .gtic-bulk-count-v49 {font-weight: 800;color:#496477;font-size:.82rem}
.gtic-select-cell-v49 {width: 44px;text-align: center;vertical-align: middle !important}
.gtic-select-label-v49 {display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;cursor:pointer}
.gtic-item-select-v49 {position:absolute;top:12px;right:12px;z-index:2;padding:3px;border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 5px 16px rgba(15,35,55,.12)}
.gtic-selectable-card-v49 {position:relative;padding-right:54px !important}
.gtic-selectable-card-v49.is-selected-v49,
tr.is-selected-v49 {outline:2px solid rgba(31,111,139,.32);outline-offset:-2px;background:rgba(224,242,248,.5) !important}
.gtic-assets-grid .gtic-asset-card.gtic-selectable-card-v49 {padding-right:54px}

html[data-theme="dark"] .gtic-bulk-toolbar-v49 {background:rgba(18,32,45,.82);border-color:rgba(148,180,200,.18)}
html[data-theme="dark"] .gtic-bulk-toolbar-v49 .gtic-bulk-count-v49 {color:#b6cad8}
html[data-theme="dark"] .gtic-item-select-v49 {background:rgba(15,28,40,.94)}
html[data-theme="dark"] .gtic-selectable-card-v49.is-selected-v49,
html[data-theme="dark"] tr.is-selected-v49 {background:rgba(31,111,139,.18) !important}

@media (max-width: 920px) {
  .gtic-bulk-toolbar-v49 {align-items:stretch}
  .gtic-bulk-toolbar-v49 .gtic-bulk-left-v49,
  .gtic-bulk-toolbar-v49 .gtic-bulk-right-v49 {width:100%;justify-content:space-between}
  .gtic-bulk-toolbar-v49 .btn {flex:1 1 auto}
}
