.topbar {
  &.mat-toolbar {
    position: relative;
    box-shadow: none; /*0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);*/
    z-index: 8 !important;
  }
  &.mat-toolbar-single-row{
    height:45px;
  }
  .mat-select-value {
    font-weight: 400;
    color: #ffffff;
	font-size: 14px;
  }
}

.toggle-collapsed {
  transform: rotate(0deg);
  -webkit-transition: transform .3s cubic-bezier(.35,0,.25,1);
  transition: transform .3s cubic-bezier(.35,0,.25,1);
}
.sidebar-compact .toggle-collapsed {
  transform: rotate(180deg);
}
.search-bar {
  .top-search-form {
    position: relative;
     background: none;
    border-radius: 2px;
    margin-right: 1rem;
    display: block;
    max-width: 350px;
    margin-left: 20px;
    .material-icons {
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      color: rgba(0,0,0,.87);
    }
    input {
      font-size: 1rem;
      padding: .75rem .75rem;
      z-index: 2;
      cursor: text;
      text-indent: 30px;
      border: none;
      background: transparent;
      width: 100%;
      outline: 0;
    }
  }

}

.topbar {
  &.mat-toolbar {
    position: relative;
    box-shadow: none; /*0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);*/
    z-index: 999;
  }
  &.mat-toolbar-single-row{
    height:45px;
  }
  .mat-select-value {
    font-weight: 400;
    color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
  }
}

.toggle-collapsed {
  transform: rotate(0deg);
  -webkit-transition: transform .3s cubic-bezier(.35,0,.25,1);
  transition: transform .3s cubic-bezier(.35,0,.25,1);
}
.sidebar-compact .toggle-collapsed {
  transform: rotate(180deg);
}
.search_bar_style {
  background: none;
}
.search-bar {
  .top-search-form {
    position: relative;
     background: none;
    border-radius: 2px;
    margin-right: 1rem;
    display: block;
    max-width: 350px;
    margin-left: 20px;
    .material-icons {
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      color: rgba(0,0,0,.87);
    }
    input {
      font-size: 1rem;
      padding: .75rem .75rem;
      z-index: 2;
      cursor: text;
      text-indent: 30px;
      border: none;
      background: transparent;
      width: 100%;
      outline: 0;
    }
  }

}

.language-icon{
color: #757575;
}



.language-section {
  .mat-select-trigger {
    margin-left: 2px !important;
    padding: 10px 10px 5px 10px !important;
    height: 40px !important;
  }
  .language-display {
    display: table-caption;
  }
  &:hover {
    background: rgba(0,0,0,0.04);
  }
}