<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-histories {
    font-size: 21px;
    padding-top: 7px;
    color: #2980b9;
}

.ui-dark .title-histories {
    color: #ffc107;
}

.item {
    height: 320px;
}

.remove-item-histories {
    color: white;
    font-weight: 500;
    display: block;
}

.remove-item-histories:hover {
    color: #ef3506;
    text-decoration: none;
}

.notify_history {
    border-radius: 4px;
    background-color: white;
    border: solid 1px #1b1c1d;
    color: #ff0000;
    padding: 10px;
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    margin: 0 7px 15px 7px;
}

.notify_history .info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 35px;
    background-color: #000000d8;
    padding-top: 10px;
    color: white;
    border-radius: 2px;
}

.no-history {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 7px;
}

.caption ul li i.time-history {
    padding-top: 3px;
    font-size: 11px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    color: #000;
    padding-right: 2px;
}

.ui-dark .caption ul li i.time-history {
    color: white;
}
</pre></body></html>