@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;
}
.omni-wg-bottom {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
}
.omni-expandWidget.omni-exWidget{
  width: 525px !important;
  max-height: 85vh !important;
  height: 90% !important;
}
.omni-exWidget {
  display: none;
  height: calc(100vh - 120px);
  width: 350px;
  z-index: 1000;
  position: fixed;
  bottom: 90px;
  border-radius: 10px;
  max-height: 600px;
  transition: width .5s ease-in-out, height .25s ease-in-out !important;
}

.omni-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 {
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 0.9rem;
  font-weight: 700;
  top: -2px;
  left: -2px;
  z-index: 1;
  background-color: rgb(255, 78, 78);
  border-radius: 100px;
  cursor: default;
  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: 54px;
  width: 54px;
  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%;
  transition: background-color .1s linear,outline .15s ease-in-out,transform .15s ease-in-out!important;
  outline: 0 solid transparent !important;;
}
.wigBtn svg,
.wigBtn01 svg,
.wigBtn02 svg,
.wigBtn03 svg,
.wigBtn04 svg,
.wigBtn05 svg {
  vertical-align: top;
  margin-top: 3px;
  width: 28px;
  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 {
  outline-width: 5px !important;
  outline-color: var(--main-color) !important;
}

.omni24_chat {
  border-radius: 10px;
}

@media (max-width: 480px) {
  .omni-exWidget-right,
  .omni-exWidget-left,
  .omni-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;
  }
  .omni24_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;
}
