/* Generated with 'https://sass-lang.com/dart-sass' from 'src/app/common-components/header/styles/header-shared.scss' */
.mobile-menu-trigger {
  height: 50px;
  width: 100px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-trigger ::ng-deep svg {
  transform: scale(1.35);
}

.mobile-menu-trigger ::ng-deep svg path {
  stroke: white;
}

header .buttons-block {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .install-button {
  margin-right: 0.75rem;
  height: 2.25rem;
}

header .install-button .img-wrapper,
header .install-button .img-wrapper .fill-icon,
header .install-button .img-wrapper::before {
  /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
  transition: color 0.3s, border-color 0.3s, opacity 0.3s, transform 0.3s, fill 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

header .install-button .img-wrapper {
  display: inline-block;
  border: 1px solid white;
  border-radius: 1.125rem;
  height: 2.25rem;
  padding: 0.54rem 0.1rem 0 0.75rem;
  width: 2.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

header .install-button .img-wrapper:hover .fill-icon {
  fill: #2600fa;
}

header .install-button .img-wrapper img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -71%);
}

header .signup-button {
  width: 8.375rem;
  height: 2.25rem;
  font-size: 0.78125rem;
  border-radius: 1.125rem;
  border: none;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  color: #2600fa;
  text-align: center;
  letter-spacing: 1px;
  background-color: #00fff5;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  flex-shrink: 0;
}

header .install-button .img-wrapper:hover::before {
  -webkit-transform: translateX(-100%) scale3d(-9, -9, 1);
  transform: translateX(-100%) scale3d(-9, -9, 1);
}

header .install-button .img-wrapper:hover {
  color: #2600fa;
  border-color: #2600fa;
}

header .install-button .img-wrapper::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 100%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #00fff5;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: translateX(-100%) scale3d(-1, -2, 1);
  transform: translateX(-100%) scale3d(-1, -2, 1);
}

header .nav-link {
  white-space: nowrap;
  color: white;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
}

@media all and (max-width: 640px) {
  header .nav-link {
    display: none;
  }
}

header .nav-link.web-signup {
  padding-left: 0;
  padding-right: 1.625rem;
  text-transform: none;
}

header .nav-link.web-signin {
  padding-right: 0;
}

header .nav-link,
.unauth-link {
  transition: color 0.2s ease-in;
  margin: 0 1.375rem;
}

.unauth-link {
  color: white;
}

header .nav-link:focus,
header .nav-link:hover,
header .unauth-link:hover,
header .unauth-link:focus {
  color: #00fff5;
  outline: none;
}

header .nav-link::after,
header .unauth-link::after {
  position: relative;
  top: 6px;
  transition: width 0.2s ease-in;
  display: block;
  content: "";
  height: 1px;
  width: 0;
  background-color: #00fff5;
}

header .nav-link:focus::after,
header .nav-link:hover::after,
header .unauth-link:hover::after,
header .unauth-link:focus::after {
  width: 100%;
}

header .partial-signup {
  display: block;
  color: #4c28ff;
  background-color: #00fff5;
  height: 2.5rem;
  line-height: 2.5rem;
  text-decoration: none;
  width: 10.625rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  border-radius: 1.25rem;
}

@media all and (max-width: 640px) {
  header .partial-signup {
    display: none;
  }
}

@media all and (max-width: 640px) {
  app-search-input, .sign-selector, .actions {
    display: none !important;
  }

  .mobile-nav-btn {
    display: block;
    padding: 0 1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    border: none;
    border-radius: 1.25rem;
    background-color: #00fff5;
    font-size: 0.8125rem;
    text-align: center;
    color: #1b0b6b;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  #auth-menu-trigger {
    display: block;
    background: transparent;
    border: none;
    transition: all 0.2s ease-in;
    transform-origin: 17px 7px;
  }

  #auth-menu-trigger.menu-shown {
    transform: rotate(-180deg);
  }
}

.mobile-menu-trigger {
  display: none;
}

@media all and (max-width: 640px) {
  .mobile-menu-trigger {
    display: block;
  }

  header,
  .unauthorized {
    height: 4.6875rem;
  }
}

@media all and (max-width: 375px) {
  .mobile-menu-trigger {
    width: 4.375rem;
  }
}

.flex {
  display: flex;
}

.flex-align-center {
  align-items: center;
}
