.smartReport_card{
    border-radius: 10px!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.smartReport_card img{
    border-radius: 10px 10px 0 0;
}
.smartReport_card_text{
padding: 10px 20px;
}
.smartReport_card_text h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.smartReport_card_text p{
    font-size: 18px;
}
.smart_report_template .modal .modal-body{
    padding: 20px 30px;
}
.smart_report_template .modal h4{
    color: #383B3D!important;
    font-size: 36px;
    font-weight: 700;
}
.smart_report_template .modal-content{
    border: none;
}