/*
 * imgAreaSelect animated border style
 */

 .imgareaselect-border1 {
  background: url(../images/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border2 {
  background: url(../images/border-anim-h.gif) repeat-x right top;
}

.imgareaselect-border3 {
  background: url(../images/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border4 {
  background: url(../images/border-anim-h.gif) repeat-x right bottom;
}

.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#profile_pic_modal .modal-content .modal-header{
  background: #fff !important;
}
#profile_pic_modal {
  z-index: 99999;
}
.maniuseravatars .box {
  background:rgba(218, 224, 236,0.3);
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  align-items: center !important;
  flex-wrap: nowrap;
}
.maniuseravatars h3 {
  text-align: center;
  font-size: 17px;
  color: #333;
  margin: 0 0 5px;
}

.maniuseravatars #preview-profile-pic img {
  margin: 0 auto 8px;
  width: auto !important; 
}

.maniuseravatars .close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: 50%;
  line-height: 43px;
  z-index: 99;
  border: none;
  box-shadow: none !important;
  font-size: 23px;
  color: #666 !important;
}

.profile_attach {
  min-width: 50%;
  position: relative;
}

.profile_attach #fileBtn {
  position: relative;
  width: 450px;
  text-align: left;
  cursor: pointer;
  max-width: 100%;
  line-height: 25px;
}

.profile_attach #fileBtn>span {
  border: solid 1px #ddd;
  border-radius: 45px;
  padding: 1px 10px;
  line-height: normal;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-size: 14px;
}

.maniuseravatars #choose_alert {
  color: #0f5132;
  background-color: #d1e7dd; 
  padding: 10px;
  margin: 10px 0;
}

.maniuseravatars #choose_alert_mobile {
  color: #0f5132;
  background-color: #d1e7dd; 
  padding: 5px;
  margin: 10px 0;
  display: none;
}

.maniuseravatars .alert {
  padding: 10px;
  margin: 10px 0;
}

.maniuseravatars .uploading { 
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain !important;
}

.maniuseravatars .btn.btn-primary { 
  color: #fff !important;
}

.maniuseravatars .btn.btn-primary[disabled],
.maniuseravatars .btn.btn-primary:disabled { 
  cursor: not-allowed;
}

.maniuseravatars .btn {
  background: rgb(218, 224, 236) !important;
  color: rgb(75, 86, 107) !important; 
  box-shadow: none;
  font-size: 13px;
  padding: 4px 25px;
  transition: all .25s cubic-bezier(.645, .045, .355, 1), color 0s linear;
  opacity: 1 !important;
  pointer-events: initial !important;
  height: 43px;
  line-height: 35px !important;
  margin: 0 10px 0 0 ;
  border: none !important;
} 
.maniuseravatars .image_box {
  position: relative;
  margin-right: 16px;
  width: 90px;
  flex: 0 0 auto;
  border: 1px solid #dfdfec;
  padding: 5px; 
}
.maniuseravatars .image_box img {
  width: 100%;
  margin: 0 !important;
}
.maniuseravatars .desc{
  color: #7d879c !important;
  line-height: 23px;
  font-size: 13px;
  text-align: left;
}
.maniuseravatars #change-profile-pic {
  border: none;
  font-weight: normal;
  color:#fff;  
  padding: 4px 15px;
  line-height: normal;
  margin: 0 0 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all linear 0.3s;
}
.maniuseravatars #change-profile-pic .bi{
  font-size: 17px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.maniuseravatars #change-profile-pic:hover{
  color: #fff;
}

@media (max-width: 1000px) {
  .maniuseravatars #choose_alert {
      display: none;
  }
  .maniuseravatars #choose_alert_mobile {
      display: block;
  }
  #profile_pic_modal .modal-dialog {
      width: 97% !important;
      max-width: 97% !important;
  }
}