.FF-MediaChooser-Container {
	padding: 15px 15px 5px 15px;
	background: rgba(255, 255, 255, 1);
}

.search-assessment-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 17.9px;
	color: rgba(107, 107, 107, 1);
	margin: 0px;
	padding: 0px;
}

.FF-MC-search-bar-container {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(240, 240, 240, 1);
	box-shadow: 4.22px 3.16px 31.63px 0px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	border-radius: 7px !important;
	min-height: 78px;
	padding: 20px;
	gap: 10px;
	display: flex;
}

#FF-MediaChooser-Container .search-input {
	border: none;
	outline: none !important;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

#FF-MediaChooser-Container .search-input-with-icon {
	display: flex;
	align-items: center;
	border: 1.05px solid rgba(208, 208, 208, 1);
	border-radius: 4px !important;
	padding: 5px 10px;
	width: -webkit-fill-available;
	gap: 7px;
	background-color: rgba(255, 255, 255, 1);
	height: 40px;
	min-width: 10px;
	overflow: hidden;
}

#FF-MediaChooser-Container .search-input:focus,
	#FF-MediaChooser-Container .search-input:focus-within {
	border-color: unset !important;
	outline: none !important;
	box-shadow: none !important;
}

#FF-MediaChooser-Container .search-btn {
	border-radius: 3px !important;
}

.FF-MC-Assessments-Container {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.FF-MC-Assessment-Info {
	width: 100%;
	min-height: 75px;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	display: flex;
    flex-direction: column;
    gap: 5px;
	border-radius: 6px !important;
	border: 1px solid rgba(162, 150, 183, 1);
	background: rgba(252, 251, 255, 1);
}

.FF-MC-Assessment-Title {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.09px;
	color: rgba(0, 0, 0, 1);
}
.FF-MC-Assessment-Title .assessment-info-card{
	border-radius: 16px !important;
}

.FF-MC-Tex-Regular {
	font-size: 15px;
	font-weight: 400;
	line-height: 17.9px;
	color: rgba(83, 83, 83, 1);
}

.assessment-info-card{
	min-width: 110px;
	height: 28px;
	user-select: none;
	padding: 2px 10px;
	justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 4px !important;
}
.assessment-info-card p{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	display: flex;
	gap: 7px;
}

.FF-MC-SelectedAssessment{
	border: 3px solid rgba(11, 111, 133, 1);
}

.top-info-card{
	min-height: 91px;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(232, 237, 241, 1);
	padding: 15px 30px 15px 20px;
}
.card-shadow{
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.border-rounded{
	border-radius: 8px !important;
}

.skeleton {
    background-color: #e0e0e0 !important;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease-in-out 0.3s infinite;
}

.skeleton-text {
    height: 20px;
    width: 100%;
    border-radius: 5px !important;
}


@keyframes shine { 
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0.4;
	}
	
	100% {
		opacity: 1;
	}
}
.no-result-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.no-result-container .header-text{
	font-weight: 600 !important;
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	color: rgba(0, 0, 0, 1);
}