.mediaKeywordsSearchContainer {
	position: relative;
}

.mediaKeywordsSearchContainer .searchBtn {
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    font-size: 1.3rem;
    color: #0180c9;
    padding-left: 0.6rem;
    border-left: 1px solid #80cae5;
}

.contentBody.medias {
	border-bottom: 1px solid #ebebeb;
	padding-right: .7rem;
}

.mediaKeywordsSearchContainer input[type="text"]{
	padding-right: 2.6rem;
	padding-left: .6rem;
	border: none;
    border-bottom: 2px solid #b1d7ed;
    background: #f6f7f9;
    box-shadow: none;
}

.mediaKeywordsSearchContainer input[type="text"]:focus {
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
}

.mediaCategory {
    color: #057fc6;
    font-weight: bolder;
}

.noMatchStyle .fa-times{
	color: red;
}

.resultFound {
    color: #c40705;
    background: #ebebeb;
    font-weight: bolder;
    padding: 0.6rem;
}

@media screen and (max-width: 39.9375em) {
	
	.contentBody.medias {
		padding-right: 0;
	}
}