﻿.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}

.focused-backdrop-for-spotlight {
  position: relative !important;
  box-shadow: 0px 0px 0px 99999px rgba(0, 0, 0, 0.6) !important;
  z-index: 10001;
  border: 3px solid #78CBF2;
}

.inset-focused-backdrop-for-spotlight {
  box-shadow: inset 0px 0px 0px 99999px rgba(0, 0, 0, 0.8) !important;
  border-top: none !important;
  border-bottom: none !important;
}

.swal-for-showHowToGetBackFromRepresentativeAccountIfNeeded {
  background-color: #999999;
}
@media only screen and (max-width: 600px) {
  .swal-for-showHowToGetBackFromRepresentativeAccountIfNeeded {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .swal-for-showHowToGetBackFromRepresentativeAccountIfNeeded .swal-icon {
    display: none;
  }
}

.selection-person-type-card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  height: 350px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.small-selection-person-type-card {
  height: 100px;
}

.medium-selection-person-type-card {
  height: 150px;
}

.selection-person-type-card:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
