﻿.dotit-btn-no-border {
    border: none !important;
    font-size: 1rem;
    background: none;
}

.dotit-btn-no-border:hover {
    background-color: #e8e8e8
}

.dotit-btn-no-border:disabled {
    color: #adb5bd;
    cursor: not-allowed;
}

.dotit-btn-no-border:focus,
.dotit-btn-no-border:focus-visible {
    outline: none;
    box-shadow: none;
}

.dotit-select-no-focus {
    border: none !important;
}

.dotit-select-no-focus:focus,
.dotit-select-no-focus:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.doit-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: inherit;
}

.doit-table-header {
    color: var(--doit-primary);
}

.doit-badge-primary {
    background-color: var(--doit-primary) !important;
    color: white !important;
}

.doit-badge-cancel {
    background-color: var(--doit-cancel) !important;
    color: white !important;
}

.doit-badge-green {
    background-color: var(--doit-green) !important;
    color: white !important;
}

.doit-badge-orange {
    background-color: var(--doit-orange) !important;
    color: white !important;
}

.doit-badge-yellow {
    background-color: var(--doit-yellow) !important;
    color: white !important;
}
.doit-badge-grey {
    background-color: var(--doit-grey) !important;
    color: white !important;
}

.doit-badge-purple {
    background-color: var(--doit-purple) !important;
    color: white !important;
}

.doit-badge-blue {
    background-color: var(--doit-blue) !important;
    color: white !important;
}

.doit-combobox {
    position: relative;
}

.doit-combobox-dropdown {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 16rem;
    overflow-y: auto;
}

.doit-combobox-item {
    cursor: pointer;
}

.doit-combobox-state {
    font-size: 0.9rem;
}

.cve-badge {
    cursor: pointer;
}

.cve-badge:hover {
    filter: brightness(1.05);
}

