
.icon-dashboardPurple{
    display: none;
}
.icon-profilePurple{
    display: inline-block;
    width: 16px;
    height: 16px;
}
.content{
    margin-left: 9rem !important;
    margin-bottom: 5rem;
}
.profileTitle{
    font-size: 16px;
    color: #3B3B3B;
    /* padding: 5px 24px 14px; */
    border-bottom: 1px solid #783E8B;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 16px;
}
.profileUserData{
    width: 100%;
    padding: 12px 0px;
    display: flex;
    font-size: 14px;
}
.profileUserDataImg{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.panel-divider {
    border: 1px solid #CED4DA;
    margin: 6px 0px;
}
.profileInfo-icon{
    width: 12px;
    height: 12px;
    margin-top: -10px;
}
.addLovedBtn{
    padding: 6px 24px;
    text-transform: uppercase;
    margin-top: 16px;
}
.addLovedBtnImg{
    width: 14px;
    height: 16px;
    margin-top: -4px;
    margin-right: 4px;
}
.createLovedBtn{
    padding: 6px 24px;
    text-transform: uppercase;
    margin-top: 16px;
}
.createLovedBtnImg{
    width: 22px;
    height: 16px;
    margin-top: -4px;
    margin-right: 4px;
}
.switchProfileBtn{
    padding: 6px 24px;
    text-transform: uppercase;
}
.switchProfileBtnImg{
    width: 22px !important;
    height: 22px !important;
    margin-top: -4px !important;
    margin-right: 4px !important;
}

.profileNameList{
    width: 45%;
    position: relative;
}
.profileSwitchBtn{
    width: 49%;
    text-align: right;
}
.profileSwitchInfo{
    width: 6%;
    position: relative;
    text-align: right;
}
.infoDataBox{
    transform: translate3d(-40px, -8px, 0px) !important;
}

.setAsDefault-icon{
    width: 14px;
    height: 16px;
    margin-top: -3px;
}
.manageCircle-icon{
    width: 22px;
    height: 12px;
    margin-top: -3px;
}
.settings-icon{
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.removeFile-icon {
    width: 13px;
    height: 16px;
    margin-top: -4px;
}
.lovedOneVerified{
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.default-btn{
    color: #198754;
    background: rgba(25, 135, 84, 0.23);
    padding: 4px;
    border-radius: 5px;
    margin-right: 24px;
    display: inline-block;
}
.activeProfile-btn{
    color: #3B3B3B;
    background: #fff;
    border: 1px solid #198754;
    padding: 4px;
    border-radius: 5px;
    display: inline-block;
}
.pageName-Menu {
    right: 27px;
}
.btn-gender{
    width: 130px;
    padding: 5px 12px;
}
.modal-title{
    padding-left: 8px;
}
.switchProfileBtn:hover{
    /* background-color: rgba(120, 62, 139, 0.23);
    color: #783E8B;
    border: 1px #783E8B solid; */
    color: #ffffff;
    background-color: #783E8B;
}




@media (min-width: 320px) and (max-width: 374px) {
    /* .marginMobileMenu-12 {
        margin-right: 3px;
        margin-bottom: 12px;
    } */
    .content {
        margin-left: auto !important;
        margin-top: 64px;
        width: 100%;
    }
    .switchProfileBtn {
        padding: 3px 16px;
        margin-right: 5px;
    }
    .switchProfileBtnImg{
        margin-right: 0px !important;
    }
    .profileTitle{
        font-size: 14px;
    }
    .profileUserData{
        font-size: 12px;
    }
    .default-btn{
        margin-right: 5px;
        font-size: 12px;
    }
    .activeProfile-btn{
        font-size: 12px;
    }
    .profileSwitchBtn{
        width: 60%;
    }
    .addLovedBtn{
        font-size: 12px;
    }
    .mobileWidthDefault{
        width: 95%;
    }
    .btn-gender {
        width: 145px;
    }
}

@media (min-width: 375px) and (max-width: 767px){
    .content {
        margin-left: auto !important;
        margin-top: 64px;
        width: 100%;
    }
    .switchProfileBtn {
        padding: 3px 16px;
        margin-right: 5px;
    }
    .switchProfileBtnImg{
        margin-right: 0px !important;
    }
    .default-btn{
        margin-right: 5px;
        font-size: 12px;
    }
    .activeProfile-btn{
        font-size: 12px;
    }
    .mobileWidthDefault{
        width: 60%;
    }
    .btn-gender {
        width: 145px;
    }
}

@media (min-width: 768px) and (max-width: 996px){
    .mobileWidthDefault{
        width: 60%;
    }
}

@media (min-width: 996px) and (max-width: 1270px){
    .profileSwitchBtn{
        width: 36%;
    }
    .profileNameList{
        width: 60%;
    }
}



