.bg-washed-blue {
  background-color: #F8FAFB;
}


/* Rotate the selector arrow */
.rotate {
  transition: all 1s ease;
}
.rotate-180deg {
  transform: rotateZ(-180deg);
}
