/* Layout.module.css */

/* color blue #1AA4FF*/

._emailClient_mtihi_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_mtihi_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_mtihi_26 {
    width: 0;
    opacity: 0;
  }
}


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

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

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

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

  &._overlayList_mtihi_59 {
    padding: 0;
  }
}

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

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

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

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

._mailboxIcon_mtihi_89 {
  flex-shrink: 0;
}

._mailboxItem_mtihi_64 svg {
  margin-right: 10px;
  margin-left: 5px;
  color: #1AA4FF;
}

._mailboxItem_mtihi_64._subItem_mtihi_99 svg {
  margin-left: 20px;
}

._mailboxName_mtihi_103 {
  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_mtihi_116 {
  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_mtihi_125 {
  margin-top: 20px;
  padding: 0 12px;
}

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

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

._addButton_mtihi_144 {
  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_mtihi_144:hover {
  background-color: #37373d;
}

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

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

._folderItem_mtihi_162:hover {
  color: #ffffff;
}

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

._messageListHeader_mtihi_190 {
  padding: 12px 20px;
}

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

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

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

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

._listFilterRoot_mtihi_217 { position: relative; }
._listFilterButtonActive_mtihi_218 { color: #2ee86a; }
._listFilterBadge_mtihi_219 { 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_mtihi_220 { 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_mtihi_1; }
._listFilterHeading_mtihi_221 { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
._listFilterHeading_mtihi_221 strong, ._listFilterHeading_mtihi_221 span { display: block; }
._listFilterHeading_mtihi_221 strong { font-size: 15px; font-weight: 400; }
._listFilterHeading_mtihi_221 span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 12px; }
._listFilterClose_mtihi_225 { 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_mtihi_225:hover { background: rgba(255,255,255,.08); color: #fff; }
._listFilterField_mtihi_227 { display: grid; gap: 7px; margin-top: 12px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 400; }
._listFilterGrid_mtihi_228 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 12px; }
._listFilterFieldWide_mtihi_229 { grid-column: 1 / -1; }
._filterSearchSelect_mtihi_230 { position: relative; min-width: 0; }
._filterSearchTrigger_mtihi_231 { 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_mtihi_231 span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchTriggerOpen_mtihi_233 { border-color: rgba(24,200,79,.72); box-shadow: 0 0 0 3px rgba(24,200,79,.12); }
._filterSearchTrigger_mtihi_231:focus, ._filterSearchOption_mtihi_234:focus { outline: none; }
._filterSearchTrigger_mtihi_231:focus-visible, ._filterSearchOption_mtihi_234:focus-visible { outline: 2px solid rgba(24,200,79,.6); outline-offset: -2px; }
._filterSearchMenu_mtihi_236 { 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_mtihi_1; transform-origin: top center; }
._filterSearchInputWrap_mtihi_237 { 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_mtihi_237 input { min-width: 0; width: 100%; height: 35px; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 13px; }
._filterSearchSpinner_mtihi_239 { flex: 0 0 auto; animation: _listFilterSpin_mtihi_1 .8s linear infinite; }
._filterSearchOptions_mtihi_240 { max-height: 238px; overflow-y: auto; padding: 2px 5px 5px; }
._filterSearchOption_mtihi_234 { 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_mtihi_234:hover { background: rgba(255,255,255,.07); }
._filterSearchOption_mtihi_234 span, ._filterSearchOption_mtihi_234 strong, ._filterSearchOption_mtihi_234 small { display: block; min-width: 0; }
._filterSearchOption_mtihi_234 strong { overflow: hidden; font-size: 13px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchOption_mtihi_234 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_mtihi_246 { padding: 14px 10px; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
._filterSearchFooter_mtihi_247 { 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_mtihi_247 button { border: 0; background: transparent; color: #5fea88; font: inherit; font-weight: 400; cursor: pointer; }
@keyframes _listFilterSpin_mtihi_1 { to { transform: rotate(360deg); } }
._listFilterSelectWrap_mtihi_250 { position: relative; }
._listFilterSelectWrap_mtihi_250 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_mtihi_250 select:focus { border-color: rgba(24,200,79,.72); box-shadow: 0 0 0 3px rgba(24,200,79,.12); }
._listFilterSelectWrap_mtihi_250 svg { position: absolute; top: 50%; right: 11px; pointer-events: none; transform: translateY(-50%); color: rgba(255,255,255,.48); }
._listFilterFooter_mtihi_254 { 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_mtihi_255, ._listFilterApply_mtihi_255 { 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_mtihi_255 { border: 0; background: transparent; color: rgba(255,255,255,.62); }
._listFilterReset_mtihi_255:hover { background: rgba(255,255,255,.06); color: #fff; }
._listFilterApply_mtihi_255 { border: none; background: rgba(255,255,255,.1); color: rgba(255,255,255,.92); }
._listFilterApply_mtihi_255:hover { background: rgba(255,255,255,.16); }

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

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

._listFilterClose_mtihi_225:focus, ._listFilterReset_mtihi_255:focus, ._listFilterApply_mtihi_255:focus, ._iconButton_mtihi_261:focus { outline: none; }
._listFilterClose_mtihi_225:focus-visible, ._listFilterReset_mtihi_255:focus-visible, ._listFilterApply_mtihi_255:focus-visible, ._iconButton_mtihi_261:focus-visible { outline: 2px solid rgba(24,200,79,.6); outline-offset: -2px; }

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

._emptyStatePlain_mtihi_289 {
  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);
}

._errorState_mtihi_300 {
  max-width: 420px;
  text-align: center;
}

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

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

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

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

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

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

._stateButton_mtihi_351 {
  margin-top: 4px;
  width: fit-content;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  cursor: pointer;
}

._emptyPaneState_mtihi_363 {
  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_mtihi_374 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

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

._messageViewportStage_mtihi_390 {
  min-height: 100%;
}

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

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

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

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

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

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

._searchInput_mtihi_437 {
  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_mtihi_437::placeholder {
  color: #cccccc;
}

._searchInput_mtihi_437:focus {
  outline: none;
  border-color: transparent;
  outline: 3px solid rgba(26, 164, 255, 0.45);
  caret-color: #1AA4FF;
}

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

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

  ._messageItem_mtihi_474 {
    margin: 0px 10px;
  }

  ._messageItem_mtihi_474._selected_mtihi_478 {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

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

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

  ._messageContent_mtihi_497 {
    ._actions_mtihi_498 {
      display: block;
    }
  }
}

._messageItem_mtihi_474._selected_mtihi_478 {
  background-color: rgba(255, 255, 255, 0.1);
}

._messageItem_mtihi_474._selected_mtihi_478 ._messageContent_mtihi_497,
._messageItem_mtihi_474._before_selected_mtihi_509 ._messageContent_mtihi_497 {
  border-bottom-color: transparent;
}

/* reset all */
._messageItem_mtihi_474._selected_multiple_middle_mtihi_514 {
  border-radius: 0;
}

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

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


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

._threadMonogram_mtihi_541 {
  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;
}

._avatarRoot_mtihi_558 {
  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_mtihi_572 {
    width: 40px;
    height: 40px;

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

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

._avatarFallback_mtihi_576 {
  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_mtihi_603 {
  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_mtihi_572 {
    width: 32px;
    height: 32px;

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

._avatarFallback_appImage_mtihi_638 {
  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;
}

._associatedSectionIcon_mtihi_650 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

  ._overlaySidebarContext_mtihi_657 {
    margin-top: auto;
    padding: 0 8px 6px;
    display: flex;
    flex-direction: column;
  gap: 8px;
}

._overlaySidebarLabel_mtihi_665 {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

  ._overlaySidebarCard_mtihi_673 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

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

  ._overlaySidebarMeta_mtihi_689 {
    font-size: 12px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.58);
  }

  ._overlaySidebarPill_mtihi_695 {
    width: fit-content;
    max-width: 100%;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._overlayReceiptIcon_mtihi_709 {
    width: 26px;
    height: 26px;
    display: block;
  }

._lightIcon_mtihi_715 {
  display: none;
}

._darkIcon_mtihi_719 {
  display: flex;
}

._messageContent_mtihi_497 {
  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;
  position: relative;
  overflow: visible;

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


._messageHeader_mtihi_742 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  max-width: 100%;
  gap: 10px;
  overflow: visible;
}

._sender_mtihi_752 {
  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_mtihi_765 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  overflow: visible;
  position: relative;
}

._actions_mtihi_498 {
  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;
}

._adjustmentPill_mtihi_789 {
  position: absolute;
  top: 32px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 159, 10, 0.2);
  color: rgba(255, 204, 138, 0.98);
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  max-width: none;
}

._subject_mtihi_807 {
  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;
}

._messageFlagIndicatorDetached_mtihi_819 {
  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;
}

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

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

._metaPill_mtihi_853 {
  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;
}

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

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

._messageContentHeader_mtihi_886 {
  padding: 16px 24px;
  background-color: rgb(28, 28, 30);
  transition: all cubic-bezier(0.32, 0.08, 0.24, 1) 0.2s;

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

}

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

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

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

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

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

._headerActionMenu_mtihi_918 {
  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_mtihi_936 {
  transform-origin: top left;
  animation: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1) _cw-modal-pop_mtihi_1;
}

._headerActionMenuItem_mtihi_941 {
  width: 100%;
  border: none;
  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_mtihi_941:hover {
  background-color: #2c2c2e;
}

._headerActionMenuItem_mtihi_941 svg {
  color: #1AA4FF;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

._messageBody_mtihi_1034 {
  -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;
}

._messageBodyHeader_mtihi_1049 {
  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_mtihi_1059 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

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

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

      ._messageBodyChevronRight_mtihi_1076 {
        display: none;
      }

      ._messageBodyHeaderLeftInfoTitle_mtihi_1080 {
        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_mtihi_1076 {
            display: block;
          }
        }
      }

      ._messageBodyHeaderLeftInfoSubtitle_mtihi_1101 {
        font-size: 13px;
        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_mtihi_1076 {
              display: block;
            }
          }
        }
      }
    }
  }

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

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

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

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

._metaDetailsPanel_mtihi_1168 {
  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_mtihi_1179 {
  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_mtihi_1168 > div {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

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

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

._metaDetailsDirectionsButton_mtihi_1214 {
  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_mtihi_1240 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

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

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

._metaDetailsMapCanvas_mtihi_1260 {
  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_mtihi_1260 {
    .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_mtihi_1307 {
  width: 100%;
  height: 100%;
}

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

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

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

._metaDetailsMapExpandButton_mtihi_1328 {
  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_mtihi_1349 {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
}

._metaDetailsMapModal_mtihi_1349 {
  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_mtihi_1369 {
  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_mtihi_1240 {
    flex-direction: column;
  }

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

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

  ._messageBodyContentHeaders_mtihi_1406 {
    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_mtihi_1417 {
      color: rgba(255, 255, 255, 0.5);
      font-size: 11px;
      margin-bottom: 3px;
    }

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

    ._messageBodyContentHeadersItemL_mtihi_1433 {
      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_mtihi_1417 {
        margin-bottom: 5px;
      }

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

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

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

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

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

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

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

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

  ._messageBodyContentSeparator_mtihi_1495 {
    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_mtihi_1526 {
    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_mtihi_1526 {
      display: flex;
      padding: 0px 15px;
      margin: 7.5px 0;
      gap: 15px;

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

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

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

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

    }

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

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

  }

  ._paymentOverviewGrid_mtihi_1586 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
  }

  ._paymentOverviewHero_mtihi_1593 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.075);
  }

  ._paymentOverviewHeroTop_mtihi_1602 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }

  ._paymentModeIconWrap_mtihi_1608 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 164, 255, 0.14);
    color: #1AA4FF;
    flex-shrink: 0;
  }

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

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

  ._paymentOverviewHeadlineRow_mtihi_1635 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  ._paymentOverviewAmount_mtihi_1642 {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
  }

  ._paymentDirectionChip_mtihi_1650 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.96);
  }

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

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

  ._paymentOverviewSubtext_mtihi_1670 {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
  }

  ._paymentOverviewSupport_mtihi_1676 {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  ._paymentOverviewSupportLine_mtihi_1682 {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.56);
  }

  ._paymentTraceGrid_mtihi_1688 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 2px;
  }

  ._paymentTraceItem_mtihi_1695 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    min-width: 0;
  }

  ._paymentOverviewGrid_mtihi_1586 + ._messageBodyContentFooter_mtihi_1705 {
    margin-top: 14px;
  }

  ._paymentTraceLabel_mtihi_1709 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.46);
  }

  ._paymentTraceValue_mtihi_1717 {
    font-size: 13px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

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

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

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

    ._messageBodyContentFooterSubAlt_mtihi_1751 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin: 0 15px;

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

      ._messageBodyContentFooterSubAltMeta_mtihi_1765 {
        text-align: right;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        white-space: nowrap;
      }

      ._balanceLeftPill_mtihi_1772 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 5px 11px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.88);
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
      }
    }

    ._messageBodyContentFooterMain_mtihi_1787 {
      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_mtihi_1794 {
        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_mtihi_1814 {
        width: 12%;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        margin: 0 15px;
      }
    }
  }

  ._associatedSalesFooter_mtihi_1825 {
    margin-top: 12px;
  }

}

._PaymentOverlay_mtihi_1831 {
  background-color: rgba(10, 10, 10, 0.8);
  position: fixed;
  inset: 0;
  z-index: 4000;
  animation: _overlayShow_mtihi_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

._PaymentOverlayContent_mtihi_1839 {
  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;
  height: min(560px, 82vh);
  animation: _contentShow_mtihi_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  overflow: hidden;
  z-index: 4001;
  isolation: isolate;

  &:focus {
    outline: none;
  }

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

  ._PaymentOverlayCloseIcon_mtihi_1871 {
    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_mtihi_1888 {
    padding: 20px 42.5px 0 20px;
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background-color: inherit;
    isolation: isolate;

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

    ._overlayTitleTab_mtihi_1905 {
      color: rgba(255, 255, 255, 0.72);
      cursor: pointer;
    }

    ._overlayTitleDivider_mtihi_1910 {
      color: rgba(255, 255, 255, 0.45);
      margin: 0 4px;
    }

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

    ._PaymentOverlayContentMainSection_mtihi_1919 {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      margin: 5px 0;
      margin-bottom: 15px;
      position: relative;
      background-color: inherit;
      isolation: isolate;
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 4px;

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

      ._PaymentOverlayContentMainSectionValue_mtihi_1941 {
        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_mtihi_1954 {
          background-color: rgb(60, 60, 62);
        }
      }

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

      ._PaymentOverlayContentMainSectionBtnPrimary_mtihi_1964 {
        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_mtihi_1981 {
        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;
      }

      ._PaymentOverlayContentMainSectionBtnSecondary_mtihi_1981:hover {
        background-color: rgb(72, 72, 74);
      }

      ._PaymentOverlayContentMainSectionBody_mtihi_2001 {
        font-size: 12px;
        line-height: 1.3;
        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);
        position: relative;
        z-index: 1;

      }

      ._overlayDraftForm_mtihi_2016 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
      }

      ._overlayDraftSummaryCard_mtihi_2023 {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
        gap: 10px;
        padding: 12px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.055);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
      }

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

      ._overlayDraftSummaryLabel_mtihi_2040 {
        font-size: 11px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.54);
      }

      ._overlayDraftSummaryValue_mtihi_2049 {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.94);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      ._overlayDraftSummaryAmount_mtihi_2059 {
        font-size: 22px;
        line-height: 1.05;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.96);
      }

      ._overlaySuccessCard_mtihi_2066 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.055);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
      }

      ._overlaySuccessMessage_mtihi_2076 {
        display: flex;
        align-items: flex-start;
        gap: 10px;
      }

      ._overlaySuccessIcon_mtihi_2082 {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(34, 197, 94, 0.18);
        color: rgb(74, 222, 128);
        flex: 0 0 auto;
      }

      ._overlaySuccessMessageBody_mtihi_2094 {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 0;
      }

      ._overlaySuccessTitle_mtihi_2101 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.96);
      }

      ._overlaySuccessCopy_mtihi_2108 {
        font-size: 12px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.68);
      }

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

      ._overlaySuccessHeroMeta_mtihi_2120 {
        font-size: 12px;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.72);
      }

      ._overlaySuccessGrid_mtihi_2126 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      ._overlaySuccessField_mtihi_2132 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        padding: 9px 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
      }

      ._overlaySuccessValue_mtihi_2142 {
        font-size: 13px;
        line-height: 1.25;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.94);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      ._overlayDraftCompactGrid_mtihi_2152 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        align-items: start;
      }

      ._overlayDraftFieldBlock_mtihi_2159 {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      ._overlayDraftPickerWrap_mtihi_2165 {
        position: relative;
        width: 100%;
        min-width: 0;
        display: block;
      }

      ._overlayDraftPickerIcon_mtihi_2172 {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.58);
        z-index: 1;
      }

      ._overlayDraftPickerInput_mtihi_2181 {
        padding-left: 40px !important;
        padding-right: 38px !important;
        box-sizing: border-box;
        display: block;
      }

      ._overlayDraftPickerClear_mtihi_2188 {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border: 0;
        padding: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.72);
        cursor: pointer;
        z-index: 2;
      }

      ._overlayDraftPickerClear_mtihi_2188:hover {
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.92);
      }

      ._overlayDraftPickerMenu_mtihi_2212 {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 0;
        border: 1px solid rgb(60, 60, 62);
        border-radius: 8px;
        overflow: hidden;
        background: rgb(28, 28, 30);
        box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.28);
        z-index: 20;
      }

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

      ._overlayDraftDateDisplay_mtihi_2236 {
        cursor: pointer;
      }

      ._overlayDraftDateNative_mtihi_2240 {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
      }

      ._overlayPickerRow_mtihi_2249 {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 10px 12px;
        border-bottom: 1px solid rgb(60, 60, 62);
        background: rgba(255, 255, 255, 0.03);
        cursor: pointer;
      }

      ._overlayPickerRow_mtihi_2249:last-child {
        border-bottom: 0;
      }

      ._overlayPickerRow_mtihi_2249:hover {
        background: rgba(255, 255, 255, 0.06);
      }

      ._overlayPickerRowTitle_mtihi_2267 {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.94);
      }

      ._overlayPickerRowMeta_mtihi_2274 {
        font-size: 11px;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.56);
      }

      ._overlayDraftInputLabel_mtihi_2280 {
        font-size: 12px;
        line-height: 1.2;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.86);
      }

      ._overlayDraftInput_mtihi_2280 {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 12px;
        background: rgb(50, 50, 54);
        border: 1px solid rgb(74, 74, 76);
        border-radius: 8px;
        color: #ffffff;
        font-size: 14px;
        font-family: inherit;
        resize: none;
      }

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

      ._overlayDraftInput_mtihi_2280:focus {
        outline: none;
        border-color: transparent;
        outline: 3px solid rgba(26, 164, 255, 0.45);
        caret-color: #1AA4FF;
      }

      ._overlayDraftTextarea_mtihi_2311 {
        min-height: 78px;
        line-height: 1.4;
      }

      ._overlaySectionHeader_mtihi_2316 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
      }

      ._overlaySectionAction_mtihi_2323 {
        margin: 0;
        font-size: 12px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.86);
        cursor: pointer;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 24px;
        padding: 0 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
      }

      ._overlaySectionAction_mtihi_2323:hover {
        color: rgba(255, 255, 255, 0.96);
        background: rgba(255, 255, 255, 0.12);
      }

      ._overlaySearchSection_mtihi_2345 {
        flex: 1;
        min-height: 0;
        margin-top: 0;
        overflow: hidden;
      }

      ._overlaySearchTop_mtihi_2352 {
        display: flex;
        flex-direction: column;
        gap: 0;
      }

      ._overlaySearchHint_mtihi_2358 {
        padding: 10px 0 8px;
      }

      ._overlaySearchScrollRoot_mtihi_2362 {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        max-height: 260px;
        overflow: hidden;
      }

      ._overlaySearchResultsViewport_mtihi_2370 {
        width: 100%;
        height: 100%;
        padding-right: 12px;
        box-sizing: border-box;
      }

      ._overlaySearchResultsList_mtihi_2377 {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        border: 1px solid rgb(60, 60, 62);
        border-radius: 4px;
        overflow: hidden;
        margin-top: 0;
      }

      ._overlaySearchResultRow_mtihi_2388 {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        padding: 12px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgb(60, 60, 62);
        background: rgba(255, 255, 255, 0.02);
        min-width: 0;
        cursor: pointer;
      }

      ._overlaySearchResultRow_mtihi_2388:last-child {
        border-bottom: 0;
      }

      ._overlaySearchResultRowSelected_mtihi_2406 {
        background: rgba(26, 164, 255, 0.18);
      }

      ._overlaySearchResultRow_mtihi_2388:hover {
        background: rgba(255, 255, 255, 0.05);
      }

      ._overlaySearchResultRowSelected_mtihi_2406:hover {
        background: rgba(26, 164, 255, 0.18);
      }

      ._overlaySearchResultIcon_mtihi_2418 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 2px;
      }

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

      ._overlaySearchResultTitle_mtihi_2435 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.96);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._overlaySearchResultMeta_mtihi_2445 {
        font-size: 12px;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.58);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._overlaySearchResultPill_mtihi_2454 {
        width: fit-content;
        max-width: 100%;
        margin-top: 4px;
        padding: 4px 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.82);
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._overlaySearchResultAmount_mtihi_2469 {
        flex: 0 0 96px;
        min-width: 96px;
        margin-left: auto;
        margin-right: 5%;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.92);
        align-self: flex-start;
        padding-top: 1px;
        text-align: right;
        white-space: nowrap;
      }

      ._overlaySearchFooter_mtihi_2484 {
        margin-top: auto;
        padding-top: 18px;
      }

      ._overlaySearchScrollbar_mtihi_2489 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: 10px;
        padding: 2px;
      }

      ._overlaySearchThumb_mtihi_2499 {
        flex: 1;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
      }

      ._overlayBottomActions_mtihi_2505 {
        padding-top: 10px;
        justify-content: flex-end;
      }

      ._PaymentOverlayContentMainSectionBtnPrimary_mtihi_1964._disabled_mtihi_2510 {
        opacity: 0.5;
        pointer-events: none;
      }

      ._PaymentOverlayContentMainSectionTable_mtihi_2515 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        width: 100%;

        ._overlaySaleMatchCard_mtihi_2521 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          overflow: hidden;
          width: 88%;
          justify-self: stretch;
          min-width: 0;
          min-height: 0;
          aspect-ratio: 1.22;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;
          padding: 4px 6px 5px;

          ._overlaySaleMatchIcon_mtihi_2538 {
            position: absolute;
            top: 4px;
            left: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.65);
          }

          ._overlaySaleMatchAmount_mtihi_2548 {
            align-self: flex-end;
            font-size: 18px;
            font-weight: 500;
            user-select: none;
            cursor: default;
            color: rgba(255, 255, 255, 0.96);
          }

          ._overlaySaleMatchBody_mtihi_2557 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            gap: 0;
            font-size: 12px;
            line-height: 14px;
            text-align: left;
            color: rgba(255, 255, 255, 0.65);
            padding-top: 14px;
          }

          ._overlaySaleMatchCustomer_mtihi_2570 {
            display: block;
            width: 100%;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.98);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }
        }
      }

      ._PaymentOverlayContentMainSectionTable1_mtihi_2582 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
        align-items: start;
        padding-bottom: 8px;


        ._messageBodyContentHeadersItem_mtihi_1433 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: grid;
          position: relative;
          overflow: hidden;
          width: 100%;
          max-width: 100%;
          min-width: 0;
          justify-self: stretch;
          aspect-ratio: 1.5;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;

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

          &._selectedPicker_mtihi_2610 {
            background: rgba(26, 164, 255, 0.18);
            border-color: rgba(26, 164, 255, 0.4);
          }

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

          ._messageBodyContentHeadersItemTPICON_mtihi_2626 {
            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);
            }
          }
        }
      }

      ._PaymentOverlayContentMainSectionDocs_mtihi_2648 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-height: 320px;
        overflow-y: auto;

        ._overlayDocumentMatchCard_mtihi_2656 {
          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_mtihi_2667 {
          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);
        }

        ._overlayDocumentPreview_mtihi_2667 {
          display: block;
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          object-fit: contain;
          object-position: center;
        }

        ._overlayDocumentPreviewFallback_mtihi_2689 {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 4px;
          padding: 6px;
          box-sizing: border-box;
          text-align: center;
        }

        ._overlayDocumentPreviewExt_mtihi_2702 {
          font-size: 14px;
          line-height: 1;
          font-weight: 600;
          letter-spacing: 0.08em;
          color: rgba(255, 255, 255, 0.86);
        }

        ._overlayDocumentPreviewName_mtihi_2710 {
          font-size: 10px;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.62);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-word;
        }

        ._overlayDocumentMeta_mtihi_2721 {
          display: flex;
          flex-direction: column;
          gap: 2px;
          padding: 8px 0 0;
          min-width: 0;
        }

        ._overlayDocumentMetaHeader_mtihi_2729 {
          display: flex;
          align-items: center;
          min-width: 0;
        }

        ._overlayDocumentName_mtihi_2735 {
          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_mtihi_2746 {
          font-size: 10px;
          line-height: 12px;
          color: rgba(255, 255, 255, 0.66);
        }

        ._overlayDocumentDate_mtihi_2752 {
          font-size: 11px;
          line-height: 13px;
          color: rgba(255, 255, 255, 0.6);
        }
      }

      ._overlayUploadDropzone_mtihi_2759 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 18px 16px;
        border-radius: 10px;
        border: 1px dashed rgb(78, 78, 82);
        background: rgba(255, 255, 255, 0.02);
        text-align: center;
      }

      ._overlayUploadDropzoneIcon_mtihi_2772 {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.84);
      }

      ._overlayUploadDropzoneTitle_mtihi_2783 {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.92);
      }

      ._overlayUploadDropzoneMeta_mtihi_2790 {
        font-size: 11px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.58);
      }

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

        ._PaymentOverlayContentMainSectionValue_mtihi_1941 {
          width: 80%;
        }
      }
    }

  }

}

