.role-checkboxes {
    margin-top: 0.5rem;
}

.role-checkboxes div {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.role-checkboxes label {
    margin-bottom: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 3px 8px;
    margin: 2px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.timeline {
    position: relative;
    padding: 20px 0;
}
.timeline-item {
    padding: 15px 0;
    border-left: 2px solid #dee2e6;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.timeline-item:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: #4B49AC;
    border-radius: 50%;
}
.timeline-date {
    font-weight: bold;
    margin-bottom: 5px;
}
.timeline-content {
    color: #6c757d;
}

.description-wrapper {
    max-width: 400px;
    word-wrap: break-word;
    white-space: pre-line;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}
/* Styling the scrollbar */
.description-wrapper::-webkit-scrollbar {
    width: 6px;
}
.description-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.description-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.description-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}