@charset "utf-8";

.common-dialog-wrapper { z-index: 9999; position: fixed; inset: 0px; overflow: auto; display: none; }

.common-dialog-wrapper .common-dialog-model { z-index: 10000; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0.3; background: rgb(0, 0, 0); }

.common-dialog-wrapper .common-dialog { z-index: 10001; position: relative; background: rgb(255, 255, 255); border-radius: 4px; box-sizing: border-box; margin: 0px auto; box-shadow: rgba(0, 0, 0, 0.15) -2px 2px 6px; overflow: hidden; }

.common-dialog-wrapper .common-dialog .common-dialog__header { background-color: rgb(0, 102, 168); padding: 0px 20px; border-radius: 4px 4px 0px 0px; height: 40px; text-align: center; font-weight: 500; font-size: 16px; line-height: 40px; letter-spacing: 0.265294px; color: rgb(255, 255, 255); }

.common-dialog-wrapper .common-dialog .common-dialog-close { position: absolute; top: 0px; right: 0px; z-index: 1; width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; text-align: center; }

.common-dialog-wrapper .common-dialog .common-dialog-close img { width: 10px; height: 10px; margin: 6px 0px 0px 4px; vertical-align: baseline; }

.common-dialog-wrapper .common-dialog .common-dialog__body { min-width: 100px; min-height: 100px; overflow-y: auto; }