.crm-dialog{position:relative}.crm-dialog .crm-dialog-background{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100vw;height:100vh;border-color:#212121;background-color:#212121;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:none}.crm-dialog .crm-dialog-background.visible{z-index:1000;opacity:.65;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:all}.crm-dialog .crm-dialog__wrapper{position:fixed;top:50%;left:50%;z-index:1001;display:block;overflow:auto;min-width:300px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dialog-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px;height:50px;border-bottom:1px solid #eaebf1;border-radius:8px 8px 0 0;background-color:#feffff}.dialog-head .dialog-title{color:#494b53;letter-spacing:0;font-weight:700;font-style:normal;font-stretch:normal;font-size:16px;line-height:normal}.dialog-head .icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;width:29px;height:29px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(.95);transform:scale(.95);cursor:pointer}.dialog-head .icon-close:hover{-webkit-transform:scale(1.25);transform:scale(1.25)}.dialog-body{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background-color:#feffff;-webkit-box-shadow:inset 0 -1px 4px 0 rgba(0,0,0,.06);box-shadow:inset 0 -1px 4px 0 rgba(0,0,0,.06)}.dialog-footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px 15px;height:50px;border-top:1px solid #eaebf1;border-radius:0 0 8px 8px;background-color:#feffff}.dialog-footer,.dialog-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.dialog-wrapper{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;background-color:#fff}