.app_selector {
  border-radius: 0;
  border: none;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  padding-left: 40px;
  font-size: 14px;
  text-align: right;
  background: linear-gradient(0.25turn, #ffffff, rgba(210, 210, 210));
  color: rgb(80, 80, 80);
  border-right: solid 8px #0171b9;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(38, 38, 38, 0.5);
}

.app_selector:hover {
  border-right: solid 8px #39c5f0;
  box-shadow: 0 0 5px rgba(38, 38, 38, 1);
}

.home_selector {
  border-right: solid 8px #0c4d75;
  min-height: 60px;
  width: 90px;
  border-bottom-right-radius: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: white !important;
}
