/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
    background: url(../images/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../images/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../images/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../images/border-anim-h.gif) repeat-x left 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 {
    z-index: 99999;
}
#profile_pic_modal form {
    width: 100% !important;
}
#profile_pic_modal h3 {
    text-align: center;
    font-size: 17px;
    color: #333;
    margin: 0 0 5px;
}

#profile_pic_modal #preview-profile-pic img {
    margin: 0  ;
    width: auto !important;  
    border-radius: 0 !important;
    transition: none !important;
}
.croppie-container .cr-slider-wrap { 
    display: none !important;
}
#profile_pic_modal .close {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
    border-radius: 50%;
    line-height: normal;
    z-index: 99;
    border: none;
    box-shadow: none !important;
    font-size: 16px;
    color: #666;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
}
.close::before {
    content: '';
    background: url(/templates/shaper_helix3/images/close-1.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 auto;
    background-size: contain;
    position: relative;
    top: 2px;

}
.profile_attach {
    min-width: 50%;
    position: relative;
}

.profile_attach #fileBtn {
    position: relative;
    width: 450px;
    text-align: right;
    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-left: 5px;
    position: relative;
    font-size: 14px;
}
#profile_pic_modal .uploading {
    background: url(../images/loader.gif) no-repeat;
    display: inline-block;
    width: 142px;
    height: 22px;
    background-size: contain;
}
/* 
#profile_pic_modal #choose_alert {
    color: #0f5132;
    background-color: #d1e7dd; 
    padding: 10px;
    margin: 10px 0;
}

#profile_pic_modal #choose_alert_mobile {
    color: #0f5132;
    background-color: #d1e7dd; 
    padding: 5px;
    margin: 10px 0;
    display: none;
}

#profile_pic_modal .alert {
    padding: 10px;
    margin: 10px 0;
}


#profile_pic_modal .btn.btn-primary { 
    color: #fff !important;
}

#profile_pic_modal .btn.btn-primary[disabled],
#profile_pic_modal .btn.btn-primary:disabled { 
    cursor: not-allowed;
}

#profile_pic_modal .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;
} */

.kcuseravatars {
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    line-height: 20px;
  }
.kcuseravatars img {
    width: 70px;
    margin: 0 0 0 10px;
    border-radius: 50%;
}

.kcuseravatars span{
    display: block;
    color: #666;
    font-size: 13px;
}
.kcuseravatars #change-profile-pic {
  color: #666;
  font-size: 12px;
  border: none;
  font-weight: normal;
  background-color: #eee !important;
  border-radius: 5px;
  margin: 3px 0 0;
  line-height: normal;
  padding: 2px 10px;
}
/*
#profile_pic_modal .btn.btn-primary[disabled],
#profile_pic_modal .btn.btn-primary:disabled ,
#profile_pic_modal .btn.btn-primary  {
    background: #005b9e !important;
}
#profile_pic_modal #choose_alert ,
#profile_pic_modal #choose_alert_mobile,
#profile_pic_modal #preview-profile-pic img,
#profile_pic_modal .btn,
#profile_pic_modal .modal-content{
    border-radius:10px !important;
}
*/
#profile_pic_modal .container-profile-pic{
  margin: 10px auto 10px;
  /* background: rgba(255, 0, 0,0.5);  */
  background: #fff; 
  border-radius: 5px;
  display: flex;
justify-content: center;
align-items: center;
position: relative;
border-radius: 5px;
overflow: hidden;
}
#profile_pic_modal .preview-profile-pic{
  width: 100%;
  height: 100%;
  display: flex;
justify-content: center;
align-items: center;
}  
#profile_pic_modal .custom-shape {
    position: absolute;
    z-index: 999999 !important;
    pointer-events: none;
    opacity: .8;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 0 !important;
}
@media (max-width: 1000px) {
    #profile_pic_modal #choose_alert {
        display: none;
    }
    #profile_pic_modal #choose_alert_mobile {
        display: block;
    }
    #profile_pic_modal .modal-dialog {
        width: 97% !important;
        max-width: 97% !important;
    }
}