.loginDivBgStyle {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginReactStyle {
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -190px;
}

.loginBgOverRite {
    background: url(./loginoverriteimg.png) repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "Microsoft YaHei", sans-serif;
}

.loginReactInsideStyle {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    text-align: center;
    background-color: rgba(50, 50, 50, 0.80);
    position: relative;
    padding-top: 10px;
}

.ant-input-affix-wrapper {
    position: relative;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: transparent;
    background-image: none;
    border: 1px solid #434343;
    border-radius: 2px;
    transition: all 0.3s;
    display: inline-flex;
}

.ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.85);
    border-color: #434343;
    border: 1px solid transparent;
    background: transparent;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.ant-btn-primary:hover{
    color: #fff;
    border-color: #095cb5;
    background: #095cb5;
}


button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 2.5715;
    background-color: transparent;
    background-image: none;
    border: 1px solid #434343;
    border-radius: 2px;
    transition: all 0.3s;
}

.ant-input-prefix {
    margin-top: 8px;
    margin-right: 4px;
}

.ant-btn-lg {
    height: 40px;
    padding: 6.4px 15px;
    font-size: 16px;
    border-radius: 2px;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.ant-btn-primary {
    color: #fff;
    border-color: #177ddc;
    background: #177ddc;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-input-affix-wrapper > input.ant-input {
    padding: 0;
    border: none;
    outline: none;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: #165996;
    border-right-width: 1px;
    z-index: 1;
}
.body {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: #000;
    font-feature-settings: 'tnum', "tnum";
}
.table-container::-webkit-scrollbar {
    width: 8px;
    background-color: #333;
}

.table-container::-webkit-scrollbar-thumb {
    background-color: #555;
}

.table-container::-webkit-scrollbar-track {
    background-color: #333;
}
.table-container {
    height: 50vh;
    overflow-y: auto;
    position: relative;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: coral;
}

thead th {
    position: sticky;
    top: 0;
    background-color: #222;
}
th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #444;
    background-color: #333;
}

th {
    background-color: #222;
}

th:first-child {
    width: 50%;
}