/* Generated with 'https://sass-lang.com/dart-sass' from 'src/app/common-components/header/styles/header.component.scss' */
/* :host styling goes to header */
button:focus {
  outline: none;
}
header {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 9999;
  display: block;
  height: 3.75rem;
  color: #fff;
}
@media all and (max-width: 900px) {
  header {
    height: 2.8125rem;
  }
}
header.transparent {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .actions {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .actions .message-link {
  background-color: transparent;
  border: none;
  width: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .actions .message-link.active {
  background: #1b0b6b;
}
header .actions .message-link .unread-number {
  position: absolute;
  color: white;
  display: block;
  height: 1rem;
  width: 1rem;
  background-color: #ff006e;
  font-size: 0.875rem;
  border-radius: 50%;
  top: 12px;
  right: 9px;
  text-align: center;
}
header .actions .message-link .message-icon {
  margin-top: 0.1875rem;
}
header .actions .icon {
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0 0.625rem;
}
header .actions .settings {
  height: 100%;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .actions .settings.active {
  background: #1b0b6b;
}
header .notification-btn, header .message-btn {
  position: relative;
}
@media all and (max-width: 900px) {
  header .notification-btn, header .message-btn {
    display: none;
  }
}
header .notification-btn .counter, header .message-btn .counter {
  position: absolute;
  right: 0.1rem;
  top: 0.6rem;
  background: #ff49c1;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header.unauth {
  background: transparent;
}

.sign-selector-shimmer {
  position: relative;
  width: 100%;
  height: 2.375rem;
  display: flex;
  align-items: center;
}
.sign-selector-shimmer .line {
  height: 1.5625rem;
  border-radius: 0.3125rem;
  flex: 1 0;
}
.sign-selector-shimmer .avatar {
  border: 2px solid #4c28ff;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  margin-right: 1.1875rem;
}

.container {
  height: 100%;
  display: flex;
  max-width: 75rem;
}

.authorized {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .authorized {
    justify-content: space-around;
  }
}
.authorized .sign-selector {
  display: flex;
  width: 15rem;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
  min-width: 6.625rem;
}
.authorized .sign-selector * {
  pointer-events: none;
}
.authorized .sign-selector.active {
  background: #3821c5;
}
.authorized .sign-selector.active selected-sign-type-title ::ng-deep .step {
  color: #fff;
}
.authorized .sign-selector.active .arrow ::ng-deep path {
  stroke: #fff;
}
.authorized .sign-selector.active .preposition {
  color: #fff;
}
.authorized .sign-selector:hover {
  cursor: pointer;
}
.authorized .sign-selector .arrow {
  width: 2.1875rem;
  margin-top: 0.4rem;
  background: none;
  border: none;
  margin-left: auto;
}
.authorized .logo {
  width: 7.1875rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}
.authorized .logo img {
  max-width: 100%;
  max-height: 1.5625rem;
  min-width: 7.1875rem;
}
@media all and (max-width: 1160px) {
  .authorized .logo {
    margin-left: 0.625rem;
  }
}
.authorized nav {
  display: flex;
  height: 100%;
  margin-left: 3.125rem;
  width: 34.0625rem;
}
@media all and (max-width: 1200px) {
  .authorized nav {
    margin-left: 0.625rem;
  }
}
.authorized nav.teacher {
  justify-content: space-around;
}
.authorized nav.teacher .my-feed.nav-btn {
  flex-grow: 0.5;
}
.authorized nav .nav-btn {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 0.9375rem;
  padding: 0;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  font-weight: 600;
  min-width: 8.125rem;
}
.authorized nav .nav-btn.active {
  border-bottom-color: #00fff5;
  background-color: #1b0b6b;
}
.authorized nav .nav-btn .btn-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -0.3125rem;
}
.authorized nav .nav-btn .btn-content img {
  margin-right: 0.625rem;
}
.authorized nav .companies {
  margin-left: 0.9375rem;
}
.authorized nav header-bowlpicker.active ::ng-deep .nav-btn {
  padding: 0 1.25rem;
}
.authorized nav header-bowlpicker.active ::ng-deep .btn-content {
  justify-content: space-between;
}
.authorized nav header-bowlpicker.active ::ng-deep .icon {
  margin: 0 0 0 0.625rem;
}
.authorized nav header-bowlpicker.active ::ng-deep .avatar {
  margin-left: 0;
}
@media all and (max-width: 1200px) {
  .authorized nav header-bowlpicker.active {
    min-width: 10rem;
  }
}
.authorized app-search-input {
  flex: 1 0 auto;
  margin-left: 0.3125rem;
  max-width: 13.75rem;
  min-width: 7.5rem;
  padding-right: 0;
}
@media all and (max-width: 1200px) {
  .authorized app-search-input {
    max-width: 14vw;
  }
  .authorized app-search-input ::ng-deep.input {
    padding-left: 0.325rem;
  }
}

selected-sign-type-title ::ng-deep {
  width: calc(100% - 36px);
}
selected-sign-type-title ::ng-deep .step {
  text-overflow: ellipsis;
  line-break: none;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  max-width: 15.625rem;
  color: white;
}
selected-sign-type-title ::ng-deep .initials .header .first-last-name {
  color: white;
}
selected-sign-type-title ::ng-deep .type .header .title {
  color: white;
}
selected-sign-type-title ::ng-deep .type .header .title .preposition {
  color: white;
}
selected-sign-type-title ::ng-deep .type .header .work-title {
  color: white;
}
selected-sign-type-title ::ng-deep .type .header .work-title .preposition {
  color: white;
}
selected-sign-type-title ::ng-deep .company .header .work {
  width: 11vw;
  max-width: 15.625rem;
  background: none;
  border-radius: 0;
  color: white;
}
selected-sign-type-title ::ng-deep .company .header .work .preposition {
  font-size: 0.625rem;
  color: #fff;
  font-weight: 600;
  display: block;
}
selected-sign-type-title ::ng-deep .title .step {
  width: 11vw;
  max-width: 15.625rem;
}
selected-sign-type-title ::ng-deep .selected-bowl {
  display: none;
}
selected-sign-type-title ::ng-deep .avatar .icon.sign-type {
  box-shadow: 0 0 0 2px #00fff5;
}

.unauthorized {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 95vw;
  margin: 0 auto;
  background: transparent;
}
@media all and (max-width: 640px) {
  .unauthorized .buttons-block {
    display: none;
  }
}
@media all and (max-width: 1250px) {
  .unauthorized {
    padding: 0 1rem;
  }
}
@media all and (max-width: 900px) {
  .unauthorized {
    height: 2.8125rem;
  }
}
@media all and (min-width: 1024px) {
  .unauthorized .signup-button {
    margin-right: 10vw;
  }
}
.unauthorized .logo-wrapper {
  display: flex;
  flex-direction: row;
}
.unauthorized .unauth-menu {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.unauthorized .unauth-menu .unauth-link {
  margin: 0 2.5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.unauthorized .unauth-menu .unauth-link-icon {
  margin: auto;
}
.unauthorized .unauth-menu .unauth-link-name {
  font-size: 0.75rem;
  font-weight: 600;
}
.unauthorized .logo {
  width: 7.1875rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2.25rem !important;
}

@media all and (max-width: 375px) {
  .unauthorized .logo {
    width: 5.5rem;
  }
}

.unauthorized .logo img {
  max-width: 100%;
  max-height: 1.5625rem;
  min-width: 7.1875rem;
}
.unauthorized .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unauthorized .actions .signup {
  box-shadow: 0 10px 30px 0 rgba(0, 82, 255, 0.4);
  height: 2.5rem;
  width: 8.125rem;
  margin-right: 1.875rem;
  background: #00fff5;
  font-weight: bold;
  padding: 0;
  line-height: 2.5rem;
  color: #4c28ff;
  text-align: center;
}
.unauthorized .actions .signup:hover {
  border-color: #fff;
  background: #fff;
}
.unauthorized .actions .sign-in {
  box-shadow: 0 10px 30px 0 rgba(0, 82, 255, 0.4);
  height: 2.5rem;
  width: 8.125rem;
  background: #1b0b6b;
  font-weight: bold;
  padding: 0;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 480px) {
  .unauthorized .actions .sign-in {
    display: none;
  }
}
.unauthorized .actions .sign-in:hover {
  background: #fff;
  color: #4c28ff;
}
.unauthorized .actions .sign-btn {
  transition: 0.2s all;
}
@media all and (max-width: 900px) {
  .unauthorized .actions .sign-btn {
    height: 1.875rem;
    width: 8rem;
    font-size: 0.75rem;
    line-height: 1.775rem;
  }
}
@media screen and (max-width: 800px) {
  .unauthorized .actions button {
    line-height: 1.875rem;
    padding: 0 1.25rem;
  }
}
.unauthorized .actions > * {
  margin: 0 0.3125rem;
}
.unauthorized .signup-button {
  height: 40px;
  border-radius: 2.125rem;
  color: #1b0b6b;
}

.sign-menu {
  max-width: none;
  min-width: 21.25rem;
  margin-top: 1.25rem;
  overflow: visible;
  z-index: 4;
  border-radius: 1.25rem;
  padding: 0;
  box-shadow: 0 10px 20px 5px rgba(51, 60, 140, 0.2);
  margin-left: -5rem;
}
.sign-menu h5 {
  text-align: center;
  padding: 0 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #544e5d;
}
.sign-menu .work.step::ng-deep {
  cursor: pointer;
}
.sign-menu sign-type-select ::ng-deep {
  min-height: initial;
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form {
  padding: 0;
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form label {
  height: 3.75rem;
  padding: 0 1.25rem;
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form label .text.ellipsis {
  flex: initial;
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form label:hover {
  background: rgba(205, 205, 229, 0.34);
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form .arrow-popup-wrapper {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.sign-menu sign-type-select ::ng-deep form.sign-type-form input:checked + label .icon {
  box-shadow: 0 0 0 3px #4c28ff !important;
}
.sign-menu:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.25rem;
  top: -0.75rem;
  left: 7.9rem;
  z-index: 0;
  display: block;
  background: url(/assets/icons/arrow-popup.svg) center;
  transform: scale(-1);
}

.mat-menu-content {
  padding-bottom: 0;
}
