/* color */
body.accessaccount {
	background: rgba(21, 195, 161, .01);
}

.accessaccount a:focus {
	outline-color: #15c3a1;
}

.accessaccount .toggleBtn[aria-pressed='false'] {
	color: #15c3a1;
}

.accessaccount h1,
.accessaccount h2,
.accessaccount h3,
.accessaccount h4,
.accessaccount h5,
.accessaccount h6,
.accessaccount fieldset legend{
	color: #15c3a1;
}

.accessaccount .woocommerce-info {
	background-color: #15c3a1;
}


/* positioning */
#refFriend {
	margin-top: 1.618em;
}



/* tutor lms related */

.tutor-course-card .tutor-course-name a {
  color: #3fc0ef;
}

.tutor-card-body .pointsDesc {
	padding-bottom: 4px;
}

.accessaccount .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
	font-weight: 600;
	border-bottom-color: #15c3a1;
}

.accessaccount .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
	color: #15c3a1;
}

.accessaccount .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused, .accessaccount .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused::before {
  border: 2px solid #15c3a1;
}

.accessaccount .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link:hover {
  border-bottom-color: #15c3a1;
  color: #15c3a1;
	text-decoration: none;
}

.my_account_orders .button.view::after {
	content: '';
	margin: 0;
}




.balanceDisplay {
	font-weight: bold;
	text-transform: uppercase;
	line-height: .8;
}

.balanceType {
	font-size: .75rem;
}

.sectionHeaderLink {
	font-size: 1rem;
	font-weight: 500;
	margin: 10px 0;
}

.balancesContainer {
	border: 2px solid #15c3a1;
	margin-top: -2px;
	justify-content: center;
	border-radius: 380px;
	flex: 1;
}

form#mycred-transfer-form-transfer {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.mycred-transfer-cred-wrapper label, .mycred-coupon-form label {
	font-weight: 700;
	margin: 0 0 4px 0;
	word-break: break-word;
	word-wrap: break-word;
}

.mycred-transfer-form input.form-control, input.mycred-autofill.form-control.ui-autocomplete-input, .mycred-coupon-form input.form-control {
	margin: 0;
	height: 38px;
}

.mycred-transfer-form div.row:last-child, .mycred-coupon-form div.form-group:last-child {
	text-align: right;
}

button.mycred-submit-transfer.btn.btn-primary.btn-block.btn-lg {
  margin-bottom: 0;
}

.mycred-coupon-form input[type="submit"] {
	margin-top: 20px;
}


.dashboardProd {
	flex: 2;
}

.woocommerce-MyAccount-content h2 {
	font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "";
	font-family: "Font Awesome 6 Free";
}


/* mailchimp for woocommerce acct dashboard */
#mailchimp_woocommerce_is_subscribed, #mailchimp_woocommerce_is_unsubscribed, #mailchimp_woocommerce_is_transactional {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}



.lotsOfHeadersTable th[colspan] {
	padding-bottom: 0;
}

.lotsOfHeadersTable i[title="Submitted"], .lotsOfHeadersTable i[title="Reviewed"] {
	font-size: 1.5em;
}

.moreRightPadding {
	padding-right: 1.6em;
	padding-left: 0;
}
.moreLeftPadding {
	padding-left: 1.6em;
}
thead tr + tr .moreRightPadding, thead tr + tr .moreLeftPadding {
  padding-top: .5em;
}

.worksheetStatusComplete {
	color: #ccc;
}
.worksheetStatusComplete:hover {
	color: #58595b;
}




@media (max-width: 568px) {
	.dashboardSection {
		display: block;
	}
	
	.balancesContainer {
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}
	
	.balanceDisplay, .balancesContainer h2 {
		margin-top: 36px;
		margin-bottom: 36px;
	}

	.dashboardProd {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
		width: 41.1764705882%;
		float: left;
		margin-right: 5.8823529412%;
  }
  .col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
}