.niceCountryInputMenu {
    /* background: white !important;
    color: black !important;
    border: 1px solid #a8a8a8; */
    cursor: pointer;
     /*
    font-family: Arial;
    font-size: 12px;
    */
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    color: #132551;
    border-color: #132551




}
.niceCountryInputMenuDefaultText {
    /* width: 270px; */
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: black !important;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    /* height: 25px;
    width: 21px;
    float: right;
    line-height: 25px; */
    text-align: center;
    position: relative;
    right: 0;
    color: black;
}
.niceCountryInputMenuDropdownContent {
    border: 1px solid rgba(0,0,0,0.15);
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    padding: 0 .75rem;
}
.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;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: #f8f9fa !important;
    /* color: white !important; */
    text-decoration: none;
}
.niceCountryInputMenuFilter {
    border: 1px solid rgba(0,0,0,0.15);
    border-top: 0;
    border-bottom: 0;
    padding: .75rem;
}
.niceCountryInputMenuFilter input {
    width: 100%;
    /* width: calc(100% - 10px); */
    /* margin: .75rem; */
    padding: 5px;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: 3px;
}
.niceCountryInputMenuCountryFlag {
    border: 1px solid #d3d3d3;
    width: 20px;
    height: 15px;
    margin-right: 10px;
}
.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;
}

.niceCountryInputWrap.dropdown-menu{
    display: block !important;
    padding: 0;
    border:0;
}
.customflagstrapNew{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.originNew .niceCountryInputMenu{
    padding: .5rem 1rem;
    font-size: 1.01625rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.originNew .niceCountryInputMenuFilter input{
    padding: 8px 8px;
}