.profile-details-component .left-col img {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.profile-details-component .left-col h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.profile-details-component .left-col h6 {
  word-break: break-word;
  font-size: 0.8rem;
  margin-top: 0;
  color: #757575;
}
.profile-details-component .form-section-disabled .form-section {
  opacity: 0.5;
}
.profile-details-component .form-section:last-child {
  margin-bottom: 0;
}
.profile-details-component .show-experimental-features .preference-msg {
  color: #e53935;
}
.profile-details-component .preference-msg {
  margin-left: 30px;
  color: #757575;
}
/** @format */
ux-dialog.nav-support-dialog {
  max-height: 400px;
  max-width: 400px;
}
ux-dialog.nav-support-dialog .title {
  margin-top: 0;
}
ux-dialog.nav-support-dialog input,
ux-dialog.nav-support-dialog textarea {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.nav-profile-component {
  height: inherit;
  position: relative;
  display: block;
}
.nav-profile-component > .flex {
  height: inherit;
}
.nav-profile-component .item {
  color: #212121;
  margin: 0;
  display: inline-block;
  line-height: 1;
  height: auto;
}
@media only screen and (min-width: 601px) {
  .nav-profile-component .item {
    position: relative;
  }
}
.nav-profile-component .item .btn.btn-floating {
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}
.nav-profile-component .item .btn.btn-floating:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.nav-profile-component .item .btn.btn-floating span {
  font-size: 1.5rem;
  display: inline-block;
}
.nav-profile-component .item .btn.btn-floating.impersonating {
  border: 2px solid rgb(225.5, 125.7768924303, 0);
  line-height: 36px;
}
.nav-profile-component .dropdown .dropdown-header h5 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #212121;
}
.nav-profile-component .dropdown .dropdown-header h6 {
  font-size: 1rem;
  margin: 0;
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-profile-component .dropdown .dropdown-header .icon-wrapper {
  margin: 0.75rem auto;
  width: 60px;
  height: 60px;
  background-color: #465A64;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  line-height: 60px;
}
.nav-profile-component .dropdown .dropdown-list-wrapper ul li {
  border: none;
  padding: 0;
}
.nav-profile-component .dropdown .dropdown-list-wrapper ul li a {
  color: #212121;
  display: inline-block;
  min-height: 2.5rem;
  font-size: 1rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
}
.nav-profile-component .dropdown .dropdown-list-wrapper ul li i {
  color: #212121;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-right: 0.75rem;
}
.nav-profile-component .track-evt-whatsnew .whats-new-list-icon {
  width: 6px;
  height: 6px;
  background: #e53935;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  right: 1.5rem;
}
.nav-profile-component .whats-new-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #e53935;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
}
.nav-profile-component .app-version {
  font-size: 0.45em;
  line-height: 1.2rem;
  padding-left: 0.5rem;
  display: inline-block;
  vertical-align: bottom !important;
}
.nav-profile-component .error-footer {
  color: #e53935;
}
.nav-notifications-component {
  height: inherit;
  position: relative;
  display: block;
}
.nav-notifications-component > .flex {
  height: inherit;
}
.nav-notifications-component .item {
  color: #212121;
  margin: 0;
  display: inline-block;
  line-height: 1;
  height: auto;
}
@media only screen and (min-width: 601px) {
  .nav-notifications-component .item {
    position: relative;
  }
}
.nav-notifications-component .item .btn.btn-floating {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.2s ease;
}
.nav-notifications-component .item .btn.btn-floating:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-notifications-component .item .btn.btn-floating i {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
}
.nav-notifications-component .notif-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  display: block;
  background: #e53935;
  color: #FFFFFF;
  font-size: 0.75em;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 100;
  text-align: center;
  pointer-events: none;
}
.nav-notifications-component .notif-badge .number {
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper ul li {
  border-bottom: 1px solid #e0e0e0;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper ul li:last-child {
  border-bottom: none;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper ul li a {
  color: #212121;
  font-size: 1rem;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-empty {
  font-size: 0.9em;
  color: #757575;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-icon {
  flex: 0 0 18px;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-icon i {
  font-size: 1.2rem;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-name {
  font-size: 0.9em;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-name p {
  margin: 0;
  color: #757575;
  font-size: 0.8em;
  line-height: 1.2;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-action {
  flex: 0 0 50px;
  text-align: center;
  font-size: 0.9em;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-action .action-icon {
  line-height: 1;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-action .action-icon i {
  font-size: 0.9em;
}
.nav-notifications-component .dropdown .dropdown-list-wrapper .field-action .action-item {
  color: #757575;
  font-size: 0.8em;
}
.nav-notifications-component .dropdown .dropdown-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-notifications-component .dropdown .dropdown-footer .btn.btn-small {
  font-size: 12px;
}
.nav-bar-component {
  z-index: 104;
  position: relative;
  height: 55px;
  line-height: 55px;
  background: #FFFFFF;
}
@media only screen and (min-width: 601px) {
  .nav-bar-component {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
  }
}
.nav-bar-component .nav-item {
  height: 55px;
}
.nav-bar-component .nav-item.nav-right {
  float: right;
}
.nav-bar-component .brand-logo {
  position: absolute;
  color: #465A64;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 55px;
}
.nav-bar-component .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
.nav-bar-component .burger-menu {
  float: left;
  width: 55px;
  height: 55px;
  background: #465A64;
  color: white;
}
.nav-bar-component .burger-menu i {
  font-size: 1.4em;
}
.nav-bar-component .dropdown {
  line-height: normal;
  z-index: 999;
  position: fixed;
  top: 55px;
  right: 0;
  background-color: #FFFFFF;
  margin: 0;
  width: 100vw;
  max-width: 320px;
}
@media only screen and (min-width: 601px) {
  .nav-bar-component .dropdown {
    position: absolute;
    top: 60px;
    right: -0.75rem;
    width: auto;
    min-width: 320px;
    max-width: 640px;
  }
}
.nav-bar-component .dropdown .dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.nav-bar-component .dropdown .dropdown-list-wrapper {
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  border-bottom: 1px solid #e0e0e0;
}
.nav-bar-component .dropdown .dropdown-list-wrapper ul {
  margin: 0;
  border: none;
  list-style-type: none;
}
.nav-bar-component .dropdown .dropdown-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-bar-map-component {
  height: 55px;
  z-index: 100;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .nav-bar-map-component {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nav-bar-map-component .nav-item {
  height: 55px;
}
.nav-bar-map-component .nav-item.nav-right {
  float: right;
}
.nav-bar-map-component .nav-item .item button.btn-floating {
  box-shadow: 0 0px 0px 0 transparent, 0 0px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 2px -3px rgba(0, 0, 0, 0.2);
}
.nav-bar-map-component .dropdown {
  line-height: normal;
  z-index: 999;
  position: fixed;
  top: 55px;
  right: 0;
  background-color: #FFFFFF;
  margin: 0;
  width: 100vw;
  max-width: 320px;
}
@media only screen and (min-width: 601px) {
  .nav-bar-map-component .dropdown {
    position: absolute;
    top: 60px;
    right: -0.75rem;
    width: auto;
    min-width: 320px;
    max-width: 640px;
  }
}
.nav-bar-map-component .dropdown .dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.nav-bar-map-component .dropdown .dropdown-list-wrapper {
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  border-bottom: 1px solid #e0e0e0;
}
.nav-bar-map-component .dropdown .dropdown-list-wrapper ul {
  margin: 0;
  border: none;
  list-style-type: none;
}
.nav-bar-map-component .dropdown .dropdown-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-autocomplete {
  position: relative;
}
.search-autocomplete input[type=text] {
  height: 2.5rem;
}
.search-autocomplete .search-list {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  margin: 0;
  z-index: 4;
}
.search-autocomplete .list-item {
  padding: 5px 0;
  cursor: pointer;
  border: none;
}
.search-autocomplete .list-item:hover, .search-autocomplete .list-item.selected:hover {
  background-color: #f5f5f5;
}
.search-autocomplete .list-item:hover i, .search-autocomplete .list-item.selected:hover i {
  background-color: #f5f5f5;
}
.slide-nav-component {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.slide-nav-component .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.slide-nav-component .nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  max-width: 500px;
  height: 100%;
  z-index: 101;
  transition: transform 0.3s ease-in-out;
}
.slide-nav-component .header {
  margin: 10px 0;
}
.slide-nav-component .header i {
  transition: opacity 0.2s;
}
.slide-nav-component .header i:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.slide-nav-component .collection-item {
  padding: 0px;
  border: 0;
}
.slide-nav-component .collection-item a, .slide-nav-component .collection-item i {
  vertical-align: middle;
  color: #757575;
}
.slide-nav-component .collection-item .item {
  padding: 10px;
}
.slide-nav-component .collection-item .item:hover {
  cursor: pointer;
}
.slide-nav-component .collection-item .item:hover a, .slide-nav-component .collection-item .item:hover i {
  color: black;
}
.slide-nav-component .collection-item hr {
  border: none;
  height: 1px;
  background-color: #bdbdbd; /* Modern Browsers */
}
.slide-nav-component .collection-item i {
  font-size: 1.3em;
  margin-right: 0.3em;
}
.slide-nav-component.closed .overlay {
  opacity: 0;
}
.slide-nav-component.closed .nav {
  transform: translate3d(-500px, 0, 0);
}
.slide-nav-component .col-slide {
  min-width: 250px;
  max-width: 355px;
}
.slide-nav-component .poweredby {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 15px;
  width: 100px;
}
/** @format */
.side-bar-component {
  height: 100%;
  width: 55px;
  background: #465A64;
  color: #fafafa;
  z-index: 105;
  position: absolute;
  top: 0;
}
.side-bar-component i {
  vertical-align: middle;
  font-size: 1.4em;
}
.side-bar-component ul {
  margin: 0;
}
.side-bar-component li {
  padding-top: 15px;
}
.side-bar-component a {
  transition: opacity 0.2s;
  color: inherit;
}
.side-bar-component a:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.side-bar-component .burger-menu {
  width: 55px;
  height: 55px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfjAwNTE4ZDg3LmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/