﻿/* ====== Sortable Start -----  */
.has-border-light {
    border: 1px solid #fff;
    user-select: none;
    -webkit-user-select: none;
}

.has-border-dark {
    border: 1px solid #ddd;
    user-select: none;
    -webkit-user-select: none;
}

.has-border-green {
    border: 1.5px solid #ffbf36;
    user-select: none;
    -webkit-user-select: none;
}

.has-background-blazor {
    background-color: #592b8f !important;
}

.has-cursor-grab {
    cursor: grab;
}

.has-cursor-text {
    cursor: text;
}
/* ====== Sortable End -----  */