.select2-lite {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select2-lite .select2-selection--single {
    display: block;
    height: 36px;
    border: 1px solid #d7e0ea;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.select2-lite .select2-selection__rendered {
    display: block;
    padding: 0 28px 0 12px;
    line-height: 34px;
    color: #31445b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-lite .select2-lite-placeholder {
    color: #9aa8b5;
}

.select2-lite .select2-selection__arrow {
    position: absolute;
    right: 6px;
    top: 1px;
    width: 22px;
    height: 34px;
}

.select2-lite .select2-selection__arrow b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    border-color: #7d8b99 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

.select2-lite-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    z-index: 9999;
    display: block;
    border: 1px solid #d7e0ea;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(28,43,64,.14);
}

.select2-lite-dropdown .select2-search__field {
    width: calc(100% - 14px);
    height: 34px;
    margin: 7px;
    padding: 6px 9px;
    border: 1px solid #d7e0ea;
    border-radius: 4px;
    outline: none;
}

.select2-lite-dropdown .select2-results__options {
    max-height: 220px;
    margin: 0;
    padding: 4px 0;
    overflow-y: auto;
    list-style: none;
}

.select2-lite-dropdown .select2-results__option {
    padding: 8px 12px;
    color: #31445b;
    cursor: pointer;
}

.select2-lite-dropdown .select2-results__option:hover {
    background: #eef7f5;
    color: #0b7a68;
}

.select2-lite-dropdown .select2-results__message {
    color: #7d8b99;
    cursor: default;
}
