/*
 * Ninja Forms: Χώρα / Πόλη
 */

.country_select-wrap select.sirius-is-loading,
.city_select-wrap select.sirius-is-loading {
    cursor: wait;
    opacity: 0.7;
}

.country_select-wrap select:disabled,
.city_select-wrap select:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
