#qualifications-dropdown,
#experiences-dropdown {
  width: 100%;
}
.babysitting-exchange-section-container {
  display: flex;
  flex-flow: wrap;
}
.babysitting-exchange-filter {
width: 31.5%;
margin-right: 1.5%;
box-sizing: border-box;
}
.babysitting-exchange-list {
  width: 66%;
  box-sizing: border-box;
}
.babysitting-exchange-filter {
  background-color: #f3f3f4;
  padding: 1.5%;
  border-radius: 10px;
}
.babysitting-exchange-list {
  display: flex;
  flex-flow: wrap;
}
.babysitting-exchange-list article {
  width: 49%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 4%;
}
.babysitting-exchange-list article:nth-of-type(2n) {
  margin-right: 0%;
}
.babysitting-exchange-list .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}
.babysitting-exchange-list article h2 { 
  font-size: 1.125rem;
}
.babysitting-exchange-list article span {
  font-weight: 700;
}
.babysitting-exchange-list article .article-category {
  font-weight: 600;
  font-size: 0.75rem;
  color: #005868;
  background-color: #e7f1f3;
  border: 2px solid #006273;
  border-radius: 15px;
  padding: 5px 10px;
}
.babysitting-exchange-list article p {
  line-height: 1rem;
}
.read-more-babysitting {
  font-weight: 700;
  text-decoration: none;
}
.babysitting-exchange-filter h4 {
  font-size: 1.125rem;
}
.babysitting-exchange-filter h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
/*** CUSTOM FILTER START ***/


.checkbox-field {
  display: flex;
  flex-flow: wrap;
}
.checkbox-collumn p {
  margin: 0;
}

.checkbox-collumn {
  display: flex;
  flex-direction: column!important;
  flex-flow: wrap;
}
.form-bottom-buttons {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.form-bottom-buttons input {
  width: 49%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #006273;
  color: #006273;
  font-weight: 600;
  cursor: pointer;
}
.form-bottom-buttons input:first-of-type {
  background-color: #006273;
  color: #fff;
}
.form-bottom-buttons input:last-of-type {
  background-color: transparent;
}
.form-bottom-buttons input:last-of-type:hover {
  background-color: #006273;
  color: #fff;
}
.checkbox-collumn input {
  margin-top: 6.6px;
  margin-bottom: 6.6px;
}
.checkbox-field .checkbox-collumn:first-of-type {
  margin-top: 20px;
  margin-right: 10px;
}
.checkbox-collumn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.8rem;
}
.checkbox-collumn input  {
  width: 17px;
  height: 17px; 
  padding: 14px; 
  box-sizing: border-box;
}
.checkbox-collumn p {
  margin-top: 4px;
  font-size: 1rem;
}
#selectedOptions {
  min-height: 40px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}

.selected-option {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: #eee;
  border-radius: 5px;
}

.remove-option {
  cursor: pointer;
  color: #006273;
  margin-left: 5px;
}
#selectedQualifications,
#selectedExperiences {
  background-color: #fff;
  min-height: 50px;
  font-size: 1rem;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: right 8px center; /* Align right horizontally and center vertically */
  background-size: 15px 15px; /* Set the maximum width and height */
  
}
.qualifications-container,
.experiences-container {
  position: relative;
}
#qualifications-dropdown,
 #experiences-dropdown {
  font-size: 1rem;
  position: absolute;
  overflow-y: hidden !important;
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  z-index: 2;
}
.qualifications-container:hover,
.experiences-containe:hover {
  cursor: pointer;
}
#qualifications-dropdown,
#experiences-dropdown {
  display: none;
}
#selectedQualifications:hover #qualifications-dropdown,
#selectedExperiences:hover #experiences-dropdown {
  display: block;
}
.babysitting-exchange-list article h2 a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  color: #12141d;
  text-decoration: none;
}
.babysitting-exchange-list .featured-image img {
 margin-bottom: 0px!important;
}
.babysitting-exchange-list .featured-image:hover img {
  transform: scale(1.1);
  transition: 0.9s ease-out;
}
.babysitting-exchange-list a {
  text-decoration: none;
}
.babysitting-exchange-list h2 a:hover {
  color: #006273;
}
.babysitting-exchange-list a:hover {
  color: #063036
}
.babysitting-exchange-list .featured-image {
  overflow: hidden!important;
  font-size: 0!important;
  margin-bottom: 15px!important;
}