.pathway-sticky-holder .btn-outline-primary a::after {
    content: unset;
}

.select2-select-holder .select2-selection {
    display: flex;
    align-items: center;
    text-align: left;
    border-color: #CCD0D5;
    border-radius: 8px;
    height: 36px;
    padding-left: 16px;
    padding-right: 40px;
}

.select2-select-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 4px;
}

.page-section-holder .select2-selection .select2-selection__rendered {
    font-size: 18px;
    font-weight: 600 !important;
}

.page-section-holder .select2-selection .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown .select2-results__options .select2-results__option {
    padding-left: 16px;
}

.page-section-holder .select2-selection .select2-selection__arrow {
    top: 10px;
    right: 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 8px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
}

.otherLink::after {
    content: unset;
}
