/* DOCHIFOOD PUBLIC V5.0.6 — QUOTE FOCUS CLEAN */

/* Ẩn chrome trên/dưới khi đang ở trang Báo giá */
body[data-view="yours"] #v5Header,
body[data-view="yours"] #v5Nav,
#v5App[data-view="yours"] #v5Header,
#v5App[data-view="yours"] #v5Nav {
  display: none !important;
}

body[data-view="yours"] #v5QuoteBar,
#v5App[data-view="yours"] #v5QuoteBar {
  display: none !important;
}

body[data-view="yours"] .v5-yours-scroll,
#v5App[data-view="yours"] .v5-yours-scroll {
  padding-top: 18px !important;
  padding-bottom: calc(28px + env(safe-area-inset-bottom)) !important;
}

.v5-quote-workspace-head {
  width: min(100%, 1040px);
  margin: 0 auto 12px;
  padding: 0 0 16px;
  display: block;
  border-bottom: 1px solid #e1e8e5;
}

.v5-quote-workspace-copy {
  width: 100%;
}

.v5-quote-workspace-head small {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .11em;
}

.v5-quote-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.v5-quote-title-row h1 {
  margin: 0;
  flex: 1 1 auto;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.v5-quote-workspace-head p {
  margin: 8px 0 0;
  color: #6e7e78;
  font-size: 13px;
}

.v5-quote-workspace-head p strong {
  color: var(--green);
  font-size: 15px;
}

#v5ClearQuotes {
  display: none !important;
}

.v5-quote-head-send {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  box-shadow: none;
}

.v5-quote-head-send svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v5-quote-head-send b {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  border: 1px solid #d8e7df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.v5-quote-head-send b[hidden] {
  display: none !important;
}

@media (min-width: 760px) {
  body[data-view="yours"] .v5-yours-scroll,
  #v5App[data-view="yours"] .v5-yours-scroll {
    padding-top: 26px !important;
    padding-bottom: 42px !important;
  }

  .v5-quote-workspace-head {
    margin-bottom: 18px;
    padding-bottom: 22px;
  }

  .v5-quote-title-row h1 {
    font-size: 38px;
  }

  .v5-quote-workspace-head p {
    font-size: 14px;
  }

  .v5-quote-head-send {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .v5-quote-head-send svg {
    width: 22px;
    height: 22px;
  }
}
