@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
.manage-profile-modal{
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.manage-profile-modal .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.manage-profile-modal .modal-body{
    max-height: none;
}
.modal-title{
    font-family: 'Roboto Condensed', sans-serif;
    color: #4F5359;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}
.p-50{
    padding: 50px;
}
.my-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-35{
    margin-top: 35px;
}
.ml-8{
    margin-left: 8px;
}
.mb-30{
    margin-bottom: 30px;
}
.mr-0{
    margin-right: 0px !important;
}
.d-block{
    display: block;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.avatar-box{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.avatar{
    width: 88px;
    height: 88px;
    border-radius: 360px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 15px;
}
.avatar-name{
    color: #4F5359;
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    font-family: open sans !important;
    overflow-wrap: wrap;  /* ER-72527 */
}
.avatar img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.border-btn{
    color: #787B80;
    font-weight: 500;
    font-size: 16px;
    font-family: open sans !important;
    background: #FFFFFF;
    border: 1px solid #787B80;
    border-radius: 2px;
    text-decoration: none;
    padding: 10px 25px;
    height: 44px;
    vertical-align: top;
    margin-bottom: 8px;
}
.border-btn:hover,
.border-btn:focus{
    background-color: #eff0f2;
    color: #787B80;
    outline: 0px;
    text-decoration: none;
}
.avatar-layer{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
.min-width-136{
    width: 136px;
}
.input-add{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    color:#4F5359;
}
.input-add:focus{
    outline: 0px;
}
.add-checkbox{
    width: 100px;
    margin-left: 15px;
    display: flex;
    align-items: center;

    font-weight: normal;
    font-size: 14px;
    color: #4F5359;
    margin-bottom: 0px;
}
.add-checkbox input[type=checkbox]{
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 20px;
}
.heaing1{
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #4F5359;
}
.upload-group{
    float: right;
    display: flex;
    align-items: center;
}
.upload-group p{
    margin-bottom: 0px;
    margin-left: 10px;
}
.upload-btn{
    width: 136px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #787B80;
    font-size: 14px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #787B80;
    border-radius: 2px;
    font-weight: 400;
}
.upload-btn input{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
.heaing2{
    color: #4F5359;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.select-avtar{
    width: 64px;
    height: 64px;
    border-radius: 360px;
    position: relative;
}
.avtar-checkedlabel{
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.avtar-checkbox{
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
}
.avtar-checkedlabel::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 360px;
    top: 0px;
    left: 0px;
}
.avtar-checkedlabel::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.avtar-checkbox:checked~.avtar-checkedlabel::before{
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 2;
}
.avtar-checkbox:checked~.avtar-checkedlabel::after{
    background-image: url('images/checked.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}
.para{
    font-size: 16px;
    line-height: 24px;
    color: #4F5359;
    font-family: open sans !important;
}

.height1{
    box-shadow: none;
}
.sub-profile-dropdown{
    /* margin-left: 158px; */ /* 68111 & 62831*/
    box-shadow: none;
}

.sub-profile-dropdown::after{
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #eaeaea;
}
.sub-profile-dropdown li{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.sub-profile-dropdown li a{
    width: 100%;
}
.sub-profile-dropdown li img{
    width: 32px;
    height: 32px;
    border-radius: 360px;
    margin-right: 8px;
}
.sub-profile-dropdown li span.profile-name{
    color: #4F5359;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.sub-profile-dropdown li span.profile-name.add{
    font-size: 14px;
}
.group-dropdown .dropdown-menu{
    border-radius: 0px;
    border: none;
}
.mob-only{
    display: none;
}
.common-avtar .owl-prev{
    width: 10px;
    height: 5px;
    position: absolute;
    left: -15px;
    top: 18px;
}
.common-avtar .owl-next{
    width: 10px;
    height: 5px;
    position: absolute;
    right: -15px;
    top: 18px;
}
.common-avtar .owl-prev span,
.common-avtar .owl-next span{
    font-size: 24px;
}
.common-avtar .owl-prev.disabled,
.common-avtar .owl-next.disabled{
    opacity: 0.3;
}
.equal-gird{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.overflow-y-auto{
    width: 108%;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 17px;
    padding-left: 17px;
    scrollbar-width: thin;
    margin-left: -17px;
}

/* 68111 & 62831 start*/

.rounded-image{
    border-radius: 50%;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 88px;
    height: 88px;
}
.delete-confirmation h3{
    color: #000;
    font-size: 3rem;
}
.delete-confirmation p{
    color: #000;
}
.upload-group.w-100 {
    width: 100%;
    justify-content: space-between;
    padding-right: 20px;
}
/* Responsive */
div#manage-profile{
    padding-right: 0px!important;
}
/* 68111 & 62831 end*/
@media(min-width:991.5px){
    header._scrolled .dropdown-menu>li>a {
        padding: 3px 20px;
    }
}

@media (max-width:991.5px) { /* 1120px */
    .mob-only{
        display: block;
    }
    .mob-only img{
        width: 40px;
        height: 40px;
    }
    .desktop-only{
        display: none !important;
    }
    ul.dropdown-menu.height1 { /* 68111 & 62831 */ 
        margin-left: 0;
    }
}
@media (max-width:600px) {
    .heaing1{
        float: none;
    }
    .upload-group{
        float: none;
    }
    /* 68111 & 62831 start*/
    .rounded-image{
        margin-left: 20px;
        float: right;
        margin-top: -25px;
    }
    .delete-confirmation h3{
        font-size: 1.8rem;
    }
    .delete-confirmation img {
        max-width: 60px;
    }
    .change-profile-pic label.heaing1 {
        width: 100%;
    }
    .select-avtar{
        margin: 0 auto;
    }
}
@media(max-width:600px) and (min-width:320.5px){
    .rounded-image{
        margin-left: 20px;
        float: right;
        margin-top: -25px;
        margin-right: 9%;
    }
}
/* 68111 & 62831 end*/
@media (max-width:480px) {
    .equal-gird{
        grid-template-columns: 1fr 1fr;
    }
    .p-50{
        padding: 20px;
    }
}
@media (max-width:450px) {
    .upload-group{
        display: block;
    }
    .upload-group p{
        margin-left: 0px;
    }
}
@media (max-width:575px) {
    .d-xs-block{
        display: block;
    }
    .add-checkbox{
        margin-left: 0px;
        margin-top: 15px; /* 68111 & 62831*/
    }
    .manage-profile-modal .btn-primary,
    .manage-profile-modal .border-btn{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 8px;
    }
}
@media (max-width:350px) {
    .avatar-box{
        margin-right: 10px;
    }
}

.add-profile-error{
    color:red;
}


/* The Modal (background) */
.subprofile-deleted-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

    
  }
  
  /* delete info Modal Content */
  .modal-content-subprofile {
    margin: auto;
    padding: 20px;
    display: flex;

   justify-content: center;
  }
  

  .delete-info{
      width:125px;
  }
  .delete-info-img{
    display: flex;

    justify-content: center;
  }
/* ER-66153 Start*/
.select-avtar img{
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor:pointer;
    padding: 2px;
    background-color: #fff;
    border: 2px solid #ddd;
}
.select-avtar .selected-img{
    border: 2px solid #0eb9f2;

}
.sub-profile-list .modal-title {
  color: #FFF !important;
  font-size: 26px !important;
  font-family: open sans !important;
}
.sub-profile-dropdown li a span {
font-family: open sans !important;
}


/* ER-66153 End*/
