body {
    background-color: #ecf0f5;
}

.d-none {
    display: none;
}

.bg-success {
    background-color: #00a65a;
}

.bg-warning {
    background-color: #FFDF80 !important;
    color: #666666 !important;
}

.bg-info {
    background-color: #87CEEB !important;
    color: #666666 !important;
}

.bg-dark {
    background-color: #D0D7D1;
    color: #666666 !important;
}

.highlight-row td {
    background-color: #fff9e6 !important;
}

.previous-value-row {
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: gray;
}

textarea.form-control {
    height: 150px; /* Adjust the height */
}

div.box-header > div.matches {
    overflow-x: unset !important;
    white-space: normal !important;
}
