.deal-side-nav-group-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding-left: 8px;
    color: #000000;
}

.deal-side-nav-link {
    border: 0;
    background: transparent;
    color: #334155;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.deal-side-nav-link.is-active {
    color: #2563eb;
}

.deal-sections-container {
    max-height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 18px;
    position: relative;
}

#dealFullDetailsWrapper .select2-selection--multiple {
    cursor: pointer;
    position: relative;
    padding-right: 22px;
}

#dealFullDetailsWrapper .select2-selection--multiple .select2-search__field {
    cursor: pointer;
}

#dealFullDetailsWrapper .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #6c757d;
    pointer-events: none;
}
