.page-summary-container{
    color: #333;
    background-color: #f5f5f5;
    border:1px solid #ddd;
    padding: 6px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:15px;
}

.page-summary-text{
    margin-top:2px;
    font-size:12px;
}

.page-summary-container .form-inline{

}
.page-summary-container .form-group{

}

.page-summary-container .sort-label{
    font-weight: 600;
    font-size: 0.8125rem;
}

.page-summary-container .input-xs {
    height: 22px !important;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left:4px;
}

.list-card{
    background-color:#fff;
    border-radius:12px;
    margin-bottom:25px;
    overflow:hidden;
    font-size:14px;
    margin-left:-20px;
    margin-right:-20px;
}

.list-row{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:16px 24px;
    border-bottom:1px solid #eef0f2;
}

.list-row:last-child, .list-row:last-of-type{
    border-bottom:none;

}

.list-row-flag{
    background-color:rgba(196,97,74,0.06);
}

.list-row-avatar{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
    background-color:#2b384a;
}

.list-row-avatar-image{
    flex-shrink:0;
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
}

.list-row-avatar-disabled{
    background-color:#9aa2ad !important;
}

.list-row-main{
    flex:1 1 auto;
    min-width:0;
}

.list-row-title{
    font-family:'Plus Jakarta Sans', sans-serif;
    font-weight:700;
    font-size:14px;
    color:#1B2A4A;
    margin:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list-row-title a{
    color:#1B2A4A;
}

.list-row-subtitle{
    color:#697481;
    font-size:13px;
    margin-top:2px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list-row-description{
    color:#495366;
    font-size:13px;
    margin-top:6px;
}

.list-row-section{
    color:#495366;
    font-size:13px;
    margin-top:10px;
}

.list-row-ul{
    padding-left:0;
    margin:0;
}

.list-row-ul li{
    display:inline-block;
    list-style-type:none;
    margin-right:14px;
}

.list-row-label{
    font-weight:600;
    color:#1B2A4A;
    margin-right:6px;
}

.list-row-value{
}

.list-row-meta{
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    text-align:right;
    gap:4px;
    font-size:13px;
    min-width:120px;
}

.list-row-time{
    color:#8a94a6;
    font-size:12px;
}

.list-badge{
    display:inline-block;
    padding:4px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
    line-height:1.4;
}

.list-badge-default{
    background-color:#eef0f2;
    color:#495366;
}

.list-badge-primary{
    background-color:#e4e8f5;
    color:#2b384a;
}

.list-badge-success{
    background-color:#e1f5ee;
    color:#227a5b;
}

.list-badge-warning{
    background-color:#fdece1;
    color:#b5490f;
}

.list-badge-info{
    background-color:#e4f4f8;
    color:#2b7593;
}

.list-badge-danger{
    background-color:#fbe9e6;
    color:#c4432a;
}

.list-row-menu{
    flex-shrink:0;
}

.list-row-menu-btn{
    flex-shrink:0;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    border-radius:8px;
    background-color:transparent;
    color:#c4614a;
}

.list-row-menu-btn:hover, .list-row-menu-btn:focus{
    background-color:#f5f6f8;
    color:#c4614a;
}

.list-row-expand{
    border-top:1px solid #eef0f2;
    background-color:#fafbfc;
}

.list-ul{
    margin:0;
    padding:0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (max-width: 767px){
    .list-row{
        flex-wrap:wrap;
    }

    .list-row-meta{
        align-items:flex-start;
        text-align:left;
        margin-left:54px;
        margin-top:8px;
        min-width:0;
    }
}
