
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}
.h2e-button-light{
  color: var(---000000);
  text-decoration: none;

  font-size: 0.875rem;

  border-radius: 25px;
  background-color: var(---ffffff);
  border-color: var(---000000);
  border: 1px solid var(---000000);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 100%;
}
.h2e-button-light:hover {
  color: var(---ffffff);
  background-color: var(---000000);
}
.h2e-button-dark{
  color: var(---ffffff);
  text-decoration: none;

  font-size: 0.875rem;
  border-radius: 25px;
  background-color: var(---000000);
  border: 1px solid transparent;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 100%;
}
.h2e-button-dark:hover {
  color: var(---000000);
  background-color: var(---ffffff);
  border-color: var(---000000);
}

.cookieConsent .h2e-button-dark, .cookieConsent .h2e-button-light{
  padding: 1rem;
  width: 10rem;
  border-radius: 45px;
}
.hover-grow-button {
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.hover-grow-button:hover{
  transform: scale(1.07);
}
.svg-icon {
  color: var(---000000);
  width: 100%;
  height: 100%;
}

.svg-icon path,line {
  background: none;
  border: none;
  fill: var(---000000);
}

.svg-icon circle {
  background: none;
  border: none;
  fill: var(---ffffff);
}
.svg-container{
  width: 1rem;
}
.svg-icon rect {
  background: none;
  border: none;
  fill: var(----f3f3f3);
}

.svg-icon-circle{
  width: 100%;
  height: 100%;
  border: var(---000000) solid 1px;
  border-radius: 50%;
}
.svg-icon-circle rect,circle{
  fill: var(---f3f3f3);

}
.svg-icon-circle path,line{
  fill: var(---000000);

}

.svg-icon-circle-white{
  width: 100%;
  height: 100%;
  border: var(----000000) solid 1px;
  border-radius: 50%;
}
.svg-icon-circle-white rect,circle,ellipse{
  fill: var(---ffffff);

}
.svg-icon-circle-white path,line{
  fill: var(----000000);

}
.svg-icon-circle-white-stroke{
  width: 100%;
  height: 100%;
  border: var(---000000) solid 1px;
  border-radius: 50%;

}
.svg-icon-circle-white-stroke rect,circle{
  fill: var(---ffffff);

}
.svg-icon-circle-white-stroke path,line{
  stroke: var(---000000);

}
.svg-container-1-5{
  width: 1.5rem;
}
.svg-container-2{
  width: 2rem;
  height: 2rem;
}
.svg-container-3{
  width: 3rem;
}
.svg-container-4{
  width: 4rem;
}
.links-text{
  color:var(---000000);
  text-decoration: none ;
  
}
.links-text:hover{
  text-decoration: underline;
  text-decoration-color: var(---000000);
  
}
.select2-container--open .select2-dropdown--above {
  border-radius: 25px 25px 0 0;
  border-bottom: none;
  border-top: unset;
  box-shadow: none;


}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
  border-radius: 0 0 25px 25px;
  border: 1px solid var(---cfcccc);
  border-top: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.fw-medium {
  font-weight: 500 !important;
}
@media (max-width: 781px) and (min-width: 576px) { 
  .item-type-selector {
    width:50%;
  }
  }
@media (max-width: 577px) {
.wp-block-search__inside-wrapper{
  flex-direction: column;
}
.wp-block-search__button{
  width:100%;
  justify-content: center;
  margin-left: 0;
  margin-top: 10px;
}
.wp-block-search__button::after{
  margin-left: 10px;
}
}


.table-underlines td{
  border-top:1px solid var(---000000);

  border-color: var(---000000); 
  border-bottom: none;
}
.w-30 {
  width: 30%;
}
.mb-5px{
  margin-bottom: 5px;
}