body #buddypress li {
	border-radius: 0 !important;
}

#cover-image-container {
	width: 70%;
}

#item-nav {
	width: 80%;
}

.cs-nav-main ul {
	display: flex;
	list-style: none;
}

.cs-nav-main ul li {
	text-align: center;
	border: 1px solid var(--primary-color);
	flex: 1;
}

.cs-nav-main .current {
	background: var(--primary-color);
	padding: 0 1px;
	border: none;
}
.cs-nav-main .current a {
	color: white !important;
}

.cs-nav-main ul li a {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 12px 0;
}

.cs-nav-main ul li:nth-child(1) a:before{
    content: url("https://multi-altaro.appycodes.com/wp-content/themes/dojo/assets/images/profile/profile-icon.svg");
}

.cs-nav-main ul li:nth-child(2) a:before{
    content: url("https://multi-altaro.appycodes.com/wp-content/themes/dojo/assets/images/profile/settings-icon.svg");
}

.cs-nav-main ul li:nth-child(3) a:before{
    content: url("https://multi-altaro.appycodes.com/wp-content/themes/dojo/assets/images/profile/reading-list.svg");
}

.cs-nav-main ul li a:before {
	width: 40px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: calc(50% - 18px);
}

.cs-nav-main ul li.current a:before {
	filter: brightness(2000000000) grayscale(0) saturate(0);
}

.cs-body-nav .item-list-tabs ul {
	display: flex;
	list-style: none;
}

.profile-content {
	padding: 1rem;
	border: 1px solid #d4d4d4;
}

.setting-content #settings-form {
	width: 40%;
	margin-top: 30px;
}

.cs-body-nav .item-list-tabs ul li {
	padding: 0;
	text-align: center;
}

.cs-body-nav .item-list-tabs ul li:hover {
	background-color: #d1d1d16e;
}

.cs-body-nav .item-list-tabs ul li a {
	font-size: 0.8em;
	font-family: var(--default-font);
	padding: 6px 60px;
	display: block;
	color: var(--secondary-color);
}

.cs-body-nav .current a {
	color: var(--secondary-color);
	color: #000 !important;
}

.cs-body-nav .current,
.cs-body-nav .current:hover {
	background: #d1d1d1 !important;
}

.cs-body-nav .current a {
	color: black;
}

.flex-cs-breadcrumbs {
	display: flex;
	justify-content: center;
	font-size: 1.275rem;
	margin: 20px 0 34px;
}

.flex-cs-breadcrumbs a {
	color: #adadad;
	font-weight: 500;
}

.flex-cs-breadcrumbs p {
	margin-bottom: 0;
	color: #fe5000;
	text-decoration: var(--primary-color);
}

.cs-body-nav .profile {
	font-size: 0.8em;
	font-family: var(--default-font);
}

.cs-body-nav .profile .profile-fields {
	width: 100%;
}

.profile h2 {
	font-size: 1.3rem;
	font-family: var(--default-font);
	border-bottom: 1px solid var(--secondary-color);
	padding: 0.8rem 0;
	color: var(--secondary-color);
	margin-bottom: 0.8rem;
}

.profile .profile-fields tr td p {
	margin-bottom: 0;
}
.profile .profile-fields tr td {
	padding: 10px;
	border: 1px solid #efefef;
	color: #656565;
}

.profile .profile-fields tr .label {
	width: 24%;
}
.profile .profile-fields tr:nth-child(even) {
	background: #f5f5f5;
}

#item-header-cover-image h1 {
	border-bottom: 3px solid #e4e4e4;
	padding: 5px 0;
	font-size: 2rem;
	font-family: var(--default-font);
	margin-bottom: 10px;
	width: 90%;
}

/*.avtar-cs{
position: relative;
left: 50%;
top: -40%;
}
*/
#item-header-cover-image h1 span {
	color: var(--primary-set);
}
#item-header-avatar .avatar {
	width: 150px !important;
	height: 150px !important;
	border-radius: 50% !important;
	border: 4px solid #e4e4e4 !important;
}

