/* h2 {
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
} */

html,
body {
  background: #fafafa;
}

/* honour the user’s OS setting */
@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #121212;
  }
}

.loading-animation {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  animation: dotty steps(1, end) 2s infinite;
  content: "";
}
.loading-animation.dark {
  color: #ffffff;
}

/* @keyframes move-text {
    0% { bottom: -0.2em; opacity: 1; }
    48% { bottom: 0.2em; }
    96% { bottom: -0.2em; opacity: 1; }
    100% { bottom: -0.2em; opacity: 1; }
} */

/* Styles for the Home */

/* Styles for the chat box */

.bottom-button-placement {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  bottom: 140px;
}
@media (max-width: 600px), (pointer: coarse) {
  .bottom-button-placement {
    bottom: 70px;
  }
}

/* Placeholder styles */
.input-container {
  position: fixed;
  height: 140px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  /* background-color: #FAFAFA; */
  width: 100%;
  transition: left 250ms cubic-bezier(0.4, 0, 0.2, 1),
    width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 600px), (pointer: coarse) {
  .input-container {
    height: 55px;
  }
}

.input-container {
  background: #fafafa; /* light mode */
}

.input-container.dark {
  background: #252525; /* dark mode */
}

.absolute-textarea-container {
  padding: 11px 42px 2px 17px;
  height: 30px;
  width: 100%;
  max-width: 80%;
  position: relative;
  /* border: 2px solid blue; */
}

.placeholder-input {
  padding: 12px 28px 2px 22px;
  height: 28px;
  border: none;
  color: #121212;
  border-radius: 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  max-height: 68px;
  resize: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e8e8e8;
}

.placeholder-input {
  padding: 12px 28px 2px 22px;
  height: 28px;
  border: none;
  color: #121212;
  border-radius: 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  max-height: 68px;
  resize: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  background-color: #e8e8e8;
}

.placeholder-input::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.placeholder-input:focus {
  outline: none;
}

.placeholder-input.dark {
  /* background: rgba(0, 0, 0, 0.25); */
  /* border:  0.5px solid rgba(0, 0, 0, 0.25); */
  /* border: none; */
  color: #f5f5f5;
  opacity: 1;

  background-color: #252525;
}
.placeholder-input.dark::placeholder {
  /* opacity: 1; Firefox */
  /* color: 'rgba(0, 0, 0, 0.9)'; */
  /* color: white; */
  /* color: #888888; */
  color: white;
  opacity: 0.65;
}

.inner-input-container {
  width: 700px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 600px), (pointer: coarse) {
  .inner-input-container {
    align-items: center;
    margin-top: 0px;
  }
}

.placeholder-input::-webkit-input-placeholder {
  /* font-weight: bold; */
  opacity: 0.65;
  font-size: 12;
  color: black;
}

.watchlist-placeholder-input {
  height: 28px;
  border: none;
  color: #121212;
  border-radius: 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  max-height: 68px;
  resize: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  background-color: #f6f6f6;
}

.watchlist-placeholder-input::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.watchlist-placeholder-input:focus {
  outline: none;
}

.watchlist-placeholder-input.dark {
  /* background: rgba(0, 0, 0, 0.25); */
  /* border:  0.5px solid rgba(0, 0, 0, 0.25); */
  /* border: none; */
  color: #f5f5f5;
  opacity: 1;

  background-color: #252525;
}
.watchlist-placeholder-input.dark::placeholder {
  /* opacity: 1; Firefox */
  /* color: 'rgba(0, 0, 0, 0.9)'; */
  /* color: white; */
  /* color: #888888; */
  color: white;
  opacity: 0.65;
}
.watchlist-placeholder-input::-webkit-input-placeholder {
  /* font-weight: bold; */
  opacity: 0.65;
  font-size: 12;
  color: black;
}

/* ::placeholder { */
/* opacity: 1; Firefox */
/* color: 'rgba(0, 0, 0, 0.9)'; */
/* color: black; */
/* opacity: 0.6; */
/* } */

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: "rgba(0, 0, 0, 1.0)";
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: "rgba(0, 0, 0, 1.0)";
}

.question-input-style {
  width: 700px;
  max-width: 96%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 35px;
  height: 37px;
}

.question-press-container {
  width: 28px;
  height: 28px;
  border-radius: 22px;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .question-press-container {
    margin-top: 5px;
  }
}

