/* uap_v3_override.css — релизный оверрайд */

/* Слайдеры: прозрачный фон/без контура/теней */
.inputRange .slider, .constructor-application .slider{
  background: transparent !important;
  border: none !important; outline: none !important; box-shadow: none !important;
}
.inputRange .slider::before, .inputRange .slider::after{ display:none !important; }

/* Рельсы 2px; синяя перекрывает серую; шарик центр */
.inputRange .vue-slider-rail{ height:2px !important; top:50% !important; transform:translateY(-50%) !important; background:#E7EDF6 !important; }
.inputRange .vue-slider-process{ height:2px !important; top:50% !important; transform:translateY(-50%) !important; background:#2B74FF !important; }
.inputRange .vue-slider-dot{ width:16px !important; height:16px !important; top:50% !important; transform:translate(-50%,-50%) !important; }
.inputRange .vue-slider-dot-handle{ width:16px !important; height:16px !important; border-radius:50% !important; background:#2B74FF !important; border:3px solid #fff !important; box-shadow:0 2px 8px rgba(18,77,255,.2) !important; }

/* IPv4/Локация — подпись по центру напротив контролов */
#ipv4-row,#region-row{ align-items:center !important; }
#ipv4-row .label,#region-row .label{ margin-right:0 !important; }
#ipv4-row .count,#region-row .count{ margin-left:auto !important; }

/* Локация фикс 180×38.09; равные доли */
#region-row .seg-wrap{ width:180px !important; height:38.09px !important; }
#region-seg{ display:flex !important; width:100% !important; height:100% !important; overflow:hidden !important; border-radius:12px !important; border:1px solid #D6E0F2 !important; background:#F7FAFF !important; }
#region-seg .seg-btn{ flex:1 1 50% !important; display:flex !important; align-items:center !important; justify-content:center !important; font-weight:700 !important; color:#2B2F42 !important; transition: background .2s ease, color .2s ease; }
#region-seg .seg-btn.active{ background:#E9F1FF !important; color:#2B74FF !important; }

/* Модуль скидки — только #prepay-row, фикс 372.34×38.09 */
#prepay-row .seg-wrap{ width:372.34px !important; height:38.09px !important; margin:0 !important; }
#prepay-seg{ display:flex !important; width:100% !important; height:100% !important; border:1px solid #D6E0F2 !important; border-radius:18px !important; overflow:hidden !important; background:#fff !important; }
#prepay-seg .seg-btn{ flex:1 1 33.333% !important; display:flex !important; align-items:center !important; justify-content:center !important; font-weight:800 !important; color:#2B2F42 !important; user-select:none !important; }
#prepay-seg .seg-btn + .seg-btn{ border-left:1px solid #E2E8F5 !important; }
#prepay-seg .seg-btn.active{ background:#E9F1FF !important; color:#2B74FF !important; }

/* Трафик «∞ ПБ» — 25px */
.order .orderInfo .orderItem .uap-traffic-val{ font-size:25px !important; line-height:1.1 !important; }
