.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-disable:hover {
    color: #999 !important;
}

.text-disable {
    color: #999;
}

.modal-xxl {
    max-width: 90%;
}

.video-item {
    width: 340px;
    display: flex;
    margin: 4px;
}

.video-item .video-img {
    flex-shrink: 0;
    width: 80px;
    height: 120px;
    margin-right: 8px;
}

.video-item .video-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.video-item .video-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-item .video-info .video-title {
    font-weight: 600;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-item .video-info .video-id,
.video-time {
    color: #737373;
}

.text-capitalize.control-label.pt-0 {
    padding-top: 10px !important;
}

.w-160 {
    width: 160px;
}

.z-mt-4 {
    margin-top: 4px;
}

.z-mr-8 {
    margin-right: 8px;
}

.z-m-4 {
    margin: 4px;
}

.content-body .table-responsive .tables-container table thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #ececf1;
}

.content-body .table-responsive .tables-container table.table-bordered thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #eff1f7;
}

.grid-column-header a.active {
    background: none !important;
}

.channels-order-card {
    width: 320px;
    padding: 8px;
}

.channels-order-card .order-finder-title {
    white-space: normal;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.channels-order-card .order-img {
    width: 80px;
    height: 120px;
    margin-right: 8px;
}

.channels-order-card .order-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.channels-order-card .order-component-icon {
    display: flex;
}

.channels-order-card .order-component-icon img {
    width: 20px;
    height: 20px;
}

.breadcrumbs-top .back {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs-top .back:hover {
    color: rgba(0, 0, 0, 0.55);
}

.tooltip {
    z-index: 999999999;
}

.line-height-normal {
    line-height: normal !important;
}

.dcat-admin-body.full-page {
    background-color: #fff;
}

.hidden {
    display: none !important;
    visibility: hidden;
}


#grid-table .grid-icon-action {
    opacity: 0;
}

#grid-table tr:hover .grid-icon-action {
    opacity: 1;
}

.grid__actions__ .dropdown .dropdown-toggle::after {
    left: 0;
}


.layui-layer.layui-layer-tips .layui-layer-content img {
    max-height: 120px;
}