/* Layout.module.css */

/* color blue #18C84F*/

._emailClient_1t9gz_5 {
  display: flex;
  height: calc(100vh - 55px);
  flex: 1;
  width: 100%;
  background-color: #1e1e1e;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
}

/* Sidebar Styles */
._sidebar_1t9gz_17 {
  width: 240px;
  background-color: rgb(32, 32, 35);
  border-right: 1px solid #3e3e42;
  display: flex;
  flex-direction: column;
  transform-origin: left;
  transition: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);

  &._closed_1t9gz_26 {
    width: 0;
    opacity: 0;
  }
}


._sidebarHeader_1t9gz_33 {
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._sidebarActions_1t9gz_40 {
  display: flex;
  justify-content: space-between;
}

._sidebarHeader_1t9gz_33 h2 {
  margin: 0;
  margin-left: 6px;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
}

._mailboxList_1t9gz_53 {
  padding: 0px 10px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;

  &._overlayList_1t9gz_59 {
    padding: 0;
  }
}

._mailboxItem_1t9gz_64 {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.05s;

  &._overlayList_1t9gz_59 {
    justify-content: flex-start;
    padding: 0 7.5px;
    gap: 5px;
  }
}

._mailboxItem_1t9gz_64:hover {
  background-color: rgba(116, 116, 128, 0.25);
}

._disabledMailboxItem_1t9gz_84 {
  opacity: 0.4;
  cursor: default;
}

._disabledMailboxItem_1t9gz_84:hover {
  background-color: transparent;
}

._mailboxItem_1t9gz_64._active_1t9gz_93 {
  background-color: rgb(52, 52, 54);
  color: #ffffff;
}

._mailboxIcon_1t9gz_98 {
  flex-shrink: 0;
}

._mailboxItem_1t9gz_64 svg {
  margin-right: 10px;
  margin-left: 5px;
  color: #c89200;
}

._mailboxItem_1t9gz_64._subItem_1t9gz_108 svg {
  margin-left: 20px;
}

._mailboxName_1t9gz_112 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 15px;
  flex: 1 1 100%;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.98);
}

._count_1t9gz_125 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 400;
  letter-spacing: -0.22px;
  line-height: 20px;
  margin-inline-end: 0px;
}

._foldersSection_1t9gz_134 {
  margin-top: 20px;
  padding: 0 12px;
}

._foldersHeader_1t9gz_139 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._foldersHeader_1t9gz_139 h3 {
  margin-left: 6px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.98);
  ;
}

._addButton_1t9gz_153 {
  background: none;
  border: none;
  color: #cccccc;
  cursor: pointer;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._addButton_1t9gz_153:hover {
  background-color: #37373d;
}

._folderItem_1t9gz_171 {
  display: flex;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: #cccccc;
}

._folderItem_1t9gz_171 svg {
  margin-right: 8px;
  color: #0e639c;
}

._folderItem_1t9gz_171:hover {
  color: #ffffff;
}

/* Message List Styles */
._messageList_1t9gz_190 {
  width: 410px;
  background-color: rgb(28, 28, 30);
  border-right: 1px solid #3e3e42;
  display: flex;
  flex-direction: column;
  position: relative;
}

._errorState_1t9gz_199,
._emptyState_1t9gz_200 {
  margin: 18px 16px 22px;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._emptyStatePlain_1t9gz_211 {
  min-height: calc(100vh - 250px);
  padding: 32px 28px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-28px);
}

._emptyStatePlainTitle_1t9gz_222 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

._emptyStatePlainBody_1t9gz_230 {
  margin: 10px 0 0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.46);
}

