/* Clipboard History keeps desktop density while stacking into a usable mobile tool. */
.ai-command-launcher {
  position: fixed;
  right: 22px;
  bottom: 62px;
  z-index: 3100;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #175b50;
  border-radius: 6px;
  background: #167261;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 8px 24px rgba(17, 55, 50, 0.24);
}

.ai-command-overlay {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 9vh 18px 24px;
  background: rgba(14, 23, 28, 0.48);
  backdrop-filter: blur(3px);
}

.ai-command-palette {
  box-sizing: border-box;
  min-width: 0;
  width: min(680px, 100%);
  max-height: min(760px, 82vh);
  overflow: auto;
  border: 1px solid #b8c4c8;
  border-radius: 8px;
  background: #f7f9f8;
  color: #182326;
  box-shadow: 0 24px 70px rgba(10, 23, 28, 0.34);
  font-family: inherit;
}

.ai-command-header,
.ai-command-plan,
.ai-command-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-command-header { padding: 11px 18px 8px; }
.ai-command-header h2 { margin: 2px 0 0; font-size: 19px; line-height: 1.2; letter-spacing: 0; }
.global-search-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.ai-command-eyebrow { display: flex; align-items: center; gap: 6px; color: #167261; font: 700 9px/1.2 sans-serif; text-transform: uppercase; }
.ai-command-icon-button { border: 0; background: transparent; color: #405156; font-size: 20px; }

.ai-command-form {
  margin: 0 18px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 30px 32px;
  align-items: center;
  gap: 7px;
  padding: 4px 5px 4px 12px;
  border: 1px solid #82969a;
  border-radius: 6px;
  background: #fff;
}

.ai-command-form input { min-width: 0; border: 0; outline: 0; background: transparent; color: #172428; font: 13px/1.35 sans-serif; }
.ai-command-form button { width: 30px; height: 30px; border: 0; border-radius: 4px; background: #167261; color: #fff; }
.ai-command-form button:disabled { opacity: 0.45; }
.ai-command-form .global-search-filter-toggle { display: grid; place-items: center; background: transparent; color: #316158; }
.ai-command-form .global-search-filter-toggle:hover,
.ai-command-form .global-search-filter-toggle:focus-visible { background: #e4eeeb; outline: 0; }
.ai-command-form .global-search-filter-toggle.active { background: #167261; color: #fff; }
.ai-command-form .global-search-reset-toggle { color: #8a332c; }

.ai-command-examples { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 18px 16px; }
.ai-command-examples > span { width: 100%; color: #65777b; font: 600 11px/1.3 sans-serif; text-transform: uppercase; }
.ai-command-examples button { border: 1px solid #cad3d5; border-radius: 5px; background: #eef2f1; color: #314348; padding: 7px 10px; font: 12px/1.3 sans-serif; }
.ai-command-output { padding: 18px 22px 22px; }
.ai-command-plan { border-top: 1px solid #d3dcde; padding-top: 16px; }
.ai-command-plan > div { display: flex; flex-direction: column; gap: 3px; }
.ai-command-label { color: #6a797d; font: 600 10px/1.3 sans-serif; text-transform: uppercase; }
.ai-command-plan strong { font: 700 14px/1.3 sans-serif; }
.ai-command-risk { border-radius: 4px; padding: 5px 7px; font: 700 10px/1 sans-serif; }
.ai-command-risk-low { background: #dcefe7; color: #12614f; }
.ai-command-risk-medium { background: #fff0c7; color: #725400; }
.ai-command-risk-high { background: #f7d9d6; color: #8a2921; }
.ai-command-summary { margin: 12px 0; color: #405156; font: 14px/1.45 sans-serif; }
.ai-command-destination { display: flex; gap: 8px; align-items: center; margin-bottom: 12px; color: #314348; font: 600 13px/1.4 sans-serif; }
.ai-command-results { max-height: 350px; overflow: auto; border-top: 1px solid #d5dddf; }
.ai-command-result { width: 100%; display: grid; grid-template-columns: 20px minmax(0, 1fr) 24px; gap: 10px; align-items: center; padding: 11px 4px; border: 0; border-bottom: 1px solid #e0e6e7; background: transparent; color: inherit; text-align: left; }
.ai-command-result:hover, .ai-command-result:focus-visible { background: #e8f1ee; outline: 0; }
.ai-command-result-main { min-width: 0; display: flex; flex-direction: column; }
.ai-command-result-main strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 600 13px/1.4 sans-serif; }
.ai-command-result-main span, .ai-command-result-main small { overflow: hidden; color: #66777b; font: 11px/1.45 sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.ai-command-score { color: #167261; font: 700 11px/1 sans-serif; text-align: right; }
.ai-command-state { padding: 26px 22px; color: #627277; text-align: center; font: 13px/1.4 sans-serif; }
.ai-command-error { display: flex; gap: 9px; margin: 16px 22px; padding: 11px; border-left: 3px solid #a9362d; background: #f8e5e2; color: #74251f; font: 13px/1.4 sans-serif; }
.ai-command-actions { gap: 9px; padding-top: 16px; }
.ai-command-actions button { min-height: 38px; border-radius: 5px; padding: 0 16px; font: 600 13px/1 sans-serif; }
.ai-command-secondary { border: 1px solid #94a4a8; background: #fff; color: #34464a; }
.ai-command-primary { border: 1px solid #155d50; background: #167261; color: #fff; }

.global-search-advanced {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 18px 2px;
  padding: 12px;
  border: 1px solid #d4dddc;
  background: #eef3f1;
}

.global-search-advanced input,
.global-search-advanced select {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 1px solid #aebcbe;
  border-radius: 4px;
  background: #fff;
  padding: 0 8px;
  color: #27383c;
  font: 11px/1.2 sans-serif;
}

.global-search-advanced label { color: #68777a; font: 10px/1.3 sans-serif; }
.global-search-advanced label input { margin-top: 2px; }
.global-search-wide-field { grid-column: span 2; }
.global-search-filter-group { grid-column: span 3; color: #68777a; font: 10px/1.3 sans-serif; }
.global-search-segments { display: flex; gap: 4px; margin-top: 2px; }
.global-search-segments button { flex: 1; min-height: 34px; border: 1px solid #aebcbe; background: #fff; color: #314348; font: 10px/1.2 sans-serif; }
.global-search-segments button:hover { border-color: #167261; color: #12614f; }
.global-search-check { display: flex; align-items: center; gap: 6px; padding-top: 15px; }
.global-search-check input { width: 14px; height: 14px; margin: 0; }
.global-search-presets { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.global-search-presets > span { grid-column: 1 / -1; }
.global-search-palette,
.global-search-palette button,
.global-search-palette input,
.global-search-palette select { font-family: inherit; }
.global-search-presets button { min-width: 0; min-height: 52px; display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: center; gap: 6px; padding: 5px 8px; text-align: left; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.global-search-presets button svg { color: #167261; font-size: 14px; }
.global-search-preset-copy { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.global-search-preset-copy > span { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-search-preset-copy small { overflow: hidden; color: #718085; font-size: 10px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.global-search-presets button:hover,
.global-search-presets button:focus-visible,
.global-search-presets button:active { border-color: #167261; background: #167261; color: #fff; outline: 0; }
.global-search-presets button:hover svg,
.global-search-presets button:focus-visible svg,
.global-search-presets button:active svg,
.global-search-presets button:hover small,
.global-search-presets button:focus-visible small,
.global-search-presets button:active small { color: #fff; }
.global-search-result-heading { display: flex; align-items: baseline; gap: 7px; padding-bottom: 12px; }
.global-search-result-heading strong { font: 700 15px/1.3 sans-serif; }
.global-search-result-heading span { color: #68777a; font: 11px/1.3 sans-serif; }
.global-search-library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0 22px 20px; }
.global-search-library > div { display: flex; min-width: 0; flex-direction: column; border-top: 1px solid #d5dddf; padding-top: 10px; }
.global-search-library strong { margin-bottom: 5px; color: #526368; font: 700 10px/1.3 sans-serif; text-transform: uppercase; }
.global-search-library span { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.global-search-library button { display: flex; min-width: 0; align-items: center; gap: 5px; border: 0; background: transparent; padding: 4px 2px; color: #314348; font: 11px/1.3 sans-serif; text-align: left; }
.global-search-library button:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-search-library span button:last-child { color: #167261; }
.global-search-library small { margin-left: auto; color: #718085; }
.global-search-lenses,
.global-search-chips { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; overflow-x: auto; padding-bottom: 8px; }
.global-search-lenses > span { display: flex; max-width: 210px; flex: 0 0 auto; align-items: center; gap: 5px; overflow: hidden; color: #526368; font: 600 11px/1.3 sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.global-search-lenses button,
.global-search-chips button { flex: 0 0 auto; border: 1px solid #bdc9cb; border-radius: 4px; background: #fff; padding: 5px 8px; color: #394c50; font: 600 10px/1.2 sans-serif; }
.global-search-lenses button.active { border-color: #167261; background: #167261; color: #fff; }
.global-search-library .global-search-recent,
.global-search-library .global-search-collections { grid-column: 1 / -1; }
.global-search-chips button { display: flex; align-items: center; gap: 4px; border-color: #91aaa5; background: #eef5f2; }
.global-search-open-icon { color: #167261; }
.global-search-palette { width: min(960px, 100%); }
.global-search-popup-content { height: 100%; min-height: 0; background: #f7f9f8; }
.global-search-popup-palette { width: 100%; height: 100%; max-height: none; overflow: auto; border: 0; border-radius: 0; box-shadow: none; }
.global-search-popup-palette.global-search-results-open { height: 100%; max-height: none; }
.global-search-results-open { display: flex; height: min(760px, 82vh); flex-direction: column; overflow: hidden; }
.global-search-results-open .ai-command-header,
.global-search-results-open .ai-command-form { flex: 0 0 auto; }
.global-search-results-open .ai-command-output { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.global-search-inline-loading { flex: 0 0 auto; margin-bottom: 8px; padding: 6px 8px; border-left: 3px solid #167261; background: #e4eeeb; color: #315d55; font-size: 10px; }
.global-search-results-open .global-search-explorer { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.global-search-explorer { border: 1px solid #d5dddf; background: #fff; }
.global-search-explorer-header { min-width: 680px; }
.global-search-explorer-body { display: flex; min-height: 0; flex: 1; overflow: auto; }
.global-search-pagination { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: 8px; padding: 7px 8px; border-top: 1px solid #d5dddf; background: #f4f7f6; color: #526368; font: 600 10px/1.2 sans-serif; }
.global-search-pagination button { border: 1px solid #bdc9cb; border-radius: 4px; background: #fff; padding: 5px 9px; color: #314348; }
.global-search-pagination button:disabled { cursor: default; opacity: 0.45; }
.global-search-explorer-items { min-width: 680px; flex: 1 0 680px; }
.global-search-explorer .explorer-details { cursor: default; }
.global-search-explorer .explorer-item-type { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-search-explorer .file-manager-item-tooltip { z-index: 4100; }
.global-search-result-tools { display: grid; flex: 0 0 auto; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 8px; min-width: 680px; padding: 7px 8px; border-bottom: 1px solid #d5dddf; background: #f4f7f6; }
.global-search-result-summary { display: flex; flex-direction: column; }
.global-search-result-summary strong { font: 700 11px/1.2 sans-serif; }
.global-search-result-summary span { color: #68777a; font: 10px/1.2 sans-serif; }
.global-search-bulk-actions { display: flex; justify-content: center; gap: 3px; }
.global-search-bulk-actions button,
.global-search-create-collection button { display: inline-flex; min-height: 29px; align-items: center; gap: 4px; border: 1px solid #b7c4c6; border-radius: 3px; background: #fff; padding: 0 7px; color: #314348; font: 10px/1 sans-serif; }
.global-search-bulk-actions button:disabled,
.global-search-create-collection button:disabled { opacity: .45; }
.global-search-create-collection { display: flex; }
.global-search-create-collection input { width: 125px; min-width: 0; height: 29px; border: 1px solid #b7c4c6; border-right: 0; padding: 0 7px; font: 10px/1.2 sans-serif; }
.global-search-create-collection button { border-radius: 0 3px 3px 0; background: #167261; color: #fff; }
.global-search-export-formats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.global-search-export-formats label { display: flex; min-height: 42px; align-items: center; gap: 8px; border: 1px solid #bdc9cb; border-radius: 4px; padding: 8px 10px; color: #314348; font-size: 12px; }
.react-confirm-alert-overlay { z-index: 3200; }

@media (max-width: 700px) {
  .ai-command-overlay { padding: 8px; align-items: stretch; }
  .ai-command-palette { width: calc(100vw - 16px); max-width: calc(100vw - 16px); max-height: calc(100vh - 16px); overflow-x: hidden; }
  .ai-command-launcher { right: 12px; bottom: 56px; }
  .global-search-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .global-search-advanced { grid-template-columns: minmax(0, 1fr); }
  .global-search-wide-field,
  .global-search-filter-group { min-width: 0; grid-column: span 1; }
  .global-search-segments { overflow-x: auto; }
  .global-search-segments button { min-width: 95px; }
  .global-search-library { grid-template-columns: 1fr; }
  .global-search-palette,
  .global-search-results-open { width: calc(100vw - 16px); height: auto; max-height: calc(100vh - 16px); }
}

.clipboard-history-list {
  width: 42%;
  min-width: 300px;
}

.clipboard-history-details {
  min-width: 0;
}

@media (max-width: 700px) {
  .clipboard-history-layout {
    flex-direction: column;
    height: min(720px, 78vh) !important;
  }

  .clipboard-history-list {
    width: 100%;
    min-width: 0;
    height: 42%;
    border-right: 0 !important;
    border-bottom: 1px solid var(--bs-border-color);
  }

  .clipboard-history-details {
    min-height: 0;
  }
}
.file-manager-video-player video {
  max-width: 100%;
  max-height: 100%;
}

.file-manager-audio-player {
  background: linear-gradient(145deg, #f5f7f9 0%, #ffffff 48%, #eef5f2 100%);
}

.file-manager-audio-art {
  width: min(180px, 42vw);
  aspect-ratio: 1;
  border: 1px solid #d8e0e5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(24, 44, 58, 0.12);
}

.file-manager-audio-controls {
  max-width: 680px;
}

.file-manager-drag-preview {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 99999;
  width: 64px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.file-manager-drag-count {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #1565c0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}

.file-manager-drop-target {
  outline: 2px solid #1976d2;
  outline-offset: -2px;
  background-color: rgba(25, 118, 210, 0.1) !important;
}
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cedarville+Cursive&family=Kurale&family=Meddon&family=Style+Script&display=swap");
/*----------------------------------------*/
/* ---------- Resize Div CSS  ----------- */
/*----------------------------------------*/

.resizable-x,
.resizable-y {
  display: flex;
  /* overflow: hidden; */
}

.tabScreen {
  width: 100%;
  height: 100%;
}

.tabScreen,
.fullScreen {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
}

.fullScreen {
  width: 100%;
}

.resizable-y {
  flex-direction: column;
}

.resizer-x,
.resizer-y {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resizer-x {
  z-index: 2;
  cursor: col-resize;
}

.resizer-y {
  z-index: 2;
  cursor: row-resize;
  flex-direction: column;
}

.resizer-x::before,
.resizer-x::after,
.resizer-y::before,
.resizer-y::after {
  content: "";
  margin: 1px;
  background: gray;
}

.resizer-x::before,
.resizer-x::after {
  width: 1px;
  height: 20px;
}

.resizer-y::before,
.resizer-y::after {
  width: 20px;
  height: 1px;
}

/*----------------------------------------*/
/* -------- Contect Right Click --------- */
/*----------------------------------------*/

nav.react-contextmenu {
  min-width: 180px;
  max-height: calc(100vh - 16px);
  border-radius: 4px;
  background-color: rgb(0 0 0 / 74%);
  z-index: 4200;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

.react-contextmenu .react-contextmenu-item:hover {
  background: #000;
}

.react-contextmenu .react-contextmenu-item {
  font-size: 13px;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
  position: relative;
  margin-bottom: 2px;
  font-weight: 500;
  display: flex;
  align-items: center;
  outline: none;
  background: rgb(0 0 0 / 0%);
}

.react-contextmenu-item span {
  margin-left: 10px;
}

.desktop-context-menu {
  position: fixed;
  width: max-content;
  min-width: 225px;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 16px);
  z-index: 4200;
  border-radius: 4px;
  background-color: rgb(0 0 0 / 74%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0;
}

.desktop-context-menu button {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 0;
  padding: 5px 15px;
  transition: 0.2s;
  white-space: nowrap;
}

.desktop-context-menu button:hover {
  background: #000 !important;
  color: #fff !important;
}

.desktop-menu-separator {
  height: 1px;
  background: rgb(255 255 255 / 14%);
  margin: 3px 0;
}

.taskbar-start-button {
  border-radius: 4px;
  padding: 2px 3px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.taskbar-start-button:hover,
.taskbar-start-active {
  background: rgb(255 255 255 / 22%);
  transform: translateY(-1px);
}

.taskbar-panel {
  min-width: 446px;
  border: 1px solid rgb(217 225 232);
  border-bottom: none;
  background: rgb(255 255 255 / 95%);
  box-shadow: rgba(0, 0, 0, 0.12) 0 18px 34px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform-origin: bottom left;
  transition: opacity 190ms ease, transform 190ms ease;
}

.taskbar-panel.panel-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.taskbar-panel.panel-closed {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  pointer-events: none;
}

.start-menu-surface {
  background: linear-gradient(165deg, rgb(255 255 255 / 96%), rgb(246 250 252 / 92%));
}

.start-menu-left {
  background: rgb(246 248 250);
}

.start-menu-right {
  background: rgb(255 255 255 / 92%);
}

.start-menu-search {
  background: transparent;
}

.start-menu-item {
  border-radius: 6px;
  padding: 4px 6px;
  box-sizing: border-box;
  transition: transform 160ms ease, background-color 160ms ease;
}

.start-menu-item:hover {
  background: #80808021;
  transform: translateY(-1px);
}

.start-menu-action-icon {
  transition: transform 150ms ease, opacity 150ms ease;
}

.start-menu-action-icon:hover {
  transform: scale(1.05);
  opacity: 0.88;
}

.dashboard-shortcut-item {
  border-radius: 6px;
  padding: 4px 6px;
  box-sizing: border-box;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}

.dashboard-shortcut-item:hover {
  background: rgb(2 69 76 / 28%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 38%);
  transform: translateY(-1px);
}

.lock-login-card {
  width: min(88vw, 320px);
  padding: 22px 16px 16px;
  border-radius: 12px;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 22%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgb(0 0 0 / 30%);
}

.lock-user-avatar {
  border: 2px solid rgb(255 255 255 / 40%);
  object-fit: cover;
}

.lock-user-name {
  letter-spacing: 0.2px;
  font-weight: 600;
}

.lock-password-input::placeholder {
  color: rgb(255 255 255 / 76%);
}

.lock-password-submit {
  transition: background-color 180ms ease;
}

.lock-password-submit:hover {
  background: rgb(226, 232, 238) !important;
}

.lock-logout {
  transition: opacity 160ms ease;
}

.lock-logout:hover {
  opacity: 0.8;
}

.sticky-note-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sticky-note-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.sticky-note-editor-root {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #fffed6;
}

.sticky-note-editor-textarea {
  flex: 1;
  width: 100%;
  min-height: 0;
  height: 100%;
  line-height: 1.4;
  overflow: auto;
}

.sticky-note-preview {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-window {
  opacity: 1;
  transition: opacity 160ms ease, height 140ms ease, min-height 140ms ease, box-shadow 140ms ease !important;
}

.popup-window-exiting {
  opacity: 0;
  pointer-events: none;
}

.popup-window-content {
  opacity: 1;
  transition: opacity 120ms ease;
}

.popup-window-content-hidden {
  opacity: 0;
  pointer-events: none;
}

.popup-window-control {
  transition: transform 90ms ease, opacity 90ms ease;
}

.popup-window-control:hover {
  opacity: 0.72;
}

.popup-window-control:active {
  transform: scale(0.88);
}

/*----------------------------------------*/
/* -------- Profile DropDown Css -------- */
/*----------------------------------------*/

.profileDropdown {
  color: #fff;
  padding: 2px 5px;
  transition: 1s;
  border-radius: 3px;
  cursor: pointer;
}

.profileDropdown:hover,
.profileActive {
  background: #fff;
  color: var(--mainColor);
}

a {
  text-decoration: none;
  transition: 1s;
}

a:hover {
  text-decoration: underline;
  color: var(--mainColor) !important;
}

/*----------------------------------------*/
/* -------- Recent Activity Css -------- */
/*----------------------------------------*/

.feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -5.5px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--mainColor);
}

.qr__imag {
  display: flex;
  justify-content: center;
}

.qr__imag img {
  width: 225px;
}

.qr__imag .security-shield,
.qr__imag img {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 #63636333;
}

.qr__imag .security-shield {
  padding: 20px 50px;
  text-align: center;
}

.qr__imag .security-shield i {
  font-size: 80px;
  color: var(--mainColor);
}

.selectedRow td {
  background-color: #00000013;
}

.selectedRowData td,
.selectedRowData {
  background-color: #fff !important;
}

.vr {
  background-color: #dee2e6;
  opacity: 1;
}

.fileName {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.folderPane:hover {
  background: #fff;
}

.file-manager-cut-item {
  opacity: 0.45;
  filter: saturate(0.45);
  transition: opacity 120ms ease, filter 120ms ease;
}

.file-manager-item-tooltip {
  position: fixed;
  z-index: 4100;
  width: max-content;
  min-width: 210px;
  max-width: min(290px, calc(100vw - 16px));
  max-height: calc(100vh - 16px);
  overflow-y: auto;
  padding: 8px 10px;
  border: 1px solid #9aa2aa;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 10px #00000024;
  color: #202124;
  font-size: 11px;
  line-height: 17px;
  pointer-events: none;
}

.file-manager-item-tooltip span {
  color: #626970;
}

.file-manager-transfer-queue {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 4300;
  width: min(880px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 32px));
  overflow: hidden;
  border: 1px solid #c9d2d4;
  border-radius: 4px;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.file-container {
  position: relative;
  user-select: none;
  width: 100%;
  height: 100%;
}

.listViewListing .list-group-item:hover,
.tableData:hover {
  background: var(--resizeBg) !important;
}

.columnsSizes {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
}

.scaleTemparature {
  width: 70px;
  height: 30px;
  border: 1px solid #ededed;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.customizeHeader {
  border-radius: 3px 3px 0 0;
}

.customizeHeader svg {
  width: 35px;
  height: 25px;
  cursor: pointer;
  padding: 7px;
}

.toolIcons svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

.selectIcons svg {
  padding: 5px;
  color: var(--mainColor);
  border-radius: 3px;
  transition: 0.5s;
  width: 27px;
  height: 27px;
}

.selectIcons svg:hover,
.activeSelected {
  color: #fff;
  background-color: var(--mainColor);
  cursor: pointer;
}

.folder-item.dragging {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.viewSubTasks {
  border-radius: 3px;
  transition: 1s;
  padding: 0 5px;
}

.viewSubTasks:hover {
  background: #ededed;
}

.projectSidebar button {
  transition: 0.5s;
}

.projectSidebar button:hover {
  background: #f0f0f0 !important;
}

.screenHover {
  padding: 2px;
  box-sizing: border-box;
  transition: 0.5s;
}

.screenHover:hover {
  border: 1px solid var(--mainColor) !important;
  background: var(--mainColor) !important;
  color: #fff;
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------QR Tools CSS------------------------  */
/* ----------------------------------------------------------------------- */

.qrOutput {
  height: calc(100vh - 108px);
  overflow: auto;
}

.qrOutput .dropdown button,
.previewButton {
  width: 100%;
  border-radius: 0 !important;
  color: #000;
  font-weight: 600;
}

.qrOutput .dropdown {
  position: inherit;
  width: 100%;
}

.downladQr {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.qrOutput .dropdown-menu.show {
  border-radius: 0px;
  padding: 0;
  overflow: hidden;
  width: 47%;
}

.qrPreview {
  padding: 50px;
}

.qrPreview img {
  width: 200px;
  height: 200px;
}

.tabItemdelete,
.tabItem,
.themeButton,
.downladQr button,
.toolbar button {
  border: none;
  font-size: 12px;
  padding: 5px 10px;
  transition: 0.5s;
  border-radius: 0;
}

.tabItem,
.themeButton,
.downladQr button,
.toolbar button {
  background: var(--resizeBg);
  color: #000;
}

.tabItem:hover i,
.tabItemdelete:hover i,
.themeButton:hover i,
.downladQr button:hover i,
.toolbar button:hover i {
  color: #fff;
  transition: 0.5s;
}

.tabItem:hover,
.tabItemActive,
.themeButton:hover,
.downladQr button:hover,
.toolbar button:hover {
  background: var(--mainColor);
}

.tabItem:hover,
.tabItemdelete:hover,
.tabItemActive,
.themeButton:hover,
.downladQr button:hover,
.toolbar button:hover {
  color: #fff;
}

.tabItemdelete {
  background: #ffaeae;
}

.tabItemdelete:hover {
  background: #ee4d4d;
}

.colorPickerBox {
  position: absolute;
}

.shapeToolHeight {
  max-height: calc(100vh - 283px);
  overflow: auto;
}

.ShapeImagesWrapper,
.QrFrameWrapper,
.levelQR {
  gap: 10px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px;
}

.ShapeImagesWrapper button,
.ShapeImagesWrapper button > div > svg {
  width: 80px;
  height: 80px;
}

.ShapeImagesWrapper button,
.cornerShape button {
  border: 2px solid var(--resizeBg);
  display: inline-flex;
  padding: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  background: transparent;
}

.cornerShape button {
  width: 52px;
  height: 52px;
}

.ShapeImagesWrapper button:hover,
.cornerShape button:hover,
.levelQR button:hover,
.QrFrameWrapper .frameList:hover {
  border: 2px solid var(--mainColor);
}

.ShapeImagesWrapper button > div {
  width: 56px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}

.ShapeImagesWrapper button > div > svg {
  margin: -12px auto auto -12px;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.cornerShape {
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(auto-fit, 52px);
}

/* Level QR Css  */
.levelQR button,
.QrFrameWrapper .frameList {
  width: 149px;
  border: 2px solid var(--resizeBg);
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 0;
  background: transparent;
}

.QrFrameWrapper .frameList {
  width: 70px !important;
  cursor: pointer;
}

.levelQR button .lavel_img {
  width: 100%;
  display: flex;
  padding: 31px 0px 24px;
  justify-content: center;
}

.levelQR button > div img {
  width: 88px;
  height: 88px;
}

.levelQR button > div .percentage {
  height: 24px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-radius: 4px;
  padding-right: 8px;
  background-color: var(--resizeBg);
}

.color_selection {
  position: absolute;
  border: 1px solid var(--resizeBg);
  border-radius: 7px;
  padding: 0;
  right: 10px;
  top: 7px;
  width: 20px;
  height: 20px;
}

/* ----------------------------------------------------------------------- */
/* ---------------------------- Upload Logo For Qr Css ------------------  */
/* ----------------------------------------------------------------------- */
.uploadLogo button {
  overflow: hidden;
  width: max-content;
  position: relative;
  cursor: pointer;
}

.uploadLogo button input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.uploadLogoPreview {
  border: 1px dashed var(--resizeBg);
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}

.uploadLogoPreview img {
  width: 130px;
  height: 130px;
}

.descriptionList {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ----------------------------------------------------------------------- */
/* ---------------------------- Calculator  Css ------------------  */
/* ----------------------------------------------------------------------- */

.calculator .display {
  width: 100%;
  height: 80px;
  padding: 15px;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  transition: all 0.3s ease-in-out;
  background-color: var(--resizeBg);
}

.calculator .buttons {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.calculator .buttonies {
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.calculator .buttonies button {
  padding: 8px;
  font-size: 12px;
}

.calculator button {
  border: none;
  display: flex;
  outline: none;
  padding: 20px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: var(--resizeBg);
  transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;
}

.calculator button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.calculator .operator {
  background-color: var(--mainColor);
  color: white;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.calculator .operator.active {
  background-color: #ffcc80;
  box-shadow: 0 4px 10px rgba(255, 204, 128, 0.5);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.calculator .equal {
  color: white;
  background-color: #34c759;
}

.calculator .buttons button {
  height: 50px;
}

.calculator button.key-active {
  transform: scale(0.98);
  background-color: #d0d0d0;
  transition: background-color 0.2s, transform 0.1s;
}

/*--------------------------------------------- */
/*---------------- Form management CSS ------------------ */
/*--------------------------------------------- */

.blankFormPage,
.qrListTable,
.qrListTable .qrIcons,
.sectionSelection {
  transition: 0.5s;
}

.blankFormPage:hover,
.sectionSelection:hover {
  background-color: var(--resizeBg);
}

.blankFormPage:hover.activeSelected,
.qrListTable:hover {
  background-color: var(--resizeBg) !important;
}

.qrListTable:hover .qrIcons {
  transform: scale(1.4);
}

.card-hover-effect:hover .auto-scroll-image {
  animation: scroll-image 5s linear infinite;
}

@keyframes scroll-image {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.hover-hide {
  display: block;
}

.react-flow__panel.left,
.react-flow__panel.right {
  margin: 0;
}

.hover-show,
.react-flow__attribution a,
.card-hover-effect:hover .hover-hide {
  display: none;
}

.card-hover-effect:hover .hover-show {
  display: flex;
}

/* .dndflow {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  height: 100%;
}

.dndflow aside {
  border-right: 1px solid #eee;
  padding: 15px 10px;
  font-size: 12px;
  background: #fcfcfc;
}

.dndflow aside .description {
  margin-bottom: 10px;
}

.dndflow .dndnode {
  height: 20px;
  padding: 4px;
  border: 1px solid #1a192b;
  border-radius: 2px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
}

.dndflow .dndnode.input {
  border-color: #0041d0;
}

.dndflow .dndnode.output {
  border-color: #ff0072;
}

.dndflow .reactflow-wrapper {
  flex-grow: 1;
  height: 100%;
}

.dndflow .selectall {
  margin-top: 10px;
} */

/* @media screen and (min-width: 768px) {
  .dndflow {
    flex-direction: row;
  }

  .dndflow aside {
    width: 20%;
    max-width: 250px;
  }
} */

.customRadio .form-check-input {
  width: 14px !important;
  height: 15px !important;
}

.varientSection .react-flow__pane {
  height: calc(100vh - 100px) !important;
  position: relative !important;
  overflow: auto;
}

.react-flow__handle {
  background-color: #02454c;
}

.action-icons {
  display: none;
}

.custom-node:hover .action-icons {
  display: block;
}

/*--------------------------------------------- */
/*---------------- Product Designer CSS ------------------ */
/*--------------------------------------------- */

.Toolbarbtn {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.Toolbarbtn:empty {
  display: none;
}

.clikpartSetting:empty {
  padding: 0;
}

.clikpartSetting {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.study_icopn i,
.study_icopn svg {
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(2, 69, 76);
}

.notFoundImage {
  background-image: url("./Component//Assets/images/Datanotfound.png");
  background-position: center;
  background-size: cover;
  width: 200px !important;
  height: 200px !important;
}

.react-confirm-alert-overlay {
  background: rgb(0 0 0 / 50%) !important;
}

.checkboxSize .form-check-input {
  width: 13px !important;
  height: 13px !important;
  margin-top: 6px !important;
}

.checkboxSize .form-check-input[type="checkbox"] {
  border-radius: 2px !important;
}

.wordbg {
  background-image: url(./Component/Assets/images/wordbg.jpg);
  position: relative;
}

.wordbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f7f7cf;
  z-index: 0;
}

.zoom-animation {
  animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.metaInfo {
  /* background-image: url(./Component/Assets/images/bg-seo.jpg); */
  /* background-image: url(./Component/Assets/images/backgroundSEO.jpg); */
  /* background-image: url(./Component/Assets/images/SEOCaseStudy.webp); */
  background-repeat: round;
}

.formCheckResizer label {
  font-size: 13px;
}

.boxhover {
  transition: 1s;
  background: #fff;
}

.boxhover:hover {
  background: #80808021;
}

.cardStyle {
  transition: 0.5s;
}

.cardStyle:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* -------------------------- -------------------------- --------------------------  */
/* -------------------------- MarketPlace Management CSS --------------------------  */
/* -------------------------- -------------------------- --------------------------  */

.quickView_Icon {
  display: none;
}

.quickView:hover {
  transition: 0.5s;
}

.quickView:hover .quickView_Icon {
  display: block;
}

/* Price Range Css  */

.boxSizing input[type="number"]::-webkit-inner-spin-button,
.customNumberRange input[type="number"]::-webkit-outer-spin-button,
.customNumberRange input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--mainColor);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-input input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--mainColor);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 15px);
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
    0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  min-width: 300px;
  width: 100%;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.react-confirm-alert-blur {
  filter: blur(0px) !important;
  -webkit-filter: blur(0px) !important;
}

.modalLoader {
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #02454c;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.notepad-shell {
  min-height: 0;
  overflow: hidden;
}

.notepad-toolbar {
  flex: 0 0 32px;
  height: 32px;
}

.notepad-tool-button {
  width: 32px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #343a40;
  font-size: 13px;
  transition: background-color 100ms ease, color 100ms ease;
}

.notepad-tool-button:hover:not(:disabled) {
  background: #e2e6ea;
  color: #02454c;
}

.notepad-tool-button:active:not(:disabled) {
  background: #d6dadd;
}

.notepad-tool-button:disabled {
  opacity: 0.35;
}

.sticky-note-toolbar-button {
  height: 27px;
  display: inline-grid;
  place-items: center;
  color: #343a40;
  transition: background-color 100ms ease, color 100ms ease;
}

.sticky-note-toolbar-button:hover {
  background: #e2e6ea;
  color: #02454c;
}

.sticky-note-toolbar-button:active {
  background: #d6dadd;
}

.notepad-title-row {
  flex: 0 0 30px;
  height: 30px;
}

.notepad-title {
  height: 29px;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
}

.notepad-editor {
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 12px 14px;
  outline: none;
  line-height: 1.55;
  resize: none;
  overflow: auto;
  letter-spacing: 0;
}

.notepad-status {
  flex: 0 0 25px;
  height: 25px;
  min-width: 0;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.notepad-status > div {
  min-width: 0;
}

.notepad-color-control {
  height: 31px;
}

.wordpad-shell {
  min-height: 0;
  overflow: hidden;
  background: #dfe4e8;
}

.directory-shell {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #273038;
}

.directory-categories {
  flex: 0 0 130px;
  width: 130px;
  min-width: 0;
  overflow-y: auto;
}

.directory-add-button,
.directory-category,
.directory-category-add {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 7px 10px;
  background: transparent;
  color: #39434b;
  font-size: 11px;
  letter-spacing: 0;
}

.directory-add-button {
  color: var(--mainColor);
}

.directory-category:hover,
.directory-category-add:hover,
.directory-category.active {
  background: #e3e7e9;
  color: var(--mainColor);
}

.directory-category.active {
  box-shadow: inset 3px 0 var(--mainColor);
  font-weight: 600;
}

.directory-category-add {
  color: var(--mainColor);
}

.directory-list-pane {
  flex: 0 0 190px;
  width: 190px;
  min-width: 0;
}

.directory-search {
  height: 36px;
  padding-right: 30px;
  font-size: 11px;
  box-shadow: none !important;
}

.directory-list {
  height: calc(100% - 36px);
}

.directory-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 11px;
  color: #39434b;
}

.directory-list-item:hover {
  background: #e5e9eb !important;
}

.directory-content {
  min-width: 0;
  min-height: 0;
}

.directory-header {
  flex: 0 0 36px;
  height: 36px;
  min-width: 0;
}

.directory-actions {
  min-width: 42px;
  overflow: hidden;
}

.directory-form,
.directory-details {
  min-height: 0;
}

.directory-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--mainColor);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.directory-detail-grid {
  display: grid;
  grid-template-columns: minmax(58px, 80px) minmax(0, 1fr);
  gap: 10px 12px;
  max-width: 420px;
  margin: 0 auto;
}

.directory-detail-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.disk-add-card {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px dashed #9aa6ac;
  border-radius: 4px;
  background: #fff;
  color: #53626a;
  font-size: 12px;
  font-weight: 600;
}

.disk-add-card:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.windows-explorer {
  min-width: 0;
  color: #202124;
}

.explorer-fullscreen {
  position: fixed;
  z-index: 1090;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

.explorer-fullscreen .explorer-content {
  height: calc(100vh - 77px) !important;
}

.explorer-command-area {
  background: #f7f8fa;
}

.explorer-command-bar {
  min-height: 38px;
}

.explorer-tool-button {
  width: 34px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 3px;
}

.explorer-tool-button:hover:not(:disabled),
.explorer-crumb:hover {
  background: #e5f1fb;
  color: #075a9c;
}

.explorer-address-bar {
  height: 31px;
  min-width: 180px;
  border: 1px solid #c9cdd2;
  background: #fff;
}

.explorer-crumb {
  height: 29px;
  flex: 0 0 auto;
  max-width: 180px;
  overflow: hidden;
  padding: 0 7px;
  border: 0;
  background: transparent;
  color: #25292d;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.explorer-search {
  flex: 0 1 250px;
  min-width: 150px;
}

.explorer-search .form-control {
  height: 31px;
  border-radius: 0;
}

.explorer-content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px;
  user-select: none;
  background-color: #fff;
  background-image: linear-gradient(#f7f8f9 1px, transparent 1px);
  background-size: 100% 28px;
}

.explorer-content-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 8px;
}

.explorer-item {
  min-width: 0;
  border: 1px solid transparent;
  cursor: default;
}

.explorer-item:hover {
  border-color: #b8d6ee;
  background: #eaf4fc;
}

.explorer-item.selected {
  border-color: #84bde8;
  background: #d8ebfa;
}

.explorer-grid {
  width: 130px;
  min-height: 108px;
  padding: 8px 4px;
  line-height: 18px;
  text-align: center;
}

.explorer-grid .explorer-item-icon svg {
  width: 70px;
  height: 70px;
}

.explorer-item-icon {
  flex: 0 0 34px;
  min-width: 0;
}

.explorer-pin {
  right: 2px;
  bottom: 0;
  width: 12px;
  height: 12px;
}

.explorer-item-checkbox {
  top: -3px;
  left: -1px;
}

.explorer-item-name {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 11px;
}

.file-manager-rename-input {
  min-width: 112px;
  max-width: min(420px, 80vw);
  min-height: 28px;
  resize: none;
  overflow: hidden;
  border: 1px solid #1677d2;
  border-radius: 0;
  padding: 3px 5px;
  line-height: 18px;
}

.security-file-header,
.security-file-row {
  grid-template-columns: 28px minmax(240px, 1fr) 120px 72px;
}

.explorer-grid .explorer-item-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.explorer-list,
.explorer-tiles,
.explorer-details {
  display: grid;
  align-items: center;
  min-height: 29px;
  padding: 2px 6px;
  font-size: 11px;
}

.explorer-list {
  grid-template-columns: 28px minmax(150px, 1fr) 170px 90px;
}

.explorer-content-tiles,
.explorer-group-items-tiles {
  display: flex;
  max-height: 100%;
  flex-flow: column wrap;
  align-content: flex-start;
}

.explorer-tiles {
  grid-template-columns: 42px minmax(170px, 1fr) 150px 80px;
  width: 300px;
  min-height: 48px;
  padding: 3px 8px;
}

.explorer-tiles .explorer-item-icon svg {
  width: 38px;
  height: 38px;
}

.explorer-content-details {
  min-width: 680px;
}

.explorer-details,
.explorer-details-header {
  grid-template-columns: 28px minmax(196px, 2fr) minmax(155px, 1fr) minmax(130px, 1fr) 90px;
}

.explorer-details {
  padding-left: 8px;
}

.explorer-details-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.explorer-details-name {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 3px;
}

.explorer-details-icon {
  display: inline-flex;
  flex: 0 0 17px;
  align-items: center;
  justify-content: center;
}

.explorer-details-icon > svg:not(.explorer-pin) {
  width: 16px;
  height: 16px;
}

.explorer-details .explorer-item-icon,
.explorer-list .explorer-item-icon {
  grid-row: 1;
  margin-right: 5px;
}

.explorer-details .explorer-item-name,
.explorer-list .explorer-item-name {
  display: flex;
  align-items: center;
  min-height: 24px;
}

.explorer-details-header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: grid;
  min-width: 680px;
  margin: 0 0 2px;
  border-bottom: 1px solid #d5d9dd;
  background: #f7f8fa;
}

.explorer-details-header span:first-child {
  grid-column: 1 / span 2;
}

.explorer-details-header span {
  padding: 5px 8px;
  border-right: 1px solid #e1e4e7;
  font-size: 11px;
  font-weight: 600;
}

.explorer-group {
  flex: 0 0 100%;
  min-width: 0;
}

.explorer-group-title {
  width: 100%;
  margin: 0;
  padding: 7px 4px;
  border-bottom: 1px solid #e2e5e8;
  color: #39434a;
  font-size: 12px;
  font-weight: 600;
}

.explorer-group-items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0;
}

.explorer-group-items-list,
.explorer-group-items-details {
  width: 100%;
}

.explorer-options-menu .form-check {
  min-width: 220px;
  margin: 0;
}

.explorer-properties {
  flex: 0 0 275px;
  width: 275px;
  overflow: auto;
}

.explorer-property-list {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
}

.explorer-property-list dt,
.explorer-property-list dd {
  min-width: 0;
  margin: 0;
}

@media (max-width: 680px) {
  .explorer-command-bar {
    overflow-x: auto;
  }

  .explorer-search {
    flex-basis: 160px;
  }

  .explorer-properties {
    position: absolute;
    z-index: 2;
    right: 0;
    width: min(275px, 88vw);
    box-shadow: -3px 0 9px rgba(0, 0, 0, 0.14);
  }

  .explorer-content-details,
  .explorer-details-header {
    min-width: 680px;
  }
}

@media (max-width: 560px) {
  .directory-categories {
    flex-basis: 92px;
    width: 92px;
  }

  .directory-list-pane {
    flex-basis: 120px;
    width: 120px;
  }

  .directory-add-button,
  .directory-category,
  .directory-category-add {
    padding-inline: 7px;
  }
}

.wordpad-filebar {
  flex: 0 0 36px;
  height: 36px;
  background: #f7f8f9;
}

.wordpad-file-button {
  width: 36px;
  height: 35px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #343a40;
  font-size: 14px;
  transition: background-color 100ms ease, color 100ms ease;
}

.wordpad-file-button:hover {
  background: #e2e6ea;
  color: #02454c;
}

.wordpad-file-button:active {
  background: #d6dadd;
}

.wordpad-page-controls {
  height: 35px;
  color: #5a6268;
  font-size: 10px;
}

.wordpad-page-controls input[type="color"] {
  width: 28px;
  height: 24px;
  padding: 2px;
}

.wordpad-page-controls select {
  width: 70px;
  height: 25px;
  padding: 2px 22px 2px 6px;
  font-size: 10px;
}

.wordpad-titlebar {
  flex: 0 0 31px;
  height: 31px;
  background: #fff;
}

.wordpad-title {
  height: 30px;
  min-width: 0;
  padding: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
}

.wordpad-workspace {
  min-height: 0;
  background-color: #cfd5da;
  background-image: linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
  background-size: 100% 24px;
}

.wordpad-page {
  width: min(100%, 720px);
  min-height: 100%;
  height: 100%;
  box-shadow: 0 2px 12px rgba(25, 39, 52, 0.18);
  transform-origin: top center;
}

.wordpad-editor,
.wordpad-editor .quill {
  height: 100%;
  min-height: 0;
}

.wordpad-editor .quill {
  display: flex;
  flex-direction: column;
}

.wordpad-editor .ql-toolbar {
  flex: 0 0 auto;
  border-width: 0 0 1px;
  background: #fbfbfc;
}

.wordpad-editor .ql-container {
  flex: 1 1 auto;
  min-height: 220px;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.wordpad-editor .ql-editor {
  min-height: 100%;
  padding: 28px 36px;
  line-height: 1.6;
}

.wordpad-status {
  flex: 0 0 25px;
  height: 25px;
  background: #f7f8f9;
  color: #6c757d;
  font-size: 10px;
}

.security-filters {
  grid-template-columns: repeat(6, minmax(110px, 1fr));
}

.security-metrics {
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}

.security-scan-header,
.security-scan-row {
  grid-template-columns: minmax(180px, 1.5fr) minmax(95px, .7fr) minmax(170px, 1.2fr) minmax(135px, 1fr) minmax(90px, .7fr);
}

.grid-column-all {
  grid-column: 1 / -1;
}

@media (max-width: 800px) {
  .security-center {
    min-height: 520px !important;
  }

  .security-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-scan-header {
    display: none !important;
  }

  .security-scan-row {
    grid-template-columns: 1fr 1fr;
  }
}