/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.styleConfigureLink {
  color: red;
}

.mfp-preloader {
  display: block !important;
}

li#wp-admin-bar-mp-membership {
  display: none;
}

.popup_form_row select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMi41IiB2aWV3Qm94PSIwIDAgMTUgMTIuNSI+PHBhdGggZD0iTTcuNSwwLDE1LDEyLjVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDEyLjUpIHJvdGF0ZSgxODApIiBmaWxsPSIjZmZiNTAwIi8+PC9zdmc+) no-repeat center center;
  background-position: 98%;
}

/* //loader for Change Book Selector All Graders / Families */
/* //class used "loading" */
.popup_form_row.ld-loading {
  position: relative;
}

.popup_form_row.ld-loading::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.popup_form_row.ld-loading::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  z-index: 100;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-top: 3px solid #00a2e8;
  -webkit-animation: ldrotating 1.2s infinite linear;
  animation: ldrotating 1.2s infinite linear;
}

@-webkit-keyframes ldrotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ldrotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mepr-account-actions a {
  background: #35d461 !important;
  padding: 7px !important;
  border-radius: 7px !important;
  margin: 2px !important;
  color: white !important;
}

.mp_wrapper table.mepr-account-table td[data-label="Actions"] {
  line-height: 3 !important;
}

select#mepr-upgrade-dropdown-42 {
  width: 100% !important;
}

select#mepr-upgrade-dropdown-42 {
  width: 100%;
}

button.mepr-btn.mepr-upgrade-buy-now {
  background: #35d461 !important;
}

button.mepr-btn.mepr-upgrade-cancel {
  background: white !important;
  border: 1px solid #35d461;
  color: #35d461 !important;
}

select#mepr-upgrade-dropdown-42 {
  width: 100%;
}

button.mepr-btn.mepr-upgrade-buy-now {
  background: #35d461 !important;
}

button.mepr-btn.mepr-upgrade-cancel {
  background: white !important;
  border: 1px solid #35d461;
  color: #000 !important;
}

button.mepr-btn.mepr-upgrade-buy-now:hover {
  background: #16a13c !important;
}

button.mepr-btn.mepr-upgrade-cancel:hover {
  background: #35d461 !important;
  color: white !important;
}

a.push-right.button.outline.small {
  background: #35d461 !important;
}

li#invites-personal-li {
  display: none;
}

div#mpca_signup_url {
  display: none;
}

.buddypress .modal-content {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 20px;
  margin: 0;
  border: unset;
  width: 100%;
}

/*tml login form*/

ul.tml-links li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

ul.tml-links li a {
  display: inline-block;
  font-size: 1rem;
  background: white;
  padding: 7px 14px;
  color: #35d461;
  border-radius: 4px;
  border: 1px solid #35d461;
}

button.tml-button {
  background: #35d461;
  padding: 7px 20px;
  border-radius: 4px;
  border: none;
  color: white;
}

.tml-field-wrap input {
  padding: 8px;
}

li.tml-error a {
  font-size: 1.3rem;
}