body {
    background-color: transparent !important;
    font-family: system-ui !important;
}

.popover {
    background-color: #1a1518 !important;
    border-color: #4c4c4c !important;
    border-width: 1px !important;
}

.entityos-click {
    color: #4c4c4c !important;
    font-size: 1.2rem !important;
}

.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #4c4c4c;
}

.bs-popover-right>.popover-arrow:after {
    border-right-color: #4c4c4c;
}

.bs-popover-left>.popover-arrow:after {
    border-left-color: #4c4c4c;
}

.entityos-dropdown {
    color: #4c4c4c !important;
    font-size: 1.2rem !important;
}

a {
    color: #343a40
}

a:hover {
    color: #ff943d;
}

.btn-outline-primary {
    border-color: #ff943d;
    color: #4c4c4c;
}

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
   background-color:  #ff943d;
   border-color: #ff943d;
   color: white !important;
}

.btn-outline-primary.disabled {
   background-color: transparent;
   border-color: #7f7f7f;
   color: #7f7f7f !important;
}

h4 {
    color: #ff943d;
}