.editable-click, a.editable-click {
    border-bottom: none;
}
.dt_pos, .dt_pos_left, .dt_pos_right,.dt_pos_middle{
    display:flex;
}
.dt_pos{
    justify-content:space-between;
}
.dt_pos_right{
    justify-content:flex-start;
}
label .invalid-feedback {
    display: none !important; /* Fix the print twice error issue */
}
.select2-container {
    width: 100% !important;
}
.hoverable:hover {
    background-color: #efefef;
}
.no-padding {
    padding: 0;
}
.offcanvas {
    width: 400px;
    left: -420px;
}
.offcanvas.offcanvas-right {
    right: -420px;
}
.scroll {
    max-height: 1000px;
    overflow-y: auto;
}