iframe#acebot_iframediv {
  border-radius: 1% !important;
}

.acebot_fabs {
  bottom: 0%;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 10000000;

}

.acebot_fab {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 10000000;
  overflow: hidden;
  background: #a01b18;
  padding: 15px;
}

.acebot_fab>i {
  font-size: 3em;
  line-height: 42px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.acebot_fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.acebot_fab:not(:last-child)>i {
  font-size: 1.4em;
  line-height: 40px;
}

.acebot_fab:not(:last-child).acebot_is-visible {
  width: 55px;
  height: 55px;
  /*margin: 15px auto 10;*/
  opacity: 1;
  visibility: visible;
}

.acebot_fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.acebot_fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.acebot_fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.acebot_fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.acebot_fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.acebot_fab(:last-child):active,
.acebot_fab(:last-child):focus,
.acebot_fab(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

/*Chatbox*/

.acebot_chat {
  position: fixed;
  right: 10px;
  bottom: 0px;
  max-width: 100%;
  height: 98%;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.acebot_chat_fullscreen {
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.acebot_chat_header {
  /* margin: 10px; */
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #f3f3f3;
  height: 55px;
  background: #a01b18;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

.acebot_chat_header2 {
  /* margin: 10px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.acebot_chat_header .span {
  float: right;
}

.acebot_chat_fullscreen_loader {
  display: none;
  float: right;
  cursor: pointer;
  /* margin: 10px; */
  font-size: 20px;
  /*opacity: 0.5;
     padding: 20px; */
  margin: 10px;
  margin-top: auto;
}

.acebot_chat.acebot_is-visible {
  opacity: 1;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.is-hide {
  opacity: 0
}

.acebot_chat_option {
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  margin-right: 10px;
  letter-spacing: 0.5px;
  font-weight: 400
}

#acebot_chat_fullscreen {
  position: relative;
  background: #fff;
  margin: 0px 0 0px 0;
  height: inherit;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
  padding-bottom: 100px;
}

#acebot_prime i:hover {
  color: #000;
}

#vikashdiv {
  position: fixed;
  z-index: 999999999;
  bottom: 7px;
  right: 0px;
  width: fit-content;
  max-width: 95%;
}

#vikashdiv2 {
  position: fixed;
  z-index: 999999999;
  bottom: 7px;
  right: 0px;
  width: fit-content;
  max-width: 95%;
}

#vikashimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  background-image: url(vikah2.gif);
  right: 0px;
  bottom: 0px;
  position: relative;
  min-width: 110px;
}

#chatiframe {
  background: url(https://cdn.dribbble.com/users/68398/screenshots/3687284/loader_800.gif) center center no-repeat;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
}

html {
  background-color: #b2aaaa;
}

/* #acebot_vikashimg2{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    right: 0px;
    bottom: 0px;
    position: relative;
} */

#acebot_vikashimg2 {
  width: 75px;
  height: 75px;
  /* border: 1px solid #ccc; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#acebot_vikashimg2 img {
  width: 100% !important;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prime2 {
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  color: #000;
  background-color: #fff;
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 !important;
  border: 2px solid #4f3a62;
}


/** For Handling window resize iframe not changing issue */
@media only screen and (max-width: 900px) {
  #acebot_iframediv_container {
    width: 97% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0px !important;
    margin-left: 3%;
  }
}


/** CSS By Ansh for Social Media Testbot Icon */
.acebot_socials {
  position: absolute;
  bottom: 0px;
  right: 90px;
  margin: 1em;
}