/* design.css */

.preformatted {
    white-space: pre-wrap;
}

/* In panels avoid extra space when using h2 on top*/
.panelTop {
    margin-top: 0px;
}

div {
    display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}


form {
    display: block;
    margin-top: 0em;
}


@counter-style repeating-event-emoji {
    system: cyclic;
    symbols: 🎼;
    suffix: " ";
}

/* Add this class to the ul or ol element*/
   .music-counter-rule {
       list-style-type: repeating-event-emoji;
   }

@counter-style pi-calendar-marker {
    system: cyclic;
    symbols: "\e927"; /* pi-calendar */
    suffix: " ";
}

.calendar-counter-rule {
    list-style-type: pi-calendar-marker;
    padding-left: 2.5em;
}

.calendar-counter-rule li::marker {
    font-family: "PrimeIcons";
    color: #525692;
    font-weight: normal;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.8;
}