.prechat-dot-input-container {
  display: flex;
  align-items: center;

  height: 100%;
  width: 100%;
}

/* ChatBox Styles */
.chatbox-div-container1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  min-height: 180px;
  background-color: #fafafa;
}

.chatbox-div-container3 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  background-color: #fafafa;
  bottom: 140px;
  transition: left 250ms cubic-bezier(0.4, 0, 0.2, 1),
    width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 600px), (pointer: coarse) {
  .chatbox-div-container3 {
    bottom: 55px;
  }
}

.chatbox-scroll-container {
  flex: 1;
  overflow-y: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 20px 8px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  scroll-behavior: auto;
  
}
@media (max-width: 600px) {
  .chatbox-scroll-container {
    width: 100%;
    max-width: 430px;
  }
}

.chatbox-scroll-container::-webkit-scrollbar {
  display: none;
}

.inner-chatbox-scroll-container {
  margin-top: 70px;
  margin-bottom: 200px;
  position: relative;
  width: 800px;
}

@media (max-width: 600px) {
  .inner-chatbox-scroll-container {
    width: 370px;
  }
}

.scroll-down-container {
  position: sticky;
  bottom: 10px;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.scroll-down-container.visible {
  animation: fadeInUp 0.25s ease-out forwards;
  pointer-events: all;
}

.scroll-down-container.hidden {
  animation: fadeOutDown 0.25s ease-in forwards;
}

.content {
  height: 500px;
}

.chatbox-time {
  display: flex;
  justify-content: center;
  color: #a1a1a1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.share-button {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.5px solid #ececec;
  border-radius: 30px;
  padding: 4px 10px 4px 6px;
}

.chat-message {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
@media (max-width: 600px), (pointer: coarse) {
  .chat-message {
    font-size: 15px;
  }
}

@media (max-width: 600px), (pointer: coarse) {
  .chat-message.button {
    font-weight: 500;
    font-size: 15px;
  }
}

.advanced-question {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 600px), (pointer: coarse) {
  .advanced-question {
    font-size: 11px;
  }
}

.chat-message.dark {
  color: #f5f5f5;
}

.chat-message-button-text {
  font-size: 15px;
  text-align: left;
  color: black;
}
@media (max-width: 600px), (pointer: coarse) {
  .chat-message-button-text {
    font-size: 14px;
  }
}

/* NavBar Styles */

.navbar-container {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 60px;
  mix-blend-mode: darken;
  /* border-bottom: .5px solid rgba(0,0,0,.25); */
}
@media (max-width: 600px), (pointer: coarse) {
  .navbar-container {
    height: 60px;
  }
}

.navbar-account-container {
  margin-top: 10px;
  width: 120px;
  height: 100%;
  border-radius: 8px;
  display: none;
}

.navbar-text-styles {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0);
  cursor: pointer;
  display: none;
}
.navbar-text-styles.dark {
  color: #b7b7b7;
  font-size: 12px;
}

.navbar-hamburger-container {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 32px;
  display: none;
}
.navbar-hamburger-container {
  display: inline;
}

.logged-in {
  margin-top: -6px;
}

.logged-out {
  margin-top: -9px;
}
@media (max-width: 600px), (pointer: coarse) {
  .logged-out {
    margin-top: -9px;
  }
}

.button-share-navbar {
  text-transform: none;
  border-radius: 18px !important;
  padding: 4px 0px 4px 0px !important;
  /* border: 1px solid #2971D7 28%; */
  /* width: 20px; 
  max-width: 20px; */
  min-width: unset;
  min-height: unset;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); */
  /* margin-top: 4px !important; */
}
@media (max-width: 600px), (pointer: coarse) {
  .button-share-navbar {
    margin-top: -8px !important;
    /* background-color: red; */
  }
}

/*  FOR THE LOGO: */

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: "relative";
  margin-top: 10px;
  height: 22px;
}
@media (max-width: 600px), (pointer: coarse) {
  .logo-container {
    height: 20px;
  }
}

.logo-logo {
  height: 100%;
  /* margin-right: 4px; */
}
/* @media  (max-width: 600px), (pointer: coarse){
  .logo-logo {
    margin-right: 3px;
  }
} */

