._container_1xt2d_1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._chatRoot_1xt2d_8 {
  flex: 1;
  display: flex;
  margin: 0 20px 20px;
  gap: 5px;
}
._chatContainer_1xt2d_18 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  border-radius: 0.5em;
  border: 1px solid #d5d5d5;
  overflow-y: auto;
  max-height: calc(100vh - 6em);
}
._chatContainer_1xt2d_18 p {
  margin: 0 0 0.75em;
}
._chatEmptyState_1xt2d_32 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._chatEmptyStateTitle_1xt2d_40 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 0;
}
._chatEmptyStateSubtitle_1xt2d_52 {
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  align-items: flex-end;
  text-align: center;
  letter-spacing: -0.01em;
  color: #616161;
}
._chatIcon_1xt2d_64 {
  width: auto;
}
._chatMessageStream_1xt2d_68 {
  flex-grow: 1;
  max-width: 1028px;
  width: 100%;
  overflow-y: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 1em;
}
._chatMessageUser_1xt2d_81 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
._chatMessageUserMessage_1xt2d_87 {
  display: flex;
  padding: 20px;
  background: #3074d5;
  color: #fff !important;
  font-size: 1.2rem;
  border-radius: 0.75rem 0.75rem 0;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
  order: 0;
  flex-grow: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 80%;
}
._chatMessageGpt_1xt2d_105 {
  margin-bottom: 12px;
  max-width: 80%;
  display: flex;
}
._chatMessageError_1xt2d_111 {
  padding: 20px;
  border-radius: 8px;
  box-shadow: #b63443 1px 1px 2px, #b63443 0 0 1px;
  color: #242424;
  flex: none;
  order: 0;
  flex-grow: 0;
  max-width: 800px;
  margin-bottom: 12px;
}
._chatMessageErrorContent_1xt2d_125 {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: pre-wrap;
  word-wrap: break-word;
  gap: 12px;
  align-items: center;
}
._chatInput_1xt2d_137 {
  position: sticky;
  display: flex;
  gap: 0em;
  flex: 0 0 6em;
  padding: 12px 2px 24px;
  width: calc(100% - 100px);
  max-width: 1028px;
  margin-top: 0.5em;
}
._clearChatBroom_1xt2d_148,
._clearChatBroomNoCosmos_1xt2d_149,
._newChatIcon_1xt2d_150,
button {
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  color: #323130;
  border-radius: 0.5em;
  border: 1px solid #d5d5d5;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
button > span > i {
  color: #323130;
}
._chatButtonsContainer_1xt2d_167 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
._clearChatBroom_1xt2d_148,
._clearChatBroomNoCosmos_1xt2d_149,
._newChatIcon_1xt2d_150 {
  width: 40px;
  z-index: 1;
}
:is(
    ._clearChatBroomNoCosmos_1xt2d_149,
    ._clearChatBroom_1xt2d_148,
    ._newChatIcon_1xt2d_150
  ):hover:after {
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: max-content;
  border-radius: 0 6px 6px;
  border: 1px solid #d5d5d5;
  padding: 0.5em 1em;
  position: absolute;
  margin-left: 1.25em;
  left: 100%;
  z-index: 1;
}
._newChatIcon_1xt2d_150:hover:after {
  content: "Rozpocznij nowy chat";
}
:is(
    ._clearChatBroomNoCosmos_1xt2d_149,
    ._clearChatBroom_1xt2d_148
  ):hover:after {
  content: "Wyczy\15b\107  okno chatu";
}
:is(
    button,
    ._shareButtonRoot_1xt2d_198 ._clearChatBroom_1xt2d_148,
    ._clearChatBroomNoCosmos_1xt2d_149,
    ._clearChatBroom_1xt2d_148
  ):is(:hover, :active) {
  border-color: #000;
  background-color: #f3f2f1;
  color: #000;
}
:is(
    button,
    ._shareButtonRoot_1xt2d_198 ._clearChatBroom_1xt2d_148,
    ._clearChatBroomNoCosmos_1xt2d_149,
    ._clearChatBroom_1xt2d_148
  ):is(:hover, :active)
  > span
  > i {
  color: #000;
}
._stopGeneratingContainer_1xt2d_206 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  gap: 4px;
  position: absolute;
  width: max-content;
  height: 32px;
  left: calc(50% - 54.7px);
  bottom: 116px;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
}
._stopGeneratingIcon_1xt2d_223 {
  width: 14px;
  height: 14px;
  color: #424242;
}
._stopGeneratingText_1xt2d_229 {
  width: 103px;
  height: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #242424;
  flex: none;
  order: 0;
  flex-grow: 0;
}
._citationPanel_1xt2d_244 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px #00000024, 0 0 2px #0000001f;
  border-radius: 8px;
  flex: auto;
  order: 0;
  align-self: stretch;
  flex-grow: 0.3;
  max-width: 30%;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}
