﻿/* .page-content-title,
.page-content-title span {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    text-transform: uppercase;
    background: linear-gradient(270deg, #3694FF 0%, #595BEF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
} */

.statistic table.dataTable.compact tbody td {
    white-space: break-spaces;
}

.dangky-title {
    font-family: 'Roboto Bold';
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #F7605C;
    margin-bottom: 30px;
    margin-top: 20px;
}

.dk-img {
    width: 100%;
}

.dangky-link, .dangky-link a {
    font-family: 'Roboto Medium';
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration-line: underline;
    background: linear-gradient(270deg, #3694FF 0%, #595BEF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dangky-link{
    /* margin-top: 60px; */
    /* margin-bottom: 200px; */
}

.dangky-link a{
    position: relative;
    z-index: 1;
}

.dangky-link a::after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom: 2px;
    height: 2px;
    background: -webkit-linear-gradient(270deg, #3694FF 0%, #595BEF 100%);
    background: linear-gradient(270deg, #3694FF 0%, #595BEF 100%);
    z-index: 0;
}

.gtkh{
    max-height: 800px;
    overflow: auto;
    margin: 0 -8px;
    padding: 0 8px;
    scrollbar-color: #BDBDBD var(--white);
    scrollbar-width: thin;
}

.gtkh::-webkit-scrollbar {
    width: 4px;
    border-radius: 999px;
}

.gtkh::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 999px;
}

.gtkh::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 999px;
}

.gtkh > .giaithuong-item:first-of-type{
    margin-top: 0;
}

.giaithuong-item {
    margin-top: 20px;
    padding: 15px 30px;
    background: #F5FAFF;
    border: 1px solid #DCEAFF;
    border-radius: 4px;
}

.giaithuong-item .gt-item-header{
    display: flex;
    align-items: center;
}

.giaithuong-item .icon.icon-reward::before{
    content: "";
    background-image: url("/Portals/_default/skins/huecit_qlkhcn/assets/images/icon_reward_personal.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    flex: none;
    margin-right: 15px;
    display: block;
}

.giaithuong-item > div:not(:first-of-type):not(:last-of-type){
    margin-bottom: 10px;
}

.giaithuong-item > div:not(:first-of-type){
    padding-left: 65px;
}

.gt-tc .giaithuong-item {
    background: #FFF8F8;
    border: 1px solid #FFE1E1;
}

.gt-tc .giaithuong-item .icon.icon-reward::before{
    background-image: url("/Portals/_default/skins/huecit_qlkhcn/assets/images/icon_reward_tc.png");
}

.gt-item-title {
    font-family: 'Roboto Bold';
    font-size: 18px;
    line-height: 26px;
    color: #3247B8;
}

.gt-item-type {
    font-family: 'Roboto Medium';
    font-size: 16px;
    line-height: 26px;
    color: #0F1E33;
}

.gt-item-content {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    color: #0F1E33;
    padding-left: 8px;
}

/* tuanh 25/03/2023*/
.form-content-detail p {
    padding-bottom: 0
}

#dataGridTKDiaDiemTrienKhai tr td p {
    margin: 0;
    padding: 0;
}

.tox .tox-statusbar {
    display: none;
}