/*# sourceMappingURL=http://localhost/aannemer2025/App/Cta/Templates/Avatar/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.cta.cta--avatar {
  --h3-margin-bottom: 0px;
  --h3-font-weight: 400;
  --h3-line-height: 30px;
  --h3-font-size: 16px;
  gap: 15px;
  min-height: auto;
  padding: 5px 0 !important;
  display: flex;
  align-items: center;
  border: 0px solid var(--primary);
}
.cta.cta--avatar .cta__title {
  border-radius: 23px;
  padding: 8px 16px;
  background: #fff;
  box-shadow: var(--box-shadow);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cta.cta--avatar .cta__title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta.cta--avatar .cta__title h3::before {
  content: "";
  left: 5px;
  right: 5px;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background: #5de800;
  display: block;
}
.cta.cta--avatar .cta__title .cta__whatsapp {
  width: 0px;
  overflow: hidden;
  transition: width 0.3s;
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.cta.cta--avatar .cta__title:hover .cta__whatsapp {
  width: 30px;
}
.cta.cta--avatar .cta__image {
  box-shadow: var(--box-shadow);
  padding: 5px;
  border-radius: 50%;
  background: #fff;
}
.cta.cta--avatar .cta__image img {
  border-radius: 50%;
}
