/* A-NET V85.24 responsive safety layer — layout only */
*,*::before,*::after{box-sizing:border-box}
html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
body{width:100%;max-width:100%;overflow-x:hidden}
img,picture,video,canvas,svg{max-width:100%;height:auto}
iframe{max-width:100%}
input,select,textarea,button{font:inherit;max-width:100%}
[data-responsive-scroll],.table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:1024px){
  .container,.page-container,.content-container,.shell,.page-shell{max-width:100%!important}
}
@media(max-width:760px){
  button,a,input,select{min-height:40px}
  table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .modal,.dialog,[role="dialog"]{max-width:calc(100vw - 24px)}
}
@media(max-width:420px){
  .modal,.dialog,[role="dialog"]{max-width:calc(100vw - 16px)}
}