#item-header-cover-image #item-header-avatar {
	margin-top: -30px !important;
	float: left;
	overflow: visible;
	width: auto;
	position: absolute;
	left: 55%;
}


a.btn.btn-edit-profile {
	margin-bottom: 1em;
}

.avtar-member-cs {
	margin-top: -170px;
	margin-left: 200px;
}

#item-header-content .activity {
	display: none;
}

#item-header-cover-image ul li {
	list-style: none;
	line-height: 0.8rem;
}

.para-text {
	font-size: 0.8em;
	font-family: var(--default-font);
}

.btn-edit-profile {
	font-size: 0.8em;
	border: 1px solid grey;
}

.img-profile-large {
	position: relative;
	top: -5em;
}

.img-profile-small {
	position: relative;
	top: -3.5em;
}

#buddypress #header-cover-image {
	height: 0 !important;
	background-image: none !important;
}

.profile legend {
	font-size: 1rem;
}
.profile input {
	font-size: 0.8rem;
	width: 100%;
	height: 2.2rem;
	border-radius: 0.25rem;
	border: 1px solid #d8d8d8;
	padding: 0.5rem;
	color: #aba9a9;
	margin-bottom: 0.5rem;
}

.profile button {
	padding: 0.2rem 1rem;
	background: #fe5000;
	color: white;
	border: 1px solid #fe5000;
	border-radius: 0.25rem;
}
.profile .checkbox-options {
	display: flex;
	flex-direction: column;
}
.profile .checkbox-options .option-label {
	display: flex;
}
.profile .checkbox-options input {
	font-size: 0.8rem;
	width: 3%;
	height: 1.2rem;
	border-radius: 0.25rem;
	border: 1px solid #d8d8d8;
	padding: 0.5rem;
	color: #aba9a9;
	margin-bottom: 0.5rem;
}

.profile .standard-form .field_first-name {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.radio label {
	margin-right: 2rem;
}

.profile #profile-group-edit-submit {
	width: auto !important;
	background: var(--secondary-color);
	font-family: var(--default-font);
	color: white;
	padding: 0.2em 1em;
	border-radius: 0.25rem;
}

.profile .field-visibility-settings-close {
	margin-bottom: 1rem;
}

#avatar-crop-pane {
	position: absolute;
	left: 50%;
}

#members-order-select {
	width: 100%;
}
#notifications-sort-order {
	display: flex;
}
#notifications-sort-order label {
	margin-right: 1rem;
}
#notifications-sort-order-list {
	font-size: 0.8rem;
	width: 82%;
	height: 2.2rem;
	border-radius: 0.25rem;
	border: 1px solid #d8d8d8;
	padding: 0.5rem;
	color: #aba9a9;
	margin-bottom: 0.5rem;
}

#settings-form label {
	display: block;
	font-size: 1rem;
	font-family: var(--default-font);
	color: #6d6d6d;
	margin-bottom: 5px;
}

#settings-form input {
	font-size: 0.8rem;
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: 1px solid #c7c7c7;
	padding: 0.5rem;
	color: #aba9a9;
	margin-bottom: 20px;
	background-color: #FAFAFA;
}
#settings-form #pass-strength-result {
	font-size: 0.8rem;
	color: #adadad;
	margin-bottom: 0.5rem;
	font-family: var(--default-font);
}
#settings-form #submit {
	width: auto !important;
	background: var(--primary-color);
	border: 0;
	font-family: var(--default-font);
	color: white;
	padding: 12px 30px;
	border-radius: 0;
	height: auto;
	margin-top: 10px;
}

#xprofile-settings-base {
	width: 40%;
}

#xprofile-settings-base .bp-xprofile-visibility {
	font-size: 0.8rem;
	width: 100%;
	height: 2.2rem;
	border-radius: 0.25rem;
	border: 1px solid #d8d8d8;
	padding: 0.5rem;
	color: #aba9a9;
	margin-bottom: 0.5rem;
}
#xprofile-settings-base tr td {
	padding: 0.5rem;
	font-family: var(--default-font);
	font-size: 0.8rem;
}

