.text-color-4{
    color: var(--theme-color1);
}
.bg-conclusao{
	background-image: url(https://climatizasamsung.ctapp.com.br/app/imagens/cursos/background-trainings-completed.svg);
}

.resultCalc {
    background: rgb(237, 246, 255);
    height: 85px;
    margin: 0px 0px 30px 0px;
}
.mark-item{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 9999;
    color: #ffffff;
    background: #12b9d4;
    padding: 5px 9px;
    font-size: 0.8rem;
    border-radius: 10px;
    line-height: 0;
    margin: 0;
    height: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
.mark-item.active{
	background: var(--bg-btn-default);
}
.resultCalc h4{
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: var(--bg-btn-default);
    font-weight: bold;
}
.btn-light-blue,
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active{
	background: url('https://climatizasamsung.ctapp.com.br/app/imagens/icones/arrow-right-blue.svg') no-repeat center right;
	background-color: #edf6ff!important;
	border-radius: 8px;
	border: none!important;
	width: 100%;
	height: 110px;
	flex-direction: column;
}
.btn-light-blue:disabled{
	filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
  		-moz-filter: grayscale(100%);
  		-o-filter: grayscale(100%);
  		-ms-filter: grayscale(100%);
}
.btn-light-blue h2{
	color: var(--theme-color1);
}
.bg-light-blue{
	background-color: #edf6ff!important;
}
.btn-white-blue{
	background-color: var(--white)!important;
	color: var(--theme-color1)!important;
	border: 1px solid var(--theme-color1)!important;
}
.progress{
	height: 1px;
}
.one, .two, .three{
    position:absolute;
	margin-top:-4px;
	z-index:1;
	height:8px;
	width:8px;
	background-color: var(--theme-color1);
	border-radius:50%;
	
}
.one.disabled, .two.disabled, .three.disabled{
	background-color: #DDDDDD!important;
}
.one{
	left:0%;
}
.two{
	left:50%;
}
.three{
	left:100%;
}
#progressCourse .active{
	color: var(--theme-color1)!important;
	font-weight: bold!important;
}
.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
}
.btn-check + label .fa-star{
	color: #EEEEEE;
}
.btn-check:checked + label .fa-star{
	color: var(--theme-color1);
}
#formulario_pesquisa span.error{
	position: absolute;
	top: 80%;
}
#certificado .fs-7{
	font-size: 12px!important;
}
#certificado .fs-8{
	font-size: 10px!important;
}
#certificado .rodape p{
	font-size: 6px!important;
}
@media (max-width: 992px){
	.btn-light-blue,.btn-light-blue:hover,
	.btn-light-blue:focus,
	.btn-light-blue:active{
		height: auto;
	}
}