* {
  cursor: url(../../../img/cursor.svg), auto;
}
body {
    font-family: Arial, sans-serif;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 5%;
  }
  .containerr {
    width: 1000px;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 0%;
    right: 0%;
    z-index: 3;
    float: left;
  }

  .bot {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .bot-icon {
    width: 160px;
    height: 160px;
    border: solid #3d3d3d 4px;
    border-radius: 10px;
    /*通常版*/
    background-image: url(../../Data/image/_d58fcc8d-ea9e-4436-a3d6-45b66694940c\ \(コピー\).jpeg);
    
    /*メンヘラ版
    background-image: url(../../Data/image/_d6dd70f4-8077-426e-bc56-b58f609a6551.jpeg);
    */
    /*メンヘラ版2
    background-image: url(../../Data/image/SCN1711019385755.png);
    */
    background-size: cover;
    margin-right: 10px;
  }


  .bot-name {
    font-weight: bold;
    color: #000000;
  }

  .bot-message {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    color: #000000;
    width: 70%;
    margin-bottom: 2%;
    border: solid black 2px;
    display: inline-block;
    overflow: hidden;
    overflow-wrap: normal;
    margin-right: 30%;
    white-space: pre-wrap;
  }


  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes effect {
    50% {
      border-color: transparent
    }
  }


  .user {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
  }

  .user-message {
    background-color: rgb(0, 99, 129);
    padding: 10px;
    border-radius: 25px 25px 5px 25px;
    color: #fffbfb;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 500px;
    float: right;
  }

  .input {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .input-text {
    width: 70%;
    height: 46px;
    border: 3px solid rgb(0, 99, 129);
    color: #000000;
    font-size: 100%;
    padding: 10px;
    border-radius: 50px 0px 0px 50px;
    outline: none;
  }

  .input-button {
    width: 15%;
    height: 46px;
    border: none;
    background-color: rgb(0, 99, 129);
    color: #fff;
    font-size: 120%;
    border-radius: 0px 25px 2px 0px;
    margin-left: 0px;
    cursor: pointer;
  }

  .bua {
    width: 15%;
    height: 46px;
    border: 3px solid rgb(0, 99, 129);
    color: rgb(0, 99, 129);
    font-size: 120%;
    margin-left: 5%;
    border-radius: 4px;
    cursor: pointer;
  }


.bot-messageq {
  border: solid #000000 2px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  padding-left: 1%;
  font-size: 110%;
  color: #000000;
  width: 60%;
  display: inline-block;
}

.aio {
  width: 250px;
  height: auto;
  margin: 10px 20px 0px 20px;
pointer-events: none;
border: outset #00E1E1 10px;
}
.aios {
  width: 250px;
  height: auto;
  margin: 10px 20px 0px 20px;
pointer-events: none;
border: outset #ff0000 10px;
}

.background {
  width: 800px;
  height: auto;
  margin: 10px 20px 0px 20px;
  background-color: rgb(0, 0, 0);
pointer-events: none;
border-top: double rgb(0, 204, 255) 10px;
border-right: solid rgb(0, 204, 255) 10px;
border-bottom: solid navy 10px;
border-left: double rgb(255, 255, 255) 10px;
}

.LIRA {
  background-color: rgba(0, 0, 0, 0.418);
}

center {
  background-color: navy;
  font-family: Arial, Helvetica, sans-serif;
}

.inpbutton {
  width: 15%;
  height: 46px;
  border: none;
  background-color: rgb(0, 99, 129);
  color: #fff;
  font-size: 120%;
  border-radius: 50px 50px 50px 50px;
  margin-left: 0px;
  cursor: pointer;
}

.inpbutton:hover {
  width: 15%;
  height: 46px;
  border: none;
  background-color: rgb(0, 74, 99);
  color: #fff;
  font-size: 120%;
  border-radius: 50px 50px 50px 50px;
  margin-left: 0px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {

  .container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 5%;
  }
  .containerr {
    width: 1000px;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 0%;
    right: 0%;
    z-index: 3;
    float: left;
  }

  .bot {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .bot-icon {
    width: 160px;
    height: 160px;
    border: solid #3d3d3d 4px;
    border-radius: 10px;
    /*通常版*/
    background-image: url(../../Data/image/_d58fcc8d-ea9e-4436-a3d6-45b66694940c\ \(コピー\).jpeg);
    
    /*メンヘラ版
    background-image: url(../../Data/image/_d6dd70f4-8077-426e-bc56-b58f609a6551.jpeg);
    */
    /*メンヘラ版2
    background-image: url(../../Data/image/SCN1711019385755.png);
    */
    background-size: cover;
  }


  .bot-name {
    font-weight: bold;
    color: #000000;
  }

  .bot-message {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    color: #000000;
    width: 80%;
    margin-bottom: 2%;
    font-size: 160%;
    border: solid black 2px;
    display: inline-block;
    overflow: hidden;
    overflow-wrap: normal;
  }


  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes effect {
    50% {
      border-color: transparent
    }
  }


  .user {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
  }

  .user-message {
    background-color: rgb(0, 99, 129);
    padding: 10px;
    border-radius: 30px 30px 5px 30px;
    font-size: 160%;
    color: #fffbfb;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 500px;
    float: right;
  }

  .input {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .input-text {
    width: 60%;
    height: 90px;
    border: 3px solid rgb(0, 99, 129);
    color: #000000;
    font-size: 160%;
    padding: 10px;
    border-radius: 50px 0px 0px 50px;
    outline: none;
  }

  .input-button {
    width: 15%;
    height: 90px;
    border: none;
    background-color: rgb(0, 99, 129);
    color: #fff;
    font-size: 180%;
    border-radius: 0px 50px 2px 0px;
    margin-left: 0px;
    cursor: pointer;
  }

  .bua {
    width: 15%;
    height: 46px;
    border: 3px solid rgb(0, 99, 129);
    color: rgb(0, 99, 129);
    font-size: 160%;
    margin-left: 5%;
    border-radius: 4px;
    cursor: pointer;
  }


.bot-messageq {
  border: solid #000000 2px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  padding-left: 1%;
  font-size: 160%;
  color: #000000;
  width: 80%;
  display: inline-block;
}

.aio {
  width: 250px;
  height: auto;
  margin: 10px 20px 0px 20px;
pointer-events: none;
border: outset #00E1E1 10px;
}
.aios {
  width: 250px;
  height: auto;
  margin: 10px 20px 0px 20px;
pointer-events: none;
border: outset #ff0000 10px;
}

.background {
  width: 800px;
  height: auto;
  margin: 10px 20px 0px 20px;
  background-color: rgb(0, 0, 0);
pointer-events: none;
border-top: double rgb(0, 204, 255) 10px;
border-right: solid rgb(0, 204, 255) 10px;
border-bottom: solid navy 10px;
border-left: double rgb(255, 255, 255) 10px;
}

.LIRA {
  background-color: rgba(0, 0, 0, 0.418);
}

center {
  background-color: navy;
  font-family: Arial, Helvetica, sans-serif;
}

.inpbutton {
  width: 20%;
  height: 90px;
  border: none;
  background-color: rgb(0, 99, 129);
  color: #fff;
  font-size: 170%;
  border-radius: 50px 50px 50px 50px;
  margin-left: 0px;
  cursor: pointer;
}

.inpbutton:hover {
  width: 20%;
  height: 90px;
  border: none;
  background-color: rgb(0, 74, 99);
  color: #fff;
  font-size: 160%;
  border-radius: 50px 50px 50px 50px;
  margin-left: 0px;
  cursor: pointer;
}
}