.corner-profile {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px 5px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.15s linear;
  z-index: 1;
}
.corner-profile > * {
  transition: opacity 0.3s linear, transform 0.4s ease;
}
.corner-profile:not(.is-visible) {
  pointer-events: none;
}
.corner-profile:not(.is-visible) .profile-avatar, .corner-profile:not(.is-visible) .profile-name {
  opacity: 0;
  transform: translateY(-5px);
  transition-delay: 0s;
}
.corner-profile .profile-name {
  position: relative;
  top: 0;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: -0.25px;
  transition-delay: 0.4s;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.corner-profile .profile-avatar {
  border-radius: 13px;
}
.corner-profile:hover {
  opacity: 0.7;
}
.corner-profile:hover .profile-name {
  opacity: 1 !important;
}
.corner-profile:active {
  opacity: 0.5;
  transform: scale3d(0.975, 0.975, 1);
}
.corner-profile:active .profile-name {
  transform: none !important;
}
.profile-avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  overflow: hidden;
  transition-delay: 0.3s;
}
.profile-avatar img {
  display: block;
}
.profile-name {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: white;
  font-weight: 400;
  cursor: pointer;
}
.profile-name:hover {
  opacity: 0.8;
}
.profile-name:active {
  opacity: 0.6;
  transform: scale3d(0.9675, 0.9675, 1);
}
.profile-name::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(/application/assets/images/icon-dash.svg) no-repeat center;
  transform: rotate(90deg);
  -webkit-background-size: 15px;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  position: relative;
  top: -1px;
}
h2.profile-name {
  transition: opacity 0.2s linear, transform 0.3s ease;
}
h2.profile-name::after {
  width: 14px;
  height: 14px;
  margin-left: 20px;
  -webkit-background-size: 14px;
}
@media (max-width: 480px) {
  .sense-menu .profile {
    padding: 12px 18px;
  }
  .sense-menu .profile .profile-name {
    font-size: 20px;
  }
  .sense-menu .profile .profile-avatar img {
    width: 40px;
    height: 40px;
  }
  h2.profile-name::after {
    -webkit-background-size: 13px;
  }
}
@media (max-width: 800px) {
  .corner-profile {
    padding-top: 10px;
    padding-right: 18px;
  }
  .corner-profile img {
    width: 45px;
    height: 45px;
  }
  .corner-profile .profile-name {
    font-size: 19px;
  }
  .corner-profile .profile-name::after {
    -webkit-background-size: 11px;
  }
}
.profile-context-menu {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  transition: opacity 0.2s linear, transform 0.3s ease;
  transform-origin: top right;
}
.profile-context-menu li {
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  font-size: 18.5px;
  background: white;
}
.profile-context-menu a {
  display: block;
  padding: 16px 30px 16px 65px !important;
  min-width: 230px;
  box-sizing: border-box;
  transition: opacity 0.3s linear, transform 0.2s ease;
}
.profile-context-menu a:active {
  transform: scale3d(0.95, 0.95, 1);
  opacity: 0.7;
}
.profile-context-menu a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 14px;
  width: 27px;
  height: 27px;
  background: url(/application/assets/images/icon-key.svg) no-repeat center;
  -webkit-background-size: 27px;
  -webkit-filter: brightness(0) invert(0.3);
  transition: transform 0.2s ease;
}
.profile-context-menu a.switch-user::before {
  background-image: url(/application/assets/images/icon-swap.svg);
}
.profile-context-menu a:hover {
  color: #ff7700;
}
.profile-context-menu a:hover::before {
  -webkit-filter: none;
  transform: translateX(-2px);
}
.profile-context-menu:not(.is-visible) {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -5px, 0) scale3d(0.975, 0.975, 1);
  transition: opacity 0.15s linear, transform 0.2s ease;
}
.profile-context-menu.is-corner {
  right: 25px;
  top: 75px;
}
.profile-context-menu.is-title-button {
  right: 0;
  top: 50px;
}
.profile-context-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-box-shadow: 0 3px 15px rgba(255, 119, 0, 0.2);
  background: linear-gradient(330deg, rgba(255, 162, 83, 0.3) 0%, rgba(255, 119, 0, 0.3) 100%);
  border-radius: 20px;
  z-index: 0;
  opacity: 0;
  transform: scaleX(0.925);
  pointer-events: none;
  transition: opacity 0.15s linear, transform 0.3s ease;
}
.profile-context-menu li a:hover::after {
  opacity: 1;
  transform: none;
}
.picker-items {
  width: 100vw;
  max-width: 1450px;
  margin: auto;
  transition: opacity 0.2s linear, transform 0.3s ease;
}
.picker-items.has-1 .picker-item, .picker-items.has-2 .picker-item, .picker-items.has-3 .picker-item, .picker-items.has-4 .picker-item {
  float: none;
}
.picker-items .icon {
  width: 125px;
  height: 125px;
  display: flex;
  -webkit-align-items: center;
  margin: auto;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
.picker-items .icon img {
  width: 100%;
  height: auto;
}
.picker-items .picker-item {
  display: inline-block;
  padding: 45px !important;
  padding-bottom: 15px !important;
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  vertical-align: top;
  opacity: 1;
}
.picker-items .picker-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.picker-items .picker-item .icon {
  transition: transform 0.2s ease, opacity 0.15s linear;
}
.picker-items .picker-item a {
  display: block;
  transition: opacity 0.2s linear, transform 0.3s ease;
}
.picker-items label {
  font-family: Urbanist;
  letter-spacing: -0.25px;
  font-weight: 475;
  line-height: 1.15;
  display: block;
  margin-top: 20px;
  height: 60px;
  font-size: 26px;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transform-origin: 50% 0%;
  transition: transform 0.2s ease;
}
.picker-items .picker-item a:hover {
  transform: scale3d(0.95, 0.95, 1);
  opacity: 0.7;
}
.picker-items .picker-item a:active {
  transform: scale3d(0.925, 0.925, 1);
  opacity: 0.5;
}
.picker-items.has-3 li, .picker-items.has-4 li, .picker-items.has-5 li {
  float: none;
}
@media (max-width: 1450px) {
  .picker-items .picker-item {
    width: 20%;
  }
  .picker-items.has-5 .picker-item {
    float: left;
  }
}
@media (max-width: 1250px) {
  .picker-items .picker-item {
    padding: 30px !important;
  }
  .picker-items .icon {
    width: 100px;
    height: 100px;
  }
  .picker-items label {
    margin-top: 15px;
    font-size: 22px;
    height: 54px;
  }
}
@media (max-width: 1024px) {
  .picker-items .picker-item {
    width: 25%;
  }
  .picker-items.has-4 .picker-item {
    float: left;
  }
}
@media (max-width: 775px) {
  .picker-items .picker-item {
    width: 33.33%;
    padding: 25px !important;
  }
  .picker-items.has-3 .picker-item {
    float: left;
  }
}
@media (max-width: 550px) {
  .picker-items .picker-item {
    width: 50%;
    padding: 15px !important;
  }
  .picker-items label {
    font-size: 20px;
    height: 40px;
  }
  .picker-items.has-2 .picker-item {
    float: left;
  }
}
.password-checker .checklist {
  color: white;
}
.password-checker .checklist li {
  position: relative;
  margin: 8px 0;
  padding-left: 30px;
  opacity: 1 !important;
  font-size: 18px;
}
.password-checker .checklist li::before, .password-checker .checklist li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(/application/assets/images/icon-close.svg) no-repeat center;
  -webkit-background-size: 15px;
  transition: opacity 0.2s linear, transform 0.3s ease;
}
.password-checker .checklist li::after {
  background-image: url(/application/assets/images/icon-check.svg);
  -webkit-background-size: 18px;
  left: -2px;
  top: 4px;
}
.password-checker .checklist li:not(.is-valid)::after, .password-checker .checklist li.is-valid::before {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1) rotate(-20deg);
}
ul.is-list {
  list-style: initial;
  color: white;
  padding-left: 18px;
}
ul.is-list li {
  opacity: 1 !important;
  padding-left: 10px;
  margin: 5px 0;
}
ul.is-list p {
  margin: 0;
}
