/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .prn-loader,
.prn-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.prn-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid var(--primary);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rc-row-bow{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  flex:1 0 100%;
}



#btnPrnLoadMore {
  margin:40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*ROT*/

.rc-checkboxes .rc-checkbox{
  cursor:pointer;
  position:relative;
}
.rc-checkboxes .rc-checkbox:after{
	content:'';
	background:transparent;
	transition:all .7s;
	position:absolute;
	height:3px;
	background:transparent;
	width:100%;
	bottom:0;
	left:0;
	width:0px;
}
.rc-checkboxes .rc-checkbox.selected:after,
.rc-checkboxes .rc-checkbox:hover:after{
	background:var(--primary);
	width:100%;
}
.rc-checkboxes .rc-checkbox:hover{
  background-color:var(-transparent);
}
.rc-checkboxes .rc-checkbox.active{
  background-color:var(--primary);
  color:var(--white);
}
.rc-checkboxes .rc-checkbox input{
  display:none;
}
.hide-labels label{
  visibility: hidden;
  position:absolute;
}
.hide-labels .rc-checkboxes label{
  visibility: visible;
  position:relative;
}
.prn-filter-form [class*='col-']>.btn,
.prn-filter-form [class*='col-']>.select{
  width:100%;
}
.prn-filter-form [class*='col-']>label,
.prn-filter-form [class*='col-']>input,
.prn-filter-form [class*='col-']>select{
  max-width: calc(100% - 0px);
  width: calc(100% - 0px);
}
.prn-filter-form .rc-search>input,
.prn-filter-form .rc-search>label{
  max-width: calc(100% - 30px)!important;
  width: calc(100% - 30px)!important;
}
form .rc-form-col{
  min-height: var(--form-field-height);
  margin-bottom: 1rem;
}
form.prn-filter-form input[type="reset"] {
  background: transparent;
  border: none;
  color: var(--primary);
  margin-top: 0.1rem;
  font-size: .84rem;
  margin-bottom: .4rem;
}
/* form.prn-filter-form input[type="reset"]:before{
  content:'\f2f9';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  display:inline-block;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

} */
/* form.prn-filter-form {
  --form-gutter:24px;
  display:flex;

  max-width: calc(100% + var(--form-gutter));
  width: calc(100% + var(--form-gutter));
  margin-left:calc(0px - var(--form-gutter) / 2);
  margin-right:calc(0px - var(--form-gutter) / 2);
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
form.prn-filter-form>div{
  flex: 0 0 calc(33.333% - var(--form-gutter));
  margin-bottom:20px;
  padding-left:calc(var(--form-gutter) / 2);
  padding-right:calc(var(--form-gutter) / 2);
} */

.rc-results-count{
  height: var(--input-height);
  /* margin-bottom: 1rem; */
  font-weight: 600;
  padding: 0 1.4rem;
}




#prn-filter-post-form input[type="checkbox"]~span{
  padding:0;
  transition: color .3s, background-color .3s;
}
#prn-filter-post-form input[type="checkbox"]:checked~span{
  background-color: transparent;
  color:var(--text);
}

body .not-visible{
  display:none!important;
}

.filter-term-h{
	font-weight:800;
}
body .filter-term-col.rc-checkboxes label.filter-term-h,
.filter-term-col .filter-term-h{
	width:fit-content;
}



.check-vertical .filter-term-h{
	display:none!important;
}
.check-vertical .filter-term-col .term-list-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 9rem;
}
@media (min-width: 768px) {
  .check-vertical .filter-term-col .term-list-wrap {
    padding-right: 2rem;
  }
}
.check-vertical .rc-checkboxes .rc-checkbox {
    padding-right: 1rem;
	padding-bottom:.4rem;
    border-bottom: 1px solid var(--primary);
	margin-bottom:.7rem;
}
.check-vertical .rc-checkboxes label.rc-checkbox {
    /* margin-bottom:0; */
}
.wrap-boxed-filter[class*="col-"]{
	max-width:10rem;
	background:var(--primary);
	background: transparent;
	height: auto;
    overflow: hidden;

	position: absolute;
    right: 0;
    z-index: 2;
}
[data-accordion] {
    max-height: 2.2rem;
    transition: max-height 1s, background-color .7s, max-width 1s;
    border-radius: 10px;
    font-size: 0.9rem;
}
[data-accordion].show{
	max-height:32rem;
	max-width:11.5rem;
	/* background-color:var(--primary); */
}

.filter-term-col.visi{
	height:100%;
}
.wrap-boxed-filter[class*="col-"]:before {
    content: '';
    position: relative;
    height: 2.2rem;
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
}
.filter-box-trigger {
    position: absolute;
    top: 0;
    height: 2.2rem;
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 0 1rem;
    border-radius: 26px;
	  cursor:pointer;
    color: var(--white);
    font-weight: 500;
}
.filter-box-trigger i::before {
  font-weight: bold;
}
.wrap-boxed-filter .rc-checkboxes {
    background: var(--primary);
    border-radius: 4px 20px 4px 4px;
    margin-top: 0.5rem!important;
    color: var(--white);
    padding: 0.75rem 1rem;
}
/*show CHECKBOXES in boxed fitlerset*/
.wrap-boxed-filter .rc-checkboxes .rc-checkbox input:checked+span:after {
    content: '\2715';
    color: var(--white);
    background: var(--primary);
}
.wrap-boxed-filter>:last-child {
	padding-bottom:.4rem;
}
.wrap-boxed-filter .rc-checkboxes .rc-checkbox input+span:after {
    content: '';
    background: transparent;
    transition: all .7s;
    position: absolute;
    height: 3px;
    background: transparent;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--white);
    top: 0.175rem;
    line-height: 0.97;
    font-size: 0.9em;
    text-indent: 0.05em;
    border-radius: 2px;
}
.wrap-boxed-filter .rc-checkboxes .rc-checkbox{
	padding-left:1.5rem;
	border-bottom:none;
  line-height: 1.2;
}
.wrap-boxed-filter .rc-checkbox:after{
	display:none;
}
.wrap-boxed-filter .tech-h-sm{
	padding-left:0rem;
}
.wrap-boxed-filter .rc-checkboxes label.tech-h-sm{
	font-weight: 400;
	margin-bottom: 0.4em;
}
.check-vertical .wrap-boxed-filter .rc-checkboxes .rc-checkbox {
    margin-bottom: -0.1rem;
}
