.select2-selection--single {
	    height: 36px !important;
}

.select2-selection--single .select2-selection__rendered {
    height: 36px !important;
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single, #gradShoutOutForm input {
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-radius: unset !important;
    border-color: #a6cbef !important;
}
#gradShoutOutForm textarea {
    border-color: #a6cbef !important;
}

#gradShoutOutForm label, .form-fields-title {
    font-weight: bold;
    margin-bottom: .5rem;
}
#gradShoutOutForm #maxCharReachedWarning {
    width: max-content;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #B8D4F6 !important;
    color: #000 !important;
}
