﻿.col-vuong {
    padding: 5px;
}
.card-report {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #28a745;
    /* position: relative; */
    z-index: 2;
    padding: 5px;
    margin-bottom: 5px;
    min-height: 210px;
}

.card-report::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    left: 6px;
    bottom: -7px;
    position: absolute;
    z-index: -1;
    opacity: .5;
    border-radius: 4px;
    /*-webkit-box-shadow: 1px 11px 13px -5px #000000;*/
    /*box-shadow: 1px 11px 13px -5px #000000;*/
}

.card-title {
    display: flex;
    align-items: baseline;
}

.card-title-text {
    font-size: 16px;
    font-weight: bold;
    color:blue;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-ttile-date {
    font-size: 14px;
    color: #a5a5a5;
    width: 30%;
    text-align: right;
    font-weight: 300;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.card-info-wrap{
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.card-name {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 5px;
}
.card-name-text {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}
.card-func {
    border-top: 1px dashed #b1b1b1;
    padding-top: 10px;

}

.listPage{
    padding:10px;
    text-align: center;
    list-style: none;
}
    .listPage li {
        background-color: #dcdbe3bd;
        padding: 15px;
        display: inline-block;
        margin: 0 10px;
        cursor: pointer;
    }
.listPage .active{
    background-color: #B192EF;
    color:#fff;
}

/* Block lịch hẹn */
.group-time-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.group-time-items .time-item {
    width: 72px;
    height: 36px;
    background: #f7f7f7;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #484848;
    margin-bottom: 14px;
    cursor: pointer
}

.group-time-items .active {
    border: 2px solid #e44c06;
    border-radius: 6px;
    background: 0 0;
    color: #e44c06;
}

@media (max-width: 767px) {
    .group-time-items .time-item {
        width: 54px;
        height: 27px;
        font-size: 12px;
    }
}

@media (max-width: 560px) {
    .time-item {
        width: 48px;
        height: 24px;
        font-size: 13px;
    }
}