/* User dropdown - profile css */
.loader {
  border: 3px solid #e0e0e0;
  border-top: 3px solid #5d5d5d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  animation: spin 1s linear infinite;
}

#UserProfileEntry {
  background-color: white;
  border-radius: 6px;
}

.user-profile-modal .modal-header {
  height: 50px;
  border-bottom: none;
}

.p-0 {
  padding: 0px !important;
}

.user-profile-modal .modal-close:active,
.user-profile-modal .modal-close:focus,
.user-profile-modal .modal-close:hover {
  outline: none;
  box-shadow: none !important;
  background-color: transparent !important;
}

.user-profile-modal .modal-close svg {
  width: 9px;
  height: 9px;
  color: grey;
}

.user-profile-modal {
  width: 440px !important;
  border-radius: 6px;
  margin-top: 1.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 0px !important;
}

.user-profile-modal .change-password-block {
  padding: 10px 40px;
  background-color: white;
}

.user-profile-modal .edit-profile-form label,
.user-profile-modal .change-password-block label {
  margin-bottom: 6px;
}

.edit-profile-form {
  padding-top: 10px;
  border-radius: 6px;
  background-color: white;
}

.edit-profile-form .question-container {
  padding: 0 40px;
}

.edit-profile-form .question-container label,
.edit-profile-form .question-container legend,
.edit-profile-form .question-container h4 {
  font-weight: bold;
  font-size: 16px
}

.edit-profile-form .question-container div[role="radiogroup"] label {
  font-weight: normal;
}

.edit-profile-form .avatar-container {
  display: flex;
  padding: 20px 40px 25px 40px;
}

.edit-profile-form .avatar-container .avatar-file-hide {
  display: none;
}

.edit-profile-form .avatar-container .avatar-delete,
.edit-profile-form .avatar-container .avatar-delete:focus {
  border: 0;
  outline: none;
  font-size: 16px;
  margin-left: 20px;
  box-shadow: none;
  font-weight: bold;
  margin-bottom: 6px;
  text-decoration: none;
  background-color: white;
}

.edit-profile-form .avatar-container .avatar-change {
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #3db8ed;
  cursor: pointer;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
}

.change-password-modal-footer {
  padding: 18px;
  border-radius: 0 0 6px 6px;
  background-color: #f7f7f7;
}

.user-profile-modal .edit-profile-tabs div[role="tablist"] {
  border-bottom: 2px solid #e5e5e5;
}

.edit-profile-tabs [class^="tab-"] {
  width: 50%;
  border: 0;
  font-weight: bold;
  background-color: white;
}

.edit-profile-tabs [class^="tab-"]:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.edit-profile-tabs [class^="tab-"][aria-selected=true] {
  border: 0;
  outline: none;
  color: #3db8ed;
  background-color: white;
  border-bottom: 3px solid #3db8ed !important;
}

.password-help {
  margin-top: 5px;
  padding-left: 5px;
  line-height: 23px;
  font-size: 12px;
  color: #8c8c8c;
  list-style-type: disc;
}

.password-help:before {
  content: attr(aria-label);
  font-size: 14px;
}

/* User dropdown - listing Css */
.ehq-participant-header .float-right {
  float: right;
}

.ehq-participant-header .header-icon {
  display: contents;
}

.ehq-participant-header .bg-white {
  margin-bottom: 10px;
  background-color: white;
}

.ehq-participant-header button:focus {
  outline: none;
}

.ehq-participant-header .mt-15 {
  margin-top: 15px;
}

.ehq-participant-header .heading {
  padding: 10px 0;
}

.ehq-participant-header .dummy-avatar-icon {
  display: inline;
}

.ehq-participant-header .user-dropdown .back-arrow {
  display: inline;
  padding-right: 10px;
}

.ehq-participant-header .user-dropdown .grey-text {
  color: #888888;
  line-height: 22px;
}

.ehq-participant-header .user-dropdown .sub-grey-text {
  font-size: 12px;
  padding-left: 25px;
}

