#paginator-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#paginator-container .form-control {
    width: 100px;
    height: 30px;
}

#paginator-container .input-group button {
    height: 30px;
}

#paginator-container button {
    margin-bottom: 0;
}

.input-group {
    margin: 0;
    height: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.nav .tips {
    display: none;
    line-height: 15px;
    font-style: normal;
    font-size: 10px;
    padding: 0 3px;
    color: #FFF;
    background: #ec67f5;
    margin-left: 5px;
    text-align: center;
    border-radius: 3px;
}

.nav .user-confirm-tips, .nav .user-auth-tips, .nav .tweet-confirm-tips, .nav .tweet-auth-tips {
    color: #ecf0f1;
}

.modal-input {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.modal-input a {
    font-size: 12px;
    text-decoration: underline;
    color: #a8b3bf;
    margin-top: 6px;
}

.modal-input input {
    display: none;
    margin-top: 10px;
}

@media screen and (max-width: 980px) {
    .menu_section > ul {
        position: relative;
    }

    .nav .user-tips, .nav .check-tips {
        position: absolute;
        top: 3px;
        right: 5px;
    }

    .table-responsive > .table > tbody > tr > td.text-wrap {
        white-space: pre-wrap;
    }

    .table-responsive .media {
        max-width: 180px;
    }

    .table-responsive video.media {
        max-width: 240px;
    }
}


/* element ui*/
.el-upload__input[type=file] {
    display: none;
}