._stateEyebrow_1t9gz_238 {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

._stateTitle_1t9gz_246 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

._stateBody_1t9gz_254 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

._stateMeta_1t9gz_261 {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

._stateButton_1t9gz_268 {
  margin-top: 4px;
  width: fit-content;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

._stateButton_1t9gz_268:hover {
  background: rgba(255, 255, 255, 0.16);
}

._messageListHeader_1t9gz_286 {
  padding: 12px 20px;
}

._headerTop_1t9gz_290 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  gap: 10px;

  &._searchBar_1t9gz_297 {
    margin-bottom: 8px;
  }
}

._headerTop_1t9gz_290 h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
}

._headerActions_1t9gz_308 {
  display: flex;
  gap: 8px;
}

._listFilterRoot_1t9gz_313 { position: relative; }
._listFilterButtonActive_1t9gz_314 { color: #2ee86a; }
._listFilterBadge_1t9gz_315 { position: absolute; top: -1px; right: -2px; width: 14px; height: 14px; padding: 0; border: 0; border-radius: 999px; background: rgba(24,200,79,.2); color: #5fea88; font-size: 9px; font-weight: 500; line-height: 14px; text-align: center; }
._listFilterPopover_1t9gz_316 { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: min(460px, calc(100vw - 32px)); padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #252529; box-shadow: 0 18px 48px rgba(0,0,0,.42); color: #f5f5f5; transform-origin: top right; animation: .2s cubic-bezier(.32,.08,.24,1) _cw-modal-pop_1t9gz_1; }
._listFilterHeading_1t9gz_317 { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
._listFilterHeading_1t9gz_317 strong, ._listFilterHeading_1t9gz_317 span { display: block; }
._listFilterHeading_1t9gz_317 strong { font-size: 15px; font-weight: 400; }
._listFilterHeading_1t9gz_317 span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 12px; }
._listFilterClose_1t9gz_321 { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.62); cursor: pointer; }
._listFilterClose_1t9gz_321:hover { background: rgba(255,255,255,.08); color: #fff; }
._listFilterField_1t9gz_323 { display: grid; gap: 7px; margin-top: 12px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 400; }
._listFilterGrid_1t9gz_324 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 12px; }
._listFilterFieldWide_1t9gz_325 { grid-column: 1 / -1; }
._filterSearchSelect_1t9gz_326 { position: relative; min-width: 0; }
._filterSearchTrigger_1t9gz_327 { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: #323236; color: #fff; font: inherit; font-size: 13px; font-weight: 400; text-align: left; cursor: pointer; }
._filterSearchTrigger_1t9gz_327 span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchTriggerOpen_1t9gz_329 { border-color: rgba(24,200,79,.72); box-shadow: 0 0 0 3px rgba(24,200,79,.12); }
._filterSearchTrigger_1t9gz_327:focus, ._filterSearchOption_1t9gz_330:focus { outline: none; }
._filterSearchTrigger_1t9gz_327:focus-visible, ._filterSearchOption_1t9gz_330:focus-visible { outline: 2px solid rgba(24,200,79,.6); outline-offset: -2px; }
._filterSearchMenu_1t9gz_332 { position: absolute; z-index: 120; top: calc(100% + 5px); right: 0; left: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgb(28,28,30); box-shadow: 0 14px 34px rgba(0,0,0,.46); animation: .16s cubic-bezier(.32,.08,.24,1) _cw-modal-pop_1t9gz_1; transform-origin: top center; }
._filterSearchInputWrap_1t9gz_333 { display: flex; align-items: center; gap: 8px; margin: 7px; padding: 0 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: #323236; color: rgba(255,255,255,.44); }
._filterSearchInputWrap_1t9gz_333 input { min-width: 0; width: 100%; height: 35px; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 13px; }
._filterSearchSpinner_1t9gz_335 { flex: 0 0 auto; animation: _listFilterSpin_1t9gz_1 .8s linear infinite; }
._filterSearchOptions_1t9gz_336 { max-height: 238px; overflow-y: auto; padding: 2px 5px 5px; }
._filterSearchOption_1t9gz_330 { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 8px 9px; border: 0; border-radius: 8px; background: transparent; color: rgba(255,255,255,.9); font: inherit; text-align: left; cursor: pointer; }
._filterSearchOption_1t9gz_330:hover { background: rgba(255,255,255,.07); }
._filterSearchOption_1t9gz_330 span, ._filterSearchOption_1t9gz_330 strong, ._filterSearchOption_1t9gz_330 small { display: block; min-width: 0; }
._filterSearchOption_1t9gz_330 strong { overflow: hidden; font-size: 13px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchOption_1t9gz_330 small { margin-top: 3px; overflow: hidden; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchState_1t9gz_342 { padding: 14px 10px; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
._filterSearchFooter_1t9gz_343 { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 4px 9px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: 11px; }
._filterSearchFooter_1t9gz_343 button { border: 0; background: transparent; color: #5fea88; font: inherit; font-weight: 400; cursor: pointer; }
@keyframes _listFilterSpin_1t9gz_1 { to { transform: rotate(360deg); } }
._listFilterSelectWrap_1t9gz_346 { position: relative; }
._listFilterSelectWrap_1t9gz_346 select { width: 100%; height: 38px; padding: 0 34px 0 11px; appearance: none; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; outline: none; background: #323236; color: #fff; font: inherit; font-size: 13px; font-weight: 400; cursor: pointer; }
._listFilterSelectWrap_1t9gz_346 select:focus { border-color: rgba(24,200,79,.72); box-shadow: 0 0 0 3px rgba(24,200,79,.12); }
._listFilterSelectWrap_1t9gz_346 svg { position: absolute; top: 50%; right: 11px; pointer-events: none; transform: translateY(-50%); color: rgba(255,255,255,.48); }
._listFilterFooter_1t9gz_350 { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
._listFilterReset_1t9gz_351, ._listFilterApply_1t9gz_351 { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 36px; padding: 0 12px; border-radius: 9px; font-size: 12px; font-weight: 400; cursor: pointer; }
._listFilterReset_1t9gz_351 { border: 0; background: transparent; color: rgba(255,255,255,.62); }
._listFilterReset_1t9gz_351:hover { background: rgba(255,255,255,.06); color: #fff; }
._listFilterApply_1t9gz_351 { border: none; background: rgba(255,255,255,.1); color: rgba(255,255,255,.92); }
._listFilterApply_1t9gz_351:hover { background: rgba(255,255,255,.16); }

._iconButton_1t9gz_357 {
  background: none;
  border: none;
  color: #c89200;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._iconButton_1t9gz_357:hover {
  background-color: #37373d;
}

._iconButton_1t9gz_357:disabled {
  color: rgba(255, 255, 255, 0.28);
  cursor: default;
  pointer-events: none;
}

._listFilterClose_1t9gz_321:focus, ._listFilterReset_1t9gz_351:focus, ._listFilterApply_1t9gz_351:focus, ._iconButton_1t9gz_357:focus { outline: none; }
._listFilterClose_1t9gz_321:focus-visible, ._listFilterReset_1t9gz_351:focus-visible, ._listFilterApply_1t9gz_351:focus-visible, ._iconButton_1t9gz_357:focus-visible { outline: 2px solid rgba(24,200,79,.6); outline-offset: -2px; }

._headerInfo_1t9gz_382 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

._unreadButton_1t9gz_391 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

._unreadDot_1t9gz_398 {
  width: 12px;
  height: 12px;
  background-color: #0e639c;
  border-radius: 50%;
  display: block;
}

._searchBar_1t9gz_297 {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  transition: all 0.2s ease-in-out;
  align-items: center;
}

._searchIcon_1t9gz_414 {
  position: absolute;
  left: 12px;
  color: #cccccc;
}

._searchClearIcon_1t9gz_420 {
  position: absolute;
  right: 5px;
  color: #cccccc;
  z-index: 1;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px;

  &:hover {
    background-color: #4e4e55;
  }
}

._searchInput_1t9gz_434 {
  width: 100%;
  padding: 8px 36px 8px 36px;
  background: rgb(50, 50, 54);
  border: 1px solid rgb(74, 74, 76);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
}

._searchInput_1t9gz_434::placeholder {
  color: #cccccc;
}

._searchInput_1t9gz_434:focus {
  outline: none;
  border-color: transparent;
  outline: 3px solid rgba(16, 215, 73, 0.7);
  caret-color: #18C84F;
}

._topHits_1t9gz_455 {
  background-color: rgb(13, 13, 13);
  padding: 10px 0;
  margin: 15px 10px;
  border-radius: 8px;
  width: calc(100% - 20px);

  ._topHitsLabel_1t9gz_462 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.98);
    margin-left: 15px;
    margin-bottom: 10px;
  }

  ._messageItem_1t9gz_471 {
    margin: 0px 10px;
  }

  ._messageItem_1t9gz_471._selected_1t9gz_475 {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

._messageItem_1t9gz_471 {
  display: flex;
  padding: 0px 0px;
  margin: 0px 15px;
  border-radius: 10px;
  max-width: 100%;
  height: 99px;
  cursor: pointer;
  position: relative;
}

._messageItem_1t9gz_471::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
  opacity: 0;
}

._messageItem_1t9gz_471._liveFlash_1t9gz_501::after {
  animation: _livePresenceFlash_1t9gz_1 500ms ease-out;
}

._messageItem_1t9gz_471:hover {
  /* background-color: #37373d; */

  ._messageContent_1t9gz_508 {
    ._actions_1t9gz_509 {
      display: block;
    }
  }
}

._messageItem_1t9gz_471._selected_1t9gz_475 {
  background-color: rgba(255, 255, 255, 0.1);
}

._messageItem_1t9gz_471._selected_1t9gz_475 ._messageContent_1t9gz_508,
._messageItem_1t9gz_471._before_selected_1t9gz_520 ._messageContent_1t9gz_508 {
  border-bottom-color: transparent;
}

/* reset all */
._messageItem_1t9gz_471._selected_multiple_middle_1t9gz_525 {
  border-radius: 0;
}

/* first in a block (no selected before it) */
._messageItem_1t9gz_471._selected_multiple_last_1t9gz_530 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* last in a block (no selected after it) */
._messageItem_1t9gz_471._selected_multiple_first_1t9gz_536 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@keyframes _livePresenceFlash_1t9gz_1 {
  0% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }

  35% {
    opacity: 1;
    background: rgba(255, 255, 255, 0.075);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}


._threadFlags_1t9gz_559 {
  width: 24px;
  margin-top: 10px;
  margin-right: unset;
  padding-top: unset;
  max-height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
}

._threadMonogram_1t9gz_569 {
  width: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 5px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}

._threadMonogramStack_1t9gz_586 {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}

._saleStateDot_1t9gz_595 {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  margin-top: 12px;
  align-self: center;
  box-shadow: 0 0 0 2px rgb(28, 28, 30);
  flex-shrink: 0;
}

._saleStateDot_paid_1t9gz_605 {
  background: rgb(0, 170, 0);
}

._saleStateDot_due_1t9gz_609 {
  background: rgb(228, 43, 43);
}

._saleStateDot_partiallypaid_1t9gz_613 {
  background: rgb(224, 166, 32);
}

._avatarRoot_1t9gz_617 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--black-a3);
  flex-shrink: 0;
  flex-grow: 0;

  &._messageContainer_1t9gz_631 {
    width: 40px;
    height: 40px;

    ._avatarFallback_1t9gz_635 {
      font-size: 18.5px;
    }
  }
}

._avatarImage_1t9gz_641 {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: inherit;
}

._avatarFallback_1t9gz_635 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgb(166, 171, 183), rgb(134, 138, 147));
  color: rgb(224, 236, 248);
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

._avatarRoot_appImage_1t9gz_662 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 16px rgba(0, 0, 0, 0.24);
  flex-shrink: 0;
  flex-grow: 0;
  object-fit: cover;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &._messageContainer_1t9gz_631 {
    width: 32px;
    height: 32px;

    ._avatarFallback_1t9gz_635 {
      font-size: 18.5px;
    }
  }
}

._avatarFallback_appImage_1t9gz_697 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(224, 236, 248);
  font-size: 15px;
  line-height: 1;
  font-weight: 400;

}

._lightIcon_1t9gz_710 {
  display: none;
}

._darkIcon_1t9gz_714 {
  display: flex;
}

._messageContent_1t9gz_508 {
  display: grid;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding: 8px 0;
  margin-right: 12.5px;
  border-bottom-color: rgba(60, 60, 62, 0);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: visible;

  &:not(:focus-within) {
    border-bottom-color: rgb(60, 60, 62);
  }
}


._messageHeader_1t9gz_736 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  max-width: 100%;
  gap: 10px;
  overflow: visible;
  /* Ensure content doesn’t overflow the parent */
}

._sender_1t9gz_747 {
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
  flex: 1 1 auto;
  /* Allow to grow and shrink */
  min-width: 0;
  /* Allows text truncation */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._time_1t9gz_760 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  transition: width 0.3s ease;
  overflow: visible;
  position: relative;
  white-space: nowrap;
}

._actions_1t9gz_509 {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(28, 28, 30);
  width: 12.5px;
  height: 12.5px;
  padding: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  display: none;
}

._subject_1t9gz_786 {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._summaryLine_1t9gz_798 {
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.64);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._preview_1t9gz_808 {
  padding: 1px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._messageFlagIndicator_1t9gz_819 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: -3px;
  align-self: flex-end;
  opacity: 0.95;
}

._messageFlagIndicatorDetached_1t9gz_831 {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
}

._messageNoteIndicatorDetached_1t9gz_845 {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.62);
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
}

._messageNoteIndicatorDetachedOffset_1t9gz_860 {
  top: 35px;
}

._metaPill_1t9gz_864 {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._saleStateBadge_1t9gz_880 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  padding: 3px 8px;
  border-radius: 7px;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 1.1;
  color: #ffffff !important;
  text-transform: uppercase;
}

._saleStateBadge_paid_1t9gz_895 {
  background: rgb(0, 170, 0) !important;
}

._saleStateBadge_due_1t9gz_899 {
  background: rgb(228, 43, 43) !important;
}

._saleStateBadge_partiallypaid_1t9gz_903 {
  background: rgb(224, 166, 32) !important;
}

._confirmOverlay_1t9gz_907 {
  position: fixed;
  inset: 0;
  background-color: rgba(10, 10, 10, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 5000;
}

._confirmDialog_1t9gz_918 {
  width: min(420px, calc(100vw - 32px));
  border-radius: 10.5px;
  padding: 18px;
  background-color: rgb(28, 28, 30);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  color: rgba(255, 255, 255, 0.96);
}

._confirmHeader_1t9gz_927 h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
}

._confirmHeader_1t9gz_927 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

._confirmActions_1t9gz_940 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

._confirmPrimary_1t9gz_947,
._confirmSecondary_1t9gz_948 {
  border: none;
  border-radius: 8px;
  min-width: 100px;
  max-width: fit-content;
  height: auto;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._confirmPrimary_1t9gz_947 {
  background: rgb(234, 52, 39);
  color: white;
}

._confirmPrimary_1t9gz_947:hover {
  background: rgb(214, 44, 32);
}

._confirmSecondary_1t9gz_948 {
  background: rgb(60, 60, 62);
  color: rgba(255, 255, 255, 0.9);
}

._confirmSecondary_1t9gz_948:hover {
  background: rgb(72, 72, 74);
  color: rgba(255, 255, 255, 0.96);
}

._confirmHint_1t9gz_984 {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}

._noteDialog_1t9gz_990 {
  width: min(560px, calc(100vw - 32px));
}

._noteTextarea_1t9gz_994 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 148px;
  margin-top: 16px;
  border: 1px solid rgb(60, 60, 62);
  border-radius: 10px;
  background: rgb(36, 36, 38);
  color: rgba(255, 255, 255, 0.96);
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 16px;
  resize: vertical;
}

._noteTextarea_1t9gz_994:focus {
  outline: none;
  border-color: rgba(200, 146, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(200, 146, 0, 0.18);
}

._deliveryAssignmentGrid_1t9gz_1017 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

._deliveryField_1t9gz_1024 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._deliveryField_1t9gz_1024 span {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}

._deliveryInput_1t9gz_1037 {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgb(60, 60, 62);
  border-radius: 10px;
  background: rgb(36, 36, 38);
  color: rgba(255, 255, 255, 0.96);
  font: inherit;
  font-size: 14px;
  padding: 0 14px;
  box-sizing: border-box;
}

._deliveryInput_1t9gz_1037:focus {
  outline: none;
  border-color: rgba(200, 146, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(200, 146, 0, 0.18);
}

._headerActionMenuWrap_1t9gz_1056 {
  position: relative;
  display: inline-flex;
}

._headerActionMenu_1t9gz_1056 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background-color: rgb(28, 28, 30);
  border: .2px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

._headerActionMenuContextual_1t9gz_1074 {
  transform-origin: top left;
  animation: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1) _cw-modal-pop_1t9gz_1;
}

._headerActionMenuItem_1t9gz_1079 {
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

._headerActionMenuItem_1t9gz_1079:hover {
  background-color: #2c2c2e;
}

._headerActionMenuItem_1t9gz_1079 svg {
  color: #c89200;
  flex-shrink: 0;
}

._headerActionMenuCopy_1t9gz_1104 {
  padding: 8px 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

._headerActionMenuRow_1t9gz_1111 {
  display: flex;
  gap: 8px;
  padding: 0 6px 4px;
}

._headerActionMenuPrimary_1t9gz_1117,
._headerActionMenuSecondary_1t9gz_1118 {
  flex: 1 1 0;
  border: 0;
  border-radius: 8px;
  height: 36px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

._headerActionMenuPrimary_1t9gz_1117 {
  background: rgb(234, 52, 39);
  color: white;
}

._headerActionMenuSecondary_1t9gz_1118 {
  background: rgb(60, 60, 62);
  color: rgba(255, 255, 255, 0.92);
}

._unreadIndicator_1t9gz_1138 {
  width: 8px;
  height: 8px;
  background-color: #0e639c;
  border-radius: 50%;
  display: none;
}

/* Message Content Styles */
._messageContainer_1t9gz_631 {
  width: calc(100vw - 640px);
  flex: 1;
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;
}

._messageContentHeader_1t9gz_1155 {
  padding: 16px 24px;
  background-color: rgb(28, 28, 30);
  border-bottom: 1px solid transparent;
  transition:
    background-color cubic-bezier(0.32, 0.08, 0.24, 1) 0.2s,
    border-bottom-color cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;

  &._overlapping_1t9gz_1163 {
    background-color: rgb(44, 44, 46);
  }

}

._messageContentHeaderIdle_1t9gz_1169 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

._messageActions_1t9gz_1173 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  transition: opacity 0.14s ease;

  span {
    display: flex;
    gap: 8px;
  }
}

._messageActions_1t9gz_1173[data-empty='true'] {
  opacity: 0.68;
}

._messageInfo_1t9gz_1190 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._bankLogo_1t9gz_1196 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

._messageDetails_1t9gz_1203 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #cccccc;
}

._detailsButton_1t9gz_1211 {
  background: none;
  border: none;
  color: #0e639c;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}

._detailsButton_1t9gz_1211:hover {
  color: #1177bb;
}

._messageBody_1t9gz_1224 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 6px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;
}

._messageViewportStage_1t9gz_1239 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

._emptyPaneState_1t9gz_1245 {
  flex: 1 1 auto;
  min-height: calc(100vh - 190px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

._emptyPaneTitle_1t9gz_1256 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

._emptyPaneBody_1t9gz_1264 {
  margin: 10px 0 0;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.46);
}

._messageBodyHeader_1t9gz_1272 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom-color: rgb(52, 52, 54);
  border-bottom-style: solid;
  border-bottom-width: 0.5px;

  ._messageBodyHeaderTopRow_1t9gz_1282 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  ._messageBodyHeaderLeft_1t9gz_1289 {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 8px;

    ._messageBodyHeaderLeftInfo_1t9gz_1295 {
      display: flex;
      flex-direction: column;

      ._messageBodyChevronRight_1t9gz_1299 {
        display: none;
      }

      ._messageBodyHeaderLeftInfoTitle_1t9gz_1303 {
        font-size: 17px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        padding-left: 6px;
        padding-right: 3px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        cursor: default;

        &:hover {
          background-color: rgba(255, 255, 255, 0.125);

          ._messageBodyChevronRight_1t9gz_1299 {
            display: block;
          }
        }
      }

      ._messageBodyHeaderLeftInfoSubtitle_1t9gz_1324 {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        margin: 0 6px;

        span {
          cursor: default;
          margin-left: 0px;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-left: 5px;
          height: 18px;
          border: 1px solid transparent;
          border-radius: 6px;
          display: inline-flex;
          align-items: center;
          flex: 0;
          color: rgba(255, 255, 255, 0.5);

          &:hover {
            background-color: rgba(255, 255, 255, 0.125);
            color: rgba(255, 255, 255, 0.98);

            ._messageBodyChevronRight_1t9gz_1299 {
              display: block;
            }
          }
        }
      }
    }
  }

  ._messageBodyHeaderRight_1t9gz_1357 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    ._messageBodyHeaderRightDate_1t9gz_1362 {
      font-size: 14px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.66);
      cursor: default;
      margin: 0;
      padding: 0;
    }

    ._messageDetailsButton_1t9gz_1371 {
      font-weight: 400 !important;
      font-size: 14px;
      border-radius: 8px;
      padding: 6px 10px;
      color: #c89200;
      border: none;
      margin: 0;
      background-color: transparent;
      cursor: pointer !important;
      display: inline-flex;
      align-items: center;

      &:hover {
        background-color: rgba(255, 255, 255, 0.125);
      }
    }
  }
}

._metaDetailsPanel_1t9gz_1391 {
  display: grid;
  width: 100%;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.2s cubic-bezier(0.32, 0.08, 0.24, 1),
    opacity 0.2s cubic-bezier(0.32, 0.08, 0.24, 1),
    margin-top 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);
}

._metaDetailsPanelOpen_1t9gz_1402 {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 14px;
}

/* Must apply regardless of open/closed — a grid item's default min-height
   is auto, which sizes to its content and defeats the 0fr collapse trick
   entirely if this isn't unconditional. */
._metaDetailsPanel_1t9gz_1391 > div {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._metaDetailsRow_1t9gz_1418 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

._metaDetailsLabel_1t9gz_1426 {
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 11px;
}

._metaDetailsValue_1t9gz_1433 {
  color: rgba(255, 255, 255, 0.85);
}

._metaDetailsDirectionsButton_1t9gz_1437 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 6px;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;

  &:visited {
    color: rgba(255, 255, 255, 0.92);
  }

  &:hover {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
  }
}

._metaDetailsSplit_1t9gz_1463 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

._metaDetailsMapColumn_1t9gz_1470 {
  flex: 0 0 50%;
  max-width: 50%;
}

._metaDetailsDataColumn_1t9gz_1475 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._metaDetailsMapCanvas_1t9gz_1483 {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 0.6px solid rgba(255, 255, 255, 0.12);

  .mapboxgl-ctrl-group {
    background: rgba(30, 30, 34, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }

  .mapboxgl-ctrl-group button {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mapboxgl-ctrl-icon {
    filter: invert(1) brightness(1.7);
  }
}

@media (prefers-color-scheme: light) {
  ._metaDetailsMapCanvas_1t9gz_1483 {
    .mapboxgl-ctrl-group {
      background: #fff;
      border-color: rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    }

    .mapboxgl-ctrl-group button + button {
      border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mapboxgl-ctrl-icon {
      filter: none;
    }
  }
}

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

._metaDetailsMapMarker_1t9gz_1535 {
  width: 24px;
  height: 24px;

  img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

._metaDetailsMapWrap_1t9gz_1546 {
  position: relative;
  width: 100%;
}

._metaDetailsMapExpandButton_1t9gz_1551 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 7px;
  background: rgba(20, 20, 22, 0.72);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;

  &:hover {
    background: rgba(20, 20, 22, 0.9);
  }
}

._metaDetailsMapModalOverlay_1t9gz_1572 {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
}

._metaDetailsMapModal_1t9gz_1572 {
  position: relative;
  width: min(880px, 92vw);
  height: min(640px, 84vh);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

._metaDetailsMapModalClose_1t9gz_1592 {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: rgba(20, 20, 22, 0.72);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;

  &:hover {
    background: rgba(20, 20, 22, 0.9);
  }
}

@media (max-width: 520px) {
  ._metaDetailsSplit_1t9gz_1463 {
    flex-direction: column;
  }

  ._metaDetailsMapColumn_1t9gz_1470 {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

._messageBodyContent_1t9gz_1624 {
  display: flex;
  flex-direction: column;
  width: 100%;

  ._messageBodyContentHeaders_1t9gz_1629 {
    display: grid;
    width: 100%;
    align-self: center;
    min-height: 60px;
    max-height: 360px;
    overflow-y: auto;
    gap: 1px;
    grid-template-columns: 32.5% 32.5% calc(35% - 3px);
    grid-auto-rows: 60px;

    ._messageBodyContentHeadersTitle_1t9gz_1640 {
      color: rgba(255, 255, 255, 0.5);
      font-size: 11px;
      margin-bottom: 3px;
    }

    ._messageBodyContentHeadersSubTitle_1t9gz_1646 {
      color: rgba(255, 255, 255, 0.98);
      font-size: 14px;
      margin: 0;
      display: flex;
      align-items: center;
      line-height: 15px;
      line-break: anywhere;
    }

    ._messageBodyContentHeadersItemL_1t9gz_1656 {
      grid-column: 3 / 4;
      grid-row: 1 / 4;
      background-color: rgba(255, 255, 255, 0.075);
      display: flex;
      flex-direction: column;
      padding: 15px;
      overflow: hidden;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;

      ._messageBodyContentHeadersTitle_1t9gz_1640 {
        margin-bottom: 5px;
      }

      ._messageBodyContentHeadersSubTitle_1t9gz_1646 {
        line-height: 19px;
      }
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px 15px;
      background-color: rgba(255, 255, 255, 0.075);
      overflow: hidden;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(2) {
      grid-column: 1 / 2;
      grid-row: 1;
      border-top-left-radius: 5px;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(3) {
      grid-column: 2 / 3;
      grid-row: 1;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(4) {
      grid-column: 1 / 2;
      grid-row: 2;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(5) {
      grid-column: 2 / 3;
      grid-row: 2;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(6) {
      grid-column: 1 / 2;
      grid-row: 3;
      border-bottom-left-radius: 5px;
    }

    ._messageBodyContentHeadersItemS_1t9gz_1676:nth-of-type(7) {
      grid-column: 2 / 3;
      grid-row: 3;
    }
  }

  ._messageBodyContentSeparator_1t9gz_1718 {
    margin: 25px 0 0px;
    font-weight: 400;
    display: grid;
    width: 100%;
    align-self: center;
    gap: 1px;
    height: 40px;
    grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
    grid-template-rows: 1fr 1fr 1fr;

    span {
      padding: 5px 15px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0.075);
      text-align: center;

      &:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
      }

      &:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
      }
    }

  }

  ._messageBodyContentItems_1t9gz_1749 {
    font-weight: 400;
    display: grid;
    width: 100%;
    align-self: center;
    gap: 1px;
    grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
    grid-template-rows: 1fr 1fr 1fr;

    ._messageBodyContentItem_1t9gz_1749 {
      display: flex;
      padding: 0px 15px;
      margin: 7.5px 0;
      gap: 15px;

      ._messageBodyContentItemImage_1t9gz_1764 {
        width: 60px;
        height: 75px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        object-fit: cover;
      }

      ._messageBodyContentItemDetails_1t9gz_1773 {
        display: flex;
        flex-direction: column;

        ._messageBodyContentItemDetailsTitle_1t9gz_1777 {
          font-size: 14px;
          font-weight: 500;
          margin: 0;
        }

        ._messageBodyContentItemDetailsSubTitle_1t9gz_1783 {
          font-size: 12px;
          line-height: 15px;
          font-weight: 400;
          margin: 0;
          color: rgba(255, 255, 255, 0.5);
        }
      }

    }

    ._messageBodyContentItemTotals_1t9gz_1794 {
      text-align: right;
      margin: 0 15px;
      font-size: 14px;
    }

    ._messageBodyContentItemTotalsAmount_1t9gz_1800 {
      text-align: right;
      margin: 0 15px;
      font-size: 14px;
      font-weight: 500;
    }

  }

  ._messageBodyContentFooter_1t9gz_1809 {
    display: flex;
    flex-direction: column;
    flex: 1;

    ._messageBodyContentFooterSub_1t9gz_1814 {
      display: flex;
      margin: 0 15px;

      ._messageBodyContentFooterSubTitle_1t9gz_1818 {
        flex: 1;
        text-align: right;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
      }

      ._messageBodyContentFooterSubSubTitle_1t9gz_1825 {
        width: 12%;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
      }
    }

    ._messageBodyContentFooterSubAlt_1t9gz_1834 {
      display: flex;
      margin: 0 15px;

      ._messageBodyContentFooterSubAltTitle_1t9gz_1838 {
        flex: 1;
        text-align: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
      }
    }

    ._messageBodyContentFooterMain_1t9gz_1846 {
      display: flex;
      align-items: center;
      margin: 25px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);

      ._messageBodyContentFooterMainTitle_1t9gz_1853 {
        flex: 1;
        text-align: right;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 500;
        padding: 15px 25px;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);

        span {
          color: rgba(255, 255, 255, 0.98);
          background-color: rgb(0, 170, 0);
          border-radius: 5px;
          padding: 0 15px;
        }
      }

      ._messageBodyContentFooterMainSubTitle_1t9gz_1873 {
        width: 12%;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        margin: 0 15px;
      }
    }
  }

}

._PaymentOverlay_1t9gz_1886 {
  background-color: rgba(10, 10, 10, 0.8);
  position: fixed;
  inset: 0;
  animation: _overlayShow_1t9gz_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

._PaymentOverlayContent_1t9gz_1893 {
  background-color: rgb(28, 28, 30);
  border-radius: 10.5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 750px;
  min-height: 500px;
  max-height: 700px;
  animation: _contentShow_1t9gz_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  overflow: hidden;

  &:focus {
    outline: none;
  }

  ._PaymentOverlayContentSidebar_1t9gz_1913 {
    padding: 15px 10px;
    width: 240px;
    border-right: 1px solid #3e3e42;
    background-color: rgb(32, 32, 35);
    display: flex;
    flex-direction: column;
  }

  ._PaymentOverlayCloseIcon_1t9gz_1922 {
    margin-left: 5px;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 2px;
    cursor: pointer;
    background-color: rgb(32, 32, 35);

    &:hover {
      background-color: #3e3e42;
    }

    &:active {
      background-color: #3e3e4299;
    }
  }

  ._PaymentOverlayContentMain_1t9gz_1939 {
    padding: 20px 42.5px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;

    ._PaymentOverlayContentMainTitle_1t9gz_1945 {
      font-size: 17px;
      font-weight: 500;
      color: #ffffff;
      margin: 0 0 10px 0;
    }

    ._PaymentOverlayContentMainSection_1t9gz_1952 {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      margin: 5px 0;
      margin-bottom: 15px;

      ._PaymentOverlayContentMainSectionTitle_1t9gz_1961 {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        margin: 7.5px 0;
      }

      ._PaymentOverlayContentMainSectionValue_1t9gz_1968 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid rgb(60, 60, 62);
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        width: 100%;
        height: auto;
        padding: 8px 10px;
        margin: 0;

        &._Static_1t9gz_1981 {
          background-color: rgb(60, 60, 62);
        }
      }

      ._PaymentOverlayContentMainSectionInput_1t9gz_1986 {
        width: 100%;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        outline: none;
        margin: 4px 0 8px;
      }
      ._PaymentOverlayContentMainSectionInput_1t9gz_1986:focus {
        border-color: rgb(0, 154, 255);
      }
      ._PaymentOverlayContentMainSectionInput_1t9gz_1986::placeholder {
        color: rgba(255, 255, 255, 0.3);
      }

      ._PaymentOverlayContentMainSectionFlex_1t9gz_2004 {
        display: flex;
        gap: 10px;
      }

      ._PaymentOverlayContentMainSectionBtnPrimary_1t9gz_2009 {
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        min-width: 100px;
        max-width: fit-content;
        height: auto;
        padding: 8px 10px;
        margin: 0;
        background-color: rgb(255, 255, 255);
        cursor: pointer;
      }

      ._PaymentOverlayContentMainSectionBtnSecondary_1t9gz_2026 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        min-width: 100px;
        max-width: fit-content;
        height: auto;
        padding: 8px 10px;
        margin: 0;
        background-color: rgb(60, 60, 62);
        cursor: pointer;
      }

      ._PaymentOverlayContentMainSectionBody_1t9gz_2042 {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.66);
        font-weight: 400;
        width: 100%;
        height: auto;
        padding: 8px 0px;
        margin: 0;
        background-color: rgba(60, 60, 62, 0);

      }

      ._PaymentOverlayContentMainSectionTable_1t9gz_2054 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;


        ._messageBodyContentHeadersItem_1t9gz_1656 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: grid;
          position: relative;
          overflow: hidden;
          width: 135px;
          aspect-ratio: 1.5;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;

          ._messageBodyContentHeadersItemTAMT_1t9gz_2071 {
            position: absolute;
            text-align: center;
            top: 5px;
            right: 10px;
            font-size: 16px;
            font-weight: 500;
            user-select: none;
            cursor: default;
          }

          ._messageBodyContentHeadersItemTPICON_1t9gz_2082 {
            align-self: center;
            justify-self: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 10px;
            line-height: 13px;
            text-align: center;
            padding-top: 20px;
            color: rgba(255, 255, 255, 0.65);

            svg {
              color: rgba(255, 255, 255, 0.65);
            }
          }
        }
      }

      ._PaymentOverlayContentMainSectionTable1_1t9gz_2101 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;


        ._messageBodyContentHeadersItem_1t9gz_1656 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: grid;
          position: relative;
          overflow: hidden;
          width: 100px;
          aspect-ratio: 1.5;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;

          &._disabled_1t9gz_84 {
            border: 1px dashed rgb(99, 99, 102);
            opacity: 0.5;
            pointer-events: none;
          }

          ._messageBodyContentHeadersItemTAMT_1t9gz_2071 {
            position: absolute;
            text-align: center;
            top: 5px;
            right: 10px;
            font-size: 16px;
            font-weight: 500;
            user-select: none;
            cursor: default;
          }

          ._messageBodyContentHeadersItemTPICON_1t9gz_2082 {
            align-self: center;
            justify-self: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 10px;
            line-height: 13px;
            text-align: center;
            color: rgba(255, 255, 255, 0.65);

            span {
              font-size: 32px;
            }

            svg {
              color: rgba(255, 255, 255, 0.65);
            }
          }
        }
      }

      &._PaymentOverlayContentMainSectionGrid_1t9gz_2157 {
        display: grid;
        grid-template-columns: 1fr 1fr;

        ._PaymentOverlayContentMainSectionValue_1t9gz_1968 {
          width: 80%;
        }
      }
    }

  }

}

._messageC1Body_1t9gz_2171 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 16px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;

  ._messageBodyHeader_1t9gz_1272 {
    ._messageBodyHeaderLeft_1t9gz_1289 {
      ._messageBodyHeaderLeftInfo_1t9gz_1295 {
        ._messageBodyHeaderLeftInfoTitle_1t9gz_1303 {
          font-size: 17px;

          &:hover {
            background-color: rgba(255, 255, 255, 0);
          }
        }
      }
    }
  }

  ._messageBodyContent_1t9gz_1624 {
    display: flex;
    flex-direction: column;
    width: 100%;

    ._messageBodyContentHeaders_1t9gz_1629 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
      grid-template-rows: 1fr;


      ._messageBodyContentHeadersItem_1t9gz_1656 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1;
        background-color: rgba(255, 255, 255, 0.033);
        cursor: pointer;


        ._messageBodyContentHeadersItemTImage_1t9gz_2225 {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        ._messageBodyContentHeadersItemTAMT_1t9gz_2071 {
          position: absolute;
          text-align: center;
          top: 7.5px;
          right: 12.5px;
          font-size: 19px;
          font-weight: 500;
          user-select: none;
          cursor: default;
        }

        ._messageBodyContentHeadersItemTDT_1t9gz_2242 {
          position: absolute;
          width: 100%;
          text-align: center;
          bottom: 7.5px;
          font-size: 13px;
          font-weight: 400;
          user-select: none;
          cursor: default;
        }

        ._messageBodyContentHeadersItemTPDI_1t9gz_2253 {
          padding: 3px;
          border-radius: 100%;
          position: absolute;
          top: 7.5px;
          left: 7.5px;
          background-color: rgb(0, 170, 0);
        }

        ._messageBodyContentHeadersItemTPDO_1t9gz_2262 {
          padding: 3px;
          border-radius: 100%;
          position: absolute;
          top: 7.5px;
          left: 7.5px;
          background-color: rgb(170, 0, 0);
        }

        ._messageBodyContentHeadersItemTPICON_1t9gz_2082 {
          align-self: center;
          justify-self: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          font-size: 13px;
          text-align: center;
          padding-top: 30px;
          color: rgba(255, 255, 255, 0.65);

          svg {
            color: rgba(255, 255, 255, 0.65);
          }
        }

        ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
          align-self: center;
          justify-self: center;
          background-color: rgba(255, 255, 255, 0.075);
          height: 45px;
          width: 45px;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          user-select: none;
          cursor: pointer;
        }

        &:nth-child(even) {
          background-color: rgba(0, 0, 0, 0.075);
        }


      }

      ._addDocumentButton_1t9gz_2308 {
        background-color: transparent !important;
      }
    }

    ._messageBodyContentSeparator_1t9gz_1718 {
      margin: 25px 0 0px;
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      height: 40px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      span {
        padding: 5px 15px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.075);
        text-align: center;

        &:first-of-type {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }

        &:last-of-type {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }
      }

    }

    ._messageBodyContentItems_1t9gz_1749 {
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      ._messageBodyContentItem_1t9gz_1749 {
        display: flex;
        padding: 0px 15px;
        margin: 7.5px 0;
        gap: 15px;

        ._messageBodyContentItemImage_1t9gz_1764 {
          width: 60px;
          height: 75px;
          flex-shrink: 0;
          border-radius: 5px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          object-fit: cover;
        }

        ._messageBodyContentItemDetails_1t9gz_1773 {
          display: flex;
          flex-direction: column;

          ._messageBodyContentItemDetailsTitle_1t9gz_1777 {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
          }

          ._messageBodyContentItemDetailsSubTitle_1t9gz_1783 {
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
            margin: 0;
            color: rgba(255, 255, 255, 0.5);
          }
        }

      }

      ._messageBodyContentItemTotals_1t9gz_1794 {
        text-align: right;
        margin: 0 15px;
        font-size: 14px;
      }

      ._messageBodyContentItemTotalsAmount_1t9gz_1800 {
        text-align: right;
        margin: 0 15px;
        font-size: 14px;
        font-weight: 500;
      }

    }

    ._messageBodyContentFooter_1t9gz_1809 {
      display: flex;
      flex-direction: column;
      flex: 1;

      ._messageBodyContentFooterSub_1t9gz_1814 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubTitle_1t9gz_1818 {
          flex: 1;
          text-align: right;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }

        ._messageBodyContentFooterSubSubTitle_1t9gz_1825 {
          width: 12%;
          text-align: right;
          font-size: 14px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
        }
      }

      ._messageBodyContentFooterSubAlt_1t9gz_1834 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubAltTitle_1t9gz_1838 {
          flex: 1;
          text-align: left;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }
      }

      ._messageBodyContentFooterMain_1t9gz_1846 {
        display: flex;
        align-items: center;
        margin: 25px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        ._messageBodyContentFooterMainTitle_1t9gz_1853 {
          flex: 1;
          text-align: right;
          display: flex;
          justify-content: space-between;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 500;
          padding: 15px 25px;
          height: 100%;
          border-right: 1px solid rgba(255, 255, 255, 0.1);

          span {
            color: rgba(255, 255, 255, 0.98);
            background-color: rgb(0, 170, 0);
            border-radius: 5px;
            padding: 0 15px;
          }
        }

        ._messageBodyContentFooterMainSubTitle_1t9gz_1873 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

._orderActionRow_1t9gz_2482 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

._orderActionButton_1t9gz_2489 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease;
}

._orderActionButton_1t9gz_2489 svg {
  color: #c89200;
  flex-shrink: 0;
}

._orderActionButton_1t9gz_2489:hover {
  background: rgba(255, 255, 255, 0.085);
}

._orderActionButton_1t9gz_2489:disabled {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
}

._orderActionButtonPrimary_1t9gz_2520 {
  background: rgba(200, 146, 0, 0.16);
}

._messageC2Body_1t9gz_2524 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 16px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;

  ._messageBodyHeader_1t9gz_1272 {
    ._messageBodyHeaderLeft_1t9gz_1289 {
      ._messageBodyHeaderLeftInfo_1t9gz_1295 {
        ._messageBodyHeaderLeftInfoTitle_1t9gz_1303 {
          font-size: 17px;

          &:hover {
            background-color: rgba(255, 255, 255, 0);
          }
        }
      }
    }
  }

  ._messageBodyContent_1t9gz_1624 {
    display: flex;
    flex-direction: column;
    width: 100%;

    ._messageBodyContentHeaders_1t9gz_1629 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
      grid-template-rows: 1fr;


      ._messageBodyContentHeadersItem_1t9gz_1656 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1;
        background-color: rgba(255, 255, 255, 0.075);


        ._messageBodyContentHeadersItemTImage_1t9gz_2225 {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        ._messageBodyContentHeadersItemTTypeImage_1t9gz_2583 {
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 45px;
          height: 45px;
        }


        ._messageBodyContentHeadersItemTPDF_1t9gz_2592 {
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-color: #D32F2F;
          padding: 1px 10px;
          font-size: 12px;
          font-weight: 500;
          border-radius: 12px;
          user-select: none;
          cursor: default;
          box-shadow: 10px 10px 38px 16px rgba(0, 0, 0, 0.75);
        }

        ._messageBodyContentHeadersItemTPNG_1t9gz_2606 {
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-color: #03A9F4;
          padding: 1px 10px;
          font-size: 12px;
          font-weight: 500;
          border-radius: 12px;
          user-select: none;
          cursor: default;
          box-shadow: 10px 10px 38px 16px rgba(0, 0, 0, 0.75);
        }

        ._messageBodyContentHeadersItemTJPG_1t9gz_2620 {
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-color: #9C27B0;
          padding: 1px 10px;
          font-size: 12px;
          font-weight: 500;
          border-radius: 12px;
          user-select: none;
          cursor: default;
          box-shadow: 10px 10px 38px 16px rgba(0, 0, 0, 0.75);
        }

        ._messageBodyContentHeadersItemTXLS_1t9gz_2634 {
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-color: #4CAF50;
          padding: 1px 10px;
          font-size: 12px;
          font-weight: 500;
          border-radius: 12px;
          user-select: none;
          cursor: default;
        }

        ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
          align-self: center;
          justify-self: center;
          background-color: rgba(255, 255, 255, 0.075);
          height: 45px;
          width: 45px;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          user-select: none;
          cursor: pointer;
        }

        &:nth-child(even) {
          background-color: rgba(0, 0, 0, 0.075);
        }


      }

      ._addDocumentButton_1t9gz_2308 {
        background-color: transparent !important;
      }
    }

    ._messageBodyContentSeparator_1t9gz_1718 {
      margin: 25px 0 0px;
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      height: 40px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      span {
        padding: 5px 15px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.075);
        text-align: center;

        &:first-of-type {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }

        &:last-of-type {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }
      }

    }

    ._messageBodyContentFooter_1t9gz_1809 {
      display: flex;
      flex-direction: column;
      flex: 1;

      ._messageBodyContentFooterSub_1t9gz_1814 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubTitle_1t9gz_1818 {
          flex: 1;
          text-align: right;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }

        ._messageBodyContentFooterSubSubTitle_1t9gz_1825 {
          width: 12%;
          text-align: right;
          font-size: 14px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
        }
      }

      ._messageBodyContentFooterSubAlt_1t9gz_1834 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubAltTitle_1t9gz_1838 {
          flex: 1;
          text-align: left;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }
      }

      ._messageBodyContentFooterMain_1t9gz_1846 {
        display: flex;
        align-items: center;
        margin: 25px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        ._messageBodyContentFooterMainTitle_1t9gz_1853 {
          flex: 1;
          text-align: right;
          display: flex;
          justify-content: space-between;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 500;
          padding: 15px 25px;
          height: 100%;
          border-right: 1px solid rgba(255, 255, 255, 0.1);

          span {
            color: rgba(255, 255, 255, 0.98);
            background-color: rgb(0, 170, 0);
            border-radius: 5px;
            padding: 0 15px;
          }
        }

        ._messageBodyContentFooterMainSubTitle_1t9gz_1873 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

._messageC3Body_1t9gz_2782 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 16px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;

  ._messageBodyHeader_1t9gz_1272 {
    ._messageBodyHeaderLeft_1t9gz_1289 {
      ._messageBodyHeaderLeftInfo_1t9gz_1295 {
        ._messageBodyHeaderLeftInfoTitle_1t9gz_1303 {
          font-size: 17px;

          &:hover {
            background-color: rgba(255, 255, 255, 0);
          }
        }
      }
    }
  }

  ._messageBodyContent_1t9gz_1624 {
    display: flex;
    flex-direction: column;
    width: 100%;

    ._messageBodyContentHeaders_1t9gz_1629 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
      grid-template-rows: 1fr;

      ._messageBodyContentHeadersItem_1t9gz_1656 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1;
        background-color: rgba(255, 255, 255, 0.033);
        cursor: pointer;

        &:nth-child(even) {
          background-color: rgba(0, 0, 0, 0.075);
        }
      }

      ._saleNoteTileCard_1t9gz_2839 {
        grid-column: 1 / span 4;
        aspect-ratio: auto;
        min-height: 180px;
        padding: 18px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        cursor: default;
      }

      ._saleNoteActionTile_1t9gz_2851 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        min-height: 180px;
        gap: 14px;
        background-color: transparent !important;
      }
    }

    ._messageBodyContentFooter_1t9gz_1809 {
      display: flex;
      flex-direction: column;
      flex: 1;

      ._messageBodyContentFooterSubAlt_1t9gz_1834 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubAltTitle_1t9gz_1838 {
          flex: 1;
          text-align: left;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }
      }
    }
  }
}

