@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.Text--markdown {
  overflow-wrap: anywhere;
  word-break: break-word;
  width: 100%;
  font-family: "Lato", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
}

.Text--markdown strong {
  font-weight: 700 !important;
}

.Text--markdown p {
  margin-top: 0;
  margin-bottom: 0;
}

.Text--markdown a {
  text-decoration: underline;
}

.Text--markdown h4 {
  margin: 0;
}

.Text--markdown>ol,
.Text--markdown>ul {
  margin: 0;
  padding: 0;
}

.Text--markdown li {
  margin-left: 16px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: rotate 4s linear infinite;
}

.rotate-fast {
  animation: rotate 1s linear infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pulse {
  animation: pulse 2s infinite;
}

.Waveform {
  min-width: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: 0;
}

.Waveform__bar {
  display: inline-block;
  width: 4px;
  border-radius: 2px;
  transition: height 250ms, background 250ms;
}

.Waveform__bar:not(:first-of-type) {
  margin-inline-start: 1px;
}

.WaveformScrubber {
  display: flex;
  flex: 1;
  flex-basis: 0;
  min-width: 0;
}

.css-1xc5kjj {
  /* background-image: url("Inquiry_Image_Portrait.png") !important; */
  background-size: contain !important;
}

.css-1i3dtts {
  display: unset !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.css-5gz2zw {
  display: unset !important;
  width: unset !important;
  font-size: 13px !important;
  padding: 3px 10px !important;
  margin: 5px !important;
  border-color: transparent !important;
  font-family: "Lato", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;


}

.css-5egaav {
  display: unset !important;
  width: unset !important;
  font-size: 14px !important;
  border-color: transparent !important;
  font-family: "Lato", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  /* padding: 0px 10px !important; */
}

.css-1gjd802 {
  font-family: "Lato", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.css-1gjd802 {
  font-family: "Lato", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.css-5egaav span {
  padding: 0px 5px !important;
}

.css-76z49m {
  scrollbar-width: thin !important;
  scrollbar-color: #29429e white !important;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.css-76z49m::-webkit-scrollbar {
  width: 4px !important;
  /* Adjust the width to make it thinner */
}

.css-76z49m::-webkit-scrollbar-thumb {
  background-color: #29429e;
  border-radius: 10px !important;
}

.css-76z49m::-webkit-scrollbar-track {
  background: white !important;
}

.css-24luw4 {
  background: rgb(209, 224, 244) !important;
  background: linear-gradient(180deg, rgba(209, 224, 244, 1) 27%, rgba(255, 255, 255, 1) 73%) !important;
}

.css-24luw4 {
  padding: 0px 16px 16px 16px !important;
}

/* New PREchat CSS Starts */

/* body {
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */

.elements-Text {
  margin-bottom: -1rem;
}

.elements-Text img {
  padding: 0rem 1rem 0rem 2rem;
}

.elements-Text p img {
  max-width: 100% !important;
  height: 20rem;
  ;
  border-radius: 8px;
}

.elements-SelectInputContainer {
  position: relative;
}

.elements-SelectInputContainer select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px !important;
  color: #d1e0f4 !important;
  background-color: #fff;
  appearance: none;
  outline: none;
}

.elements-SelectInputContainer svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #2c4fa1 !important;
}

/* Links */
.elements-Text a {
  color: #2c4fa1 !important;
  text-decoration: none !important;
}

.elements-Text a:hover {
  text-decoration: underline;
}

/* Checkbox Input */
.elements-CheckboxInput {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.elements-CheckboxInputOption {
  display: flex;
  align-items: center;
}

.elements-CheckboxInputOption input[type="checkbox"] {
  display: none;
}

.elements-CheckboxInputOption svg {
  margin-right: 8px;
  fill: #2c4fa1;
}

.elements-CheckboxInputOption span {
  color: #333;
  font-size: 14px;
}

/* Submit Button */
.elements-Button {
  text-align: center;
}

.elements-Button button {
  background-color: #2c4fa1;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.elements-Button button:hover {
  background-color: #1f3d80;
  /* Darker shade of primary color for hover effect */
}

.suggestions {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  bottom: 90px;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}

.css-1voeesm {
  display: none;
}

.css-r623wo {
  background-color: #1f3d80 !important;
}

.css-oj246i {
  background-color: #1f3d80 !important;
}

.css-19f8bfz {
  background-color: #1f3d80 !important;
}

.css-1dyfc0c-IconButton {
  display: none !important;
}

.css-dq57ti {
  background-color: #1f3d80 !important;
}

.css-1eljvv0 {
  background-color: #1f3d80 !important;
}

.css-jirvde {
  display: none !important;
}

.css-113cfga {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: start !important;
}

@media (min-width: 1024px) {
  .JOlPXgepknwo7YTIinXf ._0G0_70KK893NLapnXPp {
    width: calc(500px + 2 * var(--widget-box-shadow-width)) !important;
    height: 100vh !important;
    max-height: calc(567px + var(--widget-offset)) !important;
  }
}

.elements-Text p img {
  max-width: 100% !important;
  height: 15rem !important;
  border-radius: 8px !important;
}


.css-4u42f2 {
  height: 70px !important;
  /* border-bottom: 5px solid #CB2788 !important; */
}

.css-12l0kqo:disabled {
  background-color: #CB2788 !important;
  opacity: 1 !important;
}

.elements-Form>.elements-Text:nth-child(1) {
  display: flex;
  justify-content: center;
}
.css-12l0kqo svg {
  color: white !important;
}

.css-17rkw1p {
  background-color: white !important;
}

.css-1kym9fg {
  background-color: white !important;
}

._0G0_70KK893NLapnXPp.gBEYucbjVlskZBiWm_0K {
  right: 100px !important;
  left: auto;
}

.css-1tcyn8i {
  font-weight: 600 !important;
  margin-bottom: 2px !important;
  
}
.css-1dbztwz {
    display: none !important;
}

