.flag-select {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: inherit;
    color: #23445A;
    text-align: left;
    border-bottom: 1px solid #23445A;
    padding-top:3px;
    padding-bottom:3px;
}
.flag-select img {
    width: 1.6em;
    height: 1.6em;
    position: relative;
    top: 0em; }
.flag-select .selected--flag--option {
    font-size: 1.3em!important;
    cursor: pointer;
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flag-select .selected--flag--option:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999; }
.flag-select .selected--flag--option:focus {
    outline: none; }
.flag-select .selected--flag--option .country-label {
    padding-left: 9px; font-size: 1.3em; }
.flag-select .country-flag {
    cursor: pointer; width:100%!important;height:auto!important;display:flex; }
.flag-select .country-flag .country-label {
    font-size: .9em;
    position: relative;
    color: #23445A;
    font-weight: 300; }
.flag-select .flag-options {
    position: absolute;
    z-index: 999999;
    border: 1px solid #bdbbbb;
    border-radius: 3px;
    background: #ffffff;
    margin-top: 8px;
    padding: 8px 0;
    max-height: 160px;
    overflow: auto;
    width: 100%;
}
.flag-select .flag-options.to--left {
    right: 10px; }
.flag-select .flag-option {
    cursor: pointer;
    padding: 0px 8px 3px 8px;
    margin: 4px 0;
    white-space: nowrap; }
.flag-select .flag-option.has-label {
    padding: 0px 20px 3px 8px; }
.flag-select .flag-option:hover {
    background: #eaeaea; }
.flag-select .flag-option:focus {
    outline: none;
    background: #eaeaea; }
.flag-select .flag-option .country-label {
    padding: 0 9px; }
.flag-select .filterBox {
    width: 100%; }
.flag-select .filterBox input {
    width: 90%;
    margin: 0 4%; }
.flag-select .filterBox input:focus {
    outline: none; }
.flag-select .arrow-down {
    color: #4d4d4d;
    padding: 2px; }
.flag-select .hidden {
    display: none; }
.flag-select .no--focus {
    pointer-events: none; }
