.unselectable {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


*::-webkit-scrollbar {
    width: 7px;
    height:7px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
*::-webkit-scrollbar-thumb {
    background-color: #e6b207;
    outline: 1px solid slategrey;
}



.tour
{border: 1px solid rgba(0, 0, 0, 0.07);width:90%;
    border-radius: 4px;padding:18px;margin-top:-39px !important;}


.attribute-block-add .attribute-item .attribute-code{font-size: 10px;color: #cccccc;}
/*
.tour:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    right: 0;
    top: 50%;
    background-color: #3CB44C;
    transform: translateX(100%);

}

.tour:after {
    content: "";
    position: absolute;
    background-color: #3CB44C;
    right: -25px;
    height: calc(50% + 22px);
    width: 2px;
    top: 50%;
}*/
