.UILichTiepCongDan{
    padding: 20px;
    border-radius: 4px;
    box-shadow: var(--box-category);
}
.UILichTiepCongDan th:last-child {
}
.UILichTiepCongDan td:last-child {
}
.UILichTiepCongDan #div-year{
}
.UILichTiepCongDan #div-year>label {
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    color: #231231;
}
.UILichTiepCongDan #div-year>select{
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
    border-radius: 4px;
    outline: 0;
    padding: 10px;
    width: 100px;
} 
.UILichTiepCongDan .lblTitle {
    text-align: center;
    text-transform: uppercase;
    color: #d12941;
    font-size: 20px;
    font-weight: bold;
    margin: 26px auto;
}

.UILichTiepCongDan .drpYear {
    border: solid 0.6px lightgray;
    width: 200px;
    margin-left: 5px;
}

.UILichTiepCongDan .div-container {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}

.UILichTiepCongDan #link-container {
    border-radius: 6px;
    text-align: center;
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.UILichTiepCongDan #link-container>li:first-child{
    display: none;
}
  .UILichTiepCongDan  #link-container li {
        display: table-cell;
        background-color: #74EBD5;
        background-image: linear-gradient(117deg, #ffffff 0%, #cccccc 100%);
        padding: 0px;
        border-right: 1px solid #fff;
        border-radius: 4px;
    }

   .UILichTiepCongDan     #link-container li a {
            text-decoration: none;
            padding: 8px 16px;
            margin: 0px 1px;
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-family: Inter;
            /* border-radius: 2px; */
            color: var(--color-primary);
        }

       .UILichTiepCongDan     #link-container li a:hover {
                color: #e91e1e;
            }

.UILichTiepCongDan .active {
    /* border: solid #f2f2f2 1px; */
    color: #FFF !important;
   background-color: #FFE53B;
    background-image: linear-gradient(47deg, #ff723b 0%, #FF2525 74%);
    font-weight: 600;
}

.UILichTiepCongDan #table-main {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}
.UILichTiepCongDan #table-main td.td-month{
    display: none;
}
.UILichTiepCongDan    #table-main, #table-main th, #table-main td {
        border: solid 0.8px lightgray;
    }

.UILichTiepCongDan        #table-main th {
            height: 40px;
            text-align: center;
            font-weight: 500;
            background-color: var(--color-primary);
            color: #ffffff;
            font-size: 14px;
        }

.UILichTiepCongDan .td-month {
    text-align: center;
    color: red;
    padding: 8px !important;
    background-color: white;
}

.UILichTiepCongDan #th-meeting-date {
    width: 12%;
}

.UILichTiepCongDan #th-host {
    width: 27%;
}

.UILichTiepCongDan #th-location {
    width: 38%;
}

.UILichTiepCongDan #th-document {
    width: 33%;
}

.UILichTiepCongDan #table-main tbody td:nth-child(3) {
    text-align: left;
}

.UILichTiepCongDan #table-main tbody td {
    text-align: center;
    padding: 5px 5px;
    /* display: none; */
    font-size: 16px;
    font-family: Inter;
    color: #232312;
}
.UILichTiepCongDan #table-main tbody td span{
    text-align: center;
    text-transform: uppercase;
    color: #d12941;
    font-size: 15px;
    font-weight: bold;
    margin: 26px auto;
}
.UILichTiepCongDan .dgv-file td {
    border: none !important;
    padding: 5px;
    text-align: left !important;
}
.UILichTiepCongDan    .linkbutton-container a {
        text-decoration: none;
        cursor: pointer;
    font-size: 14px;
    }
.UILichTiepCongDan    .linkbutton-container a:before{
    content: '\f15c';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
}
@media only screen and (max-width: 768px){
    .UILichTiepCongDan{
        padding: var(--padding-res);
    }
    .UILichTiepCongDan #link-container{
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        /* column-count: 3; */
    }
	.UILichTiepCongDan #link-container li{
		width: calc((100% - 16px) / 3);
	}
	.UILichTiepCongDan table#table-main,.UILichTiepCongDan #table-main thead,.UILichTiepCongDan #table-main tbody,
    .UILichTiepCongDan #table-main th, 
    .UILichTiepCongDan #table-main td, 
    .UILichTiepCongDan #table-main tr {
		display: block;
		border: 0;
	}
	
	.UILichTiepCongDan #table-main >thead >tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.UILichTiepCongDan #table-main >tbody>tr {
		border: 1px solid #ccc;border: 0;margin-bottom: 10px;padding: 10px;box-shadow: var(--box-category);
	}
	.UILichTiepCongDan #table-main >tbody>tr> td:not(.td-month) { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 10px 0;
		padding-left: 35%;
		text-align: left;
		/* padding: 5px 10px; */
		/* border-top: 0; */
	}
	
	.UILichTiepCongDan #table-main >tbody>tr>td:before {
		position: absolute;
		top: 15px;
		left: 5px;
		width: 30%;
		/* padding-right: 10px; */
		white-space: normal;
	}
	
	.UILichTiepCongDan #table-main>tbody>tr>td:nth-of-type(1):before { content: "Ngày tiếp"; }
	.UILichTiepCongDan #table-main >tbody>tr> td:nth-of-type(2):before { content: "Người tiếp"; }
	.UILichTiepCongDan #table-main >tbody>tr> td:nth-of-type(3):before { content: "Địa điểm"; }
	.UILichTiepCongDan #table-main >tbody>tr> td:nth-of-type(4):before { content: "Tài liệu đính kèm"; }
}