.ehq-participant-header .user-dropdown .grey-text .inline-text {
  width: 100% !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ehq-participant-header .user-dropdown .grey-text .inline-text .sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.ehq-participant-header .user-dropdown .d-inline .inline-icon {
  display: inline;
  vertical-align: top;
  margin-top: 5px;
}

.ehq-participant-header .user-dropdown .d-inline .vertical-middle {
  vertical-align: middle;
}

.ehq-participant-header .user-dropdown .heading .inline-text {
    width: 80% !important;
  }

.ehq-participant-header .user-dropdown .d-inline .inline-text {
  width: 88%;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  white-space: normal;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.ehq-participant-header .user-dropdown .d-inline .inline-text p {
  font-size: 16px;
  color: #3db8ed;
  font-weight: 500;
}

.ehq-participant-header .user-dropdown .d-inline .inline-text .login-name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.ehq-participant-header .user-dropdown .user-list {
  width: 400px !important;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 35px;
  white-space: nowrap;
}

.ehq-participant-header .user-dropdown .user-list .auth-links__list__list-item {
  border-bottom: none !important;
}

.ehq-participant-header .user-dropdown .user-list .auth-links__list__list-item__link {
  text-align: left;
}

.ehq-participant-header .user-dropdown .user-block {
  padding: 10px 20px;
  background-color: white;
}

.ehq-participant-header .user-dropdown .user-block .span-text {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.ehq-participant-header .user-dropdown .user-block .font-bold {
  font-weight: 700;
}

.ehq-participant-header .user-dropdown .user-block .heading span {
  color: #555;
  font-weight: 500;
  font-weight: bold;
}

.ehq-participant-header .user-dropdown .user-block .heading .link {
  color: #3db8ed;
  font-weight: bold;
}

.ehq-participant-header .user-dropdown .user-block ul li {
  color: #555;
  padding: 10px 0;
  font-weight: normal;
  white-space: nowrap;
}

.ehq-participant-header .user-dropdown .user-block .blue {
  font-weight: bold;
  color: #3DB8ED !important;
}

.ehq-participant-header .user-dropdown .user-block ul li a {
  color: #555;
}

.ehq-participant-header .user-dropdown .user-block .project-list {
  padding: 10px 0;
}

.ehq-participant-header .user-dropdown .user-list li>button {
  text-align: left;
  padding: 10px 15px;
  color: #555;
}

.ehq-participant-header .user-dropdown i:before {
  color: #3db8ed;
  padding-right: 18px;
  font-size: 20px;
}

.ehq-participant-header .user-dropdown .i-grey:before {
  font-size: 18px;
  color: #838383;
}

.ehq-participant-header .text-center {
  text-align: center;
}

.ehq-participant-header .c-pointer {
  cursor: pointer;
}

.user-icon-image {
  height: 40px;
  width: 40px;
  border-radius: 40px;
}

.ehq-participant-header .user-settings-avatar-small {
  width: 45px;
  height: 45px;
  display: inline;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
}

.user-settings-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

@media only screen and (max-width: 992px) {
  .mobile-color-bar {
    height: 10px;
    border-radius: 4px 4px 0 0;
    background: #FFFAE3;
  }
  .user-profile-modal .modal-dialog {
    width: 98%;
  }
  .ehq-participant-header .ehq-participant-mobile-over .nav-links a:hover,
  .ehq-participant-header .ehq-participant-mobile-over .nav-links a:visited,
  .ehq-participant-header .ehq-participant-mobile-over .nav-links a:focus {
    color: #555555 !important;
  }

  .user-profile-modal {
    margin: 30px auto !important;
    max-width: 93% !important;
  }

  .ehq-participant-header {
    padding: 10px;
    margin-bottom: 0px;
  }

  .ehq-participant-mobile-over {
    top: 100%;
    position: absolute;
  }

  .ehq-participant-header .ehq-participant-mobile-over .auth-links {
    border-bottom: none;
  }

  .ehq-participant-header .ehq-participant-mobile-over .search-bar{
    margin-bottom: 0px;
  }

  .ehq-participant-header .user-dropdown .user-block {
    padding: 10px 15px;
    margin-left: 0px;
  }

  .ehq-participant-header .user-dropdown .user-block ul li {
    padding: 10px 0;
  }

  .ehq-participant-header .user-dropdown .user-block-child {
    padding: 20px 0px 10px 20px;
  }

  .ehq-participant-header .user-dropdown .user-list {
    margin-top: 0px;
    margin-left: 25px;
    width: 99% !important;
  }

  .ehq-participant-header__logo-container .hamburger-icon img {
    width: 35px;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item {
    overflow: visible;
    border-bottom: none;
    padding: 15px 0 10px 20px;
    background-color: white;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child {
    width: auto;
    margin: 15px 0;
    padding-left: 20px;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item {
    line-height: 24px;
    padding: 0 !important;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item__child {
    padding-left: 20px;
    position: relative;
    border-top: 5px solid #f7f7f7;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item:not(:last-child),
  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item__child .nav-links__list__list-item:last-child,
  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item__child .nav-links__list__list-item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__child .nav-links__list__list-item__child .nav-links__list__list-item:not(:last-child){
    margin-top: 10px;
  }
  
  .ehq-participant-header .ehq-participant-mobile-over .nav-links__list__list-item__link {
    padding: 0;
    letter-spacing: 0.1px;
    color: #555555 !important;
  }

  .ehq-participant-header .user-dropdown .edit-profile-tabs [class^="tab-"],
  .ehq-participant-header .user-dropdown .edit-profile-tabs [class^="tab-"]:focus {
    padding: 10px;
    background-color: #fff;
  }
}