.v-dialog{border-radius:4px;min-width:400px;min-width:var(--dialog-width, 400px);max-width:inherit;background:#fff}.v-dialog__header{display:flex;align-items:center;height:55px;min-height:56px;width:100%;max-width:inherit}.v-dialog__header-before{width:56px;display:inline-block;margin-left:13px;margin-right:auto}.v-dialog__header-center{color:#5f6368;font-size:17px;font-size:22px;font-weight:400;line-height:22px;text-align:center;width:100%}.v-dialog__header-after{width:56px;display:inline-block;margin-left:auto;margin-right:4px}.v-dialog__body{max-width:inherit;max-height:calc(100vh - 125px);min-height:var(--dialog-height);box-sizing:border-box;overflow:auto;background:#fff}.v-dialog__body .v-dialog__section{padding:5px 10px;box-sizing:border-box;min-height:inherit}.v-dialog__body .v-dialog__footer{padding:10px 14px;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;border-top:1px solid #eee}.v-dialog.v-dialog__fullscreen{min-width:100vw;min-height:100vh;border-radius:0}.v-dialog.v-dialog__fullscreen .v-dialog__body{max-width:100vw;max-height:calc(100vh - 55px);height:calc(100vh - 55px);overflow:hidden}.v-dialog.v-dialog__fullscreen .v-dialog__body .v-dialog__section{overflow:auto;height:calc(100% - 56px)}
