.tab-profile {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.tab-profile .theme-tabs {
  width: 100%;
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  list-style: none;
  white-space: nowrap;
  border-bottom: 1px solid #e0eaf3;
  margin-right: 40px;
}
.tab-profile .theme-tabs .tab-nav {
  width: auto;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  line-height: 22px;
  padding: 6px 0px;
  background: transparent;
  float: left;
  position: relative;
  font-weight: 600;
  opacity: 0.6;
  display: flex;
  align-items: center;
  margin: 0px 10px -1px 10px;
  cursor: pointer;
}
.tab-profile .theme-tabs .tab-nav:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.tab-profile .theme-tabs .tab-nav.active:before {
  background: #03498a;
}
.tab-profile .theme-tabs .tab-nav .icon-image {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  max-height: 15px;
  filter: grayscale(1);
}
.tab-profile .theme-tabs .tab-nav.active {
  color: #03498a;
  opacity: 1;
}
.tab-profile .theme-tabs .tab-nav:hover {
  opacity: 1;
}
.tab-profile .theme-tabs .tab-nav.active .icon-image {
  filter: initial;
}
.tab-profile .theme-tabs .profilecross-icon {
  float: right;
  vertical-align: text-bottom;
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background: #c8daeb;
  border-radius: 8px;
}
.tab-profile .theme-tabs .profilecross-icon:hover {
  background: #a8c0d7;
}
.tab-profile .theme-tabs .profilecross-icon img {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.profile-page {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 300px;
}
.profile-page .profile-page-left {
  width: 300px;
  float: left;
  position: relative;
  margin-left: -300px;
  text-align: center;
}
.profile-page .profile-page-right {
  width: 100%;
  float: left;
  position: relative;
}
.profile-page .profile-user-name {
  width: 100%;
  float: left;
  position: relative;
  color: rgb(40, 59, 83);
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  text-transform: capitalize;
}
.upload-photo-group {
  width: 140px;
  float: none;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 15px;
}
.upload-photo-group .upload-user-photo {
  width: 140px;
  float: left;
  height: 140px;
  overflow: hidden !important;
  border-radius: 50% !important;
  position: relative;
  top: 0px;
}
.upload-photo-group .upload-user-photo img {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.7s ease-out;
  -o-transition: inherit;
  transition: all 0.7s ease-out;
  border-radius: 0px;
  object-fit: cover;
}
.upload-photo-group .fileupload {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 0px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.upload-photo-group .fileupload {
  opacity: 0;
}
.upload-photo-group:hover .fileupload {
  opacity: 1;
}
.upload-photo-group .fileupload .btn-file {
  position: absolute;
  width: 140px !important;
  left: 0px;
  top: 0px;
  text-align: center;
  height: 140px;
  background: rgba(40, 59, 83, 0.4);
  line-height: 110px;
  color: #ffffff;
  border-radius: 50%;
  border: 15px solid rgba(40, 59, 83, 0.6);
  font-size: 40px;
}
.upload-photo-group .btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.upload-photo-group .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.upload-photo-group.upload-photo-edit-group .fileupload {
  opacity: 1;
}
.upload-photo-group.upload-photo-edit-group .fileupload .btn-upload-image {
  position: absolute;
  bottom: -11px;
  width: 80px;
  text-align: center;
  padding: 4px 10px;
  left: 50%;
  margin-left: -40px;
}
