/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.container-chat {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
  background: url('../images/chat-image.png') 0% 0% no-repeat padding-box;
  background-size: cover;
  opacity: 1;
}
.container-bg {
  background: rgba(0, 0, 0, 0.8);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
}
#chat {
  width: 90%;
  max-width: 1200px;
  height: 75dvh;
  text-align: center;
  border: 1px solid #ccc;
  padding: 1.5rem;
  overflow-y: auto;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
.chat-input {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}
.chat-input input {
  width: 90%;
  height: 52px;
  font: normal 700 16px/19px "Montserrat";
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.50);
  margin-left: auto;
  margin-right: auto;;
  padding: 18px;
  border: none;
  outline: none;
  border-radius: 0;
}
.message {
  margin-bottom: 10px;
  padding: 8px 45px;
  border-radius: 9px;
}
.bot-message {
  text-align: left;
  background-color: #32C332;
  align-self: flex-start;
}
.user-message {
  background-color: #D8D8D8;
  align-self: flex-end;
  text-align: right;
  color: #000000;
  padding: 8px 12px;
}
.options-container {
  background-color: #000000;
  padding: 8px 12px;
}
.option-number { color: #30C439; }
.option-message {
  background-color: transparent;
  align-self: flex-start;
  margin: 5px 0;
  padding: 10px;
  border-radius: 8px;
}
.user {
  text-align: right !important;
  font: normal normal bold 16px/19px "Montserrat";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.bot {
  text-align: left !important;
  font: normal normal bold 16px/19px "Montserrat";
  letter-spacing: 0px;
  color: #28a745;
  opacity: 1;
}
.logout-message {
  text-align: center;
  color: #000000 !important;
}
h1 {
  text-align: center;
  color: #000000;
}
h2 {
  text-align: center;
  color: #FFFFFF !important;
  margin-block-start: 0.83em !important;
}
iframe {
  width: 90%;
  height: 75dvh;
  background: #f4f4f4 0% 0% no-repeat padding-box;
  border: 1px solid #ccc;
  /*margin-top: 20px;*/
  margin-bottom: 15px;
}
pre {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
}
code {
  text-overflow: ellipsis;
  white-space: break-spaces !important;
}
textarea {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  resize: none !important;
  margin-bottom: 20px !important;
}
.p-instructions {
  color: #FFFFFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-instructions span {
  color: #30C439;
}
#sendButton, #sendButton:hover, #sendButton:focus, #sendButton:active {
  width: 90%;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  border: none;
  background: #01C40F 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font: normal normal bold 18px/19px "Montserrat";
  letter-spacing: 0.54px;
  color: #FFFFFF;
  border-radius: 16px;
  opacity: 1;
}
#submitButtonPrompt, #submitButtonPrompt:hover, #submitButtonPrompt:focus, #submitButtonPrompt:active {
    width: 90%;
    height: 59px;
    background: #01C40F 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    font: normal normal bold 18px/19px "Montserrat" !important;
    letter-spacing: 0.54px;
    color: #FFFFFF;
    border-radius: 16px;
    opacity: 1;
}
#saveButton {
    width: 303px;
    height: 54px;
    background: #01C40F 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    font: normal normal bold 18px/22px "Montserrat" !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 9px;
    opacity: 1;
}
#submitButtonReset {
  width: 90%;
  height: 59px;
  background: transparent 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font: normal normal bold 20px/24px "Montserrat";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 20px;
}
.submit-spinner-prompt {
  width:20px !important;
  height:20px !important;
}
.hidden-spinner-prompt {
  display: none !important;
}
.show-spinner-prompt {
  display: inline-flex;
}
.submit-spinner-save-game {
  width:20px !important;
  height:20px !important;
}
.hidden-spinner-save-game {
  display: none !important;
}
.show-spinner-save-game {
  display: inline-flex;
}
.submit-spinner-reset {
  width:20px !important;
  height:20px !important;
}
.hidden-spinner-reset {
  display: none !important;
}
.show-spinner-reset {
  display: inline-flex;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
}
#swal2-title, .swal2-title {
  text-align: left;
  font: normal normal bold 18px/22px "Montserrat";
  letter-spacing: 0px;
  color: #000000;
  padding: 1rem;
  margin: 0 !important;
}
.swal2-p {
  position: relative;
  z-index: 1;
  text-align: center;
  font: normal normal normal 20px/24px "Montserrat";
  letter-spacing: 0px;
  color: #FFFFFF !important;
  margin-top: 1rem;
  margin-bottom: 0;
}
.swal2-p-bold { font-weight: bold; }
.swal2-p span { color: #30C439; }
div:where(.swal2-icon) {
  margin: .5em auto .6em;
}
.icon-success {
  font-size: 120px !important;
  color: #01C40F;
}
.icon-error {
  font-size: 120px !important;
  color: #FF3333;
}
.icon-warning {
  font-size: 120px !important;
  color: #856404;
}
.swal2-confirm-button {
  width: 303px;
  height: 54px;
  background: #01C40F 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  font: normal normal bold 18px/22px "Montserrat";
  letter-spacing: 0px;
  opacity: 1;
}
.swal2-cancel-button {
  width: 303px;
  height: 54px;
  background: transparent 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  font: normal normal bold 18px/22px "Montserrat";
  letter-spacing: 0px;
  opacity: 1;
}
.swal2-name-input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070 !important;
  font: normal normal normal 20px/24px "Montserrat";
  letter-spacing: 0px;
  color: #9DA1B2 !important;
  opacity: 1;
}
.swal2-name-input::placeholder {
  color: #9DA1B2;
  opacity: 1;
}
.swal2-loader {
  border-color: #01C40F rgba(0,0,0,0) #01C40F rgba(0,0,0,0);
}
.swal2-link, .swal2-link:hover {
  text-align: center;
  font: normal normal bold 18px/22px "Montserrat";
  letter-spacing: 0px;
  color: #01C40F;
  opacity: 1;
}
.swal2-link:focus, .swal2-link:focus-visible {
  color: #01C40F;
  outline: none;
}
.iframe-hidden {
  display: none;
}
.hidden-container {
  display: none;
}
/***** Responsive *****/
/***** Tablet *****/
@media screen and (768px <= width <= 992px) {
  .container-chat {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
/***** End Tablet *****/
/***** Mobile *****/
@media screen and (width <= 767px) {
  .p-container {
    padding: 0 !important;
  }
  .container-chat {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-bg {
    padding-left: 0;
    padding-right: 0;
  }
  #chat { padding: .5rem; }
  .message { padding: 8px 37px; }
  .mt-h2-preview, div .mt-h2-preview {
    margin-top: .5rem !important;
  }
}
/***** End Mobile *****/
/***** End Responsive *****/