body {
  font-size: 16px;
  color: PaleVioletRed;
  background: rgb(198,243,241);
  background: radial-gradient(circle, rgba(198,243,241,1) 27%, rgba(148,222,233,1) 100%);
}



input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: 0.64ex;
    left: 0.56ex;
    border: 3px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"] {
    line-height: 2.1ex;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -999em;
}


input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -25%;
    height: 2.25ex;
    width: 2.25ex;
    background-color: deeppink;
    border: 1px solid rgb(166, 166, 166);
    border-radius: 4px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
    margin-right: 0.5em;
}



.search_categories{
  font-size: 15px;
  padding: 5px 5px 5px 15px;
  background: #d5f6f6;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  width: 120px;
}
.search_categories .select{
  width: 100px;
  background:url('arrow.png') no-repeat;
  background-position:60% center;
}
.search_categories .select select{
  background: #d5f6f6;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 14px;
  color: Olive;
}


.btn {
  background-color: PaleVioletRed;
  color: white;
  padding: 3px 3px;
  border: none;
  cursor: pointer;
  height: 25px;
  width: 80px;
  opacity: 0.9;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
}

.btn:hover {
  opacity: 1;
}
