
/* stylelint-disable */
/* stylelint-disable, declaration-no-important */
/* csslint important: false */
/* csslint ignore: start */

.niceCountryInputSelector {
    width: 100%;
}

.niceCountryInputMenu {
    background: white;
    color: #3c4257;
    cursor: pointer;
    border-radius: 4px;
}

.niceCountryInputMenuDefaultText {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px;
}

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

.niceCountryInputMenu a {
    color: #3c4257;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif;
    font-size: 14px;
}

.niceCountryInputMenuDropdown {
    border: none;
    padding-left: 10px;
    max-width: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 6px;
    right: 8px;
}

.niceCountryInputMenuDropdownContent {
    /* border: 1px solid #a8a8a8; */
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 7px 14px 0 rgb(60 66 87 / 8%), 0 3px 6px 0 rgb(0 0 0 / 12%);
}

.niceCountryInputMenuDropdownContent a {

    line-height: 25px;
    display: block;
    width: 100%;
    color: #3c4257;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-weight: 400;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif;
    padding: 3px;
    margin-top: 6px;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}

.niceCountryInputMenuDropdownContent a:hover {
    line-height: 25px;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif;
    text-decoration: none;
    background-color: #f7fafc;
    color: #3c4257;

}

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

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

}

.niceCountryInputMenuCountryFlag {

    width: 18px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

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

/* csslint important: true */
/* csslint ignore: end */