.box1 {
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: red !important;
    color: white;
    text-align: center;
}

.boxDrag {
    margin: 0 10px;
    background: #fff;
    border: 0.15625vw dashed #f37c70;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    padding: 4px 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.boxDragActive {
    background: greenyellow !important;
    color: #000000;
}

.boxDragSmall {
    padding: 2px 4px;
    font-size: 10px;
}

.boxSmart {
    position: absolute;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border: 3px dashed white;
    background-image: linear-gradient(180deg,#f37b70,#f3a670);
}

.boxSmartActive {
    background: greenyellow !important;
    color: #000000;
}

.boxSmartMb {
    position: absolute;
    padding: 2px 4px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    border: 1px dashed white;
    background-image: linear-gradient(180deg,#f37b70,#f3a670);
}

.demo {
    margin-left: auto;
    margin-right: auto;
}
