/* A simple CSS reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body.el-popup-parent--hidden {
    padding-right: 0 !important;
}

.wms-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #e5e5e5;
}

.el-menu--horizontal .el-link--default {
    width: 100%;
}

.el-menu--horizontal .el-link--inner {
    width: 100%;
    text-align: left;
}

.breadcrumb {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
}

.el-breadcrumb .el-link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.el-breadcrumb__separator {
    vertical-align: middle;
    /*color: #c0c4cc;*/
    margin: 0 8px;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #606266;
    font-weight: normal;
}

.el-card__body {
    padding-bottom: 0;
}

textarea {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.custom-dialog {
    width: 80%;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .custom-dialog {
        width: 95% !important;
        max-width: 100% !important;
        margin-top: 5vh !important;
    }
}

input[aria-hidden="true"] {
    display: none !important
}