/* .logo-advisor-text {
  margin-left: 4px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -1px;
}
@media  (max-width: 600px), (pointer: coarse){
  .logo-advisor-text {
    margin-bottom: -4px;
    margin-left: 3px;
    font-size: 15px;
  }
} */

.logo-footer-container {
  height: 26px;
}
@media (max-width: 600px), (pointer: coarse) {
  .logo-footer-container {
    height: 20px;
  }
}

/* For the sign-up sign-in */

/* Default styles */
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  height: 500px;
}

/* Styles when keyboard is open */
.keyboard-open .container {
  max-width: none;
  padding: 10px;
  height: 200px;
}

#toolbar-wrap {
  position: sticky;
  top: 0px;
  height: 60px;
  width: 100%;
  z-index: 100;
}

#toolbar {
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 15px;
  background-color: #f1f5f9;
  z-index: 100;
}

#toolbar.down {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/*  For the ConnectionIncite */

.incite_text {
  font-family: "Montserrat";
  font-style: normal;
  line-height: 17px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #706f6f;
}

/* Look up rotating 3d for the INCITE GLOBE: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate3d */
@keyframes pulse {
  0% {
    transform: scale(0.65);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.65);
  }
}

.loading::after {
  display: inline-block;
  animation: dotty steps(1, end) 2s infinite;
  content: "";
}

@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

/*  feedback page styles */

.feedback-input {
  padding: 14px 17px 2px 17px;
  background: #e8e8e8;
  border: 0.5px solid #e8e8e8;
  border-radius: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #000000;
  resize: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.feedback-input::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.feedback-input::placeholder {
  /* opacity: 1; Firefox */
  color: #000000;
}

.feedback-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.feedback-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.feedback-input-dark {
  padding: 14px 17px 2px 17px;
  background: #2d2d2d;
  border: 0.5px solid #2d2d2d;
  border-radius: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #b7b7b7;
  resize: none;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.feedback-input-dark::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.feedback-input-dark::placeholder {
  /* opacity: 1; Firefox */
  color: #b7b7b7;
}

.feedback-input-dark:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7b7b7;
}

.feedback-input-dark::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7b7b7;
}

.feedback-text {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 600px), (pointer: coarse) {
  .feedback-text {
    font-size: 13px;
    line-height: 16px;
  }
}

.account-page-text {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 600px), (pointer: coarse) {
  .account-page {
    font-size: 14px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

.arrow-animate-in {
  animation: fadeInUp 0.2s ease-out forwards;
}

.arrow-animate-out {
  animation: fadeOutDown 0.2s ease-out forwards;
}

.show-history-page-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #303030;
}

.chat-page-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
/* @media (max-width: 600px) {
  .chat-page-text {
    font-size: 18px;
  }
} */

.show_history_container {
  /* width: 130px;
  height: 34px;
  left: 130px;
  top: 137px; */
  padding: 6px 10px 6px 10px;
  /* width: 120px; */

  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.left-chat-box {
  width: 100%;
  /* border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; */
  padding: 12px 14px 10px 16px;
  position: relative;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); */
}
@media (max-width: 600px), (pointer: coarse) {
  .left-chat-box {
    padding: 10px 14px 8px 16px;
  }
}

/* .left-chat-box.dark {
  background-color: #171717;
}
.left-chat-box:before {
  background-color: rgb(255,255,255);
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0px;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  clip-path: inset(-5px 0px -5px 0px);
}
.left-chat-box.dark:before {
  background-color: #171717;
  border-left: 10px solid #171717;
}

.left-chat-box:after {
  background-color: rgba(250,250,250);
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0px;
  border-top: 20px solid #f0f0f0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom-right-radius: 14px;
}
.left-chat-box.dark:after {
  background-color: #000;
} */

/* This tries to fix the cases where there is a vertical 
line present between the beak and the main chat bubble */
/* .left-box-overlap-cover {
  width: 2px;
  height: 9px;
  background-color: rgb(255,255,255);
  position: absolute;
  left: -1px;
  bottom: 1px;
  border-top-left-radius: 2px;
  box-shadow: 0px 1px 1px rgba(255,255,255, .5);
}
.left-box-overlap-cover.dark {
  background-color: #171717;
  box-shadow: 0px 1px 1px rgba(23, 23, 23, .5);
} */

.answer-description-text {
  /* color: #B7B7B7; */
  font-size: 12px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 130%;
}
@media (max-width: 600px), (pointer: coarse) {
  .answer-description-text {
    font-size: 12px;
  }
}

.button-chat-box {
  border-radius: 25px;
  padding: 12px 16px 12px 18px;
  position: relative;
  max-width: 440px;
  margin: auto;
}
@media (hover: hover) {
  .button-chat-box:hover {
    cursor: pointer;
  }
}
@media (max-width: 600px), (pointer: coarse) {
  .button-chat-box {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 16px 10px 18px;
  }
}

.button-chat-box-ask-share-1 {
  opacity: 0.75;
  border-radius: 100px;
  padding: 24px 32px 24px 36px;
  position: relative;
  max-width: 440px;
  margin: auto;
  font-size: 18px;
}
@media (hover: hover) {
  .button-chat-box-ask-share-1:hover {
    cursor: pointer;
  }
}
@media (max-width: 600px), (pointer: coarse) {
  .button-chat-box-ask-share-1 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 24px 32px 20px 36px;
  }
}

