.qs-dialog{border:1px solid silver;border-radius:2px;box-shadow:2px 2px 4px silver;background:var(--dialog-background);margin:5% auto;width:90%;max-width:480px;z-index:2222}.qs-content{font-family:var(--base-font);padding:20px}.qs-content .qs-chk{font-size:1rem;margin-bottom:8px;box-sizing:border-box}.qs-input{width:100%;font-family:var(--base-font);font-size:1.1rem;border:1px solid silver;border-radius:4px;outline:0;box-sizing:border-box;padding:4px;margin-bottom:10px;color:#444;appearance:none}.qs-input::placeholder{color:silver}.qs-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:16px;gap:6px 6px}@media only screen and (max-width:480px){.btn-cancel:focus{background:grey}}@media only screen and (max-width:768px){.right-content{background-image:url(../images/bgr/pexels-daria-obymaha-1684151.jpg);background-repeat:no-repeat;background-size:cover}.qs-chk{display:none}.qs-dialog{box-shadow:2px 2px 8px #111;padding-top:20px;margin:20% auto}}@media only screen and (max-width:480px){.qs-input{font-size:1.1rem}.mobile-button{font-size:1.1rem}}