._saleNoteTileEyebrow_1t9gz_2883 {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

._saleNoteTileBody_1t9gz_2891 {
  width: 100%;
  flex: 1 1 auto;
  margin: 10px 0 0;
  text-align: left;
  align-self: stretch;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  white-space: pre-wrap;
  word-break: break-word;
}

._linkedRecordTileCard_1t9gz_2904 {
  grid-column: 1 / span 5;
  aspect-ratio: auto;
  min-height: 0;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: default;
  align-self: start;
}

._linkedRecordContent_1t9gz_2920 {
  gap: 0;
}

._linkedRecordHeaders_1t9gz_2924 {
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  align-items: start;
}

._linkedRecordHeaders_1t9gz_2924 ._messageBodyContentHeadersItem_1t9gz_1656 {
  aspect-ratio: auto !important;
  min-height: 0 !important;
}

._linkedRecordFooter_1t9gz_2937 {
  flex: 0 0 auto !important;
  margin-top: 8px;
}

._linkedRecordTileMetaGrid_1t9gz_2942 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 18px;
  margin-top: 2px;
}

._linkedRecordTileMetaItem_1t9gz_2950 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

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

._linkedRecordTileMetaLabel_1t9gz_2961 {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

._linkedRecordTileMetaValue_1t9gz_2969 {
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
  word-break: break-word;
  overflow-wrap: anywhere;
}

._linkedRecordTileBody_1t9gz_2977 {
  width: 100%;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
  text-align: left;
}

._linkedRecordTileActionRow_1t9gz_2986 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0 0;
}

