.forum-likes {
	font-size: 9pt  !important;
	color: #607d8b !important;
	font-weight: 300  !important;
}
.c-stream-item__username{
	/*text-transform: lowercase !important;*/
}
.forum-likes:hover, .c-stream-item__username:hover {
    color: #651FFF !important;
}
.o-media__body, .o-media__body > :last-child {
    margin-bottom: .1rem  !important;
}

.c-stream-body>p{
color: #354052;
}
/************************************************/
.c-stream-item{
    border-width: 1px 0 0 0 !important;
}
.c-stream-item:hover {
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.c-stream-item:first-child {
    /* background: linear-gradient(30deg, #311B92 25%, #4527A0 55%, #512DA8 100%) !important; 
    background: #C9BFDF;
    */
    background: #C9BFDF !important;
    border-top: 0 none !important;
 }
.c-stream-item:last-child {
   /* border-bottom: 1px solid #381F97; */
 } 

.c-stream-item:first-child:hover {
    border-right: 0 none !important;
}
.c-stream-item__title{
    font-weight: 400 !important;
}
.c-stream-item__tag{
    margin: 0 0 0 5px !important;
}

.c-stream-item__pannel {
position: relative;
border: 1px solid #e6eaee;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
background-color: #fff;
}
.c-stream-item__icon{
margin-right: 5px;
color: #9268F0;
}
.c-stream-item_icon{
margin-right: 5px;
color: #9268F0;
}
.c-stream-item__gallery{
	display: block !important;
}
.c-stream-square::before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #D05A00;
	font-size: 6px;
	float: right;
	margin-top: 5px;
	margin-left: 7px;
}
.myuser::before {
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 0 0 3px;
    color: #7a5be3 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    content: "\f060" !important;
    font-size: 12px!important;
    vertical-align: middle;
}
.comments .more-comments a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 13px;
}

.comments .more-comments a{
color: #365899 !important;
font-weight: 300 !important;
}
/************************************************/
.forum-breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
}

.forum-breadcrumb__item {
    display: inline-block;
    color: #462595;
}

.forum-breadcrumb__item>a {
    color: inherit;
	font-size: .875rem !important;
}
.forum-breadcrumb__item>a:hover{
    color: #D05A00;
}
.forum-breadcrumb__item:not(:nth-child(-n+1)):before {
	font-family: "Font Awesome 5 Free";
	margin: 0 0 0 5px;
	color: #D05A00;
	content: "\f111";
	font-size: 3px;
	font-weight: 900;
	vertical-align: middle;
}
.c-alert-registration {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	background: #2EA1F8;
	padding: .625rem !important;
}
.c-alert-registration p{
	color: #fff;
	font-size: 16px !important;
}
.c-stream-item__focus{
	border: solid 2px #2EA1F8 !important;
}

.u-publishedon{
    color: #666;
}
.u-publishedon i{
    color: #999;
}

.btn-prev, .btn-next{
    border:none !important;
    color: #999999 !important;
    border-radius: 0  !important;
    background: rgba(255, 255, 255,0)  !important;
    padding: 0 10px !important;
}
.btn-prev:hover, .btn-next:hover {
    background:#DDD  !important;
    color:#7a5be3  !important;; 
}

.visited{
	color: #0000e4 !important;
}
/************************************************/
.u-bg-purple-space{
    background: #5A44FF;
}

.furom-btn{
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    line-height: 30px;
    padding: 0 7px;
    border: solid 1px #651FFF;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #651FFF;
    text-decoration: none;
}
.furom-btn:hover {
    /* box-shadow: 0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08); */
    background: #7a5be3;
    background: linear-gradient(-180deg, #7a5be3, #6f4adf);
    color: #fff;
}
.furom-btn-purple{
    box-shadow: 0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08);
    background: #651FFF;
    color: #ffffff;
}
.furom-btn-purple:hover {
    background: #7a5be3;
    background: linear-gradient(-180deg, #7a5be3, #6f4adf);
    color: #fff;
}
.furom-btn-red{
    box-shadow: 0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08);
    background: #f83f46;
    background: linear-gradient(-180deg, #f83f46, #cf4937);
    border: solid 1px #cf4937;
    color: #ffffff;
}
.furom-btn-red:hover {
    background: #d35847;
    background: linear-gradient(-180deg, #f95359, #d35847);
    color: #fff;
}
.furom-btn-gray{
    /* box-shadow: 0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08); */
    background: #ededed;
    background: linear-gradient(-180deg, #ededed, #dfdfdf);
    border: solid 1px #dcdcdc;
    color: #222222;
}
.furom-btn-gray:hover {
    background: #eceff3;
    background: linear-gradient(-180deg, #dfdfdf, #ededed);
    color: #222222;
}

.mainmsg::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0c8";
    display: inline-block;
    padding-left: 7px;
    font-weight: 900;
    font-size: 7px;
    color: #D05A00;
    vertical-align: middle;
}
/************************************************/
.c-pagination__list{
    border-radius: 10px !important;
    border: 1px solid #e6eaee !important;
}
.c-pagination__list:hover{
    box-shadow:0 2px 4px 0 rgba(50,50,93,.1) !important;
}
    
.c-pagination__link{
    padding: 0 7px !important;
    border: 0 none !important;
    background-color: transparent !important;
}
.c-pagination__control {
    border: 0 none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
	padding: 0 7px !important;
}
.c-pagination__link:hover {
    color: #651FFF !important;
}
.c-pagination__control:hover {
    color: #651FFF !important;
}
.c-pagination__link.is-active {
    color: #651FFF !important;
}
/************************************************/
.c-field-forum__label {

display: inline;
-ms-flex-preferred-size: 100%;
/* flex-basis: 100%; */
margin: 0 0 0 7px;
color: #354052;
font-size: .875rem;
font-weight: 400;

}
.c-input-forum {
display: inline;
/* width: 100%; */
margin: 0;
padding: 4px 4px;
border: 1px solid #dfe3e9;
border-radius: 4px;
color: #354052;
font-size: .875rem;
font-weight: 300;
resize: none;
}
.c-input-forum::placeholder {
    transition: opacity .3s;
    color: rgba(53, 64, 82, .5);
    font-weight: 400;
    opacity: .5;
}
.c-input-forum:focus {
    border-color: #651FFF;
    outline: none;
}

.search-box{
    position: relative;
}
.c-search-choice__input, .c-search-choice__input::after {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.c-search-choice__input {
    position: relative;
    top: -1px;
    margin: 0 0 0 7px;
}

.course-item:hover{
    background: #EFF3F6
}
.course-item{
    background: #fff;
    margin-bottom: 10px;
}


 #header-nav .progress-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: transparent;
}

.header-fixed > .progress-container {
background:  #FAFAFB !important;
}
 .progress-bar {
	height: 2px;
	background: #D05A00;
	width: 0%;
}