/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); */
/* @import url('https://fonts.cdnfonts.com/css/foco-trial'); */
@font-face {
  font-family: "Foco Trial";
  font-style: normal;
  font-weight: 400;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_Rg.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: italic;
  font-weight: 400;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_It.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: normal;
  font-weight: 300;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_Lt.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: italic;
  font-weight: 300;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_LtIt.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: normal;
  font-weight: 700;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_Bd.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: italic;
  font-weight: 700;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_BdIt.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: normal;
  font-weight: 900;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_Blk.woff") format("woff");
}
@font-face {
  font-family: "Foco Trial";
  font-style: italic;
  font-weight: 900;
  src: local("Foco Trial"), url("./fonts/Foco_Trial/Foco_Trial_BlkIt.woff") format("woff");
}

:root {
  --p-color: rgba(71, 84, 103, 1);
  --heading-color: rgba(16, 24, 40, 1);
  --button-bg: #2b71ff;
  --button-color: rgba(255, 255, 255, 1);
  --border-radius: 8px;
  --progress-color: #2b71ff;
  --circle-progress-size: 60px;

  --current-progress: 0;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Foco Trial", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
  /* 10px == 1rem */
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button > * {
  pointer-events: none;
}
body {
  /* position: fixed; */
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: white;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}
main {
  width: 100%;
  max-width: 400px;
  height: 100%;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-right: 1.2rem;
  background-color: white;
}
nav img.logo {
  object-fit: contain;
  width: 8rem;
  margin-left: 0.8rem;
}
nav .retry-btn svg {
  /* transform: rotate3d(0.4, 1, 0, 180deg);
    color: rgba(152, 162, 179, 1);
    font-weight: bold; */
}
.get-started {
  /* position: fixed; */
  /* top: 11%;
  left: 0; */
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* height: 100%; */
  /* margin-top: 15%; */
  gap: 0.8rem;
}
.get-started .small-logo-div {
  margin-bottom: 1.3rem;
}
.get-started h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 0.8rem;
}
.get-started p {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--p-color);
  text-align: center;
  line-height: 2.4rem;
}
.get-started button:not(.eye-btn) {
  margin-top: 2.2rem;
  background-color: var(--button-bg);
  color: var(--button-color);
  width: 100%;
  padding: 1.4rem 1rem;
  border-radius: var(--border-radius);
  max-width: 300px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-started a {
  text-decoration: none;
}
.no-account {
  font-size: 1.4rem !important;
  font-weight: 400;
  margin-top: 1.5rem;
}
.no-account a {
  color: var(--button-bg);
  font-weight: 700;
  margin-left: 2px;
}
.small-logo {
  object-fit: contain;
  width: 6rem;
}

.message-section {
  display: grid;
  grid-template-rows: 94px auto 50px !important;
  /* grid-template-rows: 94px auto 140px 110px; */
  height: calc(100% - 7rem) !important;
}
.message-section-without-input {
  grid-template-rows: 94px auto 40px !important;
  height: calc(100% - 7rem) !important;
}
.hide {
  display: none !important;
}
/* .circle-progress-main {
  position: relative;
}
.circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--circle-progress-size);
  height: var(--circle-progress-size);
}
.circle-progress svg {
  pointer-events: none;
}
.circular-progress {
  --half-size: calc(var(--circle-progress-size) / 2);
  --stroke-width: 6px;
  --radius: calc((var(--circle-progress-size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--current-progress) * var(--circumference)) / 100);
  animation: progress-animation 0.3s linear 0s 1 forwards;
}
.circle-progress span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #ddd;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.5s linear 0s;
  stroke: var(--progress-color);
}

@keyframes progress-animation {
  from {
    --current-progress: 0;
  }
  to {
    --current-progress: var(--current-progress);
  }
} */

.custom-dropdown {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 0rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.dropdown-text-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown-heading-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.5rem;
}
.custom-dropdown h2 {
  color: var(--heading-color);
  font-size: 1.8rem;
  font-weight: 600;
}
.custom-dropdown p {
  color: var(--p-color);
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

.messages {
  overflow-y: auto;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
  padding-top: 1rem;
}
.message {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.custom-loader-message {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.no-profile .profile-img-div {
  visibility: hidden;
}
.no-profile .message-text h4 {
  display: none;
}
.message .message-text, .custom-loader-message .message-text {
  margin-top: 0.5rem;
  width: 85%;
}
.message h4, .custom-loader-message h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(52, 64, 84, 1);
  margin-bottom: 0.8rem;
}
.message p,.message ol, .custom-loader-message p {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(242, 242, 242, 1);
  border-radius: 0px 8px 8px 8px;
  padding: 10px 14px 10px 14px;
  font-size: 1.5rem;
  line-height: 18.95px;
  word-break: break-word;
  font-weight: 400;
}
.typing,
.typing-overlay,
.custom-loader-typing {
  width: fit-content !important;
}
.send-message {
  width: 100%;
  z-index: 100;
  background-color: white;
  position: relative;
  display: block !important;
  height: 130px;
}
.input {
  background-color: white;
  border: 1px solid rgba(234, 236, 240, 1);
  padding: 1rem;
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(100% - 0.25rem);
  border-radius: var(--border-radius);
}
.send-message textarea {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border: none;
  outline: none;
  color: black;
  resize: none;
}
.send-message-button-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.send-message-button,
.btns {
  background-color: #2b71ff;
  color: white;
  padding: 8px 12px 8px 12px;
  border: none;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 1.4rem;
}
.attachment-button {
  display: flex;
  align-items: center;
}

.loader {
  text-align: center;
  padding: 0 0rem;
  background-color: inherit;
}
.loader span {
  display: inline-block;
  /* vertical-align: middle; */
  width: 10px;
  height: 10px;
  background: var(--button-bg);
  border-radius: 20px;
  animation: loader 0.8s infinite alternate;
}
.loader span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.loader span:nth-of-type(3) {
  animation-delay: 0.6s;
}
@keyframes loader {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dropdown-content-button {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 0;
}

.dropdown-content-name {
  color: rgba(52, 64, 84, 1);
  font-weight: 600;
  font-size: 1.4rem;
}
.selected .dropdown-content-name {
  color: #2b71ff !important;
}
.dropdown-content-dot svg {
  display: none;
}
.completed .dropdown-content-dot svg {
  display: inline-block;
  transform: translate(0.5px);
}
.dropdown-content-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: white;
  position: relative;
  outline: 3px solid rgba(234, 236, 240, 1);
}
.selected .dropdown-content-dot {
  background-color: var(--progress-color) !important;
  outline: 5px solid rgba(158, 119, 237, 0.24) !important;
}
.dropdown-content-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(208, 213, 221, 1);
}
.selected:not(.completed) .dropdown-content-dot::before {
  background-color: white;
}
.selected.completed .dropdown-content-dot::before {
  display: none;
}
.dropdown-content-button:not(:last-of-type) .dropdown-content-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: calc(100% - 2px);
  width: 2px;
  background-color: rgba(234, 236, 240, 1);
}

.message a {
  color: var(--button-bg) !important;
}
.input-div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.input-div:first-of-type {
  margin-top: 0.8rem;
}
.input-div label {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(52, 64, 84, 1);
  margin-top: 0.6rem;
}
.input-div input {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: white;
  padding: 8px 12px 8px 12px;
  border-radius: var(--border-radius);
  border: 1px solid rgba(208, 213, 221, 1);
  height: 4.4rem;
}
.messages input:not(input[type="checkbox"]),
.messages select {
  height: 4rem !important;
}
.messages input[type="checkbox"] {
  height: auto !important;
}
.messages input[type="tel"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.formBtns:first-of-type {
}
.formBtns {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.formBtns svg {
  fill: white !important;
}
.formBtns.big {
  padding: 1rem;
}
table {
  border-collapse: collapse;
  background-color: rgba(249, 250, 251, 1);
  margin: 0.4rem;
  border-radius: 8px;
}
th,
td {
  border: 1px solid rgba(234, 236, 240, 1);
  text-align: center;
}
thead td button {
  pointer-events: none;
}
td button {
  padding: 12px;
  width: 100%;
  height: 100%;
  user-select: none;
}
td h4 {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(16, 24, 40, 1);
}
td p {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(71, 84, 103, 1);
  margin-top: 0.4rem;
}
.time-selected {
  background-color: rgba(254, 243, 242, 1);
}
.time-selected * {
  color: rgba(224, 93, 46, 1);
}
.your-message {
  background-color: rgba(255, 240, 210, 1) !important;
  border: 1px solid rgba(255, 229, 219, 1) !important;
  color: rgba(16, 24, 40, 1) !important;
}
.filePreview {
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background-color: white !important;
  user-select: none !important;
  border: none !important;
}
.filePreview:empty {
  display: none;
}
.circle-progress-value {
  stroke-width: 10px;
  stroke: #2b71ff;
  stroke-linecap: round;
}
.circle-progress-circle {
  stroke-width: 8px;
  stroke: rgba(234, 236, 240, 1);
}
.circle-progress-text {
  fill: black !important;
  font-size: 2.4rem !important;
  font-weight: 600;
}
.progress svg {
  width: var(--circle-progress-size) !important;
  height: var(--circle-progress-size) !important;
}
.faq-btns {
  display: grid;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  gap: 1rem;
  /* justify-content: space-between; */
  align-items: baseline;
  padding: 1.2rem;
  border-top: 1px solid rgba(234, 236, 240, 1);
}
.faq-btns button {
  width: 100%;
  font-weight: 700 !important;
}
.faq-overlay {
  position: relative;
  z-index: 100;
}
.faq-content {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  width: 200%;
  max-height: 500px;
  overflow-y: auto;
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}
.faq-content h2 {
  font-size: 1.6rem;
}
.questions {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 2px solid rgba(249, 250, 251, 1) !important;
}
.questions h5 {
  font-size: 1.3rem;
  padding: 1rem 5px;
  background-color: rgba(249, 250, 251, 1) !important;
}
.questions p {
  padding: 1rem;
  font-size: 1.3rem;
  background-color: white;
}
.ask-question-overlay {
  position: relative;
}
.ask-overlay-content {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
  width: 200%;
  max-height: 500px;
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: grid;
  grid-template-rows: 350px auto;
}
.ask-question-messages {
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 2rem;
}
/* #i-agree {
  opacity: 0;
  pointer-events: none;
}
#i-agree:checked {
  opacity: 1;
  pointer-events: all;
} */
.faq-title-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.faq-title-div button {
  width: auto !important;
}
.close-btn {
  width: auto !important;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
}
.error:empty {
  display: flex;
  height: 0px;
  overflow: hidden !important;
}
.error:not(:empty) {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(240, 68, 56, 1);
  /* height: 20px; */
  display: flex;
  /* align-items: flex-start; */
  align-items: flex-end;
  gap: 3px;
  margin-top: 0px;
}

.error:not(:empty) a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.error-inline:empty {
  height: 0px;
  overflow: hidden !important;
}
.error-inline:not(:empty) {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(240, 68, 56, 1);
  /* height: 20px; */
  /* display: flex; */
  /* align-items: flex-start; */
  align-items: flex-end;
  gap: 3px;
  margin-top: 0px;
}

.error-inline:not(:empty) a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

.errorBorder {
  border: 1px solid rgba(253, 162, 155, 1) !important;
}
.forget-password {
  color: #2b71ff !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 300px !important;
  text-decoration: none !important;
  padding: 0.5rem !important;
}
.google {
  background-color: transparent !important;
  color: rgba(52, 64, 84, 1) !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(208, 213, 221, 1) !important;
}
.back-to-login-btn {
  background-color: transparent !important;
  color: rgba(71, 84, 103, 1) !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  width: fit-content !important;
}

.click-to-resend {
  /* display: flex; */
  /* align-items: center; */
  gap: 0.5rem;
  margin: 1.8rem 0 1.2rem 0;
}
.click-to-resend p {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.click-to-resend button {
  all: unset;
  cursor: pointer !important;
  font-size: 1.4rem !important; 
  font-weight: 700 !important;
  padding: 0px !important;
}
.click-to-resend button:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.loader-circle {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid rgba(225, 94, 46, 0.2);
  border-right-color: #2b71ff;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
#nav-more-dropdown {
  position: fixed;
  width: 100%;
  max-width: 155px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 4px 6px -2px #10182808;
  border-radius: 8px;
}
#nav-more-dropdown * {
  font-size: 1.4rem;
  font-weight: 400;
}
#nav-more-dropdown > button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  width: 100%;
}
.multiple-checkbox {
  align-items: center;
  justify-content: center;
}
.multiple-checkbox > div > div {
  display: flex;
  align-items: center;
}
.multiple-checkbox > div > div input {
  width: 25px;
}
.multiple-checkbox > div > div:last-of-type {
  margin-bottom: 5px;
}
textarea {
  padding: 8px;
  font-size: 1.4rem;
  resize: none;
  border-radius: var(--border-radius);
  border: 1px solid rgba(208, 213, 221, 1);
  outline: none !important;
}

.password-div {
  width: 100%;
  position: relative;
}
.password-div input {
  width: 100%;
  padding-right: 45px !important;
}

.eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important; 
  border-radius: 20px;
}
.password-div .close-eye{
  display: block;
}
.open-eye {
  display: none;
}
.password-div.show .close-eye{
  display: none !important; 
}
.password-div.show .open-eye{
  display: block;
}

.verification-code{
  padding: 10px 8px;
    border-radius: 5px;
    border: 1px solid gray;
    text-align: center;
    font-size: 1.4rem;
}
.inline {
  display: inline;
}
.message-text a {
  cursor: pointer;
}