html {
    font-size:14px;
}
.required {
    color:red;
    font-size:12px;
    font-style: italic;
    font-weight: normal;
}

h4 .accordion-button  {
    font-size:1em !important;
    font-weight: bold;
}
a .fa-trash {
    color:#ff0000 !important;
    cursor:pointer;
}

.row.row-striped:nth-child(odd) {
    background-color: #f2f2f2; /* Or any color you want */
}

img.pni-icons {
    width:30px;
    fill:#ff0000;
}

footer {
    font-size:12px;
}

.bg-color-1 {
    background-color: #9d9d9d;
}

.bg-color-2 {
    background-color: #4b88a6;
}

.bg-color-3 {
    background-color: #eccccf;
}

.bg-color-light-blue {
    background-color:#86b7fe;
}

.btn-excl-nurse {

}

.btn-excl-hospital {

}

.pni-modal-top {
    z-index:9999 !important;
}

.pni-modal-top .modal-backdrop {
    z-index: 9000 !important;
}

.pni-btn-clear {
    all:unset;
    cursor:pointer;
}

.pni-cursor {
    cursor:pointer;
}