/* YOXION ortak Türkiye il / ilçe seçim bileşeni */

[data-turkey-address] {
    position: relative;
}

[data-turkey-address] select {
    text-overflow: ellipsis;
}

[data-turkey-address] select:disabled {
    cursor: not-allowed;
    opacity: .62;
}

[data-turkey-address].is-loading [data-district-select] {
    background-image:
        linear-gradient(
            90deg,
            transparent,
            rgba(117, 133, 255, .10),
            transparent
        );
    background-size: 220% 100%;
    animation: yoxion-location-loading 1.15s linear infinite;
}

.crm-location-status,
.auth-location-status {
    display: block;
    min-height: 16px;
    margin-top: 6px;
    color: var(--muted, #718198);
    font-size: .68rem;
    line-height: 1.45;
}

.crm-location-status[data-state="success"],
.auth-location-status[data-state="success"] {
    color: #8eddbb;
}

.crm-location-status[data-state="error"],
.auth-location-status[data-state="error"] {
    color: #ff9dae;
}

.crm-location-status[data-state="loading"],
.auth-location-status[data-state="loading"] {
    color: #aeb7ff;
}

.auth-select {
    padding-right: 42px;
    appearance: auto;
}

@keyframes yoxion-location-loading {
    from { background-position: 200% 0; }
    to { background-position: -20% 0; }
}
