/* Here goes nova css changes on theme */
:root {
    /*--primary: rgb(254, 1, 129, 1);
    --primary-dark: rgb(209, 0, 105, 1);
    --primary-70: rgba(254, 1, 129, 0.7);
    --primary-50: rgba(254, 1, 129, 0.5);
    --primary-30: rgba(254, 1, 129, 0.3);
    --primary-10: rgba(254, 1, 129, 0.1);*/
    --logo: white;
    /*--sidebar-icon: #db34de;*/
}

/*.bg-grad-sidebar {
  background-color: white;
  background-image: none;
}

.text-white {
  color: var(--90);
}*/

td.bold {
    font-weight: bold;
}

.htmlCard__content .html-wrapper .card-title {
    color: var(--90);
    margin-bottom: 0.5em;
}
.htmlCard__content .html-wrapper b {
    color: var(--90);
}
.htmlCard__content .html-wrapper > p:not(:last-child) {
    margin-bottom: 0.5em;
}

body .flatpickr-calendar.open {
    z-index: 500;
}