/* Stage 10.0 — internet güvenliği sonrası arayüz son rötuşları */

/* Yeni yolcu kaydında ülke kodu ve telefon numarası birlikte okunabilsin. */
#revan-grid th[data-column="phone_number"],
#revan-grid tbody td:nth-child(9){
  min-width:210px!important;
  width:210px!important;
  max-width:210px!important;
}
#revan-grid .phone-cell{
  grid-template-columns:78px minmax(126px,1fr)!important;
  width:100%!important;
}
#revan-grid .phone-cell select,
#revan-grid .phone-cell input{
  min-width:0!important;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Klavye kullanan personel hangi kontrolde olduğunu rahat görsün. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid #f0c968!important;
  outline-offset:2px!important;
}

/* Küçük ekranlarda telefon hücresi yine okunaklı kalsın. */
@media(max-width:760px){
  #revan-grid th[data-column="phone_number"],
  #revan-grid tbody td:nth-child(9){
    min-width:190px!important;
    width:190px!important;
    max-width:190px!important;
  }
  #revan-grid .phone-cell{grid-template-columns:72px minmax(112px,1fr)!important}
}
