.card-header::after {
    content: none;
}
.bg-ash{
    background-color:rgb(242, 249, 253);
}
.toolbar button {
            margin-right: 5px;
            padding: 5px 10px;
            cursor: pointer;
        }

        #editor {
            border: 1px solid #ccc;
            min-height: 200px;
            padding: 10px;
            margin-top: 10px;
        }
.custom-hover:hover{
    background-color: rgb(22, 151, 194);
    color: white !important;
    font-weight: bold;
}

.bg-skyblue{
    background-color: #c7e4fd;
}
.bg-lightgreen{
    background-color: rgb(103, 228, 124);
}

.table-pdf td,
.table-pdf th {
    padding: 2px;

    line-height: 1.5;
}
.bg-grey{
    background-color: rgb(236, 236, 236);
}