/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(./mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(./mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(./mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}

body {
    font-family: 'Open Sans', Helvetica Neue, Arial, sans-serif, Microsoft YaHei;
    color: rgb(116, 117, 118);
    font-size: 12px;
    background: rgb(247, 250, 252);
}

small {
    font-size: 0.9em;
}

*:focus {
    outline: none;
}

::placeholder {
    color: #d0d0d0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    color: rgb(103, 106, 108);
    font-weight: 300;
}

h1 small,
h2 small,
h3 small {
    font-size: 0.6em;
}

h1 {
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 24px;
    }
}

input,
button,
select,
textarea {
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    color: inherit;
}

button {
    color: #fff;
    cursor: pointer;
    border: none;
}

textarea {
    border: 2px dotted #e7e7e7;
}

input,
select,
textarea {
    background: #fff;
    font-size: 1em;
}

button.ctl:disabled {
    /*opacity: 0.4;*/
    visibility: hidden;
}

li {
    list-style: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.float-left {
    float: left
}

.float-right {
    float: right
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

th,
strong,
b {
    font-weight: 600;
}

th,
td {
    padding: 0 10px;
    height: 24px;
    white-space: nowrap;
}
#search-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
    width: 100%;
}
#search-inp {
    width: 100%;
    padding: 8px 12px;
}

#content {
    margin: 15px 0 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.table-generate {
    margin: 5px;
    border: 1px solid #f3f1f1;
    /* display: block; */
}

td.topic {
    /* 紫色 */
    color: #9c27b0;
}

td.topic .topic-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    min-width: 90px;
}

td.field {
    color: #666;
    width: 100px;
    word-break: normal;
}

td.value {}

.reset-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.field-highlight {
    /* highlight color */
    color: #ff9800;
    font-weight: 600;
}

.card-footer {
    font-size: 1em;
    font-weight: 600;
    color: #ccc;
    text-align: center;
}

/* json-viewer start */
.json-container{
    background-color: transparent !important;
    font-size: 1em !important;
}
/* json-viewer end */