._PaymentOverlayContent_mtihi_1839 ._associatedSaleCard_mtihi_2810,
._PaymentOverlayContent_mtihi_1839 ._associatedSaleThumbStack_mtihi_2811,
._PaymentOverlayContent_mtihi_1839 ._associatedSaleThumb_mtihi_2811,
._PaymentOverlayContent_mtihi_1839 ._associatedSaleThumbOverflow_mtihi_2813,
._PaymentOverlayContent_mtihi_1839 ._associatedSaleIconWrap_mtihi_2814,
._PaymentOverlayContent_mtihi_1839 ._associatedSaleMeta_mtihi_2815 {
  display: none !important;
}

._messageC1Body_mtihi_2819 {
  -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_mtihi_1049 {
    ._messageBodyHeaderLeft_mtihi_1066 {
      ._messageBodyHeaderLeftInfo_mtihi_1072 {
        ._messageBodyHeaderLeftInfoTitle_mtihi_1080 {
          font-size: 17px;

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

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

    ._messageBodyContentHeaders_mtihi_1406 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      grid-template-rows: 1fr;


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


        ._messageBodyContentHeadersItemTImage_mtihi_2874 {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }

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

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

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

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

        ._messageBodyContentHeadersItemTPICON_mtihi_2626 {
          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);
          }
        }

        ._associatedSaleCard_mtihi_2810 {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          width: 100%;
          height: 100%;
          padding: 7px 9px 8px;
        }

        ._associatedSaleIconWrap_mtihi_2814 {
          position: absolute;
          top: 8px;
          left: 9px;
          width: 25px;
          height: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: rgba(255, 255, 255, 0.82);
        }

        ._associatedSaleReceiptIcon_mtihi_2959 {
          width: 25px;
          height: 25px;
          display: block;
        }

        ._associatedSaleThumbStack_mtihi_2811 {
          position: absolute;
          top: 24%;
          left: 10px;
          display: flex;
          align-items: center;
          width: max-content;
          height: 34px;
          pointer-events: none;
        }

        ._associatedSaleThumb_mtihi_2811 {
          display: block;
          width: 29px;
          height: 36px;
          object-fit: cover;
          object-position: center;
          border-radius: 6px;
          border: 1px solid rgba(255, 255, 255, 0.14);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
          background: rgba(255, 255, 255, 0.08);
        }

        ._associatedSaleThumb_mtihi_2811 + ._associatedSaleThumb_mtihi_2811 {
          margin-left: -13px;
        }

        ._associatedSaleThumbOverflow_mtihi_2813 {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 28px;
          height: 28px;
          margin-left: 8px;
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.14);
          color: rgba(255, 255, 255, 0.88);
          font-size: 13px;
          line-height: 1;
          font-weight: 500;
        }

        ._associatedSaleMeta_mtihi_2815 {
          display: flex;
          flex-direction: column;
          gap: 0;
          position: absolute;
          left: 9px;
          right: 9px;
          bottom: 28px;
          min-width: 0;
        }

        ._associatedSaleInvoice_mtihi_3018,
        ._associatedSaleOrder_mtihi_3019,
        ._associatedSaleDate_mtihi_3020,
        ._associatedSaleItems_mtihi_3021 {
          max-width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        ._associatedSaleInvoice_mtihi_3018 {
          font-size: 14px;
          line-height: 1.1;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.95);
        }

        ._associatedSaleOrder_mtihi_3019,
        ._associatedSaleDate_mtihi_3020,
        ._associatedSaleItems_mtihi_3021 {
          font-size: 12px;
          line-height: 1.1;
          color: rgba(255, 255, 255, 0.62);
        }

        ._associatedSaleDraftedByPill_mtihi_3043 {
          display: inline-flex;
          align-items: center;
          align-self: flex-start;
          width: fit-content;
          max-width: 100%;
          margin-top: 5px;
          padding: 2px 7px;
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.1);
          color: rgba(255, 255, 255, 0.82);
          font-size: 10px;
          line-height: 1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        ._messageBodyContentHeadersItemTADB_mtihi_3061 {
          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_mtihi_3082 {
        background-color: transparent !important;
      }
    }

    ._messageBodyContentSeparator_mtihi_1495 {
      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_mtihi_1526 {
      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_mtihi_1526 {
        display: flex;
        padding: 0px 15px;
        margin: 7.5px 0;
        gap: 15px;

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

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

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

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

      }

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

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

    }

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

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

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

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

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

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

      ._messageBodyContentFooterMain_mtihi_1787 {
        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_mtihi_1794 {
          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_mtihi_1814 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

._messageC2Body_mtihi_3256 {
  -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_mtihi_1049 {
    ._messageBodyHeaderLeft_mtihi_1066 {
      ._messageBodyHeaderLeftInfo_mtihi_1072 {
        ._messageBodyHeaderLeftInfoTitle_mtihi_1080 {
          font-size: 17px;

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

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

    ._messageBodyContentHeaders_mtihi_1406 {
      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_mtihi_1433 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1;
        background-color: rgba(255, 255, 255, 0.075);


        ._messageBodyContentHeadersItemTImage_mtihi_2874 {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }

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

        ._messageBodyContentHeadersItemTPDF_mtihi_3324 {
          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_mtihi_3338 {
          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_mtihi_3352 {
          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_mtihi_3366 {
          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_mtihi_3061 {
          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_mtihi_3082 {
        background-color: transparent !important;
      }
    }

    ._messageBodyContentSeparator_mtihi_1495 {
      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_mtihi_1705 {
      display: flex;
      flex-direction: column;
      flex: 1;

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

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

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

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

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

      ._messageBodyContentFooterMain_mtihi_1787 {
        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_mtihi_1794 {
          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_mtihi_1814 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

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

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

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

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

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

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

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

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

._warningText_mtihi_3564 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_mtihi_3572 {
  font-size: 80px;
  opacity: 0.8;
}

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

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

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



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

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

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

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

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

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

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

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

._messageItem_mtihi_474[data-state='open'] {
  outline: 2px solid rgba(26, 164, 255, 0.85);
  outline-offset: -2px;
}

._contextMenu_mtihi_3653 {
  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_mtihi_1;
}

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

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

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

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

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

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

._contextItem_mtihi_3696 {
  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: #1AA4FF;
  }

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

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

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

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

  80% {
    transform: scale(1.02);
  }

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

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



._hoverCardContent_mtihi_3750 {
  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_mtihi_1 0.2s ease;
}

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

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

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

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

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

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

._avatarHoverRoot_mtihi_3796 {
  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_mtihi_3811 {
  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_mtihi_3824 {
  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_mtihi_1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

._confirmOverlay_mtihi_3898 {
  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_mtihi_3909 {
  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_mtihi_3918 h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
}

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

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

._confirmPrimary_mtihi_3938,
._confirmSecondary_mtihi_3939 {
  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_mtihi_3938 {
  background: rgb(234, 52, 39);
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-color-scheme: light) {
  ._emailClient_mtihi_5 {
    background: #fff;
    color: #1f2937;
  }

  ._sidebar_mtihi_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_mtihi_181 {
    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_mtihi_572,
  ._messageContentHeader_mtihi_886 {
    background: #ffffff;
    border-bottom: 1px solid transparent;
  }

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

  ._sidebarHeader_mtihi_33 h2,
  ._foldersHeader_mtihi_130 h3,
  ._headerTop_mtihi_194 h2,
  ._sender_mtihi_752,
  ._subject_mtihi_807,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderLeft_mtihi_1066 ._messageBodyHeaderLeftInfo_mtihi_1072 ._messageBodyHeaderLeftInfoTitle_mtihi_1080,
  ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersSubTitle_mtihi_1423,
  ._messageBodyContentFooterMainTitle_mtihi_1794,
  ._messageBodyContentFooterMainSubTitle_mtihi_1814,
  ._Text_mtihi_3883 {
    color: #1f2937;
  }

  ._mailboxName_mtihi_103 {
    color: #243043;
  }

  ._count_mtihi_116,
  ._headerInfo_mtihi_280,
  ._preview_mtihi_843,
  ._time_mtihi_765,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderRight_mtihi_1134 ._messageBodyHeaderRightDate_mtihi_1139,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderLeft_mtihi_1066 ._messageBodyHeaderLeftInfo_mtihi_1072 ._messageBodyHeaderLeftInfoSubtitle_mtihi_1101 span,
  ._messageBodyHeaderLeftInfoSubtitle_mtihi_1101,
  ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersTitle_mtihi_1417,
  ._messageBodyContentSeparator_mtihi_1495 span,
  ._messageBodyContentFooterSubTitle_mtihi_1735,
  ._messageBodyContentFooterSubSubTitle_mtihi_1742,
  ._messageBodyContentFooterSubAltTitle_mtihi_1758,
  ._messageBodyContentFooterSubAltMeta_mtihi_1765,
  ._Text_mtihi_3883.faded {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._mailboxItem_mtihi_64:hover,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderLeft_mtihi_1066 ._messageBodyHeaderLeftInfo_mtihi_1072 ._messageBodyHeaderLeftInfoTitle_mtihi_1080:hover,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderLeft_mtihi_1066 ._messageBodyHeaderLeftInfo_mtihi_1072 ._messageBodyHeaderLeftInfoSubtitle_mtihi_1101 span:hover,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderRight_mtihi_1134 ._messageDetailsButton_mtihi_1148:hover,
  ._contextItem_mtihi_3696:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._mailboxItem_mtihi_64._active_mtihi_84 {
    background: rgba(120, 120, 128, 0.1);
    color: rgba(0, 0, 0, 0.88);

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

  ._paymentOverviewHero_mtihi_1593 {
    background: rgba(241, 241, 241, 1) !important;
    box-shadow: none;
  }

  ._subject_mtihi_807 {
    color: #111827;
  }

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

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

  ._messageItem_mtihi_474._selected_mtihi_478 ._metaPill_mtihi_853,
  ._topHits_mtihi_458 ._messageItem_mtihi_474._selected_mtihi_478 ._metaPill_mtihi_853 {
    background: rgba(100, 116, 139, 0.18);
    color: #0f172a;
  }

  ._adjustmentPill_mtihi_789 {
    background: rgba(255, 159, 10, 0.18);
    color: #b45309;
  }

  ._paymentOverviewLabel_mtihi_1628,
  ._paymentOverviewSupportLine_mtihi_1682,
  ._paymentOverviewSubtext_mtihi_1670 {
    color: rgba(71, 85, 105, 0.82);
  }

  ._paymentOverviewAmount_mtihi_1642 {
    color: #1f2937 !important;
  }

  ._paymentOverviewHeadlineRow_mtihi_1635 {
    gap: 8px;
  }

  ._paymentOverviewSupport_mtihi_1676 {
    gap: 5px;
  }

  ._paymentOverviewLabel_mtihi_1628,
  ._paymentOverviewSupportLine_mtihi_1682,
  ._paymentOverviewSubtext_mtihi_1670 {
    color: rgba(71, 85, 105, 0.82) !important;
  }

  ._paymentTraceItem_mtihi_1695 {
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: none;
  }

  ._paymentTraceLabel_mtihi_1709 {
    color: rgba(71, 85, 105, 0.78) !important;
  }

  ._paymentTraceValue_mtihi_1717 {
    color: #1f2937 !important;
  }

  ._paymentModeIconWrap_mtihi_1608 {
    background: rgba(26, 164, 255, 0.1) !important;
    color: #1AA4FF;
    box-shadow: none;
  }

  ._paymentDirectionChip_mtihi_1650 {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  }

  ._balanceLeftPill_mtihi_1772 {
    background: rgba(203, 213, 225, 0.32) !important;
    color: #334155 !important;
  }

  ._iconButton_mtihi_261,
  ._messageBodyHeader_mtihi_1049 ._messageBodyHeaderRight_mtihi_1134 ._messageDetailsButton_mtihi_1148,
  ._detailsButton_mtihi_1021,
  ._messageViewLink_mtihi_3521 a,
  ._contextItem_mtihi_3696 svg,
  ._mailboxItem_mtihi_64 svg {
    color: #1AA4FF;
  }

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

  ._searchIcon_mtihi_417,
  ._searchClearIcon_mtihi_423 {
    color: #6b7280;
  }

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

  ._searchInput_mtihi_437 {
    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_mtihi_437::placeholder {
    color: #94a3b8;
  }

  ._searchInput_mtihi_437:focus {
    outline: 3px solid rgba(26, 164, 255, 0.22);
    border-color: rgba(26, 164, 255, 0.48);
    caret-color: #1AA4FF;
  }

  ._topHits_mtihi_458,
  ._messageBody_mtihi_1034,
  ._messageC1Body_mtihi_2819,
  ._messageC2Body_mtihi_3256,
  ._messageC3Body_mtihi_4231 {
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }

  ._messageBody_mtihi_1034 {
    background: #ffffff;
  }

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

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

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

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

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

  ._topHits_mtihi_458 ._topHitsLabel_mtihi_465 {
    color: #1f2937;
  }

  ._messageItem_mtihi_474._selected_mtihi_478,
  ._topHits_mtihi_458 ._messageItem_mtihi_474._selected_mtihi_478 {
    background: rgba(120, 120, 128, 0.15);
  }

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

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

  ._unreadIndicator_mtihi_869,
  ._unreadDot_mtihi_401 {
    background-color: #1AA4FF;
  }

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


  ._lightIcon_mtihi_715 {
    display: flex;
  }

  ._darkIcon_mtihi_719 {
    display: none;
  }

._lightModeIconBorder_mtihi_4298 {
  border: 1px solid rgba(80, 85, 96, 0.18) !important;
  border-radius: 7px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 7.5px 0.33px rgba(80, 85, 96, 0.08);
}

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

  ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemL_mtihi_1433,
  ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemS_mtihi_1453,
  ._messageBodyContentSeparator_mtihi_1495 span,
  ._messageBodyContentFooterMain_mtihi_1787,
  ._messageBodyContentFooterSub_mtihi_1731,
  ._messageBodyContentFooterSubAlt_mtihi_1751 {
    background-color: rgba(241, 241, 241, 1) !important;
    color: #1f2937;
  }

  ._messageBodyContentFooterSubAlt_mtihi_1751,
  ._messageBodyContentFooterSubTitle_mtihi_1735,
  ._messageBodyContentFooterSubAltTitle_mtihi_1758,
  ._messageBodyContentFooterSubAltMeta_mtihi_1765 {
    color: rgba(71, 85, 105, 0.84) !important;
    background-color: transparent !important;
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentSeparator_mtihi_1495 span,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentSeparator_mtihi_1495 span,
  ._messageC3Body_mtihi_4231 ._messageBodyContent_mtihi_1401 ._messageBodyContentSeparator_mtihi_1495 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_mtihi_1787,
  ._messageBodyContentItemDetailsTitle_mtihi_1554,
  ._messageBodyContentItemTotalsAmount_mtihi_1577,
  ._messageBodyContentFooterSubSubTitle_mtihi_1742,
  ._messageBodyContentFooterMainTitle_mtihi_1794,
  ._messageBodyContentFooterMainSubTitle_mtihi_1814 {
    color: #1f2937 !important;
    background-color: transparent !important;
  }

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

  ._associatedSaleThumb_mtihi_2811 {
    border-color: rgba(203, 213, 225, 0.96);
    box-shadow: 0 6px 14px rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.92);
  }

  ._associatedSaleThumbOverflow_mtihi_2813 {
    background: rgba(148, 163, 184, 0.22);
    color: rgba(30, 41, 59, 0.96);
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92);
  }

  ._associatedSaleIconWrap_mtihi_2814 {
    color: rgba(71, 85, 105, 0.9);
  }

  ._associatedSaleReceiptIcon_mtihi_2959 {
    color: rgba(71, 85, 105, 0.9);
  }

  ._associatedSaleCard_mtihi_2810 {
    background: transparent;
  }

  ._associatedSaleMeta_mtihi_2815 {
    color: #1f2937;
  }

  ._associatedSaleInvoice_mtihi_3018 {
    color: #1f2937;
  }

  ._associatedSaleOrder_mtihi_3019,
  ._associatedSaleDate_mtihi_3020,
  ._associatedSaleItems_mtihi_3021 {
    color: rgba(71, 85, 105, 0.88);
  }

  ._associatedSaleDraftedByPill_mtihi_3043 {
    background: rgba(148, 163, 184, 0.18);
    color: rgba(51, 65, 85, 0.95);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 ._associatedSaleInvoice_mtihi_3018 {
    color: #111827 !important;
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 ._associatedSaleOrder_mtihi_3019,
  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 ._associatedSaleDate_mtihi_3020 {
    color: rgba(71, 85, 105, 0.96) !important;
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 ._associatedSaleDraftedByPill_mtihi_3043 {
    background: rgba(148, 163, 184, 0.22) !important;
    color: rgba(30, 41, 59, 0.96) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 ._associatedSaleThumbOverflow_mtihi_2813 {
    background: rgba(148, 163, 184, 0.24) !important;
    color: rgba(30, 41, 59, 0.98) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContentFooter_mtihi_1705 ._messageBodyContentFooterMain_mtihi_1787 ._messageBodyContentFooterMainTitle_mtihi_1794 span,
  ._messageC2Body_mtihi_3256 ._messageBodyContentFooter_mtihi_1705 ._messageBodyContentFooterMain_mtihi_1787 ._messageBodyContentFooterMainTitle_mtihi_1794 span,
  ._messageC3Body_mtihi_4231 ._messageBodyContentFooter_mtihi_1705 ._messageBodyContentFooterMain_mtihi_1787 ._messageBodyContentFooterMainTitle_mtihi_1794 span {
    color: #0B7FCC !important;
    background-color: transparent !important;
    padding: 0;
  }

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

  ._messageBodyContentFooterSub_mtihi_1731,
  ._messageBodyContentFooterSubTitle_mtihi_1735 {
    color: #1f2937 !important;
    background: transparent !important;
  }

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

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

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433 {
    background-color: rgba(241, 241, 241, 1);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433:nth-child(even),
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItem_mtihi_1433:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._addDocumentButton_mtihi_3082,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._addDocumentButton_mtihi_3082 {
    background: transparent !important;
    border-radius: 18px;
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTADB_mtihi_3061,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTADB_mtihi_3061 {
    background: rgba(0, 0, 0, 0.075) !important;
    color: #1f2937;
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPICON_mtihi_2626,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPICON_mtihi_2626 {
    color: rgba(71, 85, 105, 0.82);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPICON_mtihi_2626 svg,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPICON_mtihi_2626 svg {
    color: rgba(71, 85, 105, 0.82);
  }

  ._messageC1Body_mtihi_2819 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTDT_mtihi_2892,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPDF_mtihi_3324,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTPNG_mtihi_3338,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTJPG_mtihi_3352,
  ._messageC2Body_mtihi_3256 ._messageBodyContent_mtihi_1401 ._messageBodyContentHeaders_mtihi_1406 ._messageBodyContentHeadersItemTXLS_mtihi_3366 {
    box-shadow: 0 8px 18px rgba(148, 163, 184, 0.18);
  }

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

  ._PaymentOverlayContent_mtihi_1839 {
    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_mtihi_1839 ._PaymentOverlayContentSidebar_mtihi_1860 {
    background: rgba(248, 250, 252, 0.95);
    border-right: 1px solid rgba(218, 222, 228, 0.96);
  }

  ._overlaySidebarCard_mtihi_673 {
    background: rgba(241, 245, 249, 0.96);
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92);
  }

  ._overlaySidebarTitle_mtihi_683 {
    color: #0f172a;
  }

  ._overlaySidebarMeta_mtihi_689 {
    color: rgba(71, 85, 105, 0.92);
  }

  ._overlaySidebarPill_mtihi_695 {
    background: rgba(148, 163, 184, 0.22);
    color: rgba(30, 41, 59, 0.96);
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92);
  }

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

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

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888,
  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainTitle_mtihi_1898,
  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTitle_mtihi_1934,
  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionValue_mtihi_1941 {
    color: #1f2937 !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionBody_mtihi_2001 {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayTitleTab_mtihi_1905 {
    color: rgba(15, 23, 42, 0.68) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayTitleDivider_mtihi_1910 {
    color: rgba(71, 85, 105, 0.7) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayTitleCurrent_mtihi_1915 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySectionAction_mtihi_2323 {
    color: rgba(51, 65, 85, 0.96) !important;
    background: rgba(241, 245, 249, 0.96) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftInputLabel_mtihi_2280 {
    color: rgba(71, 85, 105, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftSummaryCard_mtihi_2023 {
    background: rgba(241, 245, 249, 0.96) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessCard_mtihi_2066 {
    background: rgba(241, 245, 249, 0.96) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessIcon_mtihi_2082 {
    background: rgba(34, 197, 94, 0.14) !important;
    color: rgb(22, 163, 74) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessTitle_mtihi_2101 {
    color: #0f172a !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessCopy_mtihi_2108 {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftSummaryLabel_mtihi_2040 {
    color: rgba(71, 85, 105, 0.82) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftSummaryValue_mtihi_2049 {
    color: #0f172a !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftSummaryAmount_mtihi_2059 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessHeroMeta_mtihi_2120 {
    color: rgba(71, 85, 105, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessField_mtihi_2132 {
    background: rgba(255, 255, 255, 0.72) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySuccessValue_mtihi_2142 {
    color: #0f172a !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftInput_mtihi_2280 {
    background: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftInput_mtihi_2280::placeholder {
    color: rgba(100, 116, 139, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftPickerIcon_mtihi_2172 {
    color: rgba(71, 85, 105, 0.72) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftPickerClear_mtihi_2188 {
    background: rgba(203, 213, 225, 0.62) !important;
    color: rgba(51, 65, 85, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftPickerClear_mtihi_2188:hover {
    background: rgba(189, 193, 198, 0.78) !important;
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayDraftPickerMenu_mtihi_2212 {
    border-color: rgba(189, 193, 198, 0.76) !important;
    background: rgba(255, 255, 255, 0.99) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayPickerRow_mtihi_2249 {
    background: rgba(241, 241, 241, 0.98) !important;
    border-bottom-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayPickerRow_mtihi_2249:hover {
    background: rgba(248, 250, 252, 0.98) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayPickerRowTitle_mtihi_2267 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayPickerRowMeta_mtihi_2274 {
    color: rgba(71, 85, 105, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySectionAction_mtihi_2323:hover {
    color: #111827 !important;
    background: rgba(226, 232, 240, 0.96) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultRow_mtihi_2388 {
    background: rgba(241, 241, 241, 0.98) !important;
    border-bottom-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultRow_mtihi_2388:hover {
    background: rgba(248, 250, 252, 0.98) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultRowSelected_mtihi_2406 {
    background: rgba(191, 219, 254, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultRowSelected_mtihi_2406:hover {
    background: rgba(191, 219, 254, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultsList_mtihi_2377 {
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultIcon_mtihi_2418 {
    color: rgba(71, 85, 105, 0.82) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultTitle_mtihi_2435 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultMeta_mtihi_2445 {
    color: rgba(71, 85, 105, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultPill_mtihi_2454 {
    background: rgba(148, 163, 184, 0.22) !important;
    color: rgba(30, 41, 59, 0.96) !important;
    box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchResultAmount_mtihi_2469 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchThumb_mtihi_2499 {
    background: rgba(148, 163, 184, 0.55) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlaySearchFooter_mtihi_2484 {
    border-top: 1px solid rgba(189, 193, 198, 0.5);
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable_mtihi_2515 ._messageBodyContentHeadersItem_mtihi_1433,
  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable1_mtihi_2582 ._messageBodyContentHeadersItem_mtihi_1433 {
    background-color: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
    background-image: none !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable1_mtihi_2582 ._messageBodyContentHeadersItem_mtihi_1433._selectedPicker_mtihi_2610 {
    background: rgba(191, 219, 254, 0.9) !important;
    border-color: rgba(96, 165, 250, 0.75) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable_mtihi_2515 ._overlaySaleMatchCard_mtihi_2521 {
    background-color: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
    background-image: none !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable_mtihi_2515 ._overlaySaleMatchAmount_mtihi_2548 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable_mtihi_2515 ._overlaySaleMatchBody_mtihi_2557 {
    color: rgba(71, 85, 105, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionTable_mtihi_2515 ._overlaySaleMatchBody_mtihi_2557 svg {
    color: rgba(71, 85, 105, 0.86) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentMatchCard_mtihi_2656 {
    background-color: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewWrap_mtihi_2667 {
    background: rgba(248, 250, 252, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentName_mtihi_2735 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentType_mtihi_2746 {
    color: rgba(71, 85, 105, 0.9) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentDate_mtihi_2752 {
    color: rgba(71, 85, 105, 0.92) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayUploadDropzone_mtihi_2759 {
    border-color: rgba(189, 193, 198, 0.9) !important;
    background: rgba(248, 250, 252, 0.94) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayUploadDropzoneIcon_mtihi_2772 {
    background: rgba(226, 232, 240, 0.9) !important;
    color: rgba(15, 23, 42, 0.88) !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayUploadDropzoneTitle_mtihi_2783 {
    color: #111827 !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._overlayUploadDropzoneMeta_mtihi_2790 {
    color: rgba(71, 85, 105, 0.9) !important;
  }

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

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

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionBtnPrimary_mtihi_1964 {
    background: #000 !important;
    color: #fff !important;
  }

  ._PaymentOverlayContent_mtihi_1839 ._PaymentOverlayContentMain_mtihi_1888 ._PaymentOverlayContentMainSectionBtnSecondary_mtihi_1981 {
    background: rgba(231, 231, 231, 0.98) !important;
    color: #334155;
  }

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

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

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

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

  ._contextMenu_mtihi_3653,
  ._hoverCardContent_mtihi_3750,
  ._Content_mtihi_3824 {
    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_mtihi_3696[data-disabled] {
    color: #111827;
  }

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

  ._headerActionMenu_mtihi_918 {
    background-color: 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);
  }

  ._headerActionMenuItem_mtihi_941 {
    color: #1f2937;
  }

  ._headerActionMenuItem_mtihi_941:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  ._headerActionMenuCopy_mtihi_966 {
    color: rgba(0, 0, 0, 0.6);
  }

  ._headerActionMenuSecondary_mtihi_980 {
    background: rgba(0, 0, 0, 0.06);
    color: #1f2937;
  }

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

  ._ImageTrigger_mtihi_3857:focus {
    box-shadow: 0 0 0 2px rgba(26, 164, 255, 0.35);
  }

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

  ._confirmHeader_mtihi_3918 p,
  ._confirmHint_mtihi_3975 {
    color: rgba(71, 85, 105, 0.88);
  }

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

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

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

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

/* Artifact preview modal */
._artifactPreviewOverlay_mtihi_4890 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
._artifactPreviewContent_mtihi_4899 {
  max-width: 90vw;
  max-height: 90vh;
  background: rgb(22,22,27);
  border-radius: 12px;
  overflow: hidden;
}
._artifactPreviewImage_mtihi_4906 {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
}
._artifactPreviewClose_mtihi_4911 {
  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_mtihi_4926 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._overlaySidebarItem_mtihi_4931 {
  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_mtihi_4931:hover {
  background: rgba(255, 255, 255, 0.06);
}
._overlaySidebarItemActive_mtihi_4947 {
  border-color: rgba(194, 122, 58, 0.35);
  background: rgba(194, 122, 58, 0.16);
}
._overlaySidebarContext_mtihi_657 {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._overlaySidebarLabel_mtihi_665 {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
._overlaySidebarCard_mtihi_673 {
  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_mtihi_683 {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 500;
}
._overlaySidebarMeta_mtihi_689 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
._overlaySidebarPill_mtihi_695 {
  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_mtihi_2345 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
._PaymentOverlayContentMainSectionDocs_mtihi_2648 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;

  ._overlayDocumentMatchCard_mtihi_2656 {
    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_mtihi_2667 {
    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_mtihi_2721 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 0;
    min-width: 0;
  }
  ._overlayDocumentMetaHeader_mtihi_2729 {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  ._overlayDocumentName_mtihi_2735 {
    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_mtihi_2746 {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.66);
  }
  ._overlayDocumentDate_mtihi_2752 {
    font-size: 11px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
._overlayUploadStatus_mtihi_5056 {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.68);
}
._overlayButtonRow_mtihi_5062 {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 0 16px 4px;
}
  ._overlaySidebarItem_mtihi_4931 {
    color: #1f2937;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(189, 193, 198, 0.5);
  }
  ._overlaySidebarItemActive_mtihi_4947 {
    background: rgba(215, 230, 255, 0.95);
    border-color: rgba(120, 153, 210, 0.68);
  }
  ._overlaySidebarLabel_mtihi_665 {
    color: rgba(71, 85, 105, 0.74);
  }
  ._overlaySidebarCard_mtihi_673 {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(189, 193, 198, 0.65);
  }
  ._overlaySidebarTitle_mtihi_683 {
    color: #0f172a;
  }
  ._overlaySidebarMeta_mtihi_689 {
    color: #475569;
  }
  ._overlaySidebarPill_mtihi_695 {
    color: #334155;
    background: rgba(148, 163, 184, 0.22);
  }
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentMatchCard_mtihi_2656 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewWrap_mtihi_2667 {
    background: rgba(241, 245, 249, 0.9);
  }
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentName_mtihi_2735 {
    color: #0f172a;
  }
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentType_mtihi_2746,
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentDate_mtihi_2752 {
    color: #475569;
  }}

/* Artifact preview viewer */
._artifactViewerContent_mtihi_5112{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;background:rgb(22,22,27);border-radius:12px;overflow:hidden}
._artifactViewerClose_mtihi_5113{position:absolute;top:12px;right:12px;background:none;border:none;color:rgba(255,255,255,0.7);cursor:pointer;z-index:10}
._artifactViewerBody_mtihi_5114{flex:1;display:flex;min-height:0;overflow:hidden;align-items:center;justify-content:center;background:rgb(18,18,22)}
._artifactViewerImage_mtihi_5115{max-width:100%;max-height:85vh;object-fit:contain}
._artifactViewerFrame_mtihi_5116{width:min(86vw,960px);height:min(82vh,760px);border:0;background:#fff}
._artifactViewerFallback_mtihi_5117{display:flex;flex-direction:column;align-items:center;gap:12px;color:rgba(255,255,255,0.5)}
._artifactViewerFallbackIcon_mtihi_5118{width:64px;height:64px;border-radius:12px;background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center}
._artifactViewerFallbackName_mtihi_5119{font-size:14px;font-weight:600;color:rgba(255,255,255,0.75)}
._artifactViewerFallbackHint_mtihi_5120{font-size:12px;color:rgba(255,255,255,0.4)}
._artifactViewerDownloadBtn_mtihi_5121{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_mtihi_5121:hover{background:rgba(255,255,255,0.12)}

._paymentPreviewFrame_mtihi_5124 {
  width: min(86vw, 960px);
  height: min(78vh, 760px);
  border: 0;
  background: #fff;
  border-radius: 8px;
}

._paymentPreviewFallback_mtihi_5132 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 280px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 28px;
}

._paymentPreviewFallbackIcon_mtihi_5144 {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

._paymentPreviewFallbackName_mtihi_5150 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

._paymentPreviewFallbackHint_mtihi_5156 {
  font-size: 12px;
  max-width: 320px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

._associateDocumentsOverlayContent_mtihi_5163 ._PaymentOverlayContentMainSectionValue_mtihi_1941._Static_mtihi_1954 {
  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_mtihi_5163 ._PaymentOverlayContentMainSectionValue_mtihi_1941._Static_mtihi_1954 svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
}

/* ── Overlay Form Section Cards (inventory-app pattern) ── */

._overlayFormSection_mtihi_5209 {
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.022) 100%), rgba(255,255,255,0.018);
  padding: 16px;
  border: 1px solid rgba(120,120,128,0.24);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

._overlayFormSectionHeader_mtihi_5220 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._overlayFormSectionEyebrow_mtihi_5226 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.38);
  margin: 0;
}

._overlayFormSectionTitle_mtihi_5235 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  margin: 0;
}

._overlayFormSectionBody_mtihi_5242 {
  font-size: 12.5px;
  color: rgba(255,255,255,0.48);
  margin: 0;
  line-height: 1.45;
}

._overlayFormGrid_mtihi_5249 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

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

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

._overlayFieldLabel_mtihi_5265 {
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
}

._overlayDraftInput_mtihi_2280 {
  width: 100%;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  font-size: 13.5px;
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

._overlayDraftInput_mtihi_2280:focus {
  border-color: rgba(255,255,255,0.28);
}

._overlayFieldHint_mtihi_5289 {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}

._overlayReviewGrid_mtihi_5294 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

._overlayReviewCard_mtihi_5300 {
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* ── Light-mode overrides ── */

@media (prefers-color-scheme: light) {
  ._overlayFormSection_mtihi_5209 {
    background: linear-gradient(180deg, rgba(0,0,0,0.024) 0%, rgba(0,0,0,0.012) 100%), rgba(0,0,0,0.015);
    border-color: rgba(0,0,0,0.10);
  }
  ._overlayFormSectionEyebrow_mtihi_5226 {
    color: rgba(0,0,0,0.38);
  }
  ._overlayFormSectionTitle_mtihi_5235 {
    color: rgba(0,0,0,0.88);
  }
  ._overlayFormSectionBody_mtihi_5242 {
    color: rgba(0,0,0,0.48);
  }
  ._overlayFieldLabel_mtihi_5265 {
    color: rgba(0,0,0,0.52);
  }
  ._overlayDraftInput_mtihi_2280 {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.10);
    color: rgba(0,0,0,0.88);
  }
  ._overlayDraftInput_mtihi_2280:focus {
    border-color: rgba(0,0,0,0.28);
  }
  ._overlayFieldHint_mtihi_5289 {
    color: rgba(0,0,0,0.35);
  }
  ._overlayReviewCard_mtihi_5300 {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.08);
  }
}

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

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

._associateDocumentsOverlayContent_mtihi_5163 ._PaymentOverlayContentMainTitle_mtihi_1898 {
  flex: 0 0 auto;
  margin: 0 0 16px;
}

._associateDocumentsOverlayContent_mtihi_5163 ._PaymentOverlayContentMainSection_mtihi_1919 {
  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_mtihi_5163 ._PaymentOverlayContentMainSection_mtihi_1919::-webkit-scrollbar {
  width: 6px;
}

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

._associateDocumentsOverlayContent_mtihi_5163 ._PaymentOverlayContentMainSectionValue_mtihi_1941._Static_mtihi_1954 {
  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_mtihi_5163 ._PaymentOverlayContentMainSectionValue_mtihi_1941._Static_mtihi_1954 svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

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

._overlaySectionHeader_mtihi_2316 ._PaymentOverlayContentMainSectionTitle_mtihi_1934 {
  margin: 0;
}

._overlaySectionAction_mtihi_2323,
._overlayInlineGhostButton_mtihi_5420 {
  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_mtihi_2323 {
  padding: 8px 11px;
}

._overlayInlineGhostButton_mtihi_5420 {
  padding: 7px 10px;
}

._overlaySectionAction_mtihi_2323:hover,
._overlayInlineGhostButton_mtihi_5420:hover {
  background: rgba(255, 255, 255, 0.1);
}

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

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentMatchCard_mtihi_2656 {
  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_mtihi_2648 ._overlayDocumentMatchCard_mtihi_2656:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.065);
}

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewWrap_mtihi_2667 {
  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_mtihi_2648 ._overlayDocumentPreview_mtihi_2667 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewFallback_mtihi_2689 {
  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_mtihi_2648 ._overlayDocumentPreviewExt_mtihi_2702 {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewName_mtihi_2710 {
  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_mtihi_2648 ._overlayDocumentMeta_mtihi_2721 {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 9px 1px 1px;
}

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentMetaHeader_mtihi_2729 {
  display: flex;
  width: 100%;
  min-width: 0;
}

._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentName_mtihi_2735 {
  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_mtihi_2648 ._overlayDocumentType_mtihi_2746,
._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentDate_mtihi_2752 {
  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_mtihi_2648 ._overlayInlineGhostButton_mtihi_5420 {
  margin-top: auto;
}

._overlayUploadDropzone_mtihi_2759 {
  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_mtihi_2772 {
  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_mtihi_2783 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
}

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

._overlayUploadDropzone_mtihi_2759 ._PaymentOverlayContentMainSectionFlex_mtihi_1959 {
  justify-content: center;
  margin-top: 2px;
}

._overlayButtonRow_mtihi_5062 {
  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_mtihi_5062 ._PaymentOverlayContentMainSectionBtnPrimary_mtihi_1964,
._overlayButtonRow_mtihi_5062 ._PaymentOverlayContentMainSectionBtnSecondary_mtihi_1981 {
  width: auto;
  min-width: 88px;
  margin: 0;
  padding: 10px 18px;
  border-radius: 8px;
  text-align: center;
}

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

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

._messageBodyContentHeadersItemTFileFallback_mtihi_5650 {
  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_mtihi_5664 {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

._messageBodyContentHeadersItemDownload_mtihi_5674 {
  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_mtihi_1433:hover ._messageBodyContentHeadersItemDownload_mtihi_5674,
._messageBodyContentHeadersItemDownload_mtihi_5674:focus-visible {
  opacity: 1;
}

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

._artifactViewerContent_mtihi_5112 {
  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_mtihi_5113 {
  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_mtihi_5114 {
  flex: 1 1 auto;
  min-height: 0;
  padding: 64px 22px 22px;
  box-sizing: border-box;
}

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

._artifactViewerDownloadBtn_mtihi_5121 {
  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_mtihi_5163 {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
  }

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

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

@media (prefers-color-scheme: light) {
  ._overlaySectionAction_mtihi_2323,
  ._overlayInlineGhostButton_mtihi_5420,
  ._overlayButtonRow_mtihi_5062 ._PaymentOverlayContentMainSectionBtnSecondary_mtihi_1981,
  ._messageBodyContentHeadersItemDownload_mtihi_5674 {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.045);
    color: rgba(0, 0, 0, 0.78);
  }

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

  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewWrap_mtihi_2667,
  ._overlayUploadDropzone_mtihi_2759 {
    background: rgba(0, 0, 0, 0.025);
  }

  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewName_mtihi_2710,
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentName_mtihi_2735,
  ._overlayUploadDropzoneTitle_mtihi_2783 {
    color: rgba(0, 0, 0, 0.84);
  }

  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentPreviewExt_mtihi_2702,
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentType_mtihi_2746,
  ._PaymentOverlayContentMainSectionDocs_mtihi_2648 ._overlayDocumentDate_mtihi_2752,
  ._overlayUploadDropzoneMeta_mtihi_2790,
  ._overlayUploadStatus_mtihi_5056 {
    color: rgba(0, 0, 0, 0.5);
  }

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

._paymentPreviewOverlay_mtihi_5812 {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(3px);
}

._paymentPreviewContent_mtihi_5820 {
  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);
}

._paymentPreviewClose_mtihi_5839 {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

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

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

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

._paymentPreviewFooter_mtihi_5883 {
  display: flex;
  min-height: 64px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

._paymentPreviewName_mtihi_5894 {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._paymentPreviewActions_mtihi_5903 {
  flex: 0 0 auto;
}

._paymentPreviewActions_mtihi_5903 ._paymentDocUploadBtn_mtihi_5907 {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(245, 245, 247, 0.96);
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.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}._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;
  }
}
@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_4fi58_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_4fi58_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_4fi58_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_4fi58_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_4fi58_70 {
    display: flex;
}


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

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

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

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

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

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

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

._composeButton_4fi58_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_4fi58_122:hover {
    background-color: #2563eb;
}

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

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

/* Email Grid */
._emailGrid_4fi58_156 {
    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_4fi58_183 {
    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_4fi58_223 {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: transparent;
}

._unreadDotActive_4fi58_231 {
    background-color: #3b82f6;
}

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

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

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

._senderName_4fi58_247._unread_4fi58_223 {
    font-weight: 400;
}

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

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

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

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

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

    ._bottomButton_4fi58_302 {
        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_4fi58_320 {
            width: 1.35rem;
            height: 1.35rem;
            color: #000;
        }

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

}

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

    ._lightIcon_4fi58_70 {
        display: none;
    }

    ._darkIcon_4fi58_341 {
        display: flex;
    }

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

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

    ._headerContent_4fi58_34 {

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

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

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

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

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

    ._emailItem_4fi58_183 {
        &: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_4fi58_247 {
        color: #ffffff;
    }

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

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

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

    ._bottomActions_4fi58_297 {
        ._bottomButton_4fi58_302 {

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

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

            ._moreButton_4fi58_320 {
                color: #ffffff;
            }

            ._settingsButton_4fi58_326 {
                color: #808080;
            }
        }

    }
}._container_dv7n7_1 {
    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 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 11px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._header_dv7n7_18 {
    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_dv7n7_29 {
    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_dv7n7_48 {
    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_dv7n7_65 {
    display: flex;
}

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

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

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

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

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

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

._smallBody_dv7n7_110 {
    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_dv7n7_123 {
    display: grid;
    gap: 1.1rem;
    padding: 0;
}

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

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

._summaryMetricIcon_dv7n7_143 {
    width: 24px;
    height: 24px;
    color: rgba(17, 24, 39, 0.95);
    flex-shrink: 0;
    stroke-width: 2.1;
}

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

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

._summaryBadge_dv7n7_168 {
    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_dv7n7_183 {
    color: #5fd34f;
    background: rgba(95, 211, 79, 0.18);
}

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

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

    ._bottomButton_dv7n7_202 {
        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_dv7n7_220 {
            width: 1.35rem;
            height: 1.35rem;
            color: #000;
        }

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

@media (prefers-color-scheme: dark) {
    ._lightIcon_dv7n7_65 {
        display: none;
    }

    ._darkIcon_dv7n7_239 {
        display: flex;
    }

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

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

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

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

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

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

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

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

    ._summaryMetricValue_dv7n7_158 {
        color: #f4f8ff;
    }

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

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

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

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

            ._moreButton_dv7n7_220 {
                color: #ffffff;
            }

            ._settingsButton_dv7n7_226 {
                color: #808080;
            }
        }
    }
}

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