body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.w-1 {
    width: 1%;
}

.text-small {
    font-size: 0.8rem;
}

.table-secondary,
.table-secondary:hover {
    background-color: #c0c0c0 !important;
}

.table-success,
.table-success:hover {
    background-color: #00b900 !important;
    color: white;
}

.table-warning,
.table-warning:hover {
    background-color: #ffff33 !important;
}

.table-danger,
.table-danger:hover {
    background-color: #d90b00 !important;
    color: white;
}

.bg-classicbid {
    background-color: #5c6d7d;
}

.bg-classicbid-lighter {
    background-color: #7D8C9B;
}

.navbar-brand--w-100 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.navbar-brand--w-100 img {
    height: 44px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    margin-top: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.form-group {
    margin-bottom: 6px;
}

.form-group.row > * {
    padding-right: 5px;
    padding-left: 5px;
}

.dropdown-menu {
    z-index: 1050;
}

.navbar-sm {
    padding-top: 0;
    padding-bottom: 0;
}

.key {
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .125);
    font-family: monospace;
    padding: 2px 5px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 3px;
}

.tab-pane {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.tab-pane-p {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-fixed {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

.badge {
    font-size: 85%;
}

.algolia-autocomplete {
    width: 100%;
}

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
}

.algolia-autocomplete .aa-hint {
    color: #999;
}

.algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 4px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #b2d7ff;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal;
}

.cb-secondary-navbar .nav-item img {
    height: 2em;
    opacity: .6;
}

.cb-secondary-navbar .nav-item:hover img,
.cb-secondary-navbar .nav-item:active img {
    opacity: .8;
}

.cb-secondary-navbar .nav-item.active img {
    opacity: 1;
}

h1 {
    font-size: 1.8rem;
}

textarea.form-control {
    font-size: 9pt;
}
