/* BOLEPIX_PWA_CLIENT_PHONE_TOUCH_V5703Z94 */
/*
 * O cadastro do ADM já tinha proteção mobile para o select de país.
 * O painel do cliente usa .pwa-client-form e precisava da mesma regra.
 */
@media (max-width:760px){
  #pwaClientCreate [data-phone-wrap],
  #pwaInvoiceClientCreate [data-phone-wrap],
  .pwa-client-form [data-phone-wrap]{
    position:relative!important;
    overflow:hidden!important;
  }

  #pwaClientCreate select.phone-country,
  #pwaInvoiceClientCreate select.phone-country,
  .pwa-client-form select.phone-country{
    pointer-events:none!important;
    touch-action:none!important;
  }

  #pwaClientCreate .phone-national,
  #pwaInvoiceClientCreate .phone-national,
  .pwa-client-form .phone-national{
    position:relative!important;
    z-index:20!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-user-select:text!important;
    user-select:text!important;
  }

  #pwaClientCreate .phone-flag-button,
  #pwaInvoiceClientCreate .phone-flag-button,
  .pwa-client-form .phone-flag-button{
    pointer-events:none!important;
    z-index:5!important;
  }

  #pwaClientCreate .phone-flag-caret,
  #pwaInvoiceClientCreate .phone-flag-caret,
  .pwa-client-form .phone-flag-caret{
    display:none!important;
  }
}
