body {
    min-height: 100vh;
    background-color: #f3f3f3;
}

.search-tool {
    position: relative;
    top: 10px;
}

.code-td {
    min-width: 100px;
}

.btn-copy {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 1px;
    color: #7e7b7b;
}

.btn-copy:hover {
    color: #7e7b7b;
}

.icon-copy {
    font-size: 16px;
}

.status-name-td {
    width: 120px;
}

.status-dot {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 20px;
    display: inline-block !important;
    vertical-align: middle;
}

.green-dot {
    background-color: #5ed45c !important;
}

.orange-dot {
    background-color: #edbb2b !important;
}

.create-time-td {
    max-width: 180px;
}

.code-record a {
    color: #7e7b7b;
    margin-right: 2px;
    text-decoration: none;
}

@media (max-width: 479px) {
    #content {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .status-name-td {
        width: 90px !important;
    }
}