


html{
    font-size:14px;
}
html, body, #app, .ant-layout {
    height: 100%;
    margin: 0;
}
.app-header {
    display: flex;
    gap: 10px;
    height: 45px;
    padding:0 10px;
    background-color: #fff;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.app-header .logo {
    padding: 5px;
    height:100%;
}
.app-header .logo img{
    max-height:100%;
    display:block;
}
.app-header .menu{
   flex:1;
   height:100%
}
.flex1{
    flex:1;
}
.flex{
    display:flex;
}
.flex.full{
    flex:1;
    width:100%;
}
.flex.space-between{
    justify-content:space-between;
}
.flex .full {
    flex: 1;
}
.app-header .menu .ant-menu {
    height: 39px;
    line-height: 39px;
    font-size: 13px; 
    border:none!important;
}
.app-header .menu{
   flex:1;
}
.ant-input-group, .ant-input, .ant-tree-select, .ant-input-number, .ant-picker {
    width: 100%;
}
.ant-radio-group.full-block{
    width:100%;
    display:flex;
}
.ant-radio-group.full-block .ant-radio-button-wrapper{
    flex:1;
    text-align:center;
    justify-content:center;
}
.bg-white {
    background-color: #fff;
}

.max-width-1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.ant-form-spin-wrapper {
    height: 100%;
}

.ant-form-spin-wrapper > div {
    height: 100%;
}

.ant-form-spin-wrapper > div .ant-spin-container {
    height: 100%;
}

.full-height.ant-form.ant-form-horizontal {
    height: 100%;
}
.line-center{
    display:flex!important;
    align-items:center;
}
.ant-tag.full{
    width:100%;
    margin-right:0px!important;
}

.z-virtual-view .ant-spin-nested-loading, .z-virtual-view .ant-spin-nested-loading > div, .z-virtual-view .ant-spin-nested-loading .ant-spin-container {
    height: 100%;
}
.virtual-scroll,
.virtual-scroll .ant-spin-nested-loading,
.virtual-scroll .ant-spin-nested-loading .ant-spin-container,
.virtual-scroll .ant-spin-nested-loading > div {
    height: 100%;
}