table.wp-list-table .column-utm_source {
  width: 10%;
}

/* hiding this for the coupon thing
  javascript will unhide those not related to coupon */
div.woocommerce-info {
  display: none;
}

.woocommerce-form-coupon-toggle div.woocommerce-info {
  display: block;
}

/* Hide utm fields on checkout */
.utm-source, .utm-field { display: none; }

/* But show them on Manual Phone Order page */
div.one_page_checkout_page .utm-source,
div.one_page_checkout_page .utm-field {
  display: block;
}


div.blockUI.blockOverlay {
  height: 164% !important;
}

/* custom login form */
div.fc-navbar-login-form {
  position: absolute;
  left: 50%;
  z-index: 1001;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 2px;
  top: 200px;
  width: 300px;
  margin-left: -150px;
}

@media screen and ( max-height: 640px ){
  div.fc-navbar-login-form {
    top: 12px;
  }
}
div.fc-navbar-login-form.hidden {
  display: none;
}

div.fc-navbar-login-form p.login-forgot a {
  font-size: .8em;
  display: inherit;
  text-align: right;
  float: none;
  margin: 0 0 10px;
}

div.fc-navbar-login-form p.login-password {
  margin-bottom: 0;
}

div.fc-navbar-login-form p.login-validation-msg {
  font-weight: 700;
  color: #31708f;
}

div.fc-navbar-login-form p.login-validation-msg.login-error-msg {
  color: #D8000C;
}

div.fc-navbar-login-form p.login-validation-msg.login-success-msg {
  color: #4F8A10;
}

div#fc-navbar-login-overlay, div.fc-staff-page-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 90;
}

div.fc-staff-bio {
  display: none;
  position: absolute;
  background: white;
  left: 50%;
  z-index: 1001;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 2px;
  top: 200px;
  width: 740px;
  margin-left: -370px;
  padding: 18px;
}

div#fc-paradigm-tnt-cancellation-form {
  display: none;
}

a.fc-show-paradigm-tnt-cancellation-form {
  cursor: pointer;
}

.fc-user-switchback {
  position: fixed;
  top: 200px;
  right: 20px;
  text-transform: uppercase;
  box-shadow: 5px 5px 5px #ccc;
  border-radius: 0;
  z-index: 9999;

}

.fc-user-switchback a.button {
  background-color: #dc00d9 !important;
  border-radius: 0 !important;
}

.fc-user-switchback a.button:hover {
  background-color: #e735e5 !important;
}

a.button.green {
  background: #41ad48!important;
  color: #ffffff!important;
  border: 0;
  text-transform: uppercase;
}

table#fc-asgaros-forums-aggregator td,
table#fc-asgaros-forums-aggregator th {
  border-bottom: solid 1px #ccc;
  padding: 8px;
}

table#fc-asgaros-forums-aggregator th {
  font-weight: 700;
  background: #eee;
}

#fc-asgaros-forums-aggregator img { display: none; }

table#fc-customer-proposals tr.fc-line-items {
  border-bottom: solid 1px #999;
  font-size: 14px;
}

table#fc-customer-proposals tr.fc-line-items li {
  list-style-type: square;
  margin-left: 12px;
}

table#fc-customer-proposals tr.fc-line-items td {
  padding-top: 0;
}

table#fc-customer-proposals {
  width: 100%;
}

table#fc-customer-proposals th {
  padding: 8px;
  background: #eee;
  border: solid 1px #999;
  font-weight: bold;
}

table#fc-customer-proposals td {
  padding: 12px;
}

table#fc-customer-proposals td.fc-currency,
table#fc-customer-proposals th.fc-currency {
  text-align: right;
}

body.woocommerce-order-pay .fc-payment-fields {
  display: none;
}

/* CRYPTO 2.0 */

div#fc-crypto-login-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 90;
}

div#crypto-login-timeout-modal {
  color: #bdbdc7;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  padding: 0;
  background: #1a1a4d;
  font-family: "IBM Plex Sans", "Barlow Condensed", sans-serif;
  font-weight: 300;
  display: none;
  border: 1px solid #4344C8;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

div#crypto-login-timeout-modal.countdown {
  width: 288px;
  height: 152px;
  margin-left: -144px;
  margin-top: -136px;
  background: #24246B;
}

div#crypto-login-timeout-modal.login {
  width: 360px;
  min-height: 433px;
  margin-left: -184px;
  margin-top: -276px;
}

div#crypto-login-timeout-modal h4 {
  color: #bdbdc7;
  font-family: "IBM Plex Sans", "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 0 12px;
}

div#crypto-login-timeout-modal button,
form#crypto-login-template-form input[type="submit"] {
  color: #fff;
  background: #4344C8;
  border-radius: 8px;
  font-weight: 300;
  text-transform: none;
}

form#crypto-login-template-form p.login-forgot {
  float: left;
  padding-top: 12px;
}

form#crypto-login-template-form p.login-submit {
  float: right;
  padding-top: 12px;
}

div.fc-login-buttons {
  width: 100%;
  text-align: center;
}

div.fc-login-buttons button
{
  margin: 4px;
  border: solid 1px #4344C8;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 24px;
}

form#crypto-login-template-form label,
form#crypto-login-template-form input[type="text"],
form#crypto-login-template-form input[type="password"]
 {
  display: block;
  width: 100%;
}

form#crypto-login-template-form label {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

form#crypto-login-template-form p.login-remember label {
  font-size: 16px;
}

div#crypto-login-timeout-modal button.logout {
  background: #24246B;
}

div#crypto-login-timeout-modal p {
  padding: 0 12px;
}
div#crypto-login-timeout-modal p.message {
  padding-top: 12px;
}



