.applyBtn {
    background: #329fd7 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #329fd7 !important;
}

[data-btn-progress="true"] .element-loading { display: block !important; }

[data-btn-progress="true"] .text-element-loading { display: none !important; }

[data-btn-progress="false"] .element-loading { display: none !important; }

[data-btn-progress="false"] .text-element-loading { display: block !important; }

.text-underline-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}


.badge-notification {
    position: relative;
    margin-right: 10px;
}

.badge-notification[data-badge]::after {
    content: attr(data-badge);
    position: absolute;
    top: -11px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

span.badge-notification {
    margin-right: 24px;
}

span.badge-notification[data-badge]::after {
    top: -11px;
    right: -24px;
}

.diff-editing {
    color: #dc3545;
}

input {
    color: #0d0d0d !important;
}