.button-chat-box-ask-share-2 {
  /* background-color: F0F5FF; */
  /* background-color: #f0f5ff; */
  /* color: #111F33; */
  background-color: #f0f5ff;
  color: #111f33;
  opacity: 1;

  opacity: 0.75;
  border-radius: 25px;
  padding: 12px 16px 12px 18px;
  position: relative;
  max-width: 440px;
  margin: auto;
}

.button-chat-box-ask-share-2.dark {
  background-color: #252525;
  color: #ffffff;
  opacity: 0.75;
}
@media (hover: hover) {
  .button-chat-box-ask-share-2:hover {
    cursor: pointer;
  }
}
@media (max-width: 600px), (pointer: coarse) {
  .button-chat-box-ask-share-2 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 16px 10px 18px;
  }
}

@keyframes pulsate {
  0% {
    background-color: #e8e8e8;
    opacity: 1;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
  50% {
    background-color: #e8e8e8;
    opacity: 0.8;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: #e8e8e8;
    opacity: 1;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
}

@keyframes pulsate-dark {
  0% {
    background-color: #252525;
    opacity: 1;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: #252525;
    opacity: 0.7;
    box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.3);
  }
  100% {
    background-color: #252525;
    opacity: 1;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.1);
  }
}

.right-chat-box {
  /* max-width: 80%; */
  width: 100%;
  /* background-color: #2971D7; */
  background: #e8e8e8;
  /* border-color: red; */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 12px 16px 12px 18px;
  position: relative;
}

.right-chat-box.dark {
  background-color: #262626;
}
@media (max-width: 600px), (pointer: coarse) {
  .right-chat-box {
    padding: 10px 16px 10px 18px;
  }
}

.right-chat-box:before {
  /* background-color: #2971D7; */
  /* background-color: rgba(105, 187, 210, 1.0); */
  background-color: #e8e8e8;
  /* background: linear-gradient(180deg, #2971D7 0%, rgba(26, 165, 195, 0.69) 100%); */
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0px;
  border-bottom: 14px solid transparent;
  border-right: 10px solid white;
}
.right-chat-box.dark:before {
  border-right: 10px solid #262626;
  /* background-color: rgba(105, 187, 210, 1.0); */
  background-color: #252525;
  /* border-right: 10px solid #000; */
}

.right-chat-box:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0px;
  border-top: 20px solid #f0f0f0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom-left-radius: 14px;
}
.right-chat-box.dark:after {
  background-color: #121212;
}

/* This tries to fix the cases where there is a vertical 
line present between the beak and the main chat bubble */
.right-box-overlap-cover {
  width: 2px;
  height: 9px;
  /* background-color: #2971D7; */
  /* background-color: rgba(105, 187, 210, 1.0); */
  background-color: #e8e8e8;
  /* rgba(26, 165, 195, 0.69); */
  /* background-color: linear-gradient(180deg, #2971D7 0%, rgba(26, 165, 195, 0.69) 100%); */
  /* z-index: 999; */
  position: absolute;
  right: -1px;
  bottom: 1px;
  border-top-right-radius: 2px;
  /* box-shadow: 0px 1px 1px rgba(106, 171, 255, .4); */
  /* box-shadow: 0px 1px 1px rgba(106, 171, 255, .5); */
}
.right-box-overlap-cover.dark {
  background-color: #252525;
}

