
  
  .switchDashboard {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .switchDashboard > p {
    margin: 0em;
    color: #989898
  }
  
  .switchDashboard > p.currentDashboard {
    font-family: "OPEN-SANS-SEMIBOLD", sans-serif;
    color: #333333
  }
  
  .switch > label.buyer {
    background: rgba(187, 90, 90);
  }
  
  .switch > label.seller {
    background: rgba(63, 114, 175);
  }
  
  .switch > label.seller::after {
    left: calc(100% - 2px) !important;
    transform: translateX(-100%);
  }
