/**
 * @version     CVS: 1.0.0
 * @package     com_events
 * @copyright   2024 tahere khajenejad
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      tahere khajenejad <khajenejad@um.ac.ir>
 */

.college-course{
    display: block;
    padding: 30px 10px ;
    border: 1px solid #ccc;
    border-radius: 5px;
}

img.course-poster{
    border-radius: 5px;    
}

.college-course span.code{
    font-size: 1rem;
    font-weight: bold;
}

.college-course h2.title{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.college-course div.cgroup{
    font-size: 1.1rem;
    font-weight: bold;
}

.college-course span.label{
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
}

.college-course span.value{
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
}


.college-course span.plan-title{
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0px;
}

.bold {
    font-weight: bold;
}


button.register{
    padding:10px 20px;
    font-size: 1rem;
    margin-bottom: 5px;
}

i.far {
    font-size: 1rem !important;
    color: var(--fumlibrary-color-primary);
}    
