@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
  font-family: "Noto Sans", "Noto Sans JP", "sans-serif";
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

/**********************/

.dropdown {
  z-index: 2;
  display: none;
  position: absolute;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  width: 150px;
}

.dropdown-item {
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

/**********************/

.landing-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landing-main {
  position: relative;
  width: 375px;
  height: 900px;
  background: linear-gradient(180deg, #A74CF6 0%, #8903FF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lang-wrapper{
  position: relative;
  width: 100%;
}

.lang-btn {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  background-color: #000000;

  border:0;
  margin-left: auto;

  margin-top: 20px;
  margin-right: 20px;
  
  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.lang-btn:hover{
  background-color: #333333;
}

.lang-logo {
  width: 23.33px;
  height: 23.33px;
}

.landing-main .main-content {
  position: relative;
  margin-bottom: 88px;
}

.tagline {
  width: 188px;
  margin-top: 67px;
  margin-bottom: 27px;
  color: #FFFFFF;
  text-align: center;

  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.landing-logo {
  width: 228.38px;
  height: 153.04px;
  margin-bottom: 27.32px;
}

.main-preview {
  margin-bottom: 64.82px;
  position: relative;
}

.main-preview-img {
  width: 208px;
  height: 210.81px;
}

.landing-bubble {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;

  border: 1px solid #8903FF;
  color: #8903FF;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 34px;
  font-weight: 800;

  margin-top: -50px;
  margin-right: -40px;

  width: 66px;
  height: 66px;
}

.cloud-img {
  width: 375px;
  height: 234px;
  position: absolute;
  bottom: 0;
  margin-bottom: -152px;
  object-fit: cover;
}

/**********************/


.landing-usage {
  margin-top: 29px;
  position: relative;
  width: 375px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
  margin-bottom: 50px;
}

.landing-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-title {
  color: #8903FF;
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
}

.step-block {
  background-color: #8903FF;
  color: #FFFFFF;

  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;

  font-size: 14px;
  line-height: 34px;
  margin-bottom: 16px;
}

.step-desc {
  text-align: center;
  color: #565656;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;

  margin-bottom: 30px;
}

.step-img-1{
  width: 275px;
  height: 275px;
}

.step-img-2, .step-img-3, .usage-preview-img {
  width: 170px;
  height: 363px;
}

.usage-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}

.usage-btn {
  margin-bottom: 92px;
}

.credit {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 54px;
}

.credit a {
  color: #8903FF;
}

.usage-peek{
  width: 263px;
  height: 87.89px;
}

/**********************/

.wrapper-primary {
  width: 100dvw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #A74CF6 0%, #8903FF 100%);
}

.primary {
  background: linear-gradient(180deg, #A74CF6 0%, #8903FF 100%);
  height: 100dvh;
  width: 375px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.logo {
  width: 144.75px;
  height: 97px;
}

.peek {
  width: 263px;
  height: 87.89px;

  position: absolute;
  bottom: 0px;
}

/**********************/

#login .logo {
  margin-bottom: 48px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 50px;
  font-size: 14px;
}

.main-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
}

.textbox {
  width: 243px;
  height: 40px;
  line-height: 19.07px;
  border-radius: 8px;
  padding-left: 13.5px;
  padding-right: 13.5px;
  font-size: 14px;
  
  border: 0;
  background-color: #FFFFFF;
}

.primary-button {
  min-width: 0px !important;
  padding: 0px !important;
  width: 314px !important;
  height: 50px !important;

  border-radius: 50px !important;
  line-height: 21.79px !important;
  font-size: 16px !important;
  
  font-weight: 500 !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  text-transform: lowercase !important;

  cursor: pointer !important;
  transition: background-color 0.3s ease-in-out !important;
}

.primary-button:hover {
  background-color: #333333 !important;
}

.secondary-button {
  width: 314px !important;
  height: 50px !important;
  background-color: #44F6E1 !important;
  color: #000000 !important;
  border: 0 !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  line-height: 21.79px !important;
  font-size: 16px !important;
  text-transform: lowercase !important;

  cursor: pointer !important;
  transition: background-color 0.3s ease-in-out !important;
}

.secondary-button:hover {
  background-color: #29cabc !important;
}

/**********************/

#dashboard .logo {
  margin-bottom: 48px;
}

.url-desc {
  color: #FFFFFF;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.07px;
}

.chat-url {
  margin-bottom: 61px;
  display: flex;
  gap: 0px;
  font-size: 14px;
}

.url-box {
  padding: 0;
  width: 217.5px;
  height: 40px;
  line-height: 19.07px;
  border-radius: 8px 0px 0px 8px;
  font-size: 14px;
  padding-left: 13.5px;
  cursor: pointer;
  overflow-x: scroll;
  text-wrap: nowrap;

  display: flex;
  justify-content: center;
  align-items: center;
  
  border: 0;
  background-color: #FFFFFF;
  color: #000000;

  -ms-overflow-style: none; 
  scrollbar-width: none;


}

.url-box::-webkit-scrollbar { 
    display: none;
}

.btn-box {
  margin-left: -px;
  padding: 10px;
  height: 20px;
  border-radius: 0px 8px 8px 0px;
  border: 0;
  background-color: #FFFFFF;
  cursor: pointer;
}

.copy-btn {
  width: 20px;
  height: 20px;
}

/**********************/

.wrapper-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
}

.secondary {
  background-color: #F5F5F5;
  height: 100dvh;
  width: 375px;
  display: flex;
  flex-direction: column;
}

.messages {
  display: flex;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; 

  gap: 12px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom:  30px;
  margin-bottom: 90.33px;

  margin-left: 23px;

  padding-left: 12px;
    
  scrollbar-width: 8px;
  scrollbar-color: #C6BBCF transparent;

}

.messages::-webkit-scrollbar {
  width: 8px;
}

.messages::-webkit-scrollbar-thumb {
  background-color: #C6BBCF;
  border-radius: 10px;
}

.messages::-webkit-scrollbar-thumb:hover {
  background-color: #D9D9D9;
}


.msg-bubble {
  width: 253px;
  border-radius: 13px;
  background-color: #FFFFFF;
  position: relative;
  
  padding: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  overflow: visible;
}

.bubble-tail {
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #FFFFFF;
  
  margin-left: -32px;
}

.chatroom-menu {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: 357px;
  padding: 9px;
  padding-bottom: 6px;

  display: flex;
  flex-direction: column;
}

.chatroom-content {
  display: flex;
  flex-direction: row;
  gap: 9px;
  padding-bottom: 9px;
}

.logo-box {
  width: 61px;
}

.chat-btn {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  
  height: 50px !important;
  cursor: pointer !important;

  border: 0 !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-transform: lowercase !important;

  cursor: pointer !important;
  transition: background-color 0.3s ease-in-out !important;
}

#chatbox .chat-btn:hover {
  background-color: #575757;
}

