/* Model card colors */
.theme-cams--light .FilterDisplay__title {
  color: var(--COLOR_SECONDARY_TEXT, #cccccc); }

.theme-cams--light .FilterDisplay__clear-btn {
  border: 1px solid #999999;
  color: #999999; }

.secondary-header {
  display: flex;
  background-color: transparent;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media (max-width: 959px) {
    .secondary-header {
      background-color: transparent; } }
  .secondary-header .old-site-link {
    font-size: 15px;
    height: 26px;
    width: 200px;
    text-align: right;
    line-height: 26px;
    color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #ef951b);
    text-decoration: none;
    margin: 3px 37px; }
    @media (max-width: 959px) {
      .secondary-header .old-site-link {
        font-size: 12px;
        margin: 0 10px 0 0; } }
  .secondary-header .old-site-link-logged-in {
    margin-right: 17px; }

.FilterDisplay__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: translateY(-2px); }
  .FilterDisplay__container--firefox {
    transform: translateY(-1px); }
  @media (max-width: 959px) {
    .FilterDisplay__container {
      display: none !important; } }

.FilterDisplay__all-clear-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px; }

.FilterDisplay__clear-btn {
  border: 1px solid var(--COLOR_PRIMARY_TEXT, #999999);
  color: var(--COLOR_PRIMARY_TEXT, #b3b3b3); }

.FilterDisplay__mobile-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow-x: scroll;
  background-color: var(--COLOR_PRIMARY_BACKGROUND, #161833);
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .FilterDisplay__mobile-filter .Navigation__btn {
    padding-bottom: 10px;
    white-space: nowrap; }

.FilterDisplay__mobile-filter-inner {
  display: flex;
  flex-direction: row;
  align-items: center; }

.FilterDisplay__mobile-container {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 100%;
  background-color: var(--COLOR_BUTTONS_BACKGROUND, #161833);
  z-index: 10;
  height: 50px;
  font-size: 15px;
  color: white; }
  @media (max-width: 959px) {
    .FilterDisplay__mobile-container {
      display: flex !important; } }

.FilterDisplay__mobile-title {
  text-transform: uppercase; }

.FilterDisplay__btn {
  background-color: transparent;
  border: none;
  color: var(--COLOR_SECONDARY_LINK, #ffffff);
  cursor: pointer;
  padding-top: 5px; }
  .FilterDisplay__btn .material-icons {
    font-size: 20px; }

.FilterDisplay__title {
  margin: 3px 10px;
  color: var(--COLOR_PRIMARY_TEXT, #cccccc);
  flex: 0 0 auto;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  font-weight: normal; }

.FilterDisplay__selected {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center; }

.FilterDisplay__selected-item {
  display: flex;
  flex-direction: row;
  color: var(--COLOR_PRIMARY_TEXT, white);
  background-color: var(--COLOR_BUTTONS_BACKGROUND, #21244d);
  padding: 5px;
  margin: 2px 5px;
  height: 26px;
  align-items: center;
  border-radius: 3px;
  font-weight: bold; }
  .FilterDisplay__selected-item p {
    margin-right: 6px;
    font-size: 12px; }
  .FilterDisplay__selected-item i {
    font-size: 6px;
    cursor: pointer;
    margin-top: 2px; }

.HomeContainer {
  width: 100%;
  display: flex; }
  .HomeContainer__right-container {
    width: 100%;
    min-width: 0; }
    .HomeContainer__right-container--with-side-menu {
      margin-left: 220px; }
  .HomeContainer .NotificationBar {
    margin-left: 15px;
    margin-right: 15px; }

/* Model card colors */
.theme-cams--light .CamsSideMenu {
  color: var(--COLOR_PRIMARY_TEXT, white); }
  .theme-cams--light .CamsSideMenu a {
    color: inherit;
    text-decoration: inherit; }
    .theme-cams--light .CamsSideMenu a:hover, .theme-cams--light .CamsSideMenu a:visited {
      color: inherit;
      text-decoration: inherit; }
  .theme-cams--light .CamsSideMenu__close-tab {
    background: var(--COLOR_NAVBAR_BACKGROUND, #161833); }
  .theme-cams--light .CamsSideMenu__tabs {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .theme-cams--light .CamsSideMenu__list {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .theme-cams--light .CamsSideMenu .GenderFilter__category:not(:last-child) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .theme-cams--light .CamsSideMenu .ReturnFilterTab__round-tab {
    background-color: transparent;
    color: white; }
    .theme-cams--light .CamsSideMenu .ReturnFilterTab__round-tab--active {
      color: grey; }
    .theme-cams--light .CamsSideMenu .ReturnFilterTab__round-tab__bg {
      background: white;
      color: grey; }
    .theme-cams--light .CamsSideMenu .ReturnFilterTab__round-tab:hover {
      color: grey; }
  .theme-cams--light .CamsSideMenu .ReturnFilterTab__SquareTab--selected {
    color: grey; }
  .theme-cams--light .CamsSideMenu .ReturnFilterTab__SquareTab__border {
    background-image: none;
    background: white;
    clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 5%, 98% 5%, 98% 96%, 2% 96%, 2% 100%, 100% 100%, 100% 0%); }
  .theme-cams--light .CamsSideMenu .ReturnFilterTab__SquareTab__bg {
    background-image: none;
    background: white; }
    .theme-cams--light .CamsSideMenu .ReturnFilterTab__SquareTab__bg--show {
      opacity: 1; }
  .theme-cams--light .CamsSideMenu .CamsSideMenu__list .CamsListItem__btn--selected {
    color: grey !important;
    background: white; }
  .theme-cams--light .CamsSideMenu .CamsSideMenu__list .CamsListItem__btn--selected .CamsListItem__icon {
    color: grey; }
  .theme-cams--light .CamsSideMenu .CamsSideMenu__list .CamsListItem__btn--selected .CamsSideMenu__list-icon--new-models {
    fill: grey; }

/* Model card colors */
.NotificationBar__Link {
  text-decoration: underline;
  cursor: pointer; }

.Bar {
  font-size: 13px;
  color: white;
  padding: 5px;
  position: relative; }
  .Bar--alert {
    background-color: #ef951b; }
  .Bar__CloseBtn {
    fill: white;
    padding: 3px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    stroke-width: 1px;
    stroke: white; }

