#groupModify .form-group {
	padding:5px 5px;
	margin-bottom: 5px;
}
.profileContainer{
	margin:80px 10px 10px 10px;
	padding:10px 10px;
	color:#6C7380;
	min-height:400px;
}

.group-pic{
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 50%;	
	margin: 0 auto;
}

.profile-pic, .buddy-pic, .group-picNew {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 50%;
	margin:0 auto;
	box-shadow: 2px 3px 5px #4f4f4f9c;
}

.file-upload {
		display: none;
}
.columns .circle {
		border-radius: 1000px !important;
		overflow: hidden;
		width: 128px;
		height: 128px;
		border: 8px solid rgba(255, 255, 255, 0.7);
		position: absolute;
		top: 72px;
}
.columns .circle img {
		max-width: 100%;
		height: auto;
}

.groupIconHolder{
	margin-bottom:5px;
}

.p-image {
    position: absolute;
    top: 81px;
    right: 24px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.camera-icon {
    position: absolute;
    top: 85px;
    right: 25px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.camera-icon:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}


.upload-button, .group-upload-button  {
	font-size: 35px;
	opacity: 0.4;
	
}
	
.upload-button:hover, .group-upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #4b4b4b;
	opacity: 1;
}

.profile-upload-button {
	font-size: 23px;
}

.profile-upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}





.muteWrapper{
	color:#4bb6ff;
}

#myName, #myMobile, #myNote,#bubbleNumber{
	color: #828282;
	background: #FFF;
	border: 0;
}

.currentStatus{
	color:#828282;
	font-weight:400;
	cursor:pointer;
	margin-left:10px;
}
.downArrowBtn{
	padding:0px 0px;
	color:#4bb6ff;
	background:transparent;
	margin-top:-5px;
}

.iconOn, .iconAway, .iconBusy,
.iconSleep, .iconVoiceMail, .iconOff{
	
	height: 15px;
	width: 15px;
	background-color: transparent;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: transparent;
	
}

.iconOn{
	background-image: url(../images/status_icon/online.png);
}
.iconAway{
	background-image: url(../images/status_icon/offfline.png);
}
.iconBusy{
	background-image: url(../images/status_icon/busy.png);
}
.iconSleep{
	background-image: url(../images/status_icon/sleeping.png);
}
.iconVoiceMail{
	background-image: url(../images/status_icon/voicemail.png);
}
.iconOff{
	background-image: url(../images/status_icon/offfline.png);
}


.add-balance{
	color:#828282;
	float:right;
}

.myProfileForm .form-group{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.myProfileForm .form-group [class*="col"]{	
	padding-right: 0;
	padding-left: 0;
}

.myProfileForm .form-control{
	color:#828282 !important;
}



.myProfileForm .form-group label{
	color: #4b4b4b;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 13px;
}

.myProfileForm .form-group .name-info{
	font-size: 10px;
	color: #a2a2a2;
	margin-top: 5px;
}

.profAddiInfo{
	width:100%;
	border-color:#ABABAB !important;
}

.profAddiInfo td{
	border:0;
	border-bottom:1px solid #CCC3C3;
	padding: 5px 5px;
	font-weight:normal;
}

.td-left{
	text-align:left;
	padding-left:15px !important;
}

.td-right{
	text-align:right;
}

.checkbox label{
	color:#828282 !important;
	font-weight:400 !important;
	margin-right: 5px;
}

.recharge-box{
	background:#F2F2F2;
}

.profileDial, .profileVideo, .profileIM, .profileDial2 {
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    width: 28px;
    padding-bottom: 0px;
	border: 0;
    margin: 0 5px 0 2px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.profileDial{
	background-image: url("../images/buddy-prof/contact_detail_audio_call_down.png");
}

.profileDial:hover{
	background-image: url("../images/buddy-prof/contact_detail_audio_call_up.png");
}


.profileVideo{
	background-image: url("../images/buddy-prof/contact_detail_video_call_down.png");
}
.profileVideo:hover{
	background-image: url("../images/buddy-prof/contact_detail_video_call_up.png");
}

.profileIM{
	background-image: url("../images/buddy-prof/contact_detail_chat_option_down.png");
}
.profileIM:hover{
	background-image: url("../images/buddy-prof/contact_detail_chat_option_up.png");
}


.profileDial2{
	background-image: url("../images/buddy-prof/contact_detail_paid_call_down.png");
}
.profileDial2:hover{
	background-image: url("../images/buddy-prof/contact_detail_paid_call_up.png");
}

#sidebar {
	width: 200px;
	position: fixed;
	top: 0;
	left: -410px;
	height: 100vh;
	z-index: 99999;
	background: #FFF;
	color: #6C7380;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
		left: 0;
}

#dismiss {
	width: 20px;
	line-height: 20px;
	text-align: left;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#FFF;
	font-size:25px;
}
#dismiss:hover {
		color: #f2f2f2;
}


#sidebar .sidebar-header {
	padding: 20px 15px;
	/*background-image: linear-gradient(to top, #053678,#2f7ee9);*/
	background: #003e92;
	text-align: center;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	height: 75px;
}

#sidebar .sidebar-header .profile-head {
	display: flex;
}

#sidebar .sidebar-header .balance-info {
	font-size: 13px;
}
#sidebar .sidebar-component {
	padding: 10px 20px;
}


#sidebar .sidebar-component .form-group .form-control {
	padding: 5px 0px;
}


#sidebar .sidebar-footer {
	text-align:center;
	padding:10px 10px;
}

/* #profileModify .row span, #profileModify .row .checkbox, #profileModify .row textarea, .profAddiInfo, .recharge-box {
	padding-top: 10px;
} */

#profileModify .circle{
	width: 130px;
	margin: 0 auto;
	position: relative;
}

.profile-pic-circle{
    position: relative;
    width: 150px;
	height:150px;
    padding-bottom : 10%; /* = width for a 1:1 aspect ratio */
    margin:1.66% auto;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
	background-image:url('../images/user-default.svg');
	border-radius: 50%;
}


.pplc{
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	text-align:center;
}
.pplc img{
	height:40px;
	margin:5px auto;
}

.editMyMobile, .editNewMobile{
	color: d2d2d2;
	font-size: 1.2rem;
	height: 2rem;
	width: 2rem;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin-top: auto; 
	margin-bottom: auto;
	opacity: 0.8;
	cursor: pointer;
}
.editNewMobile{
	top: 0.5rem;
	display: none;
	right: 0.5rem;
}
.editMyMobile:hover, .editNewMobile:hover{
	opacity: 1;
}

#mobilePinUpdateModal .modal-dialog{
	width: 420px;
}

#newMobileOTPSubmitBtn{
	
}

#mobilePinUpdateModal .form-group label{
	font-weight: 600;
	margin-top: 0.5rem;
}