.target {
    touch-action: pan-y !important;
    will-change: transform, opacity !important;
}

.targetDivSwitch {
    cursor: pointer;
    overflow: visible !important;
}

.targetDivSelector {
    padding: 5px 12px;
    border-radius: 6px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    touch-action: none !important;
}

.targetDivSelector.active {
    background-color: #4caf50 !important;
    color: #ffffff !important;
    cursor: grab;
}

.targetDivSelector.active span {
    color: #ffffff !important;
}

.outline.targetDivSelectorActiveCss {
    background-color: #F3FFF6 !important;
    border: 1px solid #4caf50 !important;
    border-radius: 12px !important;
    color: #4caf50 !important;
}

.outline.targetDivSelectorActiveCss span {
    color: #4caf50 !important;
}

.targetDivSelector.outline.active {
    background-color: #F3FFF6 !important;
    border: 1px solid #4caf50 !important;
    border-radius: 12px !important;
    color: #4caf50 !important;
    cursor: grab;
}

.targetDivSelector.outline.active span {
    color: #4caf50 !important;
}

.targetDivSelector.outline.active span.text-white {
    color: #fff !important;
}

.targetDivSelector.outline.active .card-body .info-list .info-item .icon-box {
    color: #4caf50 !important;
}

@media (hover: hover) {
    .targetDivSelector:hover {
        opacity: 0.96;
    }
}