.content-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.username-tag {
	width: 400px;
	border: 3px dotted #fe1d62;
	margin: auto;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px
}
.sidebar-profile {
	padding: 35px 30px;
	background-color: #FFF;
	border: 1px solid #e4e5e5;
	box-shadow: 0px 3px 3px -2px #ccccccba
}
.profile-pic {
	width: 140px;
	height: 140px;
	margin: auto;
	position: relative;
	margin-bottom: 20px
}
.profile-pic img {
	width: 100%;
	height: 100%;
}
.change-profile {
	width: 38px;
	height: 38px;
	overflow: hidden;
	background-color: #59dac3;
	padding: 4px;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0
}
.change-profile i.fa-pen {
	background-color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #59dac3
}
.change-profile form input {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.profile-name {
	font-weight: bold;
	font-size: 20px;
}
.member-text {
	font-size: 12px;
	color: #6666666e;
	font-weight: bold
}
.profile-divider {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e3e3
}
.sidebar-info li {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px
}
.sidebar-info li:last-of-type {
	margin-bottom: 0 !important
}
.sidebar-info li .info-value {
	color: #999999bd
}
.profile-socialmedia {
	display: flex;
    justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.profile-socialmedia i {
    font-size: 19px;
    color: #bcbcbc;
	cursor: pointer
}
.profile-socialmedia i:hover {
    color: #59dac3;
    cursor: pointer;
}
.profile-socialmedia i:active {
    color: #0dc4a3;
    transform: scale(0.9);
}
.studies-name {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px
}
.studies-links {
	margin-bottom: 0
}
.studies-links li {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px
}
.studies-links li:hover a {
	color: #59dac3
}
.studies-links li:last-of-type {
	margin-bottom: 0
}
.studies-links li a {
	color: #9999998c;
	display: block
}
.studies-links li i {
	margin-right: 15px;
	color: #59dac3
}
.profile-btn {
	font-weight: bold;
	font-size: 22px;
	cursor: pointer
}
.profile-btn i {
	color: #59dac3;
	font-size: 15px
}
.profile-box .profile-divider {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.profile-btn-box {
	padding-top: 40px;
	display: none;
	transition: all 0.3s ease-in-out
}
.profile-btn-box.active {
	display: block !important
}
.profile-btn.active i.fa-chevron-down {
	transform: rotateZ(180deg);
	color: #cecece;
	transition: all .3s ease-in-out
}
.info-label {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px
}
.profile-btn-box .input-text {
	width: 100%;
}
.form-box {
	margin-bottom: 30px
}
.radio-box {
	display: flex;
	justify-content: space-between
}
.label-gender {
	margin-bottom: 8px
}
.input-text textarea {
	height: 100px
}
.form-box input[type="submit"] {
	cursor: pointer
}
/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	
	.username-tag {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sidebar-profile {
		margin-bottom: 60px
	}
	
	.radio-box {
		justify-content: flex-start
	}
	
	.radio-box > div {
		margin-right: 30px
	}
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.sidebar-profile {
		margin-bottom: 60px
	}
	
	.radio-box {
		justify-content: flex-start
	}
	
	.radio-box > div {
		margin-right: 30px
	}
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.studies-links li {
		font-size: 13px
	}
	
	.sidebar-profile {
		padding: 35px 15px
	}
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
	
	
	
}