._linkedRecordTileActionButton_1t9gz_2994 {
  width: auto;
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 auto;
}

._saleNoteActionButton_1t9gz_3001 {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

._saleNoteActionButton_1t9gz_3001 ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 999px !important;
  background-color: rgba(255, 255, 255, 0.075);
  display: flex;
  align-items: center;
  justify-content: center;
}

._saleNoteActionButton_1t9gz_3001:hover ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
  background-color: rgba(255, 255, 255, 0.125);
}

._saleNoteActionButton_1t9gz_3001 ._messageBodyContentHeadersItemTADB_1t9gz_2287 svg {
  width: 24px;
  height: 24px;
}

._saleNoteDeleteButton_1t9gz_3032 ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
  background-color: rgba(234, 52, 39, 0.12);
}

._saleNoteDeleteButton_1t9gz_3032:hover ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
  background-color: rgba(234, 52, 39, 0.18);
}

._saleNoteDeleteButton_1t9gz_3032 ._messageBodyContentHeadersItemTADB_1t9gz_2287 svg {
  color: rgba(255, 120, 110, 0.96);
}

._messageTitle_1t9gz_3044 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #ffffff;
}

._messageViewLink_1t9gz_3051 {
  font-size: 12px;
  color: #cccccc;
  margin-bottom: 24px;
}

._messageViewLink_1t9gz_3051 a {
  color: #0e639c;
  text-decoration: underline;
}

._messageViewLink_1t9gz_3051 a:hover {
  color: #1177bb;
}

._warningContent_1t9gz_3066 {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5aa0 100%);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}

._hdfcHeader_1t9gz_3073 {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

._hdfcLogo_1t9gz_3078 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

._warningImage_1t9gz_3087 {
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._warningText_1t9gz_3094 h2 {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

._personImage_1t9gz_3102 {
  font-size: 80px;
  opacity: 0.8;
}

/* Scroll Area Styles */
._scrollRoot_1t9gz_3108 {
  flex: 1;
  overflow: hidden;
}

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

/* Fix for Radix ScrollArea's table display wrapper */
._scrollViewport_1t9gz_3113>div[style*="display: table"] {
  display: block !important;
  min-width: unset !important;
  width: 100% !important;
  height: 100% !important;
}



._scrollbar_1t9gz_3128 {
  display: none;
  user-select: none;
  touch-action: none;
  padding: 2px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 160ms ease-out;
}

._scrollbar_1t9gz_3128:hover {
  background: rgba(255, 255, 255, 0.2);
}

._scrollbar_1t9gz_3128[data-orientation='vertical'] {
  width: 8px;
}

._scrollbar_1t9gz_3128[data-orientation='horizontal'] {
  flex-direction: column;
  height: 8px;
}

._scrollThumb_1t9gz_3150 {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
}

._scrollThumb_1t9gz_3150::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 44px;
  min-height: 44px;
}

._scrollThumb_1t9gz_3150:hover {
  background: rgba(255, 255, 255, 0.5);
}

._contextWrapper_1t9gz_3173 {
  position: relative;
  border-radius: 8px;
}

._messageItem_1t9gz_471[data-state='open'] {
  outline: 2px solid rgba(16, 215, 73, 0.85);
  outline-offset: -2px;
}

._contextMenu_1t9gz_3183 {
  min-width: 250px;
  background-color: rgb(28, 28, 30);
  border: .2px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
  z-index: 1000;
  animation: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1) _cw-modal-pop_1t9gz_1;
}

/* Origin: Based on Radix side + align */
._contextMenu_1t9gz_3183[data-side="top"][data-align="start"],
._contextMenu_1t9gz_3183[data-side="bottom"][data-align="start"] {
  transform-origin: top left;
}

._contextMenu_1t9gz_3183[data-side="top"][data-align="center"],
._contextMenu_1t9gz_3183[data-side="bottom"][data-align="center"] {
  transform-origin: top center;
}

._contextMenu_1t9gz_3183[data-side="top"][data-align="end"],
._contextMenu_1t9gz_3183[data-side="bottom"][data-align="end"] {
  transform-origin: top right;
}

._contextMenu_1t9gz_3183[data-side="left"][data-align="start"],
._contextMenu_1t9gz_3183[data-side="right"][data-align="start"] {
  transform-origin: top left;
}

._contextMenu_1t9gz_3183[data-side="left"][data-align="center"],
._contextMenu_1t9gz_3183[data-side="right"][data-align="center"] {
  transform-origin: center left;
}

._contextMenu_1t9gz_3183[data-side="left"][data-align="end"],
._contextMenu_1t9gz_3183[data-side="right"][data-align="end"] {
  transform-origin: bottom left;
}

._contextItem_1t9gz_3226 {
  all: unset;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;

  svg {
    color: #c89200;
  }

  svg[data-flag-icon] {
    color: inherit;
  }

  &:hover {
    background-color: #2c2c2e;
  }

  &[data-disabled] {
    font-size: 14.5px;
    font-weight: 500;

    &:hover {
      background-color: transparent;
    }
  }

}

@keyframes _cw-modal-pop_1t9gz_1 {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }

  80% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

._separator_1t9gz_3277 {
  height: 1px;
  background-color: #3a3a3c;
  margin: 5px 10px;
}



._hoverCardContent_1t9gz_3285 {
  background-color: rgb(28, 28, 30);
  border: 1px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding: 12px;
  width: 250px;
  z-index: 100;
  animation: _fadeIn_1t9gz_1 0.2s ease;
}

._hoverCardInner_1t9gz_3296 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._hoverCardInner_1t9gz_3296 strong {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

._hoverCardInner_1t9gz_3296 p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

._hoverCardInner_1t9gz_3296 small {
  font-size: 12px;
  color: #888;
}

@keyframes _fadeIn_1t9gz_1 {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._avatarHoverRoot_1t9gz_3331 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--black-a3);
  flex-shrink: 0;
  flex-grow: 0;
}

._avatarHoverFallback_1t9gz_3346 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgb(166, 171, 183), rgb(134, 138, 147));
  color: rgb(224, 236, 248);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

