#dialog-overlay,#request-dialog{text-align:center;justify-content:center;align-items:center}#dialog-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:none;background:#d9d9d980;z-index:4;overflow-y:scroll}#request-dialog{width:fit-content;background-color:#fff;color:#121212;display:flex;flex-direction:column;position:relative;height:auto;margin:0 auto;margin-top:20vh;margin-bottom:20vh;max-width:95%}.request-head{display:flex;align-items:center;background:#ffdde4;width:100%;justify-content:center;padding:1rem}.request-head h4{font-weight:600;margin:0}#cross{position:absolute;font-size:2.25rem;cursor:pointer;right:1rem}#request_callback_form{padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start;max-width:100%}#query,#request_callback_form input,#request_callback_form textarea{width:35rem;height:4rem;padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;font-size:1.4rem;letter-spacing:normal;max-width:100%}#request_callback_form textarea{height:auto}#query{font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}#query .icon-caret{height:1rem;width:1rem;font-weight:600}#query-list,.query-opt{cursor:pointer;background:#fff}#query-list{display:none;flex-direction:column;gap:.5rem;z-index:3;width:92%;border:1px solid rgb(239 239 239);margin-top:-1rem;text-align:left;position:absolute;top:41rem}.query-opt{padding:.5rem;font-size:1.4rem}.query-opt:hover{background:#e1dede}#request_callback_form input::placeholder,#request_callback_form textarea::placeholder{color:#e0e0e0}#request_callback_form label{font-size:1.4rem}.captcha{margin:0 auto;margin-bottom:-2rem}#submit,.customer{width:100%}#submit{margin:2rem 0 1.5rem;color:#fff;background-color:#e9718b;font-weight:600;padding:1rem 9rem}#submit button:not([disabled]):hover{box-shadow:0 4px 4px #00000040}#status{display:none;width:35rem;max-width:100%}