.acachat_wrapper .acachat_wrapper_navbar {
  width: 101.8%;
  height: 170px;
}

.acachat_wrapper .acachat_container {
  align-items: center;
}

.acachat_wrapper .container .main {
  margin-top: 20px;
}

.acachat_wrapper .box {
  margin-top: 80px;
  width: 600px;
  height: 250px;
  display: flex;
  border-radius: 15px;
  border-style: solid;
  border-color: gray;
  font-size: 1.2rem;
  text-align: start;
}

.acachat_wrapper .container .key {
  padding-top: 25px;
  padding-left: 25px;
}

.acachat_wrapper .container .main .api {
  padding-top: 25px;
  display: inline-block;
  margin-right: 115px;
}

.acachat_wrapper .container .main .api-key {
  padding-top: 7px;
  text-align: center;
  color: white;
  background-color: #7D5EFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.acachat_wrapper .container .main .api-key .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  margin-top: 35px;
  position: absolute;
  z-index: 1;
}

.acachat_wrapper .container .main .api-key:hover .tooltiptext {
  visibility: visible;
}

.acachat_wrapper .container .main .new {
  margin-left: 35px;
  display: inline-block;
  width: 250px;
  height: 50px;
  border-width: 1px;
  border-radius: 20px;
  border-style: solid;
  border-color: #000000;
  padding-left: 5px;
  padding: 0 25px;
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
  box-sizing: border-box;
}

.acachat_wrapper .container .main .btns {
  margin-left: 390px;
  padding-top: 25px;
  justify-items: end;
}

.acachat_wrapper .robot {
  padding-top: 145px;
  margin-left: 155px;
  width: 345px;
  height: 455px;
  z-index: 3;
  position: absolute;
}

.acachat_wrapper .background .star {
  position: absolute;
  /* z-index: -1; */
}

.acachat_wrapper .background .cloud {
  position: absolute;
  z-index: 5;
}

.acachat_wrapper .background .star1 {
  top: 280px;
  left: 90px;
  width: 40px;
  height: auto;
}

.acachat_wrapper .background .star2 {
  top: 350px;
  right: 290px;
  width: 36px;
  height: auto;
}

.acachat_wrapper .background .star3 {
  top: 235px;
  left: 130px;
  width: 26px;
  height: auto;
}

.acachat_wrapper .background .cloud1 {
  top: 235px;
  left: 685px;
  width: 135px;
  height: auto;
  position: absolute;
}

.acachat_wrapper .container .para {
  margin-left: 10px;
  margin-top: 30px;
  width: 600px;
  color: gray;
}

.acachat_wrapper .para .click {
  color: blue;
}

.acachat_wrapper .container .main .save_changes {
  cursor: pointer !important;
  color: white !important;
  background-color: #7d5eff !important;
  border: 1px solid !important;
  border-radius: 51px !important;
  padding: 10px 20px !important;
}

.acachat_wrapper .container .main .save_changes:hover {
  color: white !important;
  background-color: #7d5eff !important;
  border: 1px solid !important;
  border-radius: 51px !important;
  padding: 10px 20px !important;
}

.acachat_wrapper .navbar_image {
  MARGIN: 0PX 2PX 2PX -20PX;

}