

.widget-mopa-go-view .mopa-go-view-title h3{
    margin:0px;
}
.widget-mopa-go-view .container-group  .go-type-container{
    display: flex;
}


.widget-mopa-go-view .go-type-container .content-select {
    width: 220px;
    height: 32px;
    margin-left: 16px;
    margin-top: 6px;

}
.mopa-go-table {
    width: 100%;
    border-collapse: collapse;

}

.mopa-go-table th, .mopa-go-table td {
    padding:8px;
    text-align: left;
    border: 1px solid var(--color-border-normal);
}

.mopa-go-table td:last-child {
    border-right: 1px solid var(--color-border-normal);
}
.mopa-go-table th {
    background-color:     var(--color-normal-bg);
    font-weight: bold;
    color: var(--color-dark-dark);
}

.mopa-go-table td a {
    text-decoration: none;
    font-weight: bold;
    align-content: center;
}

.mopa-go-table td a:hover {
    text-decoration: underline;

}
.widget-mopa-go-view .mopa-complain-serial-no{
    padding: 0px;
    margin:0px
}

.widget-mopa-go-view .pagination-meta {
    display: none !important;
}

.widget-mopa-go-view .table-th input {
    width: calc(100% - 8px);
}

.widget-mopa-go-view a:has(.file-icon) {
    margin-right: 5px;
    display: inline-block;
}

.widget-mopa-go-view .file-icon {
    color: var(--color-dark-light);
    font-size: 1.2rem;
}
