:root{--th-color-primary:#107678;--th-color-info:#1D96D5;--th-background-1:#09bba4;--th-background-2:#08c3d5}.th-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.th-dialog .el-dialog{max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0!important}.th-dialog .el-dialog .el-dialog__header{background:-webkit-gradient(linear,left top,right top,from(#09bba4),color-stop(99%,#08c3d5));background:linear-gradient(90deg,#09bba4 0,#08c3d5 99%);background:-webkit-gradient(linear,left top,right top,from(var(--th-background-1)),color-stop(99%,var(--th-background-2)));background:linear-gradient(90deg,var(--th-background-1) 0,var(--th-background-2) 99%);padding-bottom:0}.th-dialog .el-dialog .el-dialog__header .el-dialog__title{color:#FFF;font-weight:600;line-height:38px;padding-left:16px}.th-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn{top:8px;right:5px}.th-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close{color:#FFF;font-size:22px}.th-dialog .el-dialog .el-dialog__body{padding:0;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overflow-y:overlay}.th-dialog .el-dialog .el-dialog__footer{padding:0}.th-dialog .el-dialog .el-dialog__footer>div{padding:20px;text-align:center}.th-dialog .el-dialog .el-dialog__footer .el-button{font-size:14px;padding:12px 30px}.th-dialog .el-dialog.is-fullscreen{max-height:100%}