/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.select2-container .select2-selection--single {
    height: 40px !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
    /*border-bottom: 2px solid #cccccc !important;
    border-right: 2px solid #cccccc !important;
    content: '' !important;
    display: block !important;
    height: 8px !important;
    margin-top: -5px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform-origin: 66% 66% !important;
    transform: rotate(45deg) !important;
    transition: all 0.15s ease-in-out !important;
    width: 8px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
}