.flash-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.flash-notice {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.flash-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.flash-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.flash-zindex {
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    list-style-type: none;
}

.sorted .asc:after {
    content: '▲';
}

.sorted .desc:after {
    content: '▼';
}

.btn-custom-sm {
    padding: 0.2rem 0.35rem;
    font-size: 0.65rem;
    line-height: 1.3;
    border-radius: 0.15rem;
}

#proxy_forSites input[type="checkbox"] {
    margin-right: 5px;
}

#proxy_forSites label {
    display: inline-block;
    margin-right: 15px;
}