element.style {
    
   border-radius: 5% !important;   
}
/* Fix Icon flow  */
.t-Form-fieldContainer .apex-item-icon
{
    float:right;
}
.custom-card .t-Card {
    border-right:2px solid #309FDB;
    box-shadow: 0 1px 6px 2px rgba(0,0,0,.075);
}
.custom-card .t-Card .default {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    padding:4px;
    font-size:15px
}
.custom-card .t-Card:hover .t-Card-titleWrap {
    border-right: 8px solid #309FDB;
    transition: all .3s ease-in-out;
    padding-right: 2em;
    padding-left:0;
}
.custom-card .t-Cards--desc-2ln .t-Card-desc {
    height:unset;
}
.custom-card .t-Card-icon { 
    top: 43px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.custom-card .t-Card-titleWrap {
    border-bottom:2px solid #309FDB
}
.custom-card .t-Card-title {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
}
.custom-card .t-Card-desc {
    padding: 3px 0;
    line-height: 20px;
    margin:3px 0;
}

.custom-card .t-Card-body hr {
    width:40%;
    opacity: .3;
}
.custom-card .t-Card-desc .t-Icon {
    color:#309FDB;
    font-size:20px;
}
.custom-card .t-Report-pagination td.pagination {
    background-color: #309fdb;
    color: #fff;
    border-radius: 5px;
}
