/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.pdd-lr-20>a{
	align-items: center;
	justify-content: center;
	display: flex;
}
/* === CUSTOM TABLE STYLES === */
table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%
}

td,th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left
}

td {
    color: #1d1b1b
}

td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
}

.dark td,.dark th {
    border-color: hsla(0,0%,100%,.08)
}

td .label,td dl,td form,td input,td label,td p,td select {
    margin: .5em 0
}

label {
    color: #222
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

@media(max-width: 849px) {
    .touch-scroll-table {
        box-shadow:inset -2px 0 18px -5px rgba(0,0,0,.5);
        margin-left: -15px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 15px;
        position: relative;
        width: calc(100% + 30px)
    }

    .touch-scroll-table table {
        width: 100%
    }
}
/* === KẾT THÚC CUSTOM === */