.ch-wg-bottom {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wigBtn01,
.wigBtn02,
.wigBtn03,
.wigBtn04,
.wigBtn05 {
  font-size: 24px;
  box-shadow: 0 2px 4px rgba(29, 137, 255, 0.59);
  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: 0.25rem;
  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;
}
.wigBtn01 svg,
.wigBtn02 svg,
.wigBtn03 svg,
.wigBtn04 svg,
.wigBtn05 svg {
  vertical-align: top;
  margin-top: 6px;
}
.wigBtn01:hover,
.wigBtn02:hover,
.wigBtn03:hover,
.wigBtn04:hover,
.wigBtn05:hover {
  transform: scale(1.1);
  transition: all 200ms ease-in-out;
}
.wigBtn01,
.wigBtn04 {
  border-radius: 50% !important;
}
