/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* html body {
    background-color: black !important;
 }

 iframe body{
    background-color: aqua !important;
 }
 body{
    background-color: aqua !important;
 } */

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

svg line {
  /* stroke: rgb(51, 51, 51) !important; */
}

#botmanWidgetRoot
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(1):not(.desktop-closed-message-avatar):not(
    .mobile-closed-message-avatar
  ) {
  background-image: url("https://www.zucisystems.com/wp-content/plugins/zchatbot/public/templates/images/icon_zuci.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-right: 16px !important;
}

#botmanWidgetRoot > div > div:nth-child(1) {
  background: #0082c5 !important;
}

#botmanWidgetRoot
  > div:nth-child(1)
  > div:nth-child(1)
  > .desktop-closed-message-avatar
  img {
  border-radius: unset !important;
}

#botmanWidgetRoot
  > div:nth-child(1)
  > div:nth-child(1)
  > .mobile-closed-message-avatar
  img {
  border-radius: unset !important;
}

.chat {
  margin-bottom: 60px !important;
}

#refreshDiv {
  position: absolute;
  z-index: 999999;
  top: 16px;
  right: 45px;
  cursor: pointer;
}

#refreshDiv img {
  width: 20px;
  height: 20px;
  vertical-align: top;
  max-width: 30px;
}

#zchatMsgSend {
  position: fixed;
  z-index: 999999;
  bottom: 42px;
  right: 36px;
  line-height: 0;
  padding: 14px 10px 0px 0px;
  box-shadow: none;
  background: none !important;
}

#zchatMsgSend img {
  width: 18px;
  cursor: pointer;
}

@media (max-width: 600px) {
  #zchatMsgSend {
    position: fixed;
    z-index: 999999;

    margin-bottom: -20px;
    bottom: 40px;
    right: 20px;
    padding-top: 10px;
  }
  #zchatMsgSend img {
    width: 20px;
    cursor: pointer;
  }
}

@media (max-width: 400px) {
  #zchatMsgSend {
    position: fixed;
    z-index: 999999;
    margin-bottom: -23px;
    bottom: 40px;
    right: 20px;
    padding-top: 10px;
  }
  #zchatMsgSend img {
    width: 20px;
    cursor: pointer;
  }
}

@media (max-width: 376px) {
  #zchatMsgSend {
    position: fixed;
    z-index: 999999;
    margin-bottom: -20px;
    bottom: 32px;
    right: 20px;
    padding-top: 10px;
  }
  #zchatMsgSend img {
    width: 14px !important;
    cursor: pointer;
  }
}

.swal2-close {
  font-size: 30px !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #0082c5 !important;
}

.swal2-image {
  margin-top: -20px !important;
  margin-bottom: 0px !important;
  background-color: #fff;
  height: 100%;
  width: 42px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 9px;
  border-radius: 25px;
}

.swal2-modal {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
}

.container-class {
  width: 100% !important;
  cursor: pointer;
}

.swal2-html-container {
  margin-top: 0px !important;
  font-size: 15px !important;
}

.swal2-popup {
  position: absolute !important;
  width: 185px !important;
  right: 20px !important;
  bottom: 90px;
}


#botmanWidgetRoot > div:first-child{
	min-width:100px !important;
}
