.block-hint-seperator {
    border: 2px dotted red;
 
    margin: 20px;
    border-radius: 10px;
}

.file-path-profiler-hint {
    background-color: orange;
    float: right;
    padding: 4px;
    border-radius: 5px;
    
}
.file-path-profiler-hint.hide{
    display: none;
}