.view-table {
    display: flex;
    flex-direction: column;
}

.table-condensed > tbody > tr > td.view-table-td-array {
    padding: 0;
}

.view-table-array-cell {
    height: 27px;
    padding-top: 5px;
}

.view-table-array-cell-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/*****************/

.table-condensed > tbody > tr > td.view-table-td-ref {
    padding: 0;
}

.view-table-ref-cell {
    height: 27px;
    padding: 5px;
}

.view-table-ref-cell-span {
    display: block;
    color: #19aa89;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-table-ref-cell-span:hover {
    text-decoration: underline;
}

/*****************/

.view-table-styled-cell {
    height: 27px;
    padding: 5px;
    margin: -5px;
}

/*****************/

td.view-table-td-common {
    cursor: pointer;
}

.view-table-setting {
    font-family: Inter;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 12px 0;
}

.view-table-setting > *:first-child {
    margin-left: 24px;
}

.view-table-setting > * {
    margin-left: 20px;
}

.view-table-setting .icon {
    cursor: pointer;
}

.view-table-placeholder {
    flex-grow: 1;
}

.view-table-page-size {
    margin: -4px 40px -4px 20px;
}

.view-table-page-size .title {
    display: inline-block;
    font-size: 13px;
    color: #343741;
    font-weight: 500;
}

.view-table-page-size .size-select {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.view-table-page-size .size-select .size-caret {
    margin-left: 8px;
    display: inline-block;
    border: solid #808080;
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.view-table-page-size .size-select .size-caret.open {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -1px;
}

.view-table-page-size .size-select .size-caret.closed {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
}

.size-select-items {
    width: 50px;
    padding: 6px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.size-select-item {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
}

.size-select-item:hover {
    background-color: #dddddd;
}

.size-select-item.active {
    color: #096DD9;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.view-table-setting .pagination {
    margin: -6px 25px -6px 0;
    font-weight: 500;
}

.view-table-setting .pagination > li > a {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    border: none;
}
.view-table-setting .pagination > .active > a,
.view-table-setting .pagination > li > a:hover {
    border-radius: 30px;
}

.view-table-setting .pagination > li > a:focus {
    outline: 0;
}

.view-table-setting .pagination > li > a:hover {
    background-color: #dddddd;
}

.view-table-setting .pagination span[aria-label="Previous"],
.view-table-setting .pagination span[aria-label="Next"] {
    font-size: 22px;
    font-weight: bold;
    color: #808080;
}

.view-table-setting .page-selector-delimiter {
    font-size: 12px;
    margin-left: 4px;
}

.view-table-setting .view-filters .btn {
    font-size: 11px;
}

.view-table-setting .products-count {
    margin-left: 20px;
    font-family: Roboto, sans-serif;
    line-height: 14px;
    color: #808080;
    font-size: 12px;
}

.mobile-products-count {
    padding: 4px;
    line-height: 12px;
    font-size: 12px;
    margin: 4px 0;
}

.view-table-text-filter-comparator {
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    height: 26px;
    margin-bottom: 3px;
}

.view-table-text-filter-input {
    width: 100%;
    padding: 3px;
    font-size: 12px;
    line-height: 17px;
    height: 26px;
}

.view-table .number-filter-comparator {
    float: none !important;
    width: 100% !important;
    margin-bottom: 3px;
    padding: 0 !important;
}

.view-table .number-filter {
    display: block !important;
}

.view-table .number-filter-input {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.view-table {
    max-height: 100%;
    overflow: auto;
}

.view-table-selected-row {
    background-color: #FCFDCE !important;
}
