svg {
    pointer-events: none;
}

textarea {
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: scroll;
}

.modal-log textarea {
    min-height: 450px;
}

#modalBeholder textarea {
    min-height: 450px;
}

#modalBeholder table {
    min-height: 450px;
}

.divScrollBeholder {
    overflow: auto;
    max-height: 400px;
}

.ct-beholder-chart-grid-line .ct-line {
    /* Control the thikness of your lines */
    stroke-width: 3px;
}

.bg-gray {
    background-color: #d1d5db !important;
}