<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eragrids{height: 20vh;width: 100%;background-repeat: no-repeat;background-size: 100% auto;}

.era__panel {
	box-shadow: none !important; 
	border-radius: 0 !important; 
    border-left: 2px solid #f6bf3f;
    border-right: none!important;
    border-bottom: none !important;
	border-color: none !important;
}
		
.era-panel-body {
    border: none !important;
	padding: 10px !important;
}
		
.era__heading {
    background-color: #f6bf3f !important;
	color: #ffffff !important;
	border-radius: 0 !important; 
	padding-bottom: 10px !important; 
}
	
.file__list {
	list-style: none;
	padding: 0;
}
	
.file__list li {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	display: inline-flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}	

.file__list li:last-child {
border-bottom: none;
}

.file__list li img {
	margin-right: 8px;
}
	
.file__list li span {
	font-weight: bold;
	font-size: 1.2rem;
	color: #f7c02d;
}

.content__slider {
	max-width: 45%;
	display: inline-block;
	float: left;
	padding: 0 20px 20px 0;
}
@media only screen and (max-width: 600px) {
	.content__slider {
		max-width: 100%;
		display: inline-block;
		float: none;
		padding: 0 0 20px 0;
	}
}

.eralogos .eralogo .eralogo-inner {
    border-top: 3px solid #001f3f;
	background-color: #ffffff !important;
	height: auto;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 25px;
}

.eralogos .eralogo .eralogo-inner:hover {
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 19%), 0 6px 3px 0 rgb(0 0 0 / 23%);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.eralogos .eralogo .eralogo-inner:hover .eralogo-name {
	color: #2f3233;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.eralogos .eralogo .eralogo-info {
    border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FAFAFA !important;
	height: auto;
	width: 100%;
	text-align: center;
}

.eralogos .eralogo img {
    width: 100%;
    max-width: 174px;
    height: auto;
    float: none;
    margin: auto;
	padding: 15px 0;
    left: 0;
    right: 0;
    display: block;
    vertical-align: center;
}

.eralogos .eralogo .eralogo-info .eralogo-name {
    padding: 10px;
	font-size: 15px;
	color: #001f3f;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.range-slider {
	width: auto;
	margin: auto;
	position: relative;
	height: 3.5em;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

.numranger {
	text-align: center;
	-moz-appearance: textfield;
}

.numranger::-webkit-outer-spin-button,
.numranger::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.numranger:invalid,
.numranger:out-of-range {
	border: 2px solid #ff6347;
}

/*input[type=range] {*/
/*	-webkit-appearance: none;*/
/*	width: 100%;*/
/*}*/

/*input[type=range]:focus {*/
/*	outline: none;*/
/*}*/

/*input[type=range]:focus::-webkit-slider-runnable-track {*/
/*	background: #2497e3;*/
/*}*/

/*input[type=range]:focus::-ms-fill-lower {*/
/*	background: #2497e3;*/
/*}*/

/*input[type=range]:focus::-ms-fill-upper {*/
/*	background: #2497e3;*/
/*}*/

/*input[type=range]::-webkit-slider-runnable-track {*/
/*	width: 100%;*/
/*	height: 5px;*/
/*	cursor: pointer;*/
/*	animate: 0.2s;*/
/*	background: #2497e3;*/
/*	border-radius: 1px;*/
/*	box-shadow: none;*/
/*	border: 0;*/
/*}*/

/*input[type=range]::-webkit-slider-thumb {*/
/*	z-index: 2;*/
/*	position: relative;*/
/*	box-shadow: 0px 0px 0px #000;*/
/*	border: 1px solid #2497e3;*/
/*	height: 18px;*/
/*	width: 18px;*/
/*	border-radius: 25px;*/
/*	background: #a1d0ff;*/
/*	cursor: pointer;*/
/*	-webkit-appearance: none;*/
/*	margin-top: -7px;*/
/*}*/

/*input[type=range]::-moz-range-track {*/
/*	width: 100%;*/
/*	height: 5px;*/
/*	cursor: pointer;*/
/*	animate: 0.2s;*/
/*	background: #2497e3;*/
/*	border-radius: 1px;*/
/*	box-shadow: none;*/
/*	border: 0;*/
/*}*/

/*input[type=range]::-moz-range-thumb {*/
/*	z-index: 2;*/
/*	position: relative;*/
/*	box-shadow: 0px 0px 0px #000;*/
/*	border: 1px solid #2497e3;*/
/*	height: 18px;*/
/*	width: 18px;*/
/*	border-radius: 25px;*/
/*	background: #a1d0ff;*/
/*	cursor: pointer;*/
/*}*/

/*input[type=range]::-ms-track {*/
/*	width: 100%;*/
/*	height: 5px;*/
/*	cursor: pointer;*/
/*	animate: 0.2s;*/
/*	background: transparent;*/
/*	border-color: transparent;*/
/*	color: transparent;*/
/*}*/

/*input[type=range]::-ms-fill-lower,*/
/*input[type=range]::-ms-fill-upper {*/
/*	background: #2497e3;*/
/*	border-radius: 1px;*/
/*	box-shadow: none;*/
/*	border: 0;*/
/*}*/

/*input[type=range]::-ms-thumb {*/
/*	z-index: 2;*/
/*	position: relative;*/
/*	box-shadow: 0px 0px 0px #000;*/
/*	border: 1px solid #2497e3;*/
/*	height: 18px;*/
/*	width: 18px;*/
/*	border-radius: 25px;*/
/*	background: #a1d0ff;*/
/*	cursor: pointer;*/
/*}*/

.eracolorchck {
  position: relative;
}
.eracolorchck label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.eracolorchck label span {
  margin-left: 30px;
}
.eracolorchck label:after {
  border: 2px solid #2497e3;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.eracolorchck input[type="checkbox"] {
  visibility: hidden;
}
.eracolorchck input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* FILTERS STYLE ENDS */

#langmenu .indicator {
	display: none!important;
}

.lrequired:after {
    content: " *";
    color: red;
}

.form-control.invalid {
  background-color: #ffdddd!important;
}

.era_check.invalid {
  background-color: #ffdddd!important;
}

.era_check_number.invalid {
  background-color: #ffdddd!important;
}

.custom-file-label.invalid {
  background-color: #ffdddd!important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1c5"!important;
	padding-top: 9px!important;
}

.custom-control-label.invalid::before {
    background-color: #ffdddd!important;
}

.gridcover{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title2colums{
    display: -webkit-box!important;
    height: 120px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 320px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 70px;
		font-size: 8pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 350px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 85px;
		font-size: 10pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 600px) {
	/* Small devices (portrait tablets and large phones, 600px and up) */
	.title2colums{
		display: -webkit-box!important;
		height: 110px;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 768px) {
	/* Medium devices (landscape tablets, 768px and up) */
}


@media only screen and (min-width: 992px) {
	/* Large devices (laptops/desktops, 992px and up) */
}


@media only screen and (min-width: 1200px) {
	/* Extra large devices (large laptops and desktops, 1200px and up) */
}

</pre></body></html>