span#fc-session-expire-countdown {
  display: none;
}

div#fc-session-expiring-soon {
  display: none;
  padding: 12px;
}

div#fc-session-expired-login-form {
  display: none;
}

div#fc-session-expired-login-form a {
  color: #009797;
}

div#fc-session-expired-login-form #top {
  padding: 12px;
}

div#fc-session-expired-login-form #top h4 {
  font-size: 21px;
  padding: 0;
  font-weight: 300;
}
form#crypto-login-template-form p.login-username label,
form#crypto-login-template-form p.login-password label
 {
  text-transform: uppercase;
}

div#fc-session-expired-login-form #top {
  background: #24246B;
/* #4344C8 - Primary Purple */

border-bottom: 1px solid #4344C8;
box-sizing: border-box;
border-radius: 8px 8px 0px 0px;
}
form#crypto-login-template-form input:autofill,
form#crypto-login-template-form input:-webkit-autofill {
  background: #101030;
}

div#form-bottom {
  background: #24246B;
  border-top: 1px solid #4344C8;
  min-height: 74px;
  border-radius: 0 0 8px 8px;
}

/* Hide order notest delete button from non-administrators */

a.delete_note,
a.delete-note {
  display: none;
}

/* Terms of Use form */

form.mr-terms-of-use input:disabled {
  background-color: #ccc;
	cursor: default;
}

form.mr-terms-of-use label.disabled {
  color: #ccc;
	cursor: default !important;
}

.entry .mr-tou-agreement h1 {
	font-size: 24px;
	text-transform: none;
}

.entry .mr-tou-agreement h2 {
	font-size: 20px;
	text-transform: none;
}

.entry .mr-tou-agreement h3 {
	font-size: 18px;
	text-transform: none;
}

@media screen and ( max-width: 768px ){
  div.fc-staff-bio {
    top: 12px;
    width: 320px;
    margin-left: -160px;
  }
}

/* Change Autocomplete styles in Chrome*/
/*https://css-tricks.com/snippets/css/change-autocomplete-styles-webkit-browsers/ */
form#crypto-login-template-form input:-webkit-autofill,
form#crypto-login-template-form input:-webkit-autofill:hover,
form#crypto-login-template-form input:-webkit-autofill:focus,
form#crypto-login-template-form input:-webkit-autofill:active {
  background-color: #101030;
  border: 1px solid #4344c8;
  -webkit-text-fill-color: #bdbdc7;
  -webkit-box-shadow: 0 0 0px 1000px #101030 inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.preferences-form label {
  display: block;
}
.preferences-form .hint {
  font-style: italic;
  font-size: 13px;
}
.total-form .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 50px;
}

.total-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.total-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.total-form .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.total-form input:checked + .slider {
  background-color: #41ad48;
}

.total-form input:focus + .slider {
  box-shadow: 0 0 1px #41ad48;
}

.total-form input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.total-form .slider.round {
  border-radius: 34px;
}

.total-form .slider.round:before {
  border-radius: 50%;
}
.total-form .switch-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.total-form .switch-container .plan_name {
  margin-right: 20px;
}
.total-form .switch-container .action_buttons {
  display: flex;
  align-items: center;
}
.total-form .switch-container .action_buttons .ticon {
  font-size: 34px;
  color: #ed1c24;
}
.total-form .switch-container .action_buttons.header label {
  height: auto;
  font-weight: 700;
  text-align: right;
  font-size: 1.2em;
}


.fc-faq .mrrc_toggle {
    display: block;
    margin: 0 0 21.74px;
    padding: 0;
    font-size: 1em;
}

.fc-faq .mrrc_toggle_default.mrrc_toggle_color_default .mrrc_toggle_title {
  padding: 5px 12px !important;
}

.fc-faq .mrrc_toggle_default .mrrc_toggle_title {
    display: block;
    display: block;
    outline: 0;
    border: 1px solid #e4e4e4;
    outline: 0;
    margin: 0;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.fc-faq .mrrc_toggle_default .mrrc_toggle_title h4 {
    margin: 0;
    display: inline;
    color: #666;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    transition: all .15s ease-in-out;
    font-size: 1.2em;
}

.fc-faq .mrrc_toggle_default.mrrc_toggle_color_default .mrrc_toggle_title h4:before {
    content: "\f067";
    font-family: 'ticons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 0.846em;
    margin-right: 10px;
    color: #888;
}

.fc-faq .mrrc_toggle_content {
  display: none;
}

.fc-faq .mrrc_toggle_default .mrrc_toggle_content {
  overflow: hidden;
  margin: 5px 35px;
  padding-left: 0 !important;
}

.fc-faq .mrrc_toggle_default.mrrc_toggle_color_default.mrrc_toggle_active .mrrc_toggle_title h4:before {
  content: "\f068";
}

/* UOA Elite Legacy Mode Toggle */
#uoa_elite_legacy_mode_active_toggle {
  position: fixed;
  z-index: 999;
}

.legacy-mode {
  font-family: "Barlow Condensed";
  font-size: 18px;
  font-weight: 800;
  vertical-align: middle;
}

.legacy-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.legacy-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.legacy-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
}

.legacy-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .legacy-slider {
  background-color: #2196F3;
}

input:focus + .legacy-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .legacy-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.legacy-slider.round {
  border-radius: 34px;
}

.legacy-slider.round:before {
  border-radius: 50%;
}

.legacy-toggle-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #bdbdc7;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: 400px;
}

.legacy-toggle-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.coaching-session-link {
  background: #0e71eb;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  padding: 10px 15px 10px 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 20px;
}

.coaching-session-link:hover {
  color: #ffffff;
}