/* Style the main selection box */
.count-badge {
    display: inline-block;
    min-width: 20px;
    padding: 2px 6px;
    margin-left: 8px;
    background-color: #4ea1f3;
    color: white;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
}
.option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.count-badge-left {
    position: relative;
    left: -15px;
    display: inline-flex;
    background: #EEEEEE;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    top: auto;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #86BFCE;
    justify-content: center;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    width: 20px;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #F9FAFB !important;
    border: 2px solid #D9D9D9 !important;
    border-radius: 0px !important;
}
.select2-container .select2-selection--single {
    height: 47.1px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 40px !important;
}

#select2-width_id-container,#select2-height_id-container,#select2-diameter_id-container,#select2-manufacturer_id-container,#select2-speed_estimate_id-container{
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575 !important;
    line-height: 43px !important;
}
.select2-container--classic .select2-selection--single {
    background-color: #F9FAFB !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 0px !important;
    height: 47.1px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #F9FAFB !important;
    border: none !important;
    border-left: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 45px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px !important;
    background-image: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    filter: none !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #757575 !important;
    line-height: 49px !important;
}
.select2-container--classic .select2-selection--single {
        background-image: none !important;
}

