@font-face {
  font-family: "Helvetica";
  src: url("helvetica_Normal.woff2") format(" woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-bold";
  src: url("helvetica_Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.dn-chat-cnr.chat-initial-form.form-horizontal {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dn-chat-cnr.chat-initial-form.form-horizontal .well {
  width: min(540px, 100%);
  margin: 0 auto;
}
.dn-chat-cnr.chat-initial-form.form-horizontal .form-buttons {
  margin: 0 auto;
}
.dn-chat-cnr.chat-initial-form.form-horizontal .dn-header {
  background: #000;
  background-size: contain;
  width: 100%;
  height: 64px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dn-chat-cnr.chat-initial-form.form-horizontal .dn-header img {
  height: 3.25rem;
}

.slds-scope select {
  border: 1px solid #777777;
  padding: 0.849rem 1rem;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 2px;
  display: flex;
  margin-bottom: 32px;
  width: min(540px, 100%);
}
.slds-scope select:focus {
  border: 1px solid #8AAABE;
}
.slds-scope select:hover {
  border: 1px solid #777777;
}
.slds-scope select:disabled {
  border: 1px solid #777777;
  background: #C8C8C8;
}
.slds-scope textarea {
  border: 1px solid #d5dee3;
  padding: 0.6875rem 1rem;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 2px;
  display: flex;
}
.slds-scope img {
  width: 275px;
  height: 64px;
}
.slds-scope .control-label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
}
.slds-scope h3 {
  margin-bottom: 8px;
}
.slds-scope h3 .col-sm-6 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
}

.form-buttons .btn {
  font-size: 1rem;
  font-family: "Helvetica-bold", "Arial", sans-serif;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  cursor: pointer;
  background-color: #ff3600 !important;
  color: #fff;
  border-radius: 2px;
  width: auto;
  margin: 16px 0;
  background: none;
  border: 1px solid #ff3600;
}
.form-buttons .btn:focus {
  box-shadow: none;
  outline: 2px solid #8AAABE;
}
.form-buttons .btn:hover {
  background-color: #c02801 !important;
  border-color: #c02801;
}
.form-buttons .btn:active {
  background-color: #992100 !important;
  border-color: #992100;
}

.form-group h1 {
  margin-bottom: 8px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .header-title {
  width: min(1120px, 100%);
}
.contact .dropdown-wrap {
  border: 1px solid #777777;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  border-radius: 2px;
  height: auto;
  padding: 10px 14px 10px 12px;
  width: 100%;
  line-height: 1.63;
}
.contact .dropdown-wrap:focus {
  border: 1px solid #8AAABE;
}
.contact .dropdown-wrap:hover {
  border: 1px solid #777777;
}
.contact .dropdown-wrap:disabled {
  border: 1px solid #777777;
  background: #C8C8C8;
}
.contact .input-container input {
  border: 1px solid #d5dee3;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 2px;
}
.contact .input-container input:focus {
  border: 2px solid rgba(255, 54, 0, 0.5019607843);
}
.contact .input-container input:hover {
  border: 1px solid #333333;
}
.contact .input-container input:active {
  border: 2px solid rgba(255, 54, 0, 0.5019607843);
}
.contact .input-container input:disabled {
  border: 1px solid #C8C8C8;
}
.contact fieldset .input-labels {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact #divDropdownContainer0 {
  margin-bottom: 2rem;
}

.prechat-container {
  width: min(540px, 100%);
  margin: 0 auto;
}
.prechat-container:has(.prechat-bottom) {
  width: min(115px, 100%);
  margin: 0 auto;
}

.form-field-scroll {
  height: calc(var(--vh, 1vh) * 100 - 756px);
}

.prechat-bottom button {
  font-size: 1rem;
  font-family: "Helvetica-bold", "Arial", sans-serif;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  cursor: pointer;
  background-color: #ff3600 !important;
  color: #ffffff;
  border-color: #ff3600;
  border-radius: 2px;
}
.prechat-bottom button:hover {
  background-color: #c02801 !important;
  border-color: #c02801;
}
.prechat-bottom button:active {
  background-color: #992100 !important;
  border-color: #992100;
}

.chat-window-wrap .header-title {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.save-chat-wrap .transcript-input {
  height: 48px;
}
.save-chat-wrap .transcript-input:focus {
  border: 2px solid rgba(255, 54, 0, 0.5019607843);
}
.save-chat-wrap .transcript-input:hover {
  border: 1px solid #333333;
}
.save-chat-wrap .transcript-input:active {
  border: 2px solid rgba(255, 54, 0, 0.5019607843);
}
.save-chat-wrap .transcript-input:disabled {
  border: 1px solid #C8C8C8;
}
.save-chat-wrap .header-title {
  width: min(1120px, 100%);
  margin: 0 auto;
}
.save-chat-wrap .chat-download-button .chat-download-text {
  font-size: 1rem;
  font-family: "Helvetica-bold", "Arial", sans-serif;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #ff3600 !important;
  color: #fff;
  border-radius: 2px;
  width: auto;
  margin: 16px 0;
  background: none;
  height: 48px;
}
.save-chat-wrap .chat-download-button .chat-download-text:hover {
  background-color: #c02801 !important;
  border-color: #c02801;
}
.save-chat-wrap .chat-download-button .chat-download-text:active {
  background-color: #992100 !important;
  border-color: #992100;
}
.save-chat-wrap .transcript-button {
  font-size: 1rem;
  font-family: "Helvetica-bold", "Arial", sans-serif;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #ff3600 !important;
  color: #fff;
  border-radius: 2px;
  width: auto;
  background: none;
  height: 48px;
}
.save-chat-wrap .transcript-button:hover {
  background-color: #c02801 !important;
  border-color: #c02801;
}
.save-chat-wrap .transcript-button:active {
  background-color: #992100 !important;
  border-color: #992100;
}