.cfe-dropzone {
    width: 100%;
    height: 100%;
    min-height: 50px;
    display: inline-block;
    border-radius: 5px;
    margin: 1px;
    /*background-color: #a6a6a6;*/
    cursor: move;
    /*border: 1px solid lightgray;*/
}

[data-dragstarted="1"][data-present="0"] {
    border: 3px dashed lightgray !important;
}

[data-dragstarted="0"][data-present="0"] {
    border: none;
    display: none;
}

.cfe-action{
    top: -10px;
    right: 10px;
    width: 100px;
    text-align: end;
}

.col-0.cfe-container{
    padding: 0;
    margin: 0;
}

.cf-action-bar{
    position: absolute;
    top: 10px;
    right: -190px;
    transition: opacity 0.3s ease;
    cursor: pointer;
    overflow: visible;
    /*background-color: white;*/
    padding: 2px 4px;
    width: 200px;
    display: inline-block;
    color: grey;
    opacity: 100000000;
    z-index: 100000;
    /*border: 1px solid darkgray;*/
    /*border-radius: 5px;*/
}
