.center-word-with-line {
    display: flex;
    flex-direction: row;
}

.center-word-with-line:before,
.center-word-with-line:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.center-word-with-line:before {
    margin-right: 10px
}

.center-word-with-line:after {
    margin-left: 10px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-results__option--selectable {
    cursor: pointer;
    padding: 10px;
}

