/* These styles are generated from project.scss. */

.alert-debug {
    color: black;
    background-color: white;
    border-color: #d6e9c6;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

.drawer-button::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 24px;
    height: 24px;
    background-color: #1C2792;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' class='size-6'%3E%3Cpath fill-rule='evenodd' d='M10.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L12.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z' clip-rule='evenodd' /%3E%3Cpath fill-rule='evenodd' d='M4.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L6.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");    background-position: center center;
    background-size: contain;
    cursor: pointer;

}
.toggle-background::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' class='size-6'%3E%3Cpath fill-rule='evenodd' d='M13.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd' /%3E%3Cpath fill-rule='evenodd' d='M19.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
