@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&display=swap');
body {
    font-family: 'Fira Sans', sans-serif;
    background: #fafafa;
    padding: 10px 14px;
    font-size: 16px;
}
input,textarea,select{
    font-family: 'Fira Sans', sans-serif;
}

#app {
    padding-bottom: 32px;
}

.el-tabs__item {
    font-size: 16px;
}

.el-card__header {
    font-weight: 700;
}

table thead th {
    background: #fafafa !important;
}

td.cell-total {
    padding-top: 15px !important;
}

table thead th .cell {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    white-space: nowrap !important;
}

.el-dropdown-link {
    cursor: pointer;
    color: #409EFF;
}

.el-icon-arrow-down {
    font-size: 12px;
}

td button {
    margin: 0px 0px !important;
}

td .el-dropdown {
    margin-left: 10px !important;
}

.btnbtn {
    overflow: hidden;
}

.el-select {
    width: 100% !important;
}

.drag {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.main-table {
    margin-top: 24px;
}

.main-table.el-table .el-table__cell {
    vertical-align: top !important;
}

.el-form-item__content {
    font-size: 16px;
}

td.ggg .cell {
    font-size: 15px;
    line-height: 32px;
}

.cell {
    padding-bottom: 1px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.docy .cell {
    white-space: initial !important;
    word-break: normal !important;
    line-height: 1.3 !important;
}

.docy th.is-right .cell {
    text-align: center !important;
}

td.cell-top .cell {
    margin-top: 22px;
}

.labell {
    font-size: 13px;
    color: #aaa;
}

td .el-form-item__label {
    font-size: 14px !important;
    line-height: 28px !important;
}

td .el-tag {
    font-size: 13px !important;
}

td .el-form-item__content {
    line-height: 1.3 !important;
}

td .el-form-item {
    margin: 12px 0 !important;
}

.el-select-dropdown__item {
    font-size: 90% !important;
    max-width: 480px !important;
    overflow: auto !important;
    white-space: normal !important;
    text-overflow: initial !important;
    line-height: 1.4 !important;
    padding: 7px 20px !important;
    height: auto !important;
}

td .el-collapse-item__header {
    height: auto !important;
    border: none !important;
    line-height: 1 !important;
    padding: 10px;
    background: transparent !important;
}

td .el-collapse {
    border: none !important;
}

.el-tabs__content {
    overflow: initial;
}

.smalllabel {
    line-height: 28px;
}

.smalllabel .el-checkbox__label {
    padding-left: 2px !important;
}

.smalllabel .el-tag {
    width: 100% !important;
    line-height: 1.2 !important;
    min-height: 28px !important;
    white-space: normal;
    height: auto !important;
    display: flex;
    align-items: center;
}

.bigtag {
    font-size: 20px;
    font-weight: 700;
}

.el-card .el-checkbox__label {
    font-size: 15px !important;
}

.el-divider__text.is-center {
    background: #fafafa !important;
}

.el-icon-check,
.el-icon-close,
.el-icon-bottom,
.el-icon-top {
    cursor: pointer;
}

.el-icon-check:hover,
.el-icon-close:hover,
.el-icon-bottom:hover,
.el-icon-top:hover {
    color: #000;
}
.docy th .cell{ font-size: 12px; }

th.boldbold {
    background: #f3f3f3 !important;
}

th.boldbold .cell {
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.collapse-max {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.collapse-max .el-collapse-item__header {
    padding-left: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.collapse-max .el-collapse-item__content {
    padding: 16px 24px;
}

.collapse-import {
    border-radius: 5px;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 20px;
}

.import-txt textarea {
    height: 150px;
    background: #fafafa !important;
}

.collapse-import .el-collapse-item__header {
    padding-left: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #eee;
}

.collapse-import .el-collapse-item__content {
    padding: 16px 24px;
    background: #eee;
}

.el-notification__content {
    text-align: left !important;
}

.pagepage {
    margin: 10px 10px 20px;
    display: flex;
    justify-content: end;
}

.pagepage .el-pagination__sizes {
    order: 1;
    width: 200px;
}

.pagepage.el-pagination .el-select .el-input {
    width: 200px;
}

.el-dialog__body {
    word-break: break-word;
}
.small-table{
    zoom:0.8;
}
.el-select-dropdown__item{ max-width:100% !important;}