._citationPanelHeaderContainer_1xt2d_264 {
  width: 100%;
}
._citationPanelHeader_1xt2d_264 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  flex: none;
  order: 0;
  flex-grow: 0;
}
._citationPanelDismiss_1xt2d_279 {
  width: 18px;
  height: 18px;
  color: #424242;
}
._citationPanelDismiss_1xt2d_279:hover {
  background-color: #d1d1d1;
  cursor: pointer;
}
._citationPanelTitle_1xt2d_290 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #323130;
  margin-top: 12px;
  margin-bottom: 12px;
}
._citationPanelTitle_1xt2d_290:hover {
  text-decoration: underline;
  cursor: pointer;
}
._citationPanelContent_1xt2d_305 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
a {
  padding-left: 5px;
  padding-right: 5px;
}
._viewSourceButton_1xt2d_322 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #115ea3;
  flex-direction: row;
  align-items: center;
  padding: 4px 6px;
  gap: 4px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
._viewSourceButton_1xt2d_322:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 480px) {
  ._chatInput_1xt2d_137 {
    width: 90%;
    max-width: 90%;
  }
  ._newChatIcon_1xt2d_150,
  ._clearChatBroom_1xt2d_148,
  ._clearChatBroomNoCosmos_1xt2d_149 {
    left: 0px;
  }
  ._chatEmptyStateTitle_1xt2d_40 {
    line-height: 36px;
  }
  ._citationPanel_1xt2d_244 {
    max-width: 100%;
  }
}
._answerContainer_1canh_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8.1285px;
  gap: 5.42px;
  background: #ffffff;
  border-radius: 1em 1em 1em 0;
}
._answerText_1canh_11 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  border-radius: 0.75rem 0.75rem 0;
  color: #323130;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 11px;
  white-space: normal;
  word-wrap: break-word;
  max-width: 800px;
  overflow-x: auto;
}
._answerHeader_1canh_28 {
  position: relative;
}
._answerFooter_1canh_32 {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  justify-content: space-between;
}
._answerDisclaimerContainer_1canh_41 {
  justify-content: center;
  display: flex;
}
._answerDisclaimer_1canh_41 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #707070;
  flex: none;
  order: 1;
  flex-grow: 0;
}
._citationWrapper_1canh_61 {
  margin-top: 8;
  display: flex;
  flex-flow: wrap column;
  max-height: 150px;
  gap: 4px;
}
._citationContainer_1canh_69 {
  margin-left: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #115ea3;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 6px;
  gap: 4px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
._citationContainer_1canh_69:hover {
  text-decoration: underline;
  cursor: pointer;
}
._citation_1canh_61 {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  flex: none;
  flex-grow: 0;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #424242;
  cursor: pointer;
}
._citation_1canh_61:hover {
  text-decoration: underline;
  cursor: pointer;
}
._accordionIcon_1canh_119 {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 4px;
  color: #616161;
  font-size: 10px;
}
._accordionIcon_1canh_119:hover {
  cursor: pointer;
}
._accordionTitle_1canh_134 {
  margin-right: 5px;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #616161;
}
._accordionTitle_1canh_134:hover {
  cursor: pointer;
}
._clickableSup_1canh_150 {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #424242;
  cursor: pointer;
}
._clickableSup_1canh_150:hover {
  text-decoration: underline;
  cursor: pointer;
}
sup {
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 480px) {
  ._answerFooter_1canh_32 {
    flex-direction: column-reverse;
  }
  ._citationWrapper_1canh_61 {
    max-height: max-content;
  }
  ._citationContainer_1canh_69 {
    margin-left: 0;
  }
  ._answerDisclaimer_1canh_41 {
    margin-bottom: 5px;
  }
}
._questionInputContainer_12rd0_1 {
  background: #ffffff;
  border-radius: 0.5em;
  border: 1px solid #d5d5d5;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._questionInputAfter_12rd0_7 {
  margin: auto;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75em;
  color: #003574;
}
._questionInputContainer_12rd0_1:hover,
._questionInputContainer_12rd0_1:active,
._questionInputContainer_12rd0_1:focus,
._questionInputContainer_12rd0_1:focus-within {
  border-color: #003574;
  background-color: #fff;
}
._questionInputTextArea_12rd0_21 {
  width: 100%;
  margin: 0.75rem;
  align-items: center;
}
._questionInputTextArea_12rd0_21 div {
  height: 100%;
  width: 100%;
}
._questionInputTextArea_12rd0_21 textarea {
  font-size: 1.25rem;
  font-family: PKO Bank Polski, sans-serif;
  line-height: 1.25em;
}
._questionInputSendButtonContainer_12rd0_38 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
._questionInputSendButton_12rd0_38 {
  width: 24px;
  height: 23px;
}
._questionInputSendButtonDisabled_12rd0_50 {
  width: 24px;
  height: 23px;
  background: none;
  color: #424242;
}
._questionInputBottomBorder_12rd0_58 {
  display: none;
}
._questionInputOptionsButton_12rd0_62 {
  cursor: pointer;
  width: 27px;
  height: 30px;
}
@media (max-width: 480px) {
  ._questionInputContainer_12rd0_1 {
    left: 16.5%;
  }
}
._container_pczjr_1 {
  max-height: calc(100vh - 100px);
  width: 300px;
}
._listContainer_pczjr_6 {
  overflow: hidden auto;
  max-height: calc(90vh - 105px);
}
._itemCell_pczjr_11 {
  max-width: 270px;
  min-height: 32px;
  cursor: pointer;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
}
._itemCell_pczjr_11:hover {
  background: #e6e6e6;
}
._chatGroup_pczjr_28 {
  margin: auto 5px;
  width: 100%;
}
._spinnerContainer_pczjr_33 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
._chatList_pczjr_40 {
  width: 100%;
}
._chatMonth_pczjr_44 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 15px;
}
._chatTitle_pczjr_51 {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  ._container_pczjr_1 {
    width: 100%;
  }
}
._shareButtonRoot_14xy8_1,
._historyButtonRoot_14xy8_1 {
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  color: #323130;
  border-radius: 0.5em;
  border: 1px solid #d5d5d5;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
:is(._shareButtonRoot_14xy8_1, ._historyButtonRoot_14xy8_1) > span > i {
  color: #323130;
}
:is(._shareButtonRoot_14xy8_1, ._historyButtonRoot_14xy8_1):is(
    :hover,
    :active
  ) {
  border-color: #000;
  background-color: #f3f2f1;
  color: #000;
}
:is(._shareButtonRoot_14xy8_1, ._historyButtonRoot_14xy8_1):is(:hover, :active)
  > span
  > i {
  color: #000;
}
@media (max-width: 480px) {
  ._shareButtonRoot_14xy8_1 {
    width: auto;
    padding: 5px 8px;
  }
  ._historyButtonRoot_14xy8_1 {
    width: auto;
    padding: 0 8px;
  }
}
._layout_7pmsu_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
._header_7pmsu_7 {
  min-height: 6em;
}
._headerContainer_7pmsu_10 {
  padding-right: 1em;
}
._headerTitleContainer_7pmsu_14 {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  height: 2.7em;
}
._headerTitle_7pmsu_14 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
  color: #242424;
}
._headerIcon_7pmsu_32 {
  width: auto;
  height: 96px;
}
._urlTextBox_7pmsu_37 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
@media (max-width: 480px) {
  ._headerTitleContainer_7pmsu_14 {
    margin-left: 4px;
  }
  ._headerIcon_7pmsu_32 {
    margin-left: 26px;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  max-height: 100svh;
  overflow: hidden;
}
a {
  font-weight: 700;
  color: #000;
}
html > body * {
  font-family: PKO Bank Polski;
}
@font-face {
  font-family: 'PKO Bank Polski';
  src: local('PKO Bank Polski Regular'),
       url(/assets/PKOBankPolski_Regular-6f7400f1.woff2) format('woff2'),
       url(/assets/PKOBankPolski_Regular-6f7400f1.woff) format('woff'),
       url(/assets/PKOBankPolski_Regular-6f7400f1.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PKO Bank Polski';
  src: local('PKO Bank Polski Bold'),
       url(/assets/PKOBankPolski_Bold-0ab134d0.woff2) format('woff2'),
       url(/assets/PKOBankPolski_Bold-0ab134d0.woff) format('woff'),
       url(/assets/PKOBankPolski_Bold-0ab134d0.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PKO Bank Polski';
  src: local('PKO Bank Polski Italic'),
       url(/assets/PKOBankPolski_Italic-a561d9a8.woff2) format('woff2'),
       url(/assets/PKOBankPolski_Italic-a561d9a8.woff) format('woff'),
       url(/assets/PKOBankPolski_Italic-a561d9a8.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

html, body {
  font-family: 'PKO Bank Polski', sans-serif;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25;
  font-size: 16px;
}
#root {
  height: 100%;
}
