.list-group-wrapper {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}

.list-group-wrapper>.list-group-wrapper {
    padding-left: 145px;
}

.list-group-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 78px;
    z-index: 99;
}

.list-group-tab div {
    padding: 5px 15px;
    color: #fff;
    background-color: #464646;
    position: relative;
    cursor: pointer;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
    padding-top: 0px;
}

.list-group-tab div.active {
    background-color: #10cfbd;
}

.list-group-tab div.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #10cfbd transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list-group-wrapper .list-group {
    padding-top: 10px;
    padding-bottom: 0px;
}

.list-group-title {
    color: #10cfbd;
    font-size: 21px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.list-group-title::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 6px;
    background-color: #10cfbd;
    margin-right: 12px;
}

ul.list-group {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.list-group li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    width: 50%;
    padding: 0px 10px;
}

ul.list-group li+li {
    margin-top: 3px;
}

ul.list-group li>span {
    display: block;
    width: 145px;
    font-weight: 500;
}

ul.list-group li p span {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: block;
    padding: 5px 0px;
}

ul.list-group li p span:last-child {
    border-bottom: 0px;
}

ul.list-group li p {
    flex: 1;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 5px;
    word-break: break-all;
    min-height: 30px;
}

.table-wrap {
    overflow-x: auto;
}

table.list-group {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 1000px;
    border: 1px solid #e2e2e2;
}

table.list-group thead tr {
    background-color: #f5f5f5;
}

table.list-group td,
table.list-group th {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

table.list-group td.w-200,
table.list-group th.w-200 {
    width: 240px;
    text-align: left;
}

.basic-table {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #e2e2e2;
}

.basic-table thead tr {
    background-color: #f5f5f5;
}

.basic-table td,
.basic-table th {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.basic-table .w200 {
    width: 200px;
    text-align: left;
}