._Content_1t9gz_3359 {
  border-radius: 6px;
  padding: 20px;
  width: 300px;
  background-color: rgb(33, 32, 32);
  box-shadow:
    hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
    hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;

  &[data-side="top"] {
    animation-name: _slideDownAndFade_1t9gz_1;
  }

  &[data-side="right"] {
    animation-name: _slideLeftAndFade_1t9gz_1;
  }

  &[data-side="bottom"] {
    animation-name: _slideUpAndFade_1t9gz_1;
  }

  &[data-side="left"] {
    animation-name: _slideRightAndFade_1t9gz_1;
  }
}

._Arrow_1t9gz_3388 {
  fill: rgba(116, 116, 128, 0.25);
}

._ImageTrigger_1t9gz_3392 {
  all: unset;
  cursor: pointer;
  border-radius: 100%;
  display: inline-block;

  &:focus {
    box-shadow: 0 0 0 2px white;
  }
}

._Image_1t9gz_3392 {
  display: block;
  border-radius: 100%;

  &.normal {
    width: 45px;
    height: 45px;
  }

  &.large {
    width: 60px;
    height: 60px;
  }
}

._Text_1t9gz_3418 {
  margin: 0;
  color: var(--mauve-12);
  font-size: 15px;
  line-height: 1.5;

  &.faded {
    color: var(--mauve-10);
  }

  &.bold {
    font-weight: 500;
  }
}

