.xls-modal .ant-modal-header {
    padding: 8px 24px;
}

.xls-modal .ant-modal-close-x {
    line-height: 43px;
    height: 43px;
}

.sheet {

    height: calc(100vh - 55px);
    overflow: scroll;
}

.sheet table {
    position: relative;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.sheet td, .sheet th {
    white-space: nowrap;
    border: 1px solid #ddd;
    text-align: center;
}

.sheet th {
    padding: 5px 20px;
    background-color: #eee;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 2;
}
.sheet th:first-of-type {
    left: 0;
    z-index: 3;
}

.sheet tbody tr td:first-of-type {
    background-color: #eee;
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    text-align: center;
    padding: 5px 20px;
    z-index: 2;
}

.sheet .cell {
    padding: 5px 20px;
    position: relative;
    max-width: 200px;
    min-width: 70px;
    overflow: hidden;
}

.sheet .cell.expanded {
    max-width: initial;
}

.cell.highlight {
    background: #fffa90;
}

.highlight.outline {
    background: #a4e4ff;
}

.cell i {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.sheet th .anticon {
    font-size: 12px;
    right: 0;
    position: absolute;
    top: 11px;
    margin-right: 10px;
    cursor: pointer;
}

.sheets-tabs {
    position: relative;
    margin-bottom: -8px;
}

.sheets-tabs button {
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    border-bottom: none;
    color: #666;
    padding: 5px 15px;
    font-weight: 300;
    font-size: 14px;
}

.sheets-tabs button:last-child {
    border-right: 1px solid #cccccc;
}

.sheets-tabs button:disabled {
    color: #000;
    background: white;
    font-weight: bold;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}