.question-button-container {
  position: relative;
  max-width: 40em;
  background-color: #ffffff;
  color: #000000;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 2rem 2rem 2rem 2rem;
  /* box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .35),
    0 0.0125rem 0.25rem rgba(0, 0, 0, .25); */
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  /* border-radius: 17px; */
}
@media (max-width: 600px), (pointer: coarse) {
  .question-button-container {
    max-width: 30em;
  }
}

.ask-next-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;

  color: #000000;
}

.refresh-container {
  position: absolute;
  right: -13px;
  bottom: -78px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s;
  z-index: 999;
}

/* response waiting */

.on-demand-waiting {
  width: 100%;
  background-color: rgba(236, 236, 236, 0.5);
  border-radius: 6px;
  padding: 12px 14px 10px 16px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
/* @keyframes on-demand-waiting-animation {
  0% { opacity: 0.9;}
  50% { opacity: 0.5;}
  100% { opacity: 0.9;}
} */
@keyframes on-demand-waiting-animation {
  0% {
    opacity: 0.95;
  }
  50% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.95;
  }
}

.left-chat-box-waiting {
  width: 100%;
  background-color: #e8e8e8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 14px 10px 16px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px), (pointer: coarse) {
  .left-chat-box-waiting {
    padding: 10px 14px 8px 16px;
  }
}

.left-chat-box-waiting.dark {
  background-color: rgba(66, 66, 66, 0.5);
}

.left-chat-box-waiting:before {
  background-color: #e8e8e8;
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0px;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #e8e8e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  clip-path: inset(-5px 0px -5px 0px);
}

.left-chat-box-waiting.dark:before {
  background-color: rgba(66, 66, 66, 0.5);
  border-left: 10px solid rgba(66, 66, 66, 0.5);
}

.left-chat-box-waiting:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0px;
  border-top: 20px solid #f0f0f0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom-right-radius: 14px;
}
.left-chat-box-waiting.dark:after {
  background-color: #121212;
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(12px);
  }
}

.chat_message_container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.outgoing_container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.bubble_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}

.more-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;

  color: #687487;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.img {
  max-height: 100%;
  max-width: 100%;
}

.first-user-text {
  /* color: #FFF; */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 300px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.8); */
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}


.modal-paywall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.8); */
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.modal-watchlist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.8); */
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.h2-terms-modal {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;

  margin-top: 40px;
  margin-bottom: 0px;
}

.p-terms-modal {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

  /* margin-top: 40px; */
  margin-top: 0px;
}

.modal-content {
  background-color: #374860;
  padding: 40px 24px 24px 24px;
  width: 300px;
  text-align: center;
  /* color: red; */
  /* border-radius: 12px; */

  border-radius: 14px;
  background: rgba(0, 0, 0, 0.89);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.a-terms-modal {
  color: #2971D7;
}

.paywall-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E6E6E6;
  /* padding: 20px; */
  border-radius: 14px;
  padding: 30px 0px 30px 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 380px;
  max-width: 84%;
  text-align: center;
}

.watchlist-modal {
  position: fixed;
  top: 52px;
  left: 22px;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* background-color: #E6E6E6; */
  background-color: #000000;
  /* padding: 20px; */
  border: 2px solid #393939;
  border-radius: 14px;
  padding: 18px 8px 16px 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  /* width: 380px; */
  width: 470px;
  /* max-height: 60vh; */
  /* max-width: 88%; */
  text-align: center;
  /* overflow: scroll; */
}
@media  (max-width: 600px), (pointer: coarse){
  .watchlist-modal {
    width: unset;
    right: 22px;
  }
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.rotate-animation {
  animation: rotate 2s linear infinite;
}
.fade-animation {
  animation: fade 1.5s ease-in-out infinite;
}



@keyframes fadeOutInGreen {
  0% { 
    opacity: 1;
    color: inherit;
  }
  50% { 
    opacity: 1.0;
    color: rgb(85, 150, 85);
  }
  100% { 
    opacity: 1; 
    color: inherit; 
  }
}


@keyframes fadeOutInRed {
  0% { 
    opacity: 1;
    color: inherit;
  }
  50% { 
    opacity: 1.0;
    color: rgb(150, 85, 85);
  }
  100% { 
    opacity: 1; 
    color: inherit; 
  }
}


.fade-out-in-green {
  animation: fadeOutInGreen 0.8s ease-in-out;
}

.fade-out-in-red {
  animation: fadeOutInRed 0.8s ease-in-out;
}


/* For the WelcomePrechat */
.welcome-container {
  padding-top: 72px;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); */
}
@media (max-width: 600px), (pointer: coarse) {
  .welcome-container {
    /* padding-top: 60px; */
    padding-top: 40px;
  }
}

