﻿.dropplaceholder {
    position: relative;
    top: 0;
    left: 0;
    border: 1px dashed #C1C1C1;
    min-height: 50px;
    border-radius: 5px;
    background-color: #97B5D9;
    opacity: 0.5;
}

[component-onactive="onactive"]:not(body) {
    /*background-color: #D4E2ED !important;*/
    border: 2px solid #246EC5;
    position: relative;
}

    [component-onactive="onactive"]:not(body):is([draggable="true"]) {
        cursor: move;
    }

    [component-onactive="onactive"]:not(body):active {
        background-color: #78AFD4 !important;
    }

.trash {
    display: none;
}

[component-onactive="onactive"] .trash {
    border: 1px solid #EBB411;
    background-color: #EBB411;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    color: white;
    text-align: center;
    position: absolute;
    bottom: -10px;
    right: 10px;
    cursor: pointer;
    display: block;
    z-index: 1;
}

[droptarget] {
    border: 1px dashed #C1C1C1;
}
