.profile-image-change {
  position: relative;
}
.profile-image {
  margin:0;
}
.profile-user-info{
  margin-top:0px !important;
  margin-bottom: 0 !important;
}
.profile-remove-condition{
  width:33px;
  margin-right:15px;
}
.profile-container{
  margin-bottom: 15px;
  margin-right: 10px;
}
.profile-button-image{
  background-color: #0D70A6!important;
  color: white!important;
  cursor: pointer!important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  box-shadow: none!important;
  font-size: 15px!important;
}
.profile-button-image:hover{
  background-color: #00b3ee!important;
  color: white!important;
}
.profile-button{
  background-color: #0D70A6!important;
  color: white!important;
  font-size: 15px!important;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding-left: 20px!important;
  padding-right: 20px!important;
  height: 35px;
  margin-left: 20px;
  box-shadow: none!important;
  border: none;
}
.profile-button:hover{
  background-color: #00b3ee!important;
  color: white!important;
}
.profile-saving{
  font-size: 15px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding-left: 20px!important;
  padding-right: 20px!important;
  margin-left: 20px;
}
.profile-button-add{
  background-color: #0D70A6!important;
  color: white!important;
  font-size: 18px!important;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 0px!important;
  height: 20px;
  margin-left: 10px;
  box-shadow: none!important;
  border: none;
  width: 20px!important;
  border-radius: 50%!important;
  margin-right: 10px;
  line-height: 1.2;
}
.profile-button-add:hover{
  background-color: #00b3ee!important;
  color: white!important;
}
.profile-button-email{
  background-color: #0D70A6!important;
  color: white!important;
  font-size: 15px!important;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding-left: 20px!important;
  padding-right: 20px!important;
  height: 35px;
  margin-left: 20px;
  box-shadow: none!important;
  border: none;
  white-space: nowrap;
  margin-top: 25px;
}
.profile-button-email:hover{
  background-color: #00b3ee!important;
  color: white!important;
}
.profile-button-alert{
  background-color: red;
  color: white!important;
  font-size: 15px!important;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding-left: 20px!important;
  padding-right: 20px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
  height: 35px;
  margin-left: 20px;
  box-shadow: none!important;
  border: none;
  width: auto;

}
.profile-button-alert:hover{
  background-color: #8e0000;
  color: white!important;
}
.profile-button-remove{
  background-color: red;
  color: white!important;
  font-size: 21px!important;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 0px!important;
  height: 20px;
  margin-left: 10px;
  box-shadow: none!important;
  border: none;
  width: 20px!important;
  border-radius: 50%!important;
  margin-right: 10px;
}
.profile-button-remove:hover{
  background-color: #8e0000;
  color: white!important;
}
.profile-title-container{
  display: flex;
  width:  100%;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  flex: 0 0 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.profile-subtitle-container{
  display: flex;
  width: 100%;
 margin-bottom: 10px;
  align-items: center;
}
.profile-image-container{
  border-radius: 50%;
  width: 150px;
  margin-right: 20px;
  position: relative;
  height: 160px;
}
.profile-image-container-loading{
  background-image: url(../images/blockLoading.gif);
  background-size: 30px 30px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
}
@media (max-width: 768px) {
  .profile-image-container{
    width: 150px;
    margin-right: 10px;
  }
}
@media (max-width: 550px) {
  .profile-image-container{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-image-hover:hover{
  background-image: url(../images/icons/iconEditWhite.png);
  background-size: 30px 30px;
  background-position: center;
  background-color: rgba(0,0,0,0.5);
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}
.profile-image-hover:hover .profile-image{
  z-index: -1;
}
.profile-image{
   height: 150px;
   width: 150px;
   border-radius: 50%;
   margin-bottom: 10px;
  position: relative;
}
.sign-in-again-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.sign-in-again-container .sign-in-again-button-container {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .profile-image{
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 550px) {
  .profile-image{
    height: 150px;
    width: 150px;
  }
}
.profile-receive-email-container-image{
  display: flex;
  width: 100%;
}
@media (max-width: 550px) {
  .profile-receive-email-container-image{
    display: none;
  }
}
.profile-receive-email-container{
  display: none;
  height: 45px;
  overflow: hidden;
}
@media (max-width: 550px) {
  .profile-receive-email-container{
    display: flex;
    width: 100%;
  }
}

.profile-personal-container{
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 550px) {
  .profile-personal-container{
    flex-direction: column;
    margin-right:10px;
    width: calc(100% - 30px);
    margin-left:20px;

  }
}
.profile-name-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .profile-name-container{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.profile-email-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .profile-email-container{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
}
.profile-input{
  height: 35px!important;
}
.profile-input-small-cell{
  width: calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
}
@media (max-width: 768px) {
  .profile-input-small-cell{
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
}
.profile-input-small{
  height: 35px!important;
}
.profile-button-container{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .profile-button-container{
    margin-top: 0;
  }
}

.profile-notifications-cell{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.profile-notifications-cell label{
  width: 50px;
}
.profile-password-change{
  width: 100%;
  margin-right: 20px;
}
.custom-label {
  width: auto;
}
.receive-email-text{
  font-weight: bold; 
  margin-top: 10px;
}
.profile-language-select-container{
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1039;
}
.profile-language-select-container-button{
    right: 80px!important;
}
.profile-language-select{
  height: 23px!important;
  padding-top: 2px!important;
  padding-bottom:2px!important;
}
.profile-language-input{
  color: white;
  line-height: 1;
  margin-bottom: 2px;
  font-size: 13px;
}
.profile-input-bottom-margin{
  margin-bottom: 10px;
}
.profile-subtitle{
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}
.profile-alternative-contact{
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .profile-alternative-contact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.profile-cell-container{
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .profile-cell-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.profile-cell{
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .profile-cell{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .profile-cell{
    width: 100%;
  }
}

@media (max-width:480px) {
  .profile-image-change {
    padding-left: 0px;
    padding-right: 5px;
  }

  .profile-password-change {
    padding-right: 0px;
    padding-left: 5px;
  }

  .profile-healthy-dose-change {
    padding-left: 0px;
    padding-right: 0px;
  }

  .profile-input {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.diagnosed-date{
  font-size:8pt;
}
body.ngdialog-open {
  position: fixed;
}
.profile-organization-search-container{
  display: flex;
}
@media (max-width: 768px) {
  .profile-organization-search-container{
    flex-direction: column;
  }
}
.profile-organization-cell-container{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .profile-organization-cell-container{
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.profile-organization-cell{
  width: calc(33.33% - 20px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right:10px;
  box-shadow: 0px 2px 3px 0px #d4d4d4;
}
@media (max-width: 1024px) {
  .profile-organization-cell{
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .profile-organization-cell{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.profile-input-organization{
  width: 50%;
  flex: 1 1 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .profile-input-organization{
    width: 100%;
  }
}
.profile-container-outer{
  height: calc(100% - 30px);
  overflow-y: auto;
  flex: 1 1  calc(100% - 30px);
}
.profile-page{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100vh - 100px);
  position: relative;
}

.avatar-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.avatar-item {
  cursor: pointer;
  border-radius: 50%
}

.avatar-item img{
  max-width: 105px;
}

#avatar-selection-modal .modal-header {
  height: 30px;
}

#avatar-selection-modal .close {
  margin-top: 10px;
  margin-right: 10px;
}

#avatar-selection-modal .close:hover {
  opacity: 1;
  cursor: pointer;
}
