ul{
    margin-bottom: 0px;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.white{
    color: white;
}
.mb-17{
    margin-bottom: 17px;
}
.select2-container .select2-selection--single {
	height: 38px !important;
	padding: 4.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 7px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}
.my-auto {
    margin-top: 0px !important;
    margin-bottom: auto!important;
}