.base-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (max-width: 600px), (pointer: coarse) {
  .base-text {
    padding-top: 2px;
  }
}
.base-text.dark {
  color: #F6F6F6;
}

.watchlist-text {
  font-size: 14px;
}
@media (max-width: 600px), (pointer: coarse) {
  .watchlist-text {
    font-size: 12px;
  }
}

.dot-container {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  margin-left: 20px;

  /* margin-top: 4px; */
}
@media (max-width: 600px), (pointer: coarse) {
  .dot-container {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    margin-left: 14px;
    /* margin-top: 4px; */
  }
}

.predict-text {
  margin-left: 22px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
/* @media (max-width: 600px) {
  .base-text {
    font-size: 18px;
  }
} */

.predict-text-small {
  font-size: 13px;
  line-height: 15px;
  margin-left: 24px;
  margin-top: 10px;
}
@media (max-width: 600px), (pointer: coarse) {
  .predict-text-small {
    font-size: 11px;
    line-height: 13px;
    margin-top: 0px;
    margin-left: 24px;
  }
}

.welcome_prechat_header {
  background-color: white;
  width: 100%;
  padding: 22px 10px 22px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); */
}


.welcome_prechat_welcome_block {
  /* background-color: white;
  width: 500px;
  max-width: 90%;
  padding: 22px 10px 22px 10px;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.30));
  border-radius: 30px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center; */
  /* background-color: rgb(253,253,253); */
  width: 100%;
  margin-top: 28px;
  padding: 22px 10px 22px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .welcome_prechat_welcome_block {
    margin-top: 20px;
    padding: 10px 2px 10px 2px;
  }
}



.sign-in-up-block {
  padding: 14px 6px 14px 6px;
}
@media (max-width: 600px), (pointer: coarse) {
  .sign-in-up-block {
    padding: 10px 2px 10px 2px;
  }
}

.register-message {
  font-size: 16px;
  line-height: 25px;
  /* font-weight: bold; */
  text-align: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .register-message {
    font-size: 14px;
    line-height: 20px;
  }
}


.icons-styles {
  margin-top: 30px;
  /* margin-left: 10px;
  margin-right: 10px; */
  display: flex;
  justify-content: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .icons-styles {
    margin-top: 22px; 
    /* margin-left: 14px;
    margin-right: 14px; */
  }
}

.icons-descriptions {
  margin-top: 20px;
  /* margin-left: 10px;
  margin-right: 10px; */
  display: flex;
  justify-content: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .icons-descriptions {
    margin-top: 6px;
    /* margin-left: 14px;
    margin-right: 14px; */
    margin-bottom: 12px;
  }
}

.icons-descriptions-top {
  margin-bottom: 25px;
}
@media (max-width: 600px), (pointer: coarse) {
  .icons-descriptions-top {
    margin-bottom: 16px;
  }
}

.descriptions-text {
  font-size: 15px; 
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 600px), (pointer: coarse) {
  .descriptions-text {
    font-size: 11px; 
    line-height: 13px;
  }
}

.main-header-text {
  /* margin-left: 22px; */
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}
@media (max-width: 600px), (pointer: coarse) {
  .main-header-text {
    /* margin-left: 22px; */
    font-size: 15px;
    line-height: 24px;
    font-weight: 900;
  }
}

.answers-chatgpt-cannot {
  font-size: 18px; 
  line-height: 26px;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .answers-chatgpt-cannot {
    font-size: 14px; 
    line-height: 21px;
  }
}

.categories-text {
  font-size: 18px; 
  line-height: 22px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 600px), (pointer: coarse) {
  .categories-text {
    font-size: 14px; 
    line-height: 16px;
    color: #262626;
  }
}

.coming-soon-text {
  /* color: #C2C2C2; */
  font-size: 15px; 
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 600px), (pointer: coarse) {
  .coming-soon-text {
    font-size: 13px; 
    line-height: 16px;
  }
}

