#wpcontent {
  position: absolute;
  bottom: 0;
  left: 140px;
  width: auto;
  right: 0;
  margin-left: 0;
  overflow: hidden;
}

#wpbody {
  float: unset;
  height: 100%;
}

body.folded #wpcontent {
  left: 17px;
  margin-left: 0;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;

}

.boxChat {
  position: fixed;
  right: 10px;
  bottom: 20px;
  text-align: center;
  margin-right: 40px;

}

#root {
  width: 300px;
  height: 100%;
}

.wrapper {
  width: 300px;
}

.app-content {
  width: 50px;
}

#popup {
  border: 0px solid;
  border-radius: 5px;
  width: 100%;
  background-color: beige;
  height: 500px;

}

#main {
  width: 100%;
  height: 100%;

}

.chat {
  margin: 0 auto;
  text-align: center;

}

#ercl_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;

}

#ercl_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#ercl_img_chat {
  width: 50px;
  transition: all 0.2s;
}

#ercl_img_chat:hover {
  width: 70px;
}

#root ::-webkit-scrollbar {
  color: red;
}

#ercl_ercl_alert_message {
  margin-right: 0;
  width: 20%;
  position: fixed;
  top: 45px;
  right: 5px;
  text-align: center;
  transition: 2s;
}

#ercl_ercl_alert_message::selection {
  margin-right: -300px;
}

.ercl_form_submit {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px;
  height: 500px;
  color: black;
}

.ercl_form_field {
  width: 980px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 10px;
  height: 500px;
}

.ercl_wpform {
  height: 620px;
  background-color: white;
  padding-right: 20px;
}

.ercl_form_id {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
}

.ercl_label_field {
  padding-bottom: 10px;
}

.ercl_select_field {
  width: 500px;
  height: 20px;
}

.ercl_field {
  height: 80px;
  display: block;
  float: left;
  width: 50%;
  color: black;
  font-size: 14px;
  font-weight: 500;
}

.ercl_submit {
  display: block;
  margin: 0 auto;
  background-color: #2d58af;
  color: aliceblue;
  border: #2d58af;
  border-radius: 5px;
  padding: 30px;
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 500;
}

.ercl_box_field {
  width: 114%;
  margin: 0 auto;
}

.ercl_client {
  background-image: url(../img/Premium\ Vector\ _\ Set\ of\ artificial\ intelligence\ line\ icons.jpg);
  background-repeat: unset;
  background-size: 370px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
}

#ercl_popup_admin_chat {
  color: white;
  width: 200px;
  height: 200px;
  background-color: #325caf;
  border-color: #2D58AF;
  margin-top: 35px;
  border-radius: 51px;
}

#ercl_popup_admin_chat h1 {
  color: white;
}

.ercl_123 {
  background-color: #407CF5;
  width: 250px;
  height: 250px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 81px;
  margin-left: -10%;
  margin-top: -15%;
}