/* CUSTOM : '/components/com_joomdle/css/joomdle.css' File optimized */

/* General list definition */
/* ok */
.joomdle_item_title {
	border-style: solid;
	border-color:#e5e5e5;
	border-width: 1px 1px 1px 1px;
	background: #f2f2f2; 
    margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	font-weight:bold;
	padding: 5px; 
    margin-bottom: 2px;
	overflow:auto;
	
}

/* items shown with no description (4 round corners) */
/* ok */
.joomdle_item_full {
    border-style: solid;
    border-color:#e5e5e5;
    border-width: 1px 1px 1px 1px;
    background: #f2f2f2;
    margin-bottom: 5px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight:bold;
    padding: 5px;
    margin-bottom: 2px;
    overflow:auto;
}
/* ok */
.joomdle_item_content {
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border-style: solid;
	border-color:#e5e5e5;
	border-width: 1px 1px 1px 1px;
	background: #f5fcf5; 
    margin-bottom: 10px;
	padding: 5px; 
	overflow:auto;
	padding-bottom:1px;
}
/* Course / Category Lists Views */
/* ok */
.joomdle_course_list_item_title {
}
/* ok */
.joomdle_course_list_item_description {
}


/* Course Detail View */
/* TODO: add definitios for elemnts in detail view */
/* ok */
.joomdle-courselist h4 {
	margin-bottom:10px;
}
/* ok */
.joomdle_course_description {
	overflow:auto;
	padding-bottom:1px;
}
/*add by amk*/

img.img {
    transition: .25s;
}
.img{
	opacity: .8;
}
.img:hover{
	transition: .25s;
	/*opacity: 1;*//*commented by mojtaba*/
}
.inlineForm form{
    display:inline-block;
    margin-left: 20px;
}
/*add by mjt*/
.modalprofimg > img {
    border-radius: 50%;
    width: 150px;
    max-height: 150px;
    object-fit: cover;
} 
.modalprofimg
{
	color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    display: inline-block;
    right: 50%;
    position: absolute;
    transform: translate(50%, -58%);
    -ms-transform: translate(50%, -58%);
    border-radius: 50%;
    width: auto;
}
.modalprofnme{
	    padding-left: 6% !important;
    font-size: 30px;
	display: inline-block;
    float: left;
	   /* padding-top: 4px;
		padding-left: 8px;*/
		    font-weight: 900 !important;
    color: #88ba48 !important;
	z-index:11; 
} 
.modalprofnme > a{
	color:#88ba48 ;
}
.modalnumsec{
	    padding-right: 6% !important;
    font-size: 30px;
	    display: inline-block;
    float: right;
   /* padding-top: 4px;*/
    padding-right: 8px;
    color: #88ba48 ;
}
.profimg > img {
    border-radius: 50%;
    max-height: 88px;
    width: 150px;
    object-fit: cover; 
} 
.profnme{
    display: block;
    /* float: right; */
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900 !important;
    color: #88ba48 !important;
}
.profnme > a {    font-weight: 800;
    color: #88ba48;}
.profnme7 > a {
	color: #00adef !important;
}
.card-main{
    /* overflow:hidden;	 */
    /* padding-top:15px; */ /* add by ahmad */ 
}
.joomdle_course_topicsnumber {
    display: inline-block;
    float: right;
   /* padding-top: 4px;*/
    padding-right: 8px;
    color: #88ba48 ;
}
.topicnumber7{
	color: #00adef !important;
	
}
.modal-body7 .fa{
	color:#00adef;
}
.modalnumsec7{
	color: #00adef !important;
}
.ovimg77{
background-image: linear-gradient(to top,#ffffff,#88ba48,#88ba48,#88ba48) !important;
}
.ovimg5{}
.modal-body5 .fa{
	color:#88ba48;
}

.sumimg{
    /* background: rgba(0, 173, 239, 0.82); */
    /* opacity: 0.7; */
    /* border-radius: 14px 14px 0px 0px; */
    /* overflow: hidden; */
    /* background-image: linear-gradient(to top,#ffffff,#1cb3ec,#00adef94,#00adef); */
    /* cursor: zoom-in; */
    /* min-height: 165px; */
    /* max-height: 165px; */
    height: auto;
} 
.sumimg > img{
    /* height: 165px; */
    /* width: 100%; */
    opacity: 0.15;	
}	
.modalovimg{
background: rgba(0, 173, 239, 0.82);
    /* opacity: 0.8; */
border-radius: 14px 14px 0px 0px;
overflow: hidden;
    background-image: linear-gradient(to top,#ffffff,#00adefd1,#00adefd1,#00adefd1);
}
.modalovimg7{
	background-image: linear-gradient(to top,#ffffff,#88ba48,#88ba48,#88ba48) !important;}
.modalovimg > img {
	    width: 100%;
    opacity: 0.23;	
} 
.modalprofnme7 a {
    color: #00adef !important;
}
.modalprofnme a {
    color: #88ba48;
}

@media only screen and (max-width: 767px){
.profcircle.jf_col.grid_3.last-column {
    /* width: 20%; */
}
.counterbox {
    text-align: center;
    text-align: -webkit-center;
	text-align: -moz-center;
}
.modalprofimg
{
	width:25%;
}
.profimg > img{
	max-height:68px;
}
}

@media screen and (max-width: 500px){
.modalprofnme {
font-size:1.3rem;
}
.modalnumsec {
	font-size:1.3rem;
}
.profimg > img{
	max-height:58px;
}
}

.jf_linkhover2:before{
 /* background-color: #88ba48 !important; */
}

@media screen and (max-width: 380px)
{
.modalprofnme {
    font-size: 1.2rem;
    font-weight: bolder;
    padding-top: 6px !important;
}
}
/* add by ahmad */
.joomdle_course_columns{
    margin:5px;
    /* height:300px; */
    /* float:right; */
    background-color: white;
}

.corstitle {
    margin-top: 1.5rem;
}

.joomdle_course_columns_titr{
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 17px;
    font-weight: 900;
	filter: drop-shadow(2px 2px 5px black);
}

.joomdle_course_columns_profcircle{
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;display: inline-block;
    right: 50%;
    position: absolute;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    border-radius: 50%;
}

.corssummary{
    padding-right: 8px;
    margin-bottom: 10px;
    min-height: 180px;
    max-height: 350px;
    height: 120px;
    overflow: hidden;
}

/* این ها مربوط به باکس دوره ها هست که ماژول خودمون هست */
.sumimg5.sumimg {
    padding: 20px;
	background: linear-gradient(to bottom, #f5f4f4, transparent);
}

.grid_4.last-column {
    background: white;
    padding: 10px;
}

.corstitle5.corstitle {
    display: flex;
}

.joomdle_course_columns_titr {
    color: white;
    filter: unset !important;
	background: linear-gradient(45deg, #11afbf, #00a239);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_to_html > p, .text_to_html{
    font-size: 1.5rem !important;
    line-height: 1.7;
}
	
.text_to_html * {
    font-size: 1.5rem !important;
    line-height: 1.7;
}

p.joomdle_course_columns_titr {
    text-align: right;
}