.hider-hidden .hider-header {
    border-bottom: none !important;
}

.hider-hidden .hider-header .actions {
    display: none;
}

.card-header-title .actions {
    display: none;
    cursor: pointer;
}
.card-header-title:hover .actions {
    display: inline; !important;
}

.card-primary {
    background-color: #2c7be5;
}

.metrics .metric {
    padding-right: 10px;
}

.processes-modal {
    backdrop-filter: blur(5px);
}

.select2-results__option {
    color:#333;
}

.form-white input.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}

.input-group-text {
    padding: 0.375rem 0.70rem;
    background-color: #fff !important;
    border: 0 solid #ccc;
    border-radius: 4px;
}

.theme-dark .card .table th {
    background-color: #12263f !important;
    color: #6e84a3;
    border-bottom: 2px solid #1e3a5c !important;
    border-top: 1px solid #1e3a5c !important;
}

.theme-dark .card .table td {
    background-color: #152e4d;
    color: #fff;
}

.theme-dark .card .table tr:hover td {
    background-color: #1e3a5c !important;
}

.cursor-pointer {
    cursor: pointer;
}