/* COLORS */
.call-panel[data-v-f9793fca] {
  top: 0;
  right: 0;
  padding: 2em 1.5em;
}
.call-panel .p-label[data-v-f9793fca] {
  padding: 0.25em 1.875em 0.25em 3em;
}
.call-panel .label[data-v-f9793fca] {
  color: var(--label-color);
  background-color: var(--label-background-color);
  font-weight: bold;
  text-transform: uppercase;
  min-width: 20%;
  max-width: 80%;
  height: 2.5em;
  position: relative;
  border-radius: 1.5em 1em 0 0;
  box-shadow: 0.125em -1.5em 0 0 var(--background-color);
}
.call-panel .label[data-v-f9793fca]::before,
.call-panel .label[data-v-f9793fca]::after {
  width: 2.125em;
  height: 4.35em;
  position: absolute;
  border-top-left-radius: 1.5em;
  box-shadow: -1.5em -0.75em 0 0 var(--background-color);
}
.call-panel .label[data-v-f9793fca]::before {
  content: "";
  top: -0.375em;
  left: 0.6em;
  transform: rotate(31deg);
}
.call-panel .content[data-v-f9793fca] {
  width: 100%;
  color: var(--content-color);
  background-color: var(--content-background-color);
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1.5em;
  border-radius: 1em 0 1em 1em;
}
.call-panel .service[data-v-f9793fca] {
  background-color: var(--label-background-color);
  border: 1em solid var(--label-background-color);
  border-radius: 1em;
}
.call-panel .service .content[data-v-f9793fca] {
  height: 8em;
  letter-spacing: 0.04em;
  border-radius: 0.5em;
}
.call-panel .type[data-v-f9793fca],
.call-panel .number[data-v-f9793fca],
.call-panel .attendant[data-v-f9793fca] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.5em;
}
.call-panel .type .content[data-v-f9793fca] {
  height: 5em;
  justify-content: flex-start;
}
.call-panel .number .content[data-v-f9793fca] {
  height: 11.5em;
  letter-spacing: -0.25em;
  position: relative;
  border-bottom-left-radius: 0;
}
.call-panel .number .content[data-v-f9793fca]::before {
  content: "";
  background-color: var(--content-background-color);
  min-width: 90%;
  height: 2.5em;
  position: absolute;
  bottom: -2.5em;
  left: 0;
  border-radius: 0 0 1em 1em;
}
.call-panel .attendant .content[data-v-f9793fca] {
  height: 11.5em;
  letter-spacing: -0.25em;
}
.blink.call-panel .service .content[data-v-f9793fca],
.blink.call-panel .number .content[data-v-f9793fca],
.blink.call-panel .number .content[data-v-f9793fca]::before,
.blink.call-panel .attendant .content[data-v-f9793fca] {
  background-color: var(--alert-color);
}
.orientation-portrait.call-panel[data-v-f9793fca] {
  padding: 1em 2em;
}
.orientation-portrait.call-panel .fz-label[data-v-f9793fca] {
  font-size: 1.75em;
}
.orientation-portrait.call-panel .fz-type[data-v-f9793fca] {
  font-size: 2.75em;
}
.orientation-portrait.call-panel .fz-number[data-v-f9793fca] {
  font-size: 7em;
}
.orientation-portrait.call-panel .type[data-v-f9793fca],
.orientation-portrait.call-panel .number[data-v-f9793fca],
.orientation-portrait.call-panel .attendant[data-v-f9793fca] {
  margin-top: 1.25em;
}
.orientation-portrait.call-panel .label[data-v-f9793fca] {
  min-width: 15%;
  height: 2.25em;
  border-radius: 1.5em 1em 0 0;
  box-shadow: 0.1em -1.25em 0 0 var(--background-color);
}
.orientation-portrait.call-panel .label[data-v-f9793fca]::before {
  width: 1.85em;
  height: 3.795em;
  top: -0.3em;
  left: 0.6em;
  border-top-left-radius: 1.295em;
  box-shadow: -1.25em -0.55em 0 0 var(--background-color);
}
.orientation-portrait.call-panel .service .content[data-v-f9793fca] {
  height: 8em;
  padding: 0.75em 1.75em;
}
.orientation-portrait.call-panel .type .content[data-v-f9793fca] {
  height: 4.75em;
}
.orientation-portrait.call-panel .number .content[data-v-f9793fca] {
  height: 9em;
}
.orientation-portrait.call-panel .number .content[data-v-f9793fca]::before {
  height: 2.25em;
  bottom: -2.25em;
}
.orientation-portrait.call-panel .attendant .content[data-v-f9793fca] {
  height: 8.75em;
}
