/* ==========================================================================
    icon that indicate whe have exception(error) in our template
   ========================================================================== */
.dm-templateErrorMessageIcon {
  height: 35px;
  width: 35px;
  background-color: rgb(255,0,0);
  border: 4px solid rgb(0,0,255);
  font-size: 1.2rem;
  border-radius: 50%;
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  text-align: center;
  cursor: pointer;
}

.dm-templateErrorMessageIcon:before {
  content:'\0021';
  color: var(--white);
  font-weight: bold;
}
