body.is-quickbar-saved-estimates-open {
  overflow: hidden !important;
}

.quickbar-saved-estimates-modal {
  position: fixed;
  inset: 0;
  z-index: 5200;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.quickbar-saved-estimates-modal[hidden] {
  display: none !important;
}

.quickbar-saved-estimates-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 26, 56, .48);
}

.quickbar-saved-estimates-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(920px, calc(100vw - 40px));
  height: min(760px, calc(100vh - 64px));
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 26, 56, .24);
}

.quickbar-saved-estimates-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid #e5eaf0;
}

.quickbar-saved-estimates-dialog > header h2 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700;
}

.quickbar-saved-estimates-dialog > header button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  color: #071a38;
  background: transparent;
  cursor: pointer;
}

.quickbar-saved-estimates-dialog > header button > span {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.quickbar-saved-estimates-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 760px) {
  .quickbar-saved-estimates-modal {
    display: none !important;
  }
}
