{"version":3,"sources":["theme/default/dialog.m.css"],"names":[],"mappings":"AAAA,mCAAmC;AACnC;CACC;AACD,yCAAyC;AACzC;CACC;AACD,yBAAyB;AACzB;CACC,gBAAgB;CAChB,SAAS;CACT,UAAU;CACV,yCAAyC;SACjC,iCAAiC;CACzC,oCAAoC;CACpC,aAAa;CACb,iBAAiB;CACjB,cAAc;CACd,6BAA6B;CAC7B;AACD,sCAAsC;AACtC;CACC,mBAAmB;CACnB;AACD,gCAAgC;AAChC;CACC,mBAAmB;CACnB,SAAS;CACT,oCAAoC;SAC5B,4BAA4B;CACpC,YAAY;CACZ,gBAAgB;CAChB,aAAa;CACb,aAAa;CACb,iBAAiB;CACjB;AACD,6BAA6B;AAC7B;CACC,gBAAgB;CAChB;AACD,wCAAwC;AACxC;CACC;AACD,2CAA2C;AAC3C;CACC,uCAAuC;CACvC;AACD;CACC;EACC,WAAW;EACX;CACD;EACC,WAAW;EACX;CACD;AACD;CACC;EACC,WAAW;EACX;CACD;EACC,WAAW;EACX;CACD;AACD,oCAAoC;AACpC;;;CAGC,4DAA4D;SACpD,oDAAoD;CAC5D,kCAAkC;SAC1B,0BAA0B;CAClC,gDAAgD;SACxC,wCAAwC;CAChD;AACD;CACC;EACC,WAAW;EACX;CACD;EACC,WAAW;EACX;CACD;AACD;CACC;EACC,WAAW;EACX;CACD;EACC,WAAW;EACX;CACD;AACD,mCAAmC;AACnC;;;CAGC,4DAA4D;SACpD,oDAAoD;CAC5D,kCAAkC;SAC1B,0BAA0B;CAClC,iDAAiD;SACzC,yCAAyC;CACjD;AACD;CACC","file":"dialog.m.css","sourcesContent":["/* The root class for the Dialog */\n.dialog-m__root__1r-MQ {\n}\n/* Added to `.root` for an open dialog */\n.dialog-m__open__2wIrh {\n}\n/* Contains the dialog */\n.dialog-m__main__zoSrb {\n\tposition: fixed;\n\ttop: 50%;\n\tleft: 50%;\n\t-webkit-transform: translate(-50%, -50%);\n\t        transform: translate(-50%, -50%);\n\tbackground: var(--color-background);\n\twidth: 450px;\n\toverflow: hidden;\n\toutline: none;\n\tmax-width: calc(100% - 30px);\n}\n/* Contains the title of the Dialog */\n.dialog-m__title__3OoKa {\n\tposition: relative;\n}\n/* Added to the close control */\n.dialog-m__close__vgHJ4 {\n\tposition: absolute;\n\ttop: 50%;\n\t-webkit-transform: translateY(-50%);\n\t        transform: translateY(-50%);\n\tright: 35px;\n\tcursor: pointer;\n\tfont-size: 0;\n\tborder: none;\n\tbackground: none;\n}\n/* Added to the close icon */\n.dialog-m__closeIcon__2iIGg {\n\tfont-size: 14px;\n}\n/* Contains the content of the Dialog */\n.dialog-m__content__rGaMa {\n}\n/* Added when a visible underlay is used */\n.dialog-m__underlayVisible__3oO4N {\n\tbackground: var(--underlay-background);\n}\n@-webkit-keyframes dialog-m__fadeIn__hoWkt {\n\tfrom {\n\t\topacity: 0;\n\t}\n\tto {\n\t\topacity: 1;\n\t}\n}\n@keyframes dialog-m__fadeIn__hoWkt {\n\tfrom {\n\t\topacity: 0;\n\t}\n\tto {\n\t\topacity: 1;\n\t}\n}\n/* Enter animation for the Dialog */\n.dialog-m__enter__1JkwT,\n\n.dialog-m__underlayEnter__1bV_d {\n\t-webkit-animation-duration: var(--short-animation-duration);\n\t        animation-duration: var(--short-animation-duration);\n\t-webkit-animation-fill-mode: both;\n\t        animation-fill-mode: both;\n\t-webkit-animation-name: dialog-m__fadeIn__hoWkt;\n\t        animation-name: dialog-m__fadeIn__hoWkt;\n}\n@-webkit-keyframes dialog-m__fadeOut__iCdtJ {\n\tfrom {\n\t\topacity: 1;\n\t}\n\tto {\n\t\topacity: 0;\n\t}\n}\n@keyframes dialog-m__fadeOut__iCdtJ {\n\tfrom {\n\t\topacity: 1;\n\t}\n\tto {\n\t\topacity: 0;\n\t}\n}\n/* Exit animation for the Dialog */\n.dialog-m__exit__1SMNx,\n\n.dialog-m__underlayExit__2YUYy {\n\t-webkit-animation-duration: var(--short-animation-duration);\n\t        animation-duration: var(--short-animation-duration);\n\t-webkit-animation-fill-mode: both;\n\t        animation-fill-mode: both;\n\t-webkit-animation-name: dialog-m__fadeOut__iCdtJ;\n\t        animation-name: dialog-m__fadeOut__iCdtJ;\n}\n.dialog-m__actions__1W84H {\n}\n"],"sourceRoot":""}