.about_prechat_container {
  /* width: 127px; */
  /* height: 34px; */
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); */
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

.about_prechat {
  /* width: 200px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 14px 14px 10px 14px; */
  background: #ECECEC;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 14px 14px 14px 14px;
}

.i_understand {
  
  /* height: 38px; */
  /* left: 119px; */
  /* top: 555px; */
  background: #6AABFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 14px 24px 14px 24px;
}

.conditions_container {
  margin: 10px 40px 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .conditions_container {
    margin: 10px 20px 0px 20px;
  }
}

.conditions_text {
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 600px), (pointer: coarse) {
  .conditions_text {
    font-size: 12px;
    line-height: 17px;
  }
}

.i_understand_container {
  margin-top: 66px;
}
@media (max-width: 600px), (pointer: coarse) {
  .i_understand_container {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

.i_understand_button {
  width: 210px; 
  height: 50px;
}
/* @media (max-width: 600px), (pointer: coarse) {
  .i_understand_button {
    width: 190px; 
    height: 42px;
  }
} */

.i_understand_text {
  font-size: 17px;
}
@media (max-width: 600px), (pointer: coarse) {
  .i_understand_text {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.privacy-terms-container {
  top: 90px;
}
@media (max-width: 600px), (pointer: coarse) {
  .privacy-terms-container {
    top: 80px;
  }
}

.incite_container {
  margin-top: 40px;
}
@media (max-width: 600px), (pointer: coarse) {
  .incite_container {
    margin-top: 18px;
  }
}

.about_prechat_button {
  width: 190px;
  height: 50px;
}
@media (max-width: 600px), (pointer: coarse) {
  .about_prechat_button {
    width: 170px;
    height: 40px;
  }
}
.about_prechat_text {
  font-size: 17px;
  color: #000000;
}
@media (max-width: 600px), (pointer: coarse) {
  .about_prechat_text {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-right: 2px;
  }
}

.bottom_version_text {
  /* margin-top: 20px; */
  font-size: 10px;
  line-height: 16px;
  color: #C2C2C2;
  text-align: center;
  width: 700px;
  max-width: 94%;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 600px), (pointer: coarse) {
  .bottom_version_text {
    font-size: 8px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 4px;
  }
}

/* .check-container {
  margin-top
} */
@media (max-width: 600px), (pointer: coarse) {
  .check-container {
    margin-top: 4px
  }
}


.privacy-header-styles {
  /* margin-right: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @media (max-width: 600px) {
  .privacy-header-styles {
    margin-right: 34px;
  }
} */

.terms-header-styles {
  /* margin-right: 42px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @media (max-width: 600px) {
  .terms-header-styles {
    margin-right: 30px;
  }
} */

/*  About PRECHAT */
/* .about-header-styles {
  margin-right: 72px;
}
@media (max-width: 600px) {
  .about-header-styles {
    margin-right: 60px;
  }
} */

.about-about_prechat {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;

  color: #000000;
}
@media (max-width: 600px), (pointer: coarse) {
  .about-about_prechat {
    font-size: 13px;
    line-height: 15px;
  }
}



.about-back-container {
  position: fixed;
  left: 16px;
  top: 18px;
  /* width: 100px; */
  /* height: 100px; */
  /* background-color: red; */
  z-index: 9999;
  /* max-width: 90%; */
  /* padding-top: 16px; */
}
/* @media (max-width: 600px) {
  .about-back-container {
    padding-top: 16px;
  }
} */

/*  */
.sign-in-icons {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  margin-right: 10px;
  /* margin-top: 8px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
}
/* @media (max-width: 600px), (pointer: coarse) {
  .sign-in-icons {
    width: 26px;
    height: 26px;
    margin-left: 18px;
    margin-right: 18px;
  }
} */

.sign-text {
  /* margin-left: 4px; */
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 600px), (pointer: coarse) {
  .sign-text {
    /* margin-left: 16px; */
    font-size: 16px;
    line-height: 20px;
  }
}

.sign-in-up-text {
  font-size: 22px;
}
@media (max-width: 600px), (pointer: coarse) {
  .sign-in-up-text {
    font-size: 18px;
  }
}


.prechat-coverage {
  /* margin-bottom: 70px; */
  padding-bottom: 32px;
  max-width: 700px;
}
@media (max-width: 600px), (pointer: coarse) {
  .prechat-coverage {
    /* margin-bottom: 28px; */
    padding-bottom: 0px;
  }
}


.background {
  background-color: #F5F5F7;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow-y: auto;
}

.main-container {
  background-color: white;
  padding: 22px 40px 12px 40px;
  /* overflow-y: auto; */
}
@media (max-width: 600px), (pointer: coarse) {
  .main-container {
    padding: 10px 24px 1px 24px;
  }
}

.logo-img {
  max-height: 100%;
  max-width: 40px;
}
@media (max-width: 600px), (pointer: coarse) {
  .logo-img {
    max-width: 30px;
  }
}

.back-button {
  position: absolute;
  top: 40px;
  left: 30px;
  cursor: pointer;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 36px;
  gap: 8px;
  margin-bottom: 18px;
  margin-top: 30px;
}
@media (max-width: 600px), (pointer: coarse) {
  .header {
    font-size: 24px;
    margin-top: 10px;
  }
}

.header-paywall-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  gap: 8px;
  margin-bottom: 18px;
  margin-top: 24px;
}

.description {
  margin: 20px auto 2px auto;
  font-weight: 400;
  /* font-size: 28px; */
  font-size: 20px;
  line-height: 133%;
}
@media (max-width: 600px), (pointer: coarse) {
  .description {
    margin: 16px auto;
    font-size: 14px;
  }
}

.pro-line {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 600px), (pointer: coarse) {
  .pro-line {
    max-width: 200px;
  }
}


.images {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* width: 700px; */
  width: 500px;
  /* height: 40vh; */
  max-width: 50vw;
  /* max-height: 400px; */
  margin: auto;
  margin-bottom: 0px;
}
@media (max-width: 600px), (pointer: coarse) {
  .images {
    height: unset;
    max-width: 100%;
    /* max-width: unset; */
    margin: 24px auto 0px auto;
  }
}

.money-back {
  width: 300px;
}
@media (max-width: 600px), (pointer: coarse) {
  .money-back {
    width: 200px;
  }
}

.selection-area {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 600px), (pointer: coarse) {
  .selection-area {
    gap: 10px;
    width: unset;
    /* background-color: red; */
    margin: auto 12px;
    /* margin-top: 0px; */
    /* margin: auto 10px; */
  }
}

.button-container {
  width: 500px;
  margin: 16px auto;
  max-width: 86%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px), (pointer: coarse) {
  .button-container {
    margin: 10px auto 0px auto;
  }
}

.footer {
  width: 500px;
  margin: 10px auto 150px auto;
  max-width: 86%;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #ABABAB;
}
@media (max-width: 600px), (pointer: coarse) {
  .footer {
    margin: 10px auto 150px auto;
    font-size: 10px;
    line-height: 120%;
  }
}

.link {
  cursor: pointer;
  color: #2971D7;
  font-size: 12px;
}

.selection-container {
  /* height: 140px; */
  height: 132px;
  margin-top: 18px;
  position: relative;
  background-color: white;
  padding: 18px;
  text-align: left;
  width: 50%;
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 600px), (pointer: coarse) {
  .selection-container {
    margin-top: 6px;
    /* height: 130px; */
    height: 110px;
    padding: 12px;
  }
}

.selection-container:hover {
  cursor: pointer;
  /* box-shadow: 0 0 5px 2px rgba(60, 121, 213, 0.5); */
  box-shadow: 0 0 5px 2px rgba(50,50,50, 0.5);
}

.selected {
  /* border: 3px solid #3C79D5; */
  border: 3px solid black;
  /* box-shadow: 0 0 5px 2px rgba(60, 121, 213, 0.5); */
}

.check-mark {
  position: absolute;
  top: 6px;
  right: 7px;
}

.option-duration, .option-price, .option-detail {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 600px), (pointer: coarse) {
  .option-duration, .option-price, .option-detail {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.option-price {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 600px), (pointer: coarse) {
  .option-price {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.option-detail {
  color: #595C63;
  font-size: 12px;
}
@media (max-width: 600px), (pointer: coarse) {
  .option-detail {
    font-size: 10px;
  }
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

 

/*# sourceMappingURL=application-fd870270.css.map*/