.btn-edit-profile svg {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.btn-edit-profile {
    color: rgb(218, 111, 39);
    font-size: 15px;
    font-weight: 600;
}

.btn-edit-profile a{
	color: #3e6806;
}
.btn-edit-profile a svg path{
	fill: #3e6806;
}
.pl-pr {
    padding: 0rem 2.5rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}



.profile-bar {
    background-color: #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
}

.profile-bar__title {
    color: #3e6806;
    margin: 0;
    padding: 9px 1.5rem;
    font-size: 18px;
}

.profile-bar-box ul li {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding: 10px 1.5rem;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    color: #717171;
    font-size: 15px;
    font-weight: 600;

}

.profile-bar-box ul li svg {
    margin-right: 12px;
}

.profile__title {
    background: rgba(0, 0, 0, 0.05);
    padding: 2rem 2.5rem;
    color: black;
    border-radius: 1.5rem;
    margin-bottom: 20px;
}

.profile-box {
    background: rgba(0, 0, 0, 0.05);
    padding: 2rem 0rem;
    border-radius: 1.5rem;
}

.profile-box__title {
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 2.5rem;
    color: rgb(112, 112, 112);
    font-size: 17px;
}

.profile-infomation {
    padding: 15px 2.5rem;
    background-color: white;
    border-bottom: 4px solid #f2f2f2;
	cursor: pointer;
}

.profile-infomation-name h4 {
    color: #3e6806;
    font-size: 17px;
    font-weight: 700;
}

.profile-infomation-name h4 svg {
    margin-right: 15px;
}

.profile-patient {
    margin-top: 12px;
}

.profile-patient ul li {
    display: flex;
    align-items: center;
}

.profile-patient ul li label {
    width: 40%;
    color: rgb(112, 112, 112);
    font-size: 15px;
    margin-bottom: 5px;
}

.profile-patient ul li span {
    flex: 1;
    color: rgb(112, 112, 112);
    font-size: 15px;
}

.actions-wrapper {
    background: #fff;
    padding: 10px 2.5rem;

}

.actions-wrapper svg {
    margin-right: 15px;
}

.actions-wrapper a {
    color: rgb(112, 112, 112);
    font-size: 16px;
    font-weight: 500;
}

.profile-box-text h6 {
    color: #3e6806;
    font-size: 17px;
    margin-bottom: 5px;
}

.profile-infomation p,
.profile-box-text p {
    color: #707070;
    font-size: 14px;
}

/* manage profiles edit */
.profile-box-edit {
    padding: 2.5rem 2.5rem;
}

.profile-box-edit .form-group input {
    margin-bottom: 15px;
}

.profile-box-edit .form-group label {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.profile-box-edit .form-group input {
    width: 100%;
    height: 42px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 0px 15px;
}

.profile-box-edit .form-group input::placeholder {
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-body-family);
}

.profile-box-edit .form-group select {
    height: 36px;
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    padding: 0px 15px;
    background-color: white;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-body-family);
    margin-right: 10px;
}

.form-group-radio input[type="checkbox"]+.radio-label::before {
    content: "";
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    border: 1px solid #b9b9b9;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 0.4em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    position: relative;
    top: 3px;
}

.form-group-radio input[type="checkbox"]:checked+.radio-label::before {
    background-color: #a2c031;
    box-shadow: inset 0 0 0 4px #fff;
}

.form-group-radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.profile-box-edit .form-group .radio-label {
    margin-bottom: 0px;
}

.form-group-radio {
    margin-right: 40px;
}

.btn-profile {
    background-color: #3e6806;
    border-color: #3e6806;
    color: #fff;
    height: 39px;
    padding: 0px 60px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    margin: 50px 0px 0px 0px;
}

.pay-profiles__title {
    padding: 10px 2.5rem 26px 2.5rem;
    color: rgb(86, 71, 138);
    font-size: 20px;
}

.pay-profiles-edit .form-group select,
.pay-profiles-edit .form-group input {
    border: unset;
    /* border-radius: 0px;  */
    width: 100%;
    height: 42px;
}


.email-profiles .profile-box-text h6 {
    margin-bottom: 20px;
}

.email-profiles .profile-box-text h4 {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}

.form-check label {
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 7px;
}

.topic-block {
    background-color: #f8f8f8;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
}

.topic-block h2 {
    font-size: 45px;
    color: #3e6806;
}

.topic-block p {
    font-size: 17px;
    font-weight: bold;
}

.step-card {
    padding: 0px 20px;
}

.step-card img {
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.step-card h4 {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}

.step {
    background-color: #f8f8f8;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
}

.step .clm {
    position: relative;
}

.step .clm:not(:first-child):before {
    content: '';
    position: absolute;
    background-repeat: repeat;
    background-size: auto;
    width: 10%;
    height: 10%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 81%;
    left: -15px;
}

.step-text {
    text-align: center;
    color: #707070;
    font-size: 14px;
    margin-top: 20px;
}

.common-manage{
	background: rgba(0, 0, 0, 0.05);
	padding: 32px 44px;
	border-radius: 24px;
	color: #707070;
}

.common-manage__ttl {
    font-size: 18px;
    font-weight: 900;
    color: #3e6806;
    margin-bottom: 10px;
}
.common-manage__subttl {
    font-size: 16px;
    font-weight: 900;
    margin: 0 -44px;
    padding: 8px 44px;
    color: #707070;
    background: rgba(0, 0, 0, 0.05);
}
.common-manage__wrap{
    margin: 0 -44px;
    padding: 10px 44px;
	background: white;
}
.common-manage__wrap.bg-gray{
	background: transparent;
}
.common-manage__btnaction{
	gap: 10px 20px;
}
.common-manage__btnaction svg {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.common-manage__btnaction a{
	color: #a2c031;
	font-weight: 600;
	font-size: 16px;
}
.common-manage__btnaction a svg path{
	fill: #a2c031;
}
.common-manage p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.common-manage .profile-patient{
	margin-top: 0;
	display: none;
}
.common-manage .actions-wrapper{
	margin: 0 -44px;
    padding: 8px 44px;
}
.common-manage .profile-patient{
	color: #707070;
}
.commonly__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.commonly__grid .commonly__slide-item{
	padding: 0;
}
.common-link{
	margin: 0 -44px;
	padding: 8px 44px;
	color: #707070;
	background: rgba(0, 0, 0, 0.05);
	gap: 10px 20px;
}

.common-link a{
	font-weight: 700;
	color: #707070;
	font-size: 16px;
	border-bottom: 4px solid transparent;
}
.common-link li.active a{
	color: #a2c031;
	border-bottom-color: #a2c031;
}
.common-content:not(.active){
	display: none;
}
.btn-profile {
    margin-top: 0px !important;

}

@media (max-width: 1200px){
	.commonly__grid{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width:990px){
    .step .clm:not(:first-child):before {
        background: none !important;
    
    }
}
@media (max-width: 767px){
	.commonly__grid{
		gap: 60px 20px;
        margin-top: 60px;
	}
	.common-manage{
		padding: 25px;
	}
	.common-manage__wrap{
		margin: 0 -25px;
		padding: 10px 25px;
	}
	.common-manage__subttl, .common-manage__subttl, .common-link{
		margin: 0 -25px;
		padding: 6px 25px;
	}
}
@media (max-width: 420px){
	.commonly__grid{
		grid-template-columns: 1fr;
	}
}
