@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Inter", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.kadence-wg-bottom {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
}

.kadence-exWidget {
  display: none;
  height: calc(100vh - 120px);
  width: 350px;
  z-index: 1000;
  position: fixed;
  bottom: 95px;
  border-radius: 10px;
  max-height: 650px;
}

.kadence-campaign {
  border-radius: 0% !important;
  background-color: transparent !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.17) !important;
}

#unread-count {
  position: absolute;
  font-size: 0.9rem;
  font-weight: 700;
  top: -2px;
  left: -2px;
  z-index: 1;
  background-color: rgb(255, 78, 78);
  border-radius: 10px;
  margin-right: 5px;
  cursor: default;
  padding: 0 6px;
  color: rgb(255, 255, 255) !important;
}

.wigBtn,
.wigBtn01,
.wigBtn02,
.wigBtn03,
.wigBtn04,
.wigBtn05 {
  font-size: 24px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 #00000033;
  height: 60px;
  width: 60px;
  border: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 50%;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wigBtn svg,
.wigBtn01 svg,
.wigBtn02 svg,
.wigBtn03 svg,
.wigBtn04 svg,
.wigBtn05 svg {
  vertical-align: top;
  margin-top: 1px;
  width: 30px;
  height: auto;
}
.wigBtn01 svg {
  margin-top: 2px;
}
.wigBtn02 svg {
  width: 33px;
  margin-left: -1px;
}
.wigBtn03 svg {
  margin-top: 4px;
  margin-left: 2px;
}
.wigBtn04 svg {
  margin-top: 6px;
  width: 28px;
}
.wigBtn05 svg {
  margin-top: 7px;
  width: 32px;
}
.wigBtn:hover,
.wigBtn01:hover,
.wigBtn02:hover,
.wigBtn03:hover,
.wigBtn04:hover,
.wigBtn05:hover {
  transform: scale(1.1);
  transition: all 200ms ease-in-out;
}

.kadence_chat {
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kadence-exWidget-right,
  .kadence-exWidget-left,
  .kadence-exWidget {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    max-height: 100%;
  }
  .ch-wg-r-bottom,
  .ch-wg-l-bottom {
    z-index: 10;
  }
  .kadence_chat {
    border-radius: 0;
  }

  #hide {
    position: fixed;
    top: 1px;
    right: 5px;
    background-color: transparent !important;
    border: none !important;
  }

  .wigBtn {
    box-shadow: none;
  }
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #cacdd0;
}
