.ToastManager_toast_26f {
  margin-top: 16px;
  flex: 1 0 auto;
}



  /* make modal a little bigger */@media (min-width: 820px) {.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 {
    width: 810px;
}
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 h4 {
    margin-bottom: 6px;
    font-size: 16px;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dl {
    margin-top: 0;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dl:last-child {
      margin-bottom: 0;
    }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dt,
  .layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dd {
    font-size: 13px;
    line-height: 23px;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dt {
    width: 110px;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 dd {
    margin-left: 118px;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .text-muted {
    font-weight: normal;
    font-size: 11px;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .layout_KeyboardShortcutsModal_key_6ed {
    display: inline-block;
    min-width: 8px;
    margin-right: 3px;
    padding: 0 3px;
    border: solid 1px #ddd;
    border-radius: 2px;
    box-shadow: 1px 1px 0 #eee;
    background-color: #eee;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
  }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .layout_KeyboardShortcutsModal_key_6ed:last-child {
      margin-right: 0;
    }.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .layout_KeyboardShortcutsModal_halfWidth_f04:first-child {
      margin: 0 0 20px 0;
    }/* stack columns when on narrow screens *//* keyboard shortcuts don't apply on mobile but whatever */@media (min-width: 820px) {.layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .layout_KeyboardShortcutsModal_halfWidth_f04 {
      width: calc(50% - 20px);
  }

      .layout_KeyboardShortcutsModal_keyboardShortcutsModal_4f6 .layout_KeyboardShortcutsModal_halfWidth_f04:first-child {
        margin: 0 20px 0 0;
      }
    }

.OpenInAppModal_openInAppModal_f90 {
  text-align: center;
  padding-bottom: 16px;
}

.OpenInAppModal_panel_542 {
  margin-bottom: 32px;
}

.TopBar_contentCentered_0bc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.TopBar_container_096 {
  --topBarHeight: 40px;

  flex: 0 0 auto;
  line-height: 16px;
  background-color: #fccc0b;
  background-color: var(--warningPrimaryColor);
  font-size: 14px;
  text-align: center;
  z-index: 5; /* above expanded search input */
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  transition: height 200ms cubic-bezier(0.4, 0, 1, 1);
  transition: height 200ms var(--accelerationCurve);
}

.TopBar_container_096.TopBar_info_87b {
    background-color: #3781b8;
    background-color: var(--linkColor);
    color: white;
  }

.TopBar_container_096.TopBar_danger_86e {
    background-color: #d0021b;
    background-color: var(--closeDangerRed);
    color: white;
  }

.TopBar_container_096.TopBar_visible_8a5 {
    min-height: var(--topBarHeight);
  }

.TopBar_container_096.TopBar_visible_8a5 .TopBar_content_60a {
      margin-top: 0;
    }

.TopBar_container_096 .TopBar_content_60a {
    margin-top: calc(var(--topBarHeight) * -1);
    transition: margin-top 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: margin-top 200ms var(--accelerationCurve);
    flex: 1;
    min-height: var(--topBarHeight);
    padding: 0px 16px;
    line-height: var(--topBarHeight);
  }

.TopBar_container_096 .TopBar_symbol_896 {
    line-height: 16px;
    display: inline-block;
    font-size: 8px;
    padding: 0 7px;
    opacity: 0.2;
    vertical-align: middle;
    font-style: normal;
  }

.TopBar_container_096 a {
    color: inherit;
    font-weight: 600;
    font-weight: var(--fontWeightBold);
    -webkit-text-decoration: none;
    text-decoration: none;
    vertical-align: middle;
  }

.TopBar_container_096 a:hover,
    .TopBar_container_096 a:active,
    .TopBar_container_096 a:focus {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

.TopBar_container_096 .TopBar_close_e71 {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 20px;
    font-weight: 600;
    font-weight: var(--fontWeightBold);
    line-height: var(--topBarHeight);
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    -webkit-appearance: none;
  }

.TopBar_container_096 .TopBar_close_e71.TopBar_danger_86e {
      color: #ffffff;
      color: var(--white);
      opacity: 1;
      font-weight: 100;
      margin-top: -2px; /* used to align the close button with the text without bold font */
    }

.TopBar_container_096 .TopBar_text_242 {
    text-overflow: ellipsis;
    display: inline-block;
    /* leave 180px space for CTA "See details" button + exit button in the topbar */
    max-width: calc(100% - 180px);
    overflow: hidden;
  }

.TopBar_container_096 .TopBar_text_242.TopBar_noCTA_c54 {
      max-width: none;
    }

.statuspagebar-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: -1px;
  box-shadow: inset 0 0 3px 0 rgba(100, 69, 69, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #4ec375;
  background: var(--successPrimaryColor);
}

.statuspagebar-icon-minor {
  background: #fccc0b;
  background: var(--warningPrimaryColor);
}

.statuspagebar-icon-maintenance {
  background: #57b7df;
  background: var(--closeBrightBlue);
}

.statuspagebar-icon-major,
.statuspagebar-icon-critical {
  background: #d0021b;
  background: var(--failurePrimaryColor);
}

.UsageNotice_main_8f9 {
  display: flex;
  align-items: center;
  height: 72px;
  background: #eef7fb;
  background: var(--closeLightBlue);
  padding: 16px 24px;
  box-sizing: border-box;
}

.UsageNotice_left_29b {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.UsageNotice_right_f9b {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.UsageNotice_title_aa6 {
  font-size: 16px;
  font-weight: 600;
  font-weight: var(--fontWeightBold);
  line-height: 1;
  margin: 0 0 4px 0;
}

.UsageNotice_text_0f3 {
  font-size: 14px;
  line-height: 20px;
}

.UsageNotice_or_aa5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  font-weight: var(--fontWeightBold);
  text-transform: uppercase;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin: 0 16px 0 4px;
}

.UsageNotice_close_2eb {
  cursor: pointer;
  margin-left: 16px;
}

.UsageNotice_close_2eb:hover {
    color: #3781b8;
    color: var(--linkColor);
  }

.ReactRoot_backboneViewPageWrapper_c07 {
  flex: 1 0 100%;
}

@media screen and (min-width: 768px) {

.ReactRoot_backboneViewPageWrapper_c07 {
    max-height: 100%;
    min-width: 800px;
}
  }

.ReactRoot_backboneViewPageWrapper_c07 > div {
    height: 100%;
  }

.ReactRoot_lowerRightScreenWrapper_e45 {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 102; /* 1 above LeftNav's z-index */
  gap: 12px;
  gap: var(--spacing-12);
}

.AccountDisconnectedBarContainer_contactSupportBtn_061 {
  background-color: transparent;
  color: #ffffff;
  color: var(--white);
}

.AccountDisconnectedBarContainer_btnWrapper_7da {
  height: var(--topBarHeight);
  padding: 0 8px;
  padding: 0 var(--spacing-8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: var(--spacing-8);
}

.AccountDisconnectedBarContainer_link_80d {
  display: flex;
  align-items: center;
}

.ReactRoot_RemoteAPIWidget_widget_0e1 {
  position: absolute;
  font-family: monospace;
  z-index: 102;
  cursor: pointer;
}

@keyframes SupportSessionRecording_blinkAnimation_473 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.SupportSessionRecording_container_5a4 {
  display: flex;
  color: #f1f1f1;
  color: var(--gray-05);
  line-height: 16px;
  line-height: var(--spacing-16);
}
.SupportSessionRecording_widget_471 {
  cursor: pointer;
  border-radius: 50px 0 0 50px;
  background-color: #1b1b1b;
  background-color: var(--gray-90);
  padding: 8px;
  padding: var(--spacing-8);
  display: flex;
  align-items: center;
}
.SupportSessionRecording_recordIcon_70c {
  animation: SupportSessionRecording_blinkAnimation_473 1s infinite;
  margin: 0 8px;
  margin: 0 var(--spacing-8);
}
.SupportSessionRecording_stopBtn_7ea {
  border-radius: 0 50px 50px 0;
  padding-left: 16px;
  padding-left: var(--spacing-16);
  background-color: #1b1b1b;
  background-color: var(--gray-90);
  padding: 8px;
  padding: var(--spacing-8);
}

.RestrictionMessage {
  width: auto;
}

.RestrictionMessage--expanded .RestrictionMessage__expandableBody {
  display: block;
}

.RestrictionMessage--modal {
  border-radius: 0;
}

.RestrictionMessage--modal.RestrictionMessage--modal {
    margin: -15px; /* Removes modal body padding */
  }

.RestrictionMessage--modalHeader {
  border-radius: 0;
}

.RestrictionMessage--modalHeader.RestrictionMessage--modalHeader {
    margin: -15px -15px 30px -15px; /* Removes modal body padding */
  }

.RestrictionMessage__title {
  font-weight: 600;
  font-weight: var(--fontWeightBold);
}

.RestrictionMessage__expandableBody {
  display: none;
  color: #262e39;
  color: var(--textColor);
}

.RestrictionMessage__usersListContainer.RestrictionMessage__usersListContainer {
    margin: 10px -15px;
  }

.RestrictionMessage__usersList {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.RestrictionMessage__userRow {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--borderColor);
}

.RestrictionMessage__userRow:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--borderColor);
  }

.RestrictionMessage__avatarCell,
.RestrictionMessage__nameCell,
.RestrictionMessage__phoneCell,
.RestrictionMessage__emailCell {
  padding: 5px 5px;
}

.RestrictionMessage__nameCell {
  font-weight: 600;
  font-weight: var(--fontWeightBold);
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.RestrictionMessage__avatarCell {
  padding-left: 15px;
  width: 25px;
  box-sizing: content-box;
}

.RestrictionMessage__emailCell {
  width: 33%;
  padding-right: 15px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.RestrictionMessage__phoneCell {
  width: 33%;
}

.RestrictionMessage__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.RestrictionMessage__footer.RestrictionMessage__footer {
    margin-top: 15px;
  }

.RestrictionMessage__footerBtn {
  margin-right: 15px;
}

.RestrictionMessage__footerLink {
  line-height: 30px;
}

.Screen {
  padding: 0 !important;
}.Screen { /* overwrite .app-content 20px padding */
}.Screen.is-fullHeight > div {
      display: flex;
      width: 100%;
    }


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/main~c73eff64.7d1fed8f4470050e13aa.js.map*/