dm-vue3-ui
Version:
This Components Library will help get you started developing in Vue 3.
2 lines (1 loc) • 44.4 kB
CSS
.dm-ui-drawer{position:fixed;z-index:1000;width:0%;height:100%;transition:width 0s ease .3s,height 0s ease .3s}.dm-ui-drawer-content-wrapper{position:absolute;width:100%;height:100%;transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s cubic-bezier(.23,1,.32,1)}.dm-ui-drawer .dm-ui-drawer-content{width:100%;height:100%}.dm-ui-drawer-left,.dm-ui-drawer-right{top:0;width:0%;height:100%}.dm-ui-drawer-left .dm-ui-drawer-content-wrapper,.dm-ui-drawer-right .dm-ui-drawer-content-wrapper{height:100%}.dm-ui-drawer-left.dm-ui-drawer-open,.dm-ui-drawer-right.dm-ui-drawer-open{width:100%;transition:transform .3s cubic-bezier(.23,1,.32,1)}.dm-ui-drawer-left,.dm-ui-drawer-left .dm-ui-drawer-content-wrapper{left:0}.dm-ui-drawer-left.dm-ui-drawer-open .dm-ui-drawer-content-wrapper{box-shadow:6px 0 16px -8px #00000014,9px 0 28px #0000000d,12px 0 48px 16px #00000008}.dm-ui-drawer-right,.dm-ui-drawer-right .dm-ui-drawer-content-wrapper{right:0}.dm-ui-drawer-right.dm-ui-drawer-open .dm-ui-drawer-content-wrapper{box-shadow:-6px 0 16px -8px #00000014,-9px 0 28px #0000000d,-12px 0 48px 16px #00000008}.dm-ui-drawer-right.dm-ui-drawer-open.no-mask{right:1px;transform:translate(1px)}.dm-ui-drawer-top,.dm-ui-drawer-bottom{left:0;width:100%;height:0%}.dm-ui-drawer-top .dm-ui-drawer-content-wrapper,.dm-ui-drawer-bottom .dm-ui-drawer-content-wrapper{width:100%}.dm-ui-drawer-top.dm-ui-drawer-open,.dm-ui-drawer-bottom.dm-ui-drawer-open{height:100%;transition:transform .3s cubic-bezier(.23,1,.32,1)}.dm-ui-drawer-top{top:0}.dm-ui-drawer-top.dm-ui-drawer-open .dm-ui-drawer-content-wrapper{box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.dm-ui-drawer-bottom,.dm-ui-drawer-bottom .dm-ui-drawer-content-wrapper{bottom:0}.dm-ui-drawer-bottom.dm-ui-drawer-open .dm-ui-drawer-content-wrapper{box-shadow:0 -6px 16px -8px #00000014,0 -9px 28px #0000000d,0 -12px 48px 16px #00000008}.dm-ui-drawer-bottom.dm-ui-drawer-open.no-mask{bottom:1px;transform:translateY(1px)}.dm-ui-drawer.dm-ui-drawer-open .dm-ui-drawer-mask{height:100%;opacity:1;transition:none;animation:antdDrawerFadeIn .3s cubic-bezier(.23,1,.32,1);pointer-events:auto}.dm-ui-drawer-title{flex:1;margin:0;color:#000000d9;font-weight:500;font-size:16px;line-height:22px}.dm-ui-drawer-content{position:relative;z-index:1;overflow:auto;background-color:#fff;background-clip:padding-box;border:0}.dm-ui-drawer-close{display:inline-block;margin-right:12px;color:#00000073;font-weight:700;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s;text-rendering:auto}.dm-ui-drawer-close:focus,.dm-ui-drawer-close:hover{color:#000000bf;text-decoration:none}.dm-ui-drawer-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;color:#000000d9;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.dm-ui-drawer-header-title{display:flex;flex:1;align-items:center;justify-content:space-between}.dm-ui-drawer-header-close-only{padding-bottom:0;border:none}.dm-ui-drawer-wrapper-body{display:flex;flex-flow:column nowrap;width:100%;height:100%}.dm-ui-drawer-body{flex-grow:1;padding:24px;overflow:auto;font-size:14px;line-height:1.5715;word-wrap:break-word}.dm-ui-drawer-footer{flex-shrink:0;padding:10px 16px;border-top:1px solid #f0f0f0}.dm-ui-drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;background-color:#00000073;opacity:0;transition:opacity .3s linear,height 0s ease .3s;pointer-events:none}.dm-ui-drawer .dm-ui-picker-clear{background:#fff}@keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:1}}.dm-ui-drawer-rtl{direction:rtl}.dm-ui-drawer-rtl .dm-ui-drawer-close{margin-right:0;margin-left:12px}.dm-ui-btn{line-height:1.5715;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;box-shadow:0 2px #00000004;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:4px 15px;font-size:14px;border-radius:2px;color:#000000d9;border-color:#d9d9d9;background:#fff}.dm-ui-btn>.anticon{line-height:1}.dm-ui-btn,.dm-ui-btn:active,.dm-ui-btn:focus{outline:0}.dm-ui-btn:not([disabled]):hover{text-decoration:none}.dm-ui-btn:not([disabled]):active{outline:0;box-shadow:none}.dm-ui-btn[disabled]{cursor:not-allowed}.dm-ui-btn[disabled]>*{pointer-events:none}.dm-ui-btn-lg{height:40px;padding:6.4px 15px;font-size:16px;border-radius:2px}.dm-ui-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:2px}.dm-ui-btn>a:only-child{color:currentcolor}.dm-ui-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn:hover,.dm-ui-btn:focus{color:#9f82ff;border-color:#9f82ff;background:#fff}.dm-ui-btn:hover>a:only-child,.dm-ui-btn:focus>a:only-child{color:currentcolor}.dm-ui-btn:hover>a:only-child:after,.dm-ui-btn:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn:active{color:#5940d6;border-color:#5940d6;background:#fff}.dm-ui-btn:active>a:only-child{color:currentcolor}.dm-ui-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn[disabled],.dm-ui-btn[disabled]:hover,.dm-ui-btn[disabled]:focus,.dm-ui-btn[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn[disabled]>a:only-child,.dm-ui-btn[disabled]:hover>a:only-child,.dm-ui-btn[disabled]:focus>a:only-child,.dm-ui-btn[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn[disabled]>a:only-child:after,.dm-ui-btn[disabled]:hover>a:only-child:after,.dm-ui-btn[disabled]:focus>a:only-child:after,.dm-ui-btn[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn:hover,.dm-ui-btn:focus,.dm-ui-btn:active{text-decoration:none;background:#fff}.dm-ui-btn>span{display:inline-block}.dm-ui-btn-primary{color:#fff;border-color:#7857fc;background:#7857fc;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.dm-ui-btn-primary>a:only-child{color:currentcolor}.dm-ui-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-primary:hover,.dm-ui-btn-primary:focus{color:#fff;border-color:#9f82ff;background:#9f82ff}.dm-ui-btn-primary:hover>a:only-child,.dm-ui-btn-primary:focus>a:only-child{color:currentcolor}.dm-ui-btn-primary:hover>a:only-child:after,.dm-ui-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-primary:active{color:#fff;border-color:#5940d6;background:#5940d6}.dm-ui-btn-primary:active>a:only-child{color:currentcolor}.dm-ui-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-primary[disabled],.dm-ui-btn-primary[disabled]:hover,.dm-ui-btn-primary[disabled]:focus,.dm-ui-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-primary[disabled]>a:only-child,.dm-ui-btn-primary[disabled]:hover>a:only-child,.dm-ui-btn-primary[disabled]:focus>a:only-child,.dm-ui-btn-primary[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-primary[disabled]>a:only-child:after,.dm-ui-btn-primary[disabled]:hover>a:only-child:after,.dm-ui-btn-primary[disabled]:focus>a:only-child:after,.dm-ui-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-group .dm-ui-btn-primary:not(:first-child):not(:last-child){border-right-color:#9f82ff;border-left-color:#9f82ff}.dm-ui-btn-group .dm-ui-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.dm-ui-btn-group .dm-ui-btn-primary:first-child:not(:last-child){border-right-color:#9f82ff}.dm-ui-btn-group .dm-ui-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.dm-ui-btn-group .dm-ui-btn-primary:last-child:not(:first-child),.dm-ui-btn-group .dm-ui-btn-primary+.dm-ui-btn-primary{border-left-color:#9f82ff}.dm-ui-btn-group .dm-ui-btn-primary:last-child:not(:first-child)[disabled],.dm-ui-btn-group .dm-ui-btn-primary+.dm-ui-btn-primary[disabled]{border-left-color:#d9d9d9}.dm-ui-btn-ghost{color:#000000d9;border-color:#d9d9d9;background:transparent}.dm-ui-btn-ghost>a:only-child{color:currentcolor}.dm-ui-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-ghost:hover,.dm-ui-btn-ghost:focus{color:#9f82ff;border-color:#9f82ff;background:transparent}.dm-ui-btn-ghost:hover>a:only-child,.dm-ui-btn-ghost:focus>a:only-child{color:currentcolor}.dm-ui-btn-ghost:hover>a:only-child:after,.dm-ui-btn-ghost:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-ghost:active{color:#5940d6;border-color:#5940d6;background:transparent}.dm-ui-btn-ghost:active>a:only-child{color:currentcolor}.dm-ui-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-ghost[disabled],.dm-ui-btn-ghost[disabled]:hover,.dm-ui-btn-ghost[disabled]:focus,.dm-ui-btn-ghost[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-ghost[disabled]>a:only-child,.dm-ui-btn-ghost[disabled]:hover>a:only-child,.dm-ui-btn-ghost[disabled]:focus>a:only-child,.dm-ui-btn-ghost[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-ghost[disabled]>a:only-child:after,.dm-ui-btn-ghost[disabled]:hover>a:only-child:after,.dm-ui-btn-ghost[disabled]:focus>a:only-child:after,.dm-ui-btn-ghost[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dashed{color:#000000d9;border-color:#d9d9d9;background:#fff;border-style:dashed}.dm-ui-btn-dashed>a:only-child{color:currentcolor}.dm-ui-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dashed:hover,.dm-ui-btn-dashed:focus{color:#9f82ff;border-color:#9f82ff;background:#fff}.dm-ui-btn-dashed:hover>a:only-child,.dm-ui-btn-dashed:focus>a:only-child{color:currentcolor}.dm-ui-btn-dashed:hover>a:only-child:after,.dm-ui-btn-dashed:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dashed:active{color:#5940d6;border-color:#5940d6;background:#fff}.dm-ui-btn-dashed:active>a:only-child{color:currentcolor}.dm-ui-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dashed[disabled],.dm-ui-btn-dashed[disabled]:hover,.dm-ui-btn-dashed[disabled]:focus,.dm-ui-btn-dashed[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-dashed[disabled]>a:only-child,.dm-ui-btn-dashed[disabled]:hover>a:only-child,.dm-ui-btn-dashed[disabled]:focus>a:only-child,.dm-ui-btn-dashed[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-dashed[disabled]>a:only-child:after,.dm-ui-btn-dashed[disabled]:hover>a:only-child:after,.dm-ui-btn-dashed[disabled]:focus>a:only-child:after,.dm-ui-btn-dashed[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-danger{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.dm-ui-btn-danger>a:only-child{color:currentcolor}.dm-ui-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-danger:hover,.dm-ui-btn-danger:focus{color:#fff;border-color:#ff7875;background:#ff7875}.dm-ui-btn-danger:hover>a:only-child,.dm-ui-btn-danger:focus>a:only-child{color:currentcolor}.dm-ui-btn-danger:hover>a:only-child:after,.dm-ui-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-danger:active{color:#fff;border-color:#d9363e;background:#d9363e}.dm-ui-btn-danger:active>a:only-child{color:currentcolor}.dm-ui-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-danger[disabled],.dm-ui-btn-danger[disabled]:hover,.dm-ui-btn-danger[disabled]:focus,.dm-ui-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-danger[disabled]>a:only-child,.dm-ui-btn-danger[disabled]:hover>a:only-child,.dm-ui-btn-danger[disabled]:focus>a:only-child,.dm-ui-btn-danger[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-danger[disabled]>a:only-child:after,.dm-ui-btn-danger[disabled]:hover>a:only-child:after,.dm-ui-btn-danger[disabled]:focus>a:only-child:after,.dm-ui-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-link{color:#7857fc;border-color:transparent;background:transparent;box-shadow:none}.dm-ui-btn-link>a:only-child{color:currentcolor}.dm-ui-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-link:hover,.dm-ui-btn-link:focus{color:#9f82ff;border-color:#9f82ff;background:transparent}.dm-ui-btn-link:hover>a:only-child,.dm-ui-btn-link:focus>a:only-child{color:currentcolor}.dm-ui-btn-link:hover>a:only-child:after,.dm-ui-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-link:active{color:#5940d6;border-color:#5940d6;background:transparent}.dm-ui-btn-link:active>a:only-child{color:currentcolor}.dm-ui-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-link[disabled],.dm-ui-btn-link[disabled]:hover,.dm-ui-btn-link[disabled]:focus,.dm-ui-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-link:hover{background:transparent}.dm-ui-btn-link:hover,.dm-ui-btn-link:focus,.dm-ui-btn-link:active{border-color:transparent}.dm-ui-btn-link[disabled],.dm-ui-btn-link[disabled]:hover,.dm-ui-btn-link[disabled]:focus,.dm-ui-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.dm-ui-btn-link[disabled]>a:only-child,.dm-ui-btn-link[disabled]:hover>a:only-child,.dm-ui-btn-link[disabled]:focus>a:only-child,.dm-ui-btn-link[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-link[disabled]>a:only-child:after,.dm-ui-btn-link[disabled]:hover>a:only-child:after,.dm-ui-btn-link[disabled]:focus>a:only-child:after,.dm-ui-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-text{color:#000000d9;border-color:transparent;background:transparent;box-shadow:none}.dm-ui-btn-text>a:only-child{color:currentcolor}.dm-ui-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-text:hover,.dm-ui-btn-text:focus{color:#9f82ff;border-color:#9f82ff;background:transparent}.dm-ui-btn-text:hover>a:only-child,.dm-ui-btn-text:focus>a:only-child{color:currentcolor}.dm-ui-btn-text:hover>a:only-child:after,.dm-ui-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-text:active{color:#5940d6;border-color:#5940d6;background:transparent}.dm-ui-btn-text:active>a:only-child{color:currentcolor}.dm-ui-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-text[disabled],.dm-ui-btn-text[disabled]:hover,.dm-ui-btn-text[disabled]:focus,.dm-ui-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-text:hover,.dm-ui-btn-text:focus{color:#000000d9;background:rgba(0,0,0,.018);border-color:transparent}.dm-ui-btn-text:active{color:#000000d9;background:rgba(0,0,0,.028);border-color:transparent}.dm-ui-btn-text[disabled],.dm-ui-btn-text[disabled]:hover,.dm-ui-btn-text[disabled]:focus,.dm-ui-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.dm-ui-btn-text[disabled]>a:only-child,.dm-ui-btn-text[disabled]:hover>a:only-child,.dm-ui-btn-text[disabled]:focus>a:only-child,.dm-ui-btn-text[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-text[disabled]>a:only-child:after,.dm-ui-btn-text[disabled]:hover>a:only-child:after,.dm-ui-btn-text[disabled]:focus>a:only-child:after,.dm-ui-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;background:#fff}.dm-ui-btn-dangerous>a:only-child{color:currentcolor}.dm-ui-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous:hover,.dm-ui-btn-dangerous:focus{color:#ff7875;border-color:#ff7875;background:#fff}.dm-ui-btn-dangerous:hover>a:only-child,.dm-ui-btn-dangerous:focus>a:only-child{color:currentcolor}.dm-ui-btn-dangerous:hover>a:only-child:after,.dm-ui-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous:active{color:#d9363e;border-color:#d9363e;background:#fff}.dm-ui-btn-dangerous:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous[disabled],.dm-ui-btn-dangerous[disabled]:hover,.dm-ui-btn-dangerous[disabled]:focus,.dm-ui-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous[disabled]>a:only-child,.dm-ui-btn-dangerous[disabled]:hover>a:only-child,.dm-ui-btn-dangerous[disabled]:focus>a:only-child,.dm-ui-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous[disabled]>a:only-child:after,.dm-ui-btn-dangerous[disabled]:hover>a:only-child:after,.dm-ui-btn-dangerous[disabled]:focus>a:only-child:after,.dm-ui-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-primary{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.dm-ui-btn-dangerous.dm-ui-btn-primary>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-primary:hover,.dm-ui-btn-dangerous.dm-ui-btn-primary:focus{color:#fff;border-color:#ff7875;background:#ff7875}.dm-ui-btn-dangerous.dm-ui-btn-primary:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-primary:focus>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-primary:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-primary:active{color:#fff;border-color:#d9363e;background:#d9363e}.dm-ui-btn-dangerous.dm-ui-btn-primary:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled],.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:hover,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:focus,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:focus>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:focus>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-link{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-link>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-link:hover,.dm-ui-btn-dangerous.dm-ui-btn-link:focus{color:#9f82ff;border-color:#9f82ff;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-link:active{color:#5940d6;border-color:#5940d6;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-link[disabled],.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-link:hover,.dm-ui-btn-dangerous.dm-ui-btn-link:focus{color:#ff7875;border-color:transparent;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-link:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-link:focus>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-link:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-link:active{color:#d9363e;border-color:transparent;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-link:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-link[disabled],.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-text{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-text>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-text:hover,.dm-ui-btn-dangerous.dm-ui-btn-text:focus{color:#9f82ff;border-color:#9f82ff;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-text:active{color:#5940d6;border-color:#5940d6;background:transparent}.dm-ui-btn-dangerous.dm-ui-btn-text[disabled],.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:hover,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:focus,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-text:hover,.dm-ui-btn-dangerous.dm-ui-btn-text:focus{color:#ff7875;border-color:transparent;background:rgba(0,0,0,.018)}.dm-ui-btn-dangerous.dm-ui-btn-text:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-text:focus>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-text:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-text:active{color:#d9363e;border-color:transparent;background:rgba(0,0,0,.028)}.dm-ui-btn-dangerous.dm-ui-btn-text:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-dangerous.dm-ui-btn-text[disabled],.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:hover,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:focus,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:hover>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:focus>a:only-child,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:hover>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:focus>a:only-child:after,.dm-ui-btn-dangerous.dm-ui-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-icon-only{width:32px;height:32px;padding:2.4px 0;font-size:16px;border-radius:2px;vertical-align:-3px}.dm-ui-btn-icon-only>*{font-size:16px}.dm-ui-btn-icon-only.dm-ui-btn-lg{width:40px;height:40px;padding:4.9px 0;font-size:18px;border-radius:2px}.dm-ui-btn-icon-only.dm-ui-btn-lg>*{font-size:18px}.dm-ui-btn-icon-only.dm-ui-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:2px}.dm-ui-btn-icon-only.dm-ui-btn-sm>*{font-size:14px}.dm-ui-btn-icon-only>.anticon{display:flex;justify-content:center}a.dm-ui-btn-icon-only{vertical-align:-1px}a.dm-ui-btn-icon-only>.anticon{display:inline}.dm-ui-btn-round{height:32px;padding:4px 16px;font-size:14px;border-radius:32px}.dm-ui-btn-round.dm-ui-btn-lg{height:40px;padding:6.4px 20px;font-size:16px;border-radius:40px}.dm-ui-btn-round.dm-ui-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.dm-ui-btn-round.dm-ui-btn-icon-only{width:auto}.dm-ui-btn-circle{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.dm-ui-btn-circle.dm-ui-btn-lg{min-width:40px;border-radius:50%}.dm-ui-btn-circle.dm-ui-btn-sm{min-width:24px;border-radius:50%}.dm-ui-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;transition:opacity .2s;content:"";pointer-events:none}.dm-ui-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.dm-ui-btn .anticon.anticon-plus>svg,.dm-ui-btn .anticon.anticon-minus>svg{shape-rendering:optimizespeed}.dm-ui-btn.dm-ui-btn-loading{position:relative;cursor:default}.dm-ui-btn.dm-ui-btn-loading:before{display:block}.dm-ui-btn>.dm-ui-btn-loading-icon{transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)}.dm-ui-btn>.dm-ui-btn-loading-icon .anticon{padding-right:8px;animation:none}.dm-ui-btn>.dm-ui-btn-loading-icon .anticon svg{animation:loadingCircle 1s infinite linear}.dm-ui-btn>.dm-ui-btn-loading-icon:only-child .anticon{padding-right:0}.dm-ui-btn-group{position:relative;display:inline-flex}.dm-ui-btn-group>.dm-ui-btn,.dm-ui-btn-group>span>.dm-ui-btn{position:relative}.dm-ui-btn-group>.dm-ui-btn:hover,.dm-ui-btn-group>span>.dm-ui-btn:hover,.dm-ui-btn-group>.dm-ui-btn:focus,.dm-ui-btn-group>span>.dm-ui-btn:focus,.dm-ui-btn-group>.dm-ui-btn:active,.dm-ui-btn-group>span>.dm-ui-btn:active{z-index:2}.dm-ui-btn-group>.dm-ui-btn[disabled],.dm-ui-btn-group>span>.dm-ui-btn[disabled]{z-index:0}.dm-ui-btn-group .dm-ui-btn-icon-only{font-size:14px}.dm-ui-btn-group-lg>.dm-ui-btn,.dm-ui-btn-group-lg>span>.dm-ui-btn{height:40px;padding:6.4px 15px;font-size:16px;border-radius:0}.dm-ui-btn-group-lg .dm-ui-btn.dm-ui-btn-icon-only{width:40px;height:40px;padding-right:0;padding-left:0}.dm-ui-btn-group-sm>.dm-ui-btn,.dm-ui-btn-group-sm>span>.dm-ui-btn{height:24px;padding:0 7px;font-size:14px;border-radius:0}.dm-ui-btn-group-sm>.dm-ui-btn>.anticon,.dm-ui-btn-group-sm>span>.dm-ui-btn>.anticon{font-size:14px}.dm-ui-btn-group-sm .dm-ui-btn.dm-ui-btn-icon-only{width:24px;height:24px;padding-right:0;padding-left:0}.dm-ui-btn-group .dm-ui-btn+.dm-ui-btn,.dm-ui-btn+.dm-ui-btn-group,.dm-ui-btn-group span+.dm-ui-btn,.dm-ui-btn-group .dm-ui-btn+span,.dm-ui-btn-group>span+span,.dm-ui-btn-group+.dm-ui-btn,.dm-ui-btn-group+.dm-ui-btn-group{margin-left:-1px}.dm-ui-btn-group .dm-ui-btn-primary+.dm-ui-btn:not(.dm-ui-btn-primary):not([disabled]){border-left-color:transparent}.dm-ui-btn-group .dm-ui-btn{border-radius:0}.dm-ui-btn-group>.dm-ui-btn:first-child,.dm-ui-btn-group>span:first-child>.dm-ui-btn{margin-left:0}.dm-ui-btn-group>.dm-ui-btn:only-child{border-radius:2px}.dm-ui-btn-group>span:only-child>.dm-ui-btn{border-radius:2px}.dm-ui-btn-group>.dm-ui-btn:first-child:not(:last-child),.dm-ui-btn-group>span:first-child:not(:last-child)>.dm-ui-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.dm-ui-btn-group>.dm-ui-btn:last-child:not(:first-child),.dm-ui-btn-group>span:last-child:not(:first-child)>.dm-ui-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.dm-ui-btn-group-sm>.dm-ui-btn:only-child{border-radius:2px}.dm-ui-btn-group-sm>span:only-child>.dm-ui-btn{border-radius:2px}.dm-ui-btn-group-sm>.dm-ui-btn:first-child:not(:last-child),.dm-ui-btn-group-sm>span:first-child:not(:last-child)>.dm-ui-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.dm-ui-btn-group-sm>.dm-ui-btn:last-child:not(:first-child),.dm-ui-btn-group-sm>span:last-child:not(:first-child)>.dm-ui-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.dm-ui-btn-group>.dm-ui-btn-group{float:left}.dm-ui-btn-group>.dm-ui-btn-group:not(:first-child):not(:last-child)>.dm-ui-btn{border-radius:0}.dm-ui-btn-group>.dm-ui-btn-group:first-child:not(:last-child)>.dm-ui-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.dm-ui-btn-group>.dm-ui-btn-group:last-child:not(:first-child)>.dm-ui-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.dm-ui-btn-rtl.dm-ui-btn-group .dm-ui-btn+.dm-ui-btn,.dm-ui-btn-rtl.dm-ui-btn+.dm-ui-btn-group,.dm-ui-btn-rtl.dm-ui-btn-group span+.dm-ui-btn,.dm-ui-btn-rtl.dm-ui-btn-group .dm-ui-btn+span,.dm-ui-btn-rtl.dm-ui-btn-group>span+span,.dm-ui-btn-rtl.dm-ui-btn-group+.dm-ui-btn,.dm-ui-btn-rtl.dm-ui-btn-group+.dm-ui-btn-group,.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn+.dm-ui-btn,.dm-ui-btn-group-rtl.dm-ui-btn+.dm-ui-btn-group,.dm-ui-btn-group-rtl.dm-ui-btn-group span+.dm-ui-btn,.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn+span,.dm-ui-btn-group-rtl.dm-ui-btn-group>span+span,.dm-ui-btn-group-rtl.dm-ui-btn-group+.dm-ui-btn,.dm-ui-btn-group-rtl.dm-ui-btn-group+.dm-ui-btn-group{margin-right:-1px;margin-left:auto}.dm-ui-btn-group.dm-ui-btn-group-rtl{direction:rtl}.dm-ui-btn-group-rtl.dm-ui-btn-group>.dm-ui-btn:first-child:not(:last-child),.dm-ui-btn-group-rtl.dm-ui-btn-group>span:first-child:not(:last-child)>.dm-ui-btn{border-radius:0 2px 2px 0}.dm-ui-btn-group-rtl.dm-ui-btn-group>.dm-ui-btn:last-child:not(:first-child),.dm-ui-btn-group-rtl.dm-ui-btn-group>span:last-child:not(:first-child)>.dm-ui-btn{border-radius:2px 0 0 2px}.dm-ui-btn-group-rtl.dm-ui-btn-group-sm>.dm-ui-btn:first-child:not(:last-child),.dm-ui-btn-group-rtl.dm-ui-btn-group-sm>span:first-child:not(:last-child)>.dm-ui-btn{border-radius:0 2px 2px 0}.dm-ui-btn-group-rtl.dm-ui-btn-group-sm>.dm-ui-btn:last-child:not(:first-child),.dm-ui-btn-group-rtl.dm-ui-btn-group-sm>span:last-child:not(:first-child)>.dm-ui-btn{border-radius:2px 0 0 2px}.dm-ui-btn:focus>span,.dm-ui-btn:active>span{position:relative}.dm-ui-btn>.anticon+span,.dm-ui-btn>span+.anticon{margin-left:8px}.dm-ui-btn.dm-ui-btn-background-ghost{color:#fff;border-color:#fff}.dm-ui-btn.dm-ui-btn-background-ghost,.dm-ui-btn.dm-ui-btn-background-ghost:hover,.dm-ui-btn.dm-ui-btn-background-ghost:active,.dm-ui-btn.dm-ui-btn-background-ghost:focus{background:transparent}.dm-ui-btn.dm-ui-btn-background-ghost:hover,.dm-ui-btn.dm-ui-btn-background-ghost:focus{color:#9f82ff;border-color:#9f82ff}.dm-ui-btn.dm-ui-btn-background-ghost:active{color:#5940d6;border-color:#5940d6}.dm-ui-btn.dm-ui-btn-background-ghost[disabled]{color:#00000040;background:transparent;border-color:#d9d9d9}.dm-ui-btn-background-ghost.dm-ui-btn-primary{color:#7857fc;border-color:#7857fc;text-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-primary>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-primary:hover,.dm-ui-btn-background-ghost.dm-ui-btn-primary:focus{color:#9f82ff;border-color:#9f82ff}.dm-ui-btn-background-ghost.dm-ui-btn-primary:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-primary:focus>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-primary:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-primary:active{color:#5940d6;border-color:#5940d6}.dm-ui-btn-background-ghost.dm-ui-btn-primary:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled],.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:hover,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:focus,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:focus>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:focus>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-danger{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-danger>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-danger:hover,.dm-ui-btn-background-ghost.dm-ui-btn-danger:focus{color:#ff7875;border-color:#ff7875}.dm-ui-btn-background-ghost.dm-ui-btn-danger:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-danger:focus>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-danger:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-danger:active{color:#d9363e;border-color:#d9363e}.dm-ui-btn-background-ghost.dm-ui-btn-danger:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled],.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:hover,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:focus,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:focus>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:focus>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:hover,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:focus{color:#ff7875;border-color:#ff7875}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:focus>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:active{color:#d9363e;border-color:#d9363e}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled],.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:hover,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:focus,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:focus>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:focus>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link{color:#ff4d4f;border-color:transparent;text-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:hover,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:focus{color:#ff7875;border-color:transparent}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:focus>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:active{color:#d9363e;border-color:transparent}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled],.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus>a:only-child,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active>a:only-child{color:currentcolor}.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:hover>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:focus>a:only-child:after,.dm-ui-btn-background-ghost.dm-ui-btn-dangerous.dm-ui-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.dm-ui-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.dm-ui-btn-two-chinese-chars>*:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.dm-ui-btn.dm-ui-btn-block{width:100%}.dm-ui-btn:empty{display:inline-block;width:0;visibility:hidden;content:" "}a.dm-ui-btn{padding-top:.01px ;line-height:30px}a.dm-ui-btn-lg{line-height:38px}a.dm-ui-btn-sm{line-height:22px}.dm-ui-btn-rtl{direction:rtl}.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn-primary:last-child:not(:first-child),.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn-primary+.dm-ui-btn-primary{border-right-color:#9f82ff;border-left-color:#d9d9d9}.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn-primary:last-child:not(:first-child)[disabled],.dm-ui-btn-group-rtl.dm-ui-btn-group .dm-ui-btn-primary+.dm-ui-btn-primary[disabled]{border-right-color:#d9d9d9;border-left-color:#9f82ff}.dm-ui-btn-rtl.dm-ui-btn>.dm-ui-btn-loading-icon .anticon{padding-right:0;padding-left:8px}.dm-ui-btn>.dm-ui-btn-loading-icon:only-child .anticon{padding-right:0;padding-left:0}.dm-ui-btn-rtl.dm-ui-btn>.anticon+span,.dm-ui-btn-rtl.dm-ui-btn>span+.anticon{margin-right:8px;margin-left:0}.dm-drawer .dm-ui-drawer-content{overflow:visible}.dm-drawer .dm-ui-drawer-header{display:flex;align-items:center;height:56px;padding:0 20px;flex-shrink:0}.dm-drawer .dm-ui-drawer-close{position:absolute;left:-12px;top:68px;z-index:99;width:24px;height:24px;background:#fff;border-radius:50%;cursor:pointer}.dm-drawer .dm-ui-drawer-footer{display:flex;align-items:center;height:64px;border:none}.dm-drawer .dm-ui-drawer-footer button{min-width:103px;border-radius:4px}.dm-drawer .dm-ui-drawer-footer .dm-ui-btn+.dm-ui-btn{margin-left:10px}