*{box-sizing: border-box;}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  position: fixed;
  z-index: 9999;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 9px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  cursor: pointer;
  display: block;
}

.top-left{
  position: fixed;
  top: 23px;
  left: 28px;
}

.top-center{
  position: fixed;
  top: 23px;
  left: 50%;
  right:50%;
}

.top-right{
  position: fixed;
  top: 23px;
  right: 28px;
}

.bottom-left{
  position: fixed;
  bottom: 23px;
  left: 28px;
}

.bottom-center{
  position: fixed;
  bottom: 23px;
  left: 50%;
  right: 50%;
}

.bottom-right{
  position: fixed;
  bottom: 23px;
  right: 28px;
}

.chat-round-image {
  display: inline-block;
  vertical-align: top;
	border-radius: 50%;
}

.content-chat {
  display: inline-block;
  vertical-align: top;
}

/* The popup chat - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
	z-index: 9999;
	border-radius: 10px;
  display: block;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* Add styles to the form container */
.form-container {
  overflow: hidden;
  background-color: white;
}

/* Add styles to the form container */
.form-header-container {
  background: #2149f3;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-header-container h1{
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.form-chat-listing {
  padding: 5px;
  height:50vh;
  overflow-y: auto;
}

.float-my-children {
  box-shadow: 0px 11px 10px -15px #828282;
  padding: 8px 8px;
  display: flex;
  grid-gap: 21px;
}

center{
  border-bottom: 1px solid #4c4848eb
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.wcwpchat-color, .format-positions{
  width:20%;
}

.basic-setting{
  width:35% !important;
}

.chat-round-image-user{
  height: 40px;
  width: 40px;
  border-radius: 50%!important;
}

.header-chat{
  margin:0;
}

#welcome_note{
  padding-bottom:5px;
}

.welcome-note{
  margin:0;
  font-weight: 400;
  font-size: 17px;
}

.image_upload{
  margin-left:11px !important;
}

.font-semibold {
  text-align:center;
}

.close-chat{
  cursor:pointer;
}

#chat-form-id{
  width:300px;
  margin-bottom: 18px;
}

.chat-text{
  margin: 0;
}

.chat-content-list{
  display: block;
  position: relative;
}

/* .chat-content-list >div:hover{
  border-bottom:1px solid;
  border-color: #ece9e9;
} */

svg{
  padding-top: 4px;
}

.disable_link > div {
  filter: grayscale(1);
}

.disable_link::after{
 background-color: #f31212 !important;
}

.chat-content-list::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #27722c;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 14px;
}

.exit-note{
  padding: 40px 0px;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}

.availablity-timing{
  font-size:13px;
}

.support_user_name{
  display: block;
    line-height: 1;
}

.chat-member-search{
  width:100%;
  height:25px;
  border-radius: 100px;
}

.wcwpchat-search-svg{
  position: absolute;
  top: -5px;
  right: 5px;
  cursor: pointer;
  transform: rotate(-36deg)
}

#wcwpchat_welcome_text{
  position:relative;
}

/* Scrollbar Styling */
.form-chat-listing::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.form-chat-listing::-webkit-scrollbar {
	width: 6px;
  /* border-radius: 10%; */
	background-color: #F5F5F5;
}

.form-chat-listing::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(
                    linear,
									  left bottom,
									  left top,
									  color-stop(0.44, rgb(122,153,217)),
									  color-stop(0.72, rgb(73,125,189)),
									  color-stop(0.86, rgb(28,58,148))
                  );
}
