/* Hide upward caret by default */
.icon-collapse {
    display: none;
}

/* When the button is NOT collapsed (i.e. content is expanded), hide down caret and show up caret */
button[aria-expanded="true"] .icon-show {
    display: none;
}

button[aria-expanded="true"] .icon-collapse {
    display: inline-block;
}

.active-rent thead th {
    font-size: 14px !important;
}

.active-rent tbody td {
    font-size: 12px !important;
}

.truncate {            
    white-space: nowrap;    
    overflow: hidden;         
    text-overflow: ellipsis;   
}

.font-weight-bold{
    font-weight: bolder !important;
}