.ant-layout {
  width: 100%;
  height: 100%;
}
.site-layout-background {
  z-index: 4;
  /* box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3); */
}
header.header {
  z-index: 5;
  padding: 0;
  margin: 0;
}
input[type='number']{
  -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ant-input-number-handler-wrap{
  display: none;
}
.overflowStyleCss {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.overflowStyleCss::-webkit-scrollbar {
    display: none;
}

.serviceCode {
    width: 100px;
    height: 40px;
    text-align: center;
}

.serviceCodeDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100px;
    height: 180px;
}
/* .ant-table-thead > tr > th {
    background: #E0F0FF;
} */
.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.centercontent{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.textOverflowSpan {
    width: 40%;
    height: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant-table-thead>tr>th {
    background: #E0F0FF;
}

.ant-table-cell {
    vertical-align: middle;
}

.cardStyle {
    margin-bottom: 10px;
    position: relative;
}

.cardStyle th {
    background: red;
}

.buttonStyle {
    width: 24px;
    height: 13px;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
}

.cardStyle .ant-table-tbody>tr>td {
    padding: 5px !important;
    font-size: 12px !important;
}

.cardStyle .ant-table-thead>tr>th {
    padding: 9px;
    font-size: 12px !important;
    font-weight: bold;
}

.ant-table-measure-row {
    visibility: collapse;
}

.customButton.ant-btn-primary {
    /* padding: 4px 6px;
    height: 26px; */
    font-size: 12px;
    padding: 6px 6px;
}

.ant-btn-primary,.ant-btn-default {
    /* margin-right: 5px; */
    padding: 1px 10px;
    height: 30px;
}

.ant-pagination {
    float: right;
}

.IconContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;

}

.IconSpot {
    width: 10px;
    height: 10px;
    background: #EE768B;
    border-radius: 50%;
    margin-right: 2px;
}

/* .ant-table-row-level-0:hover {
    background: #40a9ff !important;
} */
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
}


/* 分页样式 start */

.ant-pagination-item {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.paginationStyle .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 24px;
}

.paginationStyle .ant-pagination-options-quick-jumper input {
    height: 24px;
    font-size: 12px;
}

.paginationStyle .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 25px;
    padding: 0 11px;
}

.paginationStyle .ant-pagination-options {
    padding-top: 3px;
}

.paginationStyle .ant-pagination-options-size-changer {
    width: 83px;
}

.ant-pagination-options .ant-select {
    font-size: 12px !important;
}

.paginationStyle .ant-pagination-options-quick-jumper {
    display: inline-block;
    height: 24px;
    margin-left: 8px;
    line-height: 24px;
    vertical-align: top;
    font-size: 12px;
}

.paginationStyle .ant-select-single .ant-select-selector .ant-select-selection-item,
.paginationStyle .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 25px;
    transition: all 0.3s;
}

/* .paginationStyle .ant-pagination-item-active a {
    background: #1890ff;
    color: #ffffff !important;
    border: 0;
    border: 1px solid #1890ff;
} */

.paginationStyle .ant-pagination-total-text {
    font-size: 12px;
}

/* 分页样式 end */

.tiitleText {
    font-weight: bold;
    font-size: 15px;
    color: #40a9ff;
    margin-bottom: 10px;
    padding-left: 50px;
}


.ant-form.ant-form-inline .ant-form-item{
    margin-bottom: 10px;
}

.tableCellFormItem {
    margin-bottom: 0;
    height: 32px;
    min-height: 32px !important;
}

.ant-table-tbody > tr.ant-table-row-selected > td {
    background: #e6f7ff !important;
    border-color: rgba(0, 0, 0, 0.03) !important;
}


.custom-tooltip {
    --color: #80c6ff;
    --text-color: #fff;
    z-index: 9999;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
    display: block;
    width: -webkit-max-content;
    width: max-content;
    width: intrinsic;
    -webkit-transform-origin: 50% 52.3125px;
            transform-origin: 50% 52.3125px;
    pointer-events: none;
    padding-bottom: 12px;
}

.custom-tooltip > div {
    position: relative;
}

.custom-tooltip .arrow {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateY(100%) translate(-50%);
            transform: translateY(100%) translate(-50%);
    bottom: 0;
}

.custom-tooltip .arrow > .arrow-content {
    position: absolute;
    inset: 0;
    display: block;
    width: 11.3137085px;
    height: 11.3137085px;
    margin: auto;
    content: "";
    pointer-events: auto;
    border-radius: 0 0 2px;
    pointer-events: none;
    box-shadow: 3px 3px 7px #00000012;
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
}

.custom-tooltip .arrow > .arrow-content::before {
    background: var(--color);
    position: absolute;
    top: -11.3137085px;
    left: -11.3137085px;
    width: 33.9411255px;
    height: 33.9411255px;
    background-repeat: no-repeat;
    background-position: -10px -10px;
    content: "";
    -webkit-clip-path: inset(33% 33%);
    clip-path: inset(33% 33%);
    -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
    clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}

.custom-tooltip .tooltip-text {
    min-width: 30px;
    min-height: 32px;
    padding: 5px;
    color: var(--text-color);
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    background-color: var(--color);
}

:-webkit-scrollbar {
    width: 8px;
    height: 4px !important;
}
