You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			1207 lines
		
	
	
		
			44 KiB
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			1207 lines
		
	
	
		
			44 KiB
		
	
	
	
		
			CSS
		
	
| /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/input-range.module.scss ***!
 | |
|   \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .input-range_input-range__SuxRd {
 | |
|   border: var(--border-in-light);
 | |
|   border-radius: 10px;
 | |
|   padding: 5px 10px 5px 10px;
 | |
|   font-size: 12px;
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   max-width: 40%;
 | |
| }
 | |
| .input-range_input-range__SuxRd input[type=range] {
 | |
|   max-width: calc(100% - 34px);
 | |
| }
 | |
| /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/model-config.module.scss ***!
 | |
|   \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .model-config_select-compress-model__exs2k {
 | |
|   width: 60%;
 | |
| }
 | |
| .model-config_select-compress-model__exs2k select {
 | |
|   max-width: 100%;
 | |
|   white-space: normal;
 | |
| }
 | |
| /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/chat.module.scss ***!
 | |
|   \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| @charset "UTF-8";
 | |
| @keyframes chat_slide-in__nvZgA {
 | |
|   from {
 | |
|     opacity: 0;
 | |
|     transform: translateY(20px);
 | |
|   }
 | |
|   to {
 | |
|     opacity: 1;
 | |
|     transform: translateY(0px);
 | |
|   }
 | |
| }
 | |
| @keyframes chat_slide-in-from-top__Q0KCt {
 | |
|   from {
 | |
|     opacity: 0;
 | |
|     transform: translateY(-20px);
 | |
|   }
 | |
|   to {
 | |
|     opacity: 1;
 | |
|     transform: translateY(0px);
 | |
|   }
 | |
| }
 | |
| .chat_attach-images__UtJds {
 | |
|   position: absolute;
 | |
|   left: 30px;
 | |
|   bottom: 32px;
 | |
|   display: flex;
 | |
| }
 | |
| 
 | |
| .chat_attach-image__5zxeG {
 | |
|   cursor: default;
 | |
|   width: 64px;
 | |
|   height: 64px;
 | |
|   border: rgba(136, 136, 136, 0.2) 1px solid;
 | |
|   border-radius: 5px;
 | |
|   margin-right: 10px;
 | |
|   background-size: cover;
 | |
|   background-position: center;
 | |
|   background-color: var(--white);
 | |
| }
 | |
| .chat_attach-image__5zxeG .chat_attach-image-mask__cOlWM {
 | |
|   width: 100%;
 | |
|   height: 100%;
 | |
|   opacity: 0;
 | |
|   transition: all ease 0.2s;
 | |
| }
 | |
| .chat_attach-image__5zxeG .chat_attach-image-mask__cOlWM:hover {
 | |
|   opacity: 1;
 | |
| }
 | |
| .chat_attach-image__5zxeG .chat_delete-image__IBtAc {
 | |
|   width: 24px;
 | |
|   height: 24px;
 | |
|   cursor: pointer;
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
|   border-radius: 5px;
 | |
|   float: right;
 | |
|   background-color: var(--white);
 | |
| }
 | |
| 
 | |
| .chat_chat-input-actions__mwYC_ {
 | |
|   display: flex;
 | |
|   flex-wrap: wrap;
 | |
|   justify-content: space-between;
 | |
|   gap: 5px;
 | |
| }
 | |
| .chat_chat-input-actions-end__gqGc3 {
 | |
|   display: flex;
 | |
|   margin-left: auto;
 | |
|   gap: 5px;
 | |
| }
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y {
 | |
|   display: inline-flex;
 | |
|   border-radius: 20px;
 | |
|   font-size: 12px;
 | |
|   background-color: var(--white);
 | |
|   color: var(--black);
 | |
|   border: var(--border-in-light);
 | |
|   padding: 4px 10px;
 | |
|   animation: chat_slide-in__nvZgA ease 0.3s;
 | |
|   box-shadow: var(--card-shadow);
 | |
|   transition: width ease 0.3s;
 | |
|   align-items: center;
 | |
|   height: 16px;
 | |
|   width: var(--icon-width);
 | |
|   overflow: hidden;
 | |
| }
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_text__TkPfN {
 | |
|   white-space: nowrap;
 | |
|   padding-left: 5px;
 | |
|   opacity: 0;
 | |
|   transform: translateX(-5px);
 | |
|   transition: all ease 0.3s;
 | |
|   pointer-events: none;
 | |
| }
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y:hover {
 | |
|   --delay: 0.5s;
 | |
|   width: var(--full-width);
 | |
|   transition-delay: var(--delay);
 | |
| }
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y:hover .chat_text__TkPfN {
 | |
|   transition-delay: var(--delay);
 | |
|   opacity: 1;
 | |
|   transform: translate(0);
 | |
| }
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_text__TkPfN,
 | |
| .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_icon__Ly3TN {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
| }
 | |
| 
 | |
| .chat_prompt-toast___VCUf {
 | |
|   position: absolute;
 | |
|   bottom: -50px;
 | |
|   z-index: 999;
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   width: calc(100% - 40px);
 | |
| }
 | |
