@media(max-width:680px){
  .modal{z-index:200!important;align-items:flex-start!important;overflow:hidden}
  .modal .card{max-height:calc(100dvh - 24px)!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .provider-delivery-form> .primary:last-child{
    position:sticky!important;
    bottom:0!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-height:52px;
    margin:12px 0 0!important;
    padding:14px 16px!important;
    border-radius:10px!important;
  }
}
