@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;
}

.ch-wg-bottom {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
}

.vmo-exWidget {
  display: none;
  height: calc(100vh - 120px);
  width: 370px;
  z-index: 1000;
  position: fixed;
  bottom: 100px;
  border-radius: 10px;
  max-height: 705px;
}

.chat-campaign {
  border-radius: 0% !important;
  background-color: transparent !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !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;
}

#chatRoundButton {
  z-index: 1000;
}

.wigBtn,
.wigBtn01,
.wigBtn02,
.wigBtn03,
.wigBtn04 {
  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 {
  vertical-align: top;
  margin-top: 3px;
  width: 30px;
  height: auto;
}

.wigBtn:hover,
.wigBtn01:hover,
.wigBtn02:hover,
.wigBtn03:hover,
.wigBtn04:hover,
.wigBtn05:hover {
  transform: scale(1.1);
  transition: all 200ms ease-in-out;
}

.wigBtn05 {
  font-size: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 #00000033;
  height: 45px;
  width: max-content;
  border: none;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  border: 1px solid transparent;
  border-radius: 100px;
  display: flex;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  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;
}

.wigBtn05 svg {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

.veemo_chat {
  border-radius: 10px;
}

@media (max-width: 480px) {
  .vmo-exWidget-right,
  .vmo-exWidget-left,
  .vmo-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;
  }

  .veemo_chat {
    border-radius: 0;
  }

  #hide {
    position: fixed;
    top: 1px;
    right: 5px;
    background-color: transparent !important;
    border: none !important;
  }

  .wigBtn {
    box-shadow: none;
  }
}

.call-svg {
  width: 14px !important;
  height: 22px !important;
  animation: slide-animation 800ms infinite;
}

@keyframes slide-animation {
  0% {
    transform: translateX(1px);
  }

  50% {
    transform: translateX(-1px);
  }

  100% {
    transform: translateX(1px);
  }
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #cacdd0;
}