| .chat_prompt-toast___VCUf .chat_prompt-toast-inner__f17E6 {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   font-size: 12px;
 | |
|   background-color: var(--white);
 | |
|   color: var(--black);
 | |
|   border: var(--border-in-light);
 | |
|   box-shadow: var(--card-shadow);
 | |
|   padding: 10px 20px;
 | |
|   border-radius: 100px;
 | |
|   animation: chat_slide-in-from-top__Q0KCt ease 0.3s;
 | |
| }
 | |
| .chat_prompt-toast___VCUf .chat_prompt-toast-inner__f17E6 .chat_prompt-toast-content__9sp_w {
 | |
|   margin-left: 10px;
 | |
| }
 | |
| 
 | |
| .chat_section-title__BiPko {
 | |
|   font-size: 12px;
 | |
|   font-weight: bold;
 | |
|   margin-bottom: 10px;
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   align-items: center;
 | |
| }
 | |
| .chat_section-title__BiPko .chat_section-title-action__bmruw {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
| }
 | |
| 
 | |
| .chat_context-prompt__cbach .chat_context-prompt-insert__UmNJi {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   padding: 4px;
 | |
|   opacity: 0.2;
 | |
|   transition: all ease 0.3s;
 | |
|   background-color: rgba(0, 0, 0, 0);
 | |
|   cursor: pointer;
 | |
|   border-radius: 4px;
 | |
|   margin-top: 4px;
 | |
|   margin-bottom: 4px;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-insert__UmNJi:hover {
 | |
|   opacity: 1;
 | |
|   background-color: rgba(0, 0, 0, 0.05);
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   width: 100%;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix:hover .chat_context-drag__BX7lh {
 | |
|   opacity: 1;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-drag__BX7lh {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   opacity: 0.5;
 | |
|   transition: all ease 0.3s;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-role__7_IR9 {
 | |
|   margin-right: 10px;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-content__sNXUy {
 | |
|   flex: 1 1;
 | |
|   max-width: 100%;
 | |
|   text-align: left;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-delete-button__C_BmS {
 | |
|   margin-left: 10px;
 | |
| }
 | |
| .chat_context-prompt__cbach .chat_context-prompt-button__AoPsw {
 | |
|   flex: 1 1;
 | |
| }
 | |
| 
 | |
| .chat_memory-prompt__vOzcn {
 | |
|   margin: 20px 0;
 | |
| }
 | |
| .chat_memory-prompt__vOzcn .chat_memory-prompt-content__kUVKj {
 | |
|   background-color: var(--white);
 | |
|   color: var(--black);
 | |
|   border: var(--border-in-light);
 | |
|   border-radius: 10px;
 | |
|   padding: 10px;
 | |
|   font-size: 12px;
 | |
|   -webkit-user-select: text;
 | |
|      -moz-user-select: text;
 | |
|           user-select: text;
 | |
| }
 | |
| 
 | |
| .chat_clear-context__ke8Iw {
 | |
|   margin: 20px 0 0 0;
 | |
|   padding: 4px 0;
 | |
|   border-top: var(--border-in-light);
 | |
|   border-bottom: var(--border-in-light);
 | |
|   box-shadow: var(--card-shadow) inset;
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   color: var(--black);
 | |
|   transition: all ease 0.3s;
 | |
|   cursor: pointer;
 | |
|   overflow: hidden;
 | |
|   position: relative;
 | |
|   font-size: 12px;
 | |
|   animation: chat_slide-in__nvZgA ease 0.3s;
 | |
|   -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
 | |
|           mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
 | |
| }
 | |
| .chat_clear-context-tips__L1A_i {
 | |
|   transform: translateY(0);
 | |
|   position: relative;
 | |
|   transition: all ease 0.3s;
 | |
|   opacity: 1;
 | |
|   opacity: 0.5;
 | |
| }
 | |
| .chat_clear-context-revert-btn___Wna1 {
 | |
|   color: var(--primary);
 | |
|   transform: translateY(-50%);
 | |
|   position: absolute;
 | |
|   transition: all ease 0.1s;
 | |
|   opacity: 0;
 | |
| }
 | |
| .chat_clear-context__ke8Iw:hover {
 | |
|   opacity: 1;
 | |
|   border-color: var(--primary);
 | |
| }
 | |
| .chat_clear-context__ke8Iw:hover .chat_clear-context-tips__L1A_i {
 | |
|   transform: translateY(-50%);
 | |
|   position: absolute;
 | |
|   transition: all ease 0.1s;
 | |
|   opacity: 0;
 | |
| }
 | |
| .chat_clear-context__ke8Iw:hover .chat_clear-context-revert-btn___Wna1 {
 | |
|   transform: translateY(0);
 | |
|   position: relative;
 | |
|   transition: all ease 0.3s;
 | |
|   opacity: 1;
 | |
| }
 | |
| 
 | |
| .chat_chat__ZebHg {
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
|   position: relative;
 | |
|   height: 100%;
 | |
| }
 | |
| 
 | |
| .chat_chat-body__QFv5x {
 | |
|   flex: 1 1;
 | |
|   overflow: auto;
 | |
|   overflow-x: hidden;
 | |
|   padding: 20px;
 | |
|   padding-bottom: 40px;
 | |
|   position: relative;
 | |
|   overscroll-behavior: none;
 | |
| }
 | |
| 
 | |
| .chat_chat-body-main-title__jUL6h {
 | |
|   cursor: pointer;
 | |
| }
 | |
| .chat_chat-body-main-title__jUL6h:hover {
 | |
|   text-decoration: underline;
 | |
| }
 | |
| 
 | |
| @media only screen and (max-width: 600px) {
 | |
|   .chat_chat-body-title__d2ItC {
 | |
|     text-align: center;
 | |
|   }
 | |
| }
 | |
| .chat_chat-message__dg8rL {
 | |
|   display: flex;
 | |
|   flex-direction: row;
 | |
| }
 | |
| .chat_chat-message__dg8rL:last-child {
 | |
|   animation: chat_slide-in__nvZgA ease 0.3s;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-user__ZtTEj {
 | |
|   display: flex;
 | |
|   flex-direction: row-reverse;
 | |
| }
 | |
| .chat_chat-message-user__ZtTEj .chat_chat-message-header__Dny_K {
 | |
|   flex-direction: row-reverse;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-header__Dny_K {
 | |
|   margin-top: 20px;
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
| }
 | |
| .chat_chat-message-header__Dny_K .chat_chat-message-actions__H90hg {
 | |
|   display: flex;
 | |
|   box-sizing: border-box;
 | |
|   font-size: 12px;
 | |
|   align-items: flex-end;
 | |
|   justify-content: space-between;
 | |
|   transition: all ease 0.3s;
 | |
|   transform: scale(0.9) translateY(5px);
 | |
|   margin: 0 10px;
 | |
|   opacity: 0;
 | |
|   pointer-events: none;
 | |
| }
 | |
| .chat_chat-message-header__Dny_K .chat_chat-message-actions__H90hg .chat_chat-input-actions__mwYC_ {
 | |
|   display: flex;
 | |
|   flex-wrap: nowrap;
 | |
| }
 | |
| .chat_chat-message-header__Dny_K .chat_chat-model-name__U4gmR {
 | |
|   font-size: 12px;
 | |
|   color: var(--black);
 | |
|   margin-left: 6px;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-container__O_X8_ {
 | |
|   max-width: var(--message-max-width);
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
|   align-items: flex-start;
 | |
| }
 | |
| .chat_chat-message-container__O_X8_:hover .chat_chat-message-edit__h58of {
 | |
|   opacity: 0.9;
 | |
| }
 | |
| .chat_chat-message-container__O_X8_:hover .chat_chat-message-actions__H90hg {
 | |
|   opacity: 1;
 | |
|   pointer-events: all;
 | |
|   transform: scale(1) translateY(0);
 | |
| }
 | |
| 
 | |
| .chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ {
 | |
|   align-items: flex-end;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-avatar__3QeMq {
 | |
|   position: relative;
 | |
|   /* Specific styles for iOS devices */
 | |
| }
 | |
| .chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of {
 | |
|   position: absolute;
 | |
|   height: 100%;
 | |
|   width: 100%;
 | |
|   overflow: hidden;
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
|   opacity: 0;
 | |
|   transition: all ease 0.3s;
 | |
| }
 | |
| .chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of button {
 | |
|   padding: 7px;
 | |
| }
 | |
| @media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
 | |
|   @supports (-webkit-touch-callout: none) {
 | |
|     .chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of {
 | |
|       top: -8%;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| .chat_chat-message-status__zc9Ad {
 | |
|   font-size: 12px;
 | |
|   color: #aaa;
 | |
|   line-height: 1.5;
 | |
|   margin-top: 5px;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-tools__YMVVa {
 | |
|   font-size: 12px;
 | |
|   color: #aaa;
 | |
|   line-height: 1.5;
 | |
|   margin-top: 5px;
 | |
| }
 | |
| .chat_chat-message-tools__YMVVa .chat_chat-message-tool__Rjc5q {
 | |
|   display: flex;
 | |
|   align-items: end;
 | |
| }
 | |
| .chat_chat-message-tools__YMVVa .chat_chat-message-tool__Rjc5q svg {
 | |
|   margin-left: 5px;
 | |
|   margin-right: 5px;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-item__dKqMl {
 | |
|   box-sizing: border-box;
 | |
|   max-width: 100%;
 | |
|   margin-top: 10px;
 | |
|   border-radius: 10px;
 | |
|   background-color: rgba(0, 0, 0, 0.05);
 | |
|   padding: 10px;
 | |
|   font-size: 14px;
 | |
|   -webkit-user-select: text;
 | |
|      -moz-user-select: text;
 | |
|           user-select: text;
 | |
|   word-break: break-word;
 | |
|   border: var(--border-in-light);
 | |
|   position: relative;
 | |
|   transition: all ease 0.3s;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-audio__Rbvwc {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: space-between;
 | |
|   border-radius: 10px;
 | |
|   background-color: rgba(0, 0, 0, 0.05);
 | |
|   border: var(--border-in-light);
 | |
|   position: relative;
 | |
|   transition: all ease 0.3s;
 | |
|   margin-top: 10px;
 | |
|   font-size: 14px;
 | |
|   -webkit-user-select: text;
 | |
|      -moz-user-select: text;
 | |
|           user-select: text;
 | |
|   word-break: break-word;
 | |
|   box-sizing: border-box;
 | |
| }
 | |
| .chat_chat-message-audio__Rbvwc audio {
 | |
|   height: 30px; /* 调整高度 */
 | |
| }
 | |
| 
 | |
| .chat_chat-message-item-image__2jbb0 {
 | |
|   width: 100%;
 | |
|   margin-top: 10px;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-item-images__EtEM4 {
 | |
|   width: 100%;
 | |
|   display: grid;
 | |
|   justify-content: left;
 | |
|   grid-gap: 10px;
 | |
|   grid-template-columns: repeat(var(--image-count), auto);
 | |
|   margin-top: 10px;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-item-image-multi__DOIxY {
 | |
|   object-fit: cover;
 | |
|   background-size: cover;
 | |
|   background-position: center;
 | |
|   background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-item-image__2jbb0,
 | |
| .chat_chat-message-item-image-multi__DOIxY {
 | |
|   box-sizing: border-box;
 | |
|   border-radius: 10px;
 | |
|   border: rgba(136, 136, 136, 0.2) 1px solid;
 | |
| }
 | |
| 
 | |
| @media only screen and (max-width: 600px) {
 | |
|   .chat_chat-message-item-image-multi__DOIxY {
 | |
|     width: calc(66.6666666667vw / var(--image-count));
 | |
|     height: calc(66.6666666667vw / var(--image-count));
 | |
|   }
 | |
|   .chat_chat-message-item-image__2jbb0 {
 | |
|     max-width: 66.6666666667vw;
 | |
|   }
 | |
| }
 | |
| @media screen and (min-width: 600px) {
 | |
|   .chat_chat-message-item-image-multi__DOIxY {
 | |
|     width: calc((var(--window-width) - var(--sidebar-width)) / 3 * 2 / var(--image-count));
 | |
|     height: calc((var(--window-width) - var(--sidebar-width)) / 3 * 2 / var(--image-count));
 | |
|     max-width: calc((1200px - var(--sidebar-width)) / 3 * 2 / var(--image-count));
 | |
|     max-height: calc((1200px - var(--sidebar-width)) / 3 * 2 / var(--image-count));
 | |
|   }
 | |
|   .chat_chat-message-item-image__2jbb0 {
 | |
|     max-width: calc((1200px - var(--sidebar-width)) / 3 * 2);
 | |
|   }
 | |
| }
 | |
| .chat_chat-message-action-date__RsXTn {
 | |
|   font-size: 12px;
 | |
|   opacity: 0.2;
 | |
|   white-space: nowrap;
 | |
|   transition: all ease 0.6s;
 | |
|   color: var(--black);
 | |
|   text-align: right;
 | |
|   width: 100%;
 | |
|   box-sizing: border-box;
 | |
|   padding-right: 10px;
 | |
|   pointer-events: none;
 | |
|   z-index: 1;
 | |
| }
 | |
| 
 | |
| .chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ > .chat_chat-message-item__dKqMl {
 | |
|   background-color: var(--second);
 | |
| }
 | |
| .chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ > .chat_chat-message-item__dKqMl:hover {
 | |
|   min-width: 0;
 | |
| }
 | |
| 
 | |
| .chat_chat-input-panel__rO72m {
 | |
|   position: relative;
 | |
|   width: 100%;
 | |
|   padding: 20px;
 | |
|   padding-top: 10px;
 | |
|   box-sizing: border-box;
 | |
|   flex-direction: column;
 | |
|   border-top: var(--border-in-light);
 | |
|   box-shadow: var(--card-shadow);
 | |
| }
 | |
| .chat_chat-input-panel__rO72m .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y {
 | |
|   margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| .chat_prompt-hints__VT_Oi {
 | |
|   min-height: 20px;
 | |
|   width: 100%;
 | |
|   max-height: 50vh;
 | |
|   overflow: auto;
 | |
|   display: flex;
 | |
|   flex-direction: column-reverse;
 | |
|   background-color: var(--white);
 | |
|   border: var(--border-in-light);
 | |
|   border-radius: 10px;
 | |
|   margin-bottom: 10px;
 | |
|   box-shadow: var(--shadow);
 | |
| }
 | |
| .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t {
 | |
|   color: var(--black);
 | |
|   padding: 6px 10px;
 | |
|   animation: chat_slide-in__nvZgA ease 0.3s;
 | |
|   cursor: pointer;
 | |
|   transition: all ease 0.3s;
 | |
|   border: transparent 1px solid;
 | |
|   margin: 4px;
 | |
|   border-radius: 8px;
 | |
| }
 | |
| .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t:not(:last-child) {
 | |
|   margin-top: 0;
 | |
| }
 | |
| .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t .chat_hint-title__E53ZK {
 | |
|   font-size: 12px;
 | |
|   font-weight: bolder;
 | |
|   white-space: nowrap;
 | |
|   overflow: hidden;
 | |
|   text-overflow: ellipsis;
 | |
| }
 | |
| .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t .chat_hint-content__y2yj4 {
 | |
|   font-size: 12px;
 | |
|   white-space: nowrap;
 | |
|   overflow: hidden;
 | |
|   text-overflow: ellipsis;
 | |
| }
 | |
| .chat_prompt-hints__VT_Oi .chat_prompt-hint-selected__o3vYi, .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t:hover {
 | |
|   border-color: var(--primary);
 | |
| }
 | |
| 
 | |
| .chat_chat-input-panel-inner___IQHi {
 | |
|   cursor: text;
 | |
|   display: flex;
 | |
|   flex: 1 1;
 | |
|   border-radius: 10px;
 | |
|   border: var(--border-in-light);
 | |
| }
 | |
| 
 | |
| .chat_chat-input-panel-inner-attach__mZheu {
 | |
|   padding-bottom: 80px;
 | |
| }
 | |
| 
 | |
| .chat_chat-input-panel-inner___IQHi:has(.chat_chat-input__PQ_oF:focus) {
 | |
|   border: 1px solid var(--primary);
 | |
| }
 | |
| 
 | |
| .chat_chat-input__PQ_oF {
 | |
|   height: 100%;
 | |
|   width: 100%;
 | |
|   border-radius: 10px;
 | |
|   border: none;
 | |
|   box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
 | |
|   background-color: var(--white);
 | |
|   color: var(--black);
 | |
|   font-family: inherit;
 | |
|   padding: 10px 90px 10px 14px;
 | |
|   resize: none;
 | |
|   outline: none;
 | |
|   box-sizing: border-box;
 | |
|   min-height: 68px;
 | |
| }
 | |
| 
 | |
| .chat_chat-input-send__GFQZo {
 | |
|   background-color: var(--primary);
 | |
|   color: white;
 | |
|   position: absolute;
 | |
|   right: 30px;
 | |
|   bottom: 32px;
 | |
| }
 | |
| 
 | |
| @media only screen and (max-width: 600px) {
 | |
|   .chat_chat-input__PQ_oF {
 | |
|     font-size: 16px;
 | |
|   }
 | |
|   .chat_chat-input-send__GFQZo {
 | |
|     bottom: 30px;
 | |
|   }
 | |
| }
 | |
| .chat_shortcut-key-container__nYZUJ {
 | |
|   padding: 10px;
 | |
|   overflow-y: auto;
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key-grid__VmUMG {
 | |
|   display: grid;
 | |
|   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
 | |
|   grid-gap: 16px;
 | |
|   gap: 16px;
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key-item__diQqm {
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   align-items: center;
 | |
|   overflow: hidden;
 | |
|   padding: 10px;
 | |
|   background-color: var(--white);
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key-title__nauQT {
 | |
|   font-size: 14px;
 | |
|   color: var(--black);
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key-keys__vW8SN {
 | |
|   display: flex;
 | |
|   gap: 8px;
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key__DtMUQ {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
|   border: var(--border-in-light);
 | |
|   border-radius: 8px;
 | |
|   padding: 4px;
 | |
|   background-color: var(--gray);
 | |
|   min-width: 32px;
 | |
| }
 | |
| 
 | |
| .chat_shortcut-key__DtMUQ span {
 | |
|   font-size: 12px;
 | |
|   color: var(--black);
 | |
| }
 | |
| 
 | |
| .chat_chat-main__i_Cp2 {
 | |
|   display: flex;
 | |
|   height: 100%;
 | |
|   width: 100%;
 | |
|   position: relative;
 | |
|   overflow: hidden;
 | |
| }
 | |
| .chat_chat-main__i_Cp2 .chat_chat-body-container__6ZZad {
 | |
|   height: 100%;
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
|   flex: 1 1;
 | |
|   width: 100%;
 | |
| }
 | |
| .chat_chat-main__i_Cp2 .chat_chat-side-panel__YrWNL {
 | |
|   position: absolute;
 | |
|   inset: 0;
 | |
|   background: var(--white);
 | |
|   overflow: hidden;
 | |
|   z-index: 10;
 | |
|   transform: translateX(100%);
 | |
|   transition: all ease 0.3s;
 | |
| }
 | |
| .chat_chat-main__i_Cp2 .chat_chat-side-panel-show__cl5MF {
 | |
|   transform: translateX(0);
 | |
| }
 | |
| /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/mask.module.scss ***!
 | |
|   \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| @keyframes mask_slide-in__unpXH {
 | |
|   from {
 | |
|     opacity: 0;
 | |
|     transform: translateY(20px);
 | |
|   }
 | |
|   to {
 | |
|     opacity: 1;
 | |
|     transform: translateY(0px);
 | |
|   }
 | |
| }
 | |
| @keyframes mask_slide-in-from-top__DOEYB {
 | |
|   from {
 | |
|     opacity: 0;
 | |
|     transform: translateY(-20px);
 | |
|   }
 | |
|   to {
 | |
|     opacity: 1;
 | |
|     transform: translateY(0px);
 | |
|   }
 | |
| }
 | |
| .mask_mask-page__ou14k {
 | |
|   height: 100%;
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ {
 | |
|   padding: 20px;
 | |
|   overflow-y: auto;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 {
 | |
|   width: 100%;
 | |
|   max-width: 100%;
 | |
|   margin-bottom: 20px;
 | |
|   animation: mask_slide-in__unpXH ease 0.3s;
 | |
|   height: 40px;
 | |
|   display: flex;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_search-bar__7_Msn {
 | |
|   flex-grow: 1;
 | |
|   max-width: 100%;
 | |
|   min-width: 0;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_mask-filter-lang__mRxyv {
 | |
|   height: 100%;
 | |
|   margin-left: 10px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_mask-create__BjAzk {
 | |
|   height: 100%;
 | |
|   margin-left: 10px;
 | |
|   box-sizing: border-box;
 | |
|   min-width: 80px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia {
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   padding: 20px;
 | |
|   border: var(--border-in-light);
 | |
|   animation: mask_slide-in__unpXH ease 0.3s;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:not(:last-child) {
 | |
|   border-bottom: 0;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:first-child {
 | |
|   border-top-left-radius: 10px;
 | |
|   border-top-right-radius: 10px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:last-child {
 | |
|   border-bottom-left-radius: 10px;
 | |
|   border-bottom-right-radius: 10px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-icon__wO1ER {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
|   margin-right: 10px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-title__IDEbR .mask_mask-name__77Rjh {
 | |
|   font-size: 14px;
 | |
|   font-weight: bold;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-title__IDEbR .mask_mask-info__2gtiu {
 | |
|   font-size: 12px;
 | |
| }
 | |
| .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-actions__rsWn_ {
 | |
|   display: flex;
 | |
|   flex-wrap: nowrap;
 | |
|   transition: all ease 0.3s;
 | |
| }
 | |
| @media screen and (max-width: 600px) {
 | |
|   .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     padding-bottom: 10px;
 | |
|     border-radius: 10px;
 | |
|     margin-bottom: 20px;
 | |
|     box-shadow: var(--card-shadow);
 | |
|   }
 | |
|   .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:not(:last-child) {
 | |
|     border-bottom: var(--border-in-light);
 | |
|   }
 | |
|   .mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-actions__rsWn_ {
 | |
|     width: 100%;
 | |
|     justify-content: space-between;
 | |
|     padding-top: 10px;
 | |
|   }
 | |
| }
 | |
| /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/message-selector.module.scss ***!
 | |
|   \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd {
 | |
|   display: flex;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_search-bar__4E5gq {
 | |
|   max-width: unset;
 | |
|   flex-grow: 1;
 | |
|   margin-right: 10px;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_actions__MyZCT {
 | |
|   display: flex;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_actions__MyZCT button:not(:last-child) {
 | |
|   margin-right: 10px;
 | |
| }
 | |
| @media screen and (max-width: 600px) {
 | |
|   .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd {
 | |
|     flex-direction: column;
 | |
|   }
 | |
|   .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_search-bar__4E5gq {
 | |
|     margin-right: 0;
 | |
|   }
 | |
|   .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_actions__MyZCT {
 | |
|     margin-top: 20px;
 | |
|   }
 | |
|   .message-selector_message-selector__dOKbo .message-selector_message-filter__Q5XSd .message-selector_actions__MyZCT button {
 | |
|     flex-grow: 1;
 | |
|   }
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr {
 | |
|   margin-top: 20px;
 | |
|   border-radius: 10px;
 | |
|   border: var(--border-in-light);
 | |
|   overflow: hidden;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   padding: 8px 10px;
 | |
|   cursor: pointer;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message-selected__b3mDv {
 | |
|   background-color: var(--second);
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9:not(:last-child) {
 | |
|   border-bottom: var(--border-in-light);
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 .message-selector_avatar__HCJ8t {
 | |
|   margin-right: 10px;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 .message-selector_body__rKEIZ {
 | |
|   flex: 1 1;
 | |
|   max-width: calc(100% - 80px);
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 .message-selector_body__rKEIZ .message-selector_date__vc48w {
 | |
|   font-size: 12px;
 | |
|   line-height: 1.2;
 | |
|   opacity: 0.5;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 .message-selector_body__rKEIZ .message-selector_content__Z9W8L {
 | |
|   font-size: 12px;
 | |
| }
 | |
| .message-selector_message-selector__dOKbo .message-selector_messages__GbOLr .message-selector_message___TaV9 .message-selector_checkbox__erPyd {
 | |
|   display: flex;
 | |
|   justify-content: flex-end;
 | |
|   flex: 1 1;
 | |
| }
 | |
| /*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/exporter.module.scss ***!
 | |
|   \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .exporter_message-exporter-body__ieezO {
 | |
|   margin-top: 20px;
 | |
| }
 | |
| 
 | |
| .exporter_export-content__bLZvx {
 | |
|   white-space: break-spaces;
 | |
|   padding: 10px !important;
 | |
| }
 | |
| 
 | |
| .exporter_steps__6n3hv {
 | |
|   background-color: var(--gray);
 | |
|   border-radius: 10px;
 | |
|   overflow: hidden;
 | |
|   padding: 5px;
 | |
|   position: relative;
 | |
|   box-shadow: var(--card-shadow) inset;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-progress__BaZCB {
 | |
|   height: calc(100% - 10px);
 | |
|   width: calc(100% - 10px);
 | |
|   position: absolute;
 | |
|   top: 5px;
 | |
|   left: 5px;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-progress-inner__Bx3Y4 {
 | |
|   box-sizing: border-box;
 | |
|   box-shadow: var(--card-shadow);
 | |
|   border: var(--border-in-light);
 | |
|   content: "";
 | |
|   display: inline-block;
 | |
|   width: 0%;
 | |
|   height: 100%;
 | |
|   background-color: var(--white);
 | |
|   transition: all ease 0.3s;
 | |
|   border-radius: 8px;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK {
 | |
|   display: flex;
 | |
|   transform: scale(1);
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step__WhCEO {
 | |
|   flex-grow: 1;
 | |
|   padding: 5px 10px;
 | |
|   font-size: 14px;
 | |
|   color: var(--black);
 | |
|   opacity: 0.5;
 | |
|   transition: all ease 0.3s;
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   justify-content: center;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step-finished__eBg9d {
 | |
|   opacity: 0.9;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step__WhCEO:hover {
 | |
|   opacity: 0.8;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step-current__oh5Mc {
 | |
|   color: var(--primary);
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step__WhCEO .exporter_step-index__bWRYR {
 | |
|   background-color: var(--gray);
 | |
|   border: var(--border-in-light);
 | |
|   border-radius: 6px;
 | |
|   display: inline-block;
 | |
|   padding: 0px 5px;
 | |
|   font-size: 12px;
 | |
|   margin-right: 8px;
 | |
|   opacity: 0.8;
 | |
| }
 | |
| .exporter_steps__6n3hv .exporter_steps-inner__EVqvK .exporter_step__WhCEO .exporter_step-name__aj81m {
 | |
|   font-size: 12px;
 | |
| }
 | |
| 
 | |
| .exporter_preview-actions__EdSLJ {
 | |
|   margin-bottom: 20px;
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
| }
 | |
| .exporter_preview-actions__EdSLJ button {
 | |
|   flex-grow: 1;
 | |
| }
 | |
| .exporter_preview-actions__EdSLJ button:not(:last-child) {
 | |
|   margin-right: 10px;
 | |
| }
 | |
| 
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf {
 | |
|   border-radius: 10px;
 | |
|   padding: 20px;
 | |
|   box-shadow: var(--card-shadow) inset;
 | |
|   background-color: var(--gray);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m {
 | |
|   background-color: var(--second);
 | |
|   padding: 20px;
 | |
|   border-radius: 10px;
 | |
|   margin-bottom: 20px;
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   align-items: flex-end;
 | |
|   position: relative;
 | |
|   overflow: hidden;
 | |
| }
 | |
| @media screen and (max-width: 600px) {
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m {
 | |
|     flex-direction: column;
 | |
|     align-items: flex-start;
 | |
|   }
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_icons__7WRoV {
 | |
|     margin-bottom: 20px;
 | |
|   }
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_logo__zu13e {
 | |
|   position: absolute;
 | |
|   top: 0px;
 | |
|   left: 0px;
 | |
|   height: 50%;
 | |
|   transform: scale(1.5);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_main-title__jjxAd {
 | |
|   font-size: 20px;
 | |
|   font-weight: bolder;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_sub-title__p1RCl {
 | |
|   font-size: 12px;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_icons__7WRoV {
 | |
|   margin-top: 10px;
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_icons__7WRoV .exporter_icon-space__u_tMK {
 | |
|   font-size: 12px;
 | |
|   margin: 0 10px;
 | |
|   font-weight: bolder;
 | |
|   color: var(--primary);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_chat-info-item__3D12j {
 | |
|   font-size: 12px;
 | |
|   color: var(--primary);
 | |
|   padding: 2px 15px;
 | |
|   border-radius: 10px;
 | |
|   background-color: var(--white);
 | |
|   box-shadow: var(--card-shadow);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_chat-info__N_j5m .exporter_chat-info-item__3D12j:not(:last-child) {
 | |
|   margin-bottom: 5px;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS {
 | |
|   margin-bottom: 20px;
 | |
|   display: flex;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_avatar__fGOtt {
 | |
|   margin-right: 10px;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl {
 | |
|   border-radius: 10px;
 | |
|   padding: 8px 10px;
 | |
|   max-width: calc(100% - 104px);
 | |
|   box-shadow: var(--card-shadow);
 | |
|   border: var(--border-in-light);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl code,
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl pre {
 | |
|   overflow: hidden;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image__ofOeC {
 | |
|   width: 100%;
 | |
|   margin-top: 10px;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-images__oJoIX {
 | |
|   display: grid;
 | |
|   justify-content: left;
 | |
|   grid-gap: 10px;
 | |
|   grid-template-columns: repeat(var(--image-count), auto);
 | |
|   margin-top: 10px;
 | |
| }
 | |
| @media screen and (max-width: 600px) {
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image-multi__jzQdX {
 | |
|     width: calc(50vw / var(--image-count));
 | |
|     height: calc(50vw / var(--image-count));
 | |
|   }
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image__ofOeC {
 | |
|     max-width: 66.6666666667vw;
 | |
|   }
 | |
| }
 | |
| @media screen and (min-width: 600px) {
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image-multi__jzQdX {
 | |
|     width: calc(53.3333333333vw / var(--image-count));
 | |
|     height: calc(53.3333333333vw / var(--image-count));
 | |
|     max-width: calc(600px / var(--image-count));
 | |
|     max-height: calc(600px / var(--image-count));
 | |
|   }
 | |
|   .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image__ofOeC {
 | |
|     max-width: 66.6666666667vw;
 | |
|   }
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image-multi__jzQdX {
 | |
|   object-fit: cover;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image__ofOeC,
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message__3aahS .exporter_body__gcKIl .exporter_message-image-multi__jzQdX {
 | |
|   box-sizing: border-box;
 | |
|   border-radius: 10px;
 | |
|   border: rgba(136, 136, 136, 0.2) 1px solid;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message-assistant__sDmHi .exporter_body__gcKIl {
 | |
|   background-color: var(--white);
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message-user__2t254 {
 | |
|   flex-direction: row-reverse;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message-user__2t254 .exporter_avatar__fGOtt {
 | |
|   margin-right: 0;
 | |
| }
 | |
| .exporter_image-previewer__uKfNQ .exporter_preview-body__qK5Zf .exporter_message-user__2t254 .exporter_body__gcKIl {
 | |
|   background-color: var(--second);
 | |
|   margin-right: 10px;
 | |
| }
 | |
| /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/voice-print/voice-print.module.scss ***!
 | |
|   \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .voice-print_voice-print__GHMDU {
 | |
|   width: 100%;
 | |
|   height: 60px;
 | |
|   margin: 20px 0;
 | |
| }
 | |
| .voice-print_voice-print__GHMDU canvas {
 | |
|   width: 100%;
 | |
|   height: 100%;
 | |
|   filter: brightness(1.2);
 | |
| }
 | |
| /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
 | |
|   !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/realtime-chat/realtime-chat.module.scss ***!
 | |
|   \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 | |
| .realtime-chat_realtime-chat__g_U_c {
 | |
|   width: 100%;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   position: relative;
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
|   height: 100%;
 | |
|   padding: 20px;
 | |
|   box-sizing: border-box;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_circle-mic__SfmZp {
 | |
|   width: 150px;
 | |
|   height: 150px;
 | |
|   border-radius: 50%;
 | |
|   background: linear-gradient(to bottom right, #a0d8ef, #f0f8ff);
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_icon-center__3JpXN {
 | |
|   font-size: 24px;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_bottom-icons__siVHg {
 | |
|   display: flex;
 | |
|   justify-content: space-between;
 | |
|   align-items: center;
 | |
|   width: 100%;
 | |
|   position: absolute;
 | |
|   bottom: 20px;
 | |
|   box-sizing: border-box;
 | |
|   padding: 0 20px;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_icon-left__O_fpx,
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_icon-right__3eC9i {
 | |
|   width: 46px;
 | |
|   height: 46px;
 | |
|   font-size: 36px;
 | |
|   background: var(--second);
 | |
|   border-radius: 50%;
 | |
|   padding: 2px;
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   cursor: pointer;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_icon-left__O_fpx:hover,
 | |
| .realtime-chat_realtime-chat__g_U_c .realtime-chat_icon-right__3eC9i:hover {
 | |
|   opacity: 0.8;
 | |
| }
 | |
| .realtime-chat_realtime-chat__g_U_c.realtime-chat_mobile__WtJW9 {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| .realtime-chat_pulse__DSlz2 {
 | |
|   animation: realtime-chat_pulse__DSlz2 1.5s infinite;
 | |
| }
 | |
| 
 | |
| @keyframes realtime-chat_pulse__DSlz2 {
 | |
|   0% {
 | |
|     transform: scale(1);
 | |
|     opacity: 0.7;
 | |
|   }
 | |
|   50% {
 | |
|     transform: scale(1.1);
 | |
|     opacity: 1;
 | |
|   }
 | |
|   100% {
 | |
|     transform: scale(1);
 | |
|     opacity: 0.7;
 | |
|   }
 | |
| }
 |