#xprofile-settings-base tr th {
	padding: 0.5rem;
	font-family: var(--default-font);
	font-size: 1rem;
}

.cs-body-nav h2 {
	font-size: 1.3rem;
	font-family: var(--default-font);
	border-bottom: 0;
	padding: 0.8rem 0;
	color: #333;
	margin-bottom: 0;
}

.cs-body-nav p {
	font-size: 0.8rem;
	font-family: var(--default-font);
}

.cs-body-nav ul li {
	list-style: none;

	font-family: var(--default-font);
}

#bp-data-export button {
	width: auto !important;
	background: var(--primary-color);
	font-family: var(--default-font);
	color: white;
	padding: 10px 20px;
	border-radius: 0;
	border: 0;
}

.setting-content #xprofile-settings-base {
	width: 100%;
}

.reading-list-info-right input.reading_filter {
	margin: 0 5px 0 10px;
}

.reading-list-info-right {
	color: #777;
}

.reading-list-info {
	margin-bottom: 30px;
}

.reading-list-info-left p {
	font-size: 1.125rem;
	color: #4a4a4a;
}

.reading-list-info-left p span {
	color: #000;
	font-weight: 600;
}

.wrapper-outer-ebooks {
	border: 1px solid #c3c3c3;
	border-radius: 0;
	box-shadow: 0px 0px 9px 0px #b5b5b578;
}

.wrapper-ebooks-block {
	display: flex;
	padding: 2rem;
}

.img-left {
	width: 30%;
	text-align: center;
}

.content-right {
	width: 70%;
}


.img-left .save-dojo{
    vertical-align: top;
}

.wrapper-ebooks-block span {
	color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.wrapper-ebooks-block h5 {
	font-family: var(--default-font);
	font-weight: 700;
	margin-bottom: 0;
}
.wrapper-ebooks-block p {
	font-size: 0.9rem;
	font-family: var(--default-font);
	line-height: 1.5rem;
	color: #6f6f6f;
	margin-top: 0.5rem;
}

.wrapper-ebooks-block small {
	font-family: var(--default-font);
	color: #b7b7b7;
	margin-bottom: 1rem;
}

.wrapper-load-more {
	display: flex;
	justify-content: center;
}

.btn-load-more {
	background: #f0f0f0;
	color: grey;
	width: 20%;
	border-radius: 0;
	border: 1px solid #d8d8d8;
}

.reading-list-info {
	display: flex;
	justify-content: space-between;
}

.wrapper-ebooks-block p a {
	color: #333;
	text-decoration: underline !important;
	font-weight: 600;
}
.field-visibility-settings-notoggle{
	display:none;
}
.field-visibility-settings-toggle{
	display:none;
}

.delete_reading_list{
    cursor: pointer;   
}

.standard-form{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.settings-input{
    padding: 8px 10px;
    background: #FAFAFA;
    border: 1px solid #e2e2e2;
    outline:0;
    font-size: 1rem;
    box-shadow: 0 0 3px #e6e6e6;
}
.wp-pwd label{
    display: flex;
}

.password-entry{
    background: #FAFAFA;
    outline:0;
    font-size: 1rem;
    box-shadow: 0 0 3px #e6e6e6;
}

.wp-hide-pw{
    padding: 0px 5px;
    border: 1px solid #e2e2e2;
    background: transparent;
    outline:0;
}

.wp-cancel-pw{
   padding:2px 10px;
   border: 1px solid #e2e2e2; 
   background: transparent;
   font-size:1rem;
   outline:0;
}

.dashicons-hidden:before {
    content: "\f530";
    vertical-align: middle;
    font-size:1rem;
    color: #717171;
}

.auto{
    padding: 5px 10px;
    border: none;
    font-size: 1rem;
    color: white;
    background: var(--secondary-color);
}
.auto:hover{
  background: var(--color-cloud);  
}

#pass-strength-result{
    display: block;
   
    text-align: center;
    padding: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 13.7em !important;
}

.bad{
    background: #FFA0A0; 
}
.strong{
    background: #66D66E; 
}
.good{
    background: #FFEC8B;  
}
.short{
    background: #ff4e4e;
}

.bp-feedback p{
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #e2e2e2;
    padding: 8px;
    width: 100%;
    box-shadow: 0 0 3px #e6e6e6;
}


.bp-icon:before {
    font-family: 'FontAwesome';
    content:"\f05a";
   /* background: url(https://multi-altaro.appycodes.com/wp-content/themes/dojo/assets/images/icons/info-member.svg);
    background-size:20px;*/
}

.bp-feedback{
    display: flex;
    justify-content: start;
    align-items: center;
}

.bp-icon{
    background: #0B80A4;
    color: white;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.wp-generate-pw{
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 1rem;
    background: rgb(11, 128, 164);
    border: none;
    color: white;
    display: none;
}

@media(max-width: 1024px) {
    

	/*#item-header-cover-image #item-header-avatar {
		margin-top: 50px !important;
	}*/

	.btn-edit-profile {
		padding: 5px 10px;
	}

	#item-nav {
		width: 100%;
	}
	.cs-nav-main ul li a {
		font-size: 0.875rem;
	}

	.cs-nav-main ul li a:before {
		top: calc(50% - 20px);
	}
	.cs-body-nav .item-list-tabs ul li a {
		padding: 6px 40px;
	}
	.setting-content #settings-form {
		width: 100%;
	}
	.wrapper-ebooks-block .content-right {
		width: 100%;
	}
	
	.content-right {
        width: 65%;
    }
    
    .img-left {
        width: 35%;
        display: block;
    }
}

