#kb-notyx-cont {
  position: fixed;
  bottom: 10px;
  right: calc(50% - 175px);
  width: 350px;
  margin-bottom: 10px;
  cursor: pointer;
  z-index: 9999;
}

.kb-notyx {
  /* position: fixed; */
  bottom: 10px;
  right: calc(50% - 175px);
  width: 350px;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 1.8em 1.5em;
  z-index: 9997;
  cursor: pointer;
  border: 1px solid;
}

.kb-notyx-icon {
  left:-17px;
  position:absolute;
  top: -15px;
  font-size: 35px;
  z-index: 9999;
}

.kb-notyx-icon-bg {
  left:-14px;
  position:absolute;
  top: -10px;
  font-size: 30px;
  border-radius: 50%;
  color: white;
  z-index: 9998;
}

.notyx-success {
    color: #125007de !important;
    background-color: #cde08f !important;
    border: 1px solid #125007de;
}
