/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/chat.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.chat_chatContainer__uCE53 {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
}

.chat_inputForm__mfg3w {
  display: flex;
  width: 100%;
  padding: 10px;
  padding-bottom: 40px;
  order: 1;
}

.chat_input__hTFIv {
  flex-grow: 1;
  padding: 16px 24px;
  margin-right: 10px;
  border-radius: 60px;
  border: 2px solid transparent;
  font-size: 1em;
  background-color: #efefef;
}

.chat_input__hTFIv:focus {
  outline: none !important;
  border-color: #000;
  background-color: white;
}

.chat_button__XH0Gl {
  padding: 8px 24px;
  background-color: #000;
  color: white;
  border: none;
  font-size: 1em;
  border-radius: 60px; /* Removed duplicate border-radius property */
}

.chat_button__XH0Gl:disabled {
  background-color: lightgrey;
}

.chat_messages__C__xG {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  order: 2;
  white-space: pre-wrap;
}

.chat_userMessage__xLvbe,
.chat_assistantMessage__rdpnJ,
.chat_codeMessage__djeQF {
  margin: 8px 0;
  padding: 8px 16px;
  align-self: flex-start;
  border-radius: 15px;
  max-width: 80%;
  overflow-wrap: break-word;
}

.chat_assistantMessage__rdpnJ img {
  max-width: 100%;
  margin: 8px 0px 8px 0px;
  border-radius: 8px;
}

.chat_userMessage__xLvbe {
  align-self: flex-end;
  color: #fff;
  background-color: #000;
}

.chat_assistantMessage__rdpnJ {
  background-color: #efefef;
}

.chat_codeMessage__djeQF {
  padding: 10px 16px;
  background-color: #e9e9e9;
  font-family: monospace;
  counter-reset: line;
}

.chat_codeMessage__djeQF > div {
  margin-top: 4px;
}

.chat_codeMessage__djeQF span {
  color: #b8b8b8;
  margin-right: 8px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/weather-widget.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.weather-widget_weatherBGCloudy__H3Kqr {
  background: linear-gradient(to top right, #b6c6c9, #8fa3ad);
}

.weather-widget_weatherBGSunny__ZFIos {
  background: linear-gradient(to bottom left, #ffffd0, #007cf0);
}

.weather-widget_weatherBGRainy__QkdwA {
  background: linear-gradient(to top, #647d8e, #a8c0c0);
}

.weather-widget_weatherBGSnowy__BF2D8 {
  background: linear-gradient(to bottom, #ffffff, #acc2d9);
}

.weather-widget_weatherBGWindy__cWEUc {
  background: linear-gradient(to right, #c4e0e5, #4ca1af);
}

.weather-widget_weatherWidget__hPcO_ {
  width: 100%;
  height: 100%;
  padding: 4px;
  padding: 20px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  display: flex;
}

.weather-widget_weatherWidgetData__CO31V {
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.weather-widget_weatherEmptyState__F3tuD {
  width: 100%;
  height: 100%;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(
    --emptyStateBackground,
    linear-gradient(to top right, #b6c6c9, #8fa3ad)
  );
}

.weather-widget_weatherWidgetData__CO31V h2 {
  font-size: 8em;
  font-weight: 500;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/file-viewer.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.file-viewer_fileViewer__lfmcU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #efefef;
  overflow: hidden;
  border-radius: 16px;
}

.file-viewer_filesList__nejsV {
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.file-viewer_grow__3JELK {
  flex-grow: 1;
}

.file-viewer_fileEntry__Q8mtt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececf1;
  gap: 16px;
  width: 100%;
}

.file-viewer_fileName__5_9kE {
  flex-grow: 1;
}
.file-viewer_fileStatus__NyqtU {
  font-size: 0.8em;
  color: #666;
}

.file-viewer_fileDeleteIcon__P9tl_ {
  cursor: pointer;
}

.file-viewer_fileUploadContainer__hcMu3 {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.file-viewer_fileUploadBtn__7udW9 {
  background-color: #000;
  color: white;
  padding: 8px 24px;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.file-viewer_fileUploadInput__oDqI_ {
  display: none;
}

.file-viewer_title__G32_W {
  font-size: 1.2em;
  font-weight: 600;
}

.file-viewer_fileName__5_9kE {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/examples/all/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_main__hiHI_ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.page_container__7sD9P {
  display: flex;
  width: 100%;
  height: 100vh;
}

.page_column__jZ0mu {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: calc(100% - 40px);
  gap: 20px;
  margin: 20px;
  justify-content: space-between;
}

.page_column__jZ0mu > * {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 50%;
  border-radius: 16px;
}
.page_chatContainer__uVz8m {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

.page_chat__d6rXN {
  max-width: 600px;
  width: 100%;
  height: 100%;
}

