.niceCountryInputMenu {
    border: solid 1px #E6EAF0;
    cursor: pointer;
    border-radius: 4px;
    height: 45px;
    padding: 13px 8px;
    width: 100%;
}

.niceCountryInputMenuDefaultText {
    max-width: 240px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: #555555 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.niceCountryInputMenuDropdown {
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -5px;
    top: -1px;
    color: black;
}

.niceCountryInputMenuDropdown .icon-chevron-down {
    font-size: 9px;
    color: #323338 !important;
    margin-top: 4px;
}

.niceCountryInputMenuDropdownContent {
    background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
    width: 288px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    z-index: 10;
    top: 106px !important;
    left: 0;
}
.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: gray !important;
    color: white !important;
    text-decoration: none;
}
.niceCountryInputMenuDropdownContent a.active {
    text-decoration: none;
    color: #333 !important;
    background-color: #e4e7ea !important;
}
.niceCountryInputMenuFilter {
    background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;  
    position: absolute;
    top: 45px;
    width: 288px;
    z-index: 10;
    padding-bottom: 4px;
    top: 45px;
    left: 0;
    border-bottom: 1px solid #e7ecf1 !important;
}

.niceCountryInputMenuFilter .input-group {
  display: flex;
  align-items: center;
  margin: 5px;
}

.niceCountryInputMenuFilter .input-group .multiselect-search {
    width: 90%;
    border-radius: 4px;
    margin: 0;
}

.niceCountryInputMenuFilter .input-group .input-group-btn {
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
}

.niceCountryInputMenuFilter .input-group .input-group-btn .btn {
    border: 0 !important;
    background: white !important;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.niceCountryInputMenuFilter input {
    margin: 5px;
    padding: 5px;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;    
    height: 32px;
}
.niceCountryInputMenuFilter .input-group-btn {
    height: 36px;
}
.niceCountryInputMenuFilter .input-group-btn .btn {
    border: 1px solid #EBECF2 !important;
    background-color: #EDEFF2 !important;
    padding: 5px 8px;
    z-index: 2;
    margin: 5px 4px 0 4px;
}
.niceCountryInputMenuCountryFlag {
    width: 23px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 1px;
}
.niceCountryInputMenuCountryNoFlag {
    display: inline-block;
    border: 1px solid black;
    background: white;
    color: black;
    line-height: 15px;
    text-align: center;
    width: 22px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}