.select2-results__option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.select2-results__option {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.select2-container .select2-selection--single {
    height: 54px;
    background: none;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 54px;
    background: none;
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single {
    background: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 11px;
    padding-left: 18px;
}

#phone {
    width: 100%;
}