#chatroom .chat-btn {
  background-color: #8903FF;
}

#chatroom .chat-btn:hover {
  background-color: #9D34FF;
}

#chatbox .chat-btn {
  background-color: #3F3F3F;
}

.download-box {
  font-weight: 500;
  font-size: 16px;
  line-height: 21.79px;
  position: relative;

  flex-grow: 1;
}

.download-btn {
  position: absolute;
  right: 0;
  margin-right: 20px;

  width: 20px;
  height: 20px;
}

.logo-btn {
  width: 37.1px;
  height: 25px;
}

#chatbox .logo-btn {
  filter: grayscale(90%);
}

.chatroom-desc {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 400;
  font-size: 12px;
  line-height: 16.34px;
}

/**********************/

#chatbox {
  display: flex;
  justify-content: space-between;
}

.chatbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chatbox-input {
  margin: 10px;
  margin-bottom: 0px;
  width: 315px;
  height: 195px;
  padding: 20px;

  caret-color: #8903FF;
  font-family: inherit;
  resize: none;
  
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 400;
  border: 0;

  border-radius: 13px;
}

.chatbox-decoration {
  position: relative;
}

.chatbox-bubbles {
  position: absolute;
  margin-top: 20px;
  margin-left: 245px;
  margin-right: 85px;
}

.chatbox-bubble {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  background-color: #FFFFFF;
}

.bubble-big {
  width: 34px;
  height: 23px;
  margin-left: 11px;
  margin-bottom: 12px;
}

.bubble-small {
  width: 21px;
  height: 15px;
}

.catbag {
  margin-top: 36px;
  margin-left: 134px;
  margin-right: 158px;
  width: 83px;
  height: 120.25px;
}

.send-btn {
  position: absolute;
  right: 0;
  margin-right: 13px;

  width: 20px;
  height: 20px;
}
