/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** COLUMNS BLOCK **********************/
/***********************************************************/  


@media (min-width: 1300px) {
    .sf-field-search {
        flex: 1 1 96%; /* Take up 95% of the available space */
        max-width: 96%; /* Ensure it doesn't exceed 95% */
        box-sizing: border-box;
      }
  }


  @media (min-width: 1300px) {
    .sf-field-submit {
        flex: 1 1 4%; /* Take up 5% of the available space */
        max-width: 4%; /* Ensure it doesn't exceed 5% */
        box-sizing: border-box;
      }
  }  
  
  .sf-field-category ul li{
    background-color: rgba(0, 0, 0, 0.500);
    margin-right: 15px;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
    font-family: 'Roboto Bold';
    border-radius: 20px;
}

  @media (max-width: 1300px) {
    .sf-field-search {
        flex: 1 1 85%; /* Take up 95% of the available space */
        max-width: 85%; /* Ensure it doesn't exceed 95% */
        box-sizing: border-box;
      }
  }


  @media (max-width: 1300px) {
    .sf-field-submit {
        flex: 1 1 15%; /* Take up 5% of the available space */
        max-width: 15%; /* Ensure it doesn't exceed 5% */
        box-sizing: border-box;
      }
  }  

ul{
    padding-inline-start: 0px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label {
    padding-left: 20px;
    padding-right: 20px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label:hover {
    cursor: pointer;
}

.sf-input-checkbox{
    display: none;
}

ul li.sf-option-active {
    background-color: #2e2d62!important;
    position: relative; /* Make sure the ::after content is positioned relative to this element */
}

.sf-field-reset{
    color: white;
    font-size: 18px;
    font-family: 'Roboto Regular';
}

.sf-field-taxonomy-team_category ul li{
    background-color: rgba(0, 0, 0, 0.500);
    margin-right: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 21px;
    font-family: 'Roboto Bold';
    border-radius: 20px;
}

.sf-field-category ul li:hover{
    background-color: #A6192E;
}

input[type="text" i] {
    padding-block: 0px;
    padding-inline: 0px;
}

.sf-input-text:focus,
.sf-input-text:active {
  outline: none; /* Removes the border/outline on focus or click */
  /* You can also set other styles like border or box-shadow here */
}
 
  .sf-input-text{
    /* Padding when focused or when text is present */
    padding-left: 20px!important;
  }

input[type="submit" i] {
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
}

.sf-field-search label  { 
    width: 100%;
}

.sf-field-search input  { 
    color: rgb(0, 0, 0);
    border: 0px;
    font-size: 18px;
    background-color: #ffffff;
    margin: 0px;
	display: block;
    width: 100%;
    height: 58px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     border-radius: 0;
}



.searchandfiltercontainer { 
max-width: 1600px;
margin: auto;
padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 900px) {
    .searchandfiltercontainer{
    padding-top: 30px;
    padding-bottom: 30px;
    }
}


@media (max-width: 900px) {
.sf-field-taxonomy-team_category ul li{
font-size: 14px;
}

    .searchandfilter h4{
    font-size: 22px!important;
    }
    }

.searchandfilter h4 {
  font-size: 36px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
  color: white;
  line-height: 1.1;
  padding-right: 60px;
  padding-bottom: 20px;
}

.searchandfilter .sf-field-taxonomy-team_category ul li{
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 1302px) {
    .searchandfilter ul li:nth-child(3){
        display: flex;
    }
  }

.searchandfilter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.sf-field-taxonomy-team_category {
  flex: 1 1 100%; /* Take up full width */
  max-width: 100%; /* Full width */
  box-sizing: border-box;
}