 .entity-editable.dark-editable-element {
    border-bottom: 1px dashed #08c;
    cursor: pointer;
}

 .entity-editable.dark-editable-element:hover {
    border-bottom: 1px dashed 08c;
    color: #08c;
    text-decoration: none;
}

.dark-editable form{
    gap: 0 !important;
}

.dark-editable .popover-body{
    padding: 9px !important;
}

.dark-editable .popover-body input {
    margin-right: 8px;
}

.dark-editable .popover-body input:focus{
    outline: none !important;
    box-shadow: none !important;
}

.dark-editable .popover-body .btn {
    border: none !important;
}

.dark-editable .popover-body .btn.btn-success{
    margin-right: 3px;
}

