.route-event {
    cursor: pointer;
}

/* Custom parsley error message */
.parsley-errors-list {
    margin: 0 !important;
    padding: 0 !important
}

.parsley-errors-list > li {
    list-style: none !important;
    color: #f1556c !important;
    margin-top: 5px !important;
    padding-left: 8px !important;
    position: relative !important
}

.parsley-error {
    border-color: #f1556c !important
}

.parsley-success {
    border-color: #1abc9c !important
}

/* display none for the second div in the dt-processing */
.dt-processing div:nth-child(2) {
    display: none;
}

.pointer-cursor {
    cursor: pointer;
}

.tagify__tag {
    display: flex;
    align-items: center;
}

.tagify__tag__color {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.color-square {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.color-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #000;
}

.blue-background-class {
    border-radius: 5px;
    background: rgba(26, 137, 197, 0.06);
}

.scrollspy-container {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}