@media(max-width: 767px) {
    
    /*--setting---*/
    .standard-form{
         display: flex;
         flex-direction: column;
         width: 100%;
     }
    .bp-icon{
        width: 56px;
        height: 56px;
        line-height: 56px;
         text-align: center;
     }
     
     .password-entry{
         width: 11em !important;
     }
     
     #pass-strength-result{
         width: 9.4em !important;
     }
     
     .auto{
         margin-bottom:30px;
     }
    
    /*--end setting--*/
    
    
    
    .profile-content {
         margin-bottom: 30px;
     }
   

	#cover-image-container {
		width: 100%;
	}
	#item-header-cover-image #item-header-avatar{
		margin: 20px auto 5px!important;
		position: relative;
		display: flex;
		min-width: 100%;
		left: 0;
		padding: 0;
	}
	#item-header-cover-image #item-header-avatar a{
		display: flex!important;
		width: 170px;
		justify-content: space-between;
		align-items: center;
	}

	#item-header-avatar .avatar{
		width: 80px !important;
		height: 80px !important;
	}
	.avtar-member-cs {
		margin-top: -57%;
		height: 60px;
		width: 60px;
	}
	.btn-edit-profile {
		position: relative;
		bottom: 8px;
	}    



	.cs-body-nav .item-list-tabs ul li a {
		padding: 2px 15px;
	}
	.cs-nav-main ul li a {
		font-size: 0.75rem;
		padding: 10px 10px 10px 30px;
	}
	.cs-nav-main ul li a:before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		left: 10px;
	}
	.wrapper-ebooks-block {
		display: block;
		padding: 15px;
	}
	.wrapper-ebooks-block .img-left {
		width: 100%;
		margin-top: 20px;
		display:block;
	}
	.wrapper-ebooks-block .img-left .logo {
		width: 100%;
	}
	.btn-load-more {
		width: 100%;
	}
	.reading-list-info {
		display: block;
	}
	.reading-list-info-right input.reading_filter {
		margin: 0 5px 0 6px;
	}
	.reading-list-info-right {
		font-size: 1rem;
	}
	
    .cs-nav-main.item-list-tabs li {
        justify-content: center;
        align-items: center;
        display: flex;
    }	
}