@keyframes _slideUpAndFade_1t9gz_1 {
  0% {
    opacity: 0;
    transform: translateY(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes _slideRightAndFade_1t9gz_1 {
  0% {
    opacity: 0;
    transform: translateX(-2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes _slideDownAndFade_1t9gz_1 {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes _slideLeftAndFade_1t9gz_1 {
  0% {
    opacity: 0;
    transform: translateX(2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-color-scheme: light) {
  ._emailClient_1t9gz_5 {
    background: #fff;
    color: #1f2937;
  }

  ._sidebar_1t9gz_17 {
    background: linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(243, 246, 251, 0.96));
    border-right: 1px solid rgb(209, 209, 214);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.7);
  }

  ._messageList_1t9gz_190 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98));
    border-right: 1px solid rgba(210, 218, 228, 0.95);
  }

  ._messageContainer_1t9gz_631,
  ._messageContentHeader_1t9gz_1155 {
    background: #ffffff;
    border-bottom: 1px solid transparent;
  }

  ._messageContentHeader_1t9gz_1155._overlapping_1t9gz_1163 {
    border-color: rgba(210, 218, 228, 0.5);
    background: rgba(247, 249, 252, 0.98);
  }

  ._sidebarHeader_1t9gz_33 h2,
  ._foldersHeader_1t9gz_139 h3,
  ._headerTop_1t9gz_290 h2,
  ._sender_1t9gz_747,
  ._subject_1t9gz_786,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderLeft_1t9gz_1289 ._messageBodyHeaderLeftInfo_1t9gz_1295 ._messageBodyHeaderLeftInfoTitle_1t9gz_1303,
  ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersSubTitle_1t9gz_1646,
  ._messageBodyContentFooterMainTitle_1t9gz_1853,
  ._messageBodyContentFooterMainSubTitle_1t9gz_1873,
  ._Text_1t9gz_3418 {
    color: #1f2937;
  }

  ._mailboxName_1t9gz_112 {
    color: #243043;
  }

  ._count_1t9gz_125,
  ._headerInfo_1t9gz_382,
  ._preview_1t9gz_808,
  ._summaryLine_1t9gz_798,
  ._time_1t9gz_760,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderRight_1t9gz_1357 ._messageBodyHeaderRightDate_1t9gz_1362,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderLeft_1t9gz_1289 ._messageBodyHeaderLeftInfo_1t9gz_1295 ._messageBodyHeaderLeftInfoSubtitle_1t9gz_1324 span,
  ._messageBodyHeaderLeftInfoSubtitle_1t9gz_1324,
  ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersTitle_1t9gz_1640,
  ._messageBodyContentSeparator_1t9gz_1718 span,
  ._messageBodyContentFooterSubTitle_1t9gz_1818,
  ._messageBodyContentFooterSubSubTitle_1t9gz_1825,
  ._messageBodyContentFooterSubAltTitle_1t9gz_1838,
  ._Text_1t9gz_3418.faded {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._mailboxItem_1t9gz_64:hover,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderLeft_1t9gz_1289 ._messageBodyHeaderLeftInfo_1t9gz_1295 ._messageBodyHeaderLeftInfoTitle_1t9gz_1303:hover,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderLeft_1t9gz_1289 ._messageBodyHeaderLeftInfo_1t9gz_1295 ._messageBodyHeaderLeftInfoSubtitle_1t9gz_1324 span:hover,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderRight_1t9gz_1357 ._messageDetailsButton_1t9gz_1371:hover,
  ._contextItem_1t9gz_3226:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._mailboxItem_1t9gz_64._active_1t9gz_93 {
    background: rgba(120, 120, 128, 0.1);
    color: rgba(0, 0, 0, 0.88);

    &:hover {
      background: rgba(120, 120, 128, 0.2);
    }
  }

  ._iconButton_1t9gz_357,
  ._messageBodyHeader_1t9gz_1272 ._messageBodyHeaderRight_1t9gz_1357 ._messageDetailsButton_1t9gz_1371,
  ._detailsButton_1t9gz_1211,
  ._messageViewLink_1t9gz_3051 a,
  ._contextItem_1t9gz_3226 svg,
  ._mailboxItem_1t9gz_64 svg {
    color: #c89200;
  }

  ._iconButton_1t9gz_357:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._iconButton_1t9gz_357:disabled {
    color: rgba(71, 85, 105, 0.34);
    background-color: transparent;
  }

  ._searchIcon_1t9gz_414,
  ._searchClearIcon_1t9gz_420 {
    color: #6b7280;
  }

  ._searchClearIcon_1t9gz_420:hover {
    background-color: rgba(148, 163, 184, 0.18);
  }

  ._searchInput_1t9gz_434 {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgb(209, 209, 214);
    color: #1f2937;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  ._searchInput_1t9gz_434::placeholder {
    color: #94a3b8;
  }

  ._searchInput_1t9gz_434:focus {
    outline: 3px solid rgba(24, 169, 87, 0.22);
    border-color: rgba(24, 169, 87, 0.48);
    caret-color: #18a957;
  }

  ._topHits_1t9gz_455,
  ._messageBody_1t9gz_1224,
  ._messageC1Body_1t9gz_2171,
  ._messageC2Body_1t9gz_2524,
  ._messageC3Body_1t9gz_2782 {
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }

  ._messageBody_1t9gz_1224 {
    background: #ffffff;
  }

  ._messageContentHeaderIdle_1t9gz_1169 {
    border-bottom-color: rgba(226, 232, 240, 0.85);
  }

  ._emptyPaneTitle_1t9gz_1256 {
    color: rgba(51, 65, 85, 0.76);
  }

  ._emptyPaneBody_1t9gz_1264 {
    color: rgba(71, 85, 105, 0.62);
  }

  ._topHits_1t9gz_455 ._topHitsLabel_1t9gz_462 {
    color: #1f2937;
  }

  ._messageItem_1t9gz_471._selected_1t9gz_475,
  ._topHits_1t9gz_455 ._messageItem_1t9gz_471._selected_1t9gz_475 {
    background: rgba(120, 120, 128, 0.15);
  }

  ._subject_1t9gz_786 {
    color: #111827;
  }

  ._summaryLine_1t9gz_798 {
    color: rgba(71, 85, 105, 0.88);
  }

  ._metaPill_1t9gz_864 {
    background: rgba(148, 163, 184, 0.14);
    color: rgba(51, 65, 85, 0.92);
  }

  ._saleStateDot_1t9gz_595 {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.98);
  }

  ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 ._saleStateBadge_1t9gz_880 {
    color: #ffffff !important;
    background-color: inherit;
  }

  ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 ._saleStateBadge_paid_1t9gz_895 {
    background: rgb(0, 170, 0) !important;
  }

  ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 ._saleStateBadge_due_1t9gz_899 {
    background: rgb(228, 43, 43) !important;
  }

  ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 ._saleStateBadge_partiallypaid_1t9gz_903 {
    background: rgb(224, 166, 32) !important;
  }

  ._messageItem_1t9gz_471._selected_1t9gz_475 ._metaPill_1t9gz_864,
  ._topHits_1t9gz_455 ._messageItem_1t9gz_471._selected_1t9gz_475 ._metaPill_1t9gz_864 {
    background: rgba(100, 116, 139, 0.18);
    color: #0f172a;
  }

  ._confirmDialog_1t9gz_918 {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 15px 0 rgba(15, 23, 42, 0.18);
    color: #111827;
  }

  ._confirmHeader_1t9gz_927 p,
  ._confirmHint_1t9gz_984 {
    color: rgba(71, 85, 105, 0.88);
  }

  ._confirmSecondary_1t9gz_948 {
    background: rgba(231, 231, 231, 0.98);
    color: #334155;
  }

  ._confirmSecondary_1t9gz_948:hover {
    background: rgba(220, 220, 220, 0.98);
    color: #1f2937;
  }

  ._confirmPrimary_1t9gz_947 {
    background: rgb(234, 52, 39);
    color: #fff;
  }

  ._confirmPrimary_1t9gz_947:hover {
    background: rgb(214, 44, 32);
  }

  ._messageContent_1t9gz_508:not(:focus-within) {
    border-bottom-color: rgba(226, 232, 240, 1);
  }

  ._actions_1t9gz_509 {
    background-color: rgba(51, 54, 56, 0.5);
    color: #ffffff;
  }

  ._unreadIndicator_1t9gz_1138,
  ._unreadDot_1t9gz_398 {
    background-color: #18a957;
  }

  ._avatarFallback_1t9gz_635,
  ._avatarHoverFallback_1t9gz_3346 {
    background: linear-gradient(rgb(188, 198, 214), rgb(148, 163, 184));
    color: #f8fafc;
  }


  ._lightIcon_1t9gz_710 {
    display: flex;
  }

  ._darkIcon_1t9gz_714 {
    display: none;
  }

  ._lightModeIconBorder_1t9gz_3737 {
    border: 1px solid rgba(80, 85, 96, 0.15) !important;
    box-shadow: 0 0 7.5px 0.33px rgba(80, 85, 96, 0.1);
  }

  ._messageBodyHeader_1t9gz_1272 {
    border-bottom-color: rgba(226, 232, 240, 0.95);
  }

  ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemL_1t9gz_1656,
  ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemS_1t9gz_1676,
  ._messageBodyContentSeparator_1t9gz_1718 span,
  ._messageBodyContentFooterMain_1t9gz_1846,
  ._messageBodyContentFooterSub_1t9gz_1814,
  ._messageBodyContentFooterSubAlt_1t9gz_1834 {
    background-color: rgba(241, 241, 241, 1) !important;
    color: #1f2937;
  }

  ._messageBodyContentFooterSubAlt_1t9gz_1834,
  ._messageBodyContentFooterSubTitle_1t9gz_1818,
  ._messageBodyContentFooterSubAltTitle_1t9gz_1838 {
    color: rgba(71, 85, 105, 0.84) !important;
    background-color: transparent !important;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentSeparator_1t9gz_1718 span,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentSeparator_1t9gz_1718 span,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentSeparator_1t9gz_1718 span {
    color: rgba(71, 85, 105, 0.82) !important;
    background-color: transparent !important;
    border-top: 1px solid rgba(226, 232, 240, 0.96);
    border-bottom: 1px solid rgba(226, 232, 240, 0.96);
  }

  ._messageBodyContentFooterMain_1t9gz_1846,
  ._messageBodyContentItemDetailsTitle_1t9gz_1777,
  ._messageBodyContentItemTotalsAmount_1t9gz_1800,
  ._messageBodyContentFooterSubSubTitle_1t9gz_1825,
  ._messageBodyContentFooterMainTitle_1t9gz_1853,
  ._messageBodyContentFooterMainSubTitle_1t9gz_1873 {
    color: #1f2937 !important;
    background-color: transparent !important;
  }

  ._messageBodyContentItemImage_1t9gz_1764 {
    border: 1px solid rgba(80, 85, 96, 0.2) !important;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContentFooter_1t9gz_1809 ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 span,
  ._messageC2Body_1t9gz_2524 ._messageBodyContentFooter_1t9gz_1809 ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 span,
  ._messageC3Body_1t9gz_2782 ._messageBodyContentFooter_1t9gz_1809 ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 span {
    padding: 0;
  }

  ._messageBodyContentItemDetailsSubTitle_1t9gz_1783 {
    color: rgba(71, 85, 105, 0.84) !important;
    background: transparent !important;
  }

  ._messageBodyContentFooterSub_1t9gz_1814,
  ._messageBodyContentFooterSubTitle_1t9gz_1818 {
    color: #1f2937 !important;
    background: transparent !important;
  }

  ._messageBodyContentFooterMain_1t9gz_1846 {
    border-top: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  ._messageBodyContentFooterMain_1t9gz_1846 ._messageBodyContentFooterMainTitle_1t9gz_1853 {
    border-right: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656 {
    background-color: rgba(241, 241, 241, 1);
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656:nth-child(even),
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656:nth-child(even),
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItem_1t9gz_1656:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._addDocumentButton_1t9gz_2308,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._addDocumentButton_1t9gz_2308,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._addDocumentButton_1t9gz_2308 {
    background: transparent !important;
    border-radius: 18px;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTADB_1t9gz_2287,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTADB_1t9gz_2287,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTADB_1t9gz_2287 {
    background: rgba(0, 0, 0, 0.075) !important;
    color: #1f2937;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082,
  ._saleNoteActionLabel_1t9gz_3841 {
    color: rgba(71, 85, 105, 0.82);
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082 svg,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082 svg,
  ._messageC3Body_1t9gz_2782 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPICON_1t9gz_2082 svg {
    color: rgba(71, 85, 105, 0.82);
  }

  ._saleNoteTileEyebrow_1t9gz_2883 {
    color: rgba(71, 85, 105, 0.74);
  }

  ._saleNoteTileBody_1t9gz_2891 {
    color: #1f2937;
  }

  ._messageC1Body_1t9gz_2171 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTDT_1t9gz_2242,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPDF_1t9gz_2592,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTPNG_1t9gz_2606,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTJPG_1t9gz_2620,
  ._messageC2Body_1t9gz_2524 ._messageBodyContent_1t9gz_1624 ._messageBodyContentHeaders_1t9gz_1629 ._messageBodyContentHeadersItemTXLS_1t9gz_2634 {
    box-shadow: 0 8px 18px rgba(148, 163, 184, 0.18);
  }

  ._PaymentOverlay_1t9gz_1886 {
    background-color: rgba(245, 245, 247, 0.85);
  }

  ._PaymentOverlayContent_1t9gz_1893 {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 15px 0 rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(205, 208, 213, 0.96);
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentSidebar_1t9gz_1913 {
    background: rgba(248, 250, 252, 0.95);
    border-right: 1px solid rgba(218, 222, 228, 0.96);
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayCloseIcon_1t9gz_1922 {
    color: #3e454f !important;
    background-color: rgba(248, 250, 252, 0.95);

    &:hover {
      background-color: rgba(120, 120, 128, 0.2);
    }
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939,
  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainTitle_1t9gz_1945,
  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionTitle_1t9gz_1961,
  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionValue_1t9gz_1968 {
    color: #1f2937 !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionBody_1t9gz_2042 {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionInput_1t9gz_1986 {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    color: #1e293b !important;
  }
  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionInput_1t9gz_1986::placeholder {
    color: rgba(0, 0, 0, 0.35) !important;
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionTable_1t9gz_2054 ._messageBodyContentHeadersItem_1t9gz_1656,
  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionTable1_1t9gz_2101 ._messageBodyContentHeadersItem_1t9gz_1656 {
    background-color: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._messageBodyContentHeadersItemTPICON_1t9gz_2082 {
    color: rgba(71, 85, 105, 0.85) !important;
  }

  ._messageBodyContentHeadersItemTPICON_1t9gz_2082 svg {
    color: rgba(71, 85, 105, 0.85) !important;
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionBtnPrimary_1t9gz_2009 {
    background: #000 !important;
    color: #fff !important;
  }

  ._PaymentOverlayContent_1t9gz_1893 ._PaymentOverlayContentMain_1t9gz_1939 ._PaymentOverlayContentMainSectionBtnSecondary_1t9gz_2026 {
    background: rgba(231, 231, 231, 0.98) !important;
    color: #334155;
  }

  ._scrollbar_1t9gz_3128 {
    background: rgba(203, 213, 225, 0.32);
  }

  ._scrollbar_1t9gz_3128:hover {
    background: rgba(148, 163, 184, 0.36);
  }

  ._scrollThumb_1t9gz_3150 {
    background: rgba(148, 163, 184, 0.72);
  }

  ._scrollThumb_1t9gz_3150:hover {
    background: rgba(100, 116, 139, 0.84);
  }

  ._contextMenu_1t9gz_3183,
  ._hoverCardContent_1t9gz_3285,
  ._Content_1t9gz_3359 {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    color: #1f2937;
  }

  ._contextItem_1t9gz_3226[data-disabled] {
    color: #111827;
  }

  ._separator_1t9gz_3277 {
    background-color: rgba(226, 232, 240, 0.95);
  }

  ._Arrow_1t9gz_3388 {
    fill: rgba(226, 232, 240, 0.95);
  }

  ._ImageTrigger_1t9gz_3392:focus {
    box-shadow: 0 0 0 2px rgba(24, 169, 87, 0.35);
  }
}

._artifactPreviewDialog_1t9gz_3978 {
  width: min(1040px, calc(100vw - 48px));
  height: min(760px, calc(100vh - 48px));
  max-width: none;
  max-height: none;
  overflow: hidden;
}

._artifactPreviewBody_1t9gz_3986 {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  background: rgb(24, 24, 27);
}

._artifactPreviewImage_1t9gz_3997 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

._artifactPreviewFrame_1t9gz_4003 {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  background: #fff;
}

._artifactPreviewDialog_1t9gz_3978 ._confirmActions_1t9gz_940 ._confirmSecondary_1t9gz_948:first-child {
  border-color: transparent;
  background: rgba(245, 245, 247, 0.96);
  color: #1d1d1f;
  font-weight: 400;
}

/* Artifact preview modal */
._artifactPreviewOverlay_1t9gz_4019 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
._artifactPreviewContent_1t9gz_4028 {
  max-width: 90vw;
  max-height: 90vh;
  background: rgb(22,22,27);
  border-radius: 12px;
  overflow: hidden;
}
._artifactPreviewImage_1t9gz_3997 {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
}
._artifactPreviewFrame_1t9gz_4003 {
  width: min(86vw, 960px);
  height: min(78vh, 760px);
  border: 0;
  background: #fff;
  border-radius: 8px;
}
._artifactPreviewClose_1t9gz_4047 {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}


/* Associate overlay styles - from inventory template */
._overlaySidebarNav_1t9gz_4062 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._overlaySidebarItem_1t9gz_4067 {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  transition: 120ms ease;
}
._overlaySidebarItem_1t9gz_4067:hover {
  background: rgba(255, 255, 255, 0.06);
}
._overlaySidebarItemActive_1t9gz_4083 {
  border-color: rgba(194, 122, 58, 0.35);
  background: rgba(194, 122, 58, 0.16);
}
._overlaySidebarContext_1t9gz_4087 {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._overlaySidebarLabel_1t9gz_4093 {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
._overlaySidebarCard_1t9gz_4098 {
  border-radius: 10px;
  border: 1px solid rgba(120, 120, 128, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._overlaySidebarTitle_1t9gz_4107 {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 500;
}
._overlaySidebarMeta_1t9gz_4113 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
._overlaySidebarPill_1t9gz_4117 {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  padding: 4px 8px;
}
._overlaySearchSection_1t9gz_4125 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
._PaymentOverlayContentMainSectionDocs_1t9gz_4131 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;

  ._overlayDocumentMatchCard_1t9gz_4139 {
    position: relative;
    border: 1px solid rgb(60, 60, 62);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.033);
    min-width: 0;
    min-height: 106px;
    cursor: pointer;
    padding: 8px;
  }
  ._overlayDocumentPreviewWrap_1t9gz_4149 {
    position: relative;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
  }
  ._overlayDocumentMeta_1t9gz_4160 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 0;
    min-width: 0;
  }
  ._overlayDocumentMetaHeader_1t9gz_4167 {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  ._overlayDocumentName_1t9gz_4172 {
    flex: 1;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ._overlayDocumentType_1t9gz_4182 {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.66);
  }
  ._overlayDocumentDate_1t9gz_4187 {
    font-size: 11px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
._overlayUploadStatus_1t9gz_4192 {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.68);
}
  ._overlaySidebarItem_1t9gz_4067 {
    color: #1f2937;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(189, 193, 198, 0.5);
  }
  ._overlaySidebarItemActive_1t9gz_4083 {
    background: rgba(215, 230, 255, 0.95);
    border-color: rgba(120, 153, 210, 0.68);
  }
  ._overlaySidebarLabel_1t9gz_4093 {
    color: rgba(71, 85, 105, 0.74);
  }
  ._overlaySidebarCard_1t9gz_4098 {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(189, 193, 198, 0.65);
  }
  ._overlaySidebarTitle_1t9gz_4107 {
    color: #0f172a;
  }
  ._overlaySidebarMeta_1t9gz_4113 {
    color: #475569;
  }
  ._overlaySidebarPill_1t9gz_4117 {
    color: #334155;
    background: rgba(148, 163, 184, 0.22);
  }
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMatchCard_1t9gz_4139 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewWrap_1t9gz_4149 {
    background: rgba(241, 245, 249, 0.9);
  }
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentName_1t9gz_4172 {
    color: #0f172a;
  }
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentType_1t9gz_4182,
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentDate_1t9gz_4187 {
    color: #475569;
  }}

/* Artifact preview viewer */
._artifactViewerContent_1t9gz_4240{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;background:rgb(22,22,27);border-radius:12px;overflow:hidden}
._artifactViewerClose_1t9gz_4241{position:absolute;top:12px;right:12px;background:none;border:none;color:rgba(255,255,255,0.7);cursor:pointer;z-index:10}
._artifactViewerBody_1t9gz_4242{flex:1;display:flex;min-height:0;overflow:hidden;align-items:center;justify-content:center;background:rgb(18,18,22)}
._artifactViewerImage_1t9gz_4243{max-width:100%;max-height:85vh;object-fit:contain}
._artifactViewerFrame_1t9gz_4244{width:min(86vw,960px);height:min(82vh,760px);border:0;background:#fff}
._artifactViewerFallback_1t9gz_4245{display:flex;flex-direction:column;align-items:center;gap:12px;color:rgba(255,255,255,0.5)}
._artifactViewerFallbackIcon_1t9gz_4246{width:64px;height:64px;border-radius:12px;background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center}
._artifactViewerFallbackName_1t9gz_4247{font-size:14px;font-weight:600;color:rgba(255,255,255,0.75)}
._artifactViewerFallbackHint_1t9gz_4248{font-size:12px;color:rgba(255,255,255,0.4)}
._artifactViewerDownloadBtn_1t9gz_4249{padding:8px 18px;border-radius:8px;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.85);font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;margin-top:8px;text-decoration:none}
._artifactViewerDownloadBtn_1t9gz_4249:hover{background:rgba(255,255,255,0.12)}

._associateDocumentsOverlayContent_1t9gz_4252 {
  max-width: 860px;
  height: 640px;
  min-height: 0;
  max-height: min(640px, calc(100vh - 64px));
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMain_1t9gz_1939 {
  padding: 20px 20px 14px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSection_1t9gz_1952 {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSectionValue_1t9gz_1968._Static_1t9gz_1981 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 34px;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSectionValue_1t9gz_1968._Static_1t9gz_1981 svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
}

/* Unified associated-document workspace */
._associateDocumentsOverlayContent_1t9gz_4252 {
  width: min(920px, calc(100vw - 48px));
  max-width: 920px;
  height: min(720px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMain_1t9gz_1939 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 20px 20px 14px;
  overflow: hidden;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainTitle_1t9gz_1945 {
  flex: 0 0 auto;
  margin: 0 0 16px;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSection_1t9gz_1952 {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSection_1t9gz_1952::-webkit-scrollbar {
  width: 6px;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSection_1t9gz_1952::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSectionValue_1t9gz_1968._Static_1t9gz_1981 {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._associateDocumentsOverlayContent_1t9gz_4252 ._PaymentOverlayContentMainSectionValue_1t9gz_1968._Static_1t9gz_1981 svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

._overlaySectionHeader_1t9gz_4357 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

._overlaySectionHeader_1t9gz_4357 ._PaymentOverlayContentMainSectionTitle_1t9gz_1961 {
  margin: 0;
}

._overlaySectionAction_1t9gz_4369,
._overlayInlineGhostButton_1t9gz_4370 {
  appearance: none;
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

._overlaySectionAction_1t9gz_4369 {
  padding: 8px 11px;
}

._overlayInlineGhostButton_1t9gz_4370 {
  padding: 7px 10px;
}

._overlaySectionAction_1t9gz_4369:hover,
._overlayInlineGhostButton_1t9gz_4370:hover {
  background: rgba(255, 255, 255, 0.1);
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-height: none;
  margin: 10px 0 18px;
  overflow: visible;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMatchCard_1t9gz_4139 {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 174px;
  flex-direction: column;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMatchCard_1t9gz_4139:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.065);
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewWrap_1t9gz_4149 {
  position: relative;
  display: flex;
  width: 100%;
  height: 88px;
  flex: 0 0 88px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreview_1t9gz_4149 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewFallback_1t9gz_4447 {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewExt_1t9gz_4461 {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewName_1t9gz_4468 {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMeta_1t9gz_4160 {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 9px 1px 1px;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMetaHeader_1t9gz_4167 {
  display: flex;
  width: 100%;
  min-width: 0;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentName_1t9gz_4172 {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentType_1t9gz_4182,
._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentDate_1t9gz_4187 {
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.53);
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayInlineGhostButton_1t9gz_4370 {
  margin-top: auto;
}

._overlayUploadDropzone_1t9gz_4522 {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 10px;
  padding: 22px;
  box-sizing: border-box;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

._overlayUploadDropzoneIcon_1t9gz_4538 {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.82);
}

._overlayUploadDropzoneTitle_1t9gz_4549 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
}

._overlayUploadDropzoneMeta_1t9gz_4555,
._overlayUploadStatus_1t9gz_4192 {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.4;
}

._overlayUploadDropzone_1t9gz_4522 ._PaymentOverlayContentMainSectionFlex_1t9gz_2004 {
  justify-content: center;
  margin-top: 2px;
}

._overlayButtonRow_1t9gz_4568 {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 10px;
  margin: 12px -20px -14px;
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: inherit;
}

._overlayButtonRow_1t9gz_4568 ._PaymentOverlayContentMainSectionBtnPrimary_1t9gz_2009,
._overlayButtonRow_1t9gz_4568 ._PaymentOverlayContentMainSectionBtnSecondary_1t9gz_2026 {
  width: auto;
  min-width: 88px;
  margin: 0;
  padding: 10px 18px;
  border-radius: 8px;
  text-align: center;
}

._overlayButtonRow_1t9gz_4568 ._PaymentOverlayContentMainSectionBtnPrimary_1t9gz_2009 {
  background: rgba(245, 245, 247, 0.96);
  color: #1d1d1f;
}

._overlayButtonRow_1t9gz_4568 ._PaymentOverlayContentMainSectionBtnSecondary_1t9gz_2026 {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.84);
}

._messageBodyContentHeadersItemTFileFallback_1t9gz_4600 {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 20px;
  box-sizing: border-box;
  text-align: center;
}

._messageBodyContentHeadersItemTFileName_1t9gz_4614 {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

._messageBodyContentHeadersItemDownload_1t9gz_4624 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(24, 24, 27, 0.72);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  opacity: 0;
  transition: opacity 120ms ease, background-color 120ms ease;
}

._messageBodyContentHeadersItem_1t9gz_1656:hover ._messageBodyContentHeadersItemDownload_1t9gz_4624,
._messageBodyContentHeadersItemDownload_1t9gz_4624:focus-visible {
  opacity: 1;
}

._messageBodyContentHeadersItemDownload_1t9gz_4624:hover {
  background: rgba(48, 48, 52, 0.94);
}

._artifactViewerContent_1t9gz_4240 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  display: flex;
  width: min(1040px, calc(100vw - 48px));
  height: min(760px, calc(100vh - 48px));
  max-width: none;
  max-height: none;
  flex-direction: column;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgb(28, 28, 30);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

._artifactViewerClose_1t9gz_4241 {
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

._artifactViewerBody_1t9gz_4242 {
  flex: 1 1 auto;
  min-height: 0;
  padding: 64px 22px 22px;
  box-sizing: border-box;
}

._artifactViewerFrame_1t9gz_4244 {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

._artifactViewerDownloadBtn_1t9gz_4249 {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  background: rgba(245, 245, 247, 0.96);
  color: #1d1d1f;
  font-weight: 400;
}

@media (max-width: 760px) {
  ._associateDocumentsOverlayContent_1t9gz_4252 {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
  }

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

@media (max-width: 520px) {
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-color-scheme: light) {
  ._overlaySectionAction_1t9gz_4369,
  ._overlayInlineGhostButton_1t9gz_4370,
  ._overlayButtonRow_1t9gz_4568 ._PaymentOverlayContentMainSectionBtnSecondary_1t9gz_2026,
  ._messageBodyContentHeadersItemDownload_1t9gz_4624 {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.045);
    color: rgba(0, 0, 0, 0.78);
  }

  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentMatchCard_1t9gz_4139 {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.025);
  }

  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewWrap_1t9gz_4149,
  ._overlayUploadDropzone_1t9gz_4522 {
    background: rgba(0, 0, 0, 0.025);
  }

  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewName_1t9gz_4468,
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentName_1t9gz_4172,
  ._overlayUploadDropzoneTitle_1t9gz_4549 {
    color: rgba(0, 0, 0, 0.84);
  }

  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentPreviewExt_1t9gz_4461,
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentType_1t9gz_4182,
  ._PaymentOverlayContentMainSectionDocs_1t9gz_4131 ._overlayDocumentDate_1t9gz_4187,
  ._overlayUploadDropzoneMeta_1t9gz_4555,
  ._overlayUploadStatus_1t9gz_4192 {
    color: rgba(0, 0, 0, 0.5);
  }

  ._overlayUploadDropzone_1t9gz_4522 {
    border-color: rgba(0, 0, 0, 0.17);
  }
}

._artifactPreviewDialog_1t9gz_3978 {
  display: flex;
  width: min(1040px, calc(100vw - 48px));
  height: min(760px, calc(100vh - 48px));
  max-width: none;
  max-height: none;
  flex-direction: column;
  overflow: hidden;
}

._artifactPreviewBody_1t9gz_3986 {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
  background: rgb(24, 24, 27);
}

._artifactPreviewImage_1t9gz_3997 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

._artifactPreviewFrame_1t9gz_4003 {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  background: #fff;
}

._artifactPreviewDialog_1t9gz_3978 ._confirmActions_1t9gz_940 ._confirmSecondary_1t9gz_948:first-child {
  border-color: transparent;
  background: rgba(245, 245, 247, 0.96);
  color: #1d1d1f;
  font-weight: 400;
}
._overlay_2puka_1 {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(8px);
  z-index: 4000;
}

._content_2puka_9 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(88vw, 980px);
  height: min(82vh, 720px);
  background: rgb(28, 28, 30);
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 60px 0px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  box-sizing: border-box;
  z-index: 4001;
  overflow: hidden;
}

._content_2puka_9:focus {
  outline: none;
}

._close_2puka_31 {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  box-shadow: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

._close_2puka_31:focus,
._close_2puka_31:focus-visible {
  outline: none;
  box-shadow: none;
}

._close_2puka_31:hover {
  background: rgba(255, 255, 255, 0.16);
}

._toolbar_2puka_63 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 96px 14px 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

._toolbarGroup_2puka_75 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

._zoomButton_2puka_81,
._zoomReset_2puka_82 {
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

._zoomButton_2puka_81:focus,
._zoomButton_2puka_81:focus-visible,
._zoomReset_2puka_82:focus,
._zoomReset_2puka_82:focus-visible {
  outline: none;
  box-shadow: none;
}

._zoomButton_2puka_81 {
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 10px;
}

._zoomIcon_2puka_112 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

._zoomReset_2puka_82 {
  min-width: 64px;
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

._zoomButton_2puka_81:hover,
._zoomReset_2puka_82:hover {
  background: rgba(255, 255, 255, 0.14);
}

._body_2puka_132 {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

._viewport_2puka_139 {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

._viewport_2puka_139::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

._canvas_2puka_163 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  will-change: transform;
  cursor: inherit;
}

._mediaFrame_2puka_173 {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
  margin: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform 120ms ease-out;
}

._pdfFrame_2puka_184 {
  display: block;
  border: none;
  background: #111;
  transform-origin: center center;
  will-change: transform;
  transition: transform 120ms ease-out;
}

._fileFallback_2puka_193 {
  width: min(520px, 100%);
  min-height: 320px;
  margin: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px;
  box-sizing: border-box;
  text-align: center;
}

._fileExtension_2puka_210 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.94);
}

._fileName_2puka_218 {
  max-width: 100%;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  word-break: break-word;
}

._downloadButton_2puka_226 {
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

._downloadButton_2puka_226:hover {
  background: rgba(255, 255, 255, 0.16);
}

._footer_2puka_243 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  column-gap: 16px;
}

._footer_2puka_243 > :first-child {
  justify-self: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._footerHint_2puka_261 {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

._footer_2puka_243 > :last-child {
  justify-self: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  ._content_2puka_9 {
    width: 96vw;
    height: 90vh;
    padding: 14px;
  }

  ._fileExtension_2puka_210 {
    font-size: 22px;
  }

  ._fileName_2puka_218 {
    font-size: 13px;
  }

  ._fileFallback_2puka_193 {
    min-height: 200px;
  }
}
.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top{top:0;left:50%;transform:translateX(-50%)}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-right{top:50%;transform:translateY(-50%);right:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translateX(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{top:50%;transform:translateY(-50%);left:0}.mapboxgl-ctrl{clear:both;pointer-events:auto}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top .mapboxgl-ctrl{margin:10px 0;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{margin:10px 0;float:left}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:32px;height:32px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:initial;cursor:pointer;overflow:hidden}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#eee}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-up .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L9 8.41421L12.2929 11.7071C12.6834 12.0976 13.3166 12.0976 13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929L9.70711 6.29289C9.31658 5.90237 8.68342 5.90237 8.29289 6.29289L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-down .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 6.29289C4.68342 5.90237 5.31658 5.90237 5.70711 6.29289L9 9.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L9.70711 11.7071C9.31658 12.0976 8.68342 12.0976 8.29289 11.7071L4.29289 7.70711C3.90237 7.31658 3.90237 6.68342 4.29289 6.29289Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:#ffffff80;margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;border-radius:12px;box-sizing:initial}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}:is(.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-left,.mapboxgl-ctrl-top-left)>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");background-color:#ffffff80;width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}:is(.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-left,.mapboxgl-ctrl-top-left) .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box;white-space:nowrap}.mapboxgl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid #0000;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:initial}.mapboxgl-popup-close-button:hover{background-color:#eee}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform;opacity:1;transition:opacity .2s}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px #00000059}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{width:0;height:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{content:"";border-bottom:7.5px solid #4aa1eb;position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;justify-content:center;text-align:center;position:absolute;display:flex;align-items:center;top:0;left:0;width:100%;height:100%;background:#000000b3;opacity:0;pointer-events:none;transition:opacity .75s ease-in-out;transition-delay:1s}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{font-weight:600;font-size:14px;text-align:center}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#bccbd7;color:#000}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#ccc}@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBlack-CJPa0fTE.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBlackItalic-B-bpqL3c.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBold-BP6G_pDf.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBoldItalic-BNnmyWvS.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayLight-0AWf-xRh.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayLightItalic-BsSMOA0Q.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayMedium-D3hlmfAS.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayMediumItalic-BqsTF5-l.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayRoman-A6ipJltx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayRomanItalic-CSGtv2-a.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayThin-PECffUDD.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayThinItalic-CwGV46yN.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}


@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXThin-C4dWMoTc.ttf') format('truetype');
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXThinItalic-CvysK3ef.ttf') format('truetype');
  font-weight: 50;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXXThin-Co6Ee8-s.ttf') format('truetype');
  font-weight: 1;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXXThinItalic-6Ac920_A.ttf') format('truetype');
  font-weight: 1;
  font-style: italic;
}


:root {
  font-family: 'NeueHaasDisplay';
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  margin: 0;
}
._wrapper_19mau_1 {
  position: relative;
  display: inline-flex;
}

._trigger_19mau_6 {
  display: inline-flex;
  cursor: pointer;
}

._menu_19mau_11 {
  min-width: 180px;
  max-width: 240px;
  background-color: rgb(28, 28, 30);
  border: .2px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.92);
  animation: _widgetMenuPop_19mau_1 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);
}

@keyframes _widgetMenuPop_19mau_1 {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

._menuTitle_19mau_37 {
  padding: 5px 10px 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

._sectionLabel_19mau_46 {
  padding: 6px 10px 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

._divider_19mau_55 {
  height: 1px;
  margin: 3px 8px;
  background: rgba(255, 255, 255, 0.08);
}

._menuItem_19mau_61 {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: background 0.12s;
  font-family: inherit;
  font-size: 13px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.92);
}

._menuItem_19mau_61:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

._menuItem_19mau_61:active {
  background-color: rgba(255, 255, 255, 0.12);
}

._menuItemActive_19mau_87 {
  color: rgba(255, 255, 255, 0.95);
}

._menuItemContent_19mau_91 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

._menuItemLabel_19mau_97 {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._menuItemDesc_19mau_105 {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.38);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._checkIcon_19mau_114 {
  color: rgba(255, 255, 255, 0.72);
  flex-shrink: 0;
}

@media (prefers-color-scheme: light) {
  ._menu_19mau_11 {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    color: #1f2937;
  }

  ._menuTitle_19mau_37,
  ._sectionLabel_19mau_46 {
    color: rgba(0, 0, 0, 0.38);
  }

  ._divider_19mau_55 {
    background: rgba(0, 0, 0, 0.08);
  }

  ._menuItem_19mau_61 {
    color: #1f2937;
  }

  ._menuItem_19mau_61:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._menuItem_19mau_61:active {
    background-color: rgba(200, 200, 200, 0.5);
  }

  ._menuItemActive_19mau_87 {
    color: #111827;
  }

  ._menuItemLabel_19mau_97 {
    color: inherit;
  }

  ._menuItemDesc_19mau_105 {
    color: rgba(0, 0, 0, 0.42);
  }

  ._checkIcon_19mau_114 {
    color: rgba(0, 0, 0, 0.55);
  }
}
/* Container */
._container_1luna_2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    backdrop-filter: blur(15px) saturate(0.86);
    box-shadow: rgba(0, 0, 0, 0.16) 17px 20px 40px 0px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 11px;
    overflow: hidden;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

/* Header */
._header_1luna_23 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22.5%;
    max-height: 80px;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    background: rgba(248, 248, 252, 0.85);
}

._headerContent_1luna_34 {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 90%;
    padding: 0.5rem;
    border-radius: 7px;
    user-select: none;
    cursor: pointer;

    &:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    &:hover:active {
        opacity: 0.75;
    }
}

._iconWrapper_1luna_53 {
    width: 40px;
    height: 40px;
    margin-left: 0.2rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 8px 16px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

._lightIcon_1luna_70 {
    display: flex;
}


._mainIcon_1luna_75 {
    width: 20px;
    height: 20px;
    color: white;
}

._titleSection_1luna_81 {
    display: flex;
    flex-direction: column;
}

._title_1luna_81 {
    font-size: 21px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

._subtitle_1luna_93 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

._inboxIcon_1luna_101 {
    width: 19px;
    height: 19px;
    background-color: #c89200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._smallIcon_1luna_111 {
    width: 12px;
    height: 12px;
    color: white;
}

._subtitleText_1luna_117 {
    color: #6b7280;
    font-size: 14px;
}

._composeButton_1luna_122 {
    width: 3rem;
    height: 3rem;
    background-color: #3b82f6;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

._composeButton_1luna_122:hover {
    background-color: #2563eb;
}

._buttonIcon_1luna_140 {
    width: 1.5rem;
    height: 1.5rem;
    color: white;
}

._body_1luna_146 {
    display: flex;
    flex-direction: column;
    height: 77.5%;
    width: 100%;
    max-height: calc(100% - 80px);
    background-color: white;
}

._smallBody_1luna_155 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    max-height: calc(100% - 80px);
    background-color: white;
    padding: 16px 15px 14px;
    box-sizing: border-box;
}

._summaryStack_1luna_167 {
    display: grid;
    gap: 1rem;
    padding: 0;
}

._summaryRow_1luna_173 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

._summaryMetric_1luna_180 {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}

._summaryMetricIcon_1luna_187 {
    width: 24px;
    height: 24px;
    color: #c89200;
    flex-shrink: 0;
    margin-top: 1px;
}

._summaryMetricLabel_1luna_195 {
    color: rgba(17, 24, 39, 0.55);
    font-size: 12px;
    line-height: 1.25;
}

._summaryMetricValue_1luna_201 {
    color: #111827;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 0.1rem;
}

._summaryBadge_1luna_209 {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    color: #9be86e;
    background: rgba(53, 99, 44, 0.45);
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

._summaryBadgeDot_1luna_224 {
    margin: -5px;
    color: #c89200;
}

/* Email Grid */
._emailGrid_1luna_230 {
    display: grid;
    flex-grow: 0;
    grid-template-columns: calc(50% - 2rem) calc(50% - 2rem);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 0 2rem;
    padding: 0.65rem 0;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    user-select: none;


    &::before {
        content: "";
        position: absolute;
        top: calc(100% - 69%);
        bottom: calc(100% - 82%);
        left: calc(50% + 0rem);
        /* 0.5rem = half of column gap (1rem) */
        width: 1px;
        background-color: #ddd;
        /* or any color you want */
    }
}

._emailItem_1luna_257 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.675rem 0.5rem;
    border-radius: 7px;
    transition: background-color 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);
    cursor: pointer;
    position: relative;
    user-select: none;

    &:not(:last-child, :nth-child(3)) {
        &::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 2.5%;
            width: 87.5%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.05);
            /* Border color */
        }
    }

    &:hover {
        background-color: rgba(0, 0, 0, 0.1);

        &::before {
            display: none;
        }

    }

    &:hover:active {
        opacity: 0.75;
    }

}


._unreadDot_1luna_297 {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: transparent;
}

._unreadDotActive_1luna_305 {
    background-color: #c89200;
}

._emailContent_1luna_309 {
    flex: 1;
    min-width: 0;
}

._emailHeader_1luna_314 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.125rem;
}

._senderName_1luna_321 {
    color: #111827;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

._senderName_1luna_321._unread_1luna_297 {
    font-weight: 400;
}

._timestamp_1luna_335 {
    color: #9ca3af;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

._subject_1luna_342 {
    color: #6b7280;
    font-size: 0.7rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/* No Elements Div */
._noElements_1luna_353 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._noElementsMessage_1luna_361 {
    color: #6b7280;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

._bottomActions_1luna_371 {
    display: flex;
    justify-content: space-between;
    padding: 0 0.875rem 0.875rem 0.875rem;

    ._bottomButton_1luna_376 {
        border-radius: 7px;
        width: 1.3rem;
        height: 1.3rem;
        padding: 4px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;

        &:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

        &:active {
            background-color: rgba(0, 0, 0, 0.2);
        }

        ._moreButton_1luna_394 {
            width: 1.35rem;
            height: 1.35rem;
            color: #000;
        }

        ._settingsButton_1luna_400 {
            width: 1.35rem;
            height: 1.35rem;
            color: #707070;
        }
    }

}

@media (prefers-color-scheme: dark) {

    ._lightIcon_1luna_70 {
        display: none;
    }

    ._darkIcon_1luna_415 {
        display: flex;
    }

    ._container_1luna_2 {
        box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.65) !important;
    }

    ._header_1luna_23 {
        background: rgba(56, 56, 61, 0.6);
    }

    ._headerContent_1luna_34 {

        &:hover {
            background-color: rgba(255, 255, 255, 0.098);
        }
    }

    ._title_1luna_81 {
        color: rgba(255, 255, 255, 0.98);
    }

    ._subtitleText_1luna_117 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._body_1luna_146 {
        background-color: rgba(0, 0, 0, 0.75);
    }

    ._smallBody_1luna_155 {
        background-color: rgba(0, 0, 0, 0.75);
    }

    ._summaryMetricIcon_1luna_187 {
        color: rgba(246, 250, 255, 0.92);
    }

    ._summaryMetricLabel_1luna_195 {
        color: rgba(217, 226, 238, 0.75);
    }

    ._summaryMetricValue_1luna_201 {
        color: #f4f8ff;
    }

    ._summaryBadge_1luna_209 {
        color: #9be86e;
    }

    ._emailGrid_1luna_230 {
        &::before {
            background-color: rgba(255, 255, 255, 0.165);
        }
    }

    ._emailItem_1luna_257 {
        &:not(:last-child, :nth-child(3)) {

            &::before {
                background-color: rgba(255, 255, 255, 0.1);
            }
        }

        &:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }
    }


    ._senderName_1luna_321 {
        color: #ffffff;
    }

    ._timestamp_1luna_335 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._subject_1luna_342 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._noElementsMessage_1luna_361 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._bottomActions_1luna_371 {
        ._bottomButton_1luna_376 {

            &:hover {
                background-color: rgba(255, 255, 255, 0.1);
            }

            &:active {
                background-color: rgba(255, 255, 255, 0.2);
            }

            ._moreButton_1luna_394 {
                color: #ffffff;
            }

            ._settingsButton_1luna_400 {
                color: #808080;
            }
        }

    }
}
/* Container */
._container_im1oj_2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    backdrop-filter: blur(15px) saturate(0.86);
    box-shadow: rgba(0, 0, 0, 0.16) 17px 20px 40px 0px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 11px;
    overflow: hidden;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

/* Header */
._header_im1oj_23 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22.5%;
    max-height: 80px;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    background: rgba(248, 248, 252, 0.85);
}

._headerContent_im1oj_34 {
    display: flex;
    align-items: center;
    gap: 0.88rem;
    width: 90%;
    padding: 0.42rem 0.5rem;
    border-radius: 7px;
    user-select: none;
    cursor: pointer;

    &:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    &:hover:active {
        opacity: 0.75;
    }
}

._iconWrapper_im1oj_53 {
    width: 40px;
    height: 40px;
    margin-left: 0.2rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 8px 16px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

._lightIcon_im1oj_70 {
    display: flex;
}


._mainIcon_im1oj_75 {
    width: 20px;
    height: 20px;
    color: white;
}

._titleSection_im1oj_81 {
    display: flex;
    flex-direction: column;
}

._title_im1oj_81 {
    font-size: 21px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

._subtitle_im1oj_93 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    margin-top: 0.18rem;
}

._inboxIcon_im1oj_101 {
    width: 19px;
    height: 19px;
    background-color: #c89200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._smallIcon_im1oj_111 {
    width: 12px;
    height: 12px;
    color: white;
}

._subtitleText_im1oj_117 {
    color: #6b7280;
    font-size: 14px;
}

._composeButton_im1oj_122 {
    width: 3rem;
    height: 3rem;
    background-color: #3b82f6;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

._composeButton_im1oj_122:hover {
    background-color: #2563eb;
}

._buttonIcon_im1oj_140 {
    width: 1.5rem;
    height: 1.5rem;
    color: white;
}

._body_im1oj_146 {
    display: flex;
    flex-direction: column;
    height: 77.5%;
    width: 100%;
    max-height: calc(100% - 80px);
    background-color: white;
}

._smallBody_im1oj_155 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    max-height: calc(100% - 80px);
    background-color: white;
    padding: 18px 18px 50px 27px;
    box-sizing: border-box;
    position: relative;
}

._summaryStack_im1oj_168 {
    display: grid;
    gap: 1.1rem;
    padding: 0;
}

._summaryRow_im1oj_174 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

._summaryMetric_im1oj_181 {
    display: flex;
    align-items: center;
    gap: 0.78rem;
    min-width: 0;
}

._summaryMetricIcon_im1oj_188 {
    width: 24px;
    height: 24px;
    color: #c89200;
    flex-shrink: 0;
    stroke-width: 2.1;
}

._summaryMetricLabel_im1oj_196 {
    color: rgba(17, 24, 39, 0.55);
    font-size: 10.5px;
    line-height: 1.05;
    margin-bottom: 0.18rem;
}

._summaryMetricValue_im1oj_203 {
    color: #111827;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

._summaryBadge_im1oj_213 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 0.72rem;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 0.05rem;
}

._summaryBadgeLive_im1oj_228 {
    color: #8a6200;
    background: rgba(200, 146, 0, 0.18);
}

._summaryBadgeMuted_im1oj_233 {
    color: rgba(255, 255, 255, 0.96);
    background: rgba(160, 168, 178, 0.28);
}

/* Email Grid */
._emailGrid_im1oj_239 {
    display: grid;
    flex-grow: 0;
    grid-template-columns: calc(50% - 2rem) calc(50% - 2rem);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 0 2rem;
    padding: 0.65rem 0;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    user-select: none;


    &::before {
        content: "";
        position: absolute;
        top: calc(100% - 69%);
        bottom: calc(100% - 82%);
        left: calc(50% + 0rem);
        /* 0.5rem = half of column gap (1rem) */
        width: 1px;
        background-color: #ddd;
        /* or any color you want */
    }
}

._emailItem_im1oj_266 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.675rem 0.5rem;
    border-radius: 7px;
    transition: background-color 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);
    cursor: pointer;
    position: relative;
    user-select: none;

    &:not(:last-child, :nth-child(3)) {
        &::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 2.5%;
            width: 87.5%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.05);
            /* Border color */
        }
    }

    &:hover {
        background-color: rgba(0, 0, 0, 0.1);

        &::before {
            display: none;
        }

    }

    &:hover:active {
        opacity: 0.75;
    }

}


._unreadDot_im1oj_306 {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: transparent;
}

._unreadDotActive_im1oj_314 {
    background-color: #c89200;
}

._emailContent_im1oj_318 {
    flex: 1;
    min-width: 0;
}

._emailHeader_im1oj_323 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.125rem;
}

._senderName_im1oj_330 {
    color: #111827;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

._senderName_im1oj_330._unread_im1oj_306 {
    font-weight: 400;
}

._timestamp_im1oj_344 {
    color: #9ca3af;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

._subject_im1oj_351 {
    color: #6b7280;
    font-size: 0.7rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/* No Elements Div */
._noElements_im1oj_362 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._noElementsMessage_im1oj_370 {
    color: #6b7280;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

._bottomActions_im1oj_380 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.85rem 0.8rem 0.85rem;

    ._bottomButton_im1oj_389 {
        border-radius: 7px;
        width: 1.3rem;
        height: 1.3rem;
        padding: 4px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;

        &:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

        &:active {
            background-color: rgba(0, 0, 0, 0.2);
        }

        ._moreButton_im1oj_407 {
            width: 1.35rem;
            height: 1.35rem;
            color: #000;
        }

        ._settingsButton_im1oj_413 {
            width: 1.35rem;
            height: 1.35rem;
            color: #707070;
        }
    }

}

@media (prefers-color-scheme: dark) {

    ._lightIcon_im1oj_70 {
        display: none;
    }

    ._darkIcon_im1oj_428 {
        display: flex;
    }

    ._container_im1oj_2 {
        box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.65) !important;
    }

    ._header_im1oj_23 {
        background: rgba(56, 56, 61, 0.6);
    }

    ._headerContent_im1oj_34 {

        &:hover {
            background-color: rgba(255, 255, 255, 0.098);
        }
    }

    ._title_im1oj_81 {
        color: rgba(255, 255, 255, 0.98);
    }

    ._subtitleText_im1oj_117 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._body_im1oj_146 {
        background-color: rgba(0, 0, 0, 0.75);
    }

    ._smallBody_im1oj_155 {
        background-color: rgba(0, 0, 0, 0.75);
    }

    ._summaryMetricIcon_im1oj_188 {
        color: rgba(246, 250, 255, 0.92);
    }

    ._summaryMetricLabel_im1oj_196 {
        color: rgba(217, 226, 238, 0.75);
    }

    ._summaryMetricValue_im1oj_203 {
        color: #f4f8ff;
    }

    ._summaryBadgeLive_im1oj_228 {
        color: #5fd34f;
        background: rgba(36, 88, 35, 0.72);
    }

    ._summaryBadgeMuted_im1oj_233 {
        color: rgba(255, 255, 255, 0.96);
        background: rgba(160, 168, 178, 0.28);
    }

    ._emailGrid_im1oj_239 {
        &::before {
            background-color: rgba(255, 255, 255, 0.165);
        }
    }

    ._emailItem_im1oj_266 {
        &:not(:last-child, :nth-child(3)) {

            &::before {
                background-color: rgba(255, 255, 255, 0.1);
            }
        }

        &:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }
    }


    ._senderName_im1oj_330 {
        color: #ffffff;
    }

    ._timestamp_im1oj_344 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._subject_im1oj_351 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._noElementsMessage_im1oj_370 {
        color: rgba(255, 255, 255, 0.66);
    }

    ._bottomActions_im1oj_380 {
        ._bottomButton_im1oj_389 {

            &:hover {
                background-color: rgba(255, 255, 255, 0.1);
            }

            &:active {
                background-color: rgba(255, 255, 255, 0.2);
            }

            ._moreButton_im1oj_407 {
                color: #ffffff;
            }

            ._settingsButton_im1oj_413 {
                color: #808080;
            }
        }

    }
}

._rollingNumber_im1oj_544 {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
}
