.niceCountryInputMenu {
    box-shadow: 0px 2px 4px rgb(209 217 234 / 30%);
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    background-color: #fff !important;
    color: #0069ff !important;
    border-color: #d1d9ea;
    padding: 8px 28px;
    outline: none;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
    width: 100%;
}

.niceCountryInputMenuDefaultText {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}

.niceCountryInputMenu a {
    color: #0069ff !important;
    font-weight: bold;
}

.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 26px;
    float: right;
    line-height: 23px;
    text-align: center;
    position: relative;
    right: 0;
    color: #0069ff;
}

.niceCountryInputMenuDropdownContent {
    border: 1px solid #a8a8a8;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdown span {
    font-size: 8px !important;
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: gray !important;
    color: white !important;
    text-decoration: none;
}

.niceCountryInputMenuFilter {
    border: 1px solid #a8a8a8;
    border-top: 0;
    border-bottom: 0;
}

.niceCountryInputMenuFilter input {
    width: 100%;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 5px;
}

.niceCountryInputMenuCountryFlag {
    border: 1px solid #d3d3d3;
    width: 18px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
}

.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;
}

.niceCountryInputHiddenCls {